PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / trunk
bBlocks – Essential Gutenberg Blocks & Patterns Collection vtrunk
2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 106 releases
b-blocks / build / index.js

index.js in bBlocks – Essential Gutenberg Blocks & Patterns Collection trunk, at build/index.js

2 lines 7.3 MB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! For license information please see index.js.LICENSE.txt */
2 (()=>{var __webpack_modules__={1973(e,t,a){e=a.nmd(e),function(){var e=function(){return this}();e||"undefined"==typeof window||(e=window);var t=function(e,a,s){"string"==typeof e?(2==arguments.length&&(s=a),t.modules[e]||(t.payloads[e]=s,t.modules[e]=null)):t.original?t.original.apply(this,arguments):(console.error("dropping module because define wasn't a string."),console.trace())};t.modules={},t.payloads={};var a,s,o=function(e,t,a){if("string"==typeof t){var s=l(e,t);if(null!=s)return a&&a(),s}else if("[object Array]"===Object.prototype.toString.call(t)){for(var o=[],i=0,r=t.length;i<r;++i){var c=l(e,t[i]);if(null==c&&n.original)return;o.push(c)}return a&&a.apply(null,o)||!0}},n=function(e,t){var a=o("",e,t);return null==a&&n.original?n.original.apply(this,arguments):a},i=function(e,t){if(-1!==t.indexOf("!")){var a=t.split("!");return i(e,a[0])+"!"+i(e,a[1])}if("."==t.charAt(0))for(t=e.split("/").slice(0,-1).join("/")+"/"+t;-1!==t.indexOf(".")&&s!=t;){var s=t;t=t.replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}return t},l=function(e,a){a=i(e,a);var s=t.modules[a];if(!s){if("function"==typeof(s=t.payloads[a])){var n={},l={id:a,uri:"",exports:n,packaged:!0};n=s((function(e,t){return o(a,e,t)}),n,l)||l.exports,t.modules[a]=n,delete t.payloads[a]}s=t.modules[a]=n||s}return s};s=e,(a="ace")&&(e[a]||(e[a]={}),s=e[a]),s.define&&s.define.packaged||(t.original=s.define,s.define=t,s.define.packaged=!0),s.require&&s.require.packaged||(n.original=s.require,s.require=n,s.require.packaged=!0)}(),ace.define("ace/lib/es6-shim",["require","exports","module"],(function(e,t,a){function s(e,t,a){Object.defineProperty(e,t,{value:a,enumerable:!1,writable:!0,configurable:!0})}String.prototype.startsWith||s(String.prototype,"startsWith",(function(e,t){return t=t||0,this.lastIndexOf(e,t)===t})),String.prototype.endsWith||s(String.prototype,"endsWith",(function(e,t){var a=this;(void 0===t||t>a.length)&&(t=a.length),t-=e.length;var s=a.indexOf(e,t);return-1!==s&&s===t})),String.prototype.repeat||s(String.prototype,"repeat",(function(e){for(var t="",a=this;e>0;)1&e&&(t+=a),(e>>=1)&&(a+=a);return t})),String.prototype.includes||s(String.prototype,"includes",(function(e,t){return-1!=this.indexOf(e,t)})),Object.assign||(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),a=1;a<arguments.length;a++){var s=arguments[a];null!=s&&Object.keys(s).forEach((function(e){t[e]=s[e]}))}return t}),Object.values||(Object.values=function(e){return Object.keys(e).map((function(t){return e[t]}))}),Array.prototype.find||s(Array.prototype,"find",(function(e){for(var t=this.length,a=arguments[1],s=0;s<t;s++){var o=this[s];if(e.call(a,o,s,this))return o}})),Array.prototype.findIndex||s(Array.prototype,"findIndex",(function(e){for(var t=this.length,a=arguments[1],s=0;s<t;s++){var o=this[s];if(e.call(a,o,s,this))return s}})),Array.prototype.includes||s(Array.prototype,"includes",(function(e,t){return-1!=this.indexOf(e,t)})),Array.prototype.fill||s(Array.prototype,"fill",(function(e){for(var t=this,a=t.length>>>0,s=0|arguments[1],o=s<0?Math.max(a+s,0):Math.min(s,a),n=arguments[2],i=void 0===n?a:0|n,l=i<0?Math.max(a+i,0):Math.min(i,a);o<l;)t[o]=e,o++;return t})),Array.of||s(Array,"of",(function(){return Array.prototype.slice.call(arguments)}))})),ace.define("ace/lib/fixoldbrowsers",["require","exports","module","ace/lib/es6-shim"],(function(e,t,a){"use strict";e("./es6-shim")})),ace.define("ace/lib/deep_copy",["require","exports","module"],(function(e,t,a){t.deepCopy=function e(t){if("object"!=typeof t||!t)return t;var a;if(Array.isArray(t)){a=[];for(var s=0;s<t.length;s++)a[s]=e(t[s]);return a}if("[object Object]"!==Object.prototype.toString.call(t))return t;for(var s in a={},t)a[s]=e(t[s]);return a}})),ace.define("ace/lib/lang",["require","exports","module","ace/lib/deep_copy"],(function(e,t,a){"use strict";t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){for(var a="";t>0;)1&t&&(a+=e),(t>>=1)&&(e+=e);return a};var s=/^\s\s*/,o=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(s,"")},t.stringTrimRight=function(e){return e.replace(o,"")},t.copyObject=function(e){var t={};for(var a in e)t[a]=e[a];return t},t.copyArray=function(e){for(var t=[],a=0,s=e.length;a<s;a++)e[a]&&"object"==typeof e[a]?t[a]=this.copyObject(e[a]):t[a]=e[a];return t},t.deepCopy=e("./deep_copy").deepCopy,t.arrayToMap=function(e){for(var t={},a=0;a<e.length;a++)t[e[a]]=1;return t},t.createMap=function(e){var t=Object.create(null);for(var a in e)t[a]=e[a];return t},t.arrayRemove=function(e,t){for(var a=0;a<=e.length;a++)t===e[a]&&e.splice(a,1)},t.escapeRegExp=function(e){return e.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},t.escapeHTML=function(e){return(""+e).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},t.getMatchOffsets=function(e,t){var a=[];return e.replace(t,(function(e){a.push({offset:arguments[arguments.length-2],length:e.length})})),a},t.deferredCall=function(e){var t=null,a=function(){t=null,e()},s=function(e){return s.cancel(),t=setTimeout(a,e||0),s};return s.schedule=s,s.call=function(){return this.cancel(),e(),s},s.cancel=function(){return clearTimeout(t),t=null,s},s.isPending=function(){return t},s},t.delayedCall=function(e,t){var a=null,s=function(){a=null,e()},o=function(e){null==a&&(a=setTimeout(s,e||t))};return o.delay=function(e){a&&clearTimeout(a),a=setTimeout(s,e||t)},o.schedule=o,o.call=function(){this.cancel(),e()},o.cancel=function(){a&&clearTimeout(a),a=null},o.isPending=function(){return a},o},t.supportsLookbehind=function(){try{new RegExp("(?<=.)")}catch(e){return!1}return!0},t.skipEmptyMatch=function(e,t,a){return a&&e.codePointAt(t)>65535?2:1}})),ace.define("ace/lib/useragent",["require","exports","module"],(function(e,t,a){"use strict";t.OS={LINUX:"LINUX",MAC:"MAC",WINDOWS:"WINDOWS"},t.getOS=function(){return t.isMac?t.OS.MAC:t.isLinux?t.OS.LINUX:t.OS.WINDOWS};var s="object"==typeof navigator?navigator:{},o=(/mac|win|linux/i.exec(s.platform)||["other"])[0].toLowerCase(),n=s.userAgent||"",i=s.appName||"";t.isWin="win"==o,t.isMac="mac"==o,t.isLinux="linux"==o,t.isIE="Microsoft Internet Explorer"==i||i.indexOf("MSAppHost")>=0?parseFloat((n.match(/(?:MSIE |Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]):parseFloat((n.match(/(?:Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]),t.isOldIE=t.isIE&&t.isIE<9,t.isGecko=t.isMozilla=n.match(/ Gecko\/\d+/),t.isOpera="object"==typeof opera&&"[object Opera]"==Object.prototype.toString.call(window.opera),t.isWebKit=parseFloat(n.split("WebKit/")[1])||void 0,t.isChrome=parseFloat(n.split(" Chrome/")[1])||void 0,t.isSafari=parseFloat(n.split(" Safari/")[1])&&!t.isChrome||void 0,t.isEdge=parseFloat(n.split(" Edge/")[1])||void 0,t.isAIR=n.indexOf("AdobeAIR")>=0,t.isAndroid=n.indexOf("Android")>=0,t.isChromeOS=n.indexOf(" CrOS ")>=0,t.isIOS=/iPad|iPhone|iPod/.test(n)&&!window.MSStream,t.isIOS&&(t.isMac=!0),t.isMobile=t.isIOS||t.isAndroid})),ace.define("ace/lib/dom",["require","exports","module","ace/lib/useragent"],(function(e,t,a){"use strict";var s,o=e("./useragent");t.buildDom=function e(t,a,s){if("string"==typeof t&&t){var o=document.createTextNode(t);return a&&a.appendChild(o),o}if(!Array.isArray(t))return t&&t.appendChild&&a&&a.appendChild(t),t;if("string"!=typeof t[0]||!t[0]){for(var n=[],i=0;i<t.length;i++){var l=e(t[i],a,s);l&&n.push(l)}return n}var r=document.createElement(t[0]),c=t[1],d=1;for(c&&"object"==typeof c&&!Array.isArray(c)&&(d=2),i=d;i<t.length;i++)e(t[i],r,s);return 2==d&&Object.keys(c).forEach((function(e){var t=c[e];"class"===e?r.className=Array.isArray(t)?t.join(" "):t:"function"==typeof t||"value"==e||"$"==e[0]?r[e]=t:"ref"===e?s&&(s[t]=r):"style"===e?"string"==typeof t&&(r.style.cssText=t):null!=t&&r.setAttribute(e,t)})),a&&a.appendChild(r),r},t.getDocumentHead=function(e){return e||(e=document),e.head||e.getElementsByTagName("head")[0]||e.documentElement},t.createElement=function(e,t){return document.createElementNS?document.createElementNS(t||"http://www.w3.org/1999/xhtml",e):document.createElement(e)},t.removeChildren=function(e){e.innerHTML=""},t.createTextNode=function(e,t){return(t?t.ownerDocument:document).createTextNode(e)},t.createFragment=function(e){return(e?e.ownerDocument:document).createDocumentFragment()},t.hasCssClass=function(e,t){return-1!==(e.className+"").split(/\s+/g).indexOf(t)},t.addCssClass=function(e,a){t.hasCssClass(e,a)||(e.className+=" "+a)},t.removeCssClass=function(e,t){for(var a=e.className.split(/\s+/g);;){var s=a.indexOf(t);if(-1==s)break;a.splice(s,1)}e.className=a.join(" ")},t.toggleCssClass=function(e,t){for(var a=e.className.split(/\s+/g),s=!0;;){var o=a.indexOf(t);if(-1==o)break;s=!1,a.splice(o,1)}return s&&a.push(t),e.className=a.join(" "),s},t.setCssClass=function(e,a,s){s?t.addCssClass(e,a):t.removeCssClass(e,a)},t.hasCssString=function(e,t){var a,s=0;if(a=(t=t||document).querySelectorAll("style"))for(;s<a.length;)if(a[s++].id===e)return!0},t.removeElementById=function(e,t){(t=t||document).getElementById(e)&&t.getElementById(e).remove()};var n=[];function i(){var e=n;n=null,e&&e.forEach((function(e){l(e[0],e[1])}))}function l(e,a,o){if("undefined"!=typeof document){if(n)if(o)i();else if(!1===o)return n.push([e,a]);if(!s){var l=o;o&&o.getRootNode&&(l=o.getRootNode())&&l!=o||(l=document);var r=l.ownerDocument||l;if(a&&t.hasCssString(a,l))return null;a&&(e+="\n/*# sourceURL=ace/css/"+a+" */");var c=t.createElement("style");c.appendChild(r.createTextNode(e)),a&&(c.id=a),l==r&&(l=t.getDocumentHead(r)),l.insertBefore(c,l.firstChild)}}}if(t.useStrictCSP=function(e){s=e,0==e?i():n||(n=[])},t.importCssString=l,t.importCssStylsheet=function(e,a){t.buildDom(["link",{rel:"stylesheet",href:e}],t.getDocumentHead(a))},t.scrollbarWidth=function(e){var a=t.createElement("ace_inner");a.style.width="100%",a.style.minWidth="0px",a.style.height="200px",a.style.display="block";var s=t.createElement("ace_outer"),o=s.style;o.position="absolute",o.left="-10000px",o.overflow="hidden",o.width="200px",o.minWidth="0px",o.height="150px",o.display="block",s.appendChild(a);var n=e&&e.documentElement||document&&document.documentElement;if(!n)return 0;n.appendChild(s);var i=a.offsetWidth;o.overflow="scroll";var l=a.offsetWidth;return i===l&&(l=s.clientWidth),n.removeChild(s),i-l},t.computedStyle=function(e,t){return window.getComputedStyle(e,"")||{}},t.setStyle=function(e,t,a){e[t]!==a&&(e[t]=a)},t.HAS_CSS_ANIMATION=!1,t.HAS_CSS_TRANSFORMS=!1,t.HI_DPI=!o.isWin||"undefined"!=typeof window&&window.devicePixelRatio>=1.5,o.isChromeOS&&(t.HI_DPI=!1),"undefined"!=typeof document){var r=document.createElement("div");t.HI_DPI&&void 0!==r.style.transform&&(t.HAS_CSS_TRANSFORMS=!0),o.isEdge||void 0===r.style.animationName||(t.HAS_CSS_ANIMATION=!0),r=null}t.HAS_CSS_TRANSFORMS?t.translate=function(e,t,a){e.style.transform="translate("+Math.round(t)+"px, "+Math.round(a)+"px)"}:t.translate=function(e,t,a){e.style.top=Math.round(a)+"px",e.style.left=Math.round(t)+"px"}})),ace.define("ace/lib/net",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("./dom");t.get=function(e,t){var a=new XMLHttpRequest;a.open("GET",e,!0),a.onreadystatechange=function(){4===a.readyState&&t(a.responseText)},a.send(null)},t.loadScript=function(e,t){var a=s.getDocumentHead(),o=document.createElement("script");o.src=e,a.appendChild(o),o.onload=o.onreadystatechange=function(e,a){!a&&o.readyState&&"loaded"!=o.readyState&&"complete"!=o.readyState||(o=o.onload=o.onreadystatechange=null,a||t())}},t.qualifyURL=function(e){var t=document.createElement("a");return t.href=e,t.href}})),ace.define("ace/lib/oop",["require","exports","module"],(function(e,t,a){"use strict";t.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},t.mixin=function(e,t){for(var a in t)e[a]=t[a];return e},t.implement=function(e,a){t.mixin(e,a)}})),ace.define("ace/lib/event_emitter",["require","exports","module"],(function(e,t,a){"use strict";var s={},o=function(){this.propagationStopped=!0},n=function(){this.defaultPrevented=!0};s._emit=s._dispatchEvent=function(e,t){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var a=this._eventRegistry[e]||[],s=this._defaultHandlers[e];if(a.length||s){"object"==typeof t&&t||(t={}),t.type||(t.type=e),t.stopPropagation||(t.stopPropagation=o),t.preventDefault||(t.preventDefault=n),a=a.slice();for(var i=0;i<a.length&&(a[i](t,this),!t.propagationStopped);i++);return s&&!t.defaultPrevented?s(t,this):void 0}},s._signal=function(e,t){var a=(this._eventRegistry||{})[e];if(a){a=a.slice();for(var s=0;s<a.length;s++)a[s](t,this)}},s.once=function(e,t){var a=this;if(this.on(e,(function s(){a.off(e,s),t.apply(null,arguments)})),!t)return new Promise((function(e){t=e}))},s.setDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a||(a=this._defaultHandlers={_disabled_:{}}),a[e]){var s=a[e],o=a._disabled_[e];o||(a._disabled_[e]=o=[]),o.push(s);var n=o.indexOf(t);-1!=n&&o.splice(n,1)}a[e]=t},s.removeDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a){var s=a._disabled_[e];if(a[e]==t)s&&this.setDefaultHandler(e,s.pop());else if(s){var o=s.indexOf(t);-1!=o&&s.splice(o,1)}}},s.on=s.addEventListener=function(e,t,a){this._eventRegistry=this._eventRegistry||{};var s=this._eventRegistry[e];return s||(s=this._eventRegistry[e]=[]),-1==s.indexOf(t)&&s[a?"unshift":"push"](t),t},s.off=s.removeListener=s.removeEventListener=function(e,t){this._eventRegistry=this._eventRegistry||{};var a=this._eventRegistry[e];if(a){var s=a.indexOf(t);-1!==s&&a.splice(s,1)}},s.removeAllListeners=function(e){e||(this._eventRegistry=this._defaultHandlers=void 0),this._eventRegistry&&(this._eventRegistry[e]=void 0),this._defaultHandlers&&(this._defaultHandlers[e]=void 0)},t.EventEmitter=s})),ace.define("ace/lib/report_error",["require","exports","module"],(function(e,t,a){t.reportError=function(e,t){var a=new Error(e);a.data=t,"object"==typeof console&&console.error&&console.error(a),setTimeout((function(){throw a}))}})),ace.define("ace/lib/default_english_messages",["require","exports","module"],(function(e,t,a){t.defaultEnglishMessages={"autocomplete.popup.aria-roledescription":"Autocomplete suggestions","autocomplete.popup.aria-label":"Autocomplete suggestions","autocomplete.popup.item.aria-roledescription":"item","autocomplete.loading":"Loading...","editor.scroller.aria-roledescription":"editor","editor.scroller.aria-label":"Editor content, press Enter to start editing, press Escape to exit","editor.gutter.aria-roledescription":"editor gutter","editor.gutter.aria-label":"Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit","error-marker.good-state":"Looks good!","prompt.recently-used":"Recently used","prompt.other-commands":"Other commands","prompt.no-matching-commands":"No matching commands","search-box.find.placeholder":"Search for","search-box.find-all.text":"All","search-box.replace.placeholder":"Replace with","search-box.replace-next.text":"Replace","search-box.replace-all.text":"All","search-box.toggle-replace.title":"Toggle Replace mode","search-box.toggle-regexp.title":"RegExp Search","search-box.toggle-case.title":"CaseSensitive Search","search-box.toggle-whole-word.title":"Whole Word Search","search-box.toggle-in-selection.title":"Search In Selection","search-box.search-counter":"$0 of $1","text-input.aria-roledescription":"editor","text-input.aria-label":"Cursor at row $0","gutter.code-folding.range.aria-label":"Toggle code folding, rows $0 through $1","gutter.code-folding.closed.aria-label":"Toggle code folding, rows $0 through $1","gutter.code-folding.open.aria-label":"Toggle code folding, row $0","gutter.code-folding.closed.title":"Unfold code","gutter.code-folding.open.title":"Fold code","gutter.annotation.aria-label.error":"Error, read annotations row $0","gutter.annotation.aria-label.warning":"Warning, read annotations row $0","gutter.annotation.aria-label.info":"Info, read annotations row $0","inline-fold.closed.title":"Unfold code","gutter-tooltip.aria-label.error.singular":"error","gutter-tooltip.aria-label.error.plural":"errors","gutter-tooltip.aria-label.warning.singular":"warning","gutter-tooltip.aria-label.warning.plural":"warnings","gutter-tooltip.aria-label.info.singular":"information message","gutter-tooltip.aria-label.info.plural":"information messages","gutter.annotation.aria-label.security":"Security finding, read annotations row $0","gutter.annotation.aria-label.hint":"Suggestion, read annotations row $0","gutter-tooltip.aria-label.security.singular":"security finding","gutter-tooltip.aria-label.security.plural":"security findings","gutter-tooltip.aria-label.hint.singular":"suggestion","gutter-tooltip.aria-label.hint.plural":"suggestions","editor.tooltip.disable-editing":"Editing is disabled"}})),ace.define("ace/lib/app_config",["require","exports","module","ace/lib/oop","ace/lib/event_emitter","ace/lib/report_error","ace/lib/default_english_messages"],(function(e,t,a){var s,o,n=e("./oop"),i=e("./event_emitter").EventEmitter,l=e("./report_error").reportError,r=e("./default_english_messages").defaultEnglishMessages,c={setOptions:function(e){Object.keys(e).forEach((function(t){this.setOption(t,e[t])}),this)},getOptions:function(e){var t={};if(e)Array.isArray(e)||(t=e,e=Object.keys(t));else{var a=this.$options;e=Object.keys(a).filter((function(e){return!a[e].hidden}))}return e.forEach((function(e){t[e]=this.getOption(e)}),this),t},setOption:function(e,t){if(this["$"+e]!==t){var a=this.$options[e];if(!a)return d('misspelled option "'+e+'"');if(a.forwardTo)return this[a.forwardTo]&&this[a.forwardTo].setOption(e,t);a.handlesSet||(this["$"+e]=t),a&&a.set&&a.set.call(this,t)}},getOption:function(e){var t=this.$options[e];return t?t.forwardTo?this[t.forwardTo]&&this[t.forwardTo].getOption(e):t&&t.get?t.get.call(this):this["$"+e]:d('misspelled option "'+e+'"')}};function d(e){"undefined"!=typeof console&&console.warn&&console.warn.apply(console,arguments)}var h=function(){function e(){this.$defaultOptions={},s=r,o="dollarSigns"}return e.prototype.defineOptions=function(e,t,a){return e.$options||(this.$defaultOptions[t]=e.$options={}),Object.keys(a).forEach((function(t){var s=a[t];"string"==typeof s&&(s={forwardTo:s}),s.name||(s.name=t),e.$options[s.name]=s,"initialValue"in s&&(e["$"+s.name]=s.initialValue)})),n.implement(e,c),this},e.prototype.resetOptions=function(e){Object.keys(e.$options).forEach((function(t){var a=e.$options[t];"value"in a&&e.setOption(t,a.value)}))},e.prototype.setDefaultValue=function(e,t,a){if(!e){for(e in this.$defaultOptions)if(this.$defaultOptions[e][t])break;if(!this.$defaultOptions[e][t])return!1}var s=this.$defaultOptions[e]||(this.$defaultOptions[e]={});s[t]&&(s.forwardTo?this.setDefaultValue(s.forwardTo,t,a):s[t].value=a)},e.prototype.setDefaultValues=function(e,t){Object.keys(t).forEach((function(a){this.setDefaultValue(e,a,t[a])}),this)},e.prototype.setMessages=function(e,t){s=e,t&&t.placeholders&&(o=t.placeholders)},e.prototype.nls=function(e,t,a){s[e]||(d("No message found for the key '"+e+"' in messages with id "+s.$id+", trying to find a translation for the default string '"+t+"'."),s[t]||d("No message found for the default string '"+t+"' in the provided messages. Falling back to the default English message."));var n=s[e]||s[t]||t;return a&&("dollarSigns"===o&&(n=n.replace(/\$(\$|[\d]+)/g,(function(e,t){return"$"==t?"$":a[t]}))),"curlyBrackets"===o&&(n=n.replace(/\{([^\}]+)\}/g,(function(e,t){return a[t]})))),n},e}();h.prototype.warn=d,h.prototype.reportError=l,n.implement(h.prototype,i),t.AppConfig=h})),ace.define("ace/theme/textmate-css",["require","exports","module"],(function(e,t,a){a.exports='.ace-tm .ace_gutter {\n background: #f0f0f0;\n color: #333;\n}\n\n.ace-tm .ace_print-margin {\n width: 1px;\n background: #e8e8e8;\n}\n\n.ace-tm .ace_fold {\n background-color: #6B72E6;\n}\n\n.ace-tm {\n background-color: #FFFFFF;\n color: black;\n}\n\n.ace-tm .ace_cursor {\n color: black;\n}\n \n.ace-tm .ace_invisible {\n color: rgb(191, 191, 191);\n}\n\n.ace-tm .ace_storage,\n.ace-tm .ace_keyword {\n color: blue;\n}\n\n.ace-tm .ace_constant {\n color: rgb(197, 6, 11);\n}\n\n.ace-tm .ace_constant.ace_buildin {\n color: rgb(88, 72, 246);\n}\n\n.ace-tm .ace_constant.ace_language {\n color: rgb(88, 92, 246);\n}\n\n.ace-tm .ace_constant.ace_library {\n color: rgb(6, 150, 14);\n}\n\n.ace-tm .ace_invalid {\n background-color: rgba(255, 0, 0, 0.1);\n color: red;\n}\n\n.ace-tm .ace_support.ace_function {\n color: rgb(60, 76, 114);\n}\n\n.ace-tm .ace_support.ace_constant {\n color: rgb(6, 150, 14);\n}\n\n.ace-tm .ace_support.ace_type,\n.ace-tm .ace_support.ace_class {\n color: rgb(109, 121, 222);\n}\n\n.ace-tm .ace_keyword.ace_operator {\n color: rgb(104, 118, 135);\n}\n\n.ace-tm .ace_string {\n color: rgb(3, 106, 7);\n}\n\n.ace-tm .ace_comment {\n color: rgb(76, 136, 107);\n}\n\n.ace-tm .ace_comment.ace_doc {\n color: rgb(0, 102, 255);\n}\n\n.ace-tm .ace_comment.ace_doc.ace_tag {\n color: rgb(128, 159, 191);\n}\n\n.ace-tm .ace_constant.ace_numeric {\n color: rgb(0, 0, 205);\n}\n\n.ace-tm .ace_variable {\n color: rgb(49, 132, 149);\n}\n\n.ace-tm .ace_xml-pe {\n color: rgb(104, 104, 91);\n}\n\n.ace-tm .ace_entity.ace_name.ace_function {\n color: #0000A2;\n}\n\n\n.ace-tm .ace_heading {\n color: rgb(12, 7, 255);\n}\n\n.ace-tm .ace_list {\n color:rgb(185, 6, 144);\n}\n\n.ace-tm .ace_meta.ace_tag {\n color:rgb(0, 22, 142);\n}\n\n.ace-tm .ace_string.ace_regex {\n color: rgb(255, 0, 0)\n}\n\n.ace-tm .ace_marker-layer .ace_selection {\n background: rgb(181, 213, 255);\n}\n.ace-tm.ace_multiselect .ace_selection.ace_start {\n box-shadow: 0 0 3px 0px white;\n}\n.ace-tm .ace_marker-layer .ace_step {\n background: rgb(252, 255, 0);\n}\n\n.ace-tm .ace_marker-layer .ace_stack {\n background: rgb(164, 229, 101);\n}\n\n.ace-tm .ace_marker-layer .ace_bracket {\n margin: -1px 0 0 -1px;\n border: 1px solid rgb(192, 192, 192);\n}\n\n.ace-tm .ace_marker-layer .ace_active-line {\n background: rgba(0, 0, 0, 0.07);\n}\n\n.ace-tm .ace_gutter-active-line {\n background-color : #dcdcdc;\n}\n\n.ace-tm .ace_marker-layer .ace_selected-word {\n background: rgb(250, 250, 255);\n border: 1px solid rgb(200, 200, 250);\n}\n\n.ace-tm .ace_indent-guide {\n background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;\n}\n\n.ace-tm .ace_indent-guide-active {\n background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;\n}\n'})),ace.define("ace/theme/textmate",["require","exports","module","ace/theme/textmate-css","ace/lib/dom"],(function(e,t,a){"use strict";t.isDark=!1,t.cssClass="ace-tm",t.cssText=e("./textmate-css"),t.$id="ace/theme/textmate",e("../lib/dom").importCssString(t.cssText,t.cssClass,!1)})),ace.define("ace/config",["require","exports","module","ace/lib/lang","ace/lib/net","ace/lib/dom","ace/lib/app_config","ace/theme/textmate"],(function(e,t,a){var s=e("./lib/lang"),o=e("./lib/net"),n=e("./lib/dom"),i=e("./lib/app_config").AppConfig;a.exports=t=new i;var l,r={packaged:!1,workerPath:null,modePath:null,themePath:null,basePath:"",suffix:".js",$moduleUrls:{},loadWorkerFromBlob:!0,sharedPopups:!1,useStrictCSP:null};t.get=function(e){if(!r.hasOwnProperty(e))throw new Error("Unknown config key: "+e);return r[e]},t.set=function(e,t){if(r.hasOwnProperty(e))r[e]=t;else if(0==this.setDefaultValue("",e,t))throw new Error("Unknown config key: "+e);"useStrictCSP"==e&&n.useStrictCSP(t)},t.all=function(){return s.copyObject(r)},t.$modes={},t.moduleUrl=function(e,t){if(r.$moduleUrls[e])return r.$moduleUrls[e];var a=e.split("/"),s="snippets"==(t=t||a[a.length-2]||"")?"/":"-",o=a[a.length-1];if("worker"==t&&"-"==s){var n=new RegExp("^"+t+"[\\-_]|[\\-_]"+t+"$","g");o=o.replace(n,"")}(!o||o==t)&&a.length>1&&(o=a[a.length-2]);var i=r[t+"Path"];return null==i?i=r.basePath:"/"==s&&(t=s=""),i&&"/"!=i.slice(-1)&&(i+="/"),i+t+s+o+this.get("suffix")},t.setModuleUrl=function(e,t){return r.$moduleUrls[e]=t},t.setLoader=function(e){l=e},t.dynamicModules=Object.create(null),t.$loading={},t.$loaded={},t.loadModule=function(a,s){var n;if(Array.isArray(a))var i=a[0],r=a[1];else"string"==typeof a&&(r=a);var d=function(a){if(a&&!t.$loading[r])return s&&s(a);if(t.$loading[r]||(t.$loading[r]=[]),t.$loading[r].push(s),!(t.$loading[r].length>1)){var n=function(){!function(t,a){"ace/theme/textmate"===t||"./theme/textmate"===t?a(0,e("./theme/textmate")):l?l(t,a):console.error("loader is not configured")}(r,(function(e,a){a&&(t.$loaded[r]=a),t._emit("load.module",{name:r,module:a});var s=t.$loading[r];t.$loading[r]=null,s.forEach((function(e){e&&e(a)}))}))};if(!t.get("packaged"))return n();o.loadScript(t.moduleUrl(r,i),n),c()}};if(t.dynamicModules[r])t.dynamicModules[r]().then((function(e){e.default?d(e.default):d(e)}));else{try{n=this.$require(r)}catch(e){}d(n||t.$loaded[r])}},t.$require=function(e){if("function"==typeof a.require)return a.require(e)},t.setModuleLoader=function(e,a){t.dynamicModules[e]=a};var c=function(){r.basePath||r.workerPath||r.modePath||r.themePath||Object.keys(r.$moduleUrls).length||(console.error("Unable to infer path to ace from script src,","use ace.config.set('basePath', 'path') to enable dynamic loading of modes and themes","or with webpack use ace/webpack-resolver"),c=function(){})};t.version="1.39.1"})),ace.define("ace/loader_build",["require","exports","module","ace/lib/fixoldbrowsers","ace/config"],(function(e,t,s){"use strict";e("./lib/fixoldbrowsers");var o=e("./config");o.setLoader((function(t,a){e([t],(function(e){a(null,e)}))}));var n=function(){return this||"undefined"!=typeof window&&window}();function i(t){if(n&&n.document){o.set("packaged",t||e.packaged||s.packaged||n.define&&a.amdD.packaged);var i={},l="",r=document.currentScript||document._currentScript,c=r&&r.ownerDocument||document;r&&r.src&&(l=r.src.split(/[?#]/)[0].split("/").slice(0,-1).join("/")||"");for(var d,h=c.getElementsByTagName("script"),p=0;p<h.length;p++){var g=h[p],u=g.src||g.getAttribute("src");if(u){for(var m=g.attributes,v=0,b=m.length;v<b;v++){var f=m[v];0===f.name.indexOf("data-ace-")&&(i[(d=f.name.replace(/^data-ace-/,""),d.replace(/-(.)/g,(function(e,t){return t.toUpperCase()})))]=f.value)}var w=u.match(/^(.*)\/ace([\-.]\w+)?\.js(\?|$)/);w&&(l=w[1])}}for(var x in l&&(i.base=i.base||l,i.packaged=!0),i.basePath=i.base,i.workerPath=i.workerPath||i.base,i.modePath=i.modePath||i.base,i.themePath=i.themePath||i.base,delete i.base,i)void 0!==i[x]&&o.set(x,i[x])}}s.exports=function(t){o.init=i,o.$require=e,t.require=e,t.define=a.amdD},i(!0)})),ace.define("ace/range",["require","exports","module"],(function(e,t,a){"use strict";var s=function(){function e(e,t,a,s){this.start={row:e,column:t},this.end={row:a,column:s}}return e.prototype.isEqual=function(e){return this.start.row===e.start.row&&this.end.row===e.end.row&&this.start.column===e.start.column&&this.end.column===e.end.column},e.prototype.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},e.prototype.contains=function(e,t){return 0==this.compare(e,t)},e.prototype.compareRange=function(e){var t,a=e.end,s=e.start;return 1==(t=this.compare(a.row,a.column))?1==(t=this.compare(s.row,s.column))?2:0==t?1:0:-1==t?-2:-1==(t=this.compare(s.row,s.column))?-1:1==t?42:0},e.prototype.comparePoint=function(e){return this.compare(e.row,e.column)},e.prototype.containsRange=function(e){return 0==this.comparePoint(e.start)&&0==this.comparePoint(e.end)},e.prototype.intersects=function(e){var t=this.compareRange(e);return-1==t||0==t||1==t},e.prototype.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},e.prototype.isStart=function(e,t){return this.start.row==e&&this.start.column==t},e.prototype.setStart=function(e,t){"object"==typeof e?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},e.prototype.setEnd=function(e,t){"object"==typeof e?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},e.prototype.inside=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)&&!this.isStart(e,t)},e.prototype.insideStart=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)},e.prototype.insideEnd=function(e,t){return 0==this.compare(e,t)&&!this.isStart(e,t)},e.prototype.compare=function(e,t){return this.isMultiLine()||e!==this.start.row?e<this.start.row?-1:e>this.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0:t<this.start.column?-1:t>this.end.column?1:0},e.prototype.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},e.prototype.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.clipRows=function(t,a){if(this.end.row>a)var s={row:a+1,column:0};else this.end.row<t&&(s={row:t,column:0});if(this.start.row>a)var o={row:a+1,column:0};else this.start.row<t&&(o={row:t,column:0});return e.fromPoints(o||this.start,s||this.end)},e.prototype.extend=function(t,a){var s=this.compare(t,a);if(0==s)return this;if(-1==s)var o={row:t,column:a};else var n={row:t,column:a};return e.fromPoints(o||this.start,n||this.end)},e.prototype.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},e.prototype.isMultiLine=function(){return this.start.row!==this.end.row},e.prototype.clone=function(){return e.fromPoints(this.start,this.end)},e.prototype.collapseRows=function(){return 0==this.end.column?new e(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new e(this.start.row,0,this.end.row,0)},e.prototype.toScreenRange=function(t){var a=t.documentToScreenPosition(this.start),s=t.documentToScreenPosition(this.end);return new e(a.row,a.column,s.row,s.column)},e.prototype.moveBy=function(e,t){this.start.row+=e,this.start.column+=t,this.end.row+=e,this.end.column+=t},e}();s.fromPoints=function(e,t){return new s(e.row,e.column,t.row,t.column)},s.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},t.Range=s})),ace.define("ace/lib/keys",["require","exports","module","ace/lib/oop"],(function(e,t,a){"use strict";for(var s=e("./oop"),o={MODIFIER_KEYS:{16:"Shift",17:"Ctrl",18:"Alt",224:"Meta",91:"MetaLeft",92:"MetaRight",93:"ContextMenu"},KEY_MODS:{ctrl:1,alt:2,option:2,shift:4,super:8,meta:8,command:8,cmd:8,control:1},FUNCTION_KEYS:{8:"Backspace",9:"Tab",13:"Return",19:"Pause",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"Print",45:"Insert",46:"Delete","-13":"NumpadEnter",144:"Numlock",145:"Scrolllock"},PRINTABLE_KEYS:{32:" ",59:";",61:"=",107:"+",109:"-",110:".",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",111:"/",106:"*"}},n={Command:224,Backspace:8,Tab:9,Return:13,Enter:13,Pause:19,Escape:27,PageUp:33,PageDown:34,End:35,Home:36,Insert:45,Delete:46,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,Backquote:192,Minus:189,Equal:187,BracketLeft:219,Backslash:220,BracketRight:221,Semicolon:186,Quote:222,Comma:188,Period:190,Slash:191,Space:32,NumpadAdd:107,NumpadDecimal:110,NumpadSubtract:109,NumpadDivide:111,NumpadMultiply:106},i=0;i<10;i++)n["Digit"+i]=48+i,n["Numpad"+i]=96+i,o.PRINTABLE_KEYS[48+i]=""+i,o.FUNCTION_KEYS[96+i]="Numpad"+i;for(i=65;i<91;i++){var l=String.fromCharCode(i+32);n["Key"+l.toUpperCase()]=i,o.PRINTABLE_KEYS[i]=l}for(i=1;i<13;i++)n["F"+i]=111+i,o.FUNCTION_KEYS[111+i]="F"+i;var r={Shift:16,Control:17,Alt:18,Meta:224};for(var c in r)n[c]=n[c+"Left"]=n[c+"Right"]=r[c];for(var d in t.$codeToKeyCode=n,o.PRINTABLE_KEYS[173]="-",o.FUNCTION_KEYS){var h=o.FUNCTION_KEYS[d].toLowerCase();o[h]=parseInt(d,10)}for(var d in o.PRINTABLE_KEYS)h=o.PRINTABLE_KEYS[d].toLowerCase(),o[h]=parseInt(d,10);s.mixin(o,o.MODIFIER_KEYS),s.mixin(o,o.PRINTABLE_KEYS),s.mixin(o,o.FUNCTION_KEYS),o.enter=o.return,o.escape=o.esc,o.del=o.delete,function(){for(var e=["cmd","ctrl","alt","shift"],t=Math.pow(2,e.length);t--;)o.KEY_MODS[t]=e.filter((function(e){return t&o.KEY_MODS[e]})).join("-")+"-"}(),o.KEY_MODS[0]="",o.KEY_MODS[-1]="input-",s.mixin(t,o),t.default=t,t.keyCodeToString=function(e){var t=o[e];return"string"!=typeof t&&(t=String.fromCharCode(e)),t.toLowerCase()}})),ace.define("ace/lib/event",["require","exports","module","ace/lib/keys","ace/lib/useragent"],(function(e,t,a){"use strict";var s,o=e("./keys"),n=e("./useragent"),i=null,l=0;function r(){return null==s&&function(){s=!1;try{document.createComment("").addEventListener("test",(function(){}),{get passive(){return s={passive:!1},!0}})}catch(e){}}(),s}function c(e,t,a){this.elem=e,this.type=t,this.callback=a}c.prototype.destroy=function(){h(this.elem,this.type,this.callback),this.elem=this.type=this.callback=void 0};var d=t.addListener=function(e,t,a,s){e.addEventListener(t,a,r()),s&&s.$toDestroy.push(new c(e,t,a))},h=t.removeListener=function(e,t,a){e.removeEventListener(t,a,r())};function p(e){return(e.ctrlKey?1:0)|(e.altKey?2:0)|(e.shiftKey?4:0)|(e.metaKey?8:0)}function g(){i=Object.create(null)}if(t.stopEvent=function(e){return t.stopPropagation(e),t.preventDefault(e),!1},t.stopPropagation=function(e){e.stopPropagation&&e.stopPropagation()},t.preventDefault=function(e){e.preventDefault&&e.preventDefault()},t.getButton=function(e){return"dblclick"==e.type?0:"contextmenu"==e.type||n.isMac&&e.ctrlKey&&!e.altKey&&!e.shiftKey?2:e.button},t.capture=function(e,t,a){var s=e&&e.ownerDocument||document;function o(e){t&&t(e),a&&a(e),h(s,"mousemove",t),h(s,"mouseup",o),h(s,"dragstart",o)}return d(s,"mousemove",t),d(s,"mouseup",o),d(s,"dragstart",o),o},t.addMouseWheelListener=function(e,t,a){d(e,"wheel",(function(e){var a=e.deltaX||0,s=e.deltaY||0;switch(e.deltaMode){case e.DOM_DELTA_PIXEL:e.wheelX=.15*a,e.wheelY=.15*s;break;case e.DOM_DELTA_LINE:e.wheelX=15*a,e.wheelY=15*s;break;case e.DOM_DELTA_PAGE:e.wheelX=150*a,e.wheelY=150*s}t(e)}),a)},t.addMultiMouseDownListener=function(e,a,s,o,i){var l,r,c,h=0,p={2:"dblclick",3:"tripleclick",4:"quadclick"};function g(e){if(0!==t.getButton(e)?h=0:e.detail>1?++h>4&&(h=1):h=1,n.isIE){var i=Math.abs(e.clientX-l)>5||Math.abs(e.clientY-r)>5;c&&!i||(h=1),c&&clearTimeout(c),c=setTimeout((function(){c=null}),a[h-1]||600),1==h&&(l=e.clientX,r=e.clientY)}if(e._clicks=h,s[o]("mousedown",e),h>4)h=0;else if(h>1)return s[o](p[h],e)}Array.isArray(e)||(e=[e]),e.forEach((function(e){d(e,"mousedown",g,i)}))},t.getModifierString=function(e){return o.KEY_MODS[p(e)]},t.addCommandKeyListener=function(e,a,s){var r=null;d(e,"keydown",(function(e){i[e.keyCode]=(i[e.keyCode]||0)+1;var t=function(e,t,a){var s=p(t);if(!a&&t.code&&(a=o.$codeToKeyCode[t.code]||a),!n.isMac&&i){if(t.getModifierState&&(t.getModifierState("OS")||t.getModifierState("Win"))&&(s|=8),i.altGr){if(!(3&~s))return;i.altGr=0}if(18===a||17===a){var r=t.location;17===a&&1===r?1==i[a]&&(l=t.timeStamp):18===a&&3===s&&2===r&&t.timeStamp-l<50&&(i.altGr=!0)}}if(a in o.MODIFIER_KEYS&&(a=-1),s||13!==a||3!==t.location||(e(t,s,-a),!t.defaultPrevented)){if(n.isChromeOS&&8&s){if(e(t,s,a),t.defaultPrevented)return;s&=-9}return!!(s||a in o.FUNCTION_KEYS||a in o.PRINTABLE_KEYS)&&e(t,s,a)}}(a,e,e.keyCode);return r=e.defaultPrevented,t}),s),d(e,"keypress",(function(e){r&&(e.ctrlKey||e.altKey||e.shiftKey||e.metaKey)&&(t.stopEvent(e),r=null)}),s),d(e,"keyup",(function(e){i[e.keyCode]=null}),s),i||(g(),d(window,"focus",g))},"object"==typeof window&&window.postMessage&&!n.isOldIE){var u=1;t.nextTick=function(e,a){a=a||window;var s="zero-timeout-message-"+u++,o=function(n){n.data==s&&(t.stopPropagation(n),h(a,"message",o),e())};d(a,"message",o),a.postMessage(s,"*")}}t.$idleBlocked=!1,t.onIdle=function(e,a){return setTimeout((function a(){t.$idleBlocked?setTimeout(a,100):e()}),a)},t.$idleBlockId=null,t.blockIdle=function(e){t.$idleBlockId&&clearTimeout(t.$idleBlockId),t.$idleBlocked=!0,t.$idleBlockId=setTimeout((function(){t.$idleBlocked=!1}),e||100)},t.nextFrame="object"==typeof window&&(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame),t.nextFrame?t.nextFrame=t.nextFrame.bind(window):t.nextFrame=function(e){setTimeout(e,17)}})),ace.define("ace/clipboard",["require","exports","module"],(function(e,t,a){"use strict";var s;a.exports={lineMode:!1,pasteCancelled:function(){return!!(s&&s>Date.now()-50)||(s=!1)},cancel:function(){s=Date.now()}}})),ace.define("ace/keyboard/textinput",["require","exports","module","ace/lib/event","ace/config","ace/lib/useragent","ace/lib/dom","ace/lib/lang","ace/clipboard","ace/lib/keys"],(function(e,t,a){"use strict";var s,o=e("../lib/event"),n=e("../config").nls,i=e("../lib/useragent"),l=e("../lib/dom"),r=e("../lib/lang"),c=e("../clipboard"),d=i.isChrome<18,h=i.isIE,p=i.isChrome>63,g=400,u=e("../lib/keys"),m=u.KEY_MODS,v=i.isIOS,b=v?/\s/:/\n/,f=i.isMobile;s=function(e,t){var a=l.createElement("textarea");a.className="ace_text-input",a.setAttribute("wrap","off"),a.setAttribute("autocorrect","off"),a.setAttribute("autocapitalize","off"),a.setAttribute("spellcheck","false"),a.style.opacity="0",e.insertBefore(a,e.firstChild);var s=!1,w=!1,x=!1,y=!1,k="";f||(a.style.fontSize="1px");var C=!1,_=!1,M="",z=0,j=0,L=0,S=Number.MAX_SAFE_INTEGER,$=Number.MIN_SAFE_INTEGER,H=0;try{var T=document.activeElement===a}catch(e){}this.setNumberOfExtraLines=function(e){S=Number.MAX_SAFE_INTEGER,$=Number.MIN_SAFE_INTEGER,H=e<0?0:e},this.setAriaLabel=function(){var e="";if(t.$textInputAriaLabel&&(e+="".concat(t.$textInputAriaLabel,", ")),t.session){var s=t.session.selection.cursor.row;e+=n("text-input.aria-label","Cursor at row $0",[s+1])}a.setAttribute("aria-label",e)},this.setAriaOptions=function(e){e.activeDescendant?(a.setAttribute("aria-haspopup","true"),a.setAttribute("aria-autocomplete",e.inline?"both":"list"),a.setAttribute("aria-activedescendant",e.activeDescendant)):(a.setAttribute("aria-haspopup","false"),a.setAttribute("aria-autocomplete","both"),a.removeAttribute("aria-activedescendant")),e.role&&a.setAttribute("role",e.role),e.setLabel&&(a.setAttribute("aria-roledescription",n("text-input.aria-roledescription","editor")),this.setAriaLabel())},this.setAriaOptions({role:"textbox"}),o.addListener(a,"blur",(function(e){_||(t.onBlur(e),T=!1)}),t),o.addListener(a,"focus",(function(e){if(!_){if(T=!0,i.isEdge)try{if(!document.hasFocus())return}catch(e){}t.onFocus(e),i.isEdge?setTimeout(A):A()}}),t),this.$focusScroll=!1,this.focus=function(){if(this.setAriaOptions({setLabel:t.renderer.enableKeyboardAccessibility}),k||p||"browser"==this.$focusScroll)return a.focus({preventScroll:!0});var e=a.style.top;a.style.position="fixed",a.style.top="0px";try{var s=0!=a.getBoundingClientRect().top}catch(e){return}var o=[];if(s)for(var n=a.parentElement;n&&1==n.nodeType;)o.push(n),n.setAttribute("ace_nocontext","true"),n=!n.parentElement&&n.getRootNode?n.getRootNode().host:n.parentElement;a.focus({preventScroll:!0}),s&&o.forEach((function(e){e.removeAttribute("ace_nocontext")})),setTimeout((function(){a.style.position="","0px"==a.style.top&&(a.style.top=e)}),0)},this.blur=function(){a.blur()},this.isFocused=function(){return T},t.on("beforeEndOperation",(function(){var e=t.curOp,s=e&&e.command&&e.command.name;if("insertstring"!=s){var o=s&&(e.docChanged||e.selectionChanged);x&&o&&(M=a.value="",W()),A()}})),t.on("changeSelection",this.setAriaLabel);var B=function(e,a){for(var s=a,o=1;o<=e-S&&o<2*H+1;o++)s+=t.session.getLine(e-o).length+1;return s},A=v?function(e){if(T&&(!s||e)&&!y){e||(e="");var o="\n ab"+e+"cde fg\n";o!=a.value&&(a.value=M=o);var n=4+(e.length||(t.selection.isEmpty()?0:1));4==z&&j==n||a.setSelectionRange(4,n),z=4,j=n}}:function(){if(!x&&!y&&(T||N)){x=!0;var e=0,s=0,o="";if(t.session){var n=t.selection,i=n.getRange(),l=n.cursor.row;l===$+1?$=(S=$+1)+2*H:l===S-1?S=($=S-1)-2*H:(l<S-1||l>$+1)&&(S=l>H?l-H:0,$=l>H?l+H:2*H);for(var r=[],c=S;c<=$;c++)r.push(t.session.getLine(c));if(o=r.join("\n"),e=B(i.start.row,i.start.column),s=B(i.end.row,i.end.column),i.start.row<S){var d=t.session.getLine(S-1);e=i.start.row<S-1?0:e,s+=d.length+1,o=d+"\n"+o}else if(i.end.row>$){var h=t.session.getLine($+1);s=i.end.row>$+1?h.length:i.end.column,s+=o.length+1,o=o+"\n"+h}else f&&l>0&&(o="\n"+o,s+=1,e+=1);o.length>g&&(e<g&&s<g?o=o.slice(0,g):(o="\n",e==s?e=s=0:(e=0,s=1)));var p=o+"\n\n";p!=M&&(a.value=M=p,z=j=p.length)}if(N&&(z=a.selectionStart,j=a.selectionEnd),j!=s||z!=e||a.selectionEnd!=j)try{a.setSelectionRange(e,s),z=e,j=s}catch(e){}x=!1}};this.resetSelection=A,T&&t.onFocus();var V=null;this.setInputHandler=function(e){V=e},this.getInputHandler=function(){return V};var N=!1,P=function(e,s){if(N&&(N=!1),w)return A(),e&&t.onPaste(e),w=!1,"";for(var o=a.selectionStart,n=a.selectionEnd,l=z,r=M.length-j,c=e,d=e.length-o,h=e.length-n,p=0;l>0&&M[p]==e[p];)p++,l--;for(c=c.slice(p),p=1;r>0&&M.length-p>z-1&&M[M.length-p]==e[e.length-p];)p++,r--;d-=p-1,h-=p-1;var g=c.length-p+1;if(g<0&&(l=-g,g=0),c=c.slice(0,g),!(s||c||d||l||r||h))return"";y=!0;var u=!1;return i.isAndroid&&". "==c&&(c=" ",u=!0),c&&!l&&!r&&!d&&!h||C?t.onTextInput(c):t.onTextInput(c,{extendLeft:l,extendRight:r,restoreStart:d,restoreEnd:h}),y=!1,M=e,z=o,j=n,L=h,u?"\n":c},E=function(e){if(x)return q();if(e&&e.inputType){if("historyUndo"==e.inputType)return t.execCommand("undo");if("historyRedo"==e.inputType)return t.execCommand("redo")}var s=a.value,o=P(s,!0);(s.length>500||b.test(o)||f&&z<1&&z==j)&&A()},I=function(e,t,a){var s=e.clipboardData||window.clipboardData;if(s&&!d){var o=h||a?"Text":"text/plain";try{return t?!1!==s.setData(o,t):s.getData(o)}catch(e){if(!a)return I(e,t,!0)}}},O=function(e,n){var i=t.getCopyText();if(!i)return o.preventDefault(e);I(e,i)?(v&&(A(i),s=i,setTimeout((function(){s=!1}),10)),n?t.onCut():t.onCopy(),o.preventDefault(e)):(s=!0,a.value=i,a.select(),setTimeout((function(){s=!1,A(),n?t.onCut():t.onCopy()})))},R=function(e){O(e,!0)},D=function(e){O(e,!1)},F=function(e){var s=I(e);c.pasteCancelled()||("string"==typeof s?(s&&t.onPaste(s,e),i.isIE&&setTimeout(A),o.preventDefault(e)):(a.value="",w=!0))};o.addCommandKeyListener(a,(function(e,a,s){if(!x)return t.onCommandKey(e,a,s)}),t),o.addListener(a,"select",(function(e){x||(s?s=!1:function(e){return 0===e.selectionStart&&e.selectionEnd>=M.length&&e.value===M&&M&&e.selectionEnd!==j}(a)?(t.selectAll(),A()):f&&a.selectionStart!=z&&A())}),t),o.addListener(a,"input",E,t),o.addListener(a,"cut",R,t),o.addListener(a,"copy",D,t),o.addListener(a,"paste",F,t),"oncut"in a&&"oncopy"in a&&"onpaste"in a||o.addListener(e,"keydown",(function(e){if((!i.isMac||e.metaKey)&&e.ctrlKey)switch(e.keyCode){case 67:D(e);break;case 86:F(e);break;case 88:R(e)}}),t);var q=function(){if(x&&t.onCompositionUpdate&&!t.$readOnly){if(C)return U();if(x.useTextareaForIME)t.onCompositionUpdate(a.value);else{var e=a.value;P(e),x.markerRange&&(x.context&&(x.markerRange.start.column=x.selectionStart=x.context.compositionStartOffset),x.markerRange.end.column=x.markerRange.start.column+j-x.selectionStart+L)}}},W=function(e){t.onCompositionEnd&&!t.$readOnly&&(x=!1,t.onCompositionEnd(),t.off("mousedown",U),e&&E())};function U(){_=!0,a.blur(),a.focus(),_=!1}var G,Y=r.delayedCall(q,50).schedule.bind(null,null);function Z(){clearTimeout(G),G=setTimeout((function(){k&&(a.style.cssText=k,k=""),t.renderer.$isMousePressed=!1,t.renderer.$keepTextAreaAtCursor&&t.renderer.$moveTextAreaToCursor()}),0)}o.addListener(a,"compositionstart",(function(e){if(!x&&t.onCompositionStart&&!t.$readOnly&&(x={},!C)){e.data&&(x.useTextareaForIME=!1),setTimeout(q,0),t._signal("compositionStart"),t.on("mousedown",U);var s=t.getSelectionRange();s.end.row=s.start.row,s.end.column=s.start.column,x.markerRange=s,x.selectionStart=z,t.onCompositionStart(x),x.useTextareaForIME?(M=a.value="",z=0,j=0):(a.msGetInputContext&&(x.context=a.msGetInputContext()),a.getInputContext&&(x.context=a.getInputContext()))}}),t),o.addListener(a,"compositionupdate",q,t),o.addListener(a,"keyup",(function(e){27==e.keyCode&&a.value.length<a.selectionStart&&(x||(M=a.value),z=j=-1,A()),Y()}),t),o.addListener(a,"keydown",Y,t),o.addListener(a,"compositionend",W,t),this.getElement=function(){return a},this.setCommandMode=function(e){C=e,a.readOnly=!1},this.setReadOnly=function(e){C||(a.readOnly=e)},this.setCopyWithEmptySelection=function(e){},this.onContextMenu=function(e){N=!0,A(),t._emit("nativecontextmenu",{target:t,domEvent:e}),this.moveToMouse(e,!0)},this.moveToMouse=function(e,s){k||(k=a.style.cssText),a.style.cssText=(s?"z-index:100000;":"")+(i.isIE?"opacity:0.1;":"")+"text-indent: -"+(z+j)*t.renderer.characterWidth*.5+"px;";var n=t.container.getBoundingClientRect(),r=l.computedStyle(t.container),c=n.top+(parseInt(r.borderTopWidth)||0),d=n.left+(parseInt(r.borderLeftWidth)||0),h=n.bottom-c-a.clientHeight-2,p=function(e){l.translate(a,e.clientX-d-2,Math.min(e.clientY-c-2,h))};p(e),"mousedown"==e.type&&(t.renderer.$isMousePressed=!0,clearTimeout(G),i.isWin&&o.capture(t.container,p,Z))},this.onContextMenuClose=Z;var K=function(e){t.textInput.onContextMenu(e),Z()};o.addListener(a,"mouseup",K,t),o.addListener(a,"mousedown",(function(e){e.preventDefault(),Z()}),t),o.addListener(t.renderer.scroller,"contextmenu",K,t),o.addListener(a,"contextmenu",K,t),v&&function(e,t,a){var o=null,n=!1;a.addEventListener("keydown",(function(e){o&&clearTimeout(o),n=!0}),!0),a.addEventListener("keyup",(function(e){o=setTimeout((function(){n=!1}),100)}),!0);var i=function(e){if(document.activeElement===a&&!(n||x||t.$mouseHandler.isMousePressed||s)){var o=a.selectionStart,i=a.selectionEnd,l=null,r=0;if(0==o?l=u.up:1==o?l=u.home:i>j&&"\n"==M[i]?l=u.end:o<z&&" "==M[o-1]?(l=u.left,r=m.option):o<z||o==z&&j!=z&&o==i?l=u.left:i>j&&M.slice(0,i).split("\n").length>2?l=u.down:i>j&&" "==M[i-1]?(l=u.right,r=m.option):(i>j||i==j&&j!=z&&o==i)&&(l=u.right),o!==i&&(r|=m.shift),l){if(!t.onCommandKey({},r,l)&&t.commands){l=u.keyCodeToString(l);var c=t.commands.findKeyCommand(r,l);c&&t.execCommand(c)}z=o,j=i,A("")}}};document.addEventListener("selectionchange",i),t.on("destroy",(function(){document.removeEventListener("selectionchange",i)}))}(0,t,a),this.destroy=function(){a.parentElement&&a.parentElement.removeChild(a)}},t.TextInput=s,t.$setUserAgentForTests=function(e,t){f=e,v=t}})),ace.define("ace/mouse/default_handlers",["require","exports","module","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../lib/useragent"),o=function(){function e(e){e.$clickSelection=null;var t=e.editor;t.setDefaultHandler("mousedown",this.onMouseDown.bind(e)),t.setDefaultHandler("dblclick",this.onDoubleClick.bind(e)),t.setDefaultHandler("tripleclick",this.onTripleClick.bind(e)),t.setDefaultHandler("quadclick",this.onQuadClick.bind(e)),t.setDefaultHandler("mousewheel",this.onMouseWheel.bind(e)),["select","startSelect","selectEnd","selectAllEnd","selectByWordsEnd","selectByLinesEnd","dragWait","dragWaitEnd","focusWait"].forEach((function(t){e[t]=this[t]}),this),e.selectByLines=this.extendSelectionBy.bind(e,"getLineRange"),e.selectByWords=this.extendSelectionBy.bind(e,"getWordRange")}return e.prototype.onMouseDown=function(e){var t=e.inSelection(),a=e.getDocumentPosition();this.mousedownEvent=e;var o=this.editor,n=e.getButton();return 0!==n?((o.getSelectionRange().isEmpty()||1==n)&&o.selection.moveToPosition(a),void(2==n&&(o.textInput.onContextMenu(e.domEvent),s.isMozilla||e.preventDefault()))):(this.mousedownEvent.time=Date.now(),!t||o.isFocused()||(o.focus(),!this.$focusTimeout||this.$clickSelection||o.inMultiSelectMode)?(this.captureMouse(e),this.startSelect(a,e.domEvent._clicks>1),e.preventDefault()):(this.setState("focusWait"),void this.captureMouse(e)))},e.prototype.startSelect=function(e,t){e=e||this.editor.renderer.screenToTextCoordinates(this.x,this.y);var a=this.editor;this.mousedownEvent&&(this.mousedownEvent.getShiftKey()?a.selection.selectToPosition(e):t||a.selection.moveToPosition(e),t||this.select(),a.setStyle("ace_selecting"),this.setState("select"))},e.prototype.select=function(){var e,t=this.editor,a=t.renderer.screenToTextCoordinates(this.x,this.y);if(this.$clickSelection){var s=this.$clickSelection.comparePoint(a);if(-1==s)e=this.$clickSelection.end;else if(1==s)e=this.$clickSelection.start;else{var o=n(this.$clickSelection,a);a=o.cursor,e=o.anchor}t.selection.setSelectionAnchor(e.row,e.column)}t.selection.selectToPosition(a),t.renderer.scrollCursorIntoView()},e.prototype.extendSelectionBy=function(e){var t,a=this.editor,s=a.renderer.screenToTextCoordinates(this.x,this.y),o=a.selection[e](s.row,s.column);if(this.$clickSelection){var i=this.$clickSelection.comparePoint(o.start),l=this.$clickSelection.comparePoint(o.end);if(-1==i&&l<=0)t=this.$clickSelection.end,o.end.row==s.row&&o.end.column==s.column||(s=o.start);else if(1==l&&i>=0)t=this.$clickSelection.start,o.start.row==s.row&&o.start.column==s.column||(s=o.end);else if(-1==i&&1==l)s=o.end,t=o.start;else{var r=n(this.$clickSelection,s);s=r.cursor,t=r.anchor}a.selection.setSelectionAnchor(t.row,t.column)}a.selection.selectToPosition(s),a.renderer.scrollCursorIntoView()},e.prototype.selectByLinesEnd=function(){this.$clickSelection=null,this.editor.unsetStyle("ace_selecting")},e.prototype.focusWait=function(){var e,t,a,s,o=(e=this.mousedownEvent.x,t=this.mousedownEvent.y,a=this.x,s=this.y,Math.sqrt(Math.pow(a-e,2)+Math.pow(s-t,2))),n=Date.now();(o>0||n-this.mousedownEvent.time>this.$focusTimeout)&&this.startSelect(this.mousedownEvent.getDocumentPosition())},e.prototype.onDoubleClick=function(e){var t=e.getDocumentPosition(),a=this.editor,s=a.session.getBracketRange(t);s?(s.isEmpty()&&(s.start.column--,s.end.column++),this.setState("select")):(s=a.selection.getWordRange(t.row,t.column),this.setState("selectByWords")),this.$clickSelection=s,this.select()},e.prototype.onTripleClick=function(e){var t=e.getDocumentPosition(),a=this.editor;this.setState("selectByLines");var s=a.getSelectionRange();s.isMultiLine()&&s.contains(t.row,t.column)?(this.$clickSelection=a.selection.getLineRange(s.start.row),this.$clickSelection.end=a.selection.getLineRange(s.end.row).end):this.$clickSelection=a.selection.getLineRange(t.row),this.select()},e.prototype.onQuadClick=function(e){var t=this.editor;t.selectAll(),this.$clickSelection=t.getSelectionRange(),this.setState("selectAll")},e.prototype.onMouseWheel=function(e){if(!e.getAccelKey()){e.getShiftKey()&&e.wheelY&&!e.wheelX&&(e.wheelX=e.wheelY,e.wheelY=0);var t=this.editor;this.$lastScroll||(this.$lastScroll={t:0,vx:0,vy:0,allowed:0});var a=this.$lastScroll,s=e.domEvent.timeStamp,o=s-a.t,n=o?e.wheelX/o:a.vx,i=o?e.wheelY/o:a.vy;o<550&&(n=(n+a.vx)/2,i=(i+a.vy)/2);var l=Math.abs(n/i),r=!1;return l>=1&&t.renderer.isScrollableBy(e.wheelX*e.speed,0)&&(r=!0),l<=1&&t.renderer.isScrollableBy(0,e.wheelY*e.speed)&&(r=!0),r?a.allowed=s:s-a.allowed<550&&(Math.abs(n)<=1.5*Math.abs(a.vx)&&Math.abs(i)<=1.5*Math.abs(a.vy)?(r=!0,a.allowed=s):a.allowed=0),a.t=s,a.vx=n,a.vy=i,r?(t.renderer.scrollBy(e.wheelX*e.speed,e.wheelY*e.speed),e.stop()):void 0}},e}();function n(e,t){if(e.start.row==e.end.row)var a=2*t.column-e.start.column-e.end.column;else if(e.start.row!=e.end.row-1||e.start.column||e.end.column)a=2*t.row-e.start.row-e.end.row;else a=t.column-4;return a<0?{cursor:e.start,anchor:e.end}:{cursor:e.end,anchor:e.start}}o.prototype.selectEnd=o.prototype.selectByLinesEnd,o.prototype.selectAllEnd=o.prototype.selectByLinesEnd,o.prototype.selectByWordsEnd=o.prototype.selectByLinesEnd,t.DefaultHandlers=o})),ace.define("ace/lib/scroll",["require","exports","module"],(function(e,t,a){t.preventParentScroll=function(e){e.stopPropagation();var t=e.currentTarget;t.scrollHeight>t.clientHeight||e.preventDefault()}})),ace.define("ace/tooltip",["require","exports","module","ace/lib/dom","ace/lib/event","ace/range","ace/lib/scroll"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],s=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&s>=e.length&&(e=void 0),{value:e&&e[s++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},i=e("./lib/dom"),l=(e("./lib/event"),e("./range").Range),r=e("./lib/scroll").preventParentScroll,c="ace_tooltip",d=function(){function e(e){this.isOpen=!1,this.$element=null,this.$parentNode=e}return e.prototype.$init=function(){return this.$element=i.createElement("div"),this.$element.className=c,this.$element.style.display="none",this.$parentNode.appendChild(this.$element),this.$element},e.prototype.getElement=function(){return this.$element||this.$init()},e.prototype.setText=function(e){this.getElement().textContent=e},e.prototype.setHtml=function(e){this.getElement().innerHTML=e},e.prototype.setPosition=function(e,t){this.getElement().style.left=e+"px",this.getElement().style.top=t+"px"},e.prototype.setClassName=function(e){i.addCssClass(this.getElement(),e)},e.prototype.setTheme=function(e){this.$element.className=c+" "+(e.isDark?"ace_dark ":"")+(e.cssClass||"")},e.prototype.show=function(e,t,a){null!=e&&this.setText(e),null!=t&&null!=a&&this.setPosition(t,a),this.isOpen||(this.getElement().style.display="block",this.isOpen=!0)},e.prototype.hide=function(e){this.isOpen&&(this.getElement().style.display="none",this.getElement().className=c,this.isOpen=!1)},e.prototype.getHeight=function(){return this.getElement().offsetHeight},e.prototype.getWidth=function(){return this.getElement().offsetWidth},e.prototype.destroy=function(){this.isOpen=!1,this.$element&&this.$element.parentNode&&this.$element.parentNode.removeChild(this.$element)},e}(),h=new(function(){function e(){this.popups=[]}return e.prototype.addPopup=function(e){this.popups.push(e),this.updatePopups()},e.prototype.removePopup=function(e){var t=this.popups.indexOf(e);-1!==t&&(this.popups.splice(t,1),this.updatePopups())},e.prototype.updatePopups=function(){var e,t,a,s;this.popups.sort((function(e,t){return t.priority-e.priority}));var o=[];try{for(var i=n(this.popups),l=i.next();!l.done;l=i.next()){var r=l.value,c=!0;try{for(var d=(a=void 0,n(o)),h=d.next();!h.done;h=d.next()){var p=h.value;if(this.doPopupsOverlap(p,r)){c=!1;break}}}catch(e){a={error:e}}finally{try{h&&!h.done&&(s=d.return)&&s.call(d)}finally{if(a)throw a.error}}c?o.push(r):r.hide()}}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}},e.prototype.doPopupsOverlap=function(e,t){var a=e.getElement().getBoundingClientRect(),s=t.getElement().getBoundingClientRect();return a.left<s.right&&a.right>s.left&&a.top<s.bottom&&a.bottom>s.top},e}());t.popupManager=h,t.Tooltip=d;var p=function(e){function t(t){void 0===t&&(t=document.body);var a=e.call(this,t)||this;a.timeout=void 0,a.lastT=0,a.idleTime=350,a.lastEvent=void 0,a.onMouseOut=a.onMouseOut.bind(a),a.onMouseMove=a.onMouseMove.bind(a),a.waitForHover=a.waitForHover.bind(a),a.hide=a.hide.bind(a);var s=a.getElement();return s.style.whiteSpace="pre-wrap",s.style.pointerEvents="auto",s.addEventListener("mouseout",a.onMouseOut),s.tabIndex=-1,s.addEventListener("blur",function(){s.contains(document.activeElement)||this.hide()}.bind(a)),s.addEventListener("wheel",r),a}return o(t,e),t.prototype.addToEditor=function(e){e.on("mousemove",this.onMouseMove),e.on("mousedown",this.hide),e.renderer.getMouseEventTarget().addEventListener("mouseout",this.onMouseOut,!0)},t.prototype.removeFromEditor=function(e){e.off("mousemove",this.onMouseMove),e.off("mousedown",this.hide),e.renderer.getMouseEventTarget().removeEventListener("mouseout",this.onMouseOut,!0),this.timeout&&(clearTimeout(this.timeout),this.timeout=null)},t.prototype.onMouseMove=function(e,t){this.lastEvent=e,this.lastT=Date.now();var a=t.$mouseHandler.isMousePressed;if(this.isOpen){var s=this.lastEvent&&this.lastEvent.getDocumentPosition();this.range&&this.range.contains(s.row,s.column)&&!a&&!this.isOutsideOfText(this.lastEvent)||this.hide()}this.timeout||a||(this.lastEvent=e,this.timeout=setTimeout(this.waitForHover,this.idleTime))},t.prototype.waitForHover=function(){this.timeout&&clearTimeout(this.timeout);var e=Date.now()-this.lastT;this.idleTime-e>10?this.timeout=setTimeout(this.waitForHover,this.idleTime-e):(this.timeout=null,this.lastEvent&&!this.isOutsideOfText(this.lastEvent)&&this.$gatherData(this.lastEvent,this.lastEvent.editor))},t.prototype.isOutsideOfText=function(e){var t=e.editor,a=e.getDocumentPosition(),s=t.session.getLine(a.row);if(a.column==s.length){var o=t.renderer.pixelToScreenCoordinates(e.clientX,e.clientY),n=t.session.documentToScreenPosition(a.row,a.column);if(n.column!=o.column||n.row!=o.row)return!0}return!1},t.prototype.setDataProvider=function(e){this.$gatherData=e},t.prototype.showForRange=function(e,t,a,s){if(!(s&&s!=this.lastEvent||this.isOpen&&document.activeElement==this.getElement())){var o=e.renderer;this.isOpen||(h.addPopup(this),this.$registerCloseEvents(),this.setTheme(o.theme)),this.isOpen=!0,this.addMarker(t,e.session),this.range=l.fromPoints(t.start,t.end);var n=o.textToScreenCoordinates(t.start.row,t.start.column),i=o.scroller.getBoundingClientRect();n.pageX<i.left&&(n.pageX=i.left);var r=this.getElement();r.innerHTML="",r.appendChild(a),r.style.maxHeight="",r.style.display="block";var c=r.clientHeight,d=r.clientWidth,p=window.innerHeight-n.pageY-o.lineHeight,g=!0;n.pageY-c<0&&n.pageY<p&&(g=!1),r.style.maxHeight=(g?n.pageY:p)-10+"px",r.style.top=g?"":n.pageY+o.lineHeight+"px",r.style.bottom=g?window.innerHeight-n.pageY+"px":"",r.style.left=Math.min(n.pageX,window.innerWidth-d-10)+"px"}},t.prototype.addMarker=function(e,t){this.marker&&this.$markerSession.removeMarker(this.marker),this.$markerSession=t,this.marker=t&&t.addMarker(e,"ace_highlight-marker","text")},t.prototype.hide=function(e){(e||document.activeElement!=this.getElement())&&(e&&e.target&&("keydown"!=e.type||e.ctrlKey||e.metaKey)&&this.$element.contains(e.target)||(this.lastEvent=null,this.timeout&&clearTimeout(this.timeout),this.timeout=null,this.addMarker(null),this.isOpen&&(this.$removeCloseEvents(),this.getElement().style.display="none",this.isOpen=!1,h.removePopup(this))))},t.prototype.$registerCloseEvents=function(){window.addEventListener("keydown",this.hide,!0),window.addEventListener("wheel",this.hide,!0),window.addEventListener("mousedown",this.hide,!0)},t.prototype.$removeCloseEvents=function(){window.removeEventListener("keydown",this.hide,!0),window.removeEventListener("wheel",this.hide,!0),window.removeEventListener("mousedown",this.hide,!0)},t.prototype.onMouseOut=function(e){this.timeout&&(clearTimeout(this.timeout),this.timeout=null),this.lastEvent=null,this.isOpen&&e.relatedTarget&&!this.getElement().contains(e.relatedTarget)&&(e&&e.currentTarget.contains(e.relatedTarget)||e.relatedTarget.classList.contains("ace_content")||this.hide())},t}(d);t.HoverTooltip=p})),ace.define("ace/mouse/default_gutter_handler",["require","exports","module","ace/lib/dom","ace/lib/event","ace/tooltip","ace/config"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],s=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&s>=e.length&&(e=void 0),{value:e&&e[s++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},i=e("../lib/dom"),l=e("../lib/event"),r=e("../tooltip").Tooltip,c=e("../config").nls;t.GUTTER_TOOLTIP_LEFT_OFFSET=5,t.GUTTER_TOOLTIP_TOP_OFFSET=3,t.GutterHandler=function(e){var t,a,s=e.editor,o=s.renderer.$gutterLayer,n=new d(s,!0);function r(e){e&&"keydown"===e.type&&(e.ctrlKey||e.metaKey)||(!e||"mouseout"!==e.type||e.relatedTarget&&!n.getElement().contains(e.relatedTarget))&&(t&&(t=clearTimeout(t)),n.isOpen&&(n.hideTooltip(),s.off("mousewheel",r),s.off("changeSession",r),window.removeEventListener("keydown",r,!0)))}function c(e){n.setPosition(e.x,e.y)}e.editor.setDefaultHandler("guttermousedown",(function(t){if(s.isFocused()&&0==t.getButton()&&"foldWidgets"!=o.getRegion(t)){var a=t.getDocumentPosition().row,n=s.session.selection;if(t.getShiftKey())n.selectTo(a,0);else{if(2==t.domEvent.detail)return s.selectAll(),t.preventDefault();e.$clickSelection=s.selection.getLineRange(a)}return e.setState("selectByLines"),e.captureMouse(t),t.preventDefault()}})),e.editor.setDefaultHandler("guttermousemove",(function(l){var d=l.domEvent.target||l.domEvent.srcElement;if(i.hasCssClass(d,"ace_fold-widget"))return r();n.isOpen&&e.$tooltipFollowsMouse&&c(l),a=l,t||(t=setTimeout((function(){t=null,a&&!e.isMousePressed&&function(){var t=a.getDocumentPosition().row;if(t==s.session.getLength()){var i=s.renderer.pixelToScreenCoordinates(0,a.y).row,l=a.$pos;if(i>s.session.documentToScreenRow(l.row,l.column))return r()}if(n.showTooltip(t),n.isOpen)if(s.on("mousewheel",r),s.on("changeSession",r),window.addEventListener("keydown",r,!0),e.$tooltipFollowsMouse)c(a);else{var d=a.getGutterRow(),h=o.$lines.get(d);if(h){var p=h.element.querySelector(".ace_gutter_annotation").getBoundingClientRect(),g=n.getElement().style;g.left=p.right-5+"px",g.top=p.bottom-3+"px"}else c(a)}}()}),50))})),l.addListener(s.renderer.$gutter,"mouseout",(function(e){a=null,n.isOpen&&(t=setTimeout((function(){t=null,r(e)}),50))}),s)};var d=function(e){function t(t,a){void 0===a&&(a=!1);var s=e.call(this,t.container)||this;s.editor=t,s.visibleTooltipRow;var o=s.getElement();return o.setAttribute("role","tooltip"),o.style.pointerEvents="auto",a&&(s.onMouseOut=s.onMouseOut.bind(s),o.addEventListener("mouseout",s.onMouseOut)),s}return o(t,e),t.prototype.onMouseOut=function(e){this.isOpen&&e.relatedTarget&&!this.getElement().contains(e.relatedTarget)&&(e&&e.currentTarget.contains(e.relatedTarget)||this.hideTooltip())},t.prototype.setPosition=function(e,t){var a=window.innerWidth||document.documentElement.clientWidth,s=window.innerHeight||document.documentElement.clientHeight,o=this.getWidth(),n=this.getHeight();(e+=15)+o>a&&(e-=e+o-a),(t+=15)+n>s&&(t-=20+n),r.prototype.setPosition.call(this,e,t)},Object.defineProperty(t,"annotationLabels",{get:function(){return{error:{singular:c("gutter-tooltip.aria-label.error.singular","error"),plural:c("gutter-tooltip.aria-label.error.plural","errors")},security:{singular:c("gutter-tooltip.aria-label.security.singular","security finding"),plural:c("gutter-tooltip.aria-label.security.plural","security findings")},warning:{singular:c("gutter-tooltip.aria-label.warning.singular","warning"),plural:c("gutter-tooltip.aria-label.warning.plural","warnings")},info:{singular:c("gutter-tooltip.aria-label.info.singular","information message"),plural:c("gutter-tooltip.aria-label.info.plural","information messages")},hint:{singular:c("gutter-tooltip.aria-label.hint.singular","suggestion"),plural:c("gutter-tooltip.aria-label.hint.plural","suggestions")}}},enumerable:!1,configurable:!0}),t.prototype.showTooltip=function(e){var a,s,o=this.editor.renderer.$gutterLayer,n=o.$annotations[e];s=n?{displayText:Array.from(n.displayText),type:Array.from(n.type)}:{displayText:[],type:[]};var l=o.session.getFoldLine(e);if(l&&o.$showFoldedAnnotations){for(var r,c={error:[],security:[],warning:[],info:[],hint:[]},d={error:1,security:2,warning:3,info:4,hint:5},h=e+1;h<=l.end.row;h++)if(o.$annotations[h])for(var p=0;p<o.$annotations[h].text.length;p++){var g=o.$annotations[h].type[p];c[g].push(o.$annotations[h].text[p]),(!r||d[g]<d[r])&&(r=g)}if(["error","security","warning"].includes(r)){var u="".concat(t.annotationsToSummaryString(c)," in folded code.");s.displayText.push(u),s.type.push(r+"_fold")}}if(0===s.displayText.length)return this.hideTooltip();var m={error:[],security:[],warning:[],info:[],hint:[]},v=o.$useSvgGutterIcons?"ace_icon_svg":"ace_icon";for(h=0;h<s.displayText.length;h++){var b=i.createElement("span"),f=i.createElement("span");(a=f.classList).add.apply(a,["ace_".concat(s.type[h]),v]),f.setAttribute("aria-label","".concat(t.annotationLabels[s.type[h].replace("_fold","")].singular)),f.setAttribute("role","img"),f.appendChild(i.createTextNode(" ")),b.appendChild(f),b.appendChild(i.createTextNode(s.displayText[h])),b.appendChild(i.createElement("br")),m[s.type[h].replace("_fold","")].push(b)}var w=this.getElement();i.removeChildren(w),m.error.forEach((function(e){return w.appendChild(e)})),m.security.forEach((function(e){return w.appendChild(e)})),m.warning.forEach((function(e){return w.appendChild(e)})),m.info.forEach((function(e){return w.appendChild(e)})),m.hint.forEach((function(e){return w.appendChild(e)})),w.setAttribute("aria-live","polite"),this.isOpen||(this.setTheme(this.editor.renderer.theme),this.setClassName("ace_gutter-tooltip")),this.show(),this.visibleTooltipRow=e,this.editor._signal("showGutterTooltip",this)},t.prototype.hideTooltip=function(){this.isOpen&&(this.$element.removeAttribute("aria-live"),this.hide(),this.visibleTooltipRow=void 0,this.editor._signal("hideGutterTooltip",this))},t.annotationsToSummaryString=function(e){var a,s,o=[];try{for(var i=n(["error","security","warning","info","hint"]),l=i.next();!l.done;l=i.next()){var r=l.value;if(e[r].length){var c=1===e[r].length?t.annotationLabels[r].singular:t.annotationLabels[r].plural;o.push("".concat(e[r].length," ").concat(c))}}}catch(e){a={error:e}}finally{try{l&&!l.done&&(s=i.return)&&s.call(i)}finally{if(a)throw a.error}}return o.join(", ")},t}(r);t.GutterTooltip=d})),ace.define("ace/mouse/mouse_event",["require","exports","module","ace/lib/event","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../lib/event"),o=e("../lib/useragent"),n=function(){function e(e,t){this.speed,this.wheelX,this.wheelY,this.domEvent=e,this.editor=t,this.x=this.clientX=e.clientX,this.y=this.clientY=e.clientY,this.$pos=null,this.$inSelection=null,this.propagationStopped=!1,this.defaultPrevented=!1}return e.prototype.stopPropagation=function(){s.stopPropagation(this.domEvent),this.propagationStopped=!0},e.prototype.preventDefault=function(){s.preventDefault(this.domEvent),this.defaultPrevented=!0},e.prototype.stop=function(){this.stopPropagation(),this.preventDefault()},e.prototype.getDocumentPosition=function(){return this.$pos||(this.$pos=this.editor.renderer.screenToTextCoordinates(this.clientX,this.clientY)),this.$pos},e.prototype.getGutterRow=function(){var e=this.getDocumentPosition().row;return this.editor.session.documentToScreenRow(e,0)-this.editor.session.documentToScreenRow(this.editor.renderer.$gutterLayer.$lines.get(0).row,0)},e.prototype.inSelection=function(){if(null!==this.$inSelection)return this.$inSelection;var e=this.editor.getSelectionRange();if(e.isEmpty())this.$inSelection=!1;else{var t=this.getDocumentPosition();this.$inSelection=e.contains(t.row,t.column)}return this.$inSelection},e.prototype.getButton=function(){return s.getButton(this.domEvent)},e.prototype.getShiftKey=function(){return this.domEvent.shiftKey},e.prototype.getAccelKey=function(){return o.isMac?this.domEvent.metaKey:this.domEvent.ctrlKey},e}();t.MouseEvent=n})),ace.define("ace/mouse/dragdrop_handler",["require","exports","module","ace/lib/dom","ace/lib/event","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../lib/event"),n=e("../lib/useragent");function i(e){var t=e.editor,a=s.createElement("div");a.style.cssText="top:-100px;position:absolute;z-index:2147483647;opacity:0.5",a.textContent=" ",["dragWait","dragWaitEnd","startDrag","dragReadyEnd","onMouseDrag"].forEach((function(t){e[t]=this[t]}),this),t.on("mousedown",this.onMouseDown.bind(e));var i,r,c,d,h,p,g,u,m,v,b,f=t.container,w=0;function x(){var e=p;(function(e,a){var s=Date.now(),o=!a||e.row!=a.row,n=!a||e.column!=a.column;!v||o||n?(t.moveCursorToPosition(e),v=s,b={x:r,y:c}):l(b.x,b.y,r,c)>5?v=null:s-v>=200&&(t.renderer.scrollCursorIntoView(),v=null)})(p=t.renderer.screenToTextCoordinates(r,c),e),function(e,a){var s=Date.now(),o=t.renderer.layerConfig.lineHeight,n=t.renderer.layerConfig.characterWidth,i=t.renderer.scroller.getBoundingClientRect(),l={x:{left:r-i.left,right:i.right-r},y:{top:c-i.top,bottom:i.bottom-c}},d=Math.min(l.x.left,l.x.right),h=Math.min(l.y.top,l.y.bottom),p={row:e.row,column:e.column};d/n<=2&&(p.column+=l.x.left<l.x.right?-3:2),h/o<=1&&(p.row+=l.y.top<l.y.bottom?-1:1);var g=e.row!=p.row,u=e.column!=p.column,v=!a||e.row!=a.row;g||u&&!v?m?s-m>=200&&t.renderer.scrollCursorIntoView(p):m=s:m=null}(p,e)}function y(){h=t.selection.toOrientedRange(),i=t.session.addMarker(h,"ace_selection",t.getSelectionStyle()),t.clearSelection(),t.isFocused()&&t.renderer.$cursorLayer.setBlinking(!1),clearInterval(d),x(),d=setInterval(x,20),w=0,o.addListener(document,"mousemove",_)}function k(){clearInterval(d),t.session.removeMarker(i),i=null,t.selection.fromOrientedRange(h),t.isFocused()&&!u&&t.$resetCursorStyle(),h=null,p=null,w=0,m=null,v=null,o.removeListener(document,"mousemove",_)}this.onDragStart=function(e){if(this.cancelDrag||!f.draggable){var s=this;return setTimeout((function(){s.startSelect(),s.captureMouse(e)}),0),e.preventDefault()}h=t.getSelectionRange();var o=e.dataTransfer;o.effectAllowed=t.getReadOnly()?"copy":"copyMove",t.container.appendChild(a),o.setDragImage&&o.setDragImage(a,0,0),setTimeout((function(){t.container.removeChild(a)})),o.clearData(),o.setData("Text",t.session.getTextRange()),u=!0,this.setState("drag")},this.onDragEnd=function(e){if(f.draggable=!1,u=!1,this.setState(null),!t.getReadOnly()){var a=e.dataTransfer.dropEffect;g||"move"!=a||t.session.remove(t.getSelectionRange()),t.$resetCursorStyle()}this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle("")},this.onDragEnter=function(e){if(!t.getReadOnly()&&M(e.dataTransfer))return r=e.clientX,c=e.clientY,i||y(),w++,e.dataTransfer.dropEffect=g=z(e),o.preventDefault(e)},this.onDragOver=function(e){if(!t.getReadOnly()&&M(e.dataTransfer))return r=e.clientX,c=e.clientY,i||(y(),w++),null!==C&&(C=null),e.dataTransfer.dropEffect=g=z(e),o.preventDefault(e)},this.onDragLeave=function(e){if(--w<=0&&i)return k(),g=null,o.preventDefault(e)},this.onDrop=function(e){if(p){var a=e.dataTransfer;if(u)switch(g){case"move":h=h.contains(p.row,p.column)?{start:p,end:p}:t.moveText(h,p);break;case"copy":h=t.moveText(h,p,!0)}else{var s=a.getData("Text");h={start:p,end:t.session.insert(p,s)},t.focus(),g=null}return k(),o.preventDefault(e)}},o.addListener(f,"dragstart",this.onDragStart.bind(e),t),o.addListener(f,"dragend",this.onDragEnd.bind(e),t),o.addListener(f,"dragenter",this.onDragEnter.bind(e),t),o.addListener(f,"dragover",this.onDragOver.bind(e),t),o.addListener(f,"dragleave",this.onDragLeave.bind(e),t),o.addListener(f,"drop",this.onDrop.bind(e),t);var C=null;function _(){null==C&&(C=setTimeout((function(){null!=C&&i&&k()}),20))}function M(e){var t=e.types;return!t||Array.prototype.some.call(t,(function(e){return"text/plain"==e||"Text"==e}))}function z(e){var t=["copy","copymove","all","uninitialized"],a=n.isMac?e.altKey:e.ctrlKey,s="uninitialized";try{s=e.dataTransfer.effectAllowed.toLowerCase()}catch(e){}var o="none";return a&&t.indexOf(s)>=0?o="copy":["move","copymove","linkmove","all","uninitialized"].indexOf(s)>=0?o="move":t.indexOf(s)>=0&&(o="copy"),o}}function l(e,t,a,s){return Math.sqrt(Math.pow(a-e,2)+Math.pow(s-t,2))}(function(){this.dragWait=function(){Date.now()-this.mousedownEvent.time>this.editor.getDragDelay()&&this.startDrag()},this.dragWaitEnd=function(){this.editor.container.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()),this.selectEnd()},this.dragReadyEnd=function(e){this.editor.$resetCursorStyle(),this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle(""),this.dragWaitEnd()},this.startDrag=function(){this.cancelDrag=!1;var e=this.editor;e.container.draggable=!0,e.renderer.$cursorLayer.setBlinking(!1),e.setStyle("ace_dragging");var t=n.isWin?"default":"move";e.renderer.setCursorStyle(t),this.setState("dragReady")},this.onMouseDrag=function(e){var t=this.editor.container;n.isIE&&"dragReady"==this.state&&l(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y)>3&&t.dragDrop(),"dragWait"===this.state&&l(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y)>0&&(t.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()))},this.onMouseDown=function(e){if(this.$dragEnabled){this.mousedownEvent=e;var t=this.editor,a=e.inSelection(),s=e.getButton();if(1===(e.domEvent.detail||1)&&0===s&&a){if(e.editor.inMultiSelectMode&&(e.getAccelKey()||e.getShiftKey()))return;this.mousedownEvent.time=Date.now();var o=e.domEvent.target||e.domEvent.srcElement;"unselectable"in o&&(o.unselectable="on"),t.getDragDelay()?(n.isWebKit&&(this.cancelDrag=!0,t.container.draggable=!0),this.setState("dragWait")):this.startDrag(),this.captureMouse(e,this.onMouseDrag.bind(this)),e.defaultPrevented=!0}}}}).call(i.prototype),t.DragdropHandler=i})),ace.define("ace/mouse/touch_handler",["require","exports","module","ace/mouse/mouse_event","ace/lib/event","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("./mouse_event").MouseEvent,o=e("../lib/event"),n=e("../lib/dom");t.addTouchListeners=function(e,t){var a,i,l,r,c,d,h,p,g,u="scroll",m=0,v=0,b=0,f=0;function w(){if(t.getOption("enableMobileMenu")){g||(l=window.navigator&&window.navigator.clipboard,r=!1,c=function(e){return t.commands.canExecute(e,t)},d=function(e){var a,s,o=e.target.getAttribute("action");if("more"==o||!r)return r=!r,a=t.getCopyText(),s=t.session.getUndoManager().hasUndo(),void g.replaceChild(n.buildDom(r?["span",!a&&c("selectall")&&["span",{class:"ace_mobile-button",action:"selectall"},"Select All"],a&&c("copy")&&["span",{class:"ace_mobile-button",action:"copy"},"Copy"],a&&c("cut")&&["span",{class:"ace_mobile-button",action:"cut"},"Cut"],l&&c("paste")&&["span",{class:"ace_mobile-button",action:"paste"},"Paste"],s&&c("undo")&&["span",{class:"ace_mobile-button",action:"undo"},"Undo"],c("find")&&["span",{class:"ace_mobile-button",action:"find"},"Find"],c("openCommandPalette")&&["span",{class:"ace_mobile-button",action:"openCommandPalette"},"Palette"]]:["span"]),g.firstChild);"paste"==o?l.readText().then((function(e){t.execCommand(o,e)})):o&&("cut"!=o&&"copy"!=o||(l?l.writeText(t.getCopyText()):document.execCommand("copy")),t.execCommand(o)),g.firstChild.style.display="none",r=!1,"openCommandPalette"!=o&&t.focus()},g=n.buildDom(["div",{class:"ace_mobile-menu",ontouchstart:function(e){u="menu",e.stopPropagation(),e.preventDefault(),t.textInput.focus()},ontouchend:function(e){e.stopPropagation(),e.preventDefault(),d(e)},onclick:d},["span"],["span",{class:"ace_mobile-button",action:"more"},"..."]],t.container));var e=t.selection.cursor,a=t.renderer.textToScreenCoordinates(e.row,e.column),s=t.renderer.textToScreenCoordinates(0,0).pageX,o=t.renderer.scrollLeft,i=t.container.getBoundingClientRect();g.style.top=a.pageY-i.top-3+"px",a.pageX-i.left<i.width-70?(g.style.left="",g.style.right="10px"):(g.style.right="",g.style.left=s+o-i.left+"px"),g.style.display="",g.firstChild.style.display="none",t.on("input",x)}else g&&x();var l,r,c,d}function x(e){g&&(g.style.display="none"),t.off("input",x)}function y(){c=null,clearTimeout(c);var e=t.selection.getRange(),a=e.contains(h.row,h.column);!e.isEmpty()&&a||(t.selection.moveToPosition(h),t.selection.selectWord()),u="wait",w()}o.addListener(e,"contextmenu",(function(e){p&&t.textInput.getElement().focus()}),t),o.addListener(e,"touchstart",(function(e){var o=e.touches;if(c||o.length>1)return clearTimeout(c),c=null,l=-1,void(u="zoom");p=t.$mouseHandler.isMousePressed=!0;var n=t.renderer.layerConfig.lineHeight,d=t.renderer.layerConfig.lineHeight,g=e.timeStamp;r=g;var w=o[0],x=w.clientX,k=w.clientY;Math.abs(a-x)+Math.abs(i-k)>n&&(l=-1),a=e.clientX=x,i=e.clientY=k,b=f=0;var C=new s(e,t);if(h=C.getDocumentPosition(),g-l<500&&1==o.length&&!m)v++,e.preventDefault(),e.button=0,function(){c=null,clearTimeout(c),t.selection.moveToPosition(h);var e=v>=2?t.selection.getLineRange(h.row):t.session.getBracketRange(h);e&&!e.isEmpty()?t.selection.setRange(e):t.selection.selectWord(),u="wait"}();else{v=0;var _=t.selection.cursor,M=t.selection.isEmpty()?_:t.selection.anchor,z=t.renderer.$cursorLayer.getPixelPosition(_,!0),j=t.renderer.$cursorLayer.getPixelPosition(M,!0),L=t.renderer.scroller.getBoundingClientRect(),S=t.renderer.layerConfig.offset,$=t.renderer.scrollLeft,H=function(e,t){return(e/=d)*e+(t=t/n-.75)*t};if(e.clientX<L.left)return void(u="zoom");var T=H(e.clientX-L.left-z.left+$,e.clientY-L.top-z.top+S),B=H(e.clientX-L.left-j.left+$,e.clientY-L.top-j.top+S);T<3.5&&B<3.5&&(u=T>B?"cursor":"anchor"),u=B<3.5?"anchor":T<3.5?"cursor":"scroll",c=setTimeout(y,450)}l=g}),t),o.addListener(e,"touchend",(function(e){p=t.$mouseHandler.isMousePressed=!1,d&&clearInterval(d),"zoom"==u?(u="",m=0):c?(t.selection.moveToPosition(h),m=0,w()):"scroll"==u?(m+=60,d=setInterval((function(){m--<=0&&(clearInterval(d),d=null),Math.abs(b)<.01&&(b=0),Math.abs(f)<.01&&(f=0),m<20&&(b*=.9),m<20&&(f*=.9);var e=t.session.getScrollTop();t.renderer.scrollBy(10*b,10*f),e==t.session.getScrollTop()&&(m=0)}),10),x()):w(),clearTimeout(c),c=null}),t),o.addListener(e,"touchmove",(function(e){c&&(clearTimeout(c),c=null);var o=e.touches;if(!(o.length>1||"zoom"==u)){var n=o[0],l=a-n.clientX,d=i-n.clientY;if("wait"==u){if(!(l*l+d*d>4))return e.preventDefault();u="cursor"}a=n.clientX,i=n.clientY,e.clientX=n.clientX,e.clientY=n.clientY;var h=e.timeStamp,p=h-r;if(r=h,"scroll"==u){var g=new s(e,t);g.speed=1,g.wheelX=l,g.wheelY=d,10*Math.abs(l)<Math.abs(d)&&(l=0),10*Math.abs(d)<Math.abs(l)&&(d=0),0!=p&&(b=l/p,f=d/p),t._emit("mousewheel",g),g.propagationStopped||(b=f=0)}else{var m=new s(e,t).getDocumentPosition();"cursor"==u?t.selection.moveCursorToPosition(m):"anchor"==u&&t.selection.setSelectionAnchor(m.row,m.column),t.renderer.scrollCursorIntoView(m),e.preventDefault()}}}),t)}})),ace.define("ace/mouse/mouse_handler",["require","exports","module","ace/lib/event","ace/lib/useragent","ace/mouse/default_handlers","ace/mouse/default_gutter_handler","ace/mouse/mouse_event","ace/mouse/dragdrop_handler","ace/mouse/touch_handler","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/event"),o=e("../lib/useragent"),n=e("./default_handlers").DefaultHandlers,i=e("./default_gutter_handler").GutterHandler,l=e("./mouse_event").MouseEvent,r=e("./dragdrop_handler").DragdropHandler,c=e("./touch_handler").addTouchListeners,d=e("../config"),h=function(){function e(e){this.$dragDelay,this.$dragEnabled,this.$mouseMoved,this.mouseEvent,this.$focusTimeout;var t=this;this.editor=e,new n(this),new i(this),new r(this);var a=function(t){(!document.hasFocus||!document.hasFocus()||!e.isFocused()&&document.activeElement==(e.textInput&&e.textInput.getElement()))&&window.focus(),e.focus(),setTimeout((function(){e.isFocused()||e.focus()}))},l=e.renderer.getMouseEventTarget();s.addListener(l,"click",this.onMouseEvent.bind(this,"click"),e),s.addListener(l,"mousemove",this.onMouseMove.bind(this,"mousemove"),e),s.addMultiMouseDownListener([l,e.renderer.scrollBarV&&e.renderer.scrollBarV.inner,e.renderer.scrollBarH&&e.renderer.scrollBarH.inner,e.textInput&&e.textInput.getElement()].filter(Boolean),[400,300,250],this,"onMouseEvent",e),s.addMouseWheelListener(e.container,this.onMouseWheel.bind(this,"mousewheel"),e),c(e.container,e);var d=e.renderer.$gutter;s.addListener(d,"mousedown",this.onMouseEvent.bind(this,"guttermousedown"),e),s.addListener(d,"click",this.onMouseEvent.bind(this,"gutterclick"),e),s.addListener(d,"dblclick",this.onMouseEvent.bind(this,"gutterdblclick"),e),s.addListener(d,"mousemove",this.onMouseEvent.bind(this,"guttermousemove"),e),s.addListener(l,"mousedown",a,e),s.addListener(d,"mousedown",a,e),o.isIE&&e.renderer.scrollBarV&&(s.addListener(e.renderer.scrollBarV.element,"mousedown",a,e),s.addListener(e.renderer.scrollBarH.element,"mousedown",a,e)),e.on("mousemove",(function(a){if(!t.state&&!t.$dragDelay&&t.$dragEnabled){var s=e.renderer.screenToTextCoordinates(a.x,a.y),o=e.session.selection.getRange(),n=e.renderer;!o.isEmpty()&&o.insideStart(s.row,s.column)?n.setCursorStyle("default"):n.setCursorStyle("")}}),e)}return e.prototype.onMouseEvent=function(e,t){this.editor.session&&this.editor._emit(e,new l(t,this.editor))},e.prototype.onMouseMove=function(e,t){var a=this.editor._eventRegistry&&this.editor._eventRegistry.mousemove;a&&a.length&&this.editor._emit(e,new l(t,this.editor))},e.prototype.onMouseWheel=function(e,t){var a=new l(t,this.editor);a.speed=2*this.$scrollSpeed,a.wheelX=t.wheelX,a.wheelY=t.wheelY,this.editor._emit(e,a)},e.prototype.setState=function(e){this.state=e},e.prototype.captureMouse=function(e,t){this.x=e.x,this.y=e.y,this.isMousePressed=!0;var a=this.editor,n=this.editor.renderer;n.$isMousePressed=!0;var i=this,r=function(e){if(e){if(o.isWebKit&&!e.which&&i.releaseMouse)return i.releaseMouse();i.x=e.clientX,i.y=e.clientY,t&&t(e),i.mouseEvent=new l(e,i.editor),i.$mouseMoved=!0}},c=function(e){a.off("beforeEndOperation",h),clearInterval(p),a.session&&d(),i[i.state+"End"]&&i[i.state+"End"](e),i.state="",i.isMousePressed=n.$isMousePressed=!1,n.$keepTextAreaAtCursor&&n.$moveTextAreaToCursor(),i.$onCaptureMouseMove=i.releaseMouse=null,e&&i.onMouseEvent("mouseup",e),a.endOperation()},d=function(){i[i.state]&&i[i.state](),i.$mouseMoved=!1};if(o.isOldIE&&"dblclick"==e.domEvent.type)return setTimeout((function(){c(e)}));var h=function(e){i.releaseMouse&&a.curOp.command.name&&a.curOp.selectionChanged&&(i[i.state+"End"]&&i[i.state+"End"](),i.state="",i.releaseMouse())};a.on("beforeEndOperation",h),a.startOperation({command:{name:"mouse"}}),i.$onCaptureMouseMove=r,i.releaseMouse=s.capture(this.editor.container,r,c);var p=setInterval(d,20)},e.prototype.cancelContextMenu=function(){var e=function(t){t&&t.domEvent&&"contextmenu"!=t.domEvent.type||(this.editor.off("nativecontextmenu",e),t&&t.domEvent&&s.stopEvent(t.domEvent))}.bind(this);setTimeout(e,10),this.editor.on("nativecontextmenu",e)},e.prototype.destroy=function(){this.releaseMouse&&this.releaseMouse()},e}();h.prototype.releaseMouse=null,d.defineOptions(h.prototype,"mouseHandler",{scrollSpeed:{initialValue:2},dragDelay:{initialValue:o.isMac?150:0},dragEnabled:{initialValue:!0},focusTimeout:{initialValue:0},tooltipFollowsMouse:{initialValue:!0}}),t.MouseHandler=h})),ace.define("ace/mouse/fold_handler",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../lib/dom");t.FoldHandler=function(e){e.on("click",(function(t){var a=t.getDocumentPosition(),o=e.session,n=o.getFoldAt(a.row,a.column,1);n&&(t.getAccelKey()?o.removeFold(n):o.expandFold(n),t.stop());var i=t.domEvent&&t.domEvent.target;i&&s.hasCssClass(i,"ace_inline_button")&&s.hasCssClass(i,"ace_toggle_wrap")&&(o.setOption("wrap",!o.getUseWrapMode()),e.renderer.scrollCursorIntoView())})),e.on("gutterclick",(function(t){if("foldWidgets"==e.renderer.$gutterLayer.getRegion(t)){var a=t.getDocumentPosition().row,s=e.session;s.foldWidgets&&s.foldWidgets[a]&&e.session.onFoldWidgetClick(a,t),e.isFocused()||e.focus(),t.stop()}})),e.on("gutterdblclick",(function(t){if("foldWidgets"==e.renderer.$gutterLayer.getRegion(t)){var a=t.getDocumentPosition().row,s=e.session,o=s.getParentFoldRangeData(a,!0),n=o.range||o.firstRange;if(n){a=n.start.row;var i=s.getFoldAt(a,s.getLine(a).length,1);i?s.removeFold(i):(s.addFold("...",n),e.renderer.scrollCursorIntoView({row:n.start.row,column:0}))}t.stop()}}))}})),ace.define("ace/keyboard/keybinding",["require","exports","module","ace/lib/keys","ace/lib/event"],(function(e,t,a){"use strict";var s=e("../lib/keys"),o=e("../lib/event"),n=function(){function e(e){this.$editor=e,this.$data={editor:e},this.$handlers=[],this.setDefaultHandler(e.commands)}return e.prototype.setDefaultHandler=function(e){this.removeKeyboardHandler(this.$defaultHandler),this.$defaultHandler=e,this.addKeyboardHandler(e,0)},e.prototype.setKeyboardHandler=function(e){var t=this.$handlers;if(t[t.length-1]!=e){for(;t[t.length-1]&&t[t.length-1]!=this.$defaultHandler;)this.removeKeyboardHandler(t[t.length-1]);this.addKeyboardHandler(e,1)}},e.prototype.addKeyboardHandler=function(e,t){if(e){"function"!=typeof e||e.handleKeyboard||(e.handleKeyboard=e);var a=this.$handlers.indexOf(e);-1!=a&&this.$handlers.splice(a,1),null==t?this.$handlers.push(e):this.$handlers.splice(t,0,e),-1==a&&e.attach&&e.attach(this.$editor)}},e.prototype.removeKeyboardHandler=function(e){var t=this.$handlers.indexOf(e);return-1!=t&&(this.$handlers.splice(t,1),e.detach&&e.detach(this.$editor),!0)},e.prototype.getKeyboardHandler=function(){return this.$handlers[this.$handlers.length-1]},e.prototype.getStatusText=function(){var e=this.$data,t=e.editor;return this.$handlers.map((function(a){return a.getStatusText&&a.getStatusText(t,e)||""})).filter(Boolean).join(" ")},e.prototype.$callKeyboardHandlers=function(e,t,a,s){for(var n,i=!1,l=this.$editor.commands,r=this.$handlers.length;r--&&!((n=this.$handlers[r].handleKeyboard(this.$data,e,t,a,s))&&n.command&&((i="null"==n.command||l.exec(n.command,this.$editor,n.args,s))&&s&&-1!=e&&1!=n.passEvent&&1!=n.command.passEvent&&o.stopEvent(s),i)););return i||-1!=e||(n={command:"insertstring"},i=l.exec("insertstring",this.$editor,t)),i&&this.$editor._signal&&this.$editor._signal("keyboardActivity",n),i},e.prototype.onCommandKey=function(e,t,a){var o=s.keyCodeToString(a);return this.$callKeyboardHandlers(t,o,a,e)},e.prototype.onTextInput=function(e){return this.$callKeyboardHandlers(-1,e)},e}();t.KeyBinding=n})),ace.define("ace/lib/bidiutil",["require","exports","module"],(function(e,t,a){"use strict";var s=0,o=0,n=!1,i=!1,l=!1,r=[[0,3,0,1,0,0,0],[0,3,0,1,2,2,0],[0,3,0,17,2,0,1],[0,3,5,5,4,1,0],[0,3,21,21,4,0,1],[0,3,5,5,4,2,0]],c=[[2,0,1,1,0,1,0],[2,0,1,1,0,2,0],[2,0,2,1,3,2,0],[2,0,2,33,3,1,1]],d=11,h=18,p=[h,h,h,h,h,h,h,h,h,6,5,6,8,5,h,h,h,h,h,h,h,h,h,h,h,h,h,h,5,5,5,6,8,4,4,d,d,d,4,4,4,4,4,10,9,10,9,9,2,2,2,2,2,2,2,2,2,2,9,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,4,4,h,h,h,h,h,h,5,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,9,4,d,d,d,d,4,4,4,4,0,4,4,h,4,4,d,d,2,2,4,0,4,4,4,2,0,4,4,4,4,4],g=[8,8,8,8,8,8,8,8,8,8,8,h,h,h,0,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,8,5,13,14,15,16,17,9,d,d,d,d,d,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,9,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,8];function u(e,t,a){if(!(o<e))if(1!=e||1!=s||i)for(var n,l,r,c,d=a.length,h=0;h<d;){if(t[h]>=e){for(n=h+1;n<d&&t[n]>=e;)n++;for(l=h,r=n-1;l<r;l++,r--)c=a[l],a[l]=a[r],a[r]=c;h=n}h++}else a.reverse()}function m(e,t,a,o){var r,c,p,g,u=t[o];switch(u){case 0:case 1:n=!1;case 4:case 3:return u;case 2:return n?3:2;case 7:return n=!0,1;case 8:return 4;case 9:return o<1||o+1>=t.length||2!=(r=a[o-1])&&3!=r||2!=(c=t[o+1])&&3!=c?4:(n&&(c=3),c==r?c:4);case 10:return 2==(r=o>0?a[o-1]:5)&&o+1<t.length&&2==t[o+1]?2:4;case d:if(o>0&&2==a[o-1])return 2;if(n)return 4;for(g=o+1,p=t.length;g<p&&t[g]==d;)g++;return g<p&&2==t[g]?2:4;case 12:for(p=t.length,g=o+1;g<p&&12==t[g];)g++;if(g<p){var m=e[o],v=m>=1425&&m<=2303||64286==m;if(r=t[g],v&&(1==r||7==r))return 1}return o<1||5==(r=t[o-1])?4:a[o-1];case 5:return n=!1,i=!0,s;case 6:return l=!0,4;case 13:case 14:case 16:case 17:case 15:n=!1;case h:return 4}}function v(e){var t=e.charCodeAt(0),a=t>>8;return 0==a?t>191?0:p[t]:5==a?/[\u0591-\u05f4]/.test(e)?1:0:6==a?/[\u0610-\u061a\u064b-\u065f\u06d6-\u06e4\u06e7-\u06ed]/.test(e)?12:/[\u0660-\u0669\u066b-\u066c]/.test(e)?3:1642==t?d:/[\u06f0-\u06f9]/.test(e)?2:7:32==a&&t<=8287?g[255&t]:254==a&&t>=65136?7:4}t.L=0,t.R=1,t.EN=2,t.ON_R=3,t.AN=4,t.R_H=5,t.B=6,t.RLE=7,t.DOT="·",t.doBidiReorder=function(e,a,d){if(e.length<2)return{};var p=e.split(""),g=new Array(p.length),b=new Array(p.length),f=[];s=d?1:0,function(e,t,a,d){var h=s?c:r,p=null,g=null,u=null,b=0,f=null,w=-1,x=null,y=null,k=[];if(!d)for(x=0,d=[];x<a;x++)d[x]=v(e[x]);for(o=s,n=!1,i=!1,l=!1,y=0;y<a;y++){if(p=b,k[y]=g=m(e,d,k,y),f=240&(b=h[p][g]),b&=15,t[y]=u=h[b][5],f>0)if(16==f){for(x=w;x<y;x++)t[x]=1;w=-1}else w=-1;if(h[b][6])-1==w&&(w=y);else if(w>-1){for(x=w;x<y;x++)t[x]=u;w=-1}5==d[y]&&(t[y]=0),o|=u}if(l)for(x=0;x<a;x++)if(6==d[x]){t[x]=s;for(var C=x-1;C>=0&&8==d[C];C--)t[C]=s}}(p,f,p.length,a);for(var w=0;w<g.length;g[w]=w,w++);for(u(2,f,g),u(1,f,g),w=0;w<g.length-1;w++)3===a[w]?f[w]=t.AN:1===f[w]&&(a[w]>7&&a[w]<13||4===a[w]||a[w]===h)?f[w]=t.ON_R:w>0&&"ل"===p[w-1]&&/\u0622|\u0623|\u0625|\u0627/.test(p[w])&&(f[w-1]=f[w]=t.R_H,w++);for(p[p.length-1]===t.DOT&&(f[p.length-1]=t.B),"‫"===p[0]&&(f[0]=t.RLE),w=0;w<g.length;w++)b[w]=f[g[w]];return{logicalFromVisual:g,bidiLevels:b}},t.hasBidiCharacters=function(e,t){for(var a=!1,s=0;s<e.length;s++)t[s]=v(e.charAt(s)),a||1!=t[s]&&7!=t[s]&&3!=t[s]||(a=!0);return a},t.getVisualFromLogicalIdx=function(e,t){for(var a=0;a<t.logicalFromVisual.length;a++)if(t.logicalFromVisual[a]==e)return a;return 0}})),ace.define("ace/bidihandler",["require","exports","module","ace/lib/bidiutil","ace/lib/lang"],(function(e,t,a){"use strict";var s=e("./lib/bidiutil"),o=e("./lib/lang"),n=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\u202B]/,i=function(){function e(e){this.session=e,this.bidiMap={},this.currentRow=null,this.bidiUtil=s,this.charWidths=[],this.EOL="¬",this.showInvisibles=!0,this.isRtlDir=!1,this.$isRtl=!1,this.line="",this.wrapIndent=0,this.EOF="¶",this.RLE="‫",this.contentWidth=0,this.fontMetrics=null,this.rtlLineOffset=0,this.wrapOffset=0,this.isMoveLeftOperation=!1,this.seenBidi=n.test(e.getValue())}return e.prototype.isBidiRow=function(e,t,a){return!!this.seenBidi&&(e!==this.currentRow&&(this.currentRow=e,this.updateRowLine(t,a),this.updateBidiMap()),this.bidiMap.bidiLevels)},e.prototype.onChange=function(e){this.seenBidi?this.currentRow=null:"insert"==e.action&&n.test(e.lines.join("\n"))&&(this.seenBidi=!0,this.currentRow=null)},e.prototype.getDocumentRow=function(){var e=0,t=this.session.$screenRowCache;if(t.length){var a=this.session.$getRowCacheIndex(t,this.currentRow);a>=0&&(e=this.session.$docRowCache[a])}return e},e.prototype.getSplitIndex=function(){var e=0,t=this.session.$screenRowCache;if(t.length)for(var a,s=this.session.$getRowCacheIndex(t,this.currentRow);this.currentRow-e>0&&(a=this.session.$getRowCacheIndex(t,this.currentRow-e-1))===s;)s=a,e++;else e=this.currentRow;return e},e.prototype.updateRowLine=function(e,t){void 0===e&&(e=this.getDocumentRow());var a=e===this.session.getLength()-1?this.EOF:this.EOL;if(this.wrapIndent=0,this.line=this.session.getLine(e),this.isRtlDir=this.$isRtl||this.line.charAt(0)===this.RLE,this.session.$useWrapMode){var n=this.session.$wrapData[e];n&&(void 0===t&&(t=this.getSplitIndex()),t>0&&n.length?(this.wrapIndent=n.indent,this.wrapOffset=this.wrapIndent*this.charWidths[s.L],this.line=t<n.length?this.line.substring(n[t-1],n[t]):this.line.substring(n[n.length-1])):this.line=this.line.substring(0,n[t]),t==n.length&&(this.line+=this.showInvisibles?a:s.DOT))}else this.line+=this.showInvisibles?a:s.DOT;var i,l=this.session,r=0;this.line=this.line.replace(/\t|[\u1100-\u2029, \u202F-\uFFE6]/g,(function(e,t){return"\t"===e||l.isFullWidth(e.charCodeAt(0))?(i="\t"===e?l.getScreenTabSize(t+r):2,r+=i-1,o.stringRepeat(s.DOT,i)):e})),this.isRtlDir&&(this.fontMetrics.$main.textContent=this.line.charAt(this.line.length-1)==s.DOT?this.line.substr(0,this.line.length-1):this.line,this.rtlLineOffset=this.contentWidth-this.fontMetrics.$main.getBoundingClientRect().width)},e.prototype.updateBidiMap=function(){var e=[];s.hasBidiCharacters(this.line,e)||this.isRtlDir?this.bidiMap=s.doBidiReorder(this.line,e,this.isRtlDir):this.bidiMap={}},e.prototype.markAsDirty=function(){this.currentRow=null},e.prototype.updateCharacterWidths=function(e){if(this.characterWidth!==e.$characterSize.width){this.fontMetrics=e;var t=this.characterWidth=e.$characterSize.width,a=e.$measureCharWidth("ה");this.charWidths[s.L]=this.charWidths[s.EN]=this.charWidths[s.ON_R]=t,this.charWidths[s.R]=this.charWidths[s.AN]=a,this.charWidths[s.R_H]=.45*a,this.charWidths[s.B]=this.charWidths[s.RLE]=0,this.currentRow=null}},e.prototype.setShowInvisibles=function(e){this.showInvisibles=e,this.currentRow=null},e.prototype.setEolChar=function(e){this.EOL=e},e.prototype.setContentWidth=function(e){this.contentWidth=e},e.prototype.isRtlLine=function(e){return!!this.$isRtl||(null!=e?this.session.getLine(e).charAt(0)==this.RLE:this.isRtlDir)},e.prototype.setRtlDirection=function(e,t){for(var a=e.getCursorPosition(),s=e.selection.getSelectionAnchor().row;s<=a.row;s++)t||e.session.getLine(s).charAt(0)!==e.session.$bidiHandler.RLE?t&&e.session.getLine(s).charAt(0)!==e.session.$bidiHandler.RLE&&e.session.doc.insert({column:0,row:s},e.session.$bidiHandler.RLE):e.session.doc.removeInLine(s,0,1)},e.prototype.getPosLeft=function(e){e-=this.wrapIndent;var t=this.line.charAt(0)===this.RLE?1:0,a=e>t?this.session.getOverwrite()?e:e-1:t,o=s.getVisualFromLogicalIdx(a,this.bidiMap),n=this.bidiMap.bidiLevels,i=0;!this.session.getOverwrite()&&e<=t&&n[o]%2!=0&&o++;for(var l=0;l<o;l++)i+=this.charWidths[n[l]];return!this.session.getOverwrite()&&e>t&&n[o]%2==0&&(i+=this.charWidths[n[o]]),this.wrapIndent&&(i+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset),this.isRtlDir&&(i+=this.rtlLineOffset),i},e.prototype.getSelections=function(e,t){var a,s=this.bidiMap,o=s.bidiLevels,n=[],i=0,l=Math.min(e,t)-this.wrapIndent,r=Math.max(e,t)-this.wrapIndent,c=!1,d=!1,h=0;this.wrapIndent&&(i+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);for(var p,g=0;g<o.length;g++)p=s.logicalFromVisual[g],a=o[g],(c=p>=l&&p<r)&&!d?h=i:!c&&d&&n.push({left:h,width:i-h}),i+=this.charWidths[a],d=c;if(c&&g===o.length&&n.push({left:h,width:i-h}),this.isRtlDir)for(var u=0;u<n.length;u++)n[u].left+=this.rtlLineOffset;return n},e.prototype.offsetToCol=function(e){this.isRtlDir&&(e-=this.rtlLineOffset);var t=0,a=(e=Math.max(e,0),0),s=0,o=this.bidiMap.bidiLevels,n=this.charWidths[o[s]];for(this.wrapIndent&&(e-=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);e>a+n/2;){if(a+=n,s===o.length-1){n=0;break}n=this.charWidths[o[++s]]}return s>0&&o[s-1]%2!=0&&o[s]%2==0?(e<a&&s--,t=this.bidiMap.logicalFromVisual[s]):s>0&&o[s-1]%2==0&&o[s]%2!=0?t=1+(e>a?this.bidiMap.logicalFromVisual[s]:this.bidiMap.logicalFromVisual[s-1]):this.isRtlDir&&s===o.length-1&&0===n&&o[s-1]%2==0||!this.isRtlDir&&0===s&&o[s]%2!=0?t=1+this.bidiMap.logicalFromVisual[s]:(s>0&&o[s-1]%2!=0&&0!==n&&s--,t=this.bidiMap.logicalFromVisual[s]),0===t&&this.isRtlDir&&t++,t+this.wrapIndent},e}();t.BidiHandler=i})),ace.define("ace/selection",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/range"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/lang"),n=e("./lib/event_emitter").EventEmitter,i=e("./range").Range,l=function(){function e(e){this.session=e,this.doc=e.getDocument(),this.clearSelection(),this.cursor=this.lead=this.doc.createAnchor(0,0),this.anchor=this.doc.createAnchor(0,0),this.$silent=!1;var t=this;this.cursor.on("change",(function(e){t.$cursorChanged=!0,t.$silent||t._emit("changeCursor"),t.$isEmpty||t.$silent||t._emit("changeSelection"),t.$keepDesiredColumnOnChange||e.old.column==e.value.column||(t.$desiredColumn=null)})),this.anchor.on("change",(function(){t.$anchorChanged=!0,t.$isEmpty||t.$silent||t._emit("changeSelection")}))}return e.prototype.isEmpty=function(){return this.$isEmpty||this.anchor.row==this.lead.row&&this.anchor.column==this.lead.column},e.prototype.isMultiLine=function(){return!this.$isEmpty&&this.anchor.row!=this.cursor.row},e.prototype.getCursor=function(){return this.lead.getPosition()},e.prototype.setAnchor=function(e,t){this.$isEmpty=!1,this.anchor.setPosition(e,t)},e.prototype.getAnchor=function(){return this.$isEmpty?this.getSelectionLead():this.anchor.getPosition()},e.prototype.getSelectionLead=function(){return this.lead.getPosition()},e.prototype.isBackwards=function(){var e=this.anchor,t=this.lead;return e.row>t.row||e.row==t.row&&e.column>t.column},e.prototype.getRange=function(){var e=this.anchor,t=this.lead;return this.$isEmpty?i.fromPoints(t,t):this.isBackwards()?i.fromPoints(t,e):i.fromPoints(e,t)},e.prototype.clearSelection=function(){this.$isEmpty||(this.$isEmpty=!0,this._emit("changeSelection"))},e.prototype.selectAll=function(){this.$setSelection(0,0,Number.MAX_VALUE,Number.MAX_VALUE)},e.prototype.setRange=function(e,t){var a=t?e.end:e.start,s=t?e.start:e.end;this.$setSelection(a.row,a.column,s.row,s.column)},e.prototype.$setSelection=function(e,t,a,s){if(!this.$silent){var o=this.$isEmpty,n=this.inMultiSelectMode;this.$silent=!0,this.$cursorChanged=this.$anchorChanged=!1,this.anchor.setPosition(e,t),this.cursor.setPosition(a,s),this.$isEmpty=!i.comparePoints(this.anchor,this.cursor),this.$silent=!1,this.$cursorChanged&&this._emit("changeCursor"),(this.$cursorChanged||this.$anchorChanged||o!=this.$isEmpty||n)&&this._emit("changeSelection")}},e.prototype.$moveSelection=function(e){var t=this.lead;this.$isEmpty&&this.setSelectionAnchor(t.row,t.column),e.call(this)},e.prototype.selectTo=function(e,t){this.$moveSelection((function(){this.moveCursorTo(e,t)}))},e.prototype.selectToPosition=function(e){this.$moveSelection((function(){this.moveCursorToPosition(e)}))},e.prototype.moveTo=function(e,t){this.clearSelection(),this.moveCursorTo(e,t)},e.prototype.moveToPosition=function(e){this.clearSelection(),this.moveCursorToPosition(e)},e.prototype.selectUp=function(){this.$moveSelection(this.moveCursorUp)},e.prototype.selectDown=function(){this.$moveSelection(this.moveCursorDown)},e.prototype.selectRight=function(){this.$moveSelection(this.moveCursorRight)},e.prototype.selectLeft=function(){this.$moveSelection(this.moveCursorLeft)},e.prototype.selectLineStart=function(){this.$moveSelection(this.moveCursorLineStart)},e.prototype.selectLineEnd=function(){this.$moveSelection(this.moveCursorLineEnd)},e.prototype.selectFileEnd=function(){this.$moveSelection(this.moveCursorFileEnd)},e.prototype.selectFileStart=function(){this.$moveSelection(this.moveCursorFileStart)},e.prototype.selectWordRight=function(){this.$moveSelection(this.moveCursorWordRight)},e.prototype.selectWordLeft=function(){this.$moveSelection(this.moveCursorWordLeft)},e.prototype.getWordRange=function(e,t){if(void 0===t){var a=e||this.lead;e=a.row,t=a.column}return this.session.getWordRange(e,t)},e.prototype.selectWord=function(){this.setSelectionRange(this.getWordRange())},e.prototype.selectAWord=function(){var e=this.getCursor(),t=this.session.getAWordRange(e.row,e.column);this.setSelectionRange(t)},e.prototype.getLineRange=function(e,t){var a,s="number"==typeof e?e:this.lead.row,o=this.session.getFoldLine(s);return o?(s=o.start.row,a=o.end.row):a=s,!0===t?new i(s,0,a,this.session.getLine(a).length):new i(s,0,a+1,0)},e.prototype.selectLine=function(){this.setSelectionRange(this.getLineRange())},e.prototype.moveCursorUp=function(){this.moveCursorBy(-1,0)},e.prototype.moveCursorDown=function(){this.moveCursorBy(1,0)},e.prototype.wouldMoveIntoSoftTab=function(e,t,a){var s=e.column,o=e.column+t;return a<0&&(s=e.column-t,o=e.column),this.session.isTabStop(e)&&this.doc.getLine(e.row).slice(s,o).split(" ").length-1==t},e.prototype.moveCursorLeft=function(){var e,t=this.lead.getPosition();if(e=this.session.getFoldAt(t.row,t.column,-1))this.moveCursorTo(e.start.row,e.start.column);else if(0===t.column)t.row>0&&this.moveCursorTo(t.row-1,this.doc.getLine(t.row-1).length);else{var a=this.session.getTabSize();this.wouldMoveIntoSoftTab(t,a,-1)&&!this.session.getNavigateWithinSoftTabs()?this.moveCursorBy(0,-a):this.moveCursorBy(0,-1)}},e.prototype.moveCursorRight=function(){var e,t=this.lead.getPosition();if(e=this.session.getFoldAt(t.row,t.column,1))this.moveCursorTo(e.end.row,e.end.column);else if(this.lead.column==this.doc.getLine(this.lead.row).length)this.lead.row<this.doc.getLength()-1&&this.moveCursorTo(this.lead.row+1,0);else{var a=this.session.getTabSize();t=this.lead,this.wouldMoveIntoSoftTab(t,a,1)&&!this.session.getNavigateWithinSoftTabs()?this.moveCursorBy(0,a):this.moveCursorBy(0,1)}},e.prototype.moveCursorLineStart=function(){var e=this.lead.row,t=this.lead.column,a=this.session.documentToScreenRow(e,t),s=this.session.screenToDocumentPosition(a,0),o=this.session.getDisplayLine(e,null,s.row,s.column).match(/^\s*/);o[0].length==t||this.session.$useEmacsStyleLineStart||(s.column+=o[0].length),this.moveCursorToPosition(s)},e.prototype.moveCursorLineEnd=function(){var e=this.lead,t=this.session.getDocumentLastRowColumnPosition(e.row,e.column);if(this.lead.column==t.column){var a=this.session.getLine(t.row);if(t.column==a.length){var s=a.search(/\s+$/);s>0&&(t.column=s)}}this.moveCursorTo(t.row,t.column)},e.prototype.moveCursorFileEnd=function(){var e=this.doc.getLength()-1,t=this.doc.getLine(e).length;this.moveCursorTo(e,t)},e.prototype.moveCursorFileStart=function(){this.moveCursorTo(0,0)},e.prototype.moveCursorLongWordRight=function(){var e=this.lead.row,t=this.lead.column,a=this.doc.getLine(e),s=a.substring(t);this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0;var o=this.session.getFoldAt(e,t,1);if(o)this.moveCursorTo(o.end.row,o.end.column);else{if(this.session.nonTokenRe.exec(s)&&(t+=this.session.nonTokenRe.lastIndex,this.session.nonTokenRe.lastIndex=0,s=a.substring(t)),t>=a.length)return this.moveCursorTo(e,a.length),this.moveCursorRight(),void(e<this.doc.getLength()-1&&this.moveCursorWordRight());this.session.tokenRe.exec(s)&&(t+=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(e,t)}},e.prototype.moveCursorLongWordLeft=function(){var e,t=this.lead.row,a=this.lead.column;if(e=this.session.getFoldAt(t,a,-1))this.moveCursorTo(e.start.row,e.start.column);else{var s=this.session.getFoldStringAt(t,a,-1);null==s&&(s=this.doc.getLine(t).substring(0,a));var n=o.stringReverse(s);if(this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0,this.session.nonTokenRe.exec(n)&&(a-=this.session.nonTokenRe.lastIndex,n=n.slice(this.session.nonTokenRe.lastIndex),this.session.nonTokenRe.lastIndex=0),a<=0)return this.moveCursorTo(t,0),this.moveCursorLeft(),void(t>0&&this.moveCursorWordLeft());this.session.tokenRe.exec(n)&&(a-=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(t,a)}},e.prototype.$shortWordEndIndex=function(e){var t,a=0,s=/\s/,o=this.session.tokenRe;if(o.lastIndex=0,this.session.tokenRe.exec(e))a=this.session.tokenRe.lastIndex;else{for(;(t=e[a])&&s.test(t);)a++;if(a<1)for(o.lastIndex=0;(t=e[a])&&!o.test(t);)if(o.lastIndex=0,a++,s.test(t)){if(a>2){a--;break}for(;(t=e[a])&&s.test(t);)a++;if(a>2)break}}return o.lastIndex=0,a},e.prototype.moveCursorShortWordRight=function(){var e=this.lead.row,t=this.lead.column,a=this.doc.getLine(e),s=a.substring(t),o=this.session.getFoldAt(e,t,1);if(o)return this.moveCursorTo(o.end.row,o.end.column);if(t==a.length){var n=this.doc.getLength();do{e++,s=this.doc.getLine(e)}while(e<n&&/^\s*$/.test(s));/^\s+/.test(s)||(s=""),t=0}var i=this.$shortWordEndIndex(s);this.moveCursorTo(e,t+i)},e.prototype.moveCursorShortWordLeft=function(){var e,t=this.lead.row,a=this.lead.column;if(e=this.session.getFoldAt(t,a,-1))return this.moveCursorTo(e.start.row,e.start.column);var s=this.session.getLine(t).substring(0,a);if(0===a){do{t--,s=this.doc.getLine(t)}while(t>0&&/^\s*$/.test(s));a=s.length,/\s+$/.test(s)||(s="")}var n=o.stringReverse(s),i=this.$shortWordEndIndex(n);return this.moveCursorTo(t,a-i)},e.prototype.moveCursorWordRight=function(){this.session.$selectLongWords?this.moveCursorLongWordRight():this.moveCursorShortWordRight()},e.prototype.moveCursorWordLeft=function(){this.session.$selectLongWords?this.moveCursorLongWordLeft():this.moveCursorShortWordLeft()},e.prototype.moveCursorBy=function(e,t){var a,s=this.session.documentToScreenPosition(this.lead.row,this.lead.column);if(0===t&&(0!==e&&(this.session.$bidiHandler.isBidiRow(s.row,this.lead.row)?(a=this.session.$bidiHandler.getPosLeft(s.column),s.column=Math.round(a/this.session.$bidiHandler.charWidths[0])):a=s.column*this.session.$bidiHandler.charWidths[0]),this.$desiredColumn?s.column=this.$desiredColumn:this.$desiredColumn=s.column),0!=e&&this.session.lineWidgets&&this.session.lineWidgets[this.lead.row]){var o=this.session.lineWidgets[this.lead.row];e<0?e-=o.rowsAbove||0:e>0&&(e+=o.rowCount-(o.rowsAbove||0))}var n=this.session.screenToDocumentPosition(s.row+e,s.column,a);0!==e&&0===t&&n.row===this.lead.row&&(n.column,this.lead.column),this.moveCursorTo(n.row,n.column+t,0===t)},e.prototype.moveCursorToPosition=function(e){this.moveCursorTo(e.row,e.column)},e.prototype.moveCursorTo=function(e,t,a){var s=this.session.getFoldAt(e,t,1);s&&(e=s.start.row,t=s.start.column),this.$keepDesiredColumnOnChange=!0;var o=this.session.getLine(e);/[\uDC00-\uDFFF]/.test(o.charAt(t))&&o.charAt(t-1)&&(this.lead.row==e&&this.lead.column==t+1?t-=1:t+=1),this.lead.setPosition(e,t),this.$keepDesiredColumnOnChange=!1,a||(this.$desiredColumn=null)},e.prototype.moveCursorToScreen=function(e,t,a){var s=this.session.screenToDocumentPosition(e,t);this.moveCursorTo(s.row,s.column,a)},e.prototype.detach=function(){this.lead.detach(),this.anchor.detach()},e.prototype.fromOrientedRange=function(e){this.setSelectionRange(e,e.cursor==e.start),this.$desiredColumn=e.desiredColumn||this.$desiredColumn},e.prototype.toOrientedRange=function(e){var t=this.getRange();return e?(e.start.column=t.start.column,e.start.row=t.start.row,e.end.column=t.end.column,e.end.row=t.end.row):e=t,e.cursor=this.isBackwards()?e.start:e.end,e.desiredColumn=this.$desiredColumn,e},e.prototype.getRangeOfMovements=function(e){var t=this.getCursor();try{e(this);var a=this.getCursor();return i.fromPoints(t,a)}catch(e){return i.fromPoints(t,t)}finally{this.moveCursorToPosition(t)}},e.prototype.toJSON=function(){if(this.rangeCount)var e=this.ranges.map((function(e){var t=e.clone();return t.isBackwards=e.cursor==e.start,t}));else(e=this.getRange()).isBackwards=this.isBackwards();return e},e.prototype.fromJSON=function(e){if(null==e.start){if(this.rangeList&&e.length>1){this.toSingleRange(e[0]);for(var t=e.length;t--;){var a=i.fromPoints(e[t].start,e[t].end);e[t].isBackwards&&(a.cursor=a.start),this.addRange(a,!0)}return}e=e[0]}this.rangeList&&this.toSingleRange(e),this.setSelectionRange(e,e.isBackwards)},e.prototype.isEqual=function(e){if((e.length||this.rangeCount)&&e.length!=this.rangeCount)return!1;if(!e.length||!this.ranges)return this.getRange().isEqual(e);for(var t=this.ranges.length;t--;)if(!this.ranges[t].isEqual(e[t]))return!1;return!0},e}();l.prototype.setSelectionAnchor=l.prototype.setAnchor,l.prototype.getSelectionAnchor=l.prototype.getAnchor,l.prototype.setSelectionRange=l.prototype.setRange,s.implement(l.prototype,n),t.Selection=l})),ace.define("ace/tokenizer",["require","exports","module","ace/lib/report_error"],(function(e,t,a){"use strict";var s=e("./lib/report_error").reportError,o=2e3,n=function(){function e(e){for(var t in this.splitRegex,this.states=e,this.regExps={},this.matchMappings={},this.states){for(var a=this.states[t],s=[],o=0,n=this.matchMappings[t]={defaultToken:"text"},i="g",l=[],r=0;r<a.length;r++){var c=a[r];if(c.defaultToken&&(n.defaultToken=c.defaultToken),c.caseInsensitive&&-1===i.indexOf("i")&&(i+="i"),c.unicode&&-1===i.indexOf("u")&&(i+="u"),null!=c.regex){c.regex instanceof RegExp&&(c.regex=c.regex.toString().slice(1,-1));var d=c.regex,h=new RegExp("(?:("+d+")|(.))").exec("a").length-2;Array.isArray(c.token)?1==c.token.length||1==h?c.token=c.token[0]:h-1!=c.token.length?(this.reportError("number of classes and regexp groups doesn't match",{rule:c,groupCount:h-1}),c.token=c.token[0]):(c.tokenArray=c.token,c.token=null,c.onMatch=this.$arrayTokens):"function"!=typeof c.token||c.onMatch||(c.onMatch=h>1?this.$applyToken:c.token),h>1&&(/\\\d/.test(c.regex)?d=c.regex.replace(/\\([0-9]+)/g,(function(e,t){return"\\"+(parseInt(t,10)+o+1)})):(h=1,d=this.removeCapturingGroups(c.regex)),c.splitRegex||"string"==typeof c.token||l.push(c)),n[o]=r,o+=h,s.push(d),c.onMatch||(c.onMatch=null)}}s.length||(n[0]=0,s.push("$")),l.forEach((function(e){e.splitRegex=this.createSplitterRegexp(e.regex,i)}),this),this.regExps[t]=new RegExp("("+s.join(")|(")+")|($)",i)}}return e.prototype.$setMaxTokenCount=function(e){o=0|e},e.prototype.$applyToken=function(e){var t=this.splitRegex.exec(e).slice(1),a=this.token.apply(this,t);if("string"==typeof a)return[{type:a,value:e}];for(var s=[],o=0,n=a.length;o<n;o++)t[o]&&(s[s.length]={type:a[o],value:t[o]});return s},e.prototype.$arrayTokens=function(e){if(!e)return[];var t=this.splitRegex.exec(e);if(!t)return"text";for(var a=[],s=this.tokenArray,o=0,n=s.length;o<n;o++)t[o+1]&&(a[a.length]={type:s[o],value:t[o+1]});return a},e.prototype.removeCapturingGroups=function(e){return e.replace(/\\.|\[(?:\\.|[^\\\]])*|\(\?[:=!<]|(\()/g,(function(e,t){return t?"(?:":e}))},e.prototype.createSplitterRegexp=function(e,t){if(-1!=e.indexOf("(?=")){var a=0,s=!1,o={};e.replace(/(\\.)|(\((?:\?[=!])?)|(\))|([\[\]])/g,(function(e,t,n,i,l,r){return s?s="]"!=l:l?s=!0:i?(a==o.stack&&(o.end=r+1,o.stack=-1),a--):n&&(a++,1!=n.length&&(o.stack=a,o.start=r)),e})),null!=o.end&&/^\)*$/.test(e.substr(o.end))&&(e=e.substring(0,o.start)+e.substr(o.end))}return"^"!=e.charAt(0)&&(e="^"+e),"$"!=e.charAt(e.length-1)&&(e+="$"),new RegExp(e,(t||"").replace("g",""))},e.prototype.getLineTokens=function(e,t){if(t&&"string"!=typeof t){var a=t.slice(0);"#tmp"===(t=a[0])&&(a.shift(),t=a.shift())}else a=[];var s=t||"start",n=this.states[s];n||(s="start",n=this.states[s]);var i=this.matchMappings[s],l=this.regExps[s];l.lastIndex=0;for(var r,c=[],d=0,h=0,p={type:null,value:""};r=l.exec(e);){var g=i.defaultToken,u=null,m=r[0],v=l.lastIndex;if(v-m.length>d){var b=e.substring(d,v-m.length);p.type==g?p.value+=b:(p.type&&c.push(p),p={type:g,value:b})}for(var f=0;f<r.length-2;f++)if(void 0!==r[f+1]){g=(u=n[i[f]]).onMatch?u.onMatch(m,s,a,e):u.token,u.next&&(s="string"==typeof u.next?u.next:u.next(s,a),(n=this.states[s])||(this.reportError("state doesn't exist",s),s="start",n=this.states[s]),i=this.matchMappings[s],d=v,(l=this.regExps[s]).lastIndex=v),u.consumeLineEnd&&(d=v);break}if(m)if("string"==typeof g)u&&!1===u.merge||p.type!==g?(p.type&&c.push(p),p={type:g,value:m}):p.value+=m;else if(g)for(p.type&&c.push(p),p={type:null,value:""},f=0;f<g.length;f++)c.push(g[f]);if(d==e.length)break;if(d=v,h++>o){for(h>2*e.length&&this.reportError("infinite loop with in ace tokenizer",{startState:t,line:e});d<e.length;)p.type&&c.push(p),p={value:e.substring(d,d+=500),type:"overflow"};s="start",a=[];break}}return p.type&&c.push(p),a.length>1&&a[0]!==s&&a.unshift("#tmp",s),{tokens:c,state:a.length?a:s}},e}();n.prototype.reportError=s,t.Tokenizer=n})),ace.define("ace/mode/text_highlight_rules",["require","exports","module","ace/lib/deep_copy"],(function(e,t,a){"use strict";var s,o=e("../lib/deep_copy").deepCopy;(function(){this.addRules=function(e,t){if(t)for(var a in e){for(var s=e[a],o=0;o<s.length;o++){var n=s[o];(n.next||n.onMatch)&&("string"==typeof n.next&&0!==n.next.indexOf(t)&&(n.next=t+n.next),n.nextState&&0!==n.nextState.indexOf(t)&&(n.nextState=t+n.nextState))}this.$rules[t+a]=s}else for(var a in e)this.$rules[a]=e[a]},this.getRules=function(){return this.$rules},this.embedRules=function(e,t,a,s,n){var i="function"==typeof e?(new e).getRules():e;if(s)for(var l=0;l<s.length;l++)s[l]=t+s[l];else for(var r in s=[],i)s.push(t+r);if(this.addRules(i,t),a){var c=Array.prototype[n?"push":"unshift"];for(l=0;l<s.length;l++)c.apply(this.$rules[s[l]],o(a))}this.$embeds||(this.$embeds=[]),this.$embeds.push(t)},this.getEmbeds=function(){return this.$embeds};var e=function(e,t){return("start"!=e||t.length)&&t.unshift(this.nextState,e),this.nextState},t=function(e,t){return t.shift(),t.shift()||"start"};this.normalizeRules=function(){var a=0,s=this.$rules;Object.keys(s).forEach((function o(n){var i=s[n];i.processed=!0;for(var l=0;l<i.length;l++){var r=i[l],c=null;Array.isArray(r)&&(c=r,r={}),!r.regex&&r.start&&(r.regex=r.start,r.next||(r.next=[]),r.next.push({defaultToken:r.token},{token:r.token+".end",regex:r.end||r.start,next:"pop"}),r.token=r.token+".start",r.push=!0);var d=r.next||r.push;if(d&&Array.isArray(d)){var h=r.stateName;h||("string"!=typeof(h=r.token)&&(h=h[0]||""),s[h]&&(h+=a++)),s[h]=d,r.next=h,o(h)}else"pop"==d&&(r.next=t);if(r.push&&(r.nextState=r.next||r.push,r.next=e,delete r.push),r.rules)for(var p in r.rules)s[p]?s[p].push&&s[p].push.apply(s[p],r.rules[p]):s[p]=r.rules[p];var g="string"==typeof r?r:r.include;if(g&&("$self"===g&&(g="start"),c=Array.isArray(g)?g.map((function(e){return s[e]})):s[g]),c){var u=[l,1].concat(c);r.noEscape&&(u=u.filter((function(e){return!e.next}))),i.splice.apply(i,u),l--}r.keywordMap&&(r.token=this.createKeywordMapper(r.keywordMap,r.defaultToken||"text",r.caseInsensitive),delete r.defaultToken)}}),this)},this.createKeywordMapper=function(e,t,a,s){var o=Object.create(null);return this.$keywordList=[],Object.keys(e).forEach((function(t){for(var n=e[t].split(s||"|"),i=n.length;i--;){var l=n[i];this.$keywordList.push(l),a&&(l=l.toLowerCase()),o[l]=t}}),this),e=null,a?function(e){return o[e.toLowerCase()]||t}:function(e){return o[e]||t}},this.getKeywords=function(){return this.$keywords}}).call((s=function(){this.$rules={start:[{token:"empty_line",regex:"^$"},{defaultToken:"text"}]}}).prototype),t.TextHighlightRules=s})),ace.define("ace/mode/behaviour",["require","exports","module"],(function(e,t,a){"use strict";var s;(function(){this.add=function(e,t,a){switch(void 0){case this.$behaviours:this.$behaviours={};case this.$behaviours[e]:this.$behaviours[e]={}}this.$behaviours[e][t]=a},this.addBehaviours=function(e){for(var t in e)for(var a in e[t])this.add(t,a,e[t][a])},this.remove=function(e){this.$behaviours&&this.$behaviours[e]&&delete this.$behaviours[e]},this.inherit=function(e,t){if("function"==typeof e)var a=(new e).getBehaviours(t);else a=e.getBehaviours(t);this.addBehaviours(a)},this.getBehaviours=function(e){if(e){for(var t={},a=0;a<e.length;a++)this.$behaviours[e[a]]&&(t[e[a]]=this.$behaviours[e[a]]);return t}return this.$behaviours}}).call((s=function(){this.$behaviours={}}).prototype),t.Behaviour=s})),ace.define("ace/token_iterator",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("./range").Range,o=function(){function e(e,t,a){this.$session=e,this.$row=t,this.$rowTokens=e.getTokens(t);var s=e.getTokenAt(t,a);this.$tokenIndex=s?s.index:-1}return e.prototype.stepBackward=function(){for(this.$tokenIndex-=1;this.$tokenIndex<0;){if(this.$row-=1,this.$row<0)return this.$row=0,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=this.$rowTokens.length-1}return this.$rowTokens[this.$tokenIndex]},e.prototype.stepForward=function(){var e;for(this.$tokenIndex+=1;this.$tokenIndex>=this.$rowTokens.length;){if(this.$row+=1,e||(e=this.$session.getLength()),this.$row>=e)return this.$row=e-1,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=0}return this.$rowTokens[this.$tokenIndex]},e.prototype.getCurrentToken=function(){return this.$rowTokens[this.$tokenIndex]},e.prototype.getCurrentTokenRow=function(){return this.$row},e.prototype.getCurrentTokenColumn=function(){var e=this.$rowTokens,t=this.$tokenIndex,a=e[t].start;if(void 0!==a)return a;for(a=0;t>0;)a+=e[t-=1].value.length;return a},e.prototype.getCurrentTokenPosition=function(){return{row:this.$row,column:this.getCurrentTokenColumn()}},e.prototype.getCurrentTokenRange=function(){var e=this.$rowTokens[this.$tokenIndex],t=this.getCurrentTokenColumn();return new s(this.$row,t,this.$row,t+e.value.length)},e}();t.TokenIterator=o})),ace.define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"],(function(e,t,a){"use strict";var s,o,n=e("../../lib/oop"),i=e("../behaviour").Behaviour,l=e("../../token_iterator").TokenIterator,r=e("../../lib/lang"),c=["text","paren.rparen","rparen","paren","punctuation.operator"],d=["text","paren.rparen","rparen","paren","punctuation.operator","comment"],h={},p={'"':'"',"'":"'"},g=function(e){var t=-1;if(e.multiSelect&&(t=e.selection.index,h.rangeCount!=e.multiSelect.rangeCount&&(h={rangeCount:e.multiSelect.rangeCount})),h[t])return s=h[t];s=h[t]={autoInsertedBrackets:0,autoInsertedRow:-1,autoInsertedLineEnd:"",maybeInsertedBrackets:0,maybeInsertedRow:-1,maybeInsertedLineStart:"",maybeInsertedLineEnd:""}},u=function(e,t,a,s){var o=e.end.row-e.start.row;return{text:a+t+s,selection:[0,e.start.column+1,o,e.end.column+(o?0:1)]}};(o=function(e){e=e||{},this.add("braces","insertion",(function(t,a,n,i,l){var c=n.getCursorPosition(),d=i.doc.getLine(c.row);if("{"==l){g(n);var h=n.getSelectionRange(),p=i.doc.getTextRange(h),m=i.getTokenAt(c.row,c.column);if(""!==p&&"{"!==p&&n.getWrapBehavioursEnabled())return u(h,p,"{","}");if(m&&/(?:string)\.quasi|\.xml/.test(m.type)){if([/tag\-(?:open|name)/,/attribute\-name/].some((function(e){return e.test(m.type)}))||/(string)\.quasi/.test(m.type)&&"$"!==m.value[c.column-m.start-1])return;return o.recordAutoInsert(n,i,"}"),{text:"{}",selection:[1,1]}}if(o.isSaneInsertion(n,i))return/[\]\}\)]/.test(d[c.column])||n.inMultiSelectMode||e.braces?(o.recordAutoInsert(n,i,"}"),{text:"{}",selection:[1,1]}):(o.recordMaybeInsert(n,i,"{"),{text:"{",selection:[1,1]})}else if("}"==l){if(g(n),"}"==d.substring(c.column,c.column+1)&&null!==i.$findOpeningBracket("}",{column:c.column+1,row:c.row})&&o.isAutoInsertedClosing(c,d,l))return o.popAutoInsertedClosing(),{text:"",selection:[1,1]}}else{if("\n"==l||"\r\n"==l){g(n);var v="";if(o.isMaybeInsertedClosing(c,d)&&(v=r.stringRepeat("}",s.maybeInsertedBrackets),o.clearMaybeInsertedClosing()),"}"===d.substring(c.column,c.column+1)){var b=i.findMatchingBracket({row:c.row,column:c.column+1},"}");if(!b)return null;var f=this.$getIndent(i.getLine(b.row))}else{if(!v)return void o.clearMaybeInsertedClosing();f=this.$getIndent(d)}var w=f+i.getTabString();return{text:"\n"+w+"\n"+f+v,selection:[1,w.length,1,w.length]}}o.clearMaybeInsertedClosing()}})),this.add("braces","deletion",(function(e,t,a,o,n){var i=o.doc.getTextRange(n);if(!n.isMultiLine()&&"{"==i){if(g(a),"}"==o.doc.getLine(n.start.row).substring(n.end.column,n.end.column+1))return n.end.column++,n;s.maybeInsertedBrackets--}})),this.add("parens","insertion",(function(e,t,a,s,n){if("("==n){g(a);var i=a.getSelectionRange(),l=s.doc.getTextRange(i);if(""!==l&&a.getWrapBehavioursEnabled())return u(i,l,"(",")");if(o.isSaneInsertion(a,s))return o.recordAutoInsert(a,s,")"),{text:"()",selection:[1,1]}}else if(")"==n){g(a);var r=a.getCursorPosition(),c=s.doc.getLine(r.row);if(")"==c.substring(r.column,r.column+1)&&null!==s.$findOpeningBracket(")",{column:r.column+1,row:r.row})&&o.isAutoInsertedClosing(r,c,n))return o.popAutoInsertedClosing(),{text:"",selection:[1,1]}}})),this.add("parens","deletion",(function(e,t,a,s,o){var n=s.doc.getTextRange(o);if(!o.isMultiLine()&&"("==n&&(g(a),")"==s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)))return o.end.column++,o})),this.add("brackets","insertion",(function(e,t,a,s,n){if("["==n){g(a);var i=a.getSelectionRange(),l=s.doc.getTextRange(i);if(""!==l&&a.getWrapBehavioursEnabled())return u(i,l,"[","]");if(o.isSaneInsertion(a,s))return o.recordAutoInsert(a,s,"]"),{text:"[]",selection:[1,1]}}else if("]"==n){g(a);var r=a.getCursorPosition(),c=s.doc.getLine(r.row);if("]"==c.substring(r.column,r.column+1)&&null!==s.$findOpeningBracket("]",{column:r.column+1,row:r.row})&&o.isAutoInsertedClosing(r,c,n))return o.popAutoInsertedClosing(),{text:"",selection:[1,1]}}})),this.add("brackets","deletion",(function(e,t,a,s,o){var n=s.doc.getTextRange(o);if(!o.isMultiLine()&&"["==n&&(g(a),"]"==s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)))return o.end.column++,o})),this.add("string_dquotes","insertion",(function(e,t,a,s,o){var n=s.$mode.$quotes||p;if(1==o.length&&n[o]){if(this.lineCommentStart&&-1!=this.lineCommentStart.indexOf(o))return;g(a);var i=o,l=a.getSelectionRange(),r=s.doc.getTextRange(l);if(!(""===r||1==r.length&&n[r])&&a.getWrapBehavioursEnabled())return u(l,r,i,i);if(!r){var c=a.getCursorPosition(),d=s.doc.getLine(c.row),h=d.substring(c.column-1,c.column),m=d.substring(c.column,c.column+1),v=s.getTokenAt(c.row,c.column),b=s.getTokenAt(c.row,c.column+1);if("\\"==h&&v&&/escape/.test(v.type))return null;var f,w=v&&/string|escape/.test(v.type),x=!b||/string|escape/.test(b.type);if(m==i)(f=w!==x)&&/string\.end/.test(b.type)&&(f=!1);else{if(w&&!x)return null;if(w&&x)return null;var y=s.$mode.tokenRe;y.lastIndex=0;var k=y.test(h);y.lastIndex=0;var C=y.test(m),_=s.$mode.$pairQuotesAfter;if(!(_&&_[i]&&_[i].test(h))&&k||C)return null;if(m&&!/[\s;,.})\]\\]/.test(m))return null;var M=d[c.column-2];if(h==i&&(M==i||y.test(M)))return null;f=!0}return{text:f?i+i:"",selection:[1,1]}}}})),this.add("string_dquotes","deletion",(function(e,t,a,s,o){var n=s.$mode.$quotes||p,i=s.doc.getTextRange(o);if(!o.isMultiLine()&&n.hasOwnProperty(i)&&(g(a),s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)==i))return o.end.column++,o})),!1!==e.closeDocComment&&this.add("doc comment end","insertion",(function(e,t,a,s,o){if("doc-start"===e&&("\n"===o||"\r\n"===o)&&a.selection.isEmpty()){var n=a.getCursorPosition();if(0===n.column)return;for(var i=s.doc.getLine(n.row),l=s.doc.getLine(n.row+1),r=s.getTokens(n.row),c=0,d=0;d<r.length;d++){c+=r[d].value.length;var h=r[d];if(c>=n.column){if(c===n.column){if(!/\.doc/.test(h.type))return;if(/\*\//.test(h.value)){var p=r[d+1];if(!p||!/\.doc/.test(p.type))return}}var g=n.column-(c-h.value.length),u=h.value.indexOf("*/"),m=h.value.indexOf("/**",u>-1?u+2:0);if(-1!==m&&g>m&&g<m+3)return;if(-1!==u&&-1!==m&&g>=u&&g<=m||!/\.doc/.test(h.type))return;break}}var v=this.$getIndent(i);if(/\s*\*/.test(l))return/^\s*\*/.test(i)?{text:o+v+"* ",selection:[1,2+v.length,1,2+v.length]}:{text:o+v+" * ",selection:[1,3+v.length,1,3+v.length]};if(/\/\*\*/.test(i.substring(0,n.column)))return{text:o+v+" * "+o+" "+v+"*/",selection:[1,4+v.length,1,4+v.length]}}}))}).isSaneInsertion=function(e,t){var a=e.getCursorPosition(),s=new l(t,a.row,a.column);if(!this.$matchTokenType(s.getCurrentToken()||"text",c)){if(/[)}\]]/.test(e.session.getLine(a.row)[a.column]))return!0;var o=new l(t,a.row,a.column+1);if(!this.$matchTokenType(o.getCurrentToken()||"text",c))return!1}return s.stepForward(),s.getCurrentTokenRow()!==a.row||this.$matchTokenType(s.getCurrentToken()||"text",d)},o.$matchTokenType=function(e,t){return t.indexOf(e.type||e)>-1},o.recordAutoInsert=function(e,t,a){var o=e.getCursorPosition(),n=t.doc.getLine(o.row);this.isAutoInsertedClosing(o,n,s.autoInsertedLineEnd[0])||(s.autoInsertedBrackets=0),s.autoInsertedRow=o.row,s.autoInsertedLineEnd=a+n.substr(o.column),s.autoInsertedBrackets++},o.recordMaybeInsert=function(e,t,a){var o=e.getCursorPosition(),n=t.doc.getLine(o.row);this.isMaybeInsertedClosing(o,n)||(s.maybeInsertedBrackets=0),s.maybeInsertedRow=o.row,s.maybeInsertedLineStart=n.substr(0,o.column)+a,s.maybeInsertedLineEnd=n.substr(o.column),s.maybeInsertedBrackets++},o.isAutoInsertedClosing=function(e,t,a){return s.autoInsertedBrackets>0&&e.row===s.autoInsertedRow&&a===s.autoInsertedLineEnd[0]&&t.substr(e.column)===s.autoInsertedLineEnd},o.isMaybeInsertedClosing=function(e,t){return s.maybeInsertedBrackets>0&&e.row===s.maybeInsertedRow&&t.substr(e.column)===s.maybeInsertedLineEnd&&t.substr(0,e.column)==s.maybeInsertedLineStart},o.popAutoInsertedClosing=function(){s.autoInsertedLineEnd=s.autoInsertedLineEnd.substr(1),s.autoInsertedBrackets--},o.clearMaybeInsertedClosing=function(){s&&(s.maybeInsertedBrackets=0,s.maybeInsertedRow=-1)},n.inherits(o,i),t.CstyleBehaviour=o})),ace.define("ace/unicode",["require","exports","module"],(function(e,t,a){"use strict";for(var s=[48,9,8,25,5,0,2,25,48,0,11,0,5,0,6,22,2,30,2,457,5,11,15,4,8,0,2,0,18,116,2,1,3,3,9,0,2,2,2,0,2,19,2,82,2,138,2,4,3,155,12,37,3,0,8,38,10,44,2,0,2,1,2,1,2,0,9,26,6,2,30,10,7,61,2,9,5,101,2,7,3,9,2,18,3,0,17,58,3,100,15,53,5,0,6,45,211,57,3,18,2,5,3,11,3,9,2,1,7,6,2,2,2,7,3,1,3,21,2,6,2,0,4,3,3,8,3,1,3,3,9,0,5,1,2,4,3,11,16,2,2,5,5,1,3,21,2,6,2,1,2,1,2,1,3,0,2,4,5,1,3,2,4,0,8,3,2,0,8,15,12,2,2,8,2,2,2,21,2,6,2,1,2,4,3,9,2,2,2,2,3,0,16,3,3,9,18,2,2,7,3,1,3,21,2,6,2,1,2,4,3,8,3,1,3,2,9,1,5,1,2,4,3,9,2,0,17,1,2,5,4,2,2,3,4,1,2,0,2,1,4,1,4,2,4,11,5,4,4,2,2,3,3,0,7,0,15,9,18,2,2,7,2,2,2,22,2,9,2,4,4,7,2,2,2,3,8,1,2,1,7,3,3,9,19,1,2,7,2,2,2,22,2,9,2,4,3,8,2,2,2,3,8,1,8,0,2,3,3,9,19,1,2,7,2,2,2,22,2,15,4,7,2,2,2,3,10,0,9,3,3,9,11,5,3,1,2,17,4,23,2,8,2,0,3,6,4,0,5,5,2,0,2,7,19,1,14,57,6,14,2,9,40,1,2,0,3,1,2,0,3,0,7,3,2,6,2,2,2,0,2,0,3,1,2,12,2,2,3,4,2,0,2,5,3,9,3,1,35,0,24,1,7,9,12,0,2,0,2,0,5,9,2,35,5,19,2,5,5,7,2,35,10,0,58,73,7,77,3,37,11,42,2,0,4,328,2,3,3,6,2,0,2,3,3,40,2,3,3,32,2,3,3,6,2,0,2,3,3,14,2,56,2,3,3,66,5,0,33,15,17,84,13,619,3,16,2,25,6,74,22,12,2,6,12,20,12,19,13,12,2,2,2,1,13,51,3,29,4,0,5,1,3,9,34,2,3,9,7,87,9,42,6,69,11,28,4,11,5,11,11,39,3,4,12,43,5,25,7,10,38,27,5,62,2,28,3,10,7,9,14,0,89,75,5,9,18,8,13,42,4,11,71,55,9,9,4,48,83,2,2,30,14,230,23,280,3,5,3,37,3,5,3,7,2,0,2,0,2,0,2,30,3,52,2,6,2,0,4,2,2,6,4,3,3,5,5,12,6,2,2,6,67,1,20,0,29,0,14,0,17,4,60,12,5,0,4,11,18,0,5,0,3,9,2,0,4,4,7,0,2,0,2,0,2,3,2,10,3,3,6,4,5,0,53,1,2684,46,2,46,2,132,7,6,15,37,11,53,10,0,17,22,10,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,31,48,0,470,1,36,5,2,4,6,1,5,85,3,1,3,2,2,89,2,3,6,40,4,93,18,23,57,15,513,6581,75,20939,53,1164,68,45,3,268,4,27,21,31,3,13,13,1,2,24,9,69,11,1,38,8,3,102,3,1,111,44,25,51,13,68,12,9,7,23,4,0,5,45,3,35,13,28,4,64,15,10,39,54,10,13,3,9,7,22,4,1,5,66,25,2,227,42,2,1,3,9,7,11171,13,22,5,48,8453,301,3,61,3,105,39,6,13,4,6,11,2,12,2,4,2,0,2,1,2,1,2,107,34,362,19,63,3,53,41,11,5,15,17,6,13,1,25,2,33,4,2,134,20,9,8,25,5,0,2,25,12,88,4,5,3,5,3,5,3,2],o=0,n=[],i=0;i<s.length;i+=2)n.push(o+=s[i]),s[i+1]&&n.push(45,o+=s[i+1]);t.wordChars=String.fromCharCode.apply(null,n)})),ace.define("ace/mode/text",["require","exports","module","ace/config","ace/tokenizer","ace/mode/text_highlight_rules","ace/mode/behaviour/cstyle","ace/unicode","ace/lib/lang","ace/token_iterator","ace/range"],(function(e,t,a){"use strict";var s,o=e("../config"),n=e("../tokenizer").Tokenizer,i=e("./text_highlight_rules").TextHighlightRules,l=e("./behaviour/cstyle").CstyleBehaviour,r=e("../unicode"),c=e("../lib/lang"),d=e("../token_iterator").TokenIterator,h=e("../range").Range;(function(){this.$defaultBehaviour=new l,this.tokenRe=new RegExp("^["+r.wordChars+"\\$_]+","g"),this.nonTokenRe=new RegExp("^(?:[^"+r.wordChars+"\\$_]|\\s])+","g"),this.getTokenizer=function(){return this.$tokenizer||(this.$highlightRules=this.$highlightRules||new this.HighlightRules(this.$highlightRuleConfig),this.$tokenizer=new n(this.$highlightRules.getRules())),this.$tokenizer},this.lineCommentStart="",this.blockComment="",this.toggleCommentLines=function(e,t,a,s){var o=t.doc,n=!0,i=!0,l=1/0,r=t.getTabSize(),d=!1;if(this.lineCommentStart){Array.isArray(this.lineCommentStart)?(m=this.lineCommentStart.map(c.escapeRegExp).join("|"),g=this.lineCommentStart[0]):(m=c.escapeRegExp(this.lineCommentStart),g=this.lineCommentStart),m=new RegExp("^(\\s*)(?:"+m+") ?"),d=t.getUseSoftTabs(),f=function(e,t){var a=e.match(m);if(a){var s=a[1].length,n=a[0].length;p(e,s,n)||" "!=a[0][n-1]||n--,o.removeInLine(t,s,n)}};var h=g+" ",p=(b=function(e,t){n&&!/\S/.test(e)||(p(e,l,l)?o.insertInLine({row:t,column:l},h):o.insertInLine({row:t,column:l},g))},w=function(e,t){return m.test(e)},function(e,t,a){for(var s=0;t--&&" "==e.charAt(t);)s++;if(s%r!=0)return!1;for(s=0;" "==e.charAt(a++);)s++;return r>2?s%r!=r-1:s%r==0})}else{if(!this.blockComment)return!1;var g=this.blockComment.start,u=this.blockComment.end,m=new RegExp("^(\\s*)(?:"+c.escapeRegExp(g)+")"),v=new RegExp("(?:"+c.escapeRegExp(u)+")\\s*$"),b=function(e,t){w(e,t)||n&&!/\S/.test(e)||(o.insertInLine({row:t,column:e.length},u),o.insertInLine({row:t,column:l},g))},f=function(e,t){var a;(a=e.match(v))&&o.removeInLine(t,e.length-a[0].length,e.length),(a=e.match(m))&&o.removeInLine(t,a[1].length,a[0].length)},w=function(e,a){if(m.test(e))return!0;for(var s=t.getTokens(a),o=0;o<s.length;o++)if("comment"===s[o].type)return!0}}function x(e){for(var t=a;t<=s;t++)e(o.getLine(t),t)}var y=1/0;x((function(e,t){var a=e.search(/\S/);-1!==a?(a<l&&(l=a),i&&!w(e,t)&&(i=!1)):y>e.length&&(y=e.length)})),l==1/0&&(l=y,n=!1,i=!1),d&&l%r!=0&&(l=Math.floor(l/r)*r),x(i?f:b)},this.toggleBlockComment=function(e,t,a,s){var o=this.blockComment;if(o){!o.start&&o[0]&&(o=o[0]);var n,i,l=(m=new d(t,s.row,s.column)).getCurrentToken(),r=(t.selection,t.selection.toOrientedRange());if(l&&/comment/.test(l.type)){for(var c,p;l&&/comment/.test(l.type);){if(-1!=(v=l.value.indexOf(o.start))){var g=m.getCurrentTokenRow(),u=m.getCurrentTokenColumn()+v;c=new h(g,u,g,u+o.start.length);break}l=m.stepBackward()}var m;for(l=(m=new d(t,s.row,s.column)).getCurrentToken();l&&/comment/.test(l.type);){var v;if(-1!=(v=l.value.indexOf(o.end))){g=m.getCurrentTokenRow(),u=m.getCurrentTokenColumn()+v,p=new h(g,u,g,u+o.end.length);break}l=m.stepForward()}p&&t.remove(p),c&&(t.remove(c),n=c.start.row,i=-o.start.length)}else i=o.start.length,n=a.start.row,t.insert(a.end,o.end),t.insert(a.start,o.start);r.start.row==n&&(r.start.column+=i),r.end.row==n&&(r.end.column+=i),t.selection.fromOrientedRange(r)}},this.getNextLineIndent=function(e,t,a){return this.$getIndent(t)},this.checkOutdent=function(e,t,a){return!1},this.autoOutdent=function(e,t,a){},this.$getIndent=function(e){return e.match(/^\s*/)[0]},this.createWorker=function(e){return null},this.createModeDelegates=function(e){for(var t in this.$embeds=[],this.$modes={},e)if(e[t]){var a=e[t],s=a.prototype.$id,n=o.$modes[s];n||(o.$modes[s]=n=new a),o.$modes[t]||(o.$modes[t]=n),this.$embeds.push(t),this.$modes[t]=n}var i=["toggleBlockComment","toggleCommentLines","getNextLineIndent","checkOutdent","autoOutdent","transformAction","getCompletions"],l=function(e){var t,a,s;s=(t=r)[a=i[e]],t[i[e]]=function(){return this.$delegator(a,arguments,s)}},r=this;for(t=0;t<i.length;t++)l(t)},this.$delegator=function(e,t,a){var s=t[0]||"start";if("string"!=typeof s){if(Array.isArray(s[2])){var o=s[2][s[2].length-1];if(i=this.$modes[o])return i[e].apply(i,[s[1]].concat([].slice.call(t,1)))}s=s[0]||"start"}for(var n=0;n<this.$embeds.length;n++)if(this.$modes[this.$embeds[n]]){var i,l=s.split(this.$embeds[n]);if(!l[0]&&l[1])return t[0]=l[1],(i=this.$modes[this.$embeds[n]])[e].apply(i,t)}var r=a.apply(this,t);return a?r:void 0},this.transformAction=function(e,t,a,s,o){if(this.$behaviour){var n=this.$behaviour.getBehaviours();for(var i in n)if(n[i][t]){var l=n[i][t].apply(this,arguments);if(l)return l}}},this.getKeywords=function(e){if(!this.completionKeywords){var t=this.$tokenizer.rules,a=[];for(var s in t)for(var o=t[s],n=0,i=o.length;n<i;n++)if("string"==typeof o[n].token)/keyword|support|storage/.test(o[n].token)&&a.push(o[n].regex);else if("object"==typeof o[n].token)for(var l=0,r=o[n].token.length;l<r;l++)/keyword|support|storage/.test(o[n].token[l])&&(s=o[n].regex.match(/\(.+?\)/g)[l],a.push(s.substr(1,s.length-2)));this.completionKeywords=a}return e?a.concat(this.$keywordList||[]):this.$keywordList},this.$createKeywordList=function(){return this.$highlightRules||this.getTokenizer(),this.$keywordList=this.$highlightRules.$keywordList||[]},this.getCompletions=function(e,t,a,s){return(this.$keywordList||this.$createKeywordList()).map((function(e){return{name:e,value:e,score:0,meta:"keyword"}}))},this.$id="ace/mode/text"}).call((s=function(){this.HighlightRules=i}).prototype),t.Mode=s})),ace.define("ace/line_widgets",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("./lib/dom"),o=function(){function e(e){this.session=e,this.session.widgetManager=this,this.session.getRowLength=this.getRowLength,this.session.$getWidgetScreenLength=this.$getWidgetScreenLength,this.updateOnChange=this.updateOnChange.bind(this),this.renderWidgets=this.renderWidgets.bind(this),this.measureWidgets=this.measureWidgets.bind(this),this.session._changedWidgets=[],this.$onChangeEditor=this.$onChangeEditor.bind(this),this.session.on("change",this.updateOnChange),this.session.on("changeFold",this.updateOnFold),this.session.on("changeEditor",this.$onChangeEditor)}return e.prototype.getRowLength=function(e){var t;return t=this.lineWidgets&&this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0,this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1+t:1+t},e.prototype.$getWidgetScreenLength=function(){var e=0;return this.lineWidgets.forEach((function(t){t&&t.rowCount&&!t.hidden&&(e+=t.rowCount)})),e},e.prototype.$onChangeEditor=function(e){this.attach(e.editor)},e.prototype.attach=function(e){e&&e.widgetManager&&e.widgetManager!=this&&e.widgetManager.detach(),this.editor!=e&&(this.detach(),this.editor=e,e&&(e.widgetManager=this,e.renderer.on("beforeRender",this.measureWidgets),e.renderer.on("afterRender",this.renderWidgets)))},e.prototype.detach=function(e){var t=this.editor;if(t){this.editor=null,t.widgetManager=null,t.renderer.off("beforeRender",this.measureWidgets),t.renderer.off("afterRender",this.renderWidgets);var a=this.session.lineWidgets;a&&a.forEach((function(e){e&&e.el&&e.el.parentNode&&(e._inDocument=!1,e.el.parentNode.removeChild(e.el))}))}},e.prototype.updateOnFold=function(e,t){var a=t.lineWidgets;if(a&&e.action){for(var s=e.data,o=s.start.row,n=s.end.row,i="add"==e.action,l=o+1;l<n;l++)a[l]&&(a[l].hidden=i);a[n]&&(i?a[o]?a[n].hidden=i:a[o]=a[n]:(a[o]==a[n]&&(a[o]=void 0),a[n].hidden=i))}},e.prototype.updateOnChange=function(e){var t=this.session.lineWidgets;if(t){var a=e.start.row,s=e.end.row-a;if(0===s);else if("remove"==e.action){var o=t.splice(a+1,s);!t[a]&&o[o.length-1]&&(t[a]=o.pop()),o.forEach((function(e){e&&this.removeLineWidget(e)}),this),this.$updateRows()}else{var n=new Array(s);t[a]&&null!=t[a].column&&e.start.column>t[a].column&&a++,n.unshift(a,0),t.splice.apply(t,n),this.$updateRows()}}},e.prototype.$updateRows=function(){var e=this.session.lineWidgets;if(e){var t=!0;e.forEach((function(e,a){if(e)for(t=!1,e.row=a;e.$oldWidget;)e.$oldWidget.row=a,e=e.$oldWidget})),t&&(this.session.lineWidgets=null)}},e.prototype.$registerLineWidget=function(e){this.session.lineWidgets||(this.session.lineWidgets=new Array(this.session.getLength()));var t=this.session.lineWidgets[e.row];return t&&(e.$oldWidget=t,t.el&&t.el.parentNode&&(t.el.parentNode.removeChild(t.el),t._inDocument=!1)),this.session.lineWidgets[e.row]=e,e},e.prototype.addLineWidget=function(e){if(this.$registerLineWidget(e),e.session=this.session,!this.editor)return e;var t=this.editor.renderer;e.html&&!e.el&&(e.el=s.createElement("div"),e.el.innerHTML=e.html),e.text&&!e.el&&(e.el=s.createElement("div"),e.el.textContent=e.text),e.el&&(s.addCssClass(e.el,"ace_lineWidgetContainer"),e.className&&s.addCssClass(e.el,e.className),e.el.style.position="absolute",e.el.style.zIndex="5",t.container.appendChild(e.el),e._inDocument=!0,e.coverGutter||(e.el.style.zIndex="3"),null==e.pixelHeight&&(e.pixelHeight=e.el.offsetHeight)),null==e.rowCount&&(e.rowCount=e.pixelHeight/t.layerConfig.lineHeight);var a=this.session.getFoldAt(e.row,0);if(e.$fold=a,a){var o=this.session.lineWidgets;e.row!=a.end.row||o[a.start.row]?e.hidden=!0:o[a.start.row]=e}return this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows(),this.renderWidgets(null,t),this.onWidgetChanged(e),e},e.prototype.removeLineWidget=function(e){if(e._inDocument=!1,e.session=null,e.el&&e.el.parentNode&&e.el.parentNode.removeChild(e.el),e.editor&&e.editor.destroy)try{e.editor.destroy()}catch(e){}if(this.session.lineWidgets){var t=this.session.lineWidgets[e.row];if(t==e)this.session.lineWidgets[e.row]=e.$oldWidget,e.$oldWidget&&this.onWidgetChanged(e.$oldWidget);else for(;t;){if(t.$oldWidget==e){t.$oldWidget=e.$oldWidget;break}t=t.$oldWidget}}this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows()},e.prototype.getWidgetsAtRow=function(e){for(var t=this.session.lineWidgets,a=t&&t[e],s=[];a;)s.push(a),a=a.$oldWidget;return s},e.prototype.onWidgetChanged=function(e){this.session._changedWidgets.push(e),this.editor&&this.editor.renderer.updateFull()},e.prototype.measureWidgets=function(e,t){var a=this.session._changedWidgets,s=t.layerConfig;if(a&&a.length){for(var o=1/0,n=0;n<a.length;n++){var i=a[n];if(i&&i.el&&i.session==this.session){if(!i._inDocument){if(this.session.lineWidgets[i.row]!=i)continue;i._inDocument=!0,t.container.appendChild(i.el)}i.h=i.el.offsetHeight,i.fixedWidth||(i.w=i.el.offsetWidth,i.screenWidth=Math.ceil(i.w/s.characterWidth));var l=i.h/s.lineHeight;i.coverLine&&(l-=this.session.getRowLineCount(i.row))<0&&(l=0),i.rowCount!=l&&(i.rowCount=l,i.row<o&&(o=i.row))}}o!=1/0&&(this.session._emit("changeFold",{data:{start:{row:o}}}),this.session.lineWidgetWidth=null),this.session._changedWidgets=[]}},e.prototype.renderWidgets=function(e,t){var a=t.layerConfig,s=this.session.lineWidgets;if(s){for(var o=Math.min(this.firstRow,a.firstRow),n=Math.max(this.lastRow,a.lastRow,s.length);o>0&&!s[o];)o--;this.firstRow=a.firstRow,this.lastRow=a.lastRow,t.$cursorLayer.config=a;for(var i=o;i<=n;i++){var l=s[i];if(l&&l.el)if(l.hidden)l.el.style.top=-100-(l.pixelHeight||0)+"px";else{l._inDocument||(l._inDocument=!0,t.container.appendChild(l.el));var r=t.$cursorLayer.getPixelPosition({row:i,column:0},!0).top;l.coverLine||(r+=a.lineHeight*this.session.getRowLineCount(l.row)),l.el.style.top=r-a.offset+"px";var c=l.coverGutter?0:t.gutterWidth;l.fixedWidth||(c-=t.scrollLeft),l.el.style.left=c+"px",l.fullWidth&&l.screenWidth&&(l.el.style.minWidth=a.width+2*a.padding+"px"),l.fixedWidth?l.el.style.right=t.scrollBar.getWidth()+"px":l.el.style.right=""}}}},e}();t.LineWidgets=o})),ace.define("ace/apply_delta",["require","exports","module"],(function(e,t,a){"use strict";t.applyDelta=function(e,t,a){var s=t.start.row,o=t.start.column,n=e[s]||"";switch(t.action){case"insert":if(1===t.lines.length)e[s]=n.substring(0,o)+t.lines[0]+n.substring(o);else{var i=[s,1].concat(t.lines);e.splice.apply(e,i),e[s]=n.substring(0,o)+e[s],e[s+t.lines.length-1]+=n.substring(o)}break;case"remove":var l=t.end.column,r=t.end.row;s===r?e[s]=n.substring(0,o)+n.substring(l):e.splice(s,r-s+1,n.substring(0,o)+e[r].substring(l))}}})),ace.define("ace/anchor",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(){function e(e,t,a){this.$onChange=this.onChange.bind(this),this.attach(e),"number"!=typeof t?this.setPosition(t.row,t.column):this.setPosition(t,a)}return e.prototype.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},e.prototype.getDocument=function(){return this.document},e.prototype.onChange=function(e){if(!(e.start.row==e.end.row&&e.start.row!=this.row||e.start.row>this.row)){var t=function(e,t,a){var s="insert"==e.action,o=(s?1:-1)*(e.end.row-e.start.row),n=(s?1:-1)*(e.end.column-e.start.column),l=e.start,r=s?l:e.end;return i(t,l,a)?{row:t.row,column:t.column}:i(r,t,!a)?{row:t.row+o,column:t.column+(t.row==r.row?n:0)}:{row:l.row,column:l.column}}(e,{row:this.row,column:this.column},this.$insertRight);this.setPosition(t.row,t.column,!0)}},e.prototype.setPosition=function(e,t,a){var s;if(s=a?{row:e,column:t}:this.$clipPositionToDocument(e,t),this.row!=s.row||this.column!=s.column){var o={row:this.row,column:this.column};this.row=s.row,this.column=s.column,this._signal("change",{old:o,value:s})}},e.prototype.detach=function(){this.document.off("change",this.$onChange)},e.prototype.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},e.prototype.$clipPositionToDocument=function(e,t){var a={};return e>=this.document.getLength()?(a.row=Math.max(0,this.document.getLength()-1),a.column=this.document.getLine(a.row).length):e<0?(a.row=0,a.column=0):(a.row=e,a.column=Math.min(this.document.getLine(a.row).length,Math.max(0,t))),t<0&&(a.column=0),a},e}();function i(e,t,a){var s=a?e.column<=t.column:e.column<t.column;return e.row<t.row||e.row==t.row&&s}n.prototype.$insertRight=!1,s.implement(n.prototype,o),t.Anchor=n})),ace.define("ace/document",["require","exports","module","ace/lib/oop","ace/apply_delta","ace/lib/event_emitter","ace/range","ace/anchor"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./apply_delta").applyDelta,n=e("./lib/event_emitter").EventEmitter,i=e("./range").Range,l=e("./anchor").Anchor,r=function(){function e(e){this.$lines=[""],0===e.length?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)}return e.prototype.setValue=function(e){var t=this.getLength()-1;this.remove(new i(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e||"")},e.prototype.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},e.prototype.createAnchor=function(e,t){return new l(this,e,t)},e.prototype.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},e.prototype.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},e.prototype.setNewLineMode=function(e){this.$newLineMode!==e&&(this.$newLineMode=e,this._signal("changeNewLineMode"))},e.prototype.getNewLineMode=function(){return this.$newLineMode},e.prototype.isNewLine=function(e){return"\r\n"==e||"\r"==e||"\n"==e},e.prototype.getLine=function(e){return this.$lines[e]||""},e.prototype.getLines=function(e,t){return this.$lines.slice(e,t+1)},e.prototype.getAllLines=function(){return this.getLines(0,this.getLength())},e.prototype.getLength=function(){return this.$lines.length},e.prototype.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},e.prototype.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{(t=this.getLines(e.start.row,e.end.row))[0]=(t[0]||"").substring(e.start.column);var a=t.length-1;e.end.row-e.start.row==a&&(t[a]=t[a].substring(0,e.end.column))}return t},e.prototype.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},e.prototype.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},e.prototype.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},e.prototype.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},e.prototype.insertInLine=function(e,t){var a=this.clippedPos(e.row,e.column),s=this.pos(e.row,e.column+t.length);return this.applyDelta({start:a,end:s,action:"insert",lines:[t]},!0),this.clonePos(s)},e.prototype.clippedPos=function(e,t){var a=this.getLength();void 0===e?e=a:e<0?e=0:e>=a&&(e=a-1,t=void 0);var s=this.getLine(e);return null==t&&(t=s.length),{row:e,column:t=Math.min(Math.max(t,0),s.length)}},e.prototype.clonePos=function(e){return{row:e.row,column:e.column}},e.prototype.pos=function(e,t){return{row:e,column:t}},e.prototype.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},e.prototype.insertFullLines=function(e,t){var a=0;(e=Math.min(Math.max(e,0),this.getLength()))<this.getLength()?(t=t.concat([""]),a=0):(t=[""].concat(t),e--,a=this.$lines[e].length),this.insertMergedLines({row:e,column:a},t)},e.prototype.insertMergedLines=function(e,t){var a=this.clippedPos(e.row,e.column),s={row:a.row+t.length-1,column:(1==t.length?a.column:0)+t[t.length-1].length};return this.applyDelta({start:a,end:s,action:"insert",lines:t}),this.clonePos(s)},e.prototype.remove=function(e){var t=this.clippedPos(e.start.row,e.start.column),a=this.clippedPos(e.end.row,e.end.column);return this.applyDelta({start:t,end:a,action:"remove",lines:this.getLinesForRange({start:t,end:a})}),this.clonePos(t)},e.prototype.removeInLine=function(e,t,a){var s=this.clippedPos(e,t),o=this.clippedPos(e,a);return this.applyDelta({start:s,end:o,action:"remove",lines:this.getLinesForRange({start:s,end:o})},!0),this.clonePos(s)},e.prototype.removeFullLines=function(e,t){e=Math.min(Math.max(0,e),this.getLength()-1);var a=(t=Math.min(Math.max(0,t),this.getLength()-1))==this.getLength()-1&&e>0,s=t<this.getLength()-1,o=a?e-1:e,n=a?this.getLine(o).length:0,l=s?t+1:t,r=s?0:this.getLine(l).length,c=new i(o,n,l,r),d=this.$lines.slice(e,t+1);return this.applyDelta({start:c.start,end:c.end,action:"remove",lines:this.getLinesForRange(c)}),d},e.prototype.removeNewLine=function(e){e<this.getLength()-1&&e>=0&&this.applyDelta({start:this.pos(e,this.getLine(e).length),end:this.pos(e+1,0),action:"remove",lines:["",""]})},e.prototype.replace=function(e,t){return e instanceof i||(e=i.fromPoints(e.start,e.end)),0===t.length&&e.isEmpty()?e.start:t==this.getTextRange(e)?e.end:(this.remove(e),t?this.insert(e.start,t):e.start)},e.prototype.applyDeltas=function(e){for(var t=0;t<e.length;t++)this.applyDelta(e[t])},e.prototype.revertDeltas=function(e){for(var t=e.length-1;t>=0;t--)this.revertDelta(e[t])},e.prototype.applyDelta=function(e,t){var a="insert"==e.action;(a?e.lines.length<=1&&!e.lines[0]:!i.comparePoints(e.start,e.end))||(a&&e.lines.length>2e4?this.$splitAndapplyLargeDelta(e,2e4):(o(this.$lines,e,t),this._signal("change",e)))},e.prototype.$safeApplyDelta=function(e){var t=this.$lines.length;("remove"==e.action&&e.start.row<t&&e.end.row<t||"insert"==e.action&&e.start.row<=t)&&this.applyDelta(e)},e.prototype.$splitAndapplyLargeDelta=function(e,t){for(var a=e.lines,s=a.length-t+1,o=e.start.row,n=e.start.column,i=0,l=0;i<s;i=l){l+=t-1;var r=a.slice(i,l);r.push(""),this.applyDelta({start:this.pos(o+i,n),end:this.pos(o+l,n=0),action:e.action,lines:r},!0)}e.lines=a.slice(i),e.start.row=o+i,e.start.column=n,this.applyDelta(e,!0)},e.prototype.revertDelta=function(e){this.$safeApplyDelta({start:this.clonePos(e.start),end:this.clonePos(e.end),action:"insert"==e.action?"remove":"insert",lines:e.lines.slice()})},e.prototype.indexToPosition=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=t||0,n=a.length;o<n;o++)if((e-=a[o].length+s)<0)return{row:o,column:e+a[o].length+s};return{row:n-1,column:e+a[n-1].length+s}},e.prototype.positionToIndex=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=0,n=Math.min(e.row,a.length),i=t||0;i<n;++i)o+=a[i].length+s;return o+e.column},e.prototype.$split=function(e){return e.split(/\r\n|\r|\n/)},e}();r.prototype.$autoNewLine="",r.prototype.$newLineMode="auto",s.implement(r.prototype,n),t.Document=r})),ace.define("ace/background_tokenizer",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(){function e(e,t){this.running=!1,this.lines=[],this.states=[],this.currentLine=0,this.tokenizer=e;var a=this;this.$worker=function(){if(a.running){for(var e=new Date,t=a.currentLine,s=-1,o=a.doc,n=t;a.lines[t];)t++;var i=o.getLength(),l=0;for(a.running=!1;t<i;){a.$tokenizeRow(t),s=t;do{t++}while(a.lines[t]);if(++l%5==0&&new Date-e>20){a.running=setTimeout(a.$worker,20);break}}a.currentLine=t,-1==s&&(s=t),n<=s&&a.fireUpdateEvent(n,s)}}}return e.prototype.setTokenizer=function(e){this.tokenizer=e,this.lines=[],this.states=[],this.start(0)},e.prototype.setDocument=function(e){this.doc=e,this.lines=[],this.states=[],this.stop()},e.prototype.fireUpdateEvent=function(e,t){var a={first:e,last:t};this._signal("update",{data:a})},e.prototype.start=function(e){this.currentLine=Math.min(e||0,this.currentLine,this.doc.getLength()),this.lines.splice(this.currentLine,this.lines.length),this.states.splice(this.currentLine,this.states.length),this.stop(),this.running=setTimeout(this.$worker,700)},e.prototype.scheduleStart=function(){this.running||(this.running=setTimeout(this.$worker,700))},e.prototype.$updateOnChange=function(e){var t=e.start.row,a=e.end.row-t;if(0===a)this.lines[t]=null;else if("remove"==e.action)this.lines.splice(t,a+1,null),this.states.splice(t,a+1,null);else{var s=Array(a+1);s.unshift(t,1),this.lines.splice.apply(this.lines,s),this.states.splice.apply(this.states,s)}this.currentLine=Math.min(t,this.currentLine,this.doc.getLength()),this.stop()},e.prototype.stop=function(){this.running&&clearTimeout(this.running),this.running=!1},e.prototype.getTokens=function(e){return this.lines[e]||this.$tokenizeRow(e)},e.prototype.getState=function(e){return this.currentLine==e&&this.$tokenizeRow(e),this.states[e]||"start"},e.prototype.$tokenizeRow=function(e){var t=this.doc.getLine(e),a=this.states[e-1],s=this.tokenizer.getLineTokens(t,a,e);return this.states[e]+""!=s.state+""?(this.states[e]=s.state,this.lines[e+1]=null,this.currentLine>e+1&&(this.currentLine=e+1)):this.currentLine==e&&(this.currentLine=e+1),this.lines[e]=s.tokens},e.prototype.cleanup=function(){this.running=!1,this.lines=[],this.states=[],this.currentLine=0,this.removeAllListeners()},e}();s.implement(n.prototype,o),t.BackgroundTokenizer=n})),ace.define("ace/search_highlight",["require","exports","module","ace/lib/lang","ace/range"],(function(e,t,a){"use strict";var s=e("./lib/lang"),o=e("./range").Range,n=function(){function e(e,t,a){void 0===a&&(a="text"),this.setRegexp(e),this.clazz=t,this.type=a,this.docLen=0}return e.prototype.setRegexp=function(e){this.regExp+""!=e+""&&(this.regExp=e,this.cache=[])},e.prototype.update=function(e,t,a,n){if(this.regExp){for(var i=n.firstRow,l=n.lastRow,r={},c=a.$editor.$search,d=c.$isMultilineSearch(a.$editor.getLastSearchOptions()),h=i;h<=l;h++){var p=this.cache[h];if(null==p||a.getValue().length!=this.docLen){if(d){p=[];var g=c.$multiLineForward(a,this.regExp,h,l);if(g){var u=g.endRow<=l?g.endRow-1:l;u>h&&(h=u),p.push(new o(g.startRow,g.startCol,g.endRow,g.endCol))}p.length>this.MAX_RANGES&&(p=p.slice(0,this.MAX_RANGES))}else(p=s.getMatchOffsets(a.getLine(h),this.regExp)).length>this.MAX_RANGES&&(p=p.slice(0,this.MAX_RANGES)),p=p.map((function(e){return new o(h,e.offset,h,e.offset+e.length)}));this.cache[h]=p.length?p:""}if(0!==p.length)for(var m=p.length;m--;){var v=p[m].toScreenRange(a),b=v.toString();r[b]||(r[b]=!0,t.drawSingleLineMarker(e,v,this.clazz,n))}}this.docLen=a.getValue().length}},e}();n.prototype.MAX_RANGES=500,t.SearchHighlight=n})),ace.define("ace/undomanager",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=function(){function e(){this.$keepRedoStack,this.$maxRev=0,this.$fromUndo=!1,this.$undoDepth=1/0,this.reset()}return e.prototype.addSession=function(e){this.$session=e},e.prototype.add=function(e,t,a){if(!this.$fromUndo&&e!=this.$lastDelta){if(this.$keepRedoStack||(this.$redoStack.length=0),!1===t||!this.lastDeltas){this.lastDeltas=[];var s=this.$undoStack.length;s>this.$undoDepth-1&&this.$undoStack.splice(0,s-this.$undoDepth+1),this.$undoStack.push(this.lastDeltas),e.id=this.$rev=++this.$maxRev}"remove"!=e.action&&"insert"!=e.action||(this.$lastDelta=e),this.lastDeltas.push(e)}},e.prototype.addSelection=function(e,t){this.selections.push({value:e,rev:t||this.$rev})},e.prototype.startNewGroup=function(){return this.lastDeltas=null,this.$rev},e.prototype.markIgnored=function(e,t){null==t&&(t=this.$rev+1);for(var a=this.$undoStack,s=a.length;s--;){var o=a[s][0];if(o.id<=e)break;o.id<t&&(o.ignore=!0)}this.lastDeltas=null},e.prototype.getSelection=function(e,t){for(var a=this.selections,s=a.length;s--;){var o=a[s];if(o.rev<e)return t&&(o=a[s+1]),o}},e.prototype.getRevision=function(){return this.$rev},e.prototype.getDeltas=function(e,t){null==t&&(t=this.$rev+1);for(var a=this.$undoStack,s=null,o=0,n=a.length;n--;){var i=a[n][0];if(i.id<t&&!s&&(s=n+1),i.id<=e){o=n+1;break}}return a.slice(o,s)},e.prototype.getChangedRanges=function(e,t){null==t&&(t=this.$rev+1)},e.prototype.getChangedLines=function(e,t){null==t&&(t=this.$rev+1)},e.prototype.undo=function(e,t){this.lastDeltas=null;var a=this.$undoStack;if(function(e,t){for(var a=t;a--;){var s=e[a];if(s&&!s[0].ignore){for(;a<t-1;){var o=d(e[a],e[a+1]);e[a]=o[0],e[a+1]=o[1],a++}return!0}}}(a,a.length)){e||(e=this.$session),this.$redoStackBaseRev!==this.$rev&&this.$redoStack.length&&(this.$redoStack=[]),this.$fromUndo=!0;var s=a.pop(),o=null;return s&&(o=e.undoChanges(s,t),this.$redoStack.push(s),this.$syncRev()),this.$fromUndo=!1,o}},e.prototype.redo=function(e,t){if(this.lastDeltas=null,e||(e=this.$session),this.$fromUndo=!0,this.$redoStackBaseRev!=this.$rev){var a=this.getDeltas(this.$redoStackBaseRev,this.$rev+1);!function(e,t){for(var a=0;a<t.length;a++)for(var s=t[a],o=0;o<s.length;o++)m(e,s[o])}(this.$redoStack,a),this.$redoStackBaseRev=this.$rev,this.$redoStack.forEach((function(e){e[0].id=++this.$maxRev}),this)}var s=this.$redoStack.pop(),o=null;return s&&(o=e.redoChanges(s,t),this.$undoStack.push(s),this.$syncRev()),this.$fromUndo=!1,o},e.prototype.$syncRev=function(){var e=this.$undoStack,t=e[e.length-1],a=t&&t[0].id||0;this.$redoStackBaseRev=a,this.$rev=a},e.prototype.reset=function(){this.lastDeltas=null,this.$lastDelta=null,this.$undoStack=[],this.$redoStack=[],this.$rev=0,this.mark=0,this.$redoStackBaseRev=this.$rev,this.selections=[]},e.prototype.canUndo=function(){return this.$undoStack.length>0},e.prototype.canRedo=function(){return this.$redoStack.length>0},e.prototype.bookmark=function(e){null==e&&(e=this.$rev),this.mark=e},e.prototype.isAtBookmark=function(){return this.$rev===this.mark},e.prototype.toJSON=function(){return{$redoStack:this.$redoStack,$undoStack:this.$undoStack}},e.prototype.fromJSON=function(e){this.reset(),this.$undoStack=e.$undoStack,this.$redoStack=e.$redoStack},e.prototype.$prettyPrint=function(e){return e?l(e):l(this.$undoStack)+"\n---\n"+l(this.$redoStack)},e}();s.prototype.hasUndo=s.prototype.canUndo,s.prototype.hasRedo=s.prototype.canRedo,s.prototype.isClean=s.prototype.isAtBookmark,s.prototype.markClean=s.prototype.bookmark;var o=e("./range").Range,n=o.comparePoints;function i(e){return{row:e.row,column:e.column}}function l(e){if(e=e||this,Array.isArray(e))return e.map(l).join("\n");var t="";return e.action?(t="insert"==e.action?"+":"-",t+="["+e.lines+"]"):e.value&&(t=Array.isArray(e.value)?e.value.map(r).join("\n"):r(e.value)),e.start&&(t+=r(e)),(e.id||e.rev)&&(t+="\t("+(e.id||e.rev)+")"),t}function r(e){return e.start.row+":"+e.start.column+"=>"+e.end.row+":"+e.end.column}function c(e,t){var a="insert"==e.action,s="insert"==t.action;if(a&&s)if(n(t.start,e.end)>=0)p(t,e,-1);else{if(!(n(t.start,e.start)<=0))return null;p(e,t,1)}else if(a&&!s)if(n(t.start,e.end)>=0)p(t,e,-1);else{if(!(n(t.end,e.start)<=0))return null;p(e,t,-1)}else if(!a&&s)if(n(t.start,e.start)>=0)p(t,e,1);else{if(!(n(t.start,e.start)<=0))return null;p(e,t,1)}else if(!a&&!s)if(n(t.start,e.start)>=0)p(t,e,1);else{if(!(n(t.end,e.start)<=0))return null;p(e,t,-1)}return[t,e]}function d(e,t){for(var a=e.length;a--;)for(var s=0;s<t.length;s++)if(!c(e[a],t[s])){for(;a<e.length;){for(;s--;)c(t[s],e[a]);s=t.length,a++}return[e,t]}return e.selectionBefore=t.selectionBefore=e.selectionAfter=t.selectionAfter=null,[t,e]}function h(e,t){var a="insert"==e.action,s="insert"==t.action;if(a&&s)n(e.start,t.start)<0?p(t,e,1):p(e,t,1);else if(a&&!s)n(e.start,t.end)>=0?p(e,t,-1):(n(e.start,t.start)<=0||p(e,o.fromPoints(t.start,e.start),-1),p(t,e,1));else if(!a&&s)n(t.start,e.end)>=0?p(t,e,-1):(n(t.start,e.start)<=0||p(t,o.fromPoints(e.start,t.start),-1),p(e,t,1));else if(!a&&!s)if(n(t.start,e.end)>=0)p(t,e,-1);else{var i,l;if(!(n(t.end,e.start)<=0))return n(e.start,t.start)<0&&(i=e,e=u(e,t.start)),n(e.end,t.end)>0&&(l=u(e,t.end)),g(t.end,e.start,e.end,-1),l&&!i&&(e.lines=l.lines,e.start=l.start,e.end=l.end,l=e),[t,i,l].filter(Boolean);p(e,t,-1)}return[t,e]}function p(e,t,a){g(e.start,t.start,t.end,a),g(e.end,t.start,t.end,a)}function g(e,t,a,s){e.row==(1==s?t:a).row&&(e.column+=s*(a.column-t.column)),e.row+=s*(a.row-t.row)}function u(e,t){var a=e.lines,s=e.end;e.end=i(t);var o=e.end.row-e.start.row,n=a.splice(o,a.length),l=o?t.column:t.column-e.start.column;return a.push(n[0].substring(0,l)),n[0]=n[0].substr(l),{start:i(t),end:s,lines:n,action:e.action}}function m(e,t){t=function(e){return{start:i(e.start),end:i(e.end),action:e.action,lines:e.lines.slice()}}(t);for(var a=e.length;a--;){for(var s=e[a],o=0;o<s.length;o++){var n=h(s[o],t);t=n[0],2!=n.length&&(n[2]?(s.splice(o+1,1,n[1],n[2]),o++):n[1]||(s.splice(o,1),o--))}s.length||e.splice(a,1)}return e}o.comparePoints,t.UndoManager=s})),ace.define("ace/edit_session/fold_line",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../range").Range,o=function(){function e(e,t){this.foldData=e,Array.isArray(t)?this.folds=t:t=this.folds=[t];var a=t[t.length-1];this.range=new s(t[0].start.row,t[0].start.column,a.end.row,a.end.column),this.start=this.range.start,this.end=this.range.end,this.folds.forEach((function(e){e.setFoldLine(this)}),this)}return e.prototype.shiftRow=function(e){this.start.row+=e,this.end.row+=e,this.folds.forEach((function(t){t.start.row+=e,t.end.row+=e}))},e.prototype.addFold=function(e){if(e.sameRow){if(e.start.row<this.startRow||e.endRow>this.endRow)throw new Error("Can't add a fold to this FoldLine as it has no connection");this.folds.push(e),this.folds.sort((function(e,t){return-e.range.compareEnd(t.start.row,t.start.column)})),this.range.compareEnd(e.start.row,e.start.column)>0?(this.end.row=e.end.row,this.end.column=e.end.column):this.range.compareStart(e.end.row,e.end.column)<0&&(this.start.row=e.start.row,this.start.column=e.start.column)}else if(e.start.row==this.end.row)this.folds.push(e),this.end.row=e.end.row,this.end.column=e.end.column;else{if(e.end.row!=this.start.row)throw new Error("Trying to add fold to FoldRow that doesn't have a matching row");this.folds.unshift(e),this.start.row=e.start.row,this.start.column=e.start.column}e.foldLine=this},e.prototype.containsRow=function(e){return e>=this.start.row&&e<=this.end.row},e.prototype.walk=function(e,t,a){var s,o,n=0,i=this.folds,l=!0;null==t&&(t=this.end.row,a=this.end.column);for(var r=0;r<i.length;r++){if(-1==(o=(s=i[r]).range.compareStart(t,a)))return void e(null,t,a,n,l);if(!e(null,s.start.row,s.start.column,n,l)&&e(s.placeholder,s.start.row,s.start.column,n)||0===o)return;l=!s.sameRow,n=s.end.column}e(null,t,a,n,l)},e.prototype.getNextFoldTo=function(e,t){for(var a,s,o=0;o<this.folds.length;o++){if(-1==(s=(a=this.folds[o]).range.compareEnd(e,t)))return{fold:a,kind:"after"};if(0===s)return{fold:a,kind:"inside"}}return null},e.prototype.addRemoveChars=function(e,t,a){var s,o,n=this.getNextFoldTo(e,t);if(n)if(s=n.fold,"inside"==n.kind&&s.start.column!=t&&s.start.row!=e)window.console&&window.console.log(e,t,s);else if(s.start.row==e){var i=(o=this.folds).indexOf(s);for(0===i&&(this.start.column+=a);i<o.length;i++){if((s=o[i]).start.column+=a,!s.sameRow)return;s.end.column+=a}this.end.column+=a}},e.prototype.split=function(t,a){var s=this.getNextFoldTo(t,a);if(!s||"inside"==s.kind)return null;var o=s.fold,n=this.folds,i=this.foldData,l=n.indexOf(o),r=n[l-1];this.end.row=r.end.row,this.end.column=r.end.column;var c=new e(i,n=n.splice(l,n.length-l));return i.splice(i.indexOf(this)+1,0,c),c},e.prototype.merge=function(e){for(var t=e.folds,a=0;a<t.length;a++)this.addFold(t[a]);var s=this.foldData;s.splice(s.indexOf(e),1)},e.prototype.toString=function(){var e=[this.range.toString()+": ["];return this.folds.forEach((function(t){e.push(" "+t.toString())})),e.push("]"),e.join("\n")},e.prototype.idxToPosition=function(e){for(var t=0,a=0;a<this.folds.length;a++){var s=this.folds[a];if((e-=s.start.column-t)<0)return{row:s.start.row,column:s.start.column+e};if((e-=s.placeholder.length)<0)return s.start;t=s.end.column}return{row:this.end.row,column:this.end.column+e}},e}();t.FoldLine=o})),ace.define("ace/range_list",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("./range").Range.comparePoints,o=function(){function e(){this.ranges=[],this.$bias=1}return e.prototype.pointIndex=function(e,t,a){for(var o=this.ranges,n=a||0;n<o.length;n++){var i=o[n],l=s(e,i.end);if(!(l>0)){var r=s(e,i.start);return 0===l?t&&0!==r?-n-2:n:r>0||0===r&&!t?n:-n-1}}return-n-1},e.prototype.add=function(e){var t=!e.isEmpty(),a=this.pointIndex(e.start,t);a<0&&(a=-a-1);var s=this.pointIndex(e.end,t,a);return s<0?s=-s-1:s++,this.ranges.splice(a,s-a,e)},e.prototype.addList=function(e){for(var t=[],a=e.length;a--;)t.push.apply(t,this.add(e[a]));return t},e.prototype.substractPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges.splice(t,1)},e.prototype.merge=function(){for(var e,t=[],a=this.ranges,o=(a=a.sort((function(e,t){return s(e.start,t.start)})))[0],n=1;n<a.length;n++){e=o,o=a[n];var i=s(e.end,o.start);i<0||(0!=i||e.isEmpty()||o.isEmpty())&&(s(e.end,o.end)<0&&(e.end.row=o.end.row,e.end.column=o.end.column),a.splice(n,1),t.push(o),o=e,n--)}return this.ranges=a,t},e.prototype.contains=function(e,t){return this.pointIndex({row:e,column:t})>=0},e.prototype.containsPoint=function(e){return this.pointIndex(e)>=0},e.prototype.rangeAtPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges[t]},e.prototype.clipRows=function(e,t){var a=this.ranges;if(a[0].start.row>t||a[a.length-1].start.row<e)return[];var s=this.pointIndex({row:e,column:0});s<0&&(s=-s-1);var o=this.pointIndex({row:t,column:0},s);o<0&&(o=-o-1);for(var n=[],i=s;i<o;i++)n.push(a[i]);return n},e.prototype.removeAll=function(){return this.ranges.splice(0,this.ranges.length)},e.prototype.attach=function(e){this.session&&this.detach(),this.session=e,this.onChange=this.$onChange.bind(this),this.session.on("change",this.onChange)},e.prototype.detach=function(){this.session&&(this.session.removeListener("change",this.onChange),this.session=null)},e.prototype.$onChange=function(e){for(var t=e.start,a=e.end,s=t.row,o=a.row,n=this.ranges,i=0,l=n.length;i<l&&!((d=n[i]).end.row>=s);i++);if("insert"==e.action){for(var r=o-s,c=-t.column+a.column;i<l&&!((d=n[i]).start.row>s);i++)if(d.start.row==s&&d.start.column>=t.column&&(d.start.column==t.column&&this.$bias<=0||(d.start.column+=c,d.start.row+=r)),d.end.row==s&&d.end.column>=t.column){if(d.end.column==t.column&&this.$bias<0)continue;d.end.column==t.column&&c>0&&i<l-1&&d.end.column>d.start.column&&d.end.column==n[i+1].start.column&&(d.end.column-=c),d.end.column+=c,d.end.row+=r}}else for(r=s-o,c=t.column-a.column;i<l&&!((d=n[i]).start.row>o);i++)d.end.row<o&&(s<d.end.row||s==d.end.row&&t.column<d.end.column)?(d.end.row=s,d.end.column=t.column):d.end.row==o?d.end.column<=a.column?(r||d.end.column>t.column)&&(d.end.column=t.column,d.end.row=t.row):(d.end.column+=c,d.end.row+=r):d.end.row>o&&(d.end.row+=r),d.start.row<o&&(s<d.start.row||s==d.start.row&&t.column<d.start.column)?(d.start.row=s,d.start.column=t.column):d.start.row==o?d.start.column<=a.column?(r||d.start.column>t.column)&&(d.start.column=t.column,d.start.row=t.row):(d.start.column+=c,d.start.row+=r):d.start.row>o&&(d.start.row+=r);if(0!=r&&i<l)for(;i<l;i++){var d;(d=n[i]).start.row+=r,d.end.row+=r}},e}();o.prototype.comparePoints=s,t.RangeList=o})),ace.define("ace/edit_session/fold",["require","exports","module","ace/range_list"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=function(e){function t(t,a){var s=e.call(this)||this;return s.foldLine=null,s.placeholder=a,s.range=t,s.start=t.start,s.end=t.end,s.sameRow=t.start.row==t.end.row,s.subFolds=s.ranges=[],s}return o(t,e),t.prototype.toString=function(){return'"'+this.placeholder+'" '+this.range.toString()},t.prototype.setFoldLine=function(e){this.foldLine=e,this.subFolds.forEach((function(t){t.setFoldLine(e)}))},t.prototype.clone=function(){var e=new t(this.range.clone(),this.placeholder);return this.subFolds.forEach((function(t){e.subFolds.push(t.clone())})),e.collapseChildren=this.collapseChildren,e},t.prototype.addSubFold=function(e){if(!this.range.isEqual(e)){var t,a;t=e,a=this.start,i(t.start,a),i(t.end,a);for(var s=e.start.row,o=e.start.column,n=0,l=-1;n<this.subFolds.length&&1==(l=this.subFolds[n].range.compare(s,o));n++);var r=this.subFolds[n],c=0;if(0==l){if(r.range.containsRange(e))return r.addSubFold(e);c=1}s=e.range.end.row,o=e.range.end.column;var d=n;for(l=-1;d<this.subFolds.length&&1==(l=this.subFolds[d].range.compare(s,o));d++);0==l&&d++;for(var h=this.subFolds.splice(n,d-n,e),p=0==l?h.length-1:h.length,g=c;g<p;g++)e.addSubFold(h[g]);return e.setFoldLine(this.foldLine),e}},t.prototype.restoreRange=function(e){return function(e,t){l(e.start,t),l(e.end,t)}(e,this.start)},t}(e("../range_list").RangeList);function i(e,t){e.row-=t.row,0==e.row&&(e.column-=t.column)}function l(e,t){0==e.row&&(e.column+=t.column),e.row+=t.row}t.Fold=n})),ace.define("ace/edit_session/folding",["require","exports","module","ace/range","ace/edit_session/fold_line","ace/edit_session/fold","ace/token_iterator","ace/mouse/mouse_event"],(function(e,t,a){"use strict";var s=e("../range").Range,o=e("./fold_line").FoldLine,n=e("./fold").Fold,i=e("../token_iterator").TokenIterator,l=e("../mouse/mouse_event").MouseEvent;t.Folding=function(){this.getFoldAt=function(e,t,a){var s=this.getFoldLine(e);if(!s)return null;for(var o=s.folds,n=0;n<o.length;n++){var i=o[n].range;if(i.contains(e,t)){if(1==a&&i.isEnd(e,t)&&!i.isEmpty())continue;if(-1==a&&i.isStart(e,t)&&!i.isEmpty())continue;return o[n]}}},this.getFoldsInRange=function(e){var t=e.start,a=e.end,s=this.$foldData,o=[];t.column+=1,a.column-=1;for(var n=0;n<s.length;n++){var i=s[n].range.compareRange(e);if(2!=i){if(-2==i)break;for(var l=s[n].folds,r=0;r<l.length;r++){var c=l[r];if(-2==(i=c.range.compareRange(e)))break;if(2!=i){if(42==i)break;o.push(c)}}}}return t.column-=1,a.column+=1,o},this.getFoldsInRangeList=function(e){if(Array.isArray(e)){var t=[];e.forEach((function(e){t=t.concat(this.getFoldsInRange(e))}),this)}else t=this.getFoldsInRange(e);return t},this.getAllFolds=function(){for(var e=[],t=this.$foldData,a=0;a<t.length;a++)for(var s=0;s<t[a].folds.length;s++)e.push(t[a].folds[s]);return e},this.getFoldStringAt=function(e,t,a,s){if(!(s=s||this.getFoldLine(e)))return null;for(var o,n,i={end:{column:0}},l=0;l<s.folds.length;l++){var r=(n=s.folds[l]).range.compareEnd(e,t);if(-1==r){o=this.getLine(n.start.row).substring(i.end.column,n.start.column);break}if(0===r)return null;i=n}return o||(o=this.getLine(n.start.row).substring(i.end.column)),-1==a?o.substring(0,t-i.end.column):1==a?o.substring(t-i.end.column):o},this.getFoldLine=function(e,t){var a=this.$foldData,s=0;for(t&&(s=a.indexOf(t)),-1==s&&(s=0);s<a.length;s++){var o=a[s];if(o.start.row<=e&&o.end.row>=e)return o;if(o.end.row>e)return null}return null},this.getNextFoldLine=function(e,t){var a=this.$foldData,s=0;for(t&&(s=a.indexOf(t)),-1==s&&(s=0);s<a.length;s++){var o=a[s];if(o.end.row>=e)return o}return null},this.getFoldedRowCount=function(e,t){for(var a=this.$foldData,s=t-e+1,o=0;o<a.length;o++){var n=a[o],i=n.end.row,l=n.start.row;if(i>=t){l<t&&(l>=e?s-=t-l:s=0);break}i>=e&&(s-=l>=e?i-l:i-e+1)}return s},this.$addFoldLine=function(e){return this.$foldData.push(e),this.$foldData.sort((function(e,t){return e.start.row-t.start.row})),e},this.addFold=function(e,t){var a,s=this.$foldData,i=!1;e instanceof n?a=e:(a=new n(t,e)).collapseChildren=t.collapseChildren,this.$clipRangeToDocument(a.range);var l=a.start.row,r=a.start.column,c=a.end.row,d=a.end.column,h=this.getFoldAt(l,r,1),p=this.getFoldAt(c,d,-1);if(h&&p==h)return h.addSubFold(a);h&&!h.range.isStart(l,r)&&this.removeFold(h),p&&!p.range.isEnd(c,d)&&this.removeFold(p);var g=this.getFoldsInRange(a.range);g.length>0&&(this.removeFolds(g),a.collapseChildren||g.forEach((function(e){a.addSubFold(e)})));for(var u=0;u<s.length;u++){var m=s[u];if(c==m.start.row){m.addFold(a),i=!0;break}if(l==m.end.row){if(m.addFold(a),i=!0,!a.sameRow){var v=s[u+1];if(v&&v.start.row==c){m.merge(v);break}}break}if(c<=m.start.row)break}return i||(m=this.$addFoldLine(new o(this.$foldData,a))),this.$useWrapMode?this.$updateWrapData(m.start.row,m.start.row):this.$updateRowLengthCache(m.start.row,m.start.row),this.$modified=!0,this._signal("changeFold",{data:a,action:"add"}),a},this.addFolds=function(e){e.forEach((function(e){this.addFold(e)}),this)},this.removeFold=function(e){var t=e.foldLine,a=t.start.row,s=t.end.row,o=this.$foldData,n=t.folds;if(1==n.length)o.splice(o.indexOf(t),1);else if(t.range.isEnd(e.end.row,e.end.column))n.pop(),t.end.row=n[n.length-1].end.row,t.end.column=n[n.length-1].end.column;else if(t.range.isStart(e.start.row,e.start.column))n.shift(),t.start.row=n[0].start.row,t.start.column=n[0].start.column;else if(e.sameRow)n.splice(n.indexOf(e),1);else{var i=t.split(e.start.row,e.start.column);(n=i.folds).shift(),i.start.row=n[0].start.row,i.start.column=n[0].start.column}this.$updating||(this.$useWrapMode?this.$updateWrapData(a,s):this.$updateRowLengthCache(a,s)),this.$modified=!0,this._signal("changeFold",{data:e,action:"remove"})},this.removeFolds=function(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a]);t.forEach((function(e){this.removeFold(e)}),this),this.$modified=!0},this.expandFold=function(e){this.removeFold(e),e.subFolds.forEach((function(t){e.restoreRange(t),this.addFold(t)}),this),e.collapseChildren>0&&this.foldAll(e.start.row+1,e.end.row,e.collapseChildren-1),e.subFolds=[]},this.expandFolds=function(e){e.forEach((function(e){this.expandFold(e)}),this)},this.unfold=function(e,t){var a,o;if(null==e)a=new s(0,0,this.getLength(),0),null==t&&(t=!0);else if("number"==typeof e)a=new s(e,0,e,this.getLine(e).length);else if("row"in e)a=s.fromPoints(e,e);else{if(Array.isArray(e))return o=[],e.forEach((function(e){o=o.concat(this.unfold(e))}),this),o;a=e}for(var n=o=this.getFoldsInRangeList(a);1==o.length&&s.comparePoints(o[0].start,a.start)<0&&s.comparePoints(o[0].end,a.end)>0;)this.expandFolds(o),o=this.getFoldsInRangeList(a);if(0!=t?this.removeFolds(o):this.expandFolds(o),n.length)return n},this.isRowFolded=function(e,t){return!!this.getFoldLine(e,t)},this.getRowFoldEnd=function(e,t){var a=this.getFoldLine(e,t);return a?a.end.row:e},this.getRowFoldStart=function(e,t){var a=this.getFoldLine(e,t);return a?a.start.row:e},this.getFoldDisplayLine=function(e,t,a,s,o){null==s&&(s=e.start.row),null==o&&(o=0),null==t&&(t=e.end.row),null==a&&(a=this.getLine(t).length);var n=this.doc,i="";return e.walk((function(e,t,a,l){if(!(t<s)){if(t==s){if(a<o)return;l=Math.max(o,l)}i+=null!=e?e:n.getLine(t).substring(l,a)}}),t,a),i},this.getDisplayLine=function(e,t,a,s){var o,n=this.getFoldLine(e);return n?this.getFoldDisplayLine(n,e,t,a,s):(o=this.doc.getLine(e)).substring(s||0,t||o.length)},this.$cloneFoldData=function(){var e=[];return e=this.$foldData.map((function(t){var a=t.folds.map((function(e){return e.clone()}));return new o(e,a)}))},this.toggleFold=function(e){var t,a,s=this.selection.getRange();if(s.isEmpty()){var o=s.start;if(t=this.getFoldAt(o.row,o.column))return void this.expandFold(t);(a=this.findMatchingBracket(o))?1==s.comparePoint(a)?s.end=a:(s.start=a,s.start.column++,s.end.column--):(a=this.findMatchingBracket({row:o.row,column:o.column+1}))?(1==s.comparePoint(a)?s.end=a:s.start=a,s.start.column++):s=this.getCommentFoldRange(o.row,o.column)||s}else{var n=this.getFoldsInRange(s);if(e&&n.length)return void this.expandFolds(n);1==n.length&&(t=n[0])}if(t||(t=this.getFoldAt(s.start.row,s.start.column)),t&&t.range.toString()==s.toString())this.expandFold(t);else{var i="...";if(!s.isMultiLine()){if((i=this.getTextRange(s)).length<4)return;i=i.trim().substring(0,2)+".."}this.addFold(i,s)}},this.getCommentFoldRange=function(e,t,a){var o=new i(this,e,t),n=o.getCurrentToken(),l=n&&n.type;if(n&&/^comment|string/.test(l)){"comment"==(l=l.match(/comment|string/)[0])&&(l+="|doc-start|\\.doc");var r=new RegExp(l),c=new s;if(1!=a){do{n=o.stepBackward()}while(n&&r.test(n.type));n=o.stepForward()}c.start.row=o.getCurrentTokenRow(),c.start.column=o.getCurrentTokenColumn()+n.value.length,o=new i(this,e,t);var d=this.getState(o.$row);if(-1!=a){var h=-1;do{if(n=o.stepForward(),-1==h){var p=this.getState(o.$row);d.toString()!==p.toString()&&(h=o.$row)}else if(o.$row>h)break}while(n&&r.test(n.type));n=o.stepBackward()}else n=o.getCurrentToken();return c.end.row=o.getCurrentTokenRow(),c.end.column=o.getCurrentTokenColumn(),c}},this.foldAll=function(e,t,a,s){null==a&&(a=1e5);var o=this.foldWidgets;if(o){t=t||this.getLength();for(var n=e=e||0;n<t;n++)if(null==o[n]&&(o[n]=this.getFoldWidget(n)),"start"==o[n]&&(!s||s(n))){var i=this.getFoldWidgetRange(n);i&&i.isMultiLine()&&i.end.row<=t&&i.start.row>=e&&(n=i.end.row,i.collapseChildren=a,this.addFold("...",i))}}},this.foldToLevel=function(e){for(this.foldAll();e-- >0;)this.unfold(null,!1)},this.foldAllComments=function(){var e=this;this.foldAll(null,null,null,(function(t){for(var a=e.getTokens(t),s=0;s<a.length;s++){var o=a[s];if("text"!=o.type||!/^\s+$/.test(o.value))return!!/comment/.test(o.type)}}))},this.$foldStyles={manual:1,markbegin:1,markbeginend:1},this.$foldStyle="markbegin",this.setFoldStyle=function(e){if(!this.$foldStyles[e])throw new Error("invalid fold style: "+e+"["+Object.keys(this.$foldStyles).join(", ")+"]");if(this.$foldStyle!=e){this.$foldStyle=e,"manual"==e&&this.unfold();var t=this.$foldMode;this.$setFolding(null),this.$setFolding(t)}},this.$setFolding=function(e){this.$foldMode!=e&&(this.$foldMode=e,this.off("change",this.$updateFoldWidgets),this.off("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets),this._signal("changeAnnotation"),e&&"manual"!=this.$foldStyle?(this.foldWidgets=[],this.getFoldWidget=e.getFoldWidget.bind(e,this,this.$foldStyle),this.getFoldWidgetRange=e.getFoldWidgetRange.bind(e,this,this.$foldStyle),this.$updateFoldWidgets=this.updateFoldWidgets.bind(this),this.$tokenizerUpdateFoldWidgets=this.tokenizerUpdateFoldWidgets.bind(this),this.on("change",this.$updateFoldWidgets),this.on("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets)):this.foldWidgets=null)},this.getParentFoldRangeData=function(e,t){var a=this.foldWidgets;if(!a||t&&a[e])return{};for(var s,o=e-1;o>=0;){var n=a[o];if(null==n&&(n=a[o]=this.getFoldWidget(o)),"start"==n){var i=this.getFoldWidgetRange(o);if(s||(s=i),i&&i.end.row>=e)break}o--}return{range:-1!==o&&i,firstRange:s}},this.onFoldWidgetClick=function(e,t){t instanceof l&&(t=t.domEvent);var a={children:t.shiftKey,all:t.ctrlKey||t.metaKey,siblings:t.altKey};if(!this.$toggleFoldWidget(e,a)){var s=t.target||t.srcElement;s&&/ace_fold-widget/.test(s.className)&&(s.className+=" ace_invalid")}},this.$toggleFoldWidget=function(e,t){if(this.getFoldWidget){var a=this.getFoldWidget(e),s=this.getLine(e),o="end"===a?-1:1,n=this.getFoldAt(e,-1===o?0:s.length,o);if(n)return t.children||t.all?this.removeFold(n):this.expandFold(n),n;var i=this.getFoldWidgetRange(e,!0);if(i&&!i.isMultiLine()&&(n=this.getFoldAt(i.start.row,i.start.column,1))&&i.isEqual(n.range))return this.removeFold(n),n;if(t.siblings){var l=this.getParentFoldRangeData(e);if(l.range)var r=l.range.start.row+1,c=l.range.end.row;this.foldAll(r,c,t.all?1e4:0)}else t.children?(c=i?i.end.row:this.getLength(),this.foldAll(e+1,c,t.all?1e4:0)):i&&(t.all&&(i.collapseChildren=1e4),this.addFold("...",i));return i}},this.toggleFoldWidget=function(e){var t=this.selection.getCursor().row;t=this.getRowFoldStart(t);var a=this.$toggleFoldWidget(t,{});if(!a){var s=this.getParentFoldRangeData(t,!0);if(a=s.range||s.firstRange){t=a.start.row;var o=this.getFoldAt(t,this.getLine(t).length,1);o?this.removeFold(o):this.addFold("...",a)}}},this.updateFoldWidgets=function(e){var t=e.start.row,a=e.end.row-t;if(0===a)this.foldWidgets[t]=null;else if("remove"==e.action)this.foldWidgets.splice(t,a+1,null);else{var s=Array(a+1);s.unshift(t,1),this.foldWidgets.splice.apply(this.foldWidgets,s)}},this.tokenizerUpdateFoldWidgets=function(e){var t=e.data;t.first!=t.last&&this.foldWidgets.length>t.first&&this.foldWidgets.splice(t.first,this.foldWidgets.length)}}})),ace.define("ace/edit_session/bracket_match",["require","exports","module","ace/token_iterator","ace/range"],(function(e,t,a){"use strict";var s=e("../token_iterator").TokenIterator,o=e("../range").Range;t.BracketMatch=function(){this.findMatchingBracket=function(e,t){if(0==e.column)return null;var a=t||this.getLine(e.row).charAt(e.column-1);if(""==a)return null;var s=a.match(/([\(\[\{])|([\)\]\}])/);return s?s[1]?this.$findClosingBracket(s[1],e):this.$findOpeningBracket(s[2],e):null},this.getBracketRange=function(e){var t,a=this.getLine(e.row),s=!0,n=a.charAt(e.column-1),i=n&&n.match(/([\(\[\{])|([\)\]\}])/);if(i||(n=a.charAt(e.column),e={row:e.row,column:e.column+1},i=n&&n.match(/([\(\[\{])|([\)\]\}])/),s=!1),!i)return null;if(i[1]){if(!(l=this.$findClosingBracket(i[1],e)))return null;t=o.fromPoints(e,l),s||(t.end.column++,t.start.column--),t.cursor=t.end}else{var l;if(!(l=this.$findOpeningBracket(i[2],e)))return null;t=o.fromPoints(l,e),s||(t.start.column++,t.end.column--),t.cursor=t.start}return t},this.getMatchingBracketRanges=function(e,t){var a=this.getLine(e.row),s=/([\(\[\{])|([\)\]\}])/,n=!t&&a.charAt(e.column-1),i=n&&n.match(s);if(i||(n=(void 0===t||t)&&a.charAt(e.column),e={row:e.row,column:e.column+1},i=n&&n.match(s)),!i)return null;var l=new o(e.row,e.column-1,e.row,e.column),r=i[1]?this.$findClosingBracket(i[1],e):this.$findOpeningBracket(i[2],e);return r?[l,new o(r.row,r.column,r.row,r.column+1)]:[l]},this.$brackets={")":"(","(":")","]":"[","[":"]","{":"}","}":"{","<":">",">":"<"},this.$findOpeningBracket=function(e,t,a){var o=this.$brackets[e],n=1,i=new s(this,t.row,t.column),l=i.getCurrentToken();if(l||(l=i.stepForward()),l){a||(a=new RegExp("(\\.?"+l.type.replace(".","\\.").replace("rparen",".paren").replace(/\b(?:end)\b/,"(?:start|begin|end)").replace(/-close\b/,"-(close|open)")+")+"));for(var r=t.column-i.getCurrentTokenColumn()-2,c=l.value;;){for(;r>=0;){var d=c.charAt(r);if(d==o){if(0==(n-=1))return{row:i.getCurrentTokenRow(),column:r+i.getCurrentTokenColumn()}}else d==e&&(n+=1);r-=1}do{l=i.stepBackward()}while(l&&!a.test(l.type));if(null==l)break;r=(c=l.value).length-1}return null}},this.$findClosingBracket=function(e,t,a){var o=this.$brackets[e],n=1,i=new s(this,t.row,t.column),l=i.getCurrentToken();if(l||(l=i.stepForward()),l){a||(a=new RegExp("(\\.?"+l.type.replace(".","\\.").replace("lparen",".paren").replace(/\b(?:start|begin)\b/,"(?:start|begin|end)").replace(/-open\b/,"-(close|open)")+")+"));for(var r=t.column-i.getCurrentTokenColumn();;){for(var c=l.value,d=c.length;r<d;){var h=c.charAt(r);if(h==o){if(0==(n-=1))return{row:i.getCurrentTokenRow(),column:r+i.getCurrentTokenColumn()}}else h==e&&(n+=1);r+=1}do{l=i.stepForward()}while(l&&!a.test(l.type));if(null==l)break;r=0}return null}},this.getMatchingTags=function(e){var t=new s(this,e.row,e.column),a=this.$findTagName(t);if(a)return"<"===t.stepBackward().value?this.$findClosingTag(t,a):this.$findOpeningTag(t,a)},this.$findTagName=function(e){var t=e.getCurrentToken(),a=!1,s=!1;if(t&&-1===t.type.indexOf("tag-name"))do{(t=s?e.stepBackward():e.stepForward())&&("/>"===t.value?s=!0:-1!==t.type.indexOf("tag-name")&&(a=!0))}while(t&&!a);return t},this.$findClosingTag=function(e,t){var a,s=t.value,n=t.value,i=0,l=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);t=e.stepForward();var r=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+t.value.length),c=!1;do{if(-1!==(a=t).type.indexOf("tag-close")&&!c){var d=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);c=!0}if(t=e.stepForward())if(">"!==t.value||c||(d=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1),c=!0),-1!==t.type.indexOf("tag-name")){if(n===(s=t.value))if("<"===a.value)i++;else if("</"===a.value&&--i<0){e.stepBackward();var h=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+2);t=e.stepForward();var p=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+t.value.length);if(-1===t.type.indexOf("tag-close")&&(t=e.stepForward()),!t||">"!==t.value)return;var g=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1)}}else n===s&&"/>"===t.value&&--i<0&&(g=p=h=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+2),d=new o(r.end.row,r.end.column,r.end.row,r.end.column+1))}while(t&&i>=0);if(l&&d&&h&&g&&r&&p)return{openTag:new o(l.start.row,l.start.column,d.end.row,d.end.column),closeTag:new o(h.start.row,h.start.column,g.end.row,g.end.column),openTagName:r,closeTagName:p}},this.$findOpeningTag=function(e,t){var a=e.getCurrentToken(),s=t.value,n=0,i=e.getCurrentTokenRow(),l=e.getCurrentTokenColumn(),r=l+2,c=new o(i,l,i,r);e.stepForward();var d=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+t.value.length);if(-1===t.type.indexOf("tag-close")&&(t=e.stepForward()),t&&">"===t.value){var h=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);e.stepBackward(),e.stepBackward();do{if(t=a,i=e.getCurrentTokenRow(),r=(l=e.getCurrentTokenColumn())+t.value.length,a=e.stepBackward(),t)if(-1!==t.type.indexOf("tag-name")){if(s===t.value)if("<"===a.value){if(++n>0){var p=new o(i,l,i,r),g=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);do{t=e.stepForward()}while(t&&">"!==t.value);var u=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1)}}else"</"===a.value&&n--}else if("/>"===t.value){for(var m=0,v=a;v;){if(-1!==v.type.indexOf("tag-name")&&v.value===s){n--;break}if("<"===v.value)break;v=e.stepBackward(),m++}for(var b=0;b<m;b++)e.stepForward()}}while(a&&n<=0);return g&&u&&c&&h&&p&&d?{openTag:new o(g.start.row,g.start.column,u.end.row,u.end.column),closeTag:new o(c.start.row,c.start.column,h.end.row,h.end.column),openTagName:p,closeTagName:d}:void 0}}}})),ace.define("ace/edit_session",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/bidihandler","ace/config","ace/lib/event_emitter","ace/selection","ace/mode/text","ace/range","ace/line_widgets","ace/document","ace/background_tokenizer","ace/search_highlight","ace/undomanager","ace/edit_session/folding","ace/edit_session/bracket_match"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/lang"),n=e("./bidihandler").BidiHandler,i=e("./config"),l=e("./lib/event_emitter").EventEmitter,r=e("./selection").Selection,c=e("./mode/text").Mode,d=e("./range").Range,h=e("./line_widgets").LineWidgets,p=e("./document").Document,g=e("./background_tokenizer").BackgroundTokenizer,u=e("./search_highlight").SearchHighlight,m=e("./undomanager").UndoManager,v=function(){function e(t,a){this.doc,this.$breakpoints=[],this.$decorations=[],this.$frontMarkers={},this.$backMarkers={},this.$markerId=1,this.$undoSelect=!0,this.$editor=null,this.prevOp={},this.$foldData=[],this.id="session"+ ++e.$uid,this.$foldData.toString=function(){return this.join("\n")},this.bgTokenizer=new g((new c).getTokenizer(),this);var s=this;this.bgTokenizer.on("update",(function(e){s._signal("tokenizerUpdate",e)})),this.on("changeFold",this.onChangeFold.bind(this)),this.$onChange=this.onChange.bind(this),"object"==typeof t&&t.getLine||(t=new p(t)),this.setDocument(t),this.selection=new r(this),this.$onSelectionChange=this.onSelectionChange.bind(this),this.selection.on("changeSelection",this.$onSelectionChange),this.selection.on("changeCursor",this.$onSelectionChange),this.$bidiHandler=new n(this),i.resetOptions(this),this.setMode(a),i._signal("session",this),this.destroyed=!1,this.$initOperationListeners()}return e.prototype.$initOperationListeners=function(){var e=this;this.curOp=null,this.on("change",(function(){e.curOp||(e.startOperation(),e.curOp.selectionBefore=e.$lastSel),e.curOp.docChanged=!0}),!0),this.on("changeSelection",(function(){e.curOp||(e.startOperation(),e.curOp.selectionBefore=e.$lastSel),e.curOp.selectionChanged=!0}),!0),this.$operationResetTimer=o.delayedCall(this.endOperation.bind(this,!0))},e.prototype.startOperation=function(e){if(this.curOp){if(!e||this.curOp.command)return;this.prevOp=this.curOp}e||(e={}),this.$operationResetTimer.schedule(),this.curOp={command:e.command||{},args:e.args},this.curOp.selectionBefore=this.selection.toJSON(),this._signal("startOperation",e)},e.prototype.endOperation=function(e){if(this.curOp){if(e&&!1===e.returnValue)return this.curOp=null,void this._signal("endOperation",e);if(1==e&&this.curOp.command&&"mouse"==this.curOp.command.name)return;var t=this.selection.toJSON();this.curOp.selectionAfter=t,this.$lastSel=this.selection.toJSON(),this.getUndoManager().addSelection(t),this._signal("beforeEndOperation"),this.prevOp=this.curOp,this.curOp=null,this._signal("endOperation",e)}},e.prototype.setDocument=function(e){this.doc&&this.doc.off("change",this.$onChange),this.doc=e,e.on("change",this.$onChange,!0),this.bgTokenizer.setDocument(this.getDocument()),this.resetCaches()},e.prototype.getDocument=function(){return this.doc},Object.defineProperty(e.prototype,"widgetManager",{get:function(){var e=new h(this);return this.widgetManager=e,this.$editor&&e.attach(this.$editor),e},set:function(e){Object.defineProperty(this,"widgetManager",{writable:!0,enumerable:!0,configurable:!0,value:e})},enumerable:!1,configurable:!0}),e.prototype.$resetRowCache=function(e){if(!e)return this.$docRowCache=[],void(this.$screenRowCache=[]);var t=this.$docRowCache.length,a=this.$getRowCacheIndex(this.$docRowCache,e)+1;t>a&&(this.$docRowCache.splice(a,t),this.$screenRowCache.splice(a,t))},e.prototype.$getRowCacheIndex=function(e,t){for(var a=0,s=e.length-1;a<=s;){var o=a+s>>1,n=e[o];if(t>n)a=o+1;else{if(!(t<n))return o;s=o-1}}return a-1},e.prototype.resetCaches=function(){this.$modified=!0,this.$wrapData=[],this.$rowLengthCache=[],this.$resetRowCache(0),this.destroyed||this.bgTokenizer.start(0)},e.prototype.onChangeFold=function(e){var t=e.data;this.$resetRowCache(t.start.row)},e.prototype.onChange=function(e){this.$modified=!0,this.$bidiHandler.onChange(e),this.$resetRowCache(e.start.row);var t=this.$updateInternalDataOnChange(e);!this.$fromUndo&&this.$undoManager&&(t&&t.length&&(this.$undoManager.add({action:"removeFolds",folds:t},this.mergeUndoDeltas),this.mergeUndoDeltas=!0),this.$undoManager.add(e,this.mergeUndoDeltas),this.mergeUndoDeltas=!0,this.$informUndoManager.schedule()),this.bgTokenizer.$updateOnChange(e),this._signal("change",e)},e.prototype.onSelectionChange=function(){this._signal("changeSelection")},e.prototype.setValue=function(e){this.doc.setValue(e),this.selection.moveTo(0,0),this.$resetRowCache(0),this.setUndoManager(this.$undoManager),this.getUndoManager().reset()},e.fromJSON=function(t){"string"==typeof t&&(t=JSON.parse(t));var a=new m;a.$undoStack=t.history.undo,a.$redoStack=t.history.redo,a.mark=t.history.mark,a.$rev=t.history.rev;var s=new e(t.value);return t.folds.forEach((function(e){s.addFold("...",d.fromPoints(e.start,e.end))})),s.setAnnotations(t.annotations),s.setBreakpoints(t.breakpoints),s.setMode(t.mode),s.setScrollLeft(t.scrollLeft),s.setScrollTop(t.scrollTop),s.setUndoManager(a),s.selection.fromJSON(t.selection),s},e.prototype.toJSON=function(){return{annotations:this.$annotations,breakpoints:this.$breakpoints,folds:this.getAllFolds().map((function(e){return e.range})),history:this.getUndoManager(),mode:this.$mode.$id,scrollLeft:this.$scrollLeft,scrollTop:this.$scrollTop,selection:this.selection.toJSON(),value:this.doc.getValue()}},e.prototype.toString=function(){return this.doc.getValue()},e.prototype.getSelection=function(){return this.selection},e.prototype.getState=function(e){return this.bgTokenizer.getState(e)},e.prototype.getTokens=function(e){return this.bgTokenizer.getTokens(e)},e.prototype.getTokenAt=function(e,t){var a,s=this.bgTokenizer.getTokens(e),o=0;if(null==t){var n=s.length-1;o=this.getLine(e).length}else for(n=0;n<s.length&&!((o+=s[n].value.length)>=t);n++);return(a=s[n])?(a.index=n,a.start=o-a.value.length,a):null},e.prototype.setUndoManager=function(e){if(this.$undoManager=e,this.$informUndoManager&&this.$informUndoManager.cancel(),e){var t=this;e.addSession(this),this.$syncInformUndoManager=function(){t.$informUndoManager.cancel(),t.mergeUndoDeltas=!1},this.$informUndoManager=o.delayedCall(this.$syncInformUndoManager)}else this.$syncInformUndoManager=function(){}},e.prototype.markUndoGroup=function(){this.$syncInformUndoManager&&this.$syncInformUndoManager()},e.prototype.getUndoManager=function(){return this.$undoManager||this.$defaultUndoManager},e.prototype.getTabString=function(){return this.getUseSoftTabs()?o.stringRepeat(" ",this.getTabSize()):"\t"},e.prototype.setUseSoftTabs=function(e){this.setOption("useSoftTabs",e)},e.prototype.getUseSoftTabs=function(){return this.$useSoftTabs&&!this.$mode.$indentWithTabs},e.prototype.setTabSize=function(e){this.setOption("tabSize",e)},e.prototype.getTabSize=function(){return this.$tabSize},e.prototype.isTabStop=function(e){return this.$useSoftTabs&&e.column%this.$tabSize==0},e.prototype.setNavigateWithinSoftTabs=function(e){this.setOption("navigateWithinSoftTabs",e)},e.prototype.getNavigateWithinSoftTabs=function(){return this.$navigateWithinSoftTabs},e.prototype.setOverwrite=function(e){this.setOption("overwrite",e)},e.prototype.getOverwrite=function(){return this.$overwrite},e.prototype.toggleOverwrite=function(){this.setOverwrite(!this.$overwrite)},e.prototype.addGutterDecoration=function(e,t){this.$decorations[e]||(this.$decorations[e]=""),this.$decorations[e]+=" "+t,this._signal("changeBreakpoint",{})},e.prototype.removeGutterDecoration=function(e,t){this.$decorations[e]=(this.$decorations[e]||"").replace(" "+t,""),this._signal("changeBreakpoint",{})},e.prototype.getBreakpoints=function(){return this.$breakpoints},e.prototype.setBreakpoints=function(e){this.$breakpoints=[];for(var t=0;t<e.length;t++)this.$breakpoints[e[t]]="ace_breakpoint";this._signal("changeBreakpoint",{})},e.prototype.clearBreakpoints=function(){this.$breakpoints=[],this._signal("changeBreakpoint",{})},e.prototype.setBreakpoint=function(e,t){void 0===t&&(t="ace_breakpoint"),t?this.$breakpoints[e]=t:delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},e.prototype.clearBreakpoint=function(e){delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},e.prototype.addMarker=function(e,t,a,s){var o=this.$markerId++,n={range:e,type:a||"line",renderer:"function"==typeof a?a:null,clazz:t,inFront:!!s,id:o};return s?(this.$frontMarkers[o]=n,this._signal("changeFrontMarker")):(this.$backMarkers[o]=n,this._signal("changeBackMarker")),o},e.prototype.addDynamicMarker=function(e,t){if(e.update){var a=this.$markerId++;return e.id=a,e.inFront=!!t,t?(this.$frontMarkers[a]=e,this._signal("changeFrontMarker")):(this.$backMarkers[a]=e,this._signal("changeBackMarker")),e}},e.prototype.removeMarker=function(e){var t=this.$frontMarkers[e]||this.$backMarkers[e];t&&(delete(t.inFront?this.$frontMarkers:this.$backMarkers)[e],this._signal(t.inFront?"changeFrontMarker":"changeBackMarker"))},e.prototype.getMarkers=function(e){return e?this.$frontMarkers:this.$backMarkers},e.prototype.highlight=function(e){if(!this.$searchHighlight){var t=new u(null,"ace_selected-word","text");this.$searchHighlight=this.addDynamicMarker(t)}this.$searchHighlight.setRegexp(e)},e.prototype.highlightLines=function(e,t,a,s){"number"!=typeof t&&(a=t,t=e),a||(a="ace_step");var o=new d(e,0,t,1/0);return o.id=this.addMarker(o,a,"fullLine",s),o},e.prototype.setAnnotations=function(e){this.$annotations=e,this._signal("changeAnnotation",{})},e.prototype.getAnnotations=function(){return this.$annotations||[]},e.prototype.clearAnnotations=function(){this.setAnnotations([])},e.prototype.$detectNewLine=function(e){var t=e.match(/^.*?(\r?\n)/m);this.$autoNewLine=t?t[1]:"\n"},e.prototype.getWordRange=function(e,t){var a=this.getLine(e),s=!1;if(t>0&&(s=!!a.charAt(t-1).match(this.tokenRe)),s||(s=!!a.charAt(t).match(this.tokenRe)),s)var o=this.tokenRe;else o=/^\s+$/.test(a.slice(t-1,t+1))?/\s/:this.nonTokenRe;var n=t;if(n>0){do{n--}while(n>=0&&a.charAt(n).match(o));n++}for(var i=t;i<a.length&&a.charAt(i).match(o);)i++;return new d(e,n,e,i)},e.prototype.getAWordRange=function(e,t){for(var a=this.getWordRange(e,t),s=this.getLine(a.end.row);s.charAt(a.end.column).match(/[ \t]/);)a.end.column+=1;return a},e.prototype.setNewLineMode=function(e){this.doc.setNewLineMode(e)},e.prototype.getNewLineMode=function(){return this.doc.getNewLineMode()},e.prototype.setUseWorker=function(e){this.setOption("useWorker",e)},e.prototype.getUseWorker=function(){return this.$useWorker},e.prototype.onReloadTokenizer=function(e){var t=e.data;this.bgTokenizer.start(t.first),this._signal("tokenizerUpdate",e)},e.prototype.setMode=function(e,t){if(e&&"object"==typeof e){if(e.getTokenizer)return this.$onChangeMode(e);var a=e,s=a.path}else s=e||"ace/mode/text";if(this.$modes["ace/mode/text"]||(this.$modes["ace/mode/text"]=new c),this.$modes[s]&&!a)return this.$onChangeMode(this.$modes[s]),void(t&&t());this.$modeId=s,i.loadModule(["mode",s],function(e){if(!this.destroyed){if(this.$modeId!==s)return t&&t();this.$modes[s]&&!a?this.$onChangeMode(this.$modes[s]):e&&e.Mode&&(e=new e.Mode(a),a||(this.$modes[s]=e,e.$id=s),this.$onChangeMode(e)),t&&t()}}.bind(this)),this.$mode||this.$onChangeMode(this.$modes["ace/mode/text"],!0)},e.prototype.$onChangeMode=function(e,t){if(t||(this.$modeId=e.$id),this.$mode!==e){var a=this.$mode;this.$mode=e,this.$stopWorker(),this.$useWorker&&this.$startWorker();var s=e.getTokenizer();if(void 0!==s.on){var o=this.onReloadTokenizer.bind(this);s.on("update",o)}this.bgTokenizer.setTokenizer(s),this.bgTokenizer.setDocument(this.getDocument()),this.tokenRe=e.tokenRe,this.nonTokenRe=e.nonTokenRe,t||(e.attachToSession&&e.attachToSession(this),this.$options.wrapMethod.set.call(this,this.$wrapMethod),this.$setFolding(e.foldingRules),this.bgTokenizer.start(0),this._emit("changeMode",{oldMode:a,mode:e}))}},e.prototype.$stopWorker=function(){this.$worker&&(this.$worker.terminate(),this.$worker=null)},e.prototype.$startWorker=function(){try{this.$worker=this.$mode.createWorker(this)}catch(e){i.warn("Could not load worker",e),this.$worker=null}},e.prototype.getMode=function(){return this.$mode},e.prototype.setScrollTop=function(e){this.$scrollTop===e||isNaN(e)||(this.$scrollTop=e,this._signal("changeScrollTop",e))},e.prototype.getScrollTop=function(){return this.$scrollTop},e.prototype.setScrollLeft=function(e){this.$scrollLeft===e||isNaN(e)||(this.$scrollLeft=e,this._signal("changeScrollLeft",e))},e.prototype.getScrollLeft=function(){return this.$scrollLeft},e.prototype.getScreenWidth=function(){return this.$computeWidth(),this.lineWidgets?Math.max(this.getLineWidgetMaxWidth(),this.screenWidth):this.screenWidth},e.prototype.getLineWidgetMaxWidth=function(){if(null!=this.lineWidgetsWidth)return this.lineWidgetsWidth;var e=0;return this.lineWidgets.forEach((function(t){t&&t.screenWidth>e&&(e=t.screenWidth)})),this.lineWidgetWidth=e},e.prototype.$computeWidth=function(e){if(this.$modified||e){if(this.$modified=!1,this.$useWrapMode)return this.screenWidth=this.$wrapLimit;for(var t=this.doc.getAllLines(),a=this.$rowLengthCache,s=0,o=0,n=this.$foldData[o],i=n?n.start.row:1/0,l=t.length,r=0;r<l;r++){if(r>i){if((r=n.end.row+1)>=l)break;i=(n=this.$foldData[o++])?n.start.row:1/0}null==a[r]&&(a[r]=this.$getStringScreenWidth(t[r])[0]),a[r]>s&&(s=a[r])}this.screenWidth=s}},e.prototype.getLine=function(e){return this.doc.getLine(e)},e.prototype.getLines=function(e,t){return this.doc.getLines(e,t)},e.prototype.getLength=function(){return this.doc.getLength()},e.prototype.getTextRange=function(e){return this.doc.getTextRange(e||this.selection.getRange())},e.prototype.insert=function(e,t){return this.doc.insert(e,t)},e.prototype.remove=function(e){return this.doc.remove(e)},e.prototype.removeFullLines=function(e,t){return this.doc.removeFullLines(e,t)},e.prototype.undoChanges=function(e,t){if(e.length){this.$fromUndo=!0;for(var a=e.length-1;-1!=a;a--){var s=e[a];"insert"==s.action||"remove"==s.action?this.doc.revertDelta(s):s.folds&&this.addFolds(s.folds)}!t&&this.$undoSelect&&(e.selectionBefore?this.selection.fromJSON(e.selectionBefore):this.selection.setRange(this.$getUndoSelection(e,!0))),this.$fromUndo=!1}},e.prototype.redoChanges=function(e,t){if(e.length){this.$fromUndo=!0;for(var a=0;a<e.length;a++){var s=e[a];"insert"!=s.action&&"remove"!=s.action||this.doc.$safeApplyDelta(s)}!t&&this.$undoSelect&&(e.selectionAfter?this.selection.fromJSON(e.selectionAfter):this.selection.setRange(this.$getUndoSelection(e,!1))),this.$fromUndo=!1}},e.prototype.setUndoSelect=function(e){this.$undoSelect=e},e.prototype.$getUndoSelection=function(e,t){function a(e){return t?"insert"!==e.action:"insert"===e.action}for(var s,o,n=0;n<e.length;n++){var i=e[n];i.start&&(s?a(i)?(o=i.start,-1==s.compare(o.row,o.column)&&s.setStart(o),o=i.end,1==s.compare(o.row,o.column)&&s.setEnd(o)):(o=i.start,-1==s.compare(o.row,o.column)&&(s=d.fromPoints(i.start,i.start))):s=a(i)?d.fromPoints(i.start,i.end):d.fromPoints(i.start,i.start))}return s},e.prototype.replace=function(e,t){return this.doc.replace(e,t)},e.prototype.moveText=function(e,t,a){var s=this.getTextRange(e),o=this.getFoldsInRange(e),n=d.fromPoints(t,t);if(!a){this.remove(e);var i=e.start.row-e.end.row;(c=i?-e.end.column:e.start.column-e.end.column)&&(n.start.row==e.end.row&&n.start.column>e.end.column&&(n.start.column+=c),n.end.row==e.end.row&&n.end.column>e.end.column&&(n.end.column+=c)),i&&n.start.row>=e.end.row&&(n.start.row+=i,n.end.row+=i)}if(n.end=this.insert(n.start,s),o.length){var l=e.start,r=n.start,c=(i=r.row-l.row,r.column-l.column);this.addFolds(o.map((function(e){return(e=e.clone()).start.row==l.row&&(e.start.column+=c),e.end.row==l.row&&(e.end.column+=c),e.start.row+=i,e.end.row+=i,e})))}return n},e.prototype.indentRows=function(e,t,a){a=a.replace(/\t/g,this.getTabString());for(var s=e;s<=t;s++)this.doc.insertInLine({row:s,column:0},a)},e.prototype.outdentRows=function(e){for(var t=e.collapseRows(),a=new d(0,0,0,0),s=this.getTabSize(),o=t.start.row;o<=t.end.row;++o){var n=this.getLine(o);a.start.row=o,a.end.row=o;for(var i=0;i<s&&" "==n.charAt(i);++i);i<s&&"\t"==n.charAt(i)?(a.start.column=i,a.end.column=i+1):(a.start.column=0,a.end.column=i),this.remove(a)}},e.prototype.$moveLines=function(e,t,a){if(e=this.getRowFoldStart(e),t=this.getRowFoldEnd(t),a<0){if((o=this.getRowFoldStart(e+a))<0)return 0;var s=o-e}else if(a>0){var o;if((o=this.getRowFoldEnd(t+a))>this.doc.getLength()-1)return 0;s=o-t}else e=this.$clipRowToDocument(e),s=(t=this.$clipRowToDocument(t))-e+1;var n=new d(e,0,t,Number.MAX_VALUE),i=this.getFoldsInRange(n).map((function(e){return(e=e.clone()).start.row+=s,e.end.row+=s,e})),l=0==a?this.doc.getLines(e,t):this.doc.removeFullLines(e,t);return this.doc.insertFullLines(e+s,l),i.length&&this.addFolds(i),s},e.prototype.moveLinesUp=function(e,t){return this.$moveLines(e,t,-1)},e.prototype.moveLinesDown=function(e,t){return this.$moveLines(e,t,1)},e.prototype.duplicateLines=function(e,t){return this.$moveLines(e,t,0)},e.prototype.$clipRowToDocument=function(e){return Math.max(0,Math.min(e,this.doc.getLength()-1))},e.prototype.$clipColumnToRow=function(e,t){return t<0?0:Math.min(this.doc.getLine(e).length,t)},e.prototype.$clipPositionToDocument=function(e,t){if(t=Math.max(0,t),e<0)e=0,t=0;else{var a=this.doc.getLength();e>=a?(e=a-1,t=this.doc.getLine(a-1).length):t=Math.min(this.doc.getLine(e).length,t)}return{row:e,column:t}},e.prototype.$clipRangeToDocument=function(e){e.start.row<0?(e.start.row=0,e.start.column=0):e.start.column=this.$clipColumnToRow(e.start.row,e.start.column);var t=this.doc.getLength()-1;return e.end.row>t?(e.end.row=t,e.end.column=this.doc.getLine(t).length):e.end.column=this.$clipColumnToRow(e.end.row,e.end.column),e},e.prototype.setUseWrapMode=function(e){if(e!=this.$useWrapMode){if(this.$useWrapMode=e,this.$modified=!0,this.$resetRowCache(0),e){var t=this.getLength();this.$wrapData=Array(t),this.$updateWrapData(0,t-1)}this._signal("changeWrapMode")}},e.prototype.getUseWrapMode=function(){return this.$useWrapMode},e.prototype.setWrapLimitRange=function(e,t){this.$wrapLimitRange.min===e&&this.$wrapLimitRange.max===t||(this.$wrapLimitRange={min:e,max:t},this.$modified=!0,this.$bidiHandler.markAsDirty(),this.$useWrapMode&&this._signal("changeWrapMode"))},e.prototype.adjustWrapLimit=function(e,t){var a=this.$wrapLimitRange;a.max<0&&(a={min:t,max:t});var s=this.$constrainWrapLimit(e,a.min,a.max);return s!=this.$wrapLimit&&s>1&&(this.$wrapLimit=s,this.$modified=!0,this.$useWrapMode&&(this.$updateWrapData(0,this.getLength()-1),this.$resetRowCache(0),this._signal("changeWrapLimit")),!0)},e.prototype.$constrainWrapLimit=function(e,t,a){return t&&(e=Math.max(t,e)),a&&(e=Math.min(a,e)),e},e.prototype.getWrapLimit=function(){return this.$wrapLimit},e.prototype.setWrapLimit=function(e){this.setWrapLimitRange(e,e)},e.prototype.getWrapLimitRange=function(){return{min:this.$wrapLimitRange.min,max:this.$wrapLimitRange.max}},e.prototype.$updateInternalDataOnChange=function(e){var t=this.$useWrapMode,a=e.action,s=e.start,o=e.end,n=s.row,i=o.row,l=i-n,r=null;if(this.$updating=!0,0!=l)if("remove"===a){this[t?"$wrapData":"$rowLengthCache"].splice(n,l);var c=this.$foldData;r=this.getFoldsInRange(e),this.removeFolds(r);var d=0;if(m=this.getFoldLine(o.row)){m.addRemoveChars(o.row,o.column,s.column-o.column),m.shiftRow(-l);var h=this.getFoldLine(n);h&&h!==m&&(h.merge(m),m=h),d=c.indexOf(m)+1}for(;d<c.length;d++)(m=c[d]).start.row>=o.row&&m.shiftRow(-l);i=n}else{var p=Array(l);p.unshift(n,0);var g=t?this.$wrapData:this.$rowLengthCache;if(g.splice.apply(g,p),c=this.$foldData,d=0,m=this.getFoldLine(n)){var u=m.range.compareInside(s.row,s.column);0==u?(m=m.split(s.row,s.column))&&(m.shiftRow(l),m.addRemoveChars(i,0,o.column-s.column)):-1==u&&(m.addRemoveChars(n,0,o.column-s.column),m.shiftRow(l)),d=c.indexOf(m)+1}for(;d<c.length;d++){var m;(m=c[d]).start.row>=n&&m.shiftRow(l)}}else l=Math.abs(e.start.column-e.end.column),"remove"===a&&(r=this.getFoldsInRange(e),this.removeFolds(r),l=-l),(m=this.getFoldLine(n))&&m.addRemoveChars(n,s.column,l);return t&&this.$wrapData.length!=this.doc.getLength()&&console.error("doc.getLength() and $wrapData.length have to be the same!"),this.$updating=!1,t?this.$updateWrapData(n,i):this.$updateRowLengthCache(n,i),r},e.prototype.$updateRowLengthCache=function(e,t){this.$rowLengthCache[e]=null,this.$rowLengthCache[t]=null},e.prototype.$updateWrapData=function(e,t){var a,s,o=this.doc.getAllLines(),n=this.getTabSize(),i=this.$wrapData,l=this.$wrapLimit,r=e;for(t=Math.min(t,o.length-1);r<=t;)(s=this.getFoldLine(r,s))?(a=[],s.walk(function(e,t,s,n){var i;if(null!=e){(i=this.$getDisplayTokens(e,a.length))[0]=w;for(var l=1;l<i.length;l++)i[l]=x}else i=this.$getDisplayTokens(o[t].substring(n,s),a.length);a=a.concat(i)}.bind(this),s.end.row,o[s.end.row].length+1),i[s.start.row]=this.$computeWrapSplits(a,l,n),r=s.end.row+1):(a=this.$getDisplayTokens(o[r]),i[r]=this.$computeWrapSplits(a,l,n),r++)},e.prototype.$computeWrapSplits=function(e,t,a){if(0==e.length)return[];var s=[],o=e.length,n=0,i=0,l=this.$wrapAsCode,r=this.$indentedSoftWrap,c=t<=Math.max(2*a,8)||!1===r?0:Math.floor(t/2);function d(t){for(var o=t-n,d=n;d<t;d++){var p=e[d];12!==p&&2!==p||(o-=1)}s.length||(h=function(){var t=0;if(0===c)return t;if(r)for(var s=0;s<e.length;s++){var o=e[s];if(o==k)t+=1;else{if(o!=C){if(o==_)continue;break}t+=a}}return l&&!1!==r&&(t+=a),Math.min(t,c)}(),s.indent=h),i+=o,s.push(i),n=t}for(var h=0;o-n>t-h;){var p=n+t-h;if(e[p-1]>=k&&e[p]>=k)d(p);else if(e[p]!=w&&e[p]!=x){for(var g=Math.max(p-(t-(t>>2)),n-1);p>g&&e[p]<w;)p--;if(l){for(;p>g&&e[p]<w;)p--;for(;p>g&&e[p]==y;)p--}else for(;p>g&&e[p]<k;)p--;p>g?d(++p):(e[p=n+t]==f&&p--,d(p-h))}else{for(;p!=n-1&&e[p]!=w;p--);if(p>n){d(p);continue}for(p=n+t;p<e.length&&e[p]==x;p++);if(p==e.length)break;d(p)}}return s},e.prototype.$getDisplayTokens=function(e,t){var a,s=[];t=t||0;for(var o=0;o<e.length;o++){var n=e.charCodeAt(o);if(9==n){a=this.getScreenTabSize(s.length+t),s.push(C);for(var i=1;i<a;i++)s.push(_)}else 32==n?s.push(k):n>39&&n<48||n>57&&n<64?s.push(y):n>=4352&&M(n)?s.push(b,f):s.push(b)}return s},e.prototype.$getStringScreenWidth=function(e,t,a){if(0==t)return[0,0];var s,o;for(null==t&&(t=1/0),a=a||0,o=0;o<e.length&&(9==(s=e.charCodeAt(o))?a+=this.getScreenTabSize(a):s>=4352&&M(s)?a+=2:a+=1,!(a>t));o++);return[a,o]},e.prototype.getRowLength=function(e){var t=1;return this.lineWidgets&&(t+=this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0),this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+t:t},e.prototype.getRowLineCount=function(e){return this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1:1},e.prototype.getRowWrapIndent=function(e){if(this.$useWrapMode){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE),a=this.$wrapData[t.row];return a.length&&a[0]<t.column?a.indent:0}return 0},e.prototype.getScreenLastRowColumn=function(e){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE);return this.documentToScreenColumn(t.row,t.column)},e.prototype.getDocumentLastRowColumn=function(e,t){var a=this.documentToScreenRow(e,t);return this.getScreenLastRowColumn(a)},e.prototype.getDocumentLastRowColumnPosition=function(e,t){var a=this.documentToScreenRow(e,t);return this.screenToDocumentPosition(a,Number.MAX_VALUE/10)},e.prototype.getRowSplitData=function(e){return this.$useWrapMode?this.$wrapData[e]:void 0},e.prototype.getScreenTabSize=function(e){return this.$tabSize-(e%this.$tabSize|0)},e.prototype.screenToDocumentRow=function(e,t){return this.screenToDocumentPosition(e,t).row},e.prototype.screenToDocumentColumn=function(e,t){return this.screenToDocumentPosition(e,t).column},e.prototype.screenToDocumentPosition=function(e,t,a){if(e<0)return{row:0,column:0};var s,o,n=0,i=0,l=0,r=0,c=this.$screenRowCache,d=this.$getRowCacheIndex(c,e),h=c.length;if(h&&d>=0){l=c[d],n=this.$docRowCache[d];var p=e>c[h-1]}else p=!h;for(var g=this.getLength()-1,u=this.getNextFoldLine(n),m=u?u.start.row:1/0;l<=e&&!(l+(r=this.getRowLength(n))>e||n>=g);)l+=r,++n>m&&(n=u.end.row+1,m=(u=this.getNextFoldLine(n,u))?u.start.row:1/0),p&&(this.$docRowCache.push(n),this.$screenRowCache.push(l));if(u&&u.start.row<=n)s=this.getFoldDisplayLine(u),n=u.start.row;else{if(l+r<=e||n>g)return{row:g,column:this.getLine(g).length};s=this.getLine(n),u=null}var v=0,b=Math.floor(e-l);if(this.$useWrapMode){var f=this.$wrapData[n];f&&(o=f[b],b>0&&f.length&&(v=f.indent,i=f[b-1]||f[f.length-1],s=s.substring(i)))}return void 0!==a&&this.$bidiHandler.isBidiRow(l+b,n,b)&&(t=this.$bidiHandler.offsetToCol(a)),i+=this.$getStringScreenWidth(s,t-v)[1],this.$useWrapMode&&i>=o&&(i=o-1),u?u.idxToPosition(i):{row:n,column:i}},e.prototype.documentToScreenPosition=function(e,t){if(void 0===t)var a=this.$clipPositionToDocument(e.row,e.column);else a=this.$clipPositionToDocument(e,t);e=a.row,t=a.column;var s,o=0,n=null;(s=this.getFoldAt(e,t,1))&&(e=s.start.row,t=s.start.column);var i,l=0,r=this.$docRowCache,c=this.$getRowCacheIndex(r,e),d=r.length;if(d&&c>=0){l=r[c],o=this.$screenRowCache[c];var h=e>r[d-1]}else h=!d;for(var p=this.getNextFoldLine(l),g=p?p.start.row:1/0;l<e;){if(l>=g){if((i=p.end.row+1)>e)break;g=(p=this.getNextFoldLine(i,p))?p.start.row:1/0}else i=l+1;o+=this.getRowLength(l),l=i,h&&(this.$docRowCache.push(l),this.$screenRowCache.push(o))}var u="";p&&l>=g?(u=this.getFoldDisplayLine(p,e,t),n=p.start.row):(u=this.getLine(e).substring(0,t),n=e);var m=0;if(this.$useWrapMode){var v=this.$wrapData[n];if(v){for(var b=0;u.length>=v[b];)o++,b++;u=u.substring(v[b-1]||0,u.length),m=b>0?v.indent:0}}return this.lineWidgets&&this.lineWidgets[l]&&this.lineWidgets[l].rowsAbove&&(o+=this.lineWidgets[l].rowsAbove),{row:o,column:m+this.$getStringScreenWidth(u)[0]}},e.prototype.documentToScreenColumn=function(e,t){return this.documentToScreenPosition(e,t).column},e.prototype.documentToScreenRow=function(e,t){return this.documentToScreenPosition(e,t).row},e.prototype.getScreenLength=function(){var e=0,t=null;if(this.$useWrapMode)for(var a=this.$wrapData.length,s=0,o=(l=0,(t=this.$foldData[l++])?t.start.row:1/0);s<a;){var n=this.$wrapData[s];e+=n?n.length+1:1,++s>o&&(s=t.end.row+1,o=(t=this.$foldData[l++])?t.start.row:1/0)}else{e=this.getLength();for(var i=this.$foldData,l=0;l<i.length;l++)e-=(t=i[l]).end.row-t.start.row}return this.lineWidgets&&(e+=this.$getWidgetScreenLength()),e},e.prototype.$setFontMetrics=function(e){this.$enableVarChar&&(this.$getStringScreenWidth=function(t,a,s){if(0===a)return[0,0];var o,n;for(a||(a=1/0),s=s||0,n=0;n<t.length&&!((s+="\t"===(o=t.charAt(n))?this.getScreenTabSize(s):e.getCharacterWidth(o))>a);n++);return[s,n]})},e.prototype.getPrecedingCharacter=function(){var e=this.selection.getCursor();return 0===e.column?0===e.row?"":this.doc.getNewLineCharacter():this.getLine(e.row)[e.column-1]},e.prototype.destroy=function(){this.destroyed||(this.bgTokenizer.setDocument(null),this.bgTokenizer.cleanup(),this.destroyed=!0),this.endOperation(),this.$stopWorker(),this.removeAllListeners(),this.doc&&this.doc.off("change",this.$onChange),this.selection&&(this.selection.off("changeCursor",this.$onSelectionChange),this.selection.off("changeSelection",this.$onSelectionChange)),this.selection.detach()},e}();v.$uid=0,v.prototype.$modes=i.$modes,v.prototype.getValue=v.prototype.toString,v.prototype.$defaultUndoManager={undo:function(){},redo:function(){},hasUndo:function(){},hasRedo:function(){},reset:function(){},add:function(){},addSelection:function(){},startNewGroup:function(){},addSession:function(){}},v.prototype.$overwrite=!1,v.prototype.$mode=null,v.prototype.$modeId=null,v.prototype.$scrollTop=0,v.prototype.$scrollLeft=0,v.prototype.$wrapLimit=80,v.prototype.$useWrapMode=!1,v.prototype.$wrapLimitRange={min:null,max:null},v.prototype.lineWidgets=null,v.prototype.isFullWidth=M,s.implement(v.prototype,l);var b=1,f=2,w=3,x=4,y=9,k=10,C=11,_=12;function M(e){return!(e<4352)&&(e>=4352&&e<=4447||e>=4515&&e<=4519||e>=4602&&e<=4607||e>=9001&&e<=9002||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12283||e>=12288&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12589||e>=12593&&e<=12686||e>=12688&&e<=12730||e>=12736&&e<=12771||e>=12784&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=13054||e>=13056&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=55216&&e<=55238||e>=55243&&e<=55291||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=65281&&e<=65376||e>=65504&&e<=65510)}e("./edit_session/folding").Folding.call(v.prototype),e("./edit_session/bracket_match").BracketMatch.call(v.prototype),i.defineOptions(v.prototype,"session",{wrap:{set:function(e){if(e&&"off"!=e?"free"==e?e=!0:"printMargin"==e?e=-1:"string"==typeof e&&(e=parseInt(e,10)||!1):e=!1,this.$wrap!=e)if(this.$wrap=e,e){var t="number"==typeof e?e:null;this.setWrapLimitRange(t,t),this.setUseWrapMode(!0)}else this.setUseWrapMode(!1)},get:function(){return this.getUseWrapMode()?-1==this.$wrap?"printMargin":this.getWrapLimitRange().min?this.$wrap:"free":"off"},handlesSet:!0},wrapMethod:{set:function(e){(e="auto"==e?"text"!=this.$mode.type:"text"!=e)!=this.$wrapAsCode&&(this.$wrapAsCode=e,this.$useWrapMode&&(this.$useWrapMode=!1,this.setUseWrapMode(!0)))},initialValue:"auto"},indentedSoftWrap:{set:function(){this.$useWrapMode&&(this.$useWrapMode=!1,this.setUseWrapMode(!0))},initialValue:!0},firstLineNumber:{set:function(){this._signal("changeBreakpoint")},initialValue:1},useWorker:{set:function(e){this.$useWorker=e,this.$stopWorker(),e&&this.$startWorker()},initialValue:!0},useSoftTabs:{initialValue:!0},tabSize:{set:function(e){(e=parseInt(e))>0&&this.$tabSize!==e&&(this.$modified=!0,this.$rowLengthCache=[],this.$tabSize=e,this._signal("changeTabSize"))},initialValue:4,handlesSet:!0},navigateWithinSoftTabs:{initialValue:!1},foldStyle:{set:function(e){this.setFoldStyle(e)},handlesSet:!0},overwrite:{set:function(e){this._signal("changeOverwrite")},initialValue:!1},newLineMode:{set:function(e){this.doc.setNewLineMode(e)},get:function(){return this.doc.getNewLineMode()},handlesSet:!0},mode:{set:function(e){this.setMode(e)},get:function(){return this.$modeId},handlesSet:!0}}),t.EditSession=v})),ace.define("ace/search",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/range"],(function(e,t,a){"use strict";var s=e("./lib/lang"),o=e("./lib/oop"),n=e("./range").Range,i=function(){function e(){this.$options={}}return e.prototype.set=function(e){return o.mixin(this.$options,e),this},e.prototype.getOptions=function(){return s.copyObject(this.$options)},e.prototype.setOptions=function(e){this.$options=e},e.prototype.find=function(e){var t=this.$options,a=this.$matchIterator(e,t);if(!a)return!1;var s=null;return a.forEach((function(e,a,o,i){return s=new n(e,a,o,i),!(a==i&&t.start&&t.start.start&&0!=t.skipCurrent&&s.isEqual(t.start)&&(s=null,1))})),s},e.prototype.findAll=function(e){var t=this.$options;if(!t.needle)return[];this.$assembleRegExp(t);var a=t.range,o=a?e.getLines(a.start.row,a.end.row):e.doc.getAllLines(),i=[],l=t.re;if(t.$isMultiLine){var r,c=l.length,d=o.length-c;e:for(var h=l.offset||0;h<=d;h++){for(var p=0;p<c;p++)if(-1==o[h+p].search(l[p]))continue e;var g=o[h],u=o[h+c-1],m=g.length-g.match(l[0])[0].length,v=u.match(l[c-1])[0].length;r&&r.end.row===h&&r.end.column>m||(i.push(r=new n(h,m,h+c-1,v)),c>2&&(h=h+c-2))}}else for(var b,f=0;f<o.length;f++)if(this.$isMultilineSearch(t)){var w=o.length-1;if(b=this.$multiLineForward(e,l,f,w)){var x=b.endRow<=w?b.endRow-1:w;x>f&&(f=x),i.push(new n(b.startRow,b.startCol,b.endRow,b.endCol))}}else for(b=s.getMatchOffsets(o[f],l),p=0;p<b.length;p++){var y=b[p];i.push(new n(f,y.offset,f,y.offset+y.length))}if(a){var k=a.start.column,C=a.end.column;for(f=0,p=i.length-1;f<p&&i[f].start.column<k&&0==i[f].start.row;)f++;for(var _=a.end.row-a.start.row;f<p&&i[p].end.column>C&&i[p].end.row==_;)p--;for(i=i.slice(f,p+1),f=0,p=i.length;f<p;f++)i[f].start.row+=a.start.row,i[f].end.row+=a.start.row}return i},e.prototype.parseReplaceString=function(e){for(var t="",a=0,s=e.length;a<s;a++){var o=e.charCodeAt(a);if(92!==o){if(36===o){if(++a>=s){t+="$";break}var n=e.charCodeAt(a);if(36===n){t+="$$";continue}if(48===n||38===n){t+="$&";continue}if(49<=n&&n<=57){t+="$"+e[a];continue}}t+=e[a]}else{if(++a>=s){t+="\\";break}switch(e.charCodeAt(a)){case 92:t+="\\";break;case 110:t+="\n";break;case 116:t+="\t"}}}return t||e},e.prototype.replace=function(e,t){var a=this.$options,s=this.$assembleRegExp(a);if(a.$isMultiLine)return t;if(s){var o=this.$isMultilineSearch(a);o&&(e=e.replace(/\r\n|\r|\n/g,"\n"));var n=s.exec(e);if(!n||!o&&n[0].length!=e.length)return null;if(t=a.regExp?this.parseReplaceString(t):t.replace(/\$/g,"$$$$"),t=e.replace(s,t),a.preserveCase){t=t.split("");for(var i=Math.min(e.length,e.length);i--;){var l=e[i];l&&l.toLowerCase()!=l?t[i]=t[i].toUpperCase():t[i]=t[i].toLowerCase()}t=t.join("")}return t}},e.prototype.$assembleRegExp=function(e,t){if(e.needle instanceof RegExp)return e.re=e.needle;var a=e.needle;if(!e.needle)return e.re=!1;e.regExp||(a=s.escapeRegExp(a));var o=e.caseSensitive?"gm":"gmi";try{new RegExp(a,"u"),e.$supportsUnicodeFlag=!0,o+="u"}catch(t){e.$supportsUnicodeFlag=!1}if(e.wholeWord&&(a=function(e,t){var a=s.supportsLookbehind();function o(e,s){return void 0===s&&(s=!0),(a&&t.$supportsUnicodeFlag?new RegExp("[\\p{L}\\p{N}_]","u"):new RegExp("\\w")).test(e)||t.regExp?a&&t.$supportsUnicodeFlag?s?"(?<=^|[^\\p{L}\\p{N}_])":"(?=[^\\p{L}\\p{N}_]|$)":"\\b":""}var n=Array.from(e),i=n[0],l=n[n.length-1];return o(i)+e+o(l,!1)}(a,e)),e.$isMultiLine=!t&&/[\n\r]/.test(a),e.$isMultiLine)return e.re=this.$assembleMultilineRegExp(a,o);try{var n=new RegExp(a,o)}catch(e){n=!1}return e.re=n},e.prototype.$assembleMultilineRegExp=function(e,t){for(var a=e.replace(/\r\n|\r|\n/g,"$\n^").split("\n"),s=[],o=0;o<a.length;o++)try{s.push(new RegExp(a[o],t))}catch(e){return!1}return s},e.prototype.$isMultilineSearch=function(e){return e.re&&/\\r\\n|\\r|\\n/.test(e.re.source)&&e.regExp&&!e.$isMultiLine},e.prototype.$multiLineForward=function(e,t,a,s){for(var o,n=r(e,a),i=a;i<=s;){for(var l=0;l<n&&!(i>s);l++){var c=e.getLine(i++);o=null==o?c:o+"\n"+c}var d=t.exec(o);if(t.lastIndex=0,d){var h=o.slice(0,d.index).split("\n"),p=d[0].split("\n"),g=a+h.length-1,u=h[h.length-1].length;return{startRow:g,startCol:u,endRow:g+p.length-1,endCol:1==p.length?u+p[0].length:p[p.length-1].length}}}return null},e.prototype.$multiLineBackward=function(e,t,a,s,o){for(var n,i=r(e,s),c=e.getLine(s).length-a,d=s;d>=o;){for(var h=0;h<i&&d>=o;h++){var p=e.getLine(d--);n=null==n?p:p+"\n"+n}var g=l(n,t,c);if(g){var u=n.slice(0,g.index).split("\n"),m=g[0].split("\n"),v=d+u.length,b=u[u.length-1].length;return{startRow:v,startCol:b,endRow:v+m.length-1,endCol:1==m.length?b+m[0].length:m[m.length-1].length}}}return null},e.prototype.$matchIterator=function(e,t){var a=this.$assembleRegExp(t);if(!a)return!1;var o=this.$isMultilineSearch(t),n=this.$multiLineForward,i=this.$multiLineBackward,l=1==t.backwards,r=0!=t.skipCurrent,c=a.unicode,d=t.range,h=t.start;h||(h=d?d[l?"end":"start"]:e.selection.getRange()),h.start&&(h=h[r!=l?"end":"start"]);var p=d?d.start.row:0,g=d?d.end.row:e.getLength()-1;if(l)var u=function(e){var a=h.row;if(!v(a,h.column,e)){for(a--;a>=p;a--)if(v(a,Number.MAX_VALUE,e))return;if(0!=t.wrap)for(a=g,p=h.row;a>=p;a--)if(v(a,Number.MAX_VALUE,e))return}};else u=function(e){var a=h.row;if(!v(a,h.column,e)){for(a+=1;a<=g;a++)if(v(a,0,e))return;if(0!=t.wrap)for(a=p,g=h.row;a<=g;a++)if(v(a,0,e))return}};if(t.$isMultiLine)var m=a.length,v=function(t,s,o){var n=l?t-m+1:t;if(!(n<0||n+m>e.getLength())){var i=e.getLine(n),r=i.search(a[0]);if(!(!l&&r<s||-1===r)){for(var c=1;c<m;c++)if(-1==(i=e.getLine(n+c)).search(a[c]))return;var d=i.match(a[m-1])[0].length;if(!(l&&d>s))return!!o(n,r,n+m-1,d)||void 0}}};else v=l?function(t,n,l){if(o){var r=i(e,a,n,t,p);if(!r)return!1;if(l(r.startRow,r.startCol,r.endRow,r.endCol))return!0}else{var d,h=e.getLine(t),g=[],u=0;for(a.lastIndex=0;d=a.exec(h);){var m=d[0].length;if(u=d.index,!m){if(u>=h.length)break;a.lastIndex=u+=s.skipEmptyMatch(h,u,c)}if(d.index+m>n)break;g.push(d.index,m)}for(var v=g.length-1;v>=0;v-=2){var b=g[v-1];if(l(t,b,t,b+(m=g[v])))return!0}}}:function(t,i,l){if(a.lastIndex=i,o){var r=n(e,a,t,g);if(r){var d=r.endRow<=g?r.endRow-1:g;d>t&&(t=d)}if(!r)return!1;if(l(r.startRow,r.startCol,r.endRow,r.endCol))return!0}else for(var h,p,u=e.getLine(t);p=a.exec(u);){var m=p[0].length;if(l(t,h=p.index,t,h+m))return!0;if(!m&&(a.lastIndex=h+=s.skipEmptyMatch(u,h,c),h>=u.length))return!1}};return{forEach:u}},e}();function l(e,t,a){for(var s=null,o=0;o<=e.length;){t.lastIndex=o;var n=t.exec(e);if(!n)break;var i=n.index+n[0].length;if(i>e.length-a)break;(!s||i>s.index+s[0].length)&&(s=n),o=n.index+1}return s}function r(e,t){var a={row:t,column:0},s=e.doc.positionToIndex(a)+5e3;return e.doc.indexToPosition(s).row+1}t.Search=i})),ace.define("ace/keyboard/hash_handler",["require","exports","module","ace/lib/keys","ace/lib/useragent"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("../lib/keys"),i=e("../lib/useragent"),l=n.KEY_MODS,r=function(){function e(e,t){this.$init(e,t,!1)}return e.prototype.$init=function(e,t,a){this.platform=t||(i.isMac?"mac":"win"),this.commands={},this.commandKeyBinding={},this.addCommands(e),this.$singleCommand=a},e.prototype.addCommand=function(e){this.commands[e.name]&&this.removeCommand(e),this.commands[e.name]=e,e.bindKey&&this._buildKeyHash(e)},e.prototype.removeCommand=function(e,t){var a=e&&("string"==typeof e?e:e.name);e=this.commands[a],t||delete this.commands[a];var s=this.commandKeyBinding;for(var o in s){var n=s[o];if(n==e)delete s[o];else if(Array.isArray(n)){var i=n.indexOf(e);-1!=i&&(n.splice(i,1),1==n.length&&(s[o]=n[0]))}}},e.prototype.bindKey=function(e,t,a){if("object"==typeof e&&e&&(null==a&&(a=e.position),e=e[this.platform]),e)return"function"==typeof t?this.addCommand({exec:t,bindKey:e,name:t.name||e}):void e.split("|").forEach((function(e){var s="";if(-1!=e.indexOf(" ")){var o=e.split(/\s+/);e=o.pop(),o.forEach((function(e){var t=this.parseKeys(e),a=l[t.hashId]+t.key;s+=(s?" ":"")+a,this._addCommandToBinding(s,"chainKeys")}),this),s+=" "}var n=this.parseKeys(e),i=l[n.hashId]+n.key;this._addCommandToBinding(s+i,t,a)}),this)},e.prototype._addCommandToBinding=function(e,t,a){var s,o=this.commandKeyBinding;if(t)if(!o[e]||this.$singleCommand)o[e]=t;else{Array.isArray(o[e])?-1!=(s=o[e].indexOf(t))&&o[e].splice(s,1):o[e]=[o[e]],"number"!=typeof a&&(a=c(t));var n=o[e];for(s=0;s<n.length&&!(c(n[s])>a);s++);n.splice(s,0,t)}else delete o[e]},e.prototype.addCommands=function(e){e&&Object.keys(e).forEach((function(t){var a=e[t];if(a){if("string"==typeof a)return this.bindKey(a,t);"function"==typeof a&&(a={exec:a}),"object"==typeof a&&(a.name||(a.name=t),this.addCommand(a))}}),this)},e.prototype.removeCommands=function(e){Object.keys(e).forEach((function(t){this.removeCommand(e[t])}),this)},e.prototype.bindKeys=function(e){Object.keys(e).forEach((function(t){this.bindKey(t,e[t])}),this)},e.prototype._buildKeyHash=function(e){this.bindKey(e.bindKey,e)},e.prototype.parseKeys=function(e){var t=e.toLowerCase().split(/[\-\+]([\-\+])?/).filter((function(e){return e})),a=t.pop(),s=n[a];if(n.FUNCTION_KEYS[s])a=n.FUNCTION_KEYS[s].toLowerCase();else{if(!t.length)return{key:a,hashId:-1};if(1==t.length&&"shift"==t[0])return{key:a.toUpperCase(),hashId:-1}}for(var o=0,i=t.length;i--;){var l=n.KEY_MODS[t[i]];if(null==l)return"undefined"!=typeof console&&console.error("invalid modifier "+t[i]+" in "+e),!1;o|=l}return{key:a,hashId:o}},e.prototype.findKeyCommand=function(e,t){var a=l[e]+t;return this.commandKeyBinding[a]},e.prototype.handleKeyboard=function(e,t,a,s){if(!(s<0)){var o=l[t]+a,n=this.commandKeyBinding[o];return e.$keyChain&&(e.$keyChain+=" "+o,n=this.commandKeyBinding[e.$keyChain]||n),!n||"chainKeys"!=n&&"chainKeys"!=n[n.length-1]?(e.$keyChain&&(t&&4!=t||1!=a.length?(-1==t||s>0)&&(e.$keyChain=""):e.$keyChain=e.$keyChain.slice(0,-o.length-1)),{command:n}):(e.$keyChain=e.$keyChain||o,{command:"null"})}},e.prototype.getStatusText=function(e,t){return t.$keyChain||""},e}();function c(e){return"object"==typeof e&&e.bindKey&&e.bindKey.position||(e.isDefault?-100:0)}var d=function(e){function t(t,a){var s=e.call(this,t,a)||this;return s.$singleCommand=!0,s}return o(t,e),t}(r);d.call=function(e,t,a){r.prototype.$init.call(e,t,a,!0)},r.call=function(e,t,a){r.prototype.$init.call(e,t,a,!1)},t.HashHandler=d,t.MultiHashHandler=r})),ace.define("ace/commands/command_manager",["require","exports","module","ace/lib/oop","ace/keyboard/hash_handler","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("../lib/oop"),i=e("../keyboard/hash_handler").MultiHashHandler,l=e("../lib/event_emitter").EventEmitter,r=function(e){function t(t,a){var s=e.call(this,a,t)||this;return s.byName=s.commands,s.setDefaultHandler("exec",(function(e){return e.args?e.command.exec(e.editor,e.args,e.event,!1):e.command.exec(e.editor,{},e.event,!0)})),s}return o(t,e),t.prototype.exec=function(e,t,a){if(Array.isArray(e)){for(var s=e.length;s--;)if(this.exec(e[s],t,a))return!0;return!1}"string"==typeof e&&(e=this.commands[e]);var o={editor:t,command:e,args:a};return this.canExecute(e,t)?(o.returnValue=this._emit("exec",o),this._signal("afterExec",o),!1!==o.returnValue):(this._signal("commandUnavailable",o),!1)},t.prototype.canExecute=function(e,t){return"string"==typeof e&&(e=this.commands[e]),!(!e||t&&t.$readOnly&&!e.readOnly||0!=this.$checkCommandState&&e.isAvailable&&!e.isAvailable(t))},t.prototype.toggleRecording=function(e){if(!this.$inReplay)return e&&e._emit("changeStatus"),this.recording?(this.macro.pop(),this.off("exec",this.$addCommandToMacro),this.macro.length||(this.macro=this.oldMacro),this.recording=!1):(this.$addCommandToMacro||(this.$addCommandToMacro=function(e){this.macro.push([e.command,e.args])}.bind(this)),this.oldMacro=this.macro,this.macro=[],this.on("exec",this.$addCommandToMacro),this.recording=!0)},t.prototype.replay=function(e){if(!this.$inReplay&&this.macro){if(this.recording)return this.toggleRecording(e);try{this.$inReplay=!0,this.macro.forEach((function(t){"string"==typeof t?this.exec(t,e):this.exec(t[0],e,t[1])}),this)}finally{this.$inReplay=!1}}},t.prototype.trimMacro=function(e){return e.map((function(e){return"string"!=typeof e[0]&&(e[0]=e[0].name),e[1]||(e=e[0]),e}))},t}(i);n.implement(r.prototype,l),t.CommandManager=r})),ace.define("ace/commands/default_commands",["require","exports","module","ace/lib/lang","ace/config","ace/range"],(function(e,t,a){"use strict";var s=e("../lib/lang"),o=e("../config"),n=e("../range").Range;function i(e,t){return{win:e,mac:t}}t.commands=[{name:"showSettingsMenu",description:"Show settings menu",bindKey:i("Ctrl-,","Command-,"),exec:function(e){o.loadModule("ace/ext/settings_menu",(function(t){t.init(e),e.showSettingsMenu()}))},readOnly:!0},{name:"goToNextError",description:"Go to next error",bindKey:i("Alt-E","F4"),exec:function(e){o.loadModule("ace/ext/error_marker",(function(t){t.showErrorMarker(e,1)}))},scrollIntoView:"animate",readOnly:!0},{name:"goToPreviousError",description:"Go to previous error",bindKey:i("Alt-Shift-E","Shift-F4"),exec:function(e){o.loadModule("ace/ext/error_marker",(function(t){t.showErrorMarker(e,-1)}))},scrollIntoView:"animate",readOnly:!0},{name:"selectall",description:"Select all",bindKey:i("Ctrl-A","Command-A"),exec:function(e){e.selectAll()},readOnly:!0},{name:"centerselection",description:"Center selection",bindKey:i(null,"Ctrl-L"),exec:function(e){e.centerSelection()},readOnly:!0},{name:"gotoline",description:"Go to line...",bindKey:i("Ctrl-L","Command-L"),exec:function(e,t){"number"!=typeof t||isNaN(t)||e.gotoLine(t),e.prompt({$type:"gotoLine"})},readOnly:!0},{name:"fold",bindKey:i("Alt-L|Ctrl-F1","Command-Alt-L|Command-F1"),exec:function(e){e.session.toggleFold(!1)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"unfold",bindKey:i("Alt-Shift-L|Ctrl-Shift-F1","Command-Alt-Shift-L|Command-Shift-F1"),exec:function(e){e.session.toggleFold(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleFoldWidget",description:"Toggle fold widget",bindKey:i("F2","F2"),exec:function(e){e.session.toggleFoldWidget()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleParentFoldWidget",description:"Toggle parent fold widget",bindKey:i("Alt-F2","Alt-F2"),exec:function(e){e.session.toggleFoldWidget(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"foldall",description:"Fold all",bindKey:i(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAll()},scrollIntoView:"center",readOnly:!0},{name:"foldAllComments",description:"Fold all comments",bindKey:i(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAllComments()},scrollIntoView:"center",readOnly:!0},{name:"foldOther",description:"Fold other",bindKey:i("Alt-0","Command-Option-0"),exec:function(e){e.session.foldAll(),e.session.unfold(e.selection.getAllRanges())},scrollIntoView:"center",readOnly:!0},{name:"unfoldall",description:"Unfold all",bindKey:i("Alt-Shift-0","Command-Option-Shift-0"),exec:function(e){e.session.unfold()},scrollIntoView:"center",readOnly:!0},{name:"findnext",description:"Find next",bindKey:i("Ctrl-K","Command-G"),exec:function(e){e.findNext()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"findprevious",description:"Find previous",bindKey:i("Ctrl-Shift-K","Command-Shift-G"),exec:function(e){e.findPrevious()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"selectOrFindNext",description:"Select or find next",bindKey:i("Alt-K","Ctrl-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findNext()},readOnly:!0},{name:"selectOrFindPrevious",description:"Select or find previous",bindKey:i("Alt-Shift-K","Ctrl-Shift-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findPrevious()},readOnly:!0},{name:"find",description:"Find",bindKey:i("Ctrl-F","Command-F"),exec:function(e){o.loadModule("ace/ext/searchbox",(function(t){t.Search(e)}))},readOnly:!0},{name:"overwrite",description:"Overwrite",bindKey:"Insert",exec:function(e){e.toggleOverwrite()},readOnly:!0},{name:"selecttostart",description:"Select to start",bindKey:i("Ctrl-Shift-Home","Command-Shift-Home|Command-Shift-Up"),exec:function(e){e.getSelection().selectFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotostart",description:"Go to start",bindKey:i("Ctrl-Home","Command-Home|Command-Up"),exec:function(e){e.navigateFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectup",description:"Select up",bindKey:i("Shift-Up","Shift-Up|Ctrl-Shift-P"),exec:function(e){e.getSelection().selectUp()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golineup",description:"Go line up",bindKey:i("Up","Up|Ctrl-P"),exec:function(e,t){e.navigateUp(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttoend",description:"Select to end",bindKey:i("Ctrl-Shift-End","Command-Shift-End|Command-Shift-Down"),exec:function(e){e.getSelection().selectFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotoend",description:"Go to end",bindKey:i("Ctrl-End","Command-End|Command-Down"),exec:function(e){e.navigateFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectdown",description:"Select down",bindKey:i("Shift-Down","Shift-Down|Ctrl-Shift-N"),exec:function(e){e.getSelection().selectDown()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golinedown",description:"Go line down",bindKey:i("Down","Down|Ctrl-N"),exec:function(e,t){e.navigateDown(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordleft",description:"Select word left",bindKey:i("Ctrl-Shift-Left","Option-Shift-Left"),exec:function(e){e.getSelection().selectWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordleft",description:"Go to word left",bindKey:i("Ctrl-Left","Option-Left"),exec:function(e){e.navigateWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolinestart",description:"Select to line start",bindKey:i("Alt-Shift-Left","Command-Shift-Left|Ctrl-Shift-A"),exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolinestart",description:"Go to line start",bindKey:i("Alt-Left|Home","Command-Left|Home|Ctrl-A"),exec:function(e){e.navigateLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectleft",description:"Select left",bindKey:i("Shift-Left","Shift-Left|Ctrl-Shift-B"),exec:function(e){e.getSelection().selectLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoleft",description:"Go to left",bindKey:i("Left","Left|Ctrl-B"),exec:function(e,t){e.navigateLeft(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordright",description:"Select word right",bindKey:i("Ctrl-Shift-Right","Option-Shift-Right"),exec:function(e){e.getSelection().selectWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordright",description:"Go to word right",bindKey:i("Ctrl-Right","Option-Right"),exec:function(e){e.navigateWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolineend",description:"Select to line end",bindKey:i("Alt-Shift-Right","Command-Shift-Right|Shift-End|Ctrl-Shift-E"),exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolineend",description:"Go to line end",bindKey:i("Alt-Right|End","Command-Right|End|Ctrl-E"),exec:function(e){e.navigateLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectright",description:"Select right",bindKey:i("Shift-Right","Shift-Right"),exec:function(e){e.getSelection().selectRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoright",description:"Go to right",bindKey:i("Right","Right|Ctrl-F"),exec:function(e,t){e.navigateRight(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectpagedown",description:"Select page down",bindKey:"Shift-PageDown",exec:function(e){e.selectPageDown()},readOnly:!0},{name:"pagedown",description:"Page down",bindKey:i(null,"Option-PageDown"),exec:function(e){e.scrollPageDown()},readOnly:!0},{name:"gotopagedown",description:"Go to page down",bindKey:i("PageDown","PageDown|Ctrl-V"),exec:function(e){e.gotoPageDown()},readOnly:!0},{name:"selectpageup",description:"Select page up",bindKey:"Shift-PageUp",exec:function(e){e.selectPageUp()},readOnly:!0},{name:"pageup",description:"Page up",bindKey:i(null,"Option-PageUp"),exec:function(e){e.scrollPageUp()},readOnly:!0},{name:"gotopageup",description:"Go to page up",bindKey:"PageUp",exec:function(e){e.gotoPageUp()},readOnly:!0},{name:"scrollup",description:"Scroll up",bindKey:i("Ctrl-Up",null),exec:function(e){e.renderer.scrollBy(0,-2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"scrolldown",description:"Scroll down",bindKey:i("Ctrl-Down",null),exec:function(e){e.renderer.scrollBy(0,2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"selectlinestart",description:"Select line start",bindKey:"Shift-Home",exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectlineend",description:"Select line end",bindKey:"Shift-End",exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"togglerecording",description:"Toggle recording",bindKey:i("Ctrl-Alt-E","Command-Option-E"),exec:function(e){e.commands.toggleRecording(e)},readOnly:!0},{name:"replaymacro",description:"Replay macro",bindKey:i("Ctrl-Shift-E","Command-Shift-E"),exec:function(e){e.commands.replay(e)},readOnly:!0},{name:"jumptomatching",description:"Jump to matching",bindKey:i("Ctrl-\\|Ctrl-P","Command-\\"),exec:function(e){e.jumpToMatching()},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"selecttomatching",description:"Select to matching",bindKey:i("Ctrl-Shift-\\|Ctrl-Shift-P","Command-Shift-\\"),exec:function(e){e.jumpToMatching(!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"expandToMatching",description:"Expand to matching",bindKey:i("Ctrl-Shift-M","Ctrl-Shift-M"),exec:function(e){e.jumpToMatching(!0,!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"passKeysToBrowser",description:"Pass keys to browser",bindKey:i(null,null),exec:function(){},passEvent:!0,readOnly:!0},{name:"copy",description:"Copy",exec:function(e){},readOnly:!0},{name:"cut",description:"Cut",exec:function(e){var t=e.$copyWithEmptySelection&&e.selection.isEmpty()?e.selection.getLineRange():e.selection.getRange();e._emit("cut",t),t.isEmpty()||e.session.remove(t),e.clearSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"paste",description:"Paste",exec:function(e,t){e.$handlePaste(t)},scrollIntoView:"cursor"},{name:"removeline",description:"Remove line",bindKey:i("Ctrl-D","Command-D"),exec:function(e){e.removeLines()},scrollIntoView:"cursor",multiSelectAction:"forEachLine"},{name:"duplicateSelection",description:"Duplicate selection",bindKey:i("Ctrl-Shift-D","Command-Shift-D"),exec:function(e){e.duplicateSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"sortlines",description:"Sort lines",bindKey:i("Ctrl-Alt-S","Command-Alt-S"),exec:function(e){e.sortLines()},scrollIntoView:"selection",multiSelectAction:"forEachLine"},{name:"togglecomment",description:"Toggle comment",bindKey:i("Ctrl-/","Command-/"),exec:function(e){e.toggleCommentLines()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"toggleBlockComment",description:"Toggle block comment",bindKey:i("Ctrl-Shift-/","Command-Shift-/"),exec:function(e){e.toggleBlockComment()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"modifyNumberUp",description:"Modify number up",bindKey:i("Ctrl-Shift-Up","Alt-Shift-Up"),exec:function(e){e.modifyNumber(1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"modifyNumberDown",description:"Modify number down",bindKey:i("Ctrl-Shift-Down","Alt-Shift-Down"),exec:function(e){e.modifyNumber(-1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"replace",description:"Replace",bindKey:i("Ctrl-H","Command-Option-F"),exec:function(e){o.loadModule("ace/ext/searchbox",(function(t){t.Search(e,!0)}))}},{name:"undo",description:"Undo",bindKey:i("Ctrl-Z","Command-Z"),exec:function(e){e.undo()}},{name:"redo",description:"Redo",bindKey:i("Ctrl-Shift-Z|Ctrl-Y","Command-Shift-Z|Command-Y"),exec:function(e){e.redo()}},{name:"copylinesup",description:"Copy lines up",bindKey:i("Alt-Shift-Up","Command-Option-Up"),exec:function(e){e.copyLinesUp()},scrollIntoView:"cursor"},{name:"movelinesup",description:"Move lines up",bindKey:i("Alt-Up","Option-Up"),exec:function(e){e.moveLinesUp()},scrollIntoView:"cursor"},{name:"copylinesdown",description:"Copy lines down",bindKey:i("Alt-Shift-Down","Command-Option-Down"),exec:function(e){e.copyLinesDown()},scrollIntoView:"cursor"},{name:"movelinesdown",description:"Move lines down",bindKey:i("Alt-Down","Option-Down"),exec:function(e){e.moveLinesDown()},scrollIntoView:"cursor"},{name:"del",description:"Delete",bindKey:i("Delete","Delete|Ctrl-D|Shift-Delete"),exec:function(e){e.remove("right")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"backspace",description:"Backspace",bindKey:i("Shift-Backspace|Backspace","Ctrl-Backspace|Shift-Backspace|Backspace|Ctrl-H"),exec:function(e){e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"cut_or_delete",description:"Cut or delete",bindKey:i("Shift-Delete",null),exec:function(e){if(!e.selection.isEmpty())return!1;e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestart",description:"Remove to line start",bindKey:i("Alt-Backspace","Command-Backspace"),exec:function(e){e.removeToLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineend",description:"Remove to line end",bindKey:i("Alt-Delete","Ctrl-K|Command-Delete"),exec:function(e){e.removeToLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestarthard",description:"Remove to line start hard",bindKey:i("Ctrl-Shift-Backspace",null),exec:function(e){var t=e.selection.getRange();t.start.column=0,e.session.remove(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineendhard",description:"Remove to line end hard",bindKey:i("Ctrl-Shift-Delete",null),exec:function(e){var t=e.selection.getRange();t.end.column=Number.MAX_VALUE,e.session.remove(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordleft",description:"Remove word left",bindKey:i("Ctrl-Backspace","Alt-Backspace|Ctrl-Alt-Backspace"),exec:function(e){e.removeWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordright",description:"Remove word right",bindKey:i("Ctrl-Delete","Alt-Delete"),exec:function(e){e.removeWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"outdent",description:"Outdent",bindKey:i("Shift-Tab","Shift-Tab"),exec:function(e){e.blockOutdent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"indent",description:"Indent",bindKey:i("Tab","Tab"),exec:function(e){e.indent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"blockoutdent",description:"Block outdent",bindKey:i("Ctrl-[","Ctrl-["),exec:function(e){e.blockOutdent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"blockindent",description:"Block indent",bindKey:i("Ctrl-]","Ctrl-]"),exec:function(e){e.blockIndent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"insertstring",description:"Insert string",exec:function(e,t){e.insert(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"inserttext",description:"Insert text",exec:function(e,t){e.insert(s.stringRepeat(t.text||"",t.times||1))},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"splitline",description:"Split line",bindKey:i(null,"Ctrl-O"),exec:function(e){e.splitLine()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"transposeletters",description:"Transpose letters",bindKey:i("Alt-Shift-X","Ctrl-T"),exec:function(e){e.transposeLetters()},multiSelectAction:function(e){e.transposeSelections(1)},scrollIntoView:"cursor"},{name:"touppercase",description:"To uppercase",bindKey:i("Ctrl-U","Ctrl-U"),exec:function(e){e.toUpperCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"tolowercase",description:"To lowercase",bindKey:i("Ctrl-Shift-U","Ctrl-Shift-U"),exec:function(e){e.toLowerCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"autoindent",description:"Auto Indent",bindKey:i(null,null),exec:function(e){e.autoIndent()},scrollIntoView:"animate"},{name:"expandtoline",description:"Expand to line",bindKey:i("Ctrl-Shift-L","Command-Shift-L"),exec:function(e){var t=e.selection.getRange();t.start.column=t.end.column=0,t.end.row++,e.selection.setRange(t,!1)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"openlink",bindKey:i("Ctrl+F3","F3"),exec:function(e){e.openLink()}},{name:"joinlines",description:"Join lines",bindKey:i(null,null),exec:function(e){for(var t=e.selection.isBackwards(),a=t?e.selection.getSelectionLead():e.selection.getSelectionAnchor(),o=t?e.selection.getSelectionAnchor():e.selection.getSelectionLead(),i=e.session.doc.getLine(a.row).length,l=e.session.doc.getTextRange(e.selection.getRange()).replace(/\n\s*/," ").length,r=e.session.doc.getLine(a.row),c=a.row+1;c<=o.row+1;c++){var d=s.stringTrimLeft(s.stringTrimRight(e.session.doc.getLine(c)));0!==d.length&&(d=" "+d),r+=d}o.row+1<e.session.doc.getLength()-1&&(r+=e.session.doc.getNewLineCharacter()),e.clearSelection(),e.session.doc.replace(new n(a.row,0,o.row+2,0),r),l>0?(e.selection.moveCursorTo(a.row,a.column),e.selection.selectTo(a.row,a.column+l)):(i=e.session.doc.getLine(a.row).length>i?i+1:i,e.selection.moveCursorTo(a.row,i))},multiSelectAction:"forEach",readOnly:!0},{name:"invertSelection",description:"Invert selection",bindKey:i(null,null),exec:function(e){var t=e.session.doc.getLength()-1,a=e.session.doc.getLine(t).length,s=e.selection.rangeList.ranges,o=[];s.length<1&&(s=[e.selection.getRange()]);for(var i=0;i<s.length;i++)i==s.length-1&&(s[i].end.row===t&&s[i].end.column===a||o.push(new n(s[i].end.row,s[i].end.column,t,a))),0===i?0===s[i].start.row&&0===s[i].start.column||o.push(new n(0,0,s[i].start.row,s[i].start.column)):o.push(new n(s[i-1].end.row,s[i-1].end.column,s[i].start.row,s[i].start.column));for(e.exitMultiSelectMode(),e.clearSelection(),i=0;i<o.length;i++)e.selection.addRange(o[i],!1)},readOnly:!0,scrollIntoView:"none"},{name:"addLineAfter",description:"Add new line after the current line",exec:function(e){e.selection.clearSelection(),e.navigateLineEnd(),e.insert("\n")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"addLineBefore",description:"Add new line before the current line",exec:function(e){e.selection.clearSelection();var t=e.getCursorPosition();e.selection.moveTo(t.row-1,Number.MAX_VALUE),e.insert("\n"),0===t.row&&e.navigateUp()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"openCommandPallete",exec:function(e){console.warn("This is an obsolete command. Please use `openCommandPalette` instead."),e.prompt({$type:"commands"})},readOnly:!0},{name:"openCommandPalette",description:"Open command palette",bindKey:i("F1","F1"),exec:function(e){e.prompt({$type:"commands"})},readOnly:!0},{name:"modeSelect",description:"Change language mode...",bindKey:i(null,null),exec:function(e){e.prompt({$type:"modes"})},readOnly:!0}];for(var l=1;l<9;l++)t.commands.push({name:"foldToLevel"+l,description:"Fold To Level "+l,level:l,exec:function(e){e.session.foldToLevel(this.level)},scrollIntoView:"center",readOnly:!0})})),ace.define("ace/keyboard/gutter_handler",["require","exports","module","ace/lib/keys","ace/mouse/default_gutter_handler"],(function(e,t,a){"use strict";var s=e("../lib/keys"),o=e("../mouse/default_gutter_handler").GutterTooltip,n=function(){function e(e){this.editor=e,this.gutterLayer=e.renderer.$gutterLayer,this.element=e.renderer.$gutter,this.lines=e.renderer.$gutterLayer.$lines,this.activeRowIndex=null,this.activeLane=null,this.annotationTooltip=new o(this.editor)}return e.prototype.addListener=function(){this.element.addEventListener("keydown",this.$onGutterKeyDown.bind(this)),this.element.addEventListener("focusout",this.$blurGutter.bind(this)),this.editor.on("mousewheel",this.$blurGutter.bind(this))},e.prototype.removeListener=function(){this.element.removeEventListener("keydown",this.$onGutterKeyDown.bind(this)),this.element.removeEventListener("focusout",this.$blurGutter.bind(this)),this.editor.off("mousewheel",this.$blurGutter.bind(this))},e.prototype.$onGutterKeyDown=function(e){if(this.annotationTooltip.isOpen)return e.preventDefault(),void(e.keyCode===s.escape&&this.annotationTooltip.hideTooltip());if(e.target===this.element){if(e.keyCode!=s.enter)return;e.preventDefault();var t=this.editor.getCursorPosition().row;return this.editor.isRowVisible(t)||this.editor.scrollToLine(t,!0,!0),void setTimeout(function(){var e=this.$rowToRowIndex(this.gutterLayer.$cursorCell.row),t=this.$findNearestFoldWidget(e),a=this.$findNearestAnnotation(e);if(null!==t||null!==a)return null===t&&null!==a?(this.activeRowIndex=a,this.activeLane="annotation",void this.$focusAnnotation(this.activeRowIndex)):null!==t&&null===a?(this.activeRowIndex=t,this.activeLane="fold",void this.$focusFoldWidget(this.activeRowIndex)):Math.abs(a-e)<Math.abs(t-e)?(this.activeRowIndex=a,this.activeLane="annotation",void this.$focusAnnotation(this.activeRowIndex)):(this.activeRowIndex=t,this.activeLane="fold",void this.$focusFoldWidget(this.activeRowIndex))}.bind(this),10)}this.$handleGutterKeyboardInteraction(e),setTimeout(function(){this.editor._signal("gutterkeydown",new i(e,this))}.bind(this),10)},e.prototype.$handleGutterKeyboardInteraction=function(e){if(e.keyCode!==s.tab){if(e.keyCode===s.escape)return e.preventDefault(),this.$blurGutter(),this.element.focus(),void(this.lane=null);if(e.keyCode!==s.up)if(e.keyCode!==s.down){if(e.keyCode===s.left)return e.preventDefault(),void this.$switchLane("annotation");if(e.keyCode===s.right)return e.preventDefault(),void this.$switchLane("fold");if(e.keyCode!==s.enter&&e.keyCode!==s.space);else switch(e.preventDefault(),this.activeLane){case"fold":if("start"===this.gutterLayer.session.foldWidgets[this.$rowIndexToRow(this.activeRowIndex)]){var t=this.$rowIndexToRow(this.activeRowIndex);this.editor.session.onFoldWidgetClick(this.$rowIndexToRow(this.activeRowIndex),e),setTimeout(function(){this.$rowIndexToRow(this.activeRowIndex)!==t&&(this.$blurFoldWidget(this.activeRowIndex),this.activeRowIndex=this.$rowToRowIndex(t),this.$focusFoldWidget(this.activeRowIndex))}.bind(this),10);break}if("end"===this.gutterLayer.session.foldWidgets[this.$rowIndexToRow(this.activeRowIndex)])break;return;case"annotation":var a=this.lines.cells[this.activeRowIndex].element.childNodes[2].getBoundingClientRect(),o=this.annotationTooltip.getElement().style;o.left=a.right+"px",o.top=a.bottom+"px",this.annotationTooltip.showTooltip(this.$rowIndexToRow(this.activeRowIndex))}}else switch(e.preventDefault(),this.activeLane){case"fold":this.$moveFoldWidgetDown();break;case"annotation":this.$moveAnnotationDown()}else switch(e.preventDefault(),this.activeLane){case"fold":this.$moveFoldWidgetUp();break;case"annotation":this.$moveAnnotationUp()}}else e.preventDefault()},e.prototype.$blurGutter=function(){if(null!==this.activeRowIndex)switch(this.activeLane){case"fold":this.$blurFoldWidget(this.activeRowIndex);break;case"annotation":this.$blurAnnotation(this.activeRowIndex)}this.annotationTooltip.isOpen&&this.annotationTooltip.hideTooltip()},e.prototype.$isFoldWidgetVisible=function(e){var t=this.editor.isRowFullyVisible(this.$rowIndexToRow(e)),a="none"!==this.$getFoldWidget(e).style.display;return t&&a},e.prototype.$isAnnotationVisible=function(e){var t=this.editor.isRowFullyVisible(this.$rowIndexToRow(e)),a="none"!==this.$getAnnotation(e).style.display;return t&&a},e.prototype.$getFoldWidget=function(e){return this.lines.get(e).element.childNodes[1]},e.prototype.$getAnnotation=function(e){return this.lines.get(e).element.childNodes[2]},e.prototype.$findNearestFoldWidget=function(e){if(this.$isFoldWidgetVisible(e))return e;for(var t=0;e-t>0||e+t<this.lines.getLength()-1;){if(e-++t>=0&&this.$isFoldWidgetVisible(e-t))return e-t;if(e+t<=this.lines.getLength()-1&&this.$isFoldWidgetVisible(e+t))return e+t}return null},e.prototype.$findNearestAnnotation=function(e){if(this.$isAnnotationVisible(e))return e;for(var t=0;e-t>0||e+t<this.lines.getLength()-1;){if(e-++t>=0&&this.$isAnnotationVisible(e-t))return e-t;if(e+t<=this.lines.getLength()-1&&this.$isAnnotationVisible(e+t))return e+t}return null},e.prototype.$focusFoldWidget=function(e){if(null!=e){var t=this.$getFoldWidget(e);t.classList.add(this.editor.renderer.keyboardFocusClassName),t.focus()}},e.prototype.$focusAnnotation=function(e){if(null!=e){var t=this.$getAnnotation(e);t.classList.add(this.editor.renderer.keyboardFocusClassName),t.focus()}},e.prototype.$blurFoldWidget=function(e){var t=this.$getFoldWidget(e);t.classList.remove(this.editor.renderer.keyboardFocusClassName),t.blur()},e.prototype.$blurAnnotation=function(e){var t=this.$getAnnotation(e);t.classList.remove(this.editor.renderer.keyboardFocusClassName),t.blur()},e.prototype.$moveFoldWidgetUp=function(){for(var e=this.activeRowIndex;e>0;)if(e--,this.$isFoldWidgetVisible(e))return this.$blurFoldWidget(this.activeRowIndex),this.activeRowIndex=e,void this.$focusFoldWidget(this.activeRowIndex)},e.prototype.$moveFoldWidgetDown=function(){for(var e=this.activeRowIndex;e<this.lines.getLength()-1;)if(e++,this.$isFoldWidgetVisible(e))return this.$blurFoldWidget(this.activeRowIndex),this.activeRowIndex=e,void this.$focusFoldWidget(this.activeRowIndex)},e.prototype.$moveAnnotationUp=function(){for(var e=this.activeRowIndex;e>0;)if(e--,this.$isAnnotationVisible(e))return this.$blurAnnotation(this.activeRowIndex),this.activeRowIndex=e,void this.$focusAnnotation(this.activeRowIndex)},e.prototype.$moveAnnotationDown=function(){for(var e=this.activeRowIndex;e<this.lines.getLength()-1;)if(e++,this.$isAnnotationVisible(e))return this.$blurAnnotation(this.activeRowIndex),this.activeRowIndex=e,void this.$focusAnnotation(this.activeRowIndex)},e.prototype.$switchLane=function(e){switch(e){case"annotation":if("annotation"===this.activeLane)break;var t=this.$findNearestAnnotation(this.activeRowIndex);if(null==t)break;this.activeLane="annotation",this.$blurFoldWidget(this.activeRowIndex),this.activeRowIndex=t,this.$focusAnnotation(this.activeRowIndex);break;case"fold":if("fold"===this.activeLane)break;var a=this.$findNearestFoldWidget(this.activeRowIndex);if(null==a)break;this.activeLane="fold",this.$blurAnnotation(this.activeRowIndex),this.activeRowIndex=a,this.$focusFoldWidget(this.activeRowIndex)}},e.prototype.$rowIndexToRow=function(e){var t=this.lines.get(e);return t?t.row:null},e.prototype.$rowToRowIndex=function(e){for(var t=0;t<this.lines.getLength();t++)if(this.lines.get(t).row==e)return t;return null},e}();t.GutterKeyboardHandler=n;var i=function(){function e(e,t){this.gutterKeyboardHandler=t,this.domEvent=e}return e.prototype.getKey=function(){return s.keyCodeToString(this.domEvent.keyCode)},e.prototype.getRow=function(){return this.gutterKeyboardHandler.$rowIndexToRow(this.gutterKeyboardHandler.activeRowIndex)},e.prototype.isInAnnotationLane=function(){return"annotation"===this.gutterKeyboardHandler.activeLane},e.prototype.isInFoldLane=function(){return"fold"===this.gutterKeyboardHandler.activeLane},e}();t.GutterKeyboardEvent=i})),ace.define("ace/editor",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/useragent","ace/keyboard/textinput","ace/mouse/mouse_handler","ace/mouse/fold_handler","ace/keyboard/keybinding","ace/edit_session","ace/search","ace/range","ace/lib/event_emitter","ace/commands/command_manager","ace/commands/default_commands","ace/config","ace/token_iterator","ace/keyboard/gutter_handler","ace/config","ace/clipboard","ace/lib/keys","ace/lib/event","ace/tooltip"],(function(e,t,a){"use strict";var s=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],s=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&s>=e.length&&(e=void 0),{value:e&&e[s++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=e("./lib/oop"),n=e("./lib/dom"),i=e("./lib/lang"),l=e("./lib/useragent"),r=e("./keyboard/textinput").TextInput,c=e("./mouse/mouse_handler").MouseHandler,d=e("./mouse/fold_handler").FoldHandler,h=e("./keyboard/keybinding").KeyBinding,p=e("./edit_session").EditSession,g=e("./search").Search,u=e("./range").Range,m=e("./lib/event_emitter").EventEmitter,v=e("./commands/command_manager").CommandManager,b=e("./commands/default_commands").commands,f=e("./config"),w=e("./token_iterator").TokenIterator,x=e("./keyboard/gutter_handler").GutterKeyboardHandler,y=e("./config").nls,k=e("./clipboard"),C=e("./lib/keys"),_=e("./lib/event"),M=e("./tooltip").HoverTooltip,z=function(){function e(t,a,s){this.session,this.$toDestroy=[];var o=t.getContainerElement();this.container=o,this.renderer=t,this.id="editor"+ ++e.$uid,this.commands=new v(l.isMac?"mac":"win",b),"object"==typeof document&&(this.textInput=new r(t.getTextAreaContainer(),this),this.renderer.textarea=this.textInput.getElement(),this.$mouseHandler=new c(this),new d(this)),this.keyBinding=new h(this),this.$search=(new g).set({wrap:!0}),this.$historyTracker=this.$historyTracker.bind(this),this.commands.on("exec",this.$historyTracker),this.$initOperationListeners(),this._$emitInputEvent=i.delayedCall(function(){this._signal("input",{}),this.session&&!this.session.destroyed&&this.session.bgTokenizer.scheduleStart()}.bind(this)),this.on("change",(function(e,t){t._$emitInputEvent.schedule(31)})),this.setSession(a||s&&s.session||new p("")),f.resetOptions(this),s&&this.setOptions(s),f._signal("editor",this)}return e.prototype.$initOperationListeners=function(){this.commands.on("exec",this.startOperation.bind(this),!0),this.commands.on("afterExec",this.endOperation.bind(this),!0)},e.prototype.startOperation=function(e){this.session.startOperation(e)},e.prototype.endOperation=function(e){this.session.endOperation(e)},e.prototype.onStartOperation=function(e){this.curOp=this.session.curOp,this.curOp.scrollTop=this.renderer.scrollTop,this.prevOp=this.session.prevOp,e||(this.previousCommand=null)},e.prototype.onEndOperation=function(e){if(this.curOp&&this.session){if(e&&!1===e.returnValue)return void(this.curOp=null);if(this._signal("beforeEndOperation"),!this.curOp)return;var t=this.curOp.command,a=t&&t.scrollIntoView;if(a){switch(a){case"center-animate":a="animate";case"center":this.renderer.scrollCursorIntoView(null,.5);break;case"animate":case"cursor":this.renderer.scrollCursorIntoView();break;case"selectionPart":var s=this.selection.getRange(),o=this.renderer.layerConfig;(s.start.row>=o.lastRow||s.end.row<=o.firstRow)&&this.renderer.scrollSelectionIntoView(this.selection.anchor,this.selection.lead)}"animate"==a&&this.renderer.animateScrolling(this.curOp.scrollTop)}this.$lastSel=this.session.selection.toJSON(),this.prevOp=this.curOp,this.curOp=null}},e.prototype.$historyTracker=function(e){if(this.$mergeUndoDeltas){var t=this.prevOp,a=this.$mergeableCommands,s=t.command&&e.command.name==t.command.name;if("insertstring"==e.command.name){var o=e.args;void 0===this.mergeNextCommand&&(this.mergeNextCommand=!0),s=s&&this.mergeNextCommand&&(!/\s/.test(o)||/\s/.test(t.args)),this.mergeNextCommand=!0}else s=s&&-1!==a.indexOf(e.command.name);"always"!=this.$mergeUndoDeltas&&Date.now()-this.sequenceStartTime>2e3&&(s=!1),s?this.session.mergeUndoDeltas=!0:-1!==a.indexOf(e.command.name)&&(this.sequenceStartTime=Date.now())}},e.prototype.setKeyboardHandler=function(e,t){if(e&&"string"==typeof e&&"ace"!=e){this.$keybindingId=e;var a=this;f.loadModule(["keybinding",e],(function(s){a.$keybindingId==e&&a.keyBinding.setKeyboardHandler(s&&s.handler),t&&t()}))}else this.$keybindingId=null,this.keyBinding.setKeyboardHandler(e),t&&t()},e.prototype.getKeyboardHandler=function(){return this.keyBinding.getKeyboardHandler()},e.prototype.setSession=function(e){if(this.session!=e){this.curOp&&this.endOperation(),this.curOp={};var t=this.session;if(t){this.session.off("change",this.$onDocumentChange),this.session.off("changeMode",this.$onChangeMode),this.session.off("tokenizerUpdate",this.$onTokenizerUpdate),this.session.off("changeTabSize",this.$onChangeTabSize),this.session.off("changeWrapLimit",this.$onChangeWrapLimit),this.session.off("changeWrapMode",this.$onChangeWrapMode),this.session.off("changeFold",this.$onChangeFold),this.session.off("changeFrontMarker",this.$onChangeFrontMarker),this.session.off("changeBackMarker",this.$onChangeBackMarker),this.session.off("changeBreakpoint",this.$onChangeBreakpoint),this.session.off("changeAnnotation",this.$onChangeAnnotation),this.session.off("changeOverwrite",this.$onCursorChange),this.session.off("changeScrollTop",this.$onScrollTopChange),this.session.off("changeScrollLeft",this.$onScrollLeftChange),this.session.off("startOperation",this.$onStartOperation),this.session.off("endOperation",this.$onEndOperation);var a=this.session.getSelection();a.off("changeCursor",this.$onCursorChange),a.off("changeSelection",this.$onSelectionChange)}this.session=e,e?(this.$onDocumentChange=this.onDocumentChange.bind(this),e.on("change",this.$onDocumentChange),this.renderer.setSession(e),this.$onChangeMode=this.onChangeMode.bind(this),e.on("changeMode",this.$onChangeMode),this.$onTokenizerUpdate=this.onTokenizerUpdate.bind(this),e.on("tokenizerUpdate",this.$onTokenizerUpdate),this.$onChangeTabSize=this.renderer.onChangeTabSize.bind(this.renderer),e.on("changeTabSize",this.$onChangeTabSize),this.$onChangeWrapLimit=this.onChangeWrapLimit.bind(this),e.on("changeWrapLimit",this.$onChangeWrapLimit),this.$onChangeWrapMode=this.onChangeWrapMode.bind(this),e.on("changeWrapMode",this.$onChangeWrapMode),this.$onChangeFold=this.onChangeFold.bind(this),e.on("changeFold",this.$onChangeFold),this.$onChangeFrontMarker=this.onChangeFrontMarker.bind(this),this.session.on("changeFrontMarker",this.$onChangeFrontMarker),this.$onChangeBackMarker=this.onChangeBackMarker.bind(this),this.session.on("changeBackMarker",this.$onChangeBackMarker),this.$onChangeBreakpoint=this.onChangeBreakpoint.bind(this),this.session.on("changeBreakpoint",this.$onChangeBreakpoint),this.$onChangeAnnotation=this.onChangeAnnotation.bind(this),this.session.on("changeAnnotation",this.$onChangeAnnotation),this.$onCursorChange=this.onCursorChange.bind(this),this.session.on("changeOverwrite",this.$onCursorChange),this.$onScrollTopChange=this.onScrollTopChange.bind(this),this.session.on("changeScrollTop",this.$onScrollTopChange),this.$onScrollLeftChange=this.onScrollLeftChange.bind(this),this.session.on("changeScrollLeft",this.$onScrollLeftChange),this.selection=e.getSelection(),this.selection.on("changeCursor",this.$onCursorChange),this.$onSelectionChange=this.onSelectionChange.bind(this),this.selection.on("changeSelection",this.$onSelectionChange),this.$onStartOperation=this.onStartOperation.bind(this),this.session.on("startOperation",this.$onStartOperation),this.$onEndOperation=this.onEndOperation.bind(this),this.session.on("endOperation",this.$onEndOperation),this.onChangeMode(),this.onCursorChange(),this.onScrollTopChange(),this.onScrollLeftChange(),this.onSelectionChange(),this.onChangeFrontMarker(),this.onChangeBackMarker(),this.onChangeBreakpoint(),this.onChangeAnnotation(),this.session.getUseWrapMode()&&this.renderer.adjustWrapLimit(),this.renderer.updateFull()):(this.selection=null,this.renderer.setSession(e)),this._signal("changeSession",{session:e,oldSession:t}),this.curOp=null,t&&t._signal("changeEditor",{oldEditor:this}),t&&(t.$editor=null),e&&e._signal("changeEditor",{editor:this}),e&&(e.$editor=this),e&&!e.destroyed&&e.bgTokenizer.scheduleStart()}},e.prototype.getSession=function(){return this.session},e.prototype.setValue=function(e,t){return this.session.doc.setValue(e),t?1==t?this.navigateFileEnd():-1==t&&this.navigateFileStart():this.selectAll(),e},e.prototype.getValue=function(){return this.session.getValue()},e.prototype.getSelection=function(){return this.selection},e.prototype.resize=function(e){this.renderer.onResize(e)},e.prototype.setTheme=function(e,t){this.renderer.setTheme(e,t)},e.prototype.getTheme=function(){return this.renderer.getTheme()},e.prototype.setStyle=function(e){this.renderer.setStyle(e)},e.prototype.unsetStyle=function(e){this.renderer.unsetStyle(e)},e.prototype.getFontSize=function(){return this.getOption("fontSize")||n.computedStyle(this.container).fontSize},e.prototype.setFontSize=function(e){this.setOption("fontSize",e)},e.prototype.$highlightBrackets=function(){if(!this.$highlightPending){var e=this;this.$highlightPending=!0,setTimeout((function(){e.$highlightPending=!1;var t=e.session;if(t&&!t.destroyed){t.$bracketHighlight&&(t.$bracketHighlight.markerIds.forEach((function(e){t.removeMarker(e)})),t.$bracketHighlight=null);var a=e.getCursorPosition(),s=e.getKeyboardHandler(),o=s&&s.$getDirectionForHighlight&&s.$getDirectionForHighlight(e),n=t.getMatchingBracketRanges(a,o);if(!n){var i=new w(t,a.row,a.column).getCurrentToken();if(i&&/\b(?:tag-open|tag-name)/.test(i.type)){var l=t.getMatchingTags(a);l&&(n=[l.openTagName.isEmpty()?l.openTag:l.openTagName,l.closeTagName.isEmpty()?l.closeTag:l.closeTagName])}}if(!n&&t.$mode.getMatching&&(n=t.$mode.getMatching(e.session)),n){var r="ace_bracket";Array.isArray(n)?1==n.length&&(r="ace_error_bracket"):n=[n],2==n.length&&(0==u.comparePoints(n[0].end,n[1].start)?n=[u.fromPoints(n[0].start,n[1].end)]:0==u.comparePoints(n[0].start,n[1].end)&&(n=[u.fromPoints(n[1].start,n[0].end)])),t.$bracketHighlight={ranges:n,markerIds:n.map((function(e){return t.addMarker(e,r,"text")}))},e.getHighlightIndentGuides()&&e.renderer.$textLayer.$highlightIndentGuide()}else e.getHighlightIndentGuides()&&e.renderer.$textLayer.$highlightIndentGuide()}}),50)}},e.prototype.focus=function(){this.textInput.focus()},e.prototype.isFocused=function(){return this.textInput.isFocused()},e.prototype.blur=function(){this.textInput.blur()},e.prototype.onFocus=function(e){this.$isFocused||(this.$isFocused=!0,this.renderer.showCursor(),this.renderer.visualizeFocus(),this._emit("focus",e))},e.prototype.onBlur=function(e){this.$isFocused&&(this.$isFocused=!1,this.renderer.hideCursor(),this.renderer.visualizeBlur(),this._emit("blur",e))},e.prototype.$cursorChange=function(){this.renderer.updateCursor(),this.$highlightBrackets(),this.$updateHighlightActiveLine()},e.prototype.onDocumentChange=function(e){var t=this.session.$useWrapMode,a=e.start.row==e.end.row?e.end.row:1/0;this.renderer.updateLines(e.start.row,a,t),this._signal("change",e),this.$cursorChange()},e.prototype.onTokenizerUpdate=function(e){var t=e.data;this.renderer.updateLines(t.first,t.last)},e.prototype.onScrollTopChange=function(){this.renderer.scrollToY(this.session.getScrollTop())},e.prototype.onScrollLeftChange=function(){this.renderer.scrollToX(this.session.getScrollLeft())},e.prototype.onCursorChange=function(){this.$cursorChange(),this._signal("changeSelection")},e.prototype.$updateHighlightActiveLine=function(){var e,t=this.getSession();if(this.$highlightActiveLine&&("line"==this.$selectionStyle&&this.selection.isMultiLine()||(e=this.getCursorPosition()),this.renderer.theme&&this.renderer.theme.$selectionColorConflict&&!this.selection.isEmpty()&&(e=!1),!this.renderer.$maxLines||1!==this.session.getLength()||this.renderer.$minLines>1||(e=!1)),t.$highlightLineMarker&&!e)t.removeMarker(t.$highlightLineMarker.id),t.$highlightLineMarker=null;else if(!t.$highlightLineMarker&&e){var a=new u(e.row,e.column,e.row,1/0);a.id=t.addMarker(a,"ace_active-line","screenLine"),t.$highlightLineMarker=a}else e&&(t.$highlightLineMarker.start.row=e.row,t.$highlightLineMarker.end.row=e.row,t.$highlightLineMarker.start.column=e.column,t._signal("changeBackMarker"))},e.prototype.onSelectionChange=function(e){var t=this.session;if(t.$selectionMarker&&t.removeMarker(t.$selectionMarker),t.$selectionMarker=null,this.selection.isEmpty())this.$updateHighlightActiveLine();else{var a=this.selection.getRange(),s=this.getSelectionStyle();t.$selectionMarker=t.addMarker(a,"ace_selection",s)}var o=this.$highlightSelectedWord&&this.$getSelectionHighLightRegexp();this.session.highlight(o),this._signal("changeSelection")},e.prototype.$getSelectionHighLightRegexp=function(){var e=this.session,t=this.getSelectionRange();if(!t.isEmpty()&&!t.isMultiLine()){var a=t.start.column,s=t.end.column,o=e.getLine(t.start.row),n=o.substring(a,s);if(!(n.length>5e3)&&/[\w\d]/.test(n)){var i=this.$search.$assembleRegExp({wholeWord:!0,caseSensitive:!0,needle:n}),l=o.substring(a-1,s+1);if(i.test(l))return i}}},e.prototype.onChangeFrontMarker=function(){this.renderer.updateFrontMarkers()},e.prototype.onChangeBackMarker=function(){this.renderer.updateBackMarkers()},e.prototype.onChangeBreakpoint=function(){this.renderer.updateBreakpoints()},e.prototype.onChangeAnnotation=function(){this.renderer.setAnnotations(this.session.getAnnotations())},e.prototype.onChangeMode=function(e){this.renderer.updateText(),this._emit("changeMode",e)},e.prototype.onChangeWrapLimit=function(){this.renderer.updateFull()},e.prototype.onChangeWrapMode=function(){this.renderer.onResize(!0)},e.prototype.onChangeFold=function(){this.$updateHighlightActiveLine(),this.renderer.updateFull()},e.prototype.getSelectedText=function(){return this.session.getTextRange(this.getSelectionRange())},e.prototype.getCopyText=function(){var e=this.getSelectedText(),t=this.session.doc.getNewLineCharacter(),a=!1;if(!e&&this.$copyWithEmptySelection){a=!0;for(var s=this.selection.getAllRanges(),o=0;o<s.length;o++){var n=s[o];o&&s[o-1].start.row==n.start.row||(e+=this.session.getLine(n.start.row)+t)}}var i={text:e};return this._signal("copy",i),k.lineMode=!!a&&i.text,i.text},e.prototype.onCopy=function(){this.commands.exec("copy",this)},e.prototype.onCut=function(){this.commands.exec("cut",this)},e.prototype.onPaste=function(e,t){var a={text:e,event:t};this.commands.exec("paste",this,a)},e.prototype.$handlePaste=function(e){"string"==typeof e&&(e={text:e}),this._signal("paste",e);var t=e.text,a=t===k.lineMode,s=this.session;if(!this.inMultiSelectMode||this.inVirtualSelectionMode)a?s.insert({row:this.selection.lead.row,column:0},t):this.insert(t);else if(a)this.selection.rangeList.ranges.forEach((function(e){s.insert({row:e.start.row,column:0},t)}));else{var o=t.split(/\r\n|\r|\n/),n=this.selection.rangeList.ranges,i=!(2!=o.length||o[0]&&o[1]);if(o.length!=n.length||i)return this.commands.exec("insertstring",this,t);for(var l=n.length;l--;){var r=n[l];r.isEmpty()||s.remove(r),s.insert(r.start,o[l])}}},e.prototype.execCommand=function(e,t){return this.commands.exec(e,this,t)},e.prototype.insert=function(e,t){var a=this.session,s=a.getMode(),o=this.getCursorPosition();if(this.getBehavioursEnabled()&&!t){var n=s.transformAction(a.getState(o.row),"insertion",this,a,e);n&&(e!==n.text&&(this.inVirtualSelectionMode||(this.session.mergeUndoDeltas=!1,this.mergeNextCommand=!1)),e=n.text)}if("\t"==e&&(e=this.session.getTabString()),this.selection.isEmpty())this.session.getOverwrite()&&-1==e.indexOf("\n")&&((i=u.fromPoints(o,o)).end.column+=e.length,this.session.remove(i));else{var i=this.getSelectionRange();o=this.session.remove(i),this.clearSelection()}if("\n"==e||"\r\n"==e){var l=a.getLine(o.row);if(o.column>l.search(/\S|$/)){var r=l.substr(o.column).search(/\S|$/);a.doc.removeInLine(o.row,o.column,o.column+r)}}this.clearSelection();var c=o.column,d=a.getState(o.row),h=(l=a.getLine(o.row),s.checkOutdent(d,l,e));if(a.insert(o,e),n&&n.selection&&(2==n.selection.length?this.selection.setSelectionRange(new u(o.row,c+n.selection[0],o.row,c+n.selection[1])):this.selection.setSelectionRange(new u(o.row+n.selection[0],n.selection[1],o.row+n.selection[2],n.selection[3]))),this.$enableAutoIndent){if(a.getDocument().isNewLine(e)){var p=s.getNextLineIndent(d,l.slice(0,o.column),a.getTabString());a.insert({row:o.row+1,column:0},p)}h&&s.autoOutdent(d,a,o.row)}},e.prototype.autoIndent=function(){for(var e=this.session,t=e.getMode(),a=this.selection.isEmpty()?[new u(0,0,e.doc.getLength()-1,0)]:this.selection.getAllRanges(),s="",o="",n="",i=e.getTabString(),l=0;l<a.length;l++)for(var r=a[l].start.row,c=a[l].end.row,d=r;d<=c;d++){d>0&&(s=e.getState(d-1),o=e.getLine(d-1),n=t.getNextLineIndent(s,o,i));var h=e.getLine(d),p=t.$getIndent(h);if(n!==p){if(p.length>0){var g=new u(d,0,d,p.length);e.remove(g)}n.length>0&&e.insert({row:d,column:0},n)}t.autoOutdent(s,e,d)}},e.prototype.onTextInput=function(e,t){if(!t)return this.keyBinding.onTextInput(e);this.startOperation({command:{name:"insertstring"}});var a=this.applyComposition.bind(this,e,t);this.selection.rangeCount?this.forEachSelection(a):a(),this.endOperation()},e.prototype.applyComposition=function(e,t){var a;(t.extendLeft||t.extendRight)&&((a=this.selection.getRange()).start.column-=t.extendLeft,a.end.column+=t.extendRight,a.start.column<0&&(a.start.row--,a.start.column+=this.session.getLine(a.start.row).length+1),this.selection.setRange(a),e||a.isEmpty()||this.remove()),!e&&this.selection.isEmpty()||this.insert(e,!0),(t.restoreStart||t.restoreEnd)&&((a=this.selection.getRange()).start.column-=t.restoreStart,a.end.column-=t.restoreEnd,this.selection.setRange(a))},e.prototype.onCommandKey=function(e,t,a){return this.keyBinding.onCommandKey(e,t,a)},e.prototype.setOverwrite=function(e){this.session.setOverwrite(e)},e.prototype.getOverwrite=function(){return this.session.getOverwrite()},e.prototype.toggleOverwrite=function(){this.session.toggleOverwrite()},e.prototype.setScrollSpeed=function(e){this.setOption("scrollSpeed",e)},e.prototype.getScrollSpeed=function(){return this.getOption("scrollSpeed")},e.prototype.setDragDelay=function(e){this.setOption("dragDelay",e)},e.prototype.getDragDelay=function(){return this.getOption("dragDelay")},e.prototype.setSelectionStyle=function(e){this.setOption("selectionStyle",e)},e.prototype.getSelectionStyle=function(){return this.getOption("selectionStyle")},e.prototype.setHighlightActiveLine=function(e){this.setOption("highlightActiveLine",e)},e.prototype.getHighlightActiveLine=function(){return this.getOption("highlightActiveLine")},e.prototype.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},e.prototype.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},e.prototype.setHighlightSelectedWord=function(e){this.setOption("highlightSelectedWord",e)},e.prototype.getHighlightSelectedWord=function(){return this.$highlightSelectedWord},e.prototype.setAnimatedScroll=function(e){this.renderer.setAnimatedScroll(e)},e.prototype.getAnimatedScroll=function(){return this.renderer.getAnimatedScroll()},e.prototype.setShowInvisibles=function(e){this.renderer.setShowInvisibles(e)},e.prototype.getShowInvisibles=function(){return this.renderer.getShowInvisibles()},e.prototype.setDisplayIndentGuides=function(e){this.renderer.setDisplayIndentGuides(e)},e.prototype.getDisplayIndentGuides=function(){return this.renderer.getDisplayIndentGuides()},e.prototype.setHighlightIndentGuides=function(e){this.renderer.setHighlightIndentGuides(e)},e.prototype.getHighlightIndentGuides=function(){return this.renderer.getHighlightIndentGuides()},e.prototype.setShowPrintMargin=function(e){this.renderer.setShowPrintMargin(e)},e.prototype.getShowPrintMargin=function(){return this.renderer.getShowPrintMargin()},e.prototype.setPrintMarginColumn=function(e){this.renderer.setPrintMarginColumn(e)},e.prototype.getPrintMarginColumn=function(){return this.renderer.getPrintMarginColumn()},e.prototype.setReadOnly=function(e){this.setOption("readOnly",e)},e.prototype.getReadOnly=function(){return this.getOption("readOnly")},e.prototype.setBehavioursEnabled=function(e){this.setOption("behavioursEnabled",e)},e.prototype.getBehavioursEnabled=function(){return this.getOption("behavioursEnabled")},e.prototype.setWrapBehavioursEnabled=function(e){this.setOption("wrapBehavioursEnabled",e)},e.prototype.getWrapBehavioursEnabled=function(){return this.getOption("wrapBehavioursEnabled")},e.prototype.setShowFoldWidgets=function(e){this.setOption("showFoldWidgets",e)},e.prototype.getShowFoldWidgets=function(){return this.getOption("showFoldWidgets")},e.prototype.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},e.prototype.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},e.prototype.remove=function(e){this.selection.isEmpty()&&("left"==e?this.selection.selectLeft():this.selection.selectRight());var t=this.getSelectionRange();if(this.getBehavioursEnabled()){var a=this.session,s=a.getState(t.start.row),o=a.getMode().transformAction(s,"deletion",this,a,t);if(0===t.end.column){var n=a.getTextRange(t);if("\n"==n[n.length-1]){var i=a.getLine(t.end.row);/^\s+$/.test(i)&&(t.end.column=i.length)}}o&&(t=o)}this.session.remove(t),this.clearSelection()},e.prototype.removeWordRight=function(){this.selection.isEmpty()&&this.selection.selectWordRight(),this.session.remove(this.getSelectionRange()),this.clearSelection()},e.prototype.removeWordLeft=function(){this.selection.isEmpty()&&this.selection.selectWordLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},e.prototype.removeToLineStart=function(){this.selection.isEmpty()&&this.selection.selectLineStart(),this.selection.isEmpty()&&this.selection.selectLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},e.prototype.removeToLineEnd=function(){this.selection.isEmpty()&&this.selection.selectLineEnd();var e=this.getSelectionRange();e.start.column==e.end.column&&e.start.row==e.end.row&&(e.end.column=0,e.end.row++),this.session.remove(e),this.clearSelection()},e.prototype.splitLine=function(){this.selection.isEmpty()||(this.session.remove(this.getSelectionRange()),this.clearSelection());var e=this.getCursorPosition();this.insert("\n"),this.moveCursorToPosition(e)},e.prototype.setGhostText=function(e,t){this.renderer.setGhostText(e,t)},e.prototype.removeGhostText=function(){this.renderer.removeGhostText()},e.prototype.transposeLetters=function(){if(this.selection.isEmpty()){var e=this.getCursorPosition(),t=e.column;if(0!==t){var a,s,o=this.session.getLine(e.row);t<o.length?(a=o.charAt(t)+o.charAt(t-1),s=new u(e.row,t-1,e.row,t+1)):(a=o.charAt(t-1)+o.charAt(t-2),s=new u(e.row,t-2,e.row,t)),this.session.replace(s,a),this.session.selection.moveToPosition(s.end)}}},e.prototype.toLowerCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),a=this.session.getTextRange(t);this.session.replace(t,a.toLowerCase()),this.selection.setSelectionRange(e)},e.prototype.toUpperCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),a=this.session.getTextRange(t);this.session.replace(t,a.toUpperCase()),this.selection.setSelectionRange(e)},e.prototype.indent=function(){var e=this.session,t=this.getSelectionRange();if(!(t.start.row<t.end.row)){if(t.start.column<t.end.column){var a=e.getTextRange(t);if(!/^\s+$/.test(a))return d=this.$getSelectedRows(),void e.indentRows(d.first,d.last,"\t")}var s=e.getLine(t.start.row),o=t.start,n=e.getTabSize(),l=e.documentToScreenColumn(o.row,o.column);if(this.session.getUseSoftTabs())var r=n-l%n,c=i.stringRepeat(" ",r);else{for(r=l%n;" "==s[t.start.column-1]&&r;)t.start.column--,r--;this.selection.setSelectionRange(t),c="\t"}return this.insert(c)}var d=this.$getSelectedRows();e.indentRows(d.first,d.last,"\t")},e.prototype.blockIndent=function(){var e=this.$getSelectedRows();this.session.indentRows(e.first,e.last,"\t")},e.prototype.blockOutdent=function(){var e=this.session.getSelection();this.session.outdentRows(e.getRange())},e.prototype.sortLines=function(){for(var e=this.$getSelectedRows(),t=this.session,a=[],s=e.first;s<=e.last;s++)a.push(t.getLine(s));a.sort((function(e,t){return e.toLowerCase()<t.toLowerCase()?-1:e.toLowerCase()>t.toLowerCase()?1:0}));var o=new u(0,0,0,0);for(s=e.first;s<=e.last;s++){var n=t.getLine(s);o.start.row=s,o.end.row=s,o.end.column=n.length,t.replace(o,a[s-e.first])}},e.prototype.toggleCommentLines=function(){var e=this.session.getState(this.getCursorPosition().row),t=this.$getSelectedRows();this.session.getMode().toggleCommentLines(e,this.session,t.first,t.last)},e.prototype.toggleBlockComment=function(){var e=this.getCursorPosition(),t=this.session.getState(e.row),a=this.getSelectionRange();this.session.getMode().toggleBlockComment(t,this.session,a,e)},e.prototype.getNumberAt=function(e,t){var a=/[\-]?[0-9]+(?:\.[0-9]+)?/g;a.lastIndex=0;for(var s=this.session.getLine(e);a.lastIndex<t;){var o=a.exec(s);if(o.index<=t&&o.index+o[0].length>=t)return{value:o[0],start:o.index,end:o.index+o[0].length}}return null},e.prototype.modifyNumber=function(e){var t=this.selection.getCursor().row,a=this.selection.getCursor().column,s=new u(t,a-1,t,a),o=this.session.getTextRange(s);if(!isNaN(parseFloat(o))&&isFinite(o)){var n=this.getNumberAt(t,a);if(n){var i=n.value.indexOf(".")>=0?n.start+n.value.indexOf(".")+1:n.end,l=n.start+n.value.length-i,r=parseFloat(n.value);r*=Math.pow(10,l),i!==n.end&&a<i?e*=Math.pow(10,n.end-a-1):e*=Math.pow(10,n.end-a),r+=e;var c=(r/=Math.pow(10,l)).toFixed(l),d=new u(t,n.start,t,n.end);this.session.replace(d,c),this.moveCursorTo(t,Math.max(n.start+1,a+c.length-n.value.length))}}else this.toggleWord()},e.prototype.toggleWord=function(){var e=this.selection.getCursor().row,t=this.selection.getCursor().column;this.selection.selectWord();var a=this.getSelectedText(),s=this.selection.getWordRange().start.column,o=a.replace(/([a-z]+|[A-Z]+)(?=[A-Z_]|$)/g,"$1 ").split(/\s/),n=t-s-1;n<0&&(n=0);var l=0,r=0,c=this;a.match(/[A-Za-z0-9_]+/)&&o.forEach((function(t,o){r=l+t.length,n>=l&&n<=r&&(a=t,c.selection.clearSelection(),c.moveCursorTo(e,l+s),c.selection.selectTo(e,r+s)),l=r}));for(var d,h=this.$toggleWordPairs,p=0;p<h.length;p++)for(var g=h[p],u=0;u<=1;u++){var m=+!u,v=a.match(new RegExp("^\\s?_?("+i.escapeRegExp(g[u])+")\\s?$","i"));v&&a.match(new RegExp("([_]|^|\\s)("+i.escapeRegExp(v[1])+")($|\\s)","g"))&&(d=a.replace(new RegExp(i.escapeRegExp(g[u]),"i"),(function(e){var t=g[m];return e.toUpperCase()==e?t=t.toUpperCase():e.charAt(0).toUpperCase()==e.charAt(0)&&(t=t.substr(0,0)+g[m].charAt(0).toUpperCase()+t.substr(1)),t})),this.insert(d),d="")}},e.prototype.findLinkAt=function(e,t){var a,o,n=this.session.getLine(e).split(/((?:https?|ftp):\/\/[\S]+)/),i=t;i<0&&(i=0);var l,r=0,c=0;try{for(var d=s(n),h=d.next();!h.done;h=d.next()){var p=h.value;if(c=r+p.length,i>=r&&i<=c&&p.match(/((?:https?|ftp):\/\/[\S]+)/)){l=p.replace(/[\s:.,'";}\]]+$/,"");break}r=c}}catch(e){a={error:e}}finally{try{h&&!h.done&&(o=d.return)&&o.call(d)}finally{if(a)throw a.error}}return l},e.prototype.openLink=function(){var e=this.selection.getCursor(),t=this.findLinkAt(e.row,e.column);return t&&window.open(t,"_blank"),null!=t},e.prototype.removeLines=function(){var e=this.$getSelectedRows();this.session.removeFullLines(e.first,e.last),this.clearSelection()},e.prototype.duplicateSelection=function(){var e=this.selection,t=this.session,a=e.getRange(),s=e.isBackwards();if(a.isEmpty()){var o=a.start.row;t.duplicateLines(o,o)}else{var n=s?a.start:a.end,i=t.insert(n,t.getTextRange(a));a.start=n,a.end=i,e.setSelectionRange(a,s)}},e.prototype.moveLinesDown=function(){this.$moveLines(1,!1)},e.prototype.moveLinesUp=function(){this.$moveLines(-1,!1)},e.prototype.moveText=function(e,t,a){return this.session.moveText(e,t,a)},e.prototype.copyLinesUp=function(){this.$moveLines(-1,!0)},e.prototype.copyLinesDown=function(){this.$moveLines(1,!0)},e.prototype.$moveLines=function(e,t){var a,s,o=this.selection;if(!o.inMultiSelectMode||this.inVirtualSelectionMode){var n=o.toOrientedRange();a=this.$getSelectedRows(n),s=this.session.$moveLines(a.first,a.last,t?0:e),t&&-1==e&&(s=0),n.moveBy(s,0),o.fromOrientedRange(n)}else{var i=o.rangeList.ranges;o.rangeList.detach(this.session),this.inVirtualSelectionMode=!0;for(var l=0,r=0,c=i.length,d=0;d<c;d++){var h=d;i[d].moveBy(l,0);for(var p=(a=this.$getSelectedRows(i[d])).first,g=a.last;++d<c;){r&&i[d].moveBy(r,0);var u=this.$getSelectedRows(i[d]);if(t&&u.first!=g)break;if(!t&&u.first>g+1)break;g=u.last}for(d--,l=this.session.$moveLines(p,g,t?0:e),t&&-1==e&&(h=d+1);h<=d;)i[h].moveBy(l,0),h++;t||(l=0),r+=l}o.fromOrientedRange(o.ranges[0]),o.rangeList.attach(this.session),this.inVirtualSelectionMode=!1}},e.prototype.$getSelectedRows=function(e){return e=(e||this.getSelectionRange()).collapseRows(),{first:this.session.getRowFoldStart(e.start.row),last:this.session.getRowFoldEnd(e.end.row)}},e.prototype.onCompositionStart=function(e){this.renderer.showComposition(e)},e.prototype.onCompositionUpdate=function(e){this.renderer.setCompositionText(e)},e.prototype.onCompositionEnd=function(){this.renderer.hideComposition()},e.prototype.getFirstVisibleRow=function(){return this.renderer.getFirstVisibleRow()},e.prototype.getLastVisibleRow=function(){return this.renderer.getLastVisibleRow()},e.prototype.isRowVisible=function(e){return e>=this.getFirstVisibleRow()&&e<=this.getLastVisibleRow()},e.prototype.isRowFullyVisible=function(e){return e>=this.renderer.getFirstFullyVisibleRow()&&e<=this.renderer.getLastFullyVisibleRow()},e.prototype.$getVisibleRowCount=function(){return this.renderer.getScrollBottomRow()-this.renderer.getScrollTopRow()+1},e.prototype.$moveByPage=function(e,t){var a=this.renderer,s=this.renderer.layerConfig,o=e*Math.floor(s.height/s.lineHeight);!0===t?this.selection.$moveSelection((function(){this.moveCursorBy(o,0)})):!1===t&&(this.selection.moveCursorBy(o,0),this.selection.clearSelection());var n=a.scrollTop;a.scrollBy(0,o*s.lineHeight),null!=t&&a.scrollCursorIntoView(null,.5),a.animateScrolling(n)},e.prototype.selectPageDown=function(){this.$moveByPage(1,!0)},e.prototype.selectPageUp=function(){this.$moveByPage(-1,!0)},e.prototype.gotoPageDown=function(){this.$moveByPage(1,!1)},e.prototype.gotoPageUp=function(){this.$moveByPage(-1,!1)},e.prototype.scrollPageDown=function(){this.$moveByPage(1)},e.prototype.scrollPageUp=function(){this.$moveByPage(-1)},e.prototype.scrollToRow=function(e){this.renderer.scrollToRow(e)},e.prototype.scrollToLine=function(e,t,a,s){this.renderer.scrollToLine(e,t,a,s)},e.prototype.centerSelection=function(){var e=this.getSelectionRange(),t={row:Math.floor(e.start.row+(e.end.row-e.start.row)/2),column:Math.floor(e.start.column+(e.end.column-e.start.column)/2)};this.renderer.alignCursor(t,.5)},e.prototype.getCursorPosition=function(){return this.selection.getCursor()},e.prototype.getCursorPositionScreen=function(){return this.session.documentToScreenPosition(this.getCursorPosition())},e.prototype.getSelectionRange=function(){return this.selection.getRange()},e.prototype.selectAll=function(){this.selection.selectAll()},e.prototype.clearSelection=function(){this.selection.clearSelection()},e.prototype.moveCursorTo=function(e,t){this.selection.moveCursorTo(e,t)},e.prototype.moveCursorToPosition=function(e){this.selection.moveCursorToPosition(e)},e.prototype.jumpToMatching=function(e,t){var a=this.getCursorPosition(),s=new w(this.session,a.row,a.column),o=s.getCurrentToken(),n=0;o&&-1!==o.type.indexOf("tag-name")&&(o=s.stepBackward());var i=o||s.stepForward();if(i){var l,r,c=!1,d={},h=a.column-i.start,p={")":"(","(":"(","]":"[","[":"[","{":"{","}":"{"};do{if(i.value.match(/[{}()\[\]]/g)){for(;h<i.value.length&&!c;h++)if(p[i.value[h]])switch(r=p[i.value[h]]+"."+i.type.replace("rparen","lparen"),isNaN(d[r])&&(d[r]=0),i.value[h]){case"(":case"[":case"{":d[r]++;break;case")":case"]":case"}":d[r]--,-1===d[r]&&(l="bracket",c=!0)}}else-1!==i.type.indexOf("tag-name")&&(isNaN(d[i.value])&&(d[i.value]=0),"<"===o.value&&n>1?d[i.value]++:"</"===o.value&&d[i.value]--,-1===d[i.value]&&(l="tag",c=!0));c||(o=i,n++,i=s.stepForward(),h=0)}while(i&&!c);if(l){var g,m;if("bracket"===l)(g=this.session.getBracketRange(a))||(m=(g=new u(s.getCurrentTokenRow(),s.getCurrentTokenColumn()+h-1,s.getCurrentTokenRow(),s.getCurrentTokenColumn()+h-1)).start,(t||m.row===a.row&&Math.abs(m.column-a.column)<2)&&(g=this.session.getBracketRange(m)));else if("tag"===l){if(!i||-1===i.type.indexOf("tag-name"))return;if(0===(g=new u(s.getCurrentTokenRow(),s.getCurrentTokenColumn()-2,s.getCurrentTokenRow(),s.getCurrentTokenColumn()-2)).compare(a.row,a.column)){var v=this.session.getMatchingTags(a);v&&(v.openTag.contains(a.row,a.column)?m=(g=v.closeTag).start:(g=v.openTag,m=v.closeTag.start.row===a.row&&v.closeTag.start.column===a.column?g.end:g.start))}m=m||g.start}(m=g&&g.cursor||m)&&(e?g&&t?this.selection.setRange(g):g&&g.isEqual(this.getSelectionRange())?this.clearSelection():this.selection.selectTo(m.row,m.column):this.selection.moveTo(m.row,m.column))}}},e.prototype.gotoLine=function(e,t,a){this.selection.clearSelection(),this.session.unfold({row:e-1,column:t||0}),this.exitMultiSelectMode&&this.exitMultiSelectMode(),this.moveCursorTo(e-1,t||0),this.isRowFullyVisible(e-1)||this.scrollToLine(e-1,!0,a)},e.prototype.navigateTo=function(e,t){this.selection.moveTo(e,t)},e.prototype.navigateUp=function(e){if(this.selection.isMultiLine()&&!this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(-e||-1,0)},e.prototype.navigateDown=function(e){if(this.selection.isMultiLine()&&this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(e||1,0)},e.prototype.navigateLeft=function(e){if(this.selection.isEmpty())for(e=e||1;e--;)this.selection.moveCursorLeft();else{var t=this.getSelectionRange().start;this.moveCursorToPosition(t)}this.clearSelection()},e.prototype.navigateRight=function(e){if(this.selection.isEmpty())for(e=e||1;e--;)this.selection.moveCursorRight();else{var t=this.getSelectionRange().end;this.moveCursorToPosition(t)}this.clearSelection()},e.prototype.navigateLineStart=function(){this.selection.moveCursorLineStart(),this.clearSelection()},e.prototype.navigateLineEnd=function(){this.selection.moveCursorLineEnd(),this.clearSelection()},e.prototype.navigateFileEnd=function(){this.selection.moveCursorFileEnd(),this.clearSelection()},e.prototype.navigateFileStart=function(){this.selection.moveCursorFileStart(),this.clearSelection()},e.prototype.navigateWordRight=function(){this.selection.moveCursorWordRight(),this.clearSelection()},e.prototype.navigateWordLeft=function(){this.selection.moveCursorWordLeft(),this.clearSelection()},e.prototype.replace=function(e,t){t&&this.$search.set(t);var a=this.$search.find(this.session),s=0;return a?(this.$tryReplace(a,e)&&(s=1),this.selection.setSelectionRange(a),this.renderer.scrollSelectionIntoView(a.start,a.end),s):s},e.prototype.replaceAll=function(e,t){t&&this.$search.set(t);var a=this.$search.findAll(this.session),s=0;if(!a.length)return s;var o=this.getSelectionRange();this.selection.moveTo(0,0);for(var n=a.length-1;n>=0;--n)this.$tryReplace(a[n],e)&&s++;return this.selection.setSelectionRange(o),s},e.prototype.$tryReplace=function(e,t){var a=this.session.getTextRange(e);return null!==(t=this.$search.replace(a,t))?(e.end=this.session.replace(e,t),e):null},e.prototype.getLastSearchOptions=function(){return this.$search.getOptions()},e.prototype.find=function(e,t,a){t||(t={}),"string"==typeof e||e instanceof RegExp?t.needle=e:"object"==typeof e&&o.mixin(t,e);var s=this.selection.getRange();null==t.needle&&((e=this.session.getTextRange(s)||this.$search.$options.needle)||(s=this.session.getWordRange(s.start.row,s.start.column),e=this.session.getTextRange(s)),this.$search.set({needle:e})),this.$search.set(t),t.start||this.$search.set({start:s});var n=this.$search.find(this.session);return t.preventScroll?n:n?(this.revealRange(n,a),n):(t.backwards?s.start=s.end:s.end=s.start,void this.selection.setRange(s))},e.prototype.findNext=function(e,t){this.find({skipCurrent:!0,backwards:!1},e,t)},e.prototype.findPrevious=function(e,t){this.find(e,{skipCurrent:!0,backwards:!0},t)},e.prototype.revealRange=function(e,t){this.session.unfold(e),this.selection.setSelectionRange(e);var a=this.renderer.scrollTop;this.renderer.scrollSelectionIntoView(e.start,e.end,.5),!1!==t&&this.renderer.animateScrolling(a)},e.prototype.undo=function(){this.session.getUndoManager().undo(this.session),this.renderer.scrollCursorIntoView(null,.5)},e.prototype.redo=function(){this.session.getUndoManager().redo(this.session),this.renderer.scrollCursorIntoView(null,.5)},e.prototype.destroy=function(){this.$toDestroy&&(this.$toDestroy.forEach((function(e){e.destroy()})),this.$toDestroy=null),this.$mouseHandler&&this.$mouseHandler.destroy(),this.renderer.destroy(),this._signal("destroy",this),this.session&&this.session.destroy(),this._$emitInputEvent&&this._$emitInputEvent.cancel(),this.removeAllListeners()},e.prototype.setAutoScrollEditorIntoView=function(e){if(e){var t,a=this,s=!1;this.$scrollAnchor||(this.$scrollAnchor=document.createElement("div"));var o=this.$scrollAnchor;o.style.cssText="position:absolute",this.container.insertBefore(o,this.container.firstChild);var n=this.on("changeSelection",(function(){s=!0})),i=this.renderer.on("beforeRender",(function(){s&&(t=a.renderer.container.getBoundingClientRect())})),l=this.renderer.on("afterRender",(function(){if(s&&t&&(a.isFocused()||a.searchBox&&a.searchBox.isFocused())){var e=a.renderer,n=e.$cursorLayer.$pixelPos,i=e.layerConfig,l=n.top-i.offset;null!=(s=n.top>=0&&l+t.top<0||!(n.top<i.height&&n.top+t.top+i.lineHeight>window.innerHeight)&&null)&&(o.style.top=l+"px",o.style.left=n.left+"px",o.style.height=i.lineHeight+"px",o.scrollIntoView(s)),s=t=null}}));this.setAutoScrollEditorIntoView=function(e){e||(delete this.setAutoScrollEditorIntoView,this.off("changeSelection",n),this.renderer.off("afterRender",l),this.renderer.off("beforeRender",i))}}},e.prototype.$resetCursorStyle=function(){var e=this.$cursorStyle||"ace",t=this.renderer.$cursorLayer;t&&(t.setSmoothBlinking(/smooth/.test(e)),t.isBlinking=!this.$readOnly&&"wide"!=e,n.setCssClass(t.element,"ace_slim-cursors",/slim/.test(e)))},e.prototype.prompt=function(e,t,a){var s=this;f.loadModule("ace/ext/prompt",(function(o){o.prompt(s,e,t,a)}))},e}();z.$uid=0,z.prototype.curOp=null,z.prototype.prevOp={},z.prototype.$mergeableCommands=["backspace","del","insertstring"],z.prototype.$toggleWordPairs=[["first","last"],["true","false"],["yes","no"],["width","height"],["top","bottom"],["right","left"],["on","off"],["x","y"],["get","set"],["max","min"],["horizontal","vertical"],["show","hide"],["add","remove"],["up","down"],["before","after"],["even","odd"],["in","out"],["inside","outside"],["next","previous"],["increase","decrease"],["attach","detach"],["&&","||"],["==","!="]],o.implement(z.prototype,m),f.defineOptions(z.prototype,"editor",{selectionStyle:{set:function(e){this.onSelectionChange(),this._signal("changeSelectionStyle",{data:e})},initialValue:"line"},highlightActiveLine:{set:function(){this.$updateHighlightActiveLine()},initialValue:!0},highlightSelectedWord:{set:function(e){this.$onSelectionChange()},initialValue:!0},readOnly:{set:function(e){var t=this;this.textInput.setReadOnly(e),this.$resetCursorStyle(),this.$readOnlyCallback||(this.$readOnlyCallback=function(e){var a=!1;if(e&&"keydown"==e.type){if(!(a=e&&e.key&&1==e.key.length&&!e.ctrlKey&&!e.metaKey))return}else e&&"exec"!==e.type&&(a=!0);if(a){t.hoverTooltip||(t.hoverTooltip=new M);var s=n.createElement("div");s.textContent=y("editor.tooltip.disable-editing","Editing is disabled"),t.hoverTooltip.isOpen||t.hoverTooltip.showForRange(t,t.getSelectionRange(),s)}else t.hoverTooltip&&t.hoverTooltip.isOpen&&t.hoverTooltip.hide()});var a=this.textInput.getElement();e?(_.addListener(a,"keydown",this.$readOnlyCallback,this),this.commands.on("exec",this.$readOnlyCallback),this.commands.on("commandUnavailable",this.$readOnlyCallback)):(_.removeListener(a,"keydown",this.$readOnlyCallback),this.commands.off("exec",this.$readOnlyCallback),this.commands.off("commandUnavailable",this.$readOnlyCallback),this.hoverTooltip&&(this.hoverTooltip.destroy(),this.hoverTooltip=null))},initialValue:!1},copyWithEmptySelection:{set:function(e){this.textInput.setCopyWithEmptySelection(e)},initialValue:!1},cursorStyle:{set:function(e){this.$resetCursorStyle()},values:["ace","slim","smooth","wide"],initialValue:"ace"},mergeUndoDeltas:{values:[!1,!0,"always"],initialValue:!0},behavioursEnabled:{initialValue:!0},wrapBehavioursEnabled:{initialValue:!0},enableAutoIndent:{initialValue:!0},autoScrollEditorIntoView:{set:function(e){this.setAutoScrollEditorIntoView(e)}},keyboardHandler:{set:function(e){this.setKeyboardHandler(e)},get:function(){return this.$keybindingId},handlesSet:!0},value:{set:function(e){this.session.setValue(e)},get:function(){return this.getValue()},handlesSet:!0,hidden:!0},session:{set:function(e){this.setSession(e)},get:function(){return this.session},handlesSet:!0,hidden:!0},showLineNumbers:{set:function(e){this.renderer.$gutterLayer.setShowLineNumbers(e),this.renderer.$loop.schedule(this.renderer.CHANGE_GUTTER),e&&this.$relativeLineNumbers?j.attach(this):j.detach(this)},initialValue:!0},relativeLineNumbers:{set:function(e){this.$showLineNumbers&&e?j.attach(this):j.detach(this)}},placeholder:{set:function(e){this.$updatePlaceholder||(this.$updatePlaceholder=function(){var e=this.session&&(this.renderer.$composition||this.session.getLength()>1||this.session.getLine(0).length>0);if(e&&this.renderer.placeholderNode)this.renderer.off("afterRender",this.$updatePlaceholder),n.removeCssClass(this.container,"ace_hasPlaceholder"),this.renderer.placeholderNode.remove(),this.renderer.placeholderNode=null;else if(e||this.renderer.placeholderNode)!e&&this.renderer.placeholderNode&&(this.renderer.placeholderNode.textContent=this.$placeholder||"");else{this.renderer.on("afterRender",this.$updatePlaceholder),n.addCssClass(this.container,"ace_hasPlaceholder");var t=n.createElement("div");t.className="ace_placeholder",t.textContent=this.$placeholder||"",this.renderer.placeholderNode=t,this.renderer.content.appendChild(this.renderer.placeholderNode)}}.bind(this),this.on("input",this.$updatePlaceholder)),this.$updatePlaceholder()}},enableKeyboardAccessibility:{set:function(e){var t,a={name:"blurTextInput",description:"Set focus to the editor content div to allow tabbing through the page",bindKey:"Esc",exec:function(e){e.blur(),e.renderer.scroller.focus()},readOnly:!0},s=function(e){if(e.target==this.renderer.scroller&&e.keyCode===C.enter){e.preventDefault();var t=this.getCursorPosition().row;this.isRowVisible(t)||this.scrollToLine(t,!0,!0),this.focus()}};e?(this.renderer.enableKeyboardAccessibility=!0,this.renderer.keyboardFocusClassName="ace_keyboard-focus",this.textInput.getElement().setAttribute("tabindex",-1),this.textInput.setNumberOfExtraLines(l.isWin?3:0),this.renderer.scroller.setAttribute("tabindex",0),this.renderer.scroller.setAttribute("role","group"),this.renderer.scroller.setAttribute("aria-roledescription",y("editor.scroller.aria-roledescription","editor")),this.renderer.scroller.classList.add(this.renderer.keyboardFocusClassName),this.renderer.scroller.setAttribute("aria-label",y("editor.scroller.aria-label","Editor content, press Enter to start editing, press Escape to exit")),this.renderer.scroller.addEventListener("keyup",s.bind(this)),this.commands.addCommand(a),this.renderer.$gutter.setAttribute("tabindex",0),this.renderer.$gutter.setAttribute("aria-hidden",!1),this.renderer.$gutter.setAttribute("role","group"),this.renderer.$gutter.setAttribute("aria-roledescription",y("editor.gutter.aria-roledescription","editor gutter")),this.renderer.$gutter.setAttribute("aria-label",y("editor.gutter.aria-label","Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit")),this.renderer.$gutter.classList.add(this.renderer.keyboardFocusClassName),this.renderer.content.setAttribute("aria-hidden",!0),t||(t=new x(this)),t.addListener(),this.textInput.setAriaOptions({setLabel:!0})):(this.renderer.enableKeyboardAccessibility=!1,this.textInput.getElement().setAttribute("tabindex",0),this.textInput.setNumberOfExtraLines(0),this.renderer.scroller.setAttribute("tabindex",-1),this.renderer.scroller.removeAttribute("role"),this.renderer.scroller.removeAttribute("aria-roledescription"),this.renderer.scroller.classList.remove(this.renderer.keyboardFocusClassName),this.renderer.scroller.removeAttribute("aria-label"),this.renderer.scroller.removeEventListener("keyup",s.bind(this)),this.commands.removeCommand(a),this.renderer.content.removeAttribute("aria-hidden"),this.renderer.$gutter.setAttribute("tabindex",-1),this.renderer.$gutter.setAttribute("aria-hidden",!0),this.renderer.$gutter.removeAttribute("role"),this.renderer.$gutter.removeAttribute("aria-roledescription"),this.renderer.$gutter.removeAttribute("aria-label"),this.renderer.$gutter.classList.remove(this.renderer.keyboardFocusClassName),t&&t.removeListener())},initialValue:!1},textInputAriaLabel:{set:function(e){this.$textInputAriaLabel=e},initialValue:""},enableMobileMenu:{set:function(e){this.$enableMobileMenu=e},initialValue:!0},customScrollbar:"renderer",hScrollBarAlwaysVisible:"renderer",vScrollBarAlwaysVisible:"renderer",highlightGutterLine:"renderer",animatedScroll:"renderer",showInvisibles:"renderer",showPrintMargin:"renderer",printMarginColumn:"renderer",printMargin:"renderer",fadeFoldWidgets:"renderer",showFoldWidgets:"renderer",displayIndentGuides:"renderer",highlightIndentGuides:"renderer",showGutter:"renderer",fontSize:"renderer",fontFamily:"renderer",maxLines:"renderer",minLines:"renderer",scrollPastEnd:"renderer",fixedWidthGutter:"renderer",theme:"renderer",hasCssTransforms:"renderer",maxPixelHeight:"renderer",useTextareaForIME:"renderer",useResizeObserver:"renderer",useSvgGutterIcons:"renderer",showFoldedAnnotations:"renderer",scrollSpeed:"$mouseHandler",dragDelay:"$mouseHandler",dragEnabled:"$mouseHandler",focusTimeout:"$mouseHandler",tooltipFollowsMouse:"$mouseHandler",firstLineNumber:"session",overwrite:"session",newLineMode:"session",useWorker:"session",useSoftTabs:"session",navigateWithinSoftTabs:"session",tabSize:"session",wrap:"session",indentedSoftWrap:"session",foldStyle:"session",mode:"session"});var j={getText:function(e,t){return(Math.abs(e.selection.lead.row-t)||t+1+(t<9?"·":""))+""},getWidth:function(e,t,a){return Math.max(t.toString().length,(a.lastRow+1).toString().length,2)*a.characterWidth},update:function(e,t){t.renderer.$loop.schedule(t.renderer.CHANGE_GUTTER)},attach:function(e){e.renderer.$gutterLayer.$renderer=this,e.on("changeSelection",this.update),this.update(null,e)},detach:function(e){e.renderer.$gutterLayer.$renderer==this&&(e.renderer.$gutterLayer.$renderer=null),e.off("changeSelection",this.update),this.update(null,e)}};t.Editor=z})),ace.define("ace/layer/lines",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=function(){function e(e,t){this.element=e,this.canvasHeight=t||5e5,this.element.style.height=2*this.canvasHeight+"px",this.cells=[],this.cellCache=[],this.$offsetCoefficient=0}return e.prototype.moveContainer=function(e){s.translate(this.element,0,-e.firstRowScreen*e.lineHeight%this.canvasHeight-e.offset*this.$offsetCoefficient)},e.prototype.pageChanged=function(e,t){return Math.floor(e.firstRowScreen*e.lineHeight/this.canvasHeight)!==Math.floor(t.firstRowScreen*t.lineHeight/this.canvasHeight)},e.prototype.computeLineTop=function(e,t,a){var s=t.firstRowScreen*t.lineHeight,o=Math.floor(s/this.canvasHeight);return a.documentToScreenRow(e,0)*t.lineHeight-o*this.canvasHeight},e.prototype.computeLineHeight=function(e,t,a){return t.lineHeight*a.getRowLineCount(e)},e.prototype.getLength=function(){return this.cells.length},e.prototype.get=function(e){return this.cells[e]},e.prototype.shift=function(){this.$cacheCell(this.cells.shift())},e.prototype.pop=function(){this.$cacheCell(this.cells.pop())},e.prototype.push=function(e){if(Array.isArray(e)){this.cells.push.apply(this.cells,e);for(var t=s.createFragment(this.element),a=0;a<e.length;a++)t.appendChild(e[a].element);this.element.appendChild(t)}else this.cells.push(e),this.element.appendChild(e.element)},e.prototype.unshift=function(e){if(Array.isArray(e)){this.cells.unshift.apply(this.cells,e);for(var t=s.createFragment(this.element),a=0;a<e.length;a++)t.appendChild(e[a].element);this.element.firstChild?this.element.insertBefore(t,this.element.firstChild):this.element.appendChild(t)}else this.cells.unshift(e),this.element.insertAdjacentElement("afterbegin",e.element)},e.prototype.last=function(){return this.cells.length?this.cells[this.cells.length-1]:null},e.prototype.$cacheCell=function(e){e&&(e.element.remove(),this.cellCache.push(e))},e.prototype.createCell=function(e,t,a,o){var n=this.cellCache.pop();if(!n){var i=s.createElement("div");o&&o(i),this.element.appendChild(i),n={element:i,text:"",row:e}}return n.row=e,n},e}();t.Lines=o})),ace.define("ace/layer/gutter",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/layer/lines","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../lib/oop"),n=e("../lib/lang"),i=e("../lib/event_emitter").EventEmitter,l=e("./lines").Lines,r=e("../config").nls,c=function(){function e(e){this.element=s.createElement("div"),this.element.className="ace_layer ace_gutter-layer",e.appendChild(this.element),this.setShowFoldWidgets(this.$showFoldWidgets),this.gutterWidth=0,this.$annotations=[],this.$updateAnnotations=this.$updateAnnotations.bind(this),this.$lines=new l(this.element),this.$lines.$offsetCoefficient=1}return e.prototype.setSession=function(e){this.session&&this.session.off("change",this.$updateAnnotations),this.session=e,e&&e.on("change",this.$updateAnnotations)},e.prototype.addGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.addGutterDecoration"),this.session.addGutterDecoration(e,t)},e.prototype.removeGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.removeGutterDecoration"),this.session.removeGutterDecoration(e,t)},e.prototype.setAnnotations=function(e){this.$annotations=[];for(var t=0;t<e.length;t++){var a=e[t],s=a.row,o=this.$annotations[s];o||(o=this.$annotations[s]={text:[],type:[],displayText:[]});var i=a.text,l=a.text,r=a.type;i=i?n.escapeHTML(i):a.html||"",l=l||a.html||"",-1===o.text.indexOf(i)&&(o.text.push(i),o.type.push(r),o.displayText.push(l));var c=a.className;c?o.className=c:"error"===r?o.className=" ace_error":"security"!==r||/\bace_error\b/.test(o.className)?"warning"!==r||/\bace_(error|security)\b/.test(o.className)?"info"!==r||o.className?"hint"!==r||o.className||(o.className=" ace_hint"):o.className=" ace_info":o.className=" ace_warning":o.className=" ace_security"}},e.prototype.$updateAnnotations=function(e){if(this.$annotations.length){var t=e.start.row,a=e.end.row-t;if(0===a);else if("remove"==e.action)this.$annotations.splice(t,a+1,null);else{var s=new Array(a+1);s.unshift(t,1),this.$annotations.splice.apply(this.$annotations,s)}}},e.prototype.update=function(e){this.config=e;var t=this.session,a=e.firstRow,s=Math.min(e.lastRow+e.gutterOffset,t.getLength()-1);this.oldLastRow=s,this.config=e,this.$lines.moveContainer(e),this.$updateCursorRow();for(var o=t.getNextFoldLine(a),n=o?o.start.row:1/0,i=null,l=-1,r=a;;){if(r>n&&(r=o.end.row+1,n=(o=t.getNextFoldLine(r,o))?o.start.row:1/0),r>s){for(;this.$lines.getLength()>l+1;)this.$lines.pop();break}(i=this.$lines.get(++l))?i.row=r:(i=this.$lines.createCell(r,e,this.session,d),this.$lines.push(i)),this.$renderCell(i,e,o,r),r++}this._signal("afterRender"),this.$updateGutterWidth(e)},e.prototype.$updateGutterWidth=function(e){var t=this.session,a=t.gutterRenderer||this.$renderer,s=t.$firstLineNumber,o=this.$lines.last()?this.$lines.last().text:"";(this.$fixedWidth||t.$useWrapMode)&&(o=t.getLength()+s-1);var n=a?a.getWidth(t,o,e):o.toString().length*e.characterWidth,i=this.$padding||this.$computePadding();(n+=i.left+i.right)===this.gutterWidth||isNaN(n)||(this.gutterWidth=n,this.element.parentNode.style.width=this.element.style.width=Math.ceil(this.gutterWidth)+"px",this._signal("changeGutterWidth",n))},e.prototype.$updateCursorRow=function(){if(this.$highlightGutterLine){var e=this.session.selection.getCursor();this.$cursorRow!==e.row&&(this.$cursorRow=e.row)}},e.prototype.updateLineHighlight=function(){if(this.$highlightGutterLine){var e=this.session.selection.cursor.row;if(this.$cursorRow=e,!this.$cursorCell||this.$cursorCell.row!=e){this.$cursorCell&&(this.$cursorCell.element.className=this.$cursorCell.element.className.replace("ace_gutter-active-line ",""));var t=this.$lines.cells;this.$cursorCell=null;for(var a=0;a<t.length;a++){var s=t[a];if(s.row>=this.$cursorRow){if(s.row>this.$cursorRow){var o=this.session.getFoldLine(this.$cursorRow);if(!(a>0&&o&&o.start.row==t[a-1].row))break;s=t[a-1]}s.element.className="ace_gutter-active-line "+s.element.className,this.$cursorCell=s;break}}}}},e.prototype.scrollLines=function(e){var t=this.config;if(this.config=e,this.$updateCursorRow(),this.$lines.pageChanged(t,e))return this.update(e);this.$lines.moveContainer(e);var a=Math.min(e.lastRow+e.gutterOffset,this.session.getLength()-1),s=this.oldLastRow;if(this.oldLastRow=a,!t||s<e.firstRow)return this.update(e);if(a<t.firstRow)return this.update(e);if(t.firstRow<e.firstRow)for(var o=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);o>0;o--)this.$lines.shift();if(s>a)for(o=this.session.getFoldedRowCount(a+1,s);o>0;o--)this.$lines.pop();e.firstRow<t.firstRow&&this.$lines.unshift(this.$renderLines(e,e.firstRow,t.firstRow-1)),a>s&&this.$lines.push(this.$renderLines(e,s+1,a)),this.updateLineHighlight(),this._signal("afterRender"),this.$updateGutterWidth(e)},e.prototype.$renderLines=function(e,t,a){for(var s=[],o=t,n=this.session.getNextFoldLine(o),i=n?n.start.row:1/0;o>i&&(o=n.end.row+1,i=(n=this.session.getNextFoldLine(o,n))?n.start.row:1/0),!(o>a);){var l=this.$lines.createCell(o,e,this.session,d);this.$renderCell(l,e,n,o),s.push(l),o++}return s},e.prototype.$renderCell=function(e,t,a,o){var n=e.element,i=this.session,l=n.childNodes[0],c=n.childNodes[1],d=n.childNodes[2],h=d.firstChild,p=i.$firstLineNumber,g=i.$breakpoints,u=i.$decorations,m=i.gutterRenderer||this.$renderer,v=this.$showFoldWidgets&&i.foldWidgets,b=a?a.start.row:Number.MAX_VALUE,f=t.lineHeight+"px",w=this.$useSvgGutterIcons?"ace_gutter-cell_svg-icons ":"ace_gutter-cell ",x=this.$useSvgGutterIcons?"ace_icon_svg":"ace_icon",y=(m?m.getText(i,o):o+p).toString();if(this.$highlightGutterLine&&(o==this.$cursorRow||a&&o<this.$cursorRow&&o>=b&&this.$cursorRow<=a.end.row)&&(w+="ace_gutter-active-line ",this.$cursorCell!=e&&(this.$cursorCell&&(this.$cursorCell.element.className=this.$cursorCell.element.className.replace("ace_gutter-active-line ","")),this.$cursorCell=e)),g[o]&&(w+=g[o]),u[o]&&(w+=u[o]),this.$annotations[o]&&o!==b&&(w+=this.$annotations[o].className),v){var k=v[o];null==k&&(k=v[o]=i.getFoldWidget(o))}if(k){var C="ace_fold-widget ace_"+k,_="start"==k&&o==b&&o<a.end.row;if(_){C+=" ace_closed";for(var M="",z=!1,j=o+1;j<=a.end.row;j++)if(this.$annotations[j]){if(" ace_error"===this.$annotations[j].className){z=!0,M=" ace_error_fold";break}" ace_security"===this.$annotations[j].className?(z=!0,M=" ace_security_fold"):" ace_warning"===this.$annotations[j].className&&" ace_security_fold"!==M&&(z=!0,M=" ace_warning_fold")}w+=M}else C+=" ace_open";c.className!=C&&(c.className=C),s.setStyle(c.style,"height",f),s.setStyle(c.style,"display","inline-block"),c.setAttribute("role","button"),c.setAttribute("tabindex","-1");var L=i.getFoldWidgetRange(o);L?c.setAttribute("aria-label",r("gutter.code-folding.range.aria-label","Toggle code folding, rows $0 through $1",[L.start.row+1,L.end.row+1])):a?c.setAttribute("aria-label",r("gutter.code-folding.closed.aria-label","Toggle code folding, rows $0 through $1",[a.start.row+1,a.end.row+1])):c.setAttribute("aria-label",r("gutter.code-folding.open.aria-label","Toggle code folding, row $0",[o+1])),_?(c.setAttribute("aria-expanded","false"),c.setAttribute("title",r("gutter.code-folding.closed.title","Unfold code"))):(c.setAttribute("aria-expanded","true"),c.setAttribute("title",r("gutter.code-folding.open.title","Fold code")))}else c&&(s.setStyle(c.style,"display","none"),c.setAttribute("tabindex","0"),c.removeAttribute("role"),c.removeAttribute("aria-label"));if(z&&this.$showFoldedAnnotations){switch(d.className="ace_gutter_annotation",h.className=x,h.className+=M,s.setStyle(h.style,"height",f),s.setStyle(d.style,"display","block"),s.setStyle(d.style,"height",f),M){case" ace_error_fold":S=r("gutter.annotation.aria-label.error","Error, read annotations row $0",[y]);break;case" ace_security_fold":S=r("gutter.annotation.aria-label.security","Security finding, read annotations row $0",[y]);break;case" ace_warning_fold":S=r("gutter.annotation.aria-label.warning","Warning, read annotations row $0",[y])}d.setAttribute("aria-label",S),d.setAttribute("tabindex","-1"),d.setAttribute("role","button")}else if(this.$annotations[o]){var S;switch(d.className="ace_gutter_annotation",h.className=x,this.$useSvgGutterIcons?h.className+=this.$annotations[o].className:n.classList.add(this.$annotations[o].className.replace(" ","")),s.setStyle(h.style,"height",f),s.setStyle(d.style,"display","block"),s.setStyle(d.style,"height",f),this.$annotations[o].className){case" ace_error":S=r("gutter.annotation.aria-label.error","Error, read annotations row $0",[y]);break;case" ace_security":S=r("gutter.annotation.aria-label.security","Security finding, read annotations row $0",[y]);break;case" ace_warning":S=r("gutter.annotation.aria-label.warning","Warning, read annotations row $0",[y]);break;case" ace_info":S=r("gutter.annotation.aria-label.info","Info, read annotations row $0",[y]);break;case" ace_hint":S=r("gutter.annotation.aria-label.hint","Suggestion, read annotations row $0",[y])}d.setAttribute("aria-label",S),d.setAttribute("tabindex","-1"),d.setAttribute("role","button")}else s.setStyle(d.style,"display","none"),d.removeAttribute("aria-label"),d.removeAttribute("role"),d.setAttribute("tabindex","0");return y!==l.data&&(l.data=y),n.className!=w&&(n.className=w),s.setStyle(e.element.style,"height",this.$lines.computeLineHeight(o,t,i)+"px"),s.setStyle(e.element.style,"top",this.$lines.computeLineTop(o,t,i)+"px"),e.text=y,"none"===d.style.display&&"none"===c.style.display?e.element.setAttribute("aria-hidden",!0):e.element.setAttribute("aria-hidden",!1),e},e.prototype.setHighlightGutterLine=function(e){this.$highlightGutterLine=e},e.prototype.setShowLineNumbers=function(e){this.$renderer=!e&&{getWidth:function(){return 0},getText:function(){return""}}},e.prototype.getShowLineNumbers=function(){return this.$showLineNumbers},e.prototype.setShowFoldWidgets=function(e){e?s.addCssClass(this.element,"ace_folding-enabled"):s.removeCssClass(this.element,"ace_folding-enabled"),this.$showFoldWidgets=e,this.$padding=null},e.prototype.getShowFoldWidgets=function(){return this.$showFoldWidgets},e.prototype.$computePadding=function(){if(!this.element.firstChild)return{left:0,right:0};var e=s.computedStyle(this.element.firstChild);return this.$padding={},this.$padding.left=(parseInt(e.borderLeftWidth)||0)+(parseInt(e.paddingLeft)||0)+1,this.$padding.right=(parseInt(e.borderRightWidth)||0)+(parseInt(e.paddingRight)||0),this.$padding},e.prototype.getRegion=function(e){var t=this.$padding||this.$computePadding(),a=this.element.getBoundingClientRect();return e.x<t.left+a.left?"markers":this.$showFoldWidgets&&e.x>a.right-t.right?"foldWidgets":void 0},e}();function d(e){var t=document.createTextNode("");e.appendChild(t);var a=s.createElement("span");e.appendChild(a);var o=s.createElement("span");e.appendChild(o);var n=s.createElement("span");return o.appendChild(n),e}c.prototype.$fixedWidth=!1,c.prototype.$highlightGutterLine=!0,c.prototype.$renderer="",c.prototype.$showLineNumbers=!0,c.prototype.$showFoldWidgets=!0,o.implement(c.prototype,i),t.Gutter=c})),ace.define("ace/layer/marker",["require","exports","module","ace/range","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../range").Range,o=e("../lib/dom"),n=function(){function e(e){this.element=o.createElement("div"),this.element.className="ace_layer ace_marker-layer",e.appendChild(this.element)}return e.prototype.setPadding=function(e){this.$padding=e},e.prototype.setSession=function(e){this.session=e},e.prototype.setMarkers=function(e){this.markers=e},e.prototype.elt=function(e,t){var a=-1!=this.i&&this.element.childNodes[this.i];a?this.i++:(a=document.createElement("div"),this.element.appendChild(a),this.i=-1),a.style.cssText=t,a.className=e},e.prototype.update=function(e){if(e){var t;for(var a in this.config=e,this.i=0,this.markers){var s=this.markers[a];if(s.range){var o=s.range.clipRows(e.firstRow,e.lastRow);if(!o.isEmpty())if(o=o.toScreenRange(this.session),s.renderer){var n=this.$getTop(o.start.row,e),i=this.$padding+o.start.column*e.characterWidth;s.renderer(t,o,i,n,e)}else"fullLine"==s.type?this.drawFullLineMarker(t,o,s.clazz,e):"screenLine"==s.type?this.drawScreenLineMarker(t,o,s.clazz,e):o.isMultiLine()?"text"==s.type?this.drawTextMarker(t,o,s.clazz,e):this.drawMultiLineMarker(t,o,s.clazz,e):this.drawSingleLineMarker(t,o,s.clazz+" ace_start ace_br15",e)}else s.update(t,this,this.session,e)}if(-1!=this.i)for(;this.i<this.element.childElementCount;)this.element.removeChild(this.element.lastChild)}},e.prototype.$getTop=function(e,t){return(e-t.firstRowScreen)*t.lineHeight},e.prototype.drawTextMarker=function(e,t,a,o,n){for(var i=this.session,l=t.start.row,r=t.end.row,c=l,d=0,h=0,p=i.getScreenLastRowColumn(c),g=new s(c,t.start.column,c,h);c<=r;c++)g.start.row=g.end.row=c,g.start.column=c==l?t.start.column:i.getRowWrapIndent(c),g.end.column=p,d=h,h=p,p=c+1<r?i.getScreenLastRowColumn(c+1):c==r?0:t.end.column,this.drawSingleLineMarker(e,g,a+(c==l?" ace_start":"")+" ace_br"+((c==l||c==l+1&&t.start.column?1:0)|(d<h?2:0)|(h>p?4:0)|(c==r?8:0)),o,c==r?0:1,n)},e.prototype.drawMultiLineMarker=function(e,t,a,s,o){var n=this.$padding,i=s.lineHeight,l=this.$getTop(t.start.row,s),r=n+t.start.column*s.characterWidth;if(o=o||"",this.session.$bidiHandler.isBidiRow(t.start.row)?((c=t.clone()).end.row=c.start.row,c.end.column=this.session.getLine(c.start.row).length,this.drawBidiSingleLineMarker(e,c,a+" ace_br1 ace_start",s,null,o)):this.elt(a+" ace_br1 ace_start","height:"+i+"px;right:"+n+"px;top:"+l+"px;left:"+r+"px;"+(o||"")),this.session.$bidiHandler.isBidiRow(t.end.row)){var c;(c=t.clone()).start.row=c.end.row,c.start.column=0,this.drawBidiSingleLineMarker(e,c,a+" ace_br12",s,null,o)}else{l=this.$getTop(t.end.row,s);var d=t.end.column*s.characterWidth;this.elt(a+" ace_br12","height:"+i+"px;width:"+d+"px;top:"+l+"px;left:"+n+"px;"+(o||""))}if(!((i=(t.end.row-t.start.row-1)*s.lineHeight)<=0)){l=this.$getTop(t.start.row+1,s);var h=(t.start.column?1:0)|(t.end.column?0:8);this.elt(a+(h?" ace_br"+h:""),"height:"+i+"px;right:"+n+"px;top:"+l+"px;left:"+n+"px;"+(o||""))}},e.prototype.drawSingleLineMarker=function(e,t,a,s,o,n){if(this.session.$bidiHandler.isBidiRow(t.start.row))return this.drawBidiSingleLineMarker(e,t,a,s,o,n);var i=s.lineHeight,l=(t.end.column+(o||0)-t.start.column)*s.characterWidth,r=this.$getTop(t.start.row,s),c=this.$padding+t.start.column*s.characterWidth;this.elt(a,"height:"+i+"px;width:"+l+"px;top:"+r+"px;left:"+c+"px;"+(n||""))},e.prototype.drawBidiSingleLineMarker=function(e,t,a,s,o,n){var i=s.lineHeight,l=this.$getTop(t.start.row,s),r=this.$padding;this.session.$bidiHandler.getSelections(t.start.column,t.end.column).forEach((function(e){this.elt(a,"height:"+i+"px;width:"+(e.width+(o||0))+"px;top:"+l+"px;left:"+(r+e.left)+"px;"+(n||""))}),this)},e.prototype.drawFullLineMarker=function(e,t,a,s,o){var n=this.$getTop(t.start.row,s),i=s.lineHeight;t.start.row!=t.end.row&&(i+=this.$getTop(t.end.row,s)-n),this.elt(a,"height:"+i+"px;top:"+n+"px;left:0;right:0;"+(o||""))},e.prototype.drawScreenLineMarker=function(e,t,a,s,o){var n=this.$getTop(t.start.row,s),i=s.lineHeight;this.elt(a,"height:"+i+"px;top:"+n+"px;left:0;right:0;"+(o||""))},e}();n.prototype.$padding=0,t.Marker=n})),ace.define("ace/layer/text_util",["require","exports","module"],(function(e,t,a){var s=new Set(["text","rparen","lparen"]);t.isTextToken=function(e){return s.has(e)}})),ace.define("ace/layer/text",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/layer/lines","ace/lib/event_emitter","ace/config","ace/layer/text_util"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/dom"),n=e("../lib/lang"),i=e("./lines").Lines,l=e("../lib/event_emitter").EventEmitter,r=e("../config").nls,c=e("./text_util").isTextToken,d=function(){function e(e){this.dom=o,this.element=this.dom.createElement("div"),this.element.className="ace_layer ace_text-layer",e.appendChild(this.element),this.$updateEolChar=this.$updateEolChar.bind(this),this.$lines=new i(this.element)}return e.prototype.$updateEolChar=function(){var e=this.session.doc,t="\n"==e.getNewLineCharacter()&&"windows"!=e.getNewLineMode()?this.EOL_CHAR_LF:this.EOL_CHAR_CRLF;if(this.EOL_CHAR!=t)return this.EOL_CHAR=t,!0},e.prototype.setPadding=function(e){this.$padding=e,this.element.style.margin="0 "+e+"px"},e.prototype.getLineHeight=function(){return this.$fontMetrics.$characterSize.height||0},e.prototype.getCharacterWidth=function(){return this.$fontMetrics.$characterSize.width||0},e.prototype.$setFontMetrics=function(e){this.$fontMetrics=e,this.$fontMetrics.on("changeCharacterSize",function(e){this._signal("changeCharacterSize",e)}.bind(this)),this.$pollSizeChanges()},e.prototype.checkForSizeChanges=function(){this.$fontMetrics.checkForSizeChanges()},e.prototype.$pollSizeChanges=function(){return this.$pollSizeChangesTimer=this.$fontMetrics.$pollSizeChanges()},e.prototype.setSession=function(e){this.session=e,e&&this.$computeTabString()},e.prototype.setShowInvisibles=function(e){return this.showInvisibles!=e&&(this.showInvisibles=e,"string"==typeof e?(this.showSpaces=/tab/i.test(e),this.showTabs=/space/i.test(e),this.showEOL=/eol/i.test(e)):this.showSpaces=this.showTabs=this.showEOL=e,this.$computeTabString(),!0)},e.prototype.setDisplayIndentGuides=function(e){return this.displayIndentGuides!=e&&(this.displayIndentGuides=e,this.$computeTabString(),!0)},e.prototype.setHighlightIndentGuides=function(e){return this.$highlightIndentGuides!==e&&(this.$highlightIndentGuides=e,e)},e.prototype.$computeTabString=function(){var e=this.session.getTabSize();this.tabSize=e;for(var t=this.$tabStrings=[0],a=1;a<e+1;a++)this.showTabs?((s=this.dom.createElement("span")).className="ace_invisible ace_invisible_tab",s.textContent=n.stringRepeat(this.TAB_CHAR,a),t.push(s)):t.push(this.dom.createTextNode(n.stringRepeat(" ",a),this.element));if(this.displayIndentGuides){this.$indentGuideRe=/\s\S| \t|\t |\s$/;var s,o="ace_indent-guide",i=this.showSpaces?" ace_invisible ace_invisible_space":"",l=this.showSpaces?n.stringRepeat(this.SPACE_CHAR,this.tabSize):n.stringRepeat(" ",this.tabSize),r=this.showTabs?" ace_invisible ace_invisible_tab":"",c=this.showTabs?n.stringRepeat(this.TAB_CHAR,this.tabSize):l;(s=this.dom.createElement("span")).className=o+i,s.textContent=l,this.$tabStrings[" "]=s,(s=this.dom.createElement("span")).className=o+r,s.textContent=c,this.$tabStrings["\t"]=s}},e.prototype.updateLines=function(e,t,a){if(this.config.lastRow!=e.lastRow||this.config.firstRow!=e.firstRow)return this.update(e);this.config=e;for(var s=Math.max(t,e.firstRow),o=Math.min(a,e.lastRow),n=this.element.childNodes,i=0,l=e.firstRow;l<s;l++){if(r=this.session.getFoldLine(l)){if(r.containsRow(s)){s=r.start.row;break}l=r.end.row}i++}for(var r,c=!1,d=(l=s,(r=this.session.getNextFoldLine(l))?r.start.row:1/0);l>d&&(l=r.end.row+1,d=(r=this.session.getNextFoldLine(l,r))?r.start.row:1/0),!(l>o);){var h=n[i++];if(h){this.dom.removeChildren(h),this.$renderLine(h,l,l==d&&r),c&&(h.style.top=this.$lines.computeLineTop(l,e,this.session)+"px");var p=e.lineHeight*this.session.getRowLength(l)+"px";h.style.height!=p&&(c=!0,h.style.height=p)}l++}if(c)for(;i<this.$lines.cells.length;){var g=this.$lines.cells[i++];g.element.style.top=this.$lines.computeLineTop(g.row,e,this.session)+"px"}},e.prototype.scrollLines=function(e){var t=this.config;if(this.config=e,this.$lines.pageChanged(t,e))return this.update(e);this.$lines.moveContainer(e);var a=e.lastRow,s=t?t.lastRow:-1;if(!t||s<e.firstRow)return this.update(e);if(a<t.firstRow)return this.update(e);if(!t||t.lastRow<e.firstRow)return this.update(e);if(e.lastRow<t.firstRow)return this.update(e);if(t.firstRow<e.firstRow)for(var o=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);o>0;o--)this.$lines.shift();if(t.lastRow>e.lastRow)for(o=this.session.getFoldedRowCount(e.lastRow+1,t.lastRow);o>0;o--)this.$lines.pop();e.firstRow<t.firstRow&&this.$lines.unshift(this.$renderLinesFragment(e,e.firstRow,t.firstRow-1)),e.lastRow>t.lastRow&&this.$lines.push(this.$renderLinesFragment(e,t.lastRow+1,e.lastRow)),this.$highlightIndentGuide()},e.prototype.$renderLinesFragment=function(e,t,a){for(var s=[],n=t,i=this.session.getNextFoldLine(n),l=i?i.start.row:1/0;n>l&&(n=i.end.row+1,l=(i=this.session.getNextFoldLine(n,i))?i.start.row:1/0),!(n>a);){var r=this.$lines.createCell(n,e,this.session),c=r.element;this.dom.removeChildren(c),o.setStyle(c.style,"height",this.$lines.computeLineHeight(n,e,this.session)+"px"),o.setStyle(c.style,"top",this.$lines.computeLineTop(n,e,this.session)+"px"),this.$renderLine(c,n,n==l&&i),this.$useLineGroups()?c.className="ace_line_group":c.className="ace_line",s.push(r),n++}return s},e.prototype.update=function(e){this.$lines.moveContainer(e),this.config=e;for(var t=e.firstRow,a=e.lastRow,s=this.$lines;s.getLength();)s.pop();s.push(this.$renderLinesFragment(e,t,a))},e.prototype.$renderToken=function(e,t,a,s){for(var o,i=this,l=/(\t)|( +)|([\x00-\x1f\x80-\xa0\xad\u1680\u180E\u2000-\u200f\u2028\u2029\u202F\u205F\uFEFF\uFFF9-\uFFFC\u2066\u2067\u2068\u202A\u202B\u202D\u202E\u202C\u2069\u2060\u2061\u2062\u2063\u2064\u206A\u206B\u206B\u206C\u206D\u206E\u206F]+)|(\u3000)|([\u1100-\u115F\u11A3-\u11A7\u11FA-\u11FF\u2329-\u232A\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3001-\u303E\u3041-\u3096\u3099-\u30FF\u3105-\u312D\u3131-\u318E\u3190-\u31BA\u31C0-\u31E3\u31F0-\u321E\u3220-\u3247\u3250-\u32FE\u3300-\u4DBF\u4E00-\uA48C\uA490-\uA4C6\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFAFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFF01-\uFF60\uFFE0-\uFFE6]|[\uD800-\uDBFF][\uDC00-\uDFFF])/g,d=this.dom.createFragment(this.element),h=0;o=l.exec(s);){var p=o[1],g=o[2],u=o[3],m=o[4],v=o[5];if(i.showSpaces||!g){var b=h!=o.index?s.slice(h,o.index):"";if(h=o.index+o[0].length,b&&d.appendChild(this.dom.createTextNode(b,this.element)),p){var f=i.session.getScreenTabSize(t+o.index);d.appendChild(i.$tabStrings[f].cloneNode(!0)),t+=f-1}else g?i.showSpaces?((x=this.dom.createElement("span")).className="ace_invisible ace_invisible_space",x.textContent=n.stringRepeat(i.SPACE_CHAR,g.length),d.appendChild(x)):d.appendChild(this.dom.createTextNode(g,this.element)):u?((x=this.dom.createElement("span")).className="ace_invisible ace_invisible_space ace_invalid",x.textContent=n.stringRepeat(i.SPACE_CHAR,u.length),d.appendChild(x)):m?(t+=1,(x=this.dom.createElement("span")).style.width=2*i.config.characterWidth+"px",x.className=i.showSpaces?"ace_cjk ace_invisible ace_invisible_space":"ace_cjk",x.textContent=i.showSpaces?i.SPACE_CHAR:m,d.appendChild(x)):v&&(t+=1,(x=this.dom.createElement("span")).style.width=2*i.config.characterWidth+"px",x.className="ace_cjk",x.textContent=v,d.appendChild(x))}}if(d.appendChild(this.dom.createTextNode(h?s.slice(h):s,this.element)),c(a.type))e.appendChild(d);else{var w="ace_"+a.type.replace(/\./g," ace_"),x=this.dom.createElement("span");"fold"==a.type&&(x.style.width=a.value.length*this.config.characterWidth+"px",x.setAttribute("title",r("inline-fold.closed.title","Unfold code"))),x.className=w,x.appendChild(d),e.appendChild(x)}return t+s.length},e.prototype.renderIndentGuide=function(e,t,a){var s=t.search(this.$indentGuideRe);if(s<=0||s>=a)return t;if(" "==t[0]){for(var o=(s-=s%this.tabSize)/this.tabSize,n=0;n<o;n++)e.appendChild(this.$tabStrings[" "].cloneNode(!0));return this.$highlightIndentGuide(),t.substr(s)}if("\t"==t[0]){for(n=0;n<s;n++)e.appendChild(this.$tabStrings["\t"].cloneNode(!0));return this.$highlightIndentGuide(),t.substr(s)}return this.$highlightIndentGuide(),t},e.prototype.$highlightIndentGuide=function(){if(this.$highlightIndentGuides&&this.displayIndentGuides){this.$highlightIndentGuideMarker={indentLevel:void 0,start:void 0,end:void 0,dir:void 0};var e=this.session.doc.$lines;if(e){var t=this.session.selection.getCursor(),a=/^\s*/.exec(this.session.doc.getLine(t.row))[0].length,s=Math.floor(a/this.tabSize);if(this.$highlightIndentGuideMarker={indentLevel:s,start:t.row},this.session.$bracketHighlight)for(var o=this.session.$bracketHighlight.ranges,n=0;n<o.length;n++)if(t.row!==o[n].start.row){this.$highlightIndentGuideMarker.end=o[n].start.row+1,t.row>o[n].start.row?this.$highlightIndentGuideMarker.dir=-1:this.$highlightIndentGuideMarker.dir=1;break}if(!this.$highlightIndentGuideMarker.end&&""!==e[t.row]&&t.column===e[t.row].length)for(this.$highlightIndentGuideMarker.dir=1,n=t.row+1;n<e.length;n++){var i=e[n],l=/^\s*/.exec(i)[0].length;if(""!==i&&(this.$highlightIndentGuideMarker.end=n,l<=a))break}this.$renderHighlightIndentGuide()}}},e.prototype.$clearActiveIndentGuide=function(){for(var e=this.element.querySelectorAll(".ace_indent-guide-active"),t=0;t<e.length;t++)e[t].classList.remove("ace_indent-guide-active")},e.prototype.$setIndentGuideActive=function(e,t){if(""!==this.session.doc.getLine(e.row)){var a=e.element;if(e.element.classList&&e.element.classList.contains("ace_line_group")){if(!(e.element.childNodes.length>0))return;a=e.element.childNodes[0]}var s=a.childNodes;if(s){var o=s[t-1];o&&o.classList&&o.classList.contains("ace_indent-guide")&&o.classList.add("ace_indent-guide-active")}}},e.prototype.$renderHighlightIndentGuide=function(){if(this.$lines){var e=this.$lines.cells;this.$clearActiveIndentGuide();var t=this.$highlightIndentGuideMarker.indentLevel;if(0!==t)if(1===this.$highlightIndentGuideMarker.dir)for(var a=0;a<e.length;a++){var s=e[a];if(this.$highlightIndentGuideMarker.end&&s.row>=this.$highlightIndentGuideMarker.start+1){if(s.row>=this.$highlightIndentGuideMarker.end)break;this.$setIndentGuideActive(s,t)}}else for(a=e.length-1;a>=0;a--)if(s=e[a],this.$highlightIndentGuideMarker.end&&s.row<this.$highlightIndentGuideMarker.start){if(s.row<this.$highlightIndentGuideMarker.end)break;this.$setIndentGuideActive(s,t)}}},e.prototype.$createLineElement=function(e){var t=this.dom.createElement("div");return t.className="ace_line",t.style.height=this.config.lineHeight+"px",t},e.prototype.$renderWrappedLine=function(e,t,a){var s=0,o=0,i=a[0],l=0,r=this.$createLineElement();e.appendChild(r);for(var c=0;c<t.length;c++){var d=t[c],h=d.value;if(0==c&&this.displayIndentGuides){if(s=h.length,!(h=this.renderIndentGuide(r,h,i)))continue;s-=h.length}if(s+h.length<i)l=this.$renderToken(r,l,d,h),s+=h.length;else{for(;s+h.length>=i;)l=this.$renderToken(r,l,d,h.substring(0,i-s)),h=h.substring(i-s),s=i,r=this.$createLineElement(),e.appendChild(r),r.appendChild(this.dom.createTextNode(n.stringRepeat(" ",a.indent),this.element)),l=0,i=a[++o]||Number.MAX_VALUE;0!=h.length&&(s+=h.length,l=this.$renderToken(r,l,d,h))}}a[a.length-1]>this.MAX_LINE_LENGTH&&this.$renderOverflowMessage(r,l,null,"",!0)},e.prototype.$renderSimpleLine=function(e,t){for(var a=0,s=0;s<t.length;s++){var o=t[s],n=o.value;if(0!=s||!this.displayIndentGuides||(n=this.renderIndentGuide(e,n))){if(a+n.length>this.MAX_LINE_LENGTH)return this.$renderOverflowMessage(e,a,o,n);a=this.$renderToken(e,a,o,n)}}},e.prototype.$renderOverflowMessage=function(e,t,a,s,o){a&&this.$renderToken(e,t,a,s.slice(0,this.MAX_LINE_LENGTH-t));var n=this.dom.createElement("span");n.className="ace_inline_button ace_keyword ace_toggle_wrap",n.textContent=o?"<hide>":"<click to see more...>",e.appendChild(n)},e.prototype.$renderLine=function(e,t,a){if(a||0==a||(a=this.session.getFoldLine(t)),a)var s=this.$getFoldLineTokens(t,a);else s=this.session.getTokens(t);var o=e;if(s.length){var n=this.session.getRowSplitData(t);n&&n.length?(this.$renderWrappedLine(e,s,n),o=e.lastChild):(o=e,this.$useLineGroups()&&(o=this.$createLineElement(),e.appendChild(o)),this.$renderSimpleLine(o,s))}else this.$useLineGroups()&&(o=this.$createLineElement(),e.appendChild(o));if(this.showEOL&&o){a&&(t=a.end.row);var i=this.dom.createElement("span");i.className="ace_invisible ace_invisible_eol",i.textContent=t==this.session.getLength()-1?this.EOF_CHAR:this.EOL_CHAR,o.appendChild(i)}},e.prototype.$getFoldLineTokens=function(e,t){var a=this.session,s=[],o=a.getTokens(e);return t.walk((function(e,t,n,i,l){null!=e?s.push({type:"fold",value:e}):(l&&(o=a.getTokens(t)),o.length&&function(e,t,a){for(var o=0,n=0;n+e[o].value.length<t;)if(n+=e[o].value.length,++o==e.length)return;for(n!=t&&((i=e[o].value.substring(t-n)).length>a-t&&(i=i.substring(0,a-t)),s.push({type:e[o].type,value:i}),n=t+i.length,o+=1);n<a&&o<e.length;){var i;(i=e[o].value).length+n>a?s.push({type:e[o].type,value:i.substring(0,a-n)}):s.push(e[o]),n+=i.length,o+=1}}(o,i,n))}),t.end.row,this.session.getLine(t.end.row).length),s},e.prototype.$useLineGroups=function(){return this.session.getUseWrapMode()},e}();d.prototype.EOF_CHAR="¶",d.prototype.EOL_CHAR_LF="¬",d.prototype.EOL_CHAR_CRLF="¤",d.prototype.EOL_CHAR=d.prototype.EOL_CHAR_LF,d.prototype.TAB_CHAR="—",d.prototype.SPACE_CHAR="·",d.prototype.$padding=0,d.prototype.MAX_LINE_LENGTH=1e4,d.prototype.showInvisibles=!1,d.prototype.showSpaces=!1,d.prototype.showTabs=!1,d.prototype.showEOL=!1,d.prototype.displayIndentGuides=!0,d.prototype.$highlightIndentGuides=!0,d.prototype.$tabStrings=[],d.prototype.destroy={},d.prototype.onChangeTabSize=d.prototype.$computeTabString,s.implement(d.prototype,l),t.Text=d})),ace.define("ace/layer/cursor",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=function(){function e(e){this.element=s.createElement("div"),this.element.className="ace_layer ace_cursor-layer",e.appendChild(this.element),this.isVisible=!1,this.isBlinking=!0,this.blinkInterval=1e3,this.smoothBlinking=!1,this.cursors=[],this.cursor=this.addCursor(),s.addCssClass(this.element,"ace_hidden-cursors"),this.$updateCursors=this.$updateOpacity.bind(this)}return e.prototype.$updateOpacity=function(e){for(var t=this.cursors,a=t.length;a--;)s.setStyle(t[a].style,"opacity",e?"":"0")},e.prototype.$startCssAnimation=function(){for(var e=this.cursors,t=e.length;t--;)e[t].style.animationDuration=this.blinkInterval+"ms";this.$isAnimating=!0,setTimeout(function(){this.$isAnimating&&s.addCssClass(this.element,"ace_animate-blinking")}.bind(this))},e.prototype.$stopCssAnimation=function(){this.$isAnimating=!1,s.removeCssClass(this.element,"ace_animate-blinking")},e.prototype.setPadding=function(e){this.$padding=e},e.prototype.setSession=function(e){this.session=e},e.prototype.setBlinking=function(e){e!=this.isBlinking&&(this.isBlinking=e,this.restartTimer())},e.prototype.setBlinkInterval=function(e){e!=this.blinkInterval&&(this.blinkInterval=e,this.restartTimer())},e.prototype.setSmoothBlinking=function(e){e!=this.smoothBlinking&&(this.smoothBlinking=e,s.setCssClass(this.element,"ace_smooth-blinking",e),this.$updateCursors(!0),this.restartTimer())},e.prototype.addCursor=function(){var e=s.createElement("div");return e.className="ace_cursor",this.element.appendChild(e),this.cursors.push(e),e},e.prototype.removeCursor=function(){if(this.cursors.length>1){var e=this.cursors.pop();return e.parentNode.removeChild(e),e}},e.prototype.hideCursor=function(){this.isVisible=!1,s.addCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},e.prototype.showCursor=function(){this.isVisible=!0,s.removeCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},e.prototype.restartTimer=function(){var e=this.$updateCursors;if(clearInterval(this.intervalId),clearTimeout(this.timeoutId),this.$stopCssAnimation(),this.smoothBlinking&&(this.$isSmoothBlinking=!1,s.removeCssClass(this.element,"ace_smooth-blinking")),e(!0),this.isBlinking&&this.blinkInterval&&this.isVisible)if(this.smoothBlinking&&(this.$isSmoothBlinking=!0,setTimeout(function(){this.$isSmoothBlinking&&s.addCssClass(this.element,"ace_smooth-blinking")}.bind(this))),s.HAS_CSS_ANIMATION)this.$startCssAnimation();else{var t=function(){this.timeoutId=setTimeout((function(){e(!1)}),.6*this.blinkInterval)}.bind(this);this.intervalId=setInterval((function(){e(!0),t()}),this.blinkInterval),t()}else this.$stopCssAnimation()},e.prototype.getPixelPosition=function(e,t){if(!this.config||!this.session)return{left:0,top:0};e||(e=this.session.selection.getCursor());var a=this.session.documentToScreenPosition(e);return{left:this.$padding+(this.session.$bidiHandler.isBidiRow(a.row,e.row)?this.session.$bidiHandler.getPosLeft(a.column):a.column*this.config.characterWidth),top:(a.row-(t?this.config.firstRowScreen:0))*this.config.lineHeight}},e.prototype.isCursorInView=function(e,t){return e.top>=0&&e.top<t.maxHeight},e.prototype.update=function(e){this.config=e;var t=this.session.$selectionMarkers,a=0,o=0;void 0!==t&&0!==t.length||(t=[{cursor:null}]),a=0;for(var n=t.length;a<n;a++){var i=this.getPixelPosition(t[a].cursor,!0);if(!((i.top>e.height+e.offset||i.top<0)&&a>1)){var l=this.cursors[o++]||this.addCursor(),r=l.style;this.drawCursor?this.drawCursor(l,i,e,t[a],this.session):this.isCursorInView(i,e)?(s.setStyle(r,"display","block"),s.translate(l,i.left,i.top),s.setStyle(r,"width",Math.round(e.characterWidth)+"px"),s.setStyle(r,"height",e.lineHeight+"px")):s.setStyle(r,"display","none")}}for(;this.cursors.length>o;)this.removeCursor();var c=this.session.getOverwrite();this.$setOverwrite(c),this.$pixelPos=i,this.restartTimer()},e.prototype.$setOverwrite=function(e){e!=this.overwrite&&(this.overwrite=e,e?s.addCssClass(this.element,"ace_overwrite-cursors"):s.removeCssClass(this.element,"ace_overwrite-cursors"))},e.prototype.destroy=function(){clearInterval(this.intervalId),clearTimeout(this.timeoutId)},e}();o.prototype.$padding=0,o.prototype.drawCursor=null,t.Cursor=o})),ace.define("ace/scrollbar",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/event","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("./lib/oop"),i=e("./lib/dom"),l=e("./lib/event"),r=e("./lib/event_emitter").EventEmitter,c=32768,d=function(){function e(e,t){this.element=i.createElement("div"),this.element.className="ace_scrollbar ace_scrollbar"+t,this.inner=i.createElement("div"),this.inner.className="ace_scrollbar-inner",this.inner.textContent=" ",this.element.appendChild(this.inner),e.appendChild(this.element),this.setVisible(!1),this.skipEvent=!1,l.addListener(this.element,"scroll",this.onScroll.bind(this)),l.addListener(this.element,"mousedown",l.preventDefault)}return e.prototype.setVisible=function(e){this.element.style.display=e?"":"none",this.isVisible=e,this.coeff=1},e}();n.implement(d.prototype,r);var h=function(e){function t(t,a){var s=e.call(this,t,"-v")||this;return s.scrollTop=0,s.scrollHeight=0,a.$scrollbarWidth=s.width=i.scrollbarWidth(t.ownerDocument),s.inner.style.width=s.element.style.width=(s.width||15)+5+"px",s.$minWidth=0,s}return o(t,e),t.prototype.onScroll=function(){if(!this.skipEvent){if(this.scrollTop=this.element.scrollTop,1!=this.coeff){var e=this.element.clientHeight/this.scrollHeight;this.scrollTop=this.scrollTop*(1-e)/(this.coeff-e)}this._emit("scroll",{data:this.scrollTop})}this.skipEvent=!1},t.prototype.getWidth=function(){return Math.max(this.isVisible?this.width:0,this.$minWidth||0)},t.prototype.setHeight=function(e){this.element.style.height=e+"px"},t.prototype.setScrollHeight=function(e){this.scrollHeight=e,e>c?(this.coeff=c/e,e=c):1!=this.coeff&&(this.coeff=1),this.inner.style.height=e+"px"},t.prototype.setScrollTop=function(e){this.scrollTop!=e&&(this.skipEvent=!0,this.scrollTop=e,this.element.scrollTop=e*this.coeff)},t}(d);h.prototype.setInnerHeight=h.prototype.setScrollHeight;var p=function(e){function t(t,a){var s=e.call(this,t,"-h")||this;return s.scrollLeft=0,s.height=a.$scrollbarWidth,s.inner.style.height=s.element.style.height=(s.height||15)+5+"px",s}return o(t,e),t.prototype.onScroll=function(){this.skipEvent||(this.scrollLeft=this.element.scrollLeft,this._emit("scroll",{data:this.scrollLeft})),this.skipEvent=!1},t.prototype.getHeight=function(){return this.isVisible?this.height:0},t.prototype.setWidth=function(e){this.element.style.width=e+"px"},t.prototype.setInnerWidth=function(e){this.inner.style.width=e+"px"},t.prototype.setScrollWidth=function(e){this.inner.style.width=e+"px"},t.prototype.setScrollLeft=function(e){this.scrollLeft!=e&&(this.skipEvent=!0,this.scrollLeft=this.element.scrollLeft=e)},t}(d);t.ScrollBar=h,t.ScrollBarV=h,t.ScrollBarH=p,t.VScrollBar=h,t.HScrollBar=p})),ace.define("ace/scrollbar_custom",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/event","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("./lib/oop"),i=e("./lib/dom"),l=e("./lib/event"),r=e("./lib/event_emitter").EventEmitter;i.importCssString(".ace_editor>.ace_sb-v div, .ace_editor>.ace_sb-h div{\n position: absolute;\n background: rgba(128, 128, 128, 0.6);\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n border: 1px solid #bbb;\n border-radius: 2px;\n z-index: 8;\n}\n.ace_editor>.ace_sb-v, .ace_editor>.ace_sb-h {\n position: absolute;\n z-index: 6;\n background: none;\n overflow: hidden!important;\n}\n.ace_editor>.ace_sb-v {\n z-index: 6;\n right: 0;\n top: 0;\n width: 12px;\n}\n.ace_editor>.ace_sb-v div {\n z-index: 8;\n right: 0;\n width: 100%;\n}\n.ace_editor>.ace_sb-h {\n bottom: 0;\n left: 0;\n height: 12px;\n}\n.ace_editor>.ace_sb-h div {\n bottom: 0;\n height: 100%;\n}\n.ace_editor>.ace_sb_grabbed {\n z-index: 8;\n background: #000;\n}","ace_scrollbar.css",!1);var c=function(){function e(e,t){this.element=i.createElement("div"),this.element.className="ace_sb"+t,this.inner=i.createElement("div"),this.inner.className="",this.element.appendChild(this.inner),this.VScrollWidth=12,this.HScrollHeight=12,e.appendChild(this.element),this.setVisible(!1),this.skipEvent=!1,l.addMultiMouseDownListener(this.element,[500,300,300],this,"onMouseDown")}return e.prototype.setVisible=function(e){this.element.style.display=e?"":"none",this.isVisible=e,this.coeff=1},e}();n.implement(c.prototype,r);var d=function(e){function t(t,a){var s=e.call(this,t,"-v")||this;return s.scrollTop=0,s.scrollHeight=0,s.parent=t,s.width=s.VScrollWidth,s.renderer=a,s.inner.style.width=s.element.style.width=(s.width||15)+"px",s.$minWidth=0,s}return o(t,e),t.prototype.onMouseDown=function(e,t){if("mousedown"===e&&0===l.getButton(t)&&2!==t.detail){if(t.target===this.inner){var a=this,s=t.clientY,o=t.clientY,n=this.thumbTop;l.capture(this.inner,(function(e){s=e.clientY}),(function(){clearInterval(i)}));var i=setInterval((function(){if(void 0!==s){var e=a.scrollTopFromThumbTop(n+s-o);e!==a.scrollTop&&a._emit("scroll",{data:e})}}),20);return l.preventDefault(t)}var r=t.clientY-this.element.getBoundingClientRect().top-this.thumbHeight/2;return this._emit("scroll",{data:this.scrollTopFromThumbTop(r)}),l.preventDefault(t)}},t.prototype.getHeight=function(){return this.height},t.prototype.scrollTopFromThumbTop=function(e){var t=e*(this.pageHeight-this.viewHeight)/(this.slideHeight-this.thumbHeight);return(t|=0)<0?t=0:t>this.pageHeight-this.viewHeight&&(t=this.pageHeight-this.viewHeight),t},t.prototype.getWidth=function(){return Math.max(this.isVisible?this.width:0,this.$minWidth||0)},t.prototype.setHeight=function(e){this.height=Math.max(0,e),this.slideHeight=this.height,this.viewHeight=this.height,this.setScrollHeight(this.pageHeight,!0)},t.prototype.setScrollHeight=function(e,t){(this.pageHeight!==e||t)&&(this.pageHeight=e,this.thumbHeight=this.slideHeight*this.viewHeight/this.pageHeight,this.thumbHeight>this.slideHeight&&(this.thumbHeight=this.slideHeight),this.thumbHeight<15&&(this.thumbHeight=15),this.inner.style.height=this.thumbHeight+"px",this.scrollTop>this.pageHeight-this.viewHeight&&(this.scrollTop=this.pageHeight-this.viewHeight,this.scrollTop<0&&(this.scrollTop=0),this._emit("scroll",{data:this.scrollTop})))},t.prototype.setScrollTop=function(e){this.scrollTop=e,e<0&&(e=0),this.thumbTop=e*(this.slideHeight-this.thumbHeight)/(this.pageHeight-this.viewHeight),this.inner.style.top=this.thumbTop+"px"},t}(c);d.prototype.setInnerHeight=d.prototype.setScrollHeight;var h=function(e){function t(t,a){var s=e.call(this,t,"-h")||this;return s.scrollLeft=0,s.scrollWidth=0,s.height=s.HScrollHeight,s.inner.style.height=s.element.style.height=(s.height||12)+"px",s.renderer=a,s}return o(t,e),t.prototype.onMouseDown=function(e,t){if("mousedown"===e&&0===l.getButton(t)&&2!==t.detail){if(t.target===this.inner){var a=this,s=t.clientX,o=t.clientX,n=this.thumbLeft;l.capture(this.inner,(function(e){s=e.clientX}),(function(){clearInterval(i)}));var i=setInterval((function(){if(void 0!==s){var e=a.scrollLeftFromThumbLeft(n+s-o);e!==a.scrollLeft&&a._emit("scroll",{data:e})}}),20);return l.preventDefault(t)}var r=t.clientX-this.element.getBoundingClientRect().left-this.thumbWidth/2;return this._emit("scroll",{data:this.scrollLeftFromThumbLeft(r)}),l.preventDefault(t)}},t.prototype.getHeight=function(){return this.isVisible?this.height:0},t.prototype.scrollLeftFromThumbLeft=function(e){var t=e*(this.pageWidth-this.viewWidth)/(this.slideWidth-this.thumbWidth);return(t|=0)<0?t=0:t>this.pageWidth-this.viewWidth&&(t=this.pageWidth-this.viewWidth),t},t.prototype.setWidth=function(e){this.width=Math.max(0,e),this.element.style.width=this.width+"px",this.slideWidth=this.width,this.viewWidth=this.width,this.setScrollWidth(this.pageWidth,!0)},t.prototype.setScrollWidth=function(e,t){(this.pageWidth!==e||t)&&(this.pageWidth=e,this.thumbWidth=this.slideWidth*this.viewWidth/this.pageWidth,this.thumbWidth>this.slideWidth&&(this.thumbWidth=this.slideWidth),this.thumbWidth<15&&(this.thumbWidth=15),this.inner.style.width=this.thumbWidth+"px",this.scrollLeft>this.pageWidth-this.viewWidth&&(this.scrollLeft=this.pageWidth-this.viewWidth,this.scrollLeft<0&&(this.scrollLeft=0),this._emit("scroll",{data:this.scrollLeft})))},t.prototype.setScrollLeft=function(e){this.scrollLeft=e,e<0&&(e=0),this.thumbLeft=e*(this.slideWidth-this.thumbWidth)/(this.pageWidth-this.viewWidth),this.inner.style.left=this.thumbLeft+"px"},t}(c);h.prototype.setInnerWidth=h.prototype.setScrollWidth,t.ScrollBar=d,t.ScrollBarV=d,t.ScrollBarH=h,t.VScrollBar=d,t.HScrollBar=h})),ace.define("ace/renderloop",["require","exports","module","ace/lib/event"],(function(e,t,a){"use strict";var s=e("./lib/event"),o=function(){function e(e,t){this.onRender=e,this.pending=!1,this.changes=0,this.$recursionLimit=2,this.window=t||window;var a=this;this._flush=function(e){a.pending=!1;var t=a.changes;if(t&&(s.blockIdle(100),a.changes=0,a.onRender(t)),a.changes){if(a.$recursionLimit--<0)return;a.schedule()}else a.$recursionLimit=2}}return e.prototype.schedule=function(e){this.changes=this.changes|e,this.changes&&!this.pending&&(s.nextFrame(this._flush),this.pending=!0)},e.prototype.clear=function(e){var t=this.changes;return this.changes=0,t},e}();t.RenderLoop=o})),ace.define("ace/layer/font_metrics",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/event","ace/lib/useragent","ace/lib/event_emitter"],(function(e,t,a){var s=e("../lib/oop"),o=e("../lib/dom"),n=e("../lib/lang"),i=e("../lib/event"),l=e("../lib/useragent"),r=e("../lib/event_emitter").EventEmitter,c=512,d="function"==typeof ResizeObserver,h=200,p=function(){function e(e){this.el=o.createElement("div"),this.$setMeasureNodeStyles(this.el.style,!0),this.$main=o.createElement("div"),this.$setMeasureNodeStyles(this.$main.style),this.$measureNode=o.createElement("div"),this.$setMeasureNodeStyles(this.$measureNode.style),this.el.appendChild(this.$main),this.el.appendChild(this.$measureNode),e.appendChild(this.el),this.$measureNode.textContent=n.stringRepeat("X",c),this.$characterSize={width:0,height:0},d?this.$addObserver():this.checkForSizeChanges()}return e.prototype.$setMeasureNodeStyles=function(e,t){e.width=e.height="auto",e.left=e.top="0px",e.visibility="hidden",e.position="absolute",e.whiteSpace="pre",l.isIE<8?e["font-family"]="inherit":e.font="inherit",e.overflow=t?"hidden":"visible"},e.prototype.checkForSizeChanges=function(e){if(void 0===e&&(e=this.$measureSizes()),e&&(this.$characterSize.width!==e.width||this.$characterSize.height!==e.height)){this.$measureNode.style.fontWeight="bold";var t=this.$measureSizes();this.$measureNode.style.fontWeight="",this.$characterSize=e,this.charSizes=Object.create(null),this.allowBoldFonts=t&&t.width===e.width&&t.height===e.height,this._emit("changeCharacterSize",{data:e})}},e.prototype.$addObserver=function(){var e=this;this.$observer=new window.ResizeObserver((function(t){e.checkForSizeChanges()})),this.$observer.observe(this.$measureNode)},e.prototype.$pollSizeChanges=function(){if(this.$pollSizeChangesTimer||this.$observer)return this.$pollSizeChangesTimer;var e=this;return this.$pollSizeChangesTimer=i.onIdle((function t(){e.checkForSizeChanges(),i.onIdle(t,500)}),500)},e.prototype.setPolling=function(e){e?this.$pollSizeChanges():this.$pollSizeChangesTimer&&(clearInterval(this.$pollSizeChangesTimer),this.$pollSizeChangesTimer=0)},e.prototype.$measureSizes=function(e){var t={height:(e||this.$measureNode).clientHeight,width:(e||this.$measureNode).clientWidth/c};return 0===t.width||0===t.height?null:t},e.prototype.$measureCharWidth=function(e){return this.$main.textContent=n.stringRepeat(e,c),this.$main.getBoundingClientRect().width/c},e.prototype.getCharacterWidth=function(e){var t=this.charSizes[e];return void 0===t&&(t=this.charSizes[e]=this.$measureCharWidth(e)/this.$characterSize.width),t},e.prototype.destroy=function(){clearInterval(this.$pollSizeChangesTimer),this.$observer&&this.$observer.disconnect(),this.el&&this.el.parentNode&&this.el.parentNode.removeChild(this.el)},e.prototype.$getZoom=function(e){return e&&e.parentElement?(Number(window.getComputedStyle(e).zoom)||1)*this.$getZoom(e.parentElement):1},e.prototype.$initTransformMeasureNodes=function(){var e=function(e,t){return["div",{style:"position: absolute;top:"+e+"px;left:"+t+"px;"}]};this.els=o.buildDom([e(0,0),e(h,0),e(0,h),e(h,h)],this.el)},e.prototype.transformCoordinates=function(e,t){function a(e,t,a){var s=e[1]*t[0]-e[0]*t[1];return[(-t[1]*a[0]+t[0]*a[1])/s,(+e[1]*a[0]-e[0]*a[1])/s]}function s(e,t){return[e[0]-t[0],e[1]-t[1]]}function o(e,t){return[e[0]+t[0],e[1]+t[1]]}function n(e,t){return[e*t[0],e*t[1]]}function i(e){var t=e.getBoundingClientRect();return[t.left,t.top]}e&&(e=n(1/this.$getZoom(this.el),e)),this.els||this.$initTransformMeasureNodes();var l=i(this.els[0]),r=i(this.els[1]),c=i(this.els[2]),d=i(this.els[3]),p=a(s(d,r),s(d,c),s(o(r,c),o(d,l))),g=n(1+p[0],s(r,l)),u=n(1+p[1],s(c,l));if(t){var m=t,v=p[0]*m[0]/h+p[1]*m[1]/h+1,b=o(n(m[0],g),n(m[1],u));return o(n(1/v/h,b),l)}var f=s(e,l),w=a(s(g,n(p[0],f)),s(u,n(p[1],f)),f);return n(h,w)},e}();p.prototype.$characterSize={width:0,height:0},s.implement(p.prototype,r),t.FontMetrics=p})),ace.define("ace/css/editor-css",["require","exports","module"],(function(e,t,a){a.exports='\n.ace_br1 {border-top-left-radius : 3px;}\n.ace_br2 {border-top-right-radius : 3px;}\n.ace_br3 {border-top-left-radius : 3px; border-top-right-radius: 3px;}\n.ace_br4 {border-bottom-right-radius: 3px;}\n.ace_br5 {border-top-left-radius : 3px; border-bottom-right-radius: 3px;}\n.ace_br6 {border-top-right-radius : 3px; border-bottom-right-radius: 3px;}\n.ace_br7 {border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}\n.ace_br8 {border-bottom-left-radius : 3px;}\n.ace_br9 {border-top-left-radius : 3px; border-bottom-left-radius: 3px;}\n.ace_br10{border-top-right-radius : 3px; border-bottom-left-radius: 3px;}\n.ace_br11{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br12{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br13{border-top-left-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br14{border-top-right-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br15{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n\n\n.ace_editor {\n position: relative;\n overflow: hidden;\n padding: 0;\n font: 12px/normal \'Monaco\', \'Menlo\', \'Ubuntu Mono\', \'Consolas\', \'Source Code Pro\', \'source-code-pro\', monospace;\n direction: ltr;\n text-align: left;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n forced-color-adjust: none;\n}\n\n.ace_scroller {\n position: absolute;\n overflow: hidden;\n top: 0;\n bottom: 0;\n background-color: inherit;\n -ms-user-select: none;\n -moz-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n cursor: text;\n}\n\n.ace_content {\n position: absolute;\n box-sizing: border-box;\n min-width: 100%;\n contain: style size layout;\n font-variant-ligatures: no-common-ligatures;\n}\n.ace_invisible {\n font-variant-ligatures: none;\n}\n\n.ace_keyboard-focus:focus {\n box-shadow: inset 0 0 0 2px #5E9ED6;\n outline: none;\n}\n\n.ace_dragging .ace_scroller:before{\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n content: \'\';\n background: rgba(250, 250, 250, 0.01);\n z-index: 1000;\n}\n.ace_dragging.ace_dark .ace_scroller:before{\n background: rgba(0, 0, 0, 0.01);\n}\n\n.ace_gutter {\n position: absolute;\n overflow : hidden;\n width: auto;\n top: 0;\n bottom: 0;\n left: 0;\n cursor: default;\n z-index: 4;\n -ms-user-select: none;\n -moz-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n contain: style size layout;\n}\n\n.ace_gutter-active-line {\n position: absolute;\n left: 0;\n right: 0;\n}\n\n.ace_scroller.ace_scroll-left:after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;\n pointer-events: none;\n}\n\n.ace_gutter-cell, .ace_gutter-cell_svg-icons {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n padding-left: 19px;\n padding-right: 6px;\n background-repeat: no-repeat;\n}\n\n.ace_gutter-cell_svg-icons .ace_gutter_annotation {\n margin-left: -14px;\n float: left;\n}\n\n.ace_gutter-cell .ace_gutter_annotation {\n margin-left: -19px;\n float: left;\n}\n\n.ace_gutter-cell.ace_error, .ace_icon.ace_error, .ace_icon.ace_error_fold, .ace_gutter-cell.ace_security, .ace_icon.ace_security, .ace_icon.ace_security_fold {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABOFBMVEX/////////QRswFAb/Ui4wFAYwFAYwFAaWGAfDRymzOSH/PxswFAb/SiUwFAYwFAbUPRvjQiDllog5HhHdRybsTi3/Tyv9Tir+Syj/UC3////XurebMBIwFAb/RSHbPx/gUzfdwL3kzMivKBAwFAbbvbnhPx66NhowFAYwFAaZJg8wFAaxKBDZurf/RB6mMxb/SCMwFAYwFAbxQB3+RB4wFAb/Qhy4Oh+4QifbNRcwFAYwFAYwFAb/QRzdNhgwFAYwFAbav7v/Uy7oaE68MBK5LxLewr/r2NXewLswFAaxJw4wFAbkPRy2PyYwFAaxKhLm1tMwFAazPiQwFAaUGAb/QBrfOx3bvrv/VC/maE4wFAbRPBq6MRO8Qynew8Dp2tjfwb0wFAbx6eju5+by6uns4uH9/f36+vr/GkHjAAAAYnRSTlMAGt+64rnWu/bo8eAA4InH3+DwoN7j4eLi4xP99Nfg4+b+/u9B/eDs1MD1mO7+4PHg2MXa347g7vDizMLN4eG+Pv7i5evs/v79yu7S3/DV7/498Yv24eH+4ufQ3Ozu/v7+y13sRqwAAADLSURBVHjaZc/XDsFgGIBhtDrshlitmk2IrbHFqL2pvXf/+78DPokj7+Fz9qpU/9UXJIlhmPaTaQ6QPaz0mm+5gwkgovcV6GZzd5JtCQwgsxoHOvJO15kleRLAnMgHFIESUEPmawB9ngmelTtipwwfASilxOLyiV5UVUyVAfbG0cCPHig+GBkzAENHS0AstVF6bacZIOzgLmxsHbt2OecNgJC83JERmePUYq8ARGkJx6XtFsdddBQgZE2nPR6CICZhawjA4Fb/chv+399kfR+MMMDGOQAAAABJRU5ErkJggg==");\n background-repeat: no-repeat;\n background-position: 2px center;\n}\n\n.ace_gutter-cell.ace_warning, .ace_icon.ace_warning, .ace_icon.ace_warning_fold {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAmVBMVEX///8AAAD///8AAAAAAABPSzb/5sAAAAB/blH/73z/ulkAAAAAAAD85pkAAAAAAAACAgP/vGz/rkDerGbGrV7/pkQICAf////e0IsAAAD/oED/qTvhrnUAAAD/yHD/njcAAADuv2r/nz//oTj/p064oGf/zHAAAAA9Nir/tFIAAAD/tlTiuWf/tkIAAACynXEAAAAAAAAtIRW7zBpBAAAAM3RSTlMAABR1m7RXO8Ln31Z36zT+neXe5OzooRDfn+TZ4p3h2hTf4t3k3ucyrN1K5+Xaks52Sfs9CXgrAAAAjklEQVR42o3PbQ+CIBQFYEwboPhSYgoYunIqqLn6/z8uYdH8Vmdnu9vz4WwXgN/xTPRD2+sgOcZjsge/whXZgUaYYvT8QnuJaUrjrHUQreGczuEafQCO/SJTufTbroWsPgsllVhq3wJEk2jUSzX3CUEDJC84707djRc5MTAQxoLgupWRwW6UB5fS++NV8AbOZgnsC7BpEAAAAABJRU5ErkJggg==");\n background-repeat: no-repeat;\n background-position: 2px center;\n}\n\n.ace_gutter-cell.ace_info, .ace_icon.ace_info, .ace_gutter-cell.ace_hint, .ace_icon.ace_hint {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAJ0Uk5TAAB2k804AAAAPklEQVQY02NgIB68QuO3tiLznjAwpKTgNyDbMegwisCHZUETUZV0ZqOquBpXj2rtnpSJT1AEnnRmL2OgGgAAIKkRQap2htgAAAAASUVORK5CYII=");\n background-repeat: no-repeat;\n background-position: 2px center;\n}\n\n.ace_dark .ace_gutter-cell.ace_info, .ace_dark .ace_icon.ace_info, .ace_dark .ace_gutter-cell.ace_hint, .ace_dark .ace_icon.ace_hint {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJFBMVEUAAAChoaGAgIAqKiq+vr6tra1ZWVmUlJSbm5s8PDxubm56enrdgzg3AAAAAXRSTlMAQObYZgAAAClJREFUeNpjYMAPdsMYHegyJZFQBlsUlMFVCWUYKkAZMxZAGdxlDMQBAG+TBP4B6RyJAAAAAElFTkSuQmCC");\n}\n\n.ace_icon_svg.ace_error {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiI+CjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJyZWQiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KPGNpcmNsZSBmaWxsPSJub25lIiBjeD0iOCIgY3k9IjgiIHI9IjciIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGxpbmUgeDE9IjExIiB5MT0iNSIgeDI9IjUiIHkyPSIxMSIvPgo8bGluZSB4MT0iMTEiIHkxPSIxMSIgeDI9IjUiIHkyPSI1Ii8+CjwvZz4KPC9zdmc+");\n background-color: crimson;\n}\n.ace_icon_svg.ace_security {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iZGFya29yYW5nZSIgZmlsbD0ibm9uZSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogICAgICAgIDxwYXRoIGNsYXNzPSJzdHJva2UtbGluZWpvaW4tcm91bmQiIGQ9Ik04IDE0LjgzMDdDOCAxNC44MzA3IDIgMTIuOTA0NyAyIDguMDg5OTJWMy4yNjU0OEM1LjMxIDMuMjY1NDggNy45ODk5OSAxLjM0OTE4IDcuOTg5OTkgMS4zNDkxOEM3Ljk4OTk5IDEuMzQ5MTggMTAuNjkgMy4yNjU0OCAxNCAzLjI2NTQ4VjguMDg5OTJDMTQgMTIuOTA0NyA4IDE0LjgzMDcgOCAxNC44MzA3WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yIDguMDg5OTJWMy4yNjU0OEM1LjMxIDMuMjY1NDggNy45ODk5OSAxLjM0OTE4IDcuOTg5OTkgMS4zNDkxOCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMy45OSA4LjA4OTkyVjMuMjY1NDhDMTAuNjggMy4yNjU0OCA4IDEuMzQ5MTggOCAxLjM0OTE4Ii8+CiAgICAgICAgPHBhdGggY2xhc3M9InN0cm9rZS1saW5lam9pbi1yb3VuZCIgZD0iTTggNFY5Ii8+CiAgICAgICAgPHBhdGggY2xhc3M9InN0cm9rZS1saW5lam9pbi1yb3VuZCIgZD0iTTggMTBWMTIiLz4KICAgIDwvZz4KPC9zdmc+");\n background-color: crimson;\n}\n.ace_icon_svg.ace_warning {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiI+CjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJkYXJrb3JhbmdlIiBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiI+Cjxwb2x5Z29uIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIHBvaW50cz0iOCAxIDE1IDE1IDEgMTUgOCAxIi8+CjxyZWN0IHg9IjgiIHk9IjEyIiB3aWR0aD0iMC4wMSIgaGVpZ2h0PSIwLjAxIi8+CjxsaW5lIHgxPSI4IiB5MT0iNiIgeDI9IjgiIHkyPSIxMCIvPgo8L2c+Cjwvc3ZnPg==");\n background-color: darkorange;\n}\n.ace_icon_svg.ace_info {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiI+CjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJibHVlIiBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiI+CjxjaXJjbGUgZmlsbD0ibm9uZSIgY3g9IjgiIGN5PSI4IiByPSI3IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjxwb2x5bGluZSBwb2ludHM9IjggMTEgOCA4Ii8+Cjxwb2x5bGluZSBwb2ludHM9IjkgOCA2IDgiLz4KPGxpbmUgeDE9IjEwIiB5MT0iMTEiIHgyPSI2IiB5Mj0iMTEiLz4KPHJlY3QgeD0iOCIgeT0iNSIgd2lkdGg9IjAuMDEiIGhlaWdodD0iMC4wMSIvPgo8L2c+Cjwvc3ZnPg==");\n background-color: royalblue;\n}\n.ace_icon_svg.ace_hint {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0ic2lsdmVyIiBmaWxsPSJub25lIiBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiI+CiAgICAgICAgPHBhdGggY2xhc3M9InN0cm9rZS1saW5lam9pbi1yb3VuZCIgZD0iTTYgMTRIMTAiLz4KICAgICAgICA8cGF0aCBkPSJNOCAxMUg5QzkgOS40NzAwMiAxMiA4LjU0MDAyIDEyIDUuNzYwMDJDMTIuMDIgNC40MDAwMiAxMS4zOSAzLjM2MDAyIDEwLjQzIDIuNjcwMDJDOSAxLjY0MDAyIDcuMDAwMDEgMS42NDAwMiA1LjU3MDAxIDIuNjcwMDJDNC42MTAwMSAzLjM2MDAyIDMuOTggNC40MDAwMiA0IDUuNzYwMDJDNCA4LjU0MDAyIDcuMDAwMDEgOS40NzAwMiA3LjAwMDAxIDExSDhaIi8+CiAgICA8L2c+Cjwvc3ZnPg==");\n background-color: silver;\n}\n\n.ace_icon_svg.ace_error_fold {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0ibSAxOC45Mjk4NTEsNy44Mjk4MDc2IGMgMC4xNDYzNTMsNi4zMzc0NjA0IC02LjMyMzE0Nyw3Ljc3Nzg0NDQgLTcuNDc3OTEyLDcuNzc3ODQ0NCAtMi4xMDcyNzI2LC0wLjEyODc1IDUuMTE3Njc4LDAuMzU2MjQ5IDUuMDUxNjk4LC03Ljg3MDA2MTggLTAuNjA0NjcyLC04LjAwMzk3MzQ5IC03LjA3NzI3MDYsLTcuNTYzMTE4OSAtNC44NTczLC03LjQzMDM5NTU2IDEuNjA2LC0wLjExNTE0MjI1IDYuODk3NDg1LDEuMjYyNTQ1OTYgNy4yODM1MTQsNy41MjI2MTI5NiB6IiBmaWxsPSJjcmltc29uIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibSA4LjExNDc1NjIsMi4wNTI5ODI4IGMgMy4zNDkxNjk4LDAgNi4wNjQxMzI4LDIuNjc2ODYyNyA2LjA2NDEzMjgsNS45Nzg5NTMgMCwzLjMwMjExMjIgLTIuNzE0OTYzLDUuOTc4OTIwMiAtNi4wNjQxMzI4LDUuOTc4OTIwMiAtMy4zNDkxNDczLDAgLTYuMDY0MTc3MiwtMi42NzY4MDggLTYuMDY0MTc3MiwtNS45Nzg5MjAyIDAuMDA1MzksLTMuMjk5ODg2MSAyLjcxNzI2NTYsLTUuOTczNjQwOCA2LjA2NDE3NzIsLTUuOTc4OTUzIHogbSAwLC0xLjczNTgyNzE5IGMgLTQuMzIxNDgzNiwwIC03LjgyNDc0MDM4LDMuNDU0MDE4NDkgLTcuODI0NzQwMzgsNy43MTQ3ODAxOSAwLDQuMjYwNzI4MiAzLjUwMzI1Njc4LDcuNzE0NzQ1MiA3LjgyNDc0MDM4LDcuNzE0NzQ1MiA0LjMyMTQ0OTgsMCA3LjgyNDY5OTgsLTMuNDU0MDE3IDcuODI0Njk5OCwtNy43MTQ3NDUyIDAsLTIuMDQ2MDkxNCAtMC44MjQzOTIsLTQuMDA4MzY3MiAtMi4yOTE3NTYsLTUuNDU1MTc0NiBDIDEyLjE4MDIyNSwxLjEyOTk2NDggMTAuMTkwMDEzLDAuMzE3MTU1NjEgOC4xMTQ3NTYyLDAuMzE3MTU1NjEgWiBNIDYuOTM3NDU2Myw4LjI0MDU5ODUgNC42NzE4Njg1LDEwLjQ4NTg1MiA2LjAwODY4MTQsMTEuODc2NzI4IDguMzE3MDAzNSw5LjYwMDc5MTEgMTAuNjI1MzM3LDExLjg3NjcyOCAxMS45NjIxMzgsMTAuNDg1ODUyIDkuNjk2NTUwOCw4LjI0MDU5ODUgMTEuOTYyMTM4LDYuMDA2ODA2NiAxMC41NzMyNDYsNC42Mzc0MzM1IDguMzE3MDAzNSw2Ljg3MzQyOTcgNi4wNjA3NjA3LDQuNjM3NDMzNSA0LjY3MTg2ODUsNi4wMDY4MDY2IFoiIGZpbGw9ImNyaW1zb24iIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4=");\n background-color: crimson;\n}\n.ace_icon_svg.ace_security_fold {\n -webkit-mask-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTcgMTQiIGZpbGw9Im5vbmUiPgogICAgPHBhdGggZD0iTTEwLjAwMDEgMTMuNjk5MkMxMC4wMDAxIDEzLjY5OTIgMTEuOTI0MSAxMy40NzYzIDEzIDEyLjY5OTJDMTQuNDEzOSAxMS42NzgxIDE2IDEwLjUgMTYuMTI1MSA2LjgxMTI2VjIuNTg5ODdDMTYuMTI1MSAyLjU0NzY4IDE2LjEyMjEgMi41MDYxOSAxNi4xMTY0IDIuNDY1NTlWMS43MTQ4NUgxNS4yNDE0TDE1LjIzMDcgMS43MTQ4NEwxNC42MjUxIDEuNjk5MjJWNi44MTEyM0MxNC42MjUxIDguNTEwNjEgMTQuNjI1MSA5LjQ2NDYxIDEyLjc4MjQgMTEuNzIxQzEyLjE1ODYgMTIuNDg0OCAxMC4wMDAxIDEzLjY5OTIgMTAuMDAwMSAxMy42OTkyWiIgZmlsbD0iY3JpbXNvbiIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMzM2MDkgMC4zNjc0NzVDNy4wMzIxNCAwLjE1MjY1MiA2LjYyNTQ4IDAuMTUzNjE0IDYuMzIyNTMgMC4zNjk5OTdMNi4zMDg2OSAwLjM3OTU1NEM2LjI5NTUzIDAuMzg4NTg4IDYuMjczODggMC40MDMyNjYgNi4yNDQxNyAwLjQyMjc4OUM2LjE4NDcxIDAuNDYxODYgNi4wOTMyMSAwLjUyMDE3MSA1Ljk3MzEzIDAuNTkxMzczQzUuNzMyNTEgMC43MzQwNTkgNS4zNzk5IDAuOTI2ODY0IDQuOTQyNzkgMS4xMjAwOUM0LjA2MTQ0IDEuNTA5NyAyLjg3NTQxIDEuODgzNzcgMS41ODk4NCAxLjg4Mzc3SDAuNzE0ODQ0VjIuNzU4NzdWNi45ODAxNUMwLjcxNDg0NCA5LjQ5Mzc0IDIuMjg4NjYgMTEuMTk3MyAzLjcwMjU0IDEyLjIxODVDNC40MTg0NSAxMi43MzU1IDUuMTI4NzQgMTMuMTA1MyA1LjY1NzMzIDEzLjM0NTdDNS45MjI4NCAxMy40NjY0IDYuMTQ1NjYgMTMuNTU1OSA2LjMwNDY1IDEzLjYxNjFDNi4zODQyMyAxMy42NDYyIDYuNDQ4MDUgMTMuNjY5IDYuNDkzNDkgMTMuNjg0OEM2LjUxNjIyIDEzLjY5MjcgNi41MzQzOCAxMy42OTg5IDYuNTQ3NjQgMTMuNzAzM0w2LjU2MzgyIDEzLjcwODdMNi41NjkwOCAxMy43MTA0TDYuNTcwOTkgMTMuNzExTDYuODM5ODQgMTMuNzUzM0w2LjU3MjQyIDEzLjcxMTVDNi43NDYzMyAxMy43NjczIDYuOTMzMzUgMTMuNzY3MyA3LjEwNzI3IDEzLjcxMTVMNy4xMDg3IDEzLjcxMUw3LjExMDYxIDEzLjcxMDRMNy4xMTU4NyAxMy43MDg3TDcuMTMyMDUgMTMuNzAzM0M3LjE0NTMxIDEzLjY5ODkgNy4xNjM0NiAxMy42OTI3IDcuMTg2MTkgMTMuNjg0OEM3LjIzMTY0IDEzLjY2OSA3LjI5NTQ2IDEzLjY0NjIgNy4zNzUwMyAxMy42MTYxQzcuNTM0MDMgMTMuNTU1OSA3Ljc1Njg1IDEzLjQ2NjQgOC4wMjIzNiAxMy4zNDU3QzguNTUwOTUgMTMuMTA1MyA5LjI2MTIzIDEyLjczNTUgOS45NzcxNSAxMi4yMTg1QzExLjM5MSAxMS4xOTczIDEyLjk2NDggOS40OTM3NyAxMi45NjQ4IDYuOTgwMThWMi43NTg4QzEyLjk2NDggMi43MTY2IDEyLjk2MTkgMi42NzUxMSAxMi45NTYxIDIuNjM0NTFWMS44ODM3N0gxMi4wODExQzEyLjA3NzUgMS44ODM3NyAxMi4wNzQgMS44ODM3NyAxMi4wNzA0IDEuODgzNzdDMTAuNzk3OSAxLjg4MDA0IDkuNjE5NjIgMS41MTEwMiA4LjczODk0IDEuMTI0ODZDOC43MzUzNCAxLjEyMzI3IDguNzMxNzQgMS4xMjE2OCA4LjcyODE0IDEuMTIwMDlDOC4yOTEwMyAwLjkyNjg2NCA3LjkzODQyIDAuNzM0MDU5IDcuNjk3NzkgMC41OTEzNzNDNy41Nzc3MiAwLjUyMDE3MSA3LjQ4NjIyIDAuNDYxODYgNy40MjY3NiAwLjQyMjc4OUM3LjM5NzA1IDAuNDAzMjY2IDcuMzc1MzkgMC4zODg1ODggNy4zNjIyNCAwLjM3OTU1NEw3LjM0ODk2IDAuMzcwMzVDNy4zNDg5NiAwLjM3MDM1IDcuMzQ4NDcgMC4zNzAwMiA3LjM0NTYzIDAuMzc0MDU0TDcuMzM3NzkgMC4zNjg2NTlMNy4zMzYwOSAwLjM2NzQ3NVpNOC4wMzQ3MSAyLjcyNjkxQzguODYwNCAzLjA5MDYzIDkuOTYwNjYgMy40NjMwOSAxMS4yMDYxIDMuNTg5MDdWNi45ODAxNUgxMS4yMTQ4QzExLjIxNDggOC42Nzk1MyAxMC4xNjM3IDkuOTI1MDcgOC45NTI1NCAxMC43OTk4QzguMzU1OTUgMTEuMjMwNiA3Ljc1Mzc0IDExLjU0NTQgNy4yOTc5NiAxMS43NTI3QzcuMTE2NzEgMTEuODM1MSA2Ljk2MDYyIDExLjg5OTYgNi44Mzk4NCAxMS45NDY5QzYuNzE5MDYgMTEuODk5NiA2LjU2Mjk3IDExLjgzNTEgNi4zODE3MyAxMS43NTI3QzUuOTI1OTUgMTEuNTQ1NCA1LjMyMzczIDExLjIzMDYgNC43MjcxNSAxMC43OTk4QzMuNTE2MDMgOS45MjUwNyAyLjQ2NDg0IDguNjc5NTUgMi40NjQ4NCA2Ljk4MDE4VjMuNTg5MDlDMy43MTczOCAzLjQ2MjM5IDQuODIzMDggMy4wODYzOSA1LjY1MDMzIDIuNzIwNzFDNi4xNDIyOCAyLjUwMzI0IDYuNTQ0ODUgMi4yODUzNyA2LjgzMjU0IDIuMTE2MjRDNy4xMjE4MSAyLjI4NTM1IDcuNTI3IDIuNTAzNTIgOC4wMjE5NiAyLjcyMTMxQzguMDI2MiAyLjcyMzE3IDguMDMwNDUgMi43MjUwNCA4LjAzNDcxIDIuNzI2OTFaTTUuOTY0ODQgMy40MDE0N1Y3Ljc3NjQ3SDcuNzE0ODRWMy40MDE0N0g1Ljk2NDg0Wk01Ljk2NDg0IDEwLjQwMTVWOC42NTE0N0g3LjcxNDg0VjEwLjQwMTVINS45NjQ4NFoiIGZpbGw9ImNyaW1zb24iIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4=");\n background-color: crimson;\n}\n.ace_icon_svg.ace_warning_fold {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC43NzY5IDE0LjczMzdMOC42NTE5MiAyLjQ4MzY5QzguMzI5NDYgMS44Mzg3NyA3LjQwOTEzIDEuODM4NzcgNy4wODY2NyAyLjQ4MzY5TDAuOTYxNjY5IDE0LjczMzdDMC42NzA3NzUgMTUuMzE1NSAxLjA5MzgzIDE2IDEuNzQ0MjkgMTZIMTMuOTk0M0MxNC42NDQ4IDE2IDE1LjA2NzggMTUuMzE1NSAxNC43NzY5IDE0LjczMzdaTTMuMTYwMDcgMTQuMjVMNy44NjkyOSA0LjgzMTU2TDEyLjU3ODUgMTQuMjVIMy4xNjAwN1pNOC43NDQyOSAxMS42MjVWMTMuMzc1SDYuOTk0MjlWMTEuNjI1SDguNzQ0MjlaTTYuOTk0MjkgMTAuNzVWNy4yNUg4Ljc0NDI5VjEwLjc1SDYuOTk0MjlaIiBmaWxsPSIjRUM3MjExIi8+CjxwYXRoIGQ9Ik0xMS4xOTkxIDIuOTUyMzhDMTAuODgwOSAyLjMxNDY3IDEwLjM1MzcgMS44MDUyNiA5LjcwNTUgMS41MDlMMTEuMDQxIDEuMDY5NzhDMTEuNjg4MyAwLjk0OTgxNCAxMi4zMzcgMS4yNzI2MyAxMi42MzE3IDEuODYxNDFMMTcuNjEzNiAxMS44MTYxQzE4LjM1MjcgMTMuMjkyOSAxNy41OTM4IDE1LjA4MDQgMTYuMDE4IDE1LjU3NDVDMTYuNDA0NCAxNC40NTA3IDE2LjMyMzEgMTMuMjE4OCAxNS43OTI0IDEyLjE1NTVMMTEuMTk5MSAyLjk1MjM4WiIgZmlsbD0iI0VDNzIxMSIvPgo8L3N2Zz4=");\n background-color: darkorange;\n}\n\n.ace_scrollbar {\n contain: strict;\n position: absolute;\n right: 0;\n bottom: 0;\n z-index: 6;\n}\n\n.ace_scrollbar-inner {\n position: absolute;\n cursor: text;\n left: 0;\n top: 0;\n}\n\n.ace_scrollbar-v{\n overflow-x: hidden;\n overflow-y: scroll;\n top: 0;\n}\n\n.ace_scrollbar-h {\n overflow-x: scroll;\n overflow-y: hidden;\n left: 0;\n}\n\n.ace_print-margin {\n position: absolute;\n height: 100%;\n}\n\n.ace_text-input {\n position: absolute;\n z-index: 0;\n width: 0.5em;\n height: 1em;\n opacity: 0;\n background: transparent;\n -moz-appearance: none;\n appearance: none;\n border: none;\n resize: none;\n outline: none;\n overflow: hidden;\n font: inherit;\n padding: 0 1px;\n margin: 0 -1px;\n contain: strict;\n -ms-user-select: text;\n -moz-user-select: text;\n -webkit-user-select: text;\n user-select: text;\n /*with `pre-line` chrome inserts &nbsp; instead of space*/\n white-space: pre!important;\n}\n.ace_text-input.ace_composition {\n background: transparent;\n color: inherit;\n z-index: 1000;\n opacity: 1;\n}\n.ace_composition_placeholder { color: transparent }\n.ace_composition_marker { \n border-bottom: 1px solid;\n position: absolute;\n border-radius: 0;\n margin-top: 1px;\n}\n\n[ace_nocontext=true] {\n transform: none!important;\n filter: none!important;\n clip-path: none!important;\n mask : none!important;\n contain: none!important;\n perspective: none!important;\n mix-blend-mode: initial!important;\n z-index: auto;\n}\n\n.ace_layer {\n z-index: 1;\n position: absolute;\n overflow: hidden;\n /* workaround for chrome bug https://github.com/ajaxorg/ace/issues/2312*/\n word-wrap: normal;\n white-space: pre;\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n /* setting pointer-events: auto; on node under the mouse, which changes\n during scroll, will break mouse wheel scrolling in Safari */\n pointer-events: none;\n}\n\n.ace_gutter-layer {\n position: relative;\n width: auto;\n text-align: right;\n pointer-events: auto;\n height: 1000000px;\n contain: style size layout;\n}\n\n.ace_text-layer {\n font: inherit !important;\n position: absolute;\n height: 1000000px;\n width: 1000000px;\n contain: style size layout;\n}\n\n.ace_text-layer > .ace_line, .ace_text-layer > .ace_line_group {\n contain: style size layout;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n}\n\n.ace_hidpi .ace_text-layer,\n.ace_hidpi .ace_gutter-layer,\n.ace_hidpi .ace_content,\n.ace_hidpi .ace_gutter {\n contain: strict;\n}\n.ace_hidpi .ace_text-layer > .ace_line, \n.ace_hidpi .ace_text-layer > .ace_line_group {\n contain: strict;\n}\n\n.ace_cjk {\n display: inline-block;\n text-align: center;\n}\n\n.ace_cursor-layer {\n z-index: 4;\n}\n\n.ace_cursor {\n z-index: 4;\n position: absolute;\n box-sizing: border-box;\n border-left: 2px solid;\n /* workaround for smooth cursor repaintng whole screen in chrome */\n transform: translatez(0);\n}\n\n.ace_multiselect .ace_cursor {\n border-left-width: 1px;\n}\n\n.ace_slim-cursors .ace_cursor {\n border-left-width: 1px;\n}\n\n.ace_overwrite-cursors .ace_cursor {\n border-left-width: 0;\n border-bottom: 1px solid;\n}\n\n.ace_hidden-cursors .ace_cursor {\n opacity: 0.2;\n}\n\n.ace_hasPlaceholder .ace_hidden-cursors .ace_cursor {\n opacity: 0;\n}\n\n.ace_smooth-blinking .ace_cursor {\n transition: opacity 0.18s;\n}\n\n.ace_animate-blinking .ace_cursor {\n animation-duration: 1000ms;\n animation-timing-function: step-end;\n animation-name: blink-ace-animate;\n animation-iteration-count: infinite;\n}\n\n.ace_animate-blinking.ace_smooth-blinking .ace_cursor {\n animation-duration: 1000ms;\n animation-timing-function: ease-in-out;\n animation-name: blink-ace-animate-smooth;\n}\n \n@keyframes blink-ace-animate {\n from, to { opacity: 1; }\n 60% { opacity: 0; }\n}\n\n@keyframes blink-ace-animate-smooth {\n from, to { opacity: 1; }\n 45% { opacity: 1; }\n 60% { opacity: 0; }\n 85% { opacity: 0; }\n}\n\n.ace_marker-layer .ace_step, .ace_marker-layer .ace_stack {\n position: absolute;\n z-index: 3;\n}\n\n.ace_marker-layer .ace_selection {\n position: absolute;\n z-index: 5;\n}\n\n.ace_marker-layer .ace_bracket {\n position: absolute;\n z-index: 6;\n}\n\n.ace_marker-layer .ace_error_bracket {\n position: absolute;\n border-bottom: 1px solid #DE5555;\n border-radius: 0;\n}\n\n.ace_marker-layer .ace_active-line {\n position: absolute;\n z-index: 2;\n}\n\n.ace_marker-layer .ace_selected-word {\n position: absolute;\n z-index: 4;\n box-sizing: border-box;\n}\n\n.ace_line .ace_fold {\n box-sizing: border-box;\n\n display: inline-block;\n height: 11px;\n margin-top: -2px;\n vertical-align: middle;\n\n background-image:\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi+P//fxgTAwPDBxDxD078RSX+YeEyDFMCIMAAI3INmXiwf2YAAAAASUVORK5CYII=");\n background-repeat: no-repeat, repeat-x;\n background-position: center center, top left;\n color: transparent;\n\n border: 1px solid black;\n border-radius: 2px;\n\n cursor: pointer;\n pointer-events: auto;\n}\n\n.ace_dark .ace_fold {\n}\n\n.ace_fold:hover{\n background-image:\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//fz4TAwPDZxDxD5X4i5fLMEwJgAADAEPVDbjNw87ZAAAAAElFTkSuQmCC");\n}\n\n.ace_tooltip {\n background-color: #f5f5f5;\n border: 1px solid gray;\n border-radius: 1px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);\n color: black;\n padding: 3px 4px;\n position: fixed;\n z-index: 999999;\n box-sizing: border-box;\n cursor: default;\n white-space: pre-wrap;\n word-wrap: break-word;\n line-height: normal;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n pointer-events: none;\n overflow: auto;\n max-width: min(33em, 66vw);\n overscroll-behavior: contain;\n}\n.ace_tooltip pre {\n white-space: pre-wrap;\n}\n\n.ace_tooltip.ace_dark {\n background-color: #636363;\n color: #fff;\n}\n\n.ace_tooltip:focus {\n outline: 1px solid #5E9ED6;\n}\n\n.ace_icon {\n display: inline-block;\n width: 18px;\n vertical-align: top;\n}\n\n.ace_icon_svg {\n display: inline-block;\n width: 12px;\n vertical-align: top;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-size: 12px;\n -webkit-mask-position: center;\n}\n\n.ace_folding-enabled > .ace_gutter-cell, .ace_folding-enabled > .ace_gutter-cell_svg-icons {\n padding-right: 13px;\n}\n\n.ace_fold-widget {\n box-sizing: border-box;\n\n margin: 0 -12px 0 1px;\n display: none;\n width: 11px;\n vertical-align: top;\n\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42mWKsQ0AMAzC8ixLlrzQjzmBiEjp0A6WwBCSPgKAXoLkqSot7nN3yMwR7pZ32NzpKkVoDBUxKAAAAABJRU5ErkJggg==");\n background-repeat: no-repeat;\n background-position: center;\n\n border-radius: 3px;\n \n border: 1px solid transparent;\n cursor: pointer;\n}\n\n.ace_folding-enabled .ace_fold-widget {\n display: inline-block; \n}\n\n.ace_fold-widget.ace_end {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42m3HwQkAMAhD0YzsRchFKI7sAikeWkrxwScEB0nh5e7KTPWimZki4tYfVbX+MNl4pyZXejUO1QAAAABJRU5ErkJggg==");\n}\n\n.ace_fold-widget.ace_closed {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAOUlEQVR42jXKwQkAMAgDwKwqKD4EwQ26sSOkVWjgIIHAzPiCgaqiqnJHZnKICBERHN194O5b9vbLuAVRL+l0YWnZAAAAAElFTkSuQmCCXA==");\n}\n\n.ace_fold-widget:hover {\n border: 1px solid rgba(0, 0, 0, 0.3);\n background-color: rgba(255, 255, 255, 0.2);\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);\n}\n\n.ace_fold-widget:active {\n border: 1px solid rgba(0, 0, 0, 0.4);\n background-color: rgba(0, 0, 0, 0.05);\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\n}\n/**\n * Dark version for fold widgets\n */\n.ace_dark .ace_fold-widget {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHklEQVQIW2P4//8/AzoGEQ7oGCaLLAhWiSwB146BAQCSTPYocqT0AAAAAElFTkSuQmCC");\n}\n.ace_dark .ace_fold-widget.ace_end {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2P4//8/AxQ7wNjIAjDMgC4AxjCVKBirIAAF0kz2rlhxpAAAAABJRU5ErkJggg==");\n}\n.ace_dark .ace_fold-widget.ace_closed {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAHElEQVQIW2P4//+/AxAzgDADlOOAznHAKgPWAwARji8UIDTfQQAAAABJRU5ErkJggg==");\n}\n.ace_dark .ace_fold-widget:hover {\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);\n background-color: rgba(255, 255, 255, 0.1);\n}\n.ace_dark .ace_fold-widget:active {\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);\n}\n\n.ace_inline_button {\n border: 1px solid lightgray;\n display: inline-block;\n margin: -1px 8px;\n padding: 0 5px;\n pointer-events: auto;\n cursor: pointer;\n}\n.ace_inline_button:hover {\n border-color: gray;\n background: rgba(200,200,200,0.2);\n display: inline-block;\n pointer-events: auto;\n}\n\n.ace_fold-widget.ace_invalid {\n background-color: #FFB4B4;\n border-color: #DE5555;\n}\n\n.ace_fade-fold-widgets .ace_fold-widget {\n transition: opacity 0.4s ease 0.05s;\n opacity: 0;\n}\n\n.ace_fade-fold-widgets:hover .ace_fold-widget {\n transition: opacity 0.05s ease 0.05s;\n opacity:1;\n}\n\n.ace_underline {\n text-decoration: underline;\n}\n\n.ace_bold {\n font-weight: bold;\n}\n\n.ace_nobold .ace_bold {\n font-weight: normal;\n}\n\n.ace_italic {\n font-style: italic;\n}\n\n\n.ace_error-marker {\n background-color: rgba(255, 0, 0,0.2);\n position: absolute;\n z-index: 9;\n}\n\n.ace_highlight-marker {\n background-color: rgba(255, 255, 0,0.2);\n position: absolute;\n z-index: 8;\n}\n\n.ace_mobile-menu {\n position: absolute;\n line-height: 1.5;\n border-radius: 4px;\n -ms-user-select: none;\n -moz-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n background: white;\n box-shadow: 1px 3px 2px grey;\n border: 1px solid #dcdcdc;\n color: black;\n}\n.ace_dark > .ace_mobile-menu {\n background: #333;\n color: #ccc;\n box-shadow: 1px 3px 2px grey;\n border: 1px solid #444;\n\n}\n.ace_mobile-button {\n padding: 2px;\n cursor: pointer;\n overflow: hidden;\n}\n.ace_mobile-button:hover {\n background-color: #eee;\n opacity:1;\n}\n.ace_mobile-button:active {\n background-color: #ddd;\n}\n\n.ace_placeholder {\n position: relative;\n font-family: arial;\n transform: scale(0.9);\n transform-origin: left;\n white-space: pre;\n opacity: 0.7;\n margin: 0 10px;\n z-index: 1;\n}\n\n.ace_ghost_text {\n opacity: 0.5;\n font-style: italic;\n}\n\n.ace_ghost_text_container > div {\n white-space: pre;\n}\n\n.ghost_text_line_wrapped::after {\n content: "↩";\n position: absolute;\n}\n\n.ace_lineWidgetContainer.ace_ghost_text {\n margin: 0px 4px\n}\n\n.ace_screenreader-only {\n position:absolute;\n left:-10000px;\n top:auto;\n width:1px;\n height:1px;\n overflow:hidden;\n}\n\n.ace_hidden_token {\n display: none;\n}'})),ace.define("ace/layer/decorators",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../lib/oop"),n=e("../lib/event_emitter").EventEmitter,i=function(){function e(e,t){this.canvas=s.createElement("canvas"),this.renderer=t,this.pixelRatio=1,this.maxHeight=t.layerConfig.maxHeight,this.lineHeight=t.layerConfig.lineHeight,this.canvasHeight=e.parent.scrollHeight,this.heightRatio=this.canvasHeight/this.maxHeight,this.canvasWidth=e.width,this.minDecorationHeight=2*this.pixelRatio|0,this.halfMinDecorationHeight=this.minDecorationHeight/2|0,this.canvas.width=this.canvasWidth,this.canvas.height=this.canvasHeight,this.canvas.style.top="0px",this.canvas.style.right="0px",this.canvas.style.zIndex="7px",this.canvas.style.position="absolute",this.colors={},this.colors.dark={error:"rgba(255, 18, 18, 1)",warning:"rgba(18, 136, 18, 1)",info:"rgba(18, 18, 136, 1)"},this.colors.light={error:"rgb(255,51,51)",warning:"rgb(32,133,72)",info:"rgb(35,68,138)"},e.element.appendChild(this.canvas)}return e.prototype.$updateDecorators=function(e){var t=!0===this.renderer.theme.isDark?this.colors.dark:this.colors.light;e&&(this.maxHeight=e.maxHeight,this.lineHeight=e.lineHeight,this.canvasHeight=e.height,(e.lastRow+1)*this.lineHeight<this.canvasHeight?this.heightRatio=1:this.heightRatio=this.canvasHeight/this.maxHeight);var a=this.canvas.getContext("2d"),s=this.renderer.session.$annotations;if(a.clearRect(0,0,this.canvas.width,this.canvas.height),s){var o={info:1,warning:2,error:3};s.forEach((function(e){e.priority=o[e.type]||null})),s=s.sort((function(e,t){return e.priority<t.priority?-1:e.priority>t.priority?1:0}));for(var n=this.renderer.session.$foldData,i=0;i<s.length;i++){var l=s[i].row,r=this.compensateFoldRows(l,n),c=Math.round((l-r)*this.lineHeight*this.heightRatio),d=Math.round((l-r)*this.lineHeight*this.heightRatio),h=Math.round(((l-r)*this.lineHeight+this.lineHeight)*this.heightRatio);if(h-d<this.minDecorationHeight){var p=(d+h)/2|0;p<this.halfMinDecorationHeight?p=this.halfMinDecorationHeight:p+this.halfMinDecorationHeight>this.canvasHeight&&(p=this.canvasHeight-this.halfMinDecorationHeight),d=Math.round(p-this.halfMinDecorationHeight),h=Math.round(p+this.halfMinDecorationHeight)}a.fillStyle=t[s[i].type]||null,a.fillRect(0,c,this.canvasWidth,h-d)}}var g=this.renderer.session.selection.getCursor();g&&(r=this.compensateFoldRows(g.row,n),c=Math.round((g.row-r)*this.lineHeight*this.heightRatio),a.fillStyle="rgba(0, 0, 0, 0.5)",a.fillRect(0,c,this.canvasWidth,2))},e.prototype.compensateFoldRows=function(e,t){var a=0;if(t&&t.length>0)for(var s=0;s<t.length;s++)e>t[s].start.row&&e<t[s].end.row?a+=e-t[s].start.row:e>=t[s].end.row&&(a+=t[s].end.row-t[s].start.row);return a},e}();o.implement(i.prototype,n),t.Decorator=i})),ace.define("ace/virtual_renderer",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/config","ace/layer/gutter","ace/layer/marker","ace/layer/text","ace/layer/cursor","ace/scrollbar","ace/scrollbar","ace/scrollbar_custom","ace/scrollbar_custom","ace/renderloop","ace/layer/font_metrics","ace/lib/event_emitter","ace/css/editor-css","ace/layer/decorators","ace/lib/useragent","ace/layer/text_util"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/dom"),n=e("./lib/lang"),i=e("./config"),l=e("./layer/gutter").Gutter,r=e("./layer/marker").Marker,c=e("./layer/text").Text,d=e("./layer/cursor").Cursor,h=e("./scrollbar").HScrollBar,p=e("./scrollbar").VScrollBar,g=e("./scrollbar_custom").HScrollBar,u=e("./scrollbar_custom").VScrollBar,m=e("./renderloop").RenderLoop,v=e("./layer/font_metrics").FontMetrics,b=e("./lib/event_emitter").EventEmitter,f=e("./css/editor-css"),w=e("./layer/decorators").Decorator,x=e("./lib/useragent"),y=e("./layer/text_util").isTextToken;o.importCssString(f,"ace_editor.css",!1);var k=function(){function e(e,t){var a=this;this.container=e||o.createElement("div"),o.addCssClass(this.container,"ace_editor"),o.HI_DPI&&o.addCssClass(this.container,"ace_hidpi"),this.setTheme(t),null==i.get("useStrictCSP")&&i.set("useStrictCSP",!1),this.$gutter=o.createElement("div"),this.$gutter.className="ace_gutter",this.container.appendChild(this.$gutter),this.$gutter.setAttribute("aria-hidden","true"),this.scroller=o.createElement("div"),this.scroller.className="ace_scroller",this.container.appendChild(this.scroller),this.content=o.createElement("div"),this.content.className="ace_content",this.scroller.appendChild(this.content),this.$gutterLayer=new l(this.$gutter),this.$gutterLayer.on("changeGutterWidth",this.onGutterResize.bind(this)),this.$markerBack=new r(this.content);var s=this.$textLayer=new c(this.content);this.canvas=s.element,this.$markerFront=new r(this.content),this.$cursorLayer=new d(this.content),this.$horizScroll=!1,this.$vScroll=!1,this.scrollBar=this.scrollBarV=new p(this.container,this),this.scrollBarH=new h(this.container,this),this.scrollBarV.on("scroll",(function(e){a.$scrollAnimation||a.session.setScrollTop(e.data-a.scrollMargin.top)})),this.scrollBarH.on("scroll",(function(e){a.$scrollAnimation||a.session.setScrollLeft(e.data-a.scrollMargin.left)})),this.scrollTop=0,this.scrollLeft=0,this.cursorPos={row:0,column:0},this.$fontMetrics=new v(this.container),this.$textLayer.$setFontMetrics(this.$fontMetrics),this.$textLayer.on("changeCharacterSize",(function(e){a.updateCharacterSize(),a.onResize(!0,a.gutterWidth,a.$size.width,a.$size.height),a._signal("changeCharacterSize",e)})),this.$size={width:0,height:0,scrollerHeight:0,scrollerWidth:0,$dirty:!0},this.layerConfig={width:1,padding:0,firstRow:0,firstRowScreen:0,lastRow:0,lineHeight:0,characterWidth:0,minHeight:1,maxHeight:1,offset:0,height:1,gutterOffset:1},this.scrollMargin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.margin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.$keepTextAreaAtCursor=!x.isIOS,this.$loop=new m(this.$renderChanges.bind(this),this.container.ownerDocument.defaultView),this.$loop.schedule(this.CHANGE_FULL),this.updateCharacterSize(),this.setPadding(4),this.$addResizeObserver(),i.resetOptions(this),i._signal("renderer",this)}return e.prototype.updateCharacterSize=function(){this.$textLayer.allowBoldFonts!=this.$allowBoldFonts&&(this.$allowBoldFonts=this.$textLayer.allowBoldFonts,this.setStyle("ace_nobold",!this.$allowBoldFonts)),this.layerConfig.characterWidth=this.characterWidth=this.$textLayer.getCharacterWidth(),this.layerConfig.lineHeight=this.lineHeight=this.$textLayer.getLineHeight(),this.$updatePrintMargin(),o.setStyle(this.scroller.style,"line-height",this.lineHeight+"px")},e.prototype.setSession=function(e){this.session&&this.session.doc.off("changeNewLineMode",this.onChangeNewLineMode),this.session=e,e&&this.scrollMargin.top&&e.getScrollTop()<=0&&e.setScrollTop(-this.scrollMargin.top),this.$cursorLayer.setSession(e),this.$markerBack.setSession(e),this.$markerFront.setSession(e),this.$gutterLayer.setSession(e),this.$textLayer.setSession(e),e&&(this.$loop.schedule(this.CHANGE_FULL),this.session.$setFontMetrics(this.$fontMetrics),this.scrollBarH.scrollLeft=this.scrollBarV.scrollTop=null,this.onChangeNewLineMode=this.onChangeNewLineMode.bind(this),this.onChangeNewLineMode(),this.session.doc.on("changeNewLineMode",this.onChangeNewLineMode))},e.prototype.updateLines=function(e,t,a){if(void 0===t&&(t=1/0),this.$changedLines?(this.$changedLines.firstRow>e&&(this.$changedLines.firstRow=e),this.$changedLines.lastRow<t&&(this.$changedLines.lastRow=t)):this.$changedLines={firstRow:e,lastRow:t},this.$changedLines.lastRow<this.layerConfig.firstRow){if(!a)return;this.$changedLines.lastRow=this.layerConfig.lastRow}this.$changedLines.firstRow>this.layerConfig.lastRow||this.$loop.schedule(this.CHANGE_LINES)},e.prototype.onChangeNewLineMode=function(){this.$loop.schedule(this.CHANGE_TEXT),this.$textLayer.$updateEolChar(),this.session.$bidiHandler.setEolChar(this.$textLayer.EOL_CHAR)},e.prototype.onChangeTabSize=function(){this.$loop.schedule(this.CHANGE_TEXT|this.CHANGE_MARKER),this.$textLayer.onChangeTabSize()},e.prototype.updateText=function(){this.$loop.schedule(this.CHANGE_TEXT)},e.prototype.updateFull=function(e){e?this.$renderChanges(this.CHANGE_FULL,!0):this.$loop.schedule(this.CHANGE_FULL)},e.prototype.updateFontSize=function(){this.$textLayer.checkForSizeChanges()},e.prototype.$updateSizeAsync=function(){this.$loop.pending?this.$size.$dirty=!0:this.onResize()},e.prototype.onResize=function(e,t,a,s){if(!(this.resizing>2)){this.resizing>0?this.resizing++:this.resizing=e?1:0;var o=this.container;s||(s=o.clientHeight||o.scrollHeight),!s&&this.$maxLines&&this.lineHeight>1&&(o.style.height&&"0px"!=o.style.height||(o.style.height="1px",s=o.clientHeight||o.scrollHeight)),a||(a=o.clientWidth||o.scrollWidth);var n=this.$updateCachedSize(e,t,a,s);if(this.$resizeTimer&&this.$resizeTimer.cancel(),!this.$size.scrollerHeight||!a&&!s)return this.resizing=0;e&&(this.$gutterLayer.$padding=null),e?this.$renderChanges(n|this.$changes,!0):this.$loop.schedule(n|this.$changes),this.resizing&&(this.resizing=0),this.scrollBarH.scrollLeft=this.scrollBarV.scrollTop=null,this.$customScrollbar&&this.$updateCustomScrollbar(!0)}},e.prototype.$updateCachedSize=function(e,t,a,s){s-=this.$extraHeight||0;var n=0,i=this.$size,l={width:i.width,height:i.height,scrollerHeight:i.scrollerHeight,scrollerWidth:i.scrollerWidth};if(s&&(e||i.height!=s)&&(i.height=s,n|=this.CHANGE_SIZE,i.scrollerHeight=i.height,this.$horizScroll&&(i.scrollerHeight-=this.scrollBarH.getHeight()),this.scrollBarV.setHeight(i.scrollerHeight),this.scrollBarV.element.style.bottom=this.scrollBarH.getHeight()+"px",n|=this.CHANGE_SCROLL),a&&(e||i.width!=a)){n|=this.CHANGE_SIZE,i.width=a,null==t&&(t=this.$showGutter?this.$gutter.offsetWidth:0),this.gutterWidth=t,o.setStyle(this.scrollBarH.element.style,"left",t+"px"),o.setStyle(this.scroller.style,"left",t+this.margin.left+"px"),i.scrollerWidth=Math.max(0,a-t-this.scrollBarV.getWidth()-this.margin.h),o.setStyle(this.$gutter.style,"left",this.margin.left+"px");var r=this.scrollBarV.getWidth()+"px";o.setStyle(this.scrollBarH.element.style,"right",r),o.setStyle(this.scroller.style,"right",r),o.setStyle(this.scroller.style,"bottom",this.scrollBarH.getHeight()),this.scrollBarH.setWidth(i.scrollerWidth),(this.session&&this.session.getUseWrapMode()&&this.adjustWrapLimit()||e)&&(n|=this.CHANGE_FULL)}return i.$dirty=!a||!s,n&&this._signal("resize",l),n},e.prototype.onGutterResize=function(e){var t=this.$showGutter?e:0;t!=this.gutterWidth&&(this.$changes|=this.$updateCachedSize(!0,t,this.$size.width,this.$size.height)),this.session.getUseWrapMode()&&this.adjustWrapLimit()||this.$size.$dirty?this.$loop.schedule(this.CHANGE_FULL):this.$computeLayerConfig()},e.prototype.adjustWrapLimit=function(){var e=this.$size.scrollerWidth-2*this.$padding,t=Math.floor(e/this.characterWidth);return this.session.adjustWrapLimit(t,this.$showPrintMargin&&this.$printMarginColumn)},e.prototype.setAnimatedScroll=function(e){this.setOption("animatedScroll",e)},e.prototype.getAnimatedScroll=function(){return this.$animatedScroll},e.prototype.setShowInvisibles=function(e){this.setOption("showInvisibles",e),this.session.$bidiHandler.setShowInvisibles(e)},e.prototype.getShowInvisibles=function(){return this.getOption("showInvisibles")},e.prototype.getDisplayIndentGuides=function(){return this.getOption("displayIndentGuides")},e.prototype.setDisplayIndentGuides=function(e){this.setOption("displayIndentGuides",e)},e.prototype.getHighlightIndentGuides=function(){return this.getOption("highlightIndentGuides")},e.prototype.setHighlightIndentGuides=function(e){this.setOption("highlightIndentGuides",e)},e.prototype.setShowPrintMargin=function(e){this.setOption("showPrintMargin",e)},e.prototype.getShowPrintMargin=function(){return this.getOption("showPrintMargin")},e.prototype.setPrintMarginColumn=function(e){this.setOption("printMarginColumn",e)},e.prototype.getPrintMarginColumn=function(){return this.getOption("printMarginColumn")},e.prototype.getShowGutter=function(){return this.getOption("showGutter")},e.prototype.setShowGutter=function(e){return this.setOption("showGutter",e)},e.prototype.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},e.prototype.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},e.prototype.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},e.prototype.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},e.prototype.$updatePrintMargin=function(){if(this.$showPrintMargin||this.$printMarginEl){if(!this.$printMarginEl){var e=o.createElement("div");e.className="ace_layer ace_print-margin-layer",this.$printMarginEl=o.createElement("div"),this.$printMarginEl.className="ace_print-margin",e.appendChild(this.$printMarginEl),this.content.insertBefore(e,this.content.firstChild)}var t=this.$printMarginEl.style;t.left=Math.round(this.characterWidth*this.$printMarginColumn+this.$padding)+"px",t.visibility=this.$showPrintMargin?"visible":"hidden",this.session&&-1==this.session.$wrap&&this.adjustWrapLimit()}},e.prototype.getContainerElement=function(){return this.container},e.prototype.getMouseEventTarget=function(){return this.scroller},e.prototype.getTextAreaContainer=function(){return this.container},e.prototype.$moveTextAreaToCursor=function(){if(!this.$isMousePressed){var e=this.textarea.style,t=this.$composition;if(this.$keepTextAreaAtCursor||t){var a=this.$cursorLayer.$pixelPos;if(a){t&&t.markerRange&&(a=this.$cursorLayer.getPixelPosition(t.markerRange.start,!0));var s=this.layerConfig,n=a.top,i=a.left;n-=s.offset;var l=t&&t.useTextareaForIME||x.isMobile?this.lineHeight:1;if(n<0||n>s.height-l)o.translate(this.textarea,0,0);else{var r=1,c=this.$size.height-l;if(t)if(t.useTextareaForIME){var d=this.textarea.value;r=this.characterWidth*this.session.$getStringScreenWidth(d)[0]}else n+=this.lineHeight+2;else n+=this.lineHeight;(i-=this.scrollLeft)>this.$size.scrollerWidth-r&&(i=this.$size.scrollerWidth-r),i+=this.gutterWidth+this.margin.left,o.setStyle(e,"height",l+"px"),o.setStyle(e,"width",r+"px"),o.translate(this.textarea,Math.min(i,this.$size.scrollerWidth-r),Math.min(n,c))}}}else o.translate(this.textarea,-100,0)}},e.prototype.getFirstVisibleRow=function(){return this.layerConfig.firstRow},e.prototype.getFirstFullyVisibleRow=function(){return this.layerConfig.firstRow+(0===this.layerConfig.offset?0:1)},e.prototype.getLastFullyVisibleRow=function(){var e=this.layerConfig,t=e.lastRow;return this.session.documentToScreenRow(t,0)*e.lineHeight-this.session.getScrollTop()>e.height-e.lineHeight?t-1:t},e.prototype.getLastVisibleRow=function(){return this.layerConfig.lastRow},e.prototype.setPadding=function(e){this.$padding=e,this.$textLayer.setPadding(e),this.$cursorLayer.setPadding(e),this.$markerFront.setPadding(e),this.$markerBack.setPadding(e),this.$loop.schedule(this.CHANGE_FULL),this.$updatePrintMargin()},e.prototype.setScrollMargin=function(e,t,a,s){var o=this.scrollMargin;o.top=0|e,o.bottom=0|t,o.right=0|s,o.left=0|a,o.v=o.top+o.bottom,o.h=o.left+o.right,o.top&&this.scrollTop<=0&&this.session&&this.session.setScrollTop(-o.top),this.updateFull()},e.prototype.setMargin=function(e,t,a,s){var o=this.margin;o.top=0|e,o.bottom=0|t,o.right=0|s,o.left=0|a,o.v=o.top+o.bottom,o.h=o.left+o.right,this.$updateCachedSize(!0,this.gutterWidth,this.$size.width,this.$size.height),this.updateFull()},e.prototype.getHScrollBarAlwaysVisible=function(){return this.$hScrollBarAlwaysVisible},e.prototype.setHScrollBarAlwaysVisible=function(e){this.setOption("hScrollBarAlwaysVisible",e)},e.prototype.getVScrollBarAlwaysVisible=function(){return this.$vScrollBarAlwaysVisible},e.prototype.setVScrollBarAlwaysVisible=function(e){this.setOption("vScrollBarAlwaysVisible",e)},e.prototype.$updateScrollBarV=function(){var e=this.layerConfig.maxHeight,t=this.$size.scrollerHeight;!this.$maxLines&&this.$scrollPastEnd&&(e-=(t-this.lineHeight)*this.$scrollPastEnd,this.scrollTop>e-t&&(e=this.scrollTop+t,this.scrollBarV.scrollTop=null)),this.scrollBarV.setScrollHeight(e+this.scrollMargin.v),this.scrollBarV.setScrollTop(this.scrollTop+this.scrollMargin.top)},e.prototype.$updateScrollBarH=function(){this.scrollBarH.setScrollWidth(this.layerConfig.width+2*this.$padding+this.scrollMargin.h),this.scrollBarH.setScrollLeft(this.scrollLeft+this.scrollMargin.left)},e.prototype.freeze=function(){this.$frozen=!0},e.prototype.unfreeze=function(){this.$frozen=!1},e.prototype.$renderChanges=function(e,t){if(this.$changes&&(e|=this.$changes,this.$changes=0),this.session&&this.container.offsetWidth&&!this.$frozen&&(e||t)){if(this.$size.$dirty)return this.$changes|=e,this.onResize(!0);this.lineHeight||this.$textLayer.checkForSizeChanges(),this._signal("beforeRender",e),this.session&&this.session.$bidiHandler&&this.session.$bidiHandler.updateCharacterWidths(this.$fontMetrics);var a=this.layerConfig;if(e&this.CHANGE_FULL||e&this.CHANGE_SIZE||e&this.CHANGE_TEXT||e&this.CHANGE_LINES||e&this.CHANGE_SCROLL||e&this.CHANGE_H_SCROLL){if(e|=this.$computeLayerConfig()|this.$loop.clear(),a.firstRow!=this.layerConfig.firstRow&&a.firstRowScreen==this.layerConfig.firstRowScreen){var s=this.scrollTop+(a.firstRow-Math.max(this.layerConfig.firstRow,0))*this.lineHeight;s>0&&(this.scrollTop=s,e|=this.CHANGE_SCROLL,e|=this.$computeLayerConfig()|this.$loop.clear())}a=this.layerConfig,this.$updateScrollBarV(),e&this.CHANGE_H_SCROLL&&this.$updateScrollBarH(),o.translate(this.content,-this.scrollLeft,-a.offset);var n=a.width+2*this.$padding+"px",i=a.minHeight+"px";o.setStyle(this.content.style,"width",n),o.setStyle(this.content.style,"height",i)}if(e&this.CHANGE_H_SCROLL&&(o.translate(this.content,-this.scrollLeft,-a.offset),this.scroller.className=this.scrollLeft<=0?"ace_scroller ":"ace_scroller ace_scroll-left ",this.enableKeyboardAccessibility&&(this.scroller.className+=this.keyboardFocusClassName)),e&this.CHANGE_FULL)return this.$changedLines=null,this.$textLayer.update(a),this.$showGutter&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a),this.$markerBack.update(a),this.$markerFront.update(a),this.$cursorLayer.update(a),this.$moveTextAreaToCursor(),void this._signal("afterRender",e);if(e&this.CHANGE_SCROLL)return this.$changedLines=null,e&this.CHANGE_TEXT||e&this.CHANGE_LINES?this.$textLayer.update(a):this.$textLayer.scrollLines(a),this.$showGutter&&(e&this.CHANGE_GUTTER||e&this.CHANGE_LINES?this.$gutterLayer.update(a):this.$gutterLayer.scrollLines(a)),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a),this.$markerBack.update(a),this.$markerFront.update(a),this.$cursorLayer.update(a),this.$moveTextAreaToCursor(),void this._signal("afterRender",e);e&this.CHANGE_TEXT?(this.$changedLines=null,this.$textLayer.update(a),this.$showGutter&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)):e&this.CHANGE_LINES?((this.$updateLines()||e&this.CHANGE_GUTTER&&this.$showGutter)&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)):e&this.CHANGE_TEXT||e&this.CHANGE_GUTTER?(this.$showGutter&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)):e&this.CHANGE_CURSOR&&(this.$highlightGutterLine&&this.$gutterLayer.updateLineHighlight(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)),e&this.CHANGE_CURSOR&&(this.$cursorLayer.update(a),this.$moveTextAreaToCursor()),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_FRONT)&&this.$markerFront.update(a),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_BACK)&&this.$markerBack.update(a),this._signal("afterRender",e)}else this.$changes|=e},e.prototype.$autosize=function(){var e=this.session.getScreenLength()*this.lineHeight,t=this.$maxLines*this.lineHeight,a=Math.min(t,Math.max((this.$minLines||1)*this.lineHeight,e))+this.scrollMargin.v+(this.$extraHeight||0);this.$horizScroll&&(a+=this.scrollBarH.getHeight()),this.$maxPixelHeight&&a>this.$maxPixelHeight&&(a=this.$maxPixelHeight);var s=!(a<=2*this.lineHeight)&&e>t;if(a!=this.desiredHeight||this.$size.height!=this.desiredHeight||s!=this.$vScroll){s!=this.$vScroll&&(this.$vScroll=s,this.scrollBarV.setVisible(s));var o=this.container.clientWidth;this.container.style.height=a+"px",this.$updateCachedSize(!0,this.$gutterWidth,o,a),this.desiredHeight=a,this._signal("autosize")}},e.prototype.$computeLayerConfig=function(){var e=this.session,t=this.$size,a=t.height<=2*this.lineHeight,s=this.session.getScreenLength()*this.lineHeight,o=this.$getLongestLine(),n=!a&&(this.$hScrollBarAlwaysVisible||t.scrollerWidth-o-2*this.$padding<0),i=this.$horizScroll!==n;i&&(this.$horizScroll=n,this.scrollBarH.setVisible(n));var l=this.$vScroll;this.$maxLines&&this.lineHeight>1&&(this.$autosize(),a=t.height<=2*this.lineHeight);var r=t.scrollerHeight+this.lineHeight,c=!this.$maxLines&&this.$scrollPastEnd?(t.scrollerHeight-this.lineHeight)*this.$scrollPastEnd:0;s+=c;var d=this.scrollMargin;this.session.setScrollTop(Math.max(-d.top,Math.min(this.scrollTop,s-t.scrollerHeight+d.bottom))),this.session.setScrollLeft(Math.max(-d.left,Math.min(this.scrollLeft,o+2*this.$padding-t.scrollerWidth+d.right)));var h=!a&&(this.$vScrollBarAlwaysVisible||t.scrollerHeight-s+c<0||this.scrollTop>d.top),p=l!==h;p&&(this.$vScroll=h,this.scrollBarV.setVisible(h));var g,u,m=this.scrollTop%this.lineHeight,v=Math.ceil(r/this.lineHeight)-1,b=Math.max(0,Math.round((this.scrollTop-m)/this.lineHeight)),f=b+v,w=this.lineHeight;b=e.screenToDocumentRow(b,0);var x=e.getFoldLine(b);x&&(b=x.start.row),g=e.documentToScreenRow(b,0),u=e.getRowLength(b)*w,f=Math.min(e.screenToDocumentRow(f,0),e.getLength()-1),r=t.scrollerHeight+e.getRowLength(f)*w+u,m=this.scrollTop-g*w;var y=0;return(this.layerConfig.width!=o||i)&&(y=this.CHANGE_H_SCROLL),(i||p)&&(y|=this.$updateCachedSize(!0,this.gutterWidth,t.width,t.height),this._signal("scrollbarVisibilityChanged"),p&&(o=this.$getLongestLine())),this.layerConfig={width:o,padding:this.$padding,firstRow:b,firstRowScreen:g,lastRow:f,lineHeight:w,characterWidth:this.characterWidth,minHeight:r,maxHeight:s,offset:m,gutterOffset:w?Math.max(0,Math.ceil((m+t.height-t.scrollerHeight)/w)):0,height:this.$size.scrollerHeight},this.session.$bidiHandler&&this.session.$bidiHandler.setContentWidth(o-this.$padding),y},e.prototype.$updateLines=function(){if(this.$changedLines){var e=this.$changedLines.firstRow,t=this.$changedLines.lastRow;this.$changedLines=null;var a=this.layerConfig;if(!(e>a.lastRow+1||t<a.firstRow))return t===1/0?(this.$showGutter&&this.$gutterLayer.update(a),void this.$textLayer.update(a)):(this.$textLayer.updateLines(a,e,t),!0)}},e.prototype.$getLongestLine=function(){var e=this.session.getScreenWidth();return this.showInvisibles&&!this.session.$useWrapMode&&(e+=1),this.$textLayer&&e>this.$textLayer.MAX_LINE_LENGTH&&(e=this.$textLayer.MAX_LINE_LENGTH+30),Math.max(this.$size.scrollerWidth-2*this.$padding,Math.round(e*this.characterWidth))},e.prototype.updateFrontMarkers=function(){this.$markerFront.setMarkers(this.session.getMarkers(!0)),this.$loop.schedule(this.CHANGE_MARKER_FRONT)},e.prototype.updateBackMarkers=function(){this.$markerBack.setMarkers(this.session.getMarkers()),this.$loop.schedule(this.CHANGE_MARKER_BACK)},e.prototype.addGutterDecoration=function(e,t){this.$gutterLayer.addGutterDecoration(e,t)},e.prototype.removeGutterDecoration=function(e,t){this.$gutterLayer.removeGutterDecoration(e,t)},e.prototype.updateBreakpoints=function(e){this._rows=e,this.$loop.schedule(this.CHANGE_GUTTER)},e.prototype.setAnnotations=function(e){this.$gutterLayer.setAnnotations(e),this.$loop.schedule(this.CHANGE_GUTTER)},e.prototype.updateCursor=function(){this.$loop.schedule(this.CHANGE_CURSOR)},e.prototype.hideCursor=function(){this.$cursorLayer.hideCursor()},e.prototype.showCursor=function(){this.$cursorLayer.showCursor()},e.prototype.scrollSelectionIntoView=function(e,t,a){this.scrollCursorIntoView(e,a),this.scrollCursorIntoView(t,a)},e.prototype.scrollCursorIntoView=function(e,t,a){if(0!==this.$size.scrollerHeight){var s=this.$cursorLayer.getPixelPosition(e),o=s.left,n=s.top,i=a&&a.top||0,l=a&&a.bottom||0;this.$scrollAnimation&&(this.$stopAnimation=!0);var r=this.$scrollAnimation?this.session.getScrollTop():this.scrollTop;r+i>n?(t&&r+i>n+this.lineHeight&&(n-=t*this.$size.scrollerHeight),0===n&&(n=-this.scrollMargin.top),this.session.setScrollTop(n)):r+this.$size.scrollerHeight-l<n+this.lineHeight&&(t&&r+this.$size.scrollerHeight-l<n-this.lineHeight&&(n+=t*this.$size.scrollerHeight),this.session.setScrollTop(n+this.lineHeight+l-this.$size.scrollerHeight));var c=this.scrollLeft,d=2*this.layerConfig.characterWidth;o-d<c?((o-=d)<this.$padding+d&&(o=-this.scrollMargin.left),this.session.setScrollLeft(o)):(o+=d,c+this.$size.scrollerWidth<o+this.characterWidth?this.session.setScrollLeft(Math.round(o+this.characterWidth-this.$size.scrollerWidth)):c<=this.$padding&&o-c<this.characterWidth&&this.session.setScrollLeft(0))}},e.prototype.getScrollTop=function(){return this.session.getScrollTop()},e.prototype.getScrollLeft=function(){return this.session.getScrollLeft()},e.prototype.getScrollTopRow=function(){return this.scrollTop/this.lineHeight},e.prototype.getScrollBottomRow=function(){return Math.max(0,Math.floor((this.scrollTop+this.$size.scrollerHeight)/this.lineHeight)-1)},e.prototype.scrollToRow=function(e){this.session.setScrollTop(e*this.lineHeight)},e.prototype.alignCursor=function(e,t){"number"==typeof e&&(e={row:e,column:0});var a=this.$cursorLayer.getPixelPosition(e),s=this.$size.scrollerHeight-this.lineHeight,o=a.top-s*(t||0);return this.session.setScrollTop(o),o},e.prototype.$calcSteps=function(e,t){var a,s,o=0,n=this.STEPS,i=[];for(o=0;o<n;++o)i.push((a=o/this.STEPS,s=e,(t-e)*(Math.pow(a-1,3)+1)+s));return i},e.prototype.scrollToLine=function(e,t,a,s){var o=this.$cursorLayer.getPixelPosition({row:e,column:0}).top;t&&(o-=this.$size.scrollerHeight/2);var n=this.scrollTop;this.session.setScrollTop(o),!1!==a&&this.animateScrolling(n,s)},e.prototype.animateScrolling=function(e,t){var a=this.scrollTop;if(this.$animatedScroll){var s=this;if(e!=a){if(this.$scrollAnimation){var o=this.$scrollAnimation.steps;if(o.length&&(e=o[0])==a)return}var n=s.$calcSteps(e,a);this.$scrollAnimation={from:e,to:a,steps:n},clearInterval(this.$timer),s.session.setScrollTop(n.shift()),s.session.$scrollTop=a,this.$timer=setInterval((function(){if(!s.$stopAnimation)return s.session?void(n.length?(s.session.setScrollTop(n.shift()),s.session.$scrollTop=a):null!=a?(s.session.$scrollTop=-1,s.session.setScrollTop(a),a=null):i()):clearInterval(s.$timer);i()}),10)}}function i(){s.$timer=clearInterval(s.$timer),s.$scrollAnimation=null,s.$stopAnimation=!1,t&&t()}},e.prototype.scrollToY=function(e){this.scrollTop!==e&&(this.$loop.schedule(this.CHANGE_SCROLL),this.scrollTop=e)},e.prototype.scrollToX=function(e){this.scrollLeft!==e&&(this.scrollLeft=e),this.$loop.schedule(this.CHANGE_H_SCROLL)},e.prototype.scrollTo=function(e,t){this.session.setScrollTop(t),this.session.setScrollLeft(e)},e.prototype.scrollBy=function(e,t){t&&this.session.setScrollTop(this.session.getScrollTop()+t),e&&this.session.setScrollLeft(this.session.getScrollLeft()+e)},e.prototype.isScrollableBy=function(e,t){return t<0&&this.session.getScrollTop()>=1-this.scrollMargin.top||t>0&&this.session.getScrollTop()+this.$size.scrollerHeight-this.layerConfig.maxHeight<-1+this.scrollMargin.bottom||e<0&&this.session.getScrollLeft()>=1-this.scrollMargin.left||e>0&&this.session.getScrollLeft()+this.$size.scrollerWidth-this.layerConfig.width<-1+this.scrollMargin.right||void 0},e.prototype.pixelToScreenCoordinates=function(e,t){var a;if(this.$hasCssTransforms){a={top:0,left:0};var s=this.$fontMetrics.transformCoordinates([e,t]);e=s[1]-this.gutterWidth-this.margin.left,t=s[0]}else a=this.scroller.getBoundingClientRect();var o=e+this.scrollLeft-a.left-this.$padding,n=o/this.characterWidth,i=Math.floor((t+this.scrollTop-a.top)/this.lineHeight),l=this.$blockCursor?Math.floor(n):Math.round(n);return{row:i,column:l,side:n-l>0?1:-1,offsetX:o}},e.prototype.screenToTextCoordinates=function(e,t){var a;if(this.$hasCssTransforms){a={top:0,left:0};var s=this.$fontMetrics.transformCoordinates([e,t]);e=s[1]-this.gutterWidth-this.margin.left,t=s[0]}else a=this.scroller.getBoundingClientRect();var o=e+this.scrollLeft-a.left-this.$padding,n=o/this.characterWidth,i=this.$blockCursor?Math.floor(n):Math.round(n),l=Math.floor((t+this.scrollTop-a.top)/this.lineHeight);return this.session.screenToDocumentPosition(l,Math.max(i,0),o)},e.prototype.textToScreenCoordinates=function(e,t){var a=this.scroller.getBoundingClientRect(),s=this.session.documentToScreenPosition(e,t),o=this.$padding+(this.session.$bidiHandler.isBidiRow(s.row,e)?this.session.$bidiHandler.getPosLeft(s.column):Math.round(s.column*this.characterWidth)),n=s.row*this.lineHeight;return{pageX:a.left+o-this.scrollLeft,pageY:a.top+n-this.scrollTop}},e.prototype.visualizeFocus=function(){o.addCssClass(this.container,"ace_focus")},e.prototype.visualizeBlur=function(){o.removeCssClass(this.container,"ace_focus")},e.prototype.showComposition=function(e){this.$composition=e,e.cssText||(e.cssText=this.textarea.style.cssText),null==e.useTextareaForIME&&(e.useTextareaForIME=this.$useTextareaForIME),this.$useTextareaForIME?(o.addCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText="",this.$moveTextAreaToCursor(),this.$cursorLayer.element.style.display="none"):e.markerId=this.session.addMarker(e.markerRange,"ace_composition_marker","text")},e.prototype.setCompositionText=function(e){var t=this.session.selection.cursor;this.addToken(e,"composition_placeholder",t.row,t.column),this.$moveTextAreaToCursor()},e.prototype.hideComposition=function(){if(this.$composition){this.$composition.markerId&&this.session.removeMarker(this.$composition.markerId),o.removeCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText=this.$composition.cssText;var e=this.session.selection.cursor;this.removeExtraToken(e.row,e.column),this.$composition=null,this.$cursorLayer.element.style.display=""}},e.prototype.setGhostText=function(e,t){var a=this.session.selection.cursor,s=t||{row:a.row,column:a.column};this.removeGhostText();var n=this.$calculateWrappedTextChunks(e,s);this.addToken(n[0].text,"ghost_text",s.row,s.column),this.$ghostText={text:e,position:{row:s.row,column:s.column}};var i=o.createElement("div");if(n.length>1){var l,r=this.hideTokensAfterPosition(s.row,s.column);n.slice(1).forEach((function(e){var t=o.createElement("div"),a=o.createElement("span");a.className="ace_ghost_text",e.wrapped&&(t.className="ghost_text_line_wrapped"),0===e.text.length&&(e.text=" "),a.appendChild(o.createTextNode(e.text)),t.appendChild(a),i.appendChild(t),l=t})),r.forEach((function(e){var t=o.createElement("span");y(e.type)||(t.className="ace_"+e.type.replace(/\./g," ace_")),t.appendChild(o.createTextNode(e.value)),l.appendChild(t)})),this.$ghostTextWidget={el:i,row:s.row,column:s.column,className:"ace_ghost_text_container"},this.session.widgetManager.addLineWidget(this.$ghostTextWidget);var c=this.$cursorLayer.getPixelPosition(s,!0),d=this.container.getBoundingClientRect().height,h=n.length*this.lineHeight;if(h<d-c.top)return;h<d?this.scrollBy(0,(n.length-1)*this.lineHeight):this.scrollToRow(s.row)}},e.prototype.$calculateWrappedTextChunks=function(e,t){var a=this.$size.scrollerWidth-2*this.$padding,s=Math.floor(a/this.characterWidth)-2;s=s<=0?60:s;for(var o=e.split(/\r?\n/),n=[],i=0;i<o.length;i++){var l=this.session.$getDisplayTokens(o[i],t.column),r=this.session.$computeWrapSplits(l,s,this.session.$tabSize);if(r.length>0){var c=0;r.push(o[i].length);for(var d=0;d<r.length;d++){var h=o[i].slice(c,r[d]);n.push({text:h,wrapped:!0}),c=r[d]}}else n.push({text:o[i],wrapped:!1})}return n},e.prototype.removeGhostText=function(){if(this.$ghostText){var e=this.$ghostText.position;this.removeExtraToken(e.row,e.column),this.$ghostTextWidget&&(this.session.widgetManager.removeLineWidget(this.$ghostTextWidget),this.$ghostTextWidget=null),this.$ghostText=null}},e.prototype.addToken=function(e,t,a,s){var o=this.session;o.bgTokenizer.lines[a]=null;var n={type:t,value:e},i=o.getTokens(a);if(null!=s&&i.length)for(var l=0,r=0;r<i.length;r++){var c=i[r];if(s<=(l+=c.value.length)){var d=c.value.length-(l-s),h=c.value.slice(0,d),p=c.value.slice(d);i.splice(r,1,{type:c.type,value:h},n,{type:c.type,value:p});break}}else i.push(n);this.updateLines(a,a)},e.prototype.hideTokensAfterPosition=function(e,t){for(var a=this.session.getTokens(e),s=0,o=!1,n=[],i=0;i<a.length;i++){var l=a[i];s+=l.value.length,"ghost_text"!==l.type&&(o?(n.push({type:l.type,value:l.value}),l.type="hidden_token"):s===t&&(o=!0))}return this.updateLines(e,e),n},e.prototype.removeExtraToken=function(e,t){this.session.bgTokenizer.lines[e]=null,this.updateLines(e,e)},e.prototype.setTheme=function(e,t){var a=this;if(this.$themeId=e,a._dispatchEvent("themeChange",{theme:e}),e&&"string"!=typeof e)n(e);else{var s=e||this.$options.theme.initialValue;i.loadModule(["theme",s],n)}function n(s){if(a.$themeId!=e)return t&&t();if(!s||!s.cssClass)throw new Error("couldn't load module "+e+" or it didn't call define");s.$id&&(a.$themeId=s.$id),o.importCssString(s.cssText,s.cssClass,a.container),a.theme&&o.removeCssClass(a.container,a.theme.cssClass);var n="padding"in s?s.padding:"padding"in(a.theme||{})?4:a.$padding;a.$padding&&n!=a.$padding&&a.setPadding(n),a.$theme=s.cssClass,a.theme=s,o.addCssClass(a.container,s.cssClass),o.setCssClass(a.container,"ace_dark",s.isDark),a.$size&&(a.$size.width=0,a.$updateSizeAsync()),a._dispatchEvent("themeLoaded",{theme:s}),t&&t(),x.isSafari&&a.scroller&&(a.scroller.style.background="red",a.scroller.style.background="")}},e.prototype.getTheme=function(){return this.$themeId},e.prototype.setStyle=function(e,t){o.setCssClass(this.container,e,!1!==t)},e.prototype.unsetStyle=function(e){o.removeCssClass(this.container,e)},e.prototype.setCursorStyle=function(e){o.setStyle(this.scroller.style,"cursor",e)},e.prototype.setMouseCursor=function(e){o.setStyle(this.scroller.style,"cursor",e)},e.prototype.attachToShadowRoot=function(){o.importCssString(f,"ace_editor.css",this.container)},e.prototype.destroy=function(){this.freeze(),this.$fontMetrics.destroy(),this.$cursorLayer.destroy(),this.removeAllListeners(),this.container.textContent="",this.setOption("useResizeObserver",!1)},e.prototype.$updateCustomScrollbar=function(e){var t=this;this.$horizScroll=this.$vScroll=null,this.scrollBarV.element.remove(),this.scrollBarH.element.remove(),this.$scrollDecorator&&delete this.$scrollDecorator,!0===e?(this.scrollBarV=new u(this.container,this),this.scrollBarH=new g(this.container,this),this.scrollBarV.setHeight(this.$size.scrollerHeight),this.scrollBarH.setWidth(this.$size.scrollerWidth),this.scrollBarV.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollTop(e.data-t.scrollMargin.top)})),this.scrollBarH.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollLeft(e.data-t.scrollMargin.left)})),this.$scrollDecorator=new w(this.scrollBarV,this),this.$scrollDecorator.$updateDecorators()):(this.scrollBarV=new p(this.container,this),this.scrollBarH=new h(this.container,this),this.scrollBarV.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollTop(e.data-t.scrollMargin.top)})),this.scrollBarH.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollLeft(e.data-t.scrollMargin.left)})))},e.prototype.$addResizeObserver=function(){if(window.ResizeObserver&&!this.$resizeObserver){var e=this;this.$resizeTimer=n.delayedCall((function(){e.destroyed||e.onResize()}),50),this.$resizeObserver=new window.ResizeObserver((function(t){var a=t[0].contentRect.width,s=t[0].contentRect.height;Math.abs(e.$size.width-a)>1||Math.abs(e.$size.height-s)>1?e.$resizeTimer.delay():e.$resizeTimer.cancel()})),this.$resizeObserver.observe(this.container)}},e}();k.prototype.CHANGE_CURSOR=1,k.prototype.CHANGE_MARKER=2,k.prototype.CHANGE_GUTTER=4,k.prototype.CHANGE_SCROLL=8,k.prototype.CHANGE_LINES=16,k.prototype.CHANGE_TEXT=32,k.prototype.CHANGE_SIZE=64,k.prototype.CHANGE_MARKER_BACK=128,k.prototype.CHANGE_MARKER_FRONT=256,k.prototype.CHANGE_FULL=512,k.prototype.CHANGE_H_SCROLL=1024,k.prototype.$changes=0,k.prototype.$padding=null,k.prototype.$frozen=!1,k.prototype.STEPS=8,s.implement(k.prototype,b),i.defineOptions(k.prototype,"renderer",{useResizeObserver:{set:function(e){!e&&this.$resizeObserver?(this.$resizeObserver.disconnect(),this.$resizeTimer.cancel(),this.$resizeTimer=this.$resizeObserver=null):e&&!this.$resizeObserver&&this.$addResizeObserver()}},animatedScroll:{initialValue:!1},showInvisibles:{set:function(e){this.$textLayer.setShowInvisibles(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!1},showPrintMargin:{set:function(){this.$updatePrintMargin()},initialValue:!0},printMarginColumn:{set:function(){this.$updatePrintMargin()},initialValue:80},printMargin:{set:function(e){"number"==typeof e&&(this.$printMarginColumn=e),this.$showPrintMargin=!!e,this.$updatePrintMargin()},get:function(){return this.$showPrintMargin&&this.$printMarginColumn}},showGutter:{set:function(e){this.$gutter.style.display=e?"block":"none",this.$loop.schedule(this.CHANGE_FULL),this.onGutterResize()},initialValue:!0},useSvgGutterIcons:{set:function(e){this.$gutterLayer.$useSvgGutterIcons=e},initialValue:!1},showFoldedAnnotations:{set:function(e){this.$gutterLayer.$showFoldedAnnotations=e},initialValue:!1},fadeFoldWidgets:{set:function(e){o.setCssClass(this.$gutter,"ace_fade-fold-widgets",e)},initialValue:!1},showFoldWidgets:{set:function(e){this.$gutterLayer.setShowFoldWidgets(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},displayIndentGuides:{set:function(e){this.$textLayer.setDisplayIndentGuides(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!0},highlightIndentGuides:{set:function(e){1==this.$textLayer.setHighlightIndentGuides(e)?this.$textLayer.$highlightIndentGuide():this.$textLayer.$clearActiveIndentGuide(this.$textLayer.$lines.cells)},initialValue:!0},highlightGutterLine:{set:function(e){this.$gutterLayer.setHighlightGutterLine(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},hScrollBarAlwaysVisible:{set:function(e){this.$hScrollBarAlwaysVisible&&this.$horizScroll||this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},vScrollBarAlwaysVisible:{set:function(e){this.$vScrollBarAlwaysVisible&&this.$vScroll||this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},fontSize:{set:function(e){"number"==typeof e&&(e+="px"),this.container.style.fontSize=e,this.updateFontSize()},initialValue:12},fontFamily:{set:function(e){this.container.style.fontFamily=e,this.updateFontSize()}},maxLines:{set:function(e){this.updateFull()}},minLines:{set:function(e){this.$minLines<562949953421311||(this.$minLines=0),this.updateFull()}},maxPixelHeight:{set:function(e){this.updateFull()},initialValue:0},scrollPastEnd:{set:function(e){e=+e||0,this.$scrollPastEnd!=e&&(this.$scrollPastEnd=e,this.$loop.schedule(this.CHANGE_SCROLL))},initialValue:0,handlesSet:!0},fixedWidthGutter:{set:function(e){this.$gutterLayer.$fixedWidth=!!e,this.$loop.schedule(this.CHANGE_GUTTER)}},customScrollbar:{set:function(e){this.$updateCustomScrollbar(e)},initialValue:!1},theme:{set:function(e){this.setTheme(e)},get:function(){return this.$themeId||this.theme},initialValue:"./theme/textmate",handlesSet:!0},hasCssTransforms:{},useTextareaForIME:{initialValue:!x.isMobile&&!x.isIE}}),t.VirtualRenderer=k})),ace.define("ace/worker/worker_client",["require","exports","module","ace/lib/oop","ace/lib/net","ace/lib/event_emitter","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/net"),n=e("../lib/event_emitter").EventEmitter,i=e("../config");function l(e){if("undefined"==typeof Worker)return{postMessage:function(){},terminate:function(){}};if(i.get("loadWorkerFromBlob")){var t=function(e){var t="importScripts('"+o.qualifyURL(e)+"');";try{return new Blob([t],{type:"application/javascript"})}catch(e){var a=new(window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder);return a.append(t),a.getBlob("application/javascript")}}(e),a=(window.URL||window.webkitURL).createObjectURL(t);return new Worker(a)}return new Worker(e)}var r=function(e){e.postMessage||(e=this.$createWorkerFromOldConfig.apply(this,arguments)),this.$worker=e,this.$sendDeltaQueue=this.$sendDeltaQueue.bind(this),this.changeListener=this.changeListener.bind(this),this.onMessage=this.onMessage.bind(this),this.callbackId=1,this.callbacks={},this.$worker.onmessage=this.onMessage};(function(){s.implement(this,n),this.$createWorkerFromOldConfig=function(t,a,s,o,n){if(e.nameToUrl&&!e.toUrl&&(e.toUrl=e.nameToUrl),i.get("packaged")||!e.toUrl)o=o||i.moduleUrl(a,"worker");else{var r=this.$normalizePath;o=o||r(e.toUrl("ace/worker/worker.js",null,"_"));var c={};t.forEach((function(t){c[t]=r(e.toUrl(t,null,"_").replace(/(\.js)?(\?.*)?$/,""))}))}return this.$worker=l(o),n&&this.send("importScripts",n),this.$worker.postMessage({init:!0,tlns:c,module:a,classname:s}),this.$worker},this.onMessage=function(e){var t=e.data;switch(t.type){case"event":this._signal(t.name,{data:t.data});break;case"call":var a=this.callbacks[t.id];a&&(a(t.data),delete this.callbacks[t.id]);break;case"error":this.reportError(t.data);break;case"log":window.console&&console.log&&console.log.apply(console,t.data)}},this.reportError=function(e){window.console&&console.error&&console.error(e)},this.$normalizePath=function(e){return o.qualifyURL(e)},this.terminate=function(){this._signal("terminate",{}),this.deltaQueue=null,this.$worker.terminate(),this.$worker.onerror=function(e){e.preventDefault()},this.$worker=null,this.$doc&&this.$doc.off("change",this.changeListener),this.$doc=null},this.send=function(e,t){this.$worker.postMessage({command:e,args:t})},this.call=function(e,t,a){if(a){var s=this.callbackId++;this.callbacks[s]=a,t.push(s)}this.send(e,t)},this.emit=function(e,t){try{t.data&&t.data.err&&(t.data.err={message:t.data.err.message,stack:t.data.err.stack,code:t.data.err.code}),this.$worker&&this.$worker.postMessage({event:e,data:{data:t.data}})}catch(e){console.error(e.stack)}},this.attachToDocument=function(e){this.$doc&&this.terminate(),this.$doc=e,this.call("setValue",[e.getValue()]),e.on("change",this.changeListener,!0)},this.changeListener=function(e){this.deltaQueue||(this.deltaQueue=[],setTimeout(this.$sendDeltaQueue,0)),"insert"==e.action?this.deltaQueue.push(e.start,e.lines):this.deltaQueue.push(e.start,e.end)},this.$sendDeltaQueue=function(){var e=this.deltaQueue;e&&(this.deltaQueue=null,e.length>50&&e.length>this.$doc.getLength()>>1?this.call("setValue",[this.$doc.getValue()]):this.emit("change",{data:e}))}}).call(r.prototype),t.UIWorkerClient=function(e,t,a){var s=null,o=!1,l=Object.create(n),c=[],d=new r({messageBuffer:c,terminate:function(){},postMessage:function(e){c.push(e),s&&(o?setTimeout(h):h())}});d.setEmitSync=function(e){o=e};var h=function(){var e=c.shift();e.command?s[e.command].apply(s,e.args):e.event&&l._signal(e.event,e.data)};return l.postMessage=function(e){d.onMessage({data:e})},l.callback=function(e,t){this.postMessage({type:"call",id:t,data:e})},l.emit=function(e,t){this.postMessage({type:"event",name:e,data:t})},i.loadModule(["worker",t],(function(e){for(s=new e[a](l);c.length;)h()})),d},t.WorkerClient=r,t.createWorker=l})),ace.define("ace/placeholder",["require","exports","module","ace/range","ace/lib/event_emitter","ace/lib/oop"],(function(e,t,a){"use strict";var s=e("./range").Range,o=e("./lib/event_emitter").EventEmitter,n=e("./lib/oop"),i=function(){function e(e,t,a,s,o,n){var i=this;this.length=t,this.session=e,this.doc=e.getDocument(),this.mainClass=o,this.othersClass=n,this.$onUpdate=this.onUpdate.bind(this),this.doc.on("change",this.$onUpdate,!0),this.$others=s,this.$onCursorChange=function(){setTimeout((function(){i.onCursorChange()}))},this.$pos=a;var l=e.getUndoManager().$undoStack||e.getUndoManager().$undostack||{length:-1};this.$undoStackDepth=l.length,this.setup(),e.selection.on("changeCursor",this.$onCursorChange)}return e.prototype.setup=function(){var e=this,t=this.doc,a=this.session;this.selectionBefore=a.selection.toJSON(),a.selection.inMultiSelectMode&&a.selection.toSingleRange(),this.pos=t.createAnchor(this.$pos.row,this.$pos.column);var o=this.pos;o.$insertRight=!0,o.detach(),o.markerId=a.addMarker(new s(o.row,o.column,o.row,o.column+this.length),this.mainClass,null,!1),this.others=[],this.$others.forEach((function(a){var s=t.createAnchor(a.row,a.column);s.$insertRight=!0,s.detach(),e.others.push(s)})),a.setUndoSelect(!1)},e.prototype.showOtherMarkers=function(){if(!this.othersActive){var e=this.session,t=this;this.othersActive=!0,this.others.forEach((function(a){a.markerId=e.addMarker(new s(a.row,a.column,a.row,a.column+t.length),t.othersClass,null,!1)}))}},e.prototype.hideOtherMarkers=function(){if(this.othersActive){this.othersActive=!1;for(var e=0;e<this.others.length;e++)this.session.removeMarker(this.others[e].markerId)}},e.prototype.onUpdate=function(e){if(this.$updating)return this.updateAnchors(e);var t=e;if(t.start.row===t.end.row&&t.start.row===this.pos.row){this.$updating=!0;var a="insert"===e.action?t.end.column-t.start.column:t.start.column-t.end.column,o=t.start.column>=this.pos.column&&t.start.column<=this.pos.column+this.length+1,n=t.start.column-this.pos.column;if(this.updateAnchors(e),o&&(this.length+=a),o&&!this.session.$fromUndo)if("insert"===e.action)for(var i=this.others.length-1;i>=0;i--){var l={row:(r=this.others[i]).row,column:r.column+n};this.doc.insertMergedLines(l,e.lines)}else if("remove"===e.action)for(i=this.others.length-1;i>=0;i--){var r;l={row:(r=this.others[i]).row,column:r.column+n},this.doc.remove(new s(l.row,l.column,l.row,l.column-a))}this.$updating=!1,this.updateMarkers()}},e.prototype.updateAnchors=function(e){this.pos.onChange(e);for(var t=this.others.length;t--;)this.others[t].onChange(e);this.updateMarkers()},e.prototype.updateMarkers=function(){if(!this.$updating){var e=this,t=this.session,a=function(a,o){t.removeMarker(a.markerId),a.markerId=t.addMarker(new s(a.row,a.column,a.row,a.column+e.length),o,null,!1)};a(this.pos,this.mainClass);for(var o=this.others.length;o--;)a(this.others[o],this.othersClass)}},e.prototype.onCursorChange=function(e){if(!this.$updating&&this.session){var t=this.session.selection.getCursor();t.row===this.pos.row&&t.column>=this.pos.column&&t.column<=this.pos.column+this.length?(this.showOtherMarkers(),this._emit("cursorEnter",e)):(this.hideOtherMarkers(),this._emit("cursorLeave",e))}},e.prototype.detach=function(){this.session.removeMarker(this.pos&&this.pos.markerId),this.hideOtherMarkers(),this.doc.off("change",this.$onUpdate),this.session.selection.off("changeCursor",this.$onCursorChange),this.session.setUndoSelect(!0),this.session=null},e.prototype.cancel=function(){if(-1!==this.$undoStackDepth){for(var e=this.session.getUndoManager(),t=(e.$undoStack||e.$undostack).length-this.$undoStackDepth,a=0;a<t;a++)e.undo(this.session,!0);this.selectionBefore&&this.session.selection.fromJSON(this.selectionBefore)}},e}();n.implement(i.prototype,o),t.PlaceHolder=i})),ace.define("ace/mouse/multi_select_handler",["require","exports","module","ace/lib/event","ace/lib/useragent"],(function(e,t,a){var s=e("../lib/event"),o=e("../lib/useragent");function n(e,t){return e.row==t.row&&e.column==t.column}t.onMouseDown=function(e){var t=e.domEvent,a=t.altKey,i=t.shiftKey,l=t.ctrlKey,r=e.getAccelKey(),c=e.getButton();if(l&&o.isMac&&(c=t.button),e.editor.inMultiSelectMode&&2==c)e.editor.textInput.onContextMenu(e.domEvent);else if(l||a||r){if(0===c){var d,h=e.editor,p=h.selection,g=h.inMultiSelectMode,u=e.getDocumentPosition(),m=p.getCursor(),v=e.inSelection()||p.isEmpty()&&n(u,m),b=e.x,f=e.y,w=h.session,x=h.renderer.pixelToScreenCoordinates(b,f),y=x;if(h.$mouseHandler.$enableJumpToDef)l&&a||r&&a?d=i?"block":"add":a&&h.$blockSelectEnabled&&(d="block");else if(r&&!a){if(d="add",!g&&i)return}else a&&h.$blockSelectEnabled&&(d="block");if(d&&o.isMac&&t.ctrlKey&&h.$mouseHandler.cancelContextMenu(),"add"==d){if(!g&&v)return;if(!g){var k=p.toOrientedRange();h.addSelectionMarker(k)}var C=p.rangeList.rangeAtPoint(u);h.inVirtualSelectionMode=!0,i&&(C=null,k=p.ranges[0]||k,h.removeSelectionMarker(k)),h.once("mouseup",(function(){var e=p.toOrientedRange();C&&e.isEmpty()&&n(C.cursor,e.cursor)?p.substractPoint(e.cursor):(i?p.substractPoint(k.cursor):k&&(h.removeSelectionMarker(k),p.addRange(k)),p.addRange(e)),h.inVirtualSelectionMode=!1}))}else if("block"==d){var _;e.stop(),h.inVirtualSelectionMode=!0;var M=[],z=function(){var e=h.renderer.pixelToScreenCoordinates(b,f),t=w.screenToDocumentPosition(e.row,e.column,e.offsetX);n(y,e)&&n(t,p.lead)||(y=e,h.selection.moveToPosition(t),h.renderer.scrollCursorIntoView(),h.removeSelectionMarkers(M),M=p.rectangularRangeBlock(y,x),h.$mouseHandler.$clickSelection&&1==M.length&&M[0].isEmpty()&&(M[0]=h.$mouseHandler.$clickSelection.clone()),M.forEach(h.addSelectionMarker,h),h.updateSelectionMarkers())};g&&!r?p.toSingleRange():!g&&r&&(_=p.toOrientedRange(),h.addSelectionMarker(_)),i?x=w.documentToScreenPosition(p.lead):p.moveToPosition(u),y={row:-1,column:-1};var j=z;s.capture(h.container,(function(e){b=e.clientX,f=e.clientY}),(function(e){z(),clearInterval(L),h.removeSelectionMarkers(M),M.length||(M=[p.toOrientedRange()]),_&&(h.removeSelectionMarker(_),p.toSingleRange(_));for(var t=0;t<M.length;t++)p.addRange(M[t]);h.inVirtualSelectionMode=!1,h.$mouseHandler.$clickSelection=null}));var L=setInterval((function(){j()}),20);return e.preventDefault()}}}else 0===c&&e.editor.inMultiSelectMode&&e.editor.exitMultiSelectMode()}})),ace.define("ace/commands/multi_select_commands",["require","exports","module","ace/keyboard/hash_handler"],(function(e,t,a){t.defaultCommands=[{name:"addCursorAbove",description:"Add cursor above",exec:function(e){e.selectMoreLines(-1)},bindKey:{win:"Ctrl-Alt-Up",mac:"Ctrl-Alt-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelow",description:"Add cursor below",exec:function(e){e.selectMoreLines(1)},bindKey:{win:"Ctrl-Alt-Down",mac:"Ctrl-Alt-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorAboveSkipCurrent",description:"Add cursor above (skip current)",exec:function(e){e.selectMoreLines(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Up",mac:"Ctrl-Alt-Shift-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelowSkipCurrent",description:"Add cursor below (skip current)",exec:function(e){e.selectMoreLines(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Down",mac:"Ctrl-Alt-Shift-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreBefore",description:"Select more before",exec:function(e){e.selectMore(-1)},bindKey:{win:"Ctrl-Alt-Left",mac:"Ctrl-Alt-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreAfter",description:"Select more after",exec:function(e){e.selectMore(1)},bindKey:{win:"Ctrl-Alt-Right",mac:"Ctrl-Alt-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextBefore",description:"Select next before",exec:function(e){e.selectMore(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Left",mac:"Ctrl-Alt-Shift-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextAfter",description:"Select next after",exec:function(e){e.selectMore(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Right",mac:"Ctrl-Alt-Shift-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"toggleSplitSelectionIntoLines",description:"Split selection into lines",exec:function(e){e.multiSelect.rangeCount>1?e.multiSelect.joinSelections():e.multiSelect.splitIntoLines()},bindKey:{win:"Ctrl-Alt-L",mac:"Ctrl-Alt-L"},readOnly:!0},{name:"splitSelectionIntoLines",description:"Split into lines",exec:function(e){e.multiSelect.splitIntoLines()},readOnly:!0},{name:"alignCursors",description:"Align cursors",exec:function(e){e.alignCursors()},bindKey:{win:"Ctrl-Alt-A",mac:"Ctrl-Alt-A"},scrollIntoView:"cursor"},{name:"findAll",description:"Find all",exec:function(e){e.findAll()},bindKey:{win:"Ctrl-Alt-K",mac:"Ctrl-Alt-G"},scrollIntoView:"cursor",readOnly:!0}],t.multiSelectCommands=[{name:"singleSelection",description:"Single selection",bindKey:"esc",exec:function(e){e.exitMultiSelectMode()},scrollIntoView:"cursor",readOnly:!0,isAvailable:function(e){return e&&e.inMultiSelectMode}}];var s=e("../keyboard/hash_handler").HashHandler;t.keyboardHandler=new s(t.multiSelectCommands)})),ace.define("ace/multi_select",["require","exports","module","ace/range_list","ace/range","ace/selection","ace/mouse/multi_select_handler","ace/lib/event","ace/lib/lang","ace/commands/multi_select_commands","ace/search","ace/edit_session","ace/editor","ace/config"],(function(e,t,a){var s=e("./range_list").RangeList,o=e("./range").Range,n=e("./selection").Selection,i=e("./mouse/multi_select_handler").onMouseDown,l=e("./lib/event"),r=e("./lib/lang"),c=e("./commands/multi_select_commands");t.commands=c.defaultCommands.concat(c.multiSelectCommands);var d=new(0,e("./search").Search),h=e("./edit_session").EditSession;(function(){this.getSelectionMarkers=function(){return this.$selectionMarkers}}).call(h.prototype),function(){this.ranges=null,this.rangeList=null,this.addRange=function(e,t){if(e){if(!this.inMultiSelectMode&&0===this.rangeCount){var a=this.toOrientedRange();if(this.rangeList.add(a),this.rangeList.add(e),2!=this.rangeList.ranges.length)return this.rangeList.removeAll(),t||this.fromOrientedRange(e);this.rangeList.removeAll(),this.rangeList.add(a),this.$onAddRange(a)}e.cursor||(e.cursor=e.end);var s=this.rangeList.add(e);return this.$onAddRange(e),s.length&&this.$onRemoveRange(s),this.rangeCount>1&&!this.inMultiSelectMode&&(this._signal("multiSelect"),this.inMultiSelectMode=!0,this.session.$undoSelect=!1,this.rangeList.attach(this.session)),t||this.fromOrientedRange(e)}},this.toSingleRange=function(e){e=e||this.ranges[0];var t=this.rangeList.removeAll();t.length&&this.$onRemoveRange(t),e&&this.fromOrientedRange(e)},this.substractPoint=function(e){var t=this.rangeList.substractPoint(e);if(t)return this.$onRemoveRange(t),t[0]},this.mergeOverlappingRanges=function(){var e=this.rangeList.merge();e.length&&this.$onRemoveRange(e)},this.$onAddRange=function(e){this.rangeCount=this.rangeList.ranges.length,this.ranges.unshift(e),this._signal("addRange",{range:e})},this.$onRemoveRange=function(e){if(this.rangeCount=this.rangeList.ranges.length,1==this.rangeCount&&this.inMultiSelectMode){var t=this.rangeList.ranges.pop();e.push(t),this.rangeCount=0}for(var a=e.length;a--;){var s=this.ranges.indexOf(e[a]);this.ranges.splice(s,1)}this._signal("removeRange",{ranges:e}),0===this.rangeCount&&this.inMultiSelectMode&&(this.inMultiSelectMode=!1,this._signal("singleSelect"),this.session.$undoSelect=!0,this.rangeList.detach(this.session)),(t=t||this.ranges[0])&&!t.isEqual(this.getRange())&&this.fromOrientedRange(t)},this.$initRangeList=function(){this.rangeList||(this.rangeList=new s,this.ranges=[],this.rangeCount=0)},this.getAllRanges=function(){return this.rangeCount?this.rangeList.ranges.concat():[this.getRange()]},this.splitIntoLines=function(){for(var e=this.ranges.length?this.ranges:[this.getRange()],t=[],a=0;a<e.length;a++){var s=e[a],n=s.start.row,i=s.end.row;if(n===i)t.push(s.clone());else{for(t.push(new o(n,s.start.column,n,this.session.getLine(n).length));++n<i;)t.push(this.getLineRange(n,!0));t.push(new o(i,0,i,s.end.column))}0!=a||this.isBackwards()||(t=t.reverse())}for(this.toSingleRange(),a=t.length;a--;)this.addRange(t[a])},this.joinSelections=function(){var e=this.rangeList.ranges,t=e[e.length-1],a=o.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(a,t.cursor==t.start)},this.toggleBlockSelection=function(){if(this.rangeCount>1){var e=this.rangeList.ranges,t=e[e.length-1],a=o.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(a,t.cursor==t.start)}else{var s=this.session.documentToScreenPosition(this.cursor),n=this.session.documentToScreenPosition(this.anchor);this.rectangularRangeBlock(s,n).forEach(this.addRange,this)}},this.rectangularRangeBlock=function(e,t,a){var s=[],n=e.column<t.column;if(n)var i=e.column,l=t.column,r=e.offsetX,c=t.offsetX;else i=t.column,l=e.column,r=t.offsetX,c=e.offsetX;var d,h,p,g=e.row<t.row;if(g)var u=e.row,m=t.row;else u=t.row,m=e.row;i<0&&(i=0),u<0&&(u=0),u==m&&(a=!0);for(var v=u;v<=m;v++){var b=o.fromPoints(this.session.screenToDocumentPosition(v,i,r),this.session.screenToDocumentPosition(v,l,c));if(b.isEmpty()){if(d&&(p=d,(h=b.end).row==p.row&&h.column==p.column))break;d=b.end}b.cursor=n?b.start:b.end,s.push(b)}if(g&&s.reverse(),!a){for(var f=s.length-1;s[f].isEmpty()&&f>0;)f--;if(f>0)for(var w=0;s[w].isEmpty();)w++;for(var x=f;x>=w;x--)s[x].isEmpty()&&s.splice(x,1)}return s}}.call(n.prototype);var p=e("./editor").Editor;function g(e){e.$multiselectOnSessionChange||(e.$onAddRange=e.$onAddRange.bind(e),e.$onRemoveRange=e.$onRemoveRange.bind(e),e.$onMultiSelect=e.$onMultiSelect.bind(e),e.$onSingleSelect=e.$onSingleSelect.bind(e),e.$multiselectOnSessionChange=t.onSessionChange.bind(e),e.$checkMultiselectChange=e.$checkMultiselectChange.bind(e),e.$multiselectOnSessionChange(e),e.on("changeSession",e.$multiselectOnSessionChange),e.on("mousedown",i),e.commands.addCommands(c.defaultCommands),function(e){if(e.textInput){var t=e.textInput.getElement(),a=!1;l.addListener(t,"keydown",(function(t){var o=18==t.keyCode&&!(t.ctrlKey||t.shiftKey||t.metaKey);e.$blockSelectEnabled&&o?a||(e.renderer.setMouseCursor("crosshair"),a=!0):a&&s()}),e),l.addListener(t,"keyup",s,e),l.addListener(t,"blur",s,e)}function s(t){a&&(e.renderer.setMouseCursor(""),a=!1)}}(e))}(function(){this.updateSelectionMarkers=function(){this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.addSelectionMarker=function(e){e.cursor||(e.cursor=e.end);var t=this.getSelectionStyle();return e.marker=this.session.addMarker(e,"ace_selection",t),this.session.$selectionMarkers.push(e),this.session.selectionMarkerCount=this.session.$selectionMarkers.length,e},this.removeSelectionMarker=function(e){if(e.marker){this.session.removeMarker(e.marker);var t=this.session.$selectionMarkers.indexOf(e);-1!=t&&this.session.$selectionMarkers.splice(t,1),this.session.selectionMarkerCount=this.session.$selectionMarkers.length}},this.removeSelectionMarkers=function(e){for(var t=this.session.$selectionMarkers,a=e.length;a--;){var s=e[a];if(s.marker){this.session.removeMarker(s.marker);var o=t.indexOf(s);-1!=o&&t.splice(o,1)}}this.session.selectionMarkerCount=t.length},this.$onAddRange=function(e){this.addSelectionMarker(e.range),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onRemoveRange=function(e){this.removeSelectionMarkers(e.ranges),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onMultiSelect=function(e){this.inMultiSelectMode||(this.inMultiSelectMode=!0,this.setStyle("ace_multiselect"),this.keyBinding.addKeyboardHandler(c.keyboardHandler),this.commands.setDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers())},this.$onSingleSelect=function(e){this.session.multiSelect.inVirtualMode||(this.inMultiSelectMode=!1,this.unsetStyle("ace_multiselect"),this.keyBinding.removeKeyboardHandler(c.keyboardHandler),this.commands.removeDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers(),this._emit("changeSelection"))},this.$onMultiSelectExec=function(e){var t=e.command,a=e.editor;if(a.multiSelect){if(t.multiSelectAction)"forEach"==t.multiSelectAction?s=a.forEachSelection(t,e.args):"forEachLine"==t.multiSelectAction?s=a.forEachSelection(t,e.args,!0):"single"==t.multiSelectAction?(a.exitMultiSelectMode(),s=t.exec(a,e.args||{})):s=t.multiSelectAction(a,e.args||{});else{var s=t.exec(a,e.args||{});a.multiSelect.addRange(a.multiSelect.toOrientedRange()),a.multiSelect.mergeOverlappingRanges()}return s}},this.forEachSelection=function(e,t,a){if(!this.inVirtualSelectionMode){var s,o=a&&a.keepOrder,i=1==a||a&&a.$byLines,l=this.session,r=this.selection,c=r.rangeList,d=(o?r:c).ranges;if(!d.length)return e.exec?e.exec(this,t||{}):e(this,t||{});var h=r._eventRegistry;r._eventRegistry={};var p=new n(l);this.inVirtualSelectionMode=!0;for(var g=d.length;g--;){if(i)for(;g>0&&d[g].start.row==d[g-1].end.row;)g--;p.fromOrientedRange(d[g]),p.index=g,this.selection=l.selection=p;var u=e.exec?e.exec(this,t||{}):e(this,t||{});s||void 0===u||(s=u),p.toOrientedRange(d[g])}p.detach(),this.selection=l.selection=r,this.inVirtualSelectionMode=!1,r._eventRegistry=h,r.mergeOverlappingRanges(),r.ranges[0]&&r.fromOrientedRange(r.ranges[0]);var m=this.renderer.$scrollAnimation;return this.onCursorChange(),this.onSelectionChange(),m&&m.from==m.to&&this.renderer.animateScrolling(m.from),s}},this.exitMultiSelectMode=function(){this.inMultiSelectMode&&!this.inVirtualSelectionMode&&this.multiSelect.toSingleRange()},this.getSelectedText=function(){var e="";if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){for(var t=this.multiSelect.rangeList.ranges,a=[],s=0;s<t.length;s++)a.push(this.session.getTextRange(t[s]));var o=this.session.getDocument().getNewLineCharacter();(e=a.join(o)).length==(a.length-1)*o.length&&(e="")}else this.selection.isEmpty()||(e=this.session.getTextRange(this.getSelectionRange()));return e},this.$checkMultiselectChange=function(e,t){if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){var a=this.multiSelect.ranges[0];if(this.multiSelect.isEmpty()&&t==this.multiSelect.anchor)return;var s=t==this.multiSelect.anchor?a.cursor==a.start?a.end:a.start:a.cursor;s.row!=t.row||this.session.$clipPositionToDocument(s.row,s.column).column!=t.column?this.multiSelect.toSingleRange(this.multiSelect.toOrientedRange()):this.multiSelect.mergeOverlappingRanges()}},this.findAll=function(e,t,a){if((t=t||{}).needle=e||t.needle,null==t.needle){var s=this.selection.isEmpty()?this.selection.getWordRange():this.selection.getRange();t.needle=this.session.getTextRange(s)}this.$search.set(t);var o=this.$search.findAll(this.session);if(!o.length)return 0;var n=this.multiSelect;a||n.toSingleRange(o[0]);for(var i=o.length;i--;)n.addRange(o[i],!0);return s&&n.rangeList.rangeAtPoint(s.start)&&n.addRange(s,!0),o.length},this.selectMoreLines=function(e,t){var a=this.selection.toOrientedRange(),s=a.cursor==a.end,n=this.session.documentToScreenPosition(a.cursor);this.selection.$desiredColumn&&(n.column=this.selection.$desiredColumn);var i,l=this.session.screenToDocumentPosition(n.row+e,n.column);if(a.isEmpty())c=l;else var r=this.session.documentToScreenPosition(s?a.end:a.start),c=this.session.screenToDocumentPosition(r.row+e,r.column);if(s?(i=o.fromPoints(l,c)).cursor=i.start:(i=o.fromPoints(c,l)).cursor=i.end,i.desiredColumn=n.column,this.selection.inMultiSelectMode){if(t)var d=a.cursor}else this.selection.addRange(a);this.selection.addRange(i),d&&this.selection.substractPoint(d)},this.transposeSelections=function(e){for(var t=this.session,a=t.multiSelect,s=a.ranges,o=s.length;o--;)if((l=s[o]).isEmpty()){var n=t.getWordRange(l.start.row,l.start.column);l.start.row=n.start.row,l.start.column=n.start.column,l.end.row=n.end.row,l.end.column=n.end.column}a.mergeOverlappingRanges();var i=[];for(o=s.length;o--;){var l=s[o];i.unshift(t.getTextRange(l))}for(e<0?i.unshift(i.pop()):i.push(i.shift()),o=s.length;o--;){var r=(l=s[o]).clone();t.replace(l,i[o]),l.start.row=r.start.row,l.start.column=r.start.column}a.fromOrientedRange(a.ranges[0])},this.selectMore=function(e,t,a){var s=this.session,o=s.multiSelect.toOrientedRange();if(!o.isEmpty()||((o=s.getWordRange(o.start.row,o.start.column)).cursor=-1==e?o.start:o.end,this.multiSelect.addRange(o),!a)){var n=s.getTextRange(o),i=function(e,t,a){return d.$options.wrap=!0,d.$options.needle=t,d.$options.backwards=-1==a,d.find(e)}(s,n,e);i&&(i.cursor=-1==e?i.start:i.end,this.session.unfold(i),this.multiSelect.addRange(i),this.renderer.scrollCursorIntoView(null,.5)),t&&this.multiSelect.substractPoint(o.cursor)}},this.alignCursors=function(){var e=this.session,t=e.multiSelect,a=t.ranges,s=-1,n=a.filter((function(e){if(e.cursor.row==s)return!0;s=e.cursor.row}));if(a.length&&n.length!=a.length-1){n.forEach((function(e){t.substractPoint(e.cursor)}));var i=0,l=1/0,c=a.map((function(t){var a=t.cursor,s=e.getLine(a.row).substr(a.column).search(/\S/g);return-1==s&&(s=0),a.column>i&&(i=a.column),s<l&&(l=s),s}));a.forEach((function(t,a){var s=t.cursor,n=i-s.column,d=c[a]-l;n>d?e.insert(s,r.stringRepeat(" ",n-d)):e.remove(new o(s.row,s.column,s.row,s.column-n+d)),t.start.column=t.end.column=i,t.start.row=t.end.row=s.row,t.cursor=t.end})),t.fromOrientedRange(a[0]),this.renderer.updateCursor(),this.renderer.updateBackMarkers()}else{var d=this.selection.getRange(),h=d.start.row,p=d.end.row,g=h==p;if(g){var u,m=this.session.getLength();do{u=this.session.getLine(p)}while(/[=:]/.test(u)&&++p<m);do{u=this.session.getLine(h)}while(/[=:]/.test(u)&&--h>0);h<0&&(h=0),p>=m&&(p=m-1)}var v=this.session.removeFullLines(h,p);v=this.$reAlignText(v,g),this.session.insert({row:h,column:0},v.join("\n")+"\n"),g||(d.start.column=0,d.end.column=v[v.length-1].length),this.selection.setRange(d)}},this.$reAlignText=function(e,t){var a,s,o,n=!0,i=!0;return e.map((function(e){var t=e.match(/(\s*)(.*?)(\s*)([=:].*)/);return t?null==a?(a=t[1].length,s=t[2].length,o=t[3].length,t):(a+s+o!=t[1].length+t[2].length+t[3].length&&(i=!1),a!=t[1].length&&(n=!1),a>t[1].length&&(a=t[1].length),s<t[2].length&&(s=t[2].length),o>t[3].length&&(o=t[3].length),t):[e]})).map(t?c:n?i?function(e){return e[2]?l(a+s-e[2].length)+e[2]+l(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}:c:function(e){return e[2]?l(a)+e[2]+l(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]});function l(e){return r.stringRepeat(" ",e)}function c(e){return e[2]?l(a)+e[2]+l(s-e[2].length+o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}}}).call(p.prototype),t.onSessionChange=function(e){var t=e.session;t&&!t.multiSelect&&(t.$selectionMarkers=[],t.selection.$initRangeList(),t.multiSelect=t.selection),this.multiSelect=t&&t.multiSelect;var a=e.oldSession;a&&(a.multiSelect.off("addRange",this.$onAddRange),a.multiSelect.off("removeRange",this.$onRemoveRange),a.multiSelect.off("multiSelect",this.$onMultiSelect),a.multiSelect.off("singleSelect",this.$onSingleSelect),a.multiSelect.lead.off("change",this.$checkMultiselectChange),a.multiSelect.anchor.off("change",this.$checkMultiselectChange)),t&&(t.multiSelect.on("addRange",this.$onAddRange),t.multiSelect.on("removeRange",this.$onRemoveRange),t.multiSelect.on("multiSelect",this.$onMultiSelect),t.multiSelect.on("singleSelect",this.$onSingleSelect),t.multiSelect.lead.on("change",this.$checkMultiselectChange),t.multiSelect.anchor.on("change",this.$checkMultiselectChange)),t&&this.inMultiSelectMode!=t.selection.inMultiSelectMode&&(t.selection.inMultiSelectMode?this.$onMultiSelect():this.$onSingleSelect())},t.MultiSelect=g,e("./config").defineOptions(p.prototype,"editor",{enableMultiselect:{set:function(e){g(this),e?this.on("mousedown",i):this.off("mousedown",i)},value:!0},enableBlockSelect:{set:function(e){this.$blockSelectEnabled=e},value:!0}})})),ace.define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../../range").Range,o=t.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(e,t,a){var s=e.getLine(a);return this.foldingStartMarker.test(s)?"start":"markbeginend"==t&&this.foldingStopMarker&&this.foldingStopMarker.test(s)?"end":""},this.getFoldWidgetRange=function(e,t,a){return null},this.indentationBlock=function(e,t,a){var o=/\S/,n=e.getLine(t),i=n.search(o);if(-1!=i){for(var l=a||n.length,r=e.getLength(),c=t,d=t;++t<r;){var h=e.getLine(t).search(o);if(-1!=h){if(h<=i){var p=e.getTokenAt(t,0);if(!p||"string"!==p.type)break}d=t}}if(d>c){var g=e.getLine(d).length;return new s(c,l,d,g)}}},this.openingBracketBlock=function(e,t,a,o,n){var i={row:a,column:o+1},l=e.$findClosingBracket(t,i,n);if(l){var r=e.foldWidgets[l.row];return null==r&&(r=e.getFoldWidget(l.row)),"start"==r&&l.row>i.row&&(l.row--,l.column=e.getLine(l.row).length),s.fromPoints(i,l)}},this.closingBracketBlock=function(e,t,a,o,n){var i={row:a,column:o},l=e.$findOpeningBracket(t,i);if(l)return l.column++,i.column--,s.fromPoints(l,i)}}).call(o.prototype)})),ace.define("ace/ext/error_marker",["require","exports","module","ace/lib/dom","ace/range","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../range").Range,n=e("../config").nls;t.showErrorMarker=function(e,t){var a=e.session,i=e.getCursorPosition(),l=i.row,r=a.widgetManager.getWidgetsAtRow(l).filter((function(e){return"errorMarker"==e.type}))[0];r?r.destroy():l-=t;var c,d=function(e,t,a){var s=e.getAnnotations().sort(o.comparePoints);if(s.length){var n=function(e,t,a){for(var s=0,o=e.length-1;s<=o;){var n=s+o>>1,i=a(t,e[n]);if(i>0)s=n+1;else{if(!(i<0))return n;o=n-1}}return-(s+1)}(s,{row:t,column:-1},o.comparePoints);n<0&&(n=-n-1),n>=s.length?n=a>0?0:s.length-1:0===n&&a<0&&(n=s.length-1);var i=s[n];if(i&&a){if(i.row===t){do{i=s[n+=a]}while(i&&i.row===t);if(!i)return s.slice()}var l=[];t=i.row;do{l[a<0?"unshift":"push"](i),i=s[n+=a]}while(i&&i.row==t);return l.length&&l}}}(a,l,t);if(d){var h=d[0];i.column=(h.pos&&"number"!=typeof h.column?h.pos.sc:h.column)||0,i.row=h.row,c=e.renderer.$gutterLayer.$annotations[i.row]}else{if(r)return;c={displayText:[n("error-marker.good-state","Looks good!")],className:"ace_ok"}}e.session.unfold(i.row),e.selection.moveToPosition(i);var p={row:i.row,fixedWidth:!0,coverGutter:!0,el:s.createElement("div"),type:"errorMarker"},g=p.el.appendChild(s.createElement("div")),u=p.el.appendChild(s.createElement("div"));u.className="error_widget_arrow "+c.className;var m=e.renderer.$cursorLayer.getPixelPosition(i).left;u.style.left=m+e.renderer.gutterWidth-5+"px",p.el.className="error_widget_wrapper",g.className="error_widget "+c.className,c.displayText.forEach((function(e,t){g.appendChild(s.createTextNode(e)),t<c.displayText.length-1&&g.appendChild(s.createElement("br"))})),g.appendChild(s.createElement("div"));var v=function(e,t,a){if(0===t&&("esc"===a||"return"===a))return p.destroy(),{command:"null"}};p.destroy=function(){e.$mouseHandler.isMousePressed||(e.keyBinding.removeKeyboardHandler(v),a.widgetManager.removeLineWidget(p),e.off("changeSelection",p.destroy),e.off("changeSession",p.destroy),e.off("mouseup",p.destroy),e.off("change",p.destroy))},e.keyBinding.addKeyboardHandler(v),e.on("changeSelection",p.destroy),e.on("changeSession",p.destroy),e.on("mouseup",p.destroy),e.on("change",p.destroy),e.session.widgetManager.addLineWidget(p),p.el.onmousedown=e.focus.bind(e),e.renderer.scrollCursorIntoView(null,.5,{bottom:p.el.offsetHeight})},s.importCssString("\n .error_widget_wrapper {\n background: inherit;\n color: inherit;\n border:none\n }\n .error_widget {\n border-top: solid 2px;\n border-bottom: solid 2px;\n margin: 5px 0;\n padding: 10px 40px;\n white-space: pre-wrap;\n }\n .error_widget.ace_error, .error_widget_arrow.ace_error{\n border-color: #ff5a5a\n }\n .error_widget.ace_warning, .error_widget_arrow.ace_warning{\n border-color: #F1D817\n }\n .error_widget.ace_info, .error_widget_arrow.ace_info{\n border-color: #5a5a5a\n }\n .error_widget.ace_ok, .error_widget_arrow.ace_ok{\n border-color: #5aaa5a\n }\n .error_widget_arrow {\n position: absolute;\n border: solid 5px;\n border-top-color: transparent!important;\n border-right-color: transparent!important;\n border-left-color: transparent!important;\n top: -5px;\n }\n","error_marker.css",!1)})),ace.define("ace/ace",["require","exports","module","ace/lib/dom","ace/range","ace/editor","ace/edit_session","ace/undomanager","ace/virtual_renderer","ace/worker/worker_client","ace/keyboard/hash_handler","ace/placeholder","ace/multi_select","ace/mode/folding/fold_mode","ace/theme/textmate","ace/ext/error_marker","ace/config","ace/loader_build"],(function(e,t,a){"use strict";e("./loader_build")(t);var s=e("./lib/dom"),o=e("./range").Range,n=e("./editor").Editor,i=e("./edit_session").EditSession,l=e("./undomanager").UndoManager,r=e("./virtual_renderer").VirtualRenderer;e("./worker/worker_client"),e("./keyboard/hash_handler"),e("./placeholder"),e("./multi_select"),e("./mode/folding/fold_mode"),e("./theme/textmate"),e("./ext/error_marker"),t.config=e("./config"),t.edit=function(e,a){if("string"==typeof e){var o=e;if(!(e=document.getElementById(o)))throw new Error("ace.edit can't find div #"+o)}if(e&&e.env&&e.env.editor instanceof n)return e.env.editor;var i="";if(e&&/input|textarea/i.test(e.tagName)){var l=e;i=l.value,e=s.createElement("pre"),l.parentNode.replaceChild(e,l)}else e&&(i=e.textContent,e.innerHTML="");var c=t.createEditSession(i),d=new n(new r(e),c,a),h={document:c,editor:d,onResize:d.resize.bind(d,null)};return l&&(h.textarea=l),d.on("destroy",(function(){h.editor.container.env=null})),d.container.env=d.env=h,d},t.createEditSession=function(e,t){var a=new i(e,t);return a.setUndoManager(new l),a},t.Range=o,t.Editor=n,t.EditSession=i,t.UndoManager=l,t.VirtualRenderer=r;var c=t.config.version;t.version=c})),ace.require(["ace/ace"],(function(t){t&&(t.config.init(!0),t.define=ace.define);var a=function(){return this}();for(var s in a||"undefined"==typeof window||(a=window),a||"undefined"==typeof self||(a=self),a.ace||(a.ace=t),t)t.hasOwnProperty(s)&&(a.ace[s]=t[s]);a.ace.default=a.ace,e&&(e.exports=a.ace)}))},44(e,t,a){e=a.nmd(e),ace.define("ace/snippets",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event_emitter","ace/lib/lang","ace/range","ace/range_list","ace/keyboard/hash_handler","ace/tokenizer","ace/clipboard","ace/editor"],(function(e,t,a){"use strict";var s=e("./lib/dom"),o=e("./lib/oop"),n=e("./lib/event_emitter").EventEmitter,i=e("./lib/lang"),l=e("./range").Range,r=e("./range_list").RangeList,c=e("./keyboard/hash_handler").HashHandler,d=e("./tokenizer").Tokenizer,h=e("./clipboard"),p={CURRENT_WORD:function(e){return e.session.getTextRange(e.session.getWordRange())},SELECTION:function(e,t,a){var s=e.session.getTextRange();return a?s.replace(/\n\r?([ \t]*\S)/g,"\n"+a+"$1"):s},CURRENT_LINE:function(e){return e.session.getLine(e.getCursorPosition().row)},PREV_LINE:function(e){return e.session.getLine(e.getCursorPosition().row-1)},LINE_INDEX:function(e){return e.getCursorPosition().row},LINE_NUMBER:function(e){return e.getCursorPosition().row+1},SOFT_TABS:function(e){return e.session.getUseSoftTabs()?"YES":"NO"},TAB_SIZE:function(e){return e.session.getTabSize()},CLIPBOARD:function(e){return h.getText&&h.getText()},FILENAME:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0]},FILENAME_BASE:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0].replace(/\.[^.]*$/,"")},DIRECTORY:function(e){return this.FILEPATH(e).replace(/[^/\\]*$/,"")},FILEPATH:function(e){return"/not implemented.txt"},WORKSPACE_NAME:function(){return"Unknown"},FULLNAME:function(){return"Unknown"},BLOCK_COMMENT_START:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.start||""},BLOCK_COMMENT_END:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.end||""},LINE_COMMENT:function(e){return(e.session.$mode||{}).lineCommentStart||""},CURRENT_YEAR:g.bind(null,{year:"numeric"}),CURRENT_YEAR_SHORT:g.bind(null,{year:"2-digit"}),CURRENT_MONTH:g.bind(null,{month:"numeric"}),CURRENT_MONTH_NAME:g.bind(null,{month:"long"}),CURRENT_MONTH_NAME_SHORT:g.bind(null,{month:"short"}),CURRENT_DATE:g.bind(null,{day:"2-digit"}),CURRENT_DAY_NAME:g.bind(null,{weekday:"long"}),CURRENT_DAY_NAME_SHORT:g.bind(null,{weekday:"short"}),CURRENT_HOUR:g.bind(null,{hour:"2-digit",hour12:!1}),CURRENT_MINUTE:g.bind(null,{minute:"2-digit"}),CURRENT_SECOND:g.bind(null,{second:"2-digit"})};function g(e){var t=(new Date).toLocaleString("en-us",e);return 1==t.length?"0"+t:t}p.SELECTED_TEXT=p.SELECTION;var u=function(){function e(){this.snippetMap={},this.snippetNameMap={},this.variables=p}return e.prototype.getTokenizer=function(){return e.$tokenizer||this.createTokenizer()},e.prototype.createTokenizer=function(){function t(e){return e=e.substr(1),/^\d+$/.test(e)?[{tabstopId:parseInt(e,10)}]:[{text:e}]}function a(e){return"(?:[^\\\\"+e+"]|\\\\.)"}var s={regex:"/("+a("/")+"+)/",onMatch:function(e,t,a){var s=a[0];return s.fmtString=!0,s.guard=e.slice(1,-1),s.flag="",""},next:"formatString"};return e.$tokenizer=new d({start:[{regex:/\\./,onMatch:function(e,t,a){var s=e[1];return("}"==s&&a.length||-1!="`$\\".indexOf(s))&&(e=s),[e]}},{regex:/}/,onMatch:function(e,t,a){return[a.length?a.shift():e]}},{regex:/\$(?:\d+|\w+)/,onMatch:t},{regex:/\$\{[\dA-Z_a-z]+/,onMatch:function(e,a,s){var o=t(e.substr(1));return s.unshift(o[0]),o},next:"snippetVar"},{regex:/\n/,token:"newline",merge:!1}],snippetVar:[{regex:"\\|"+a("\\|")+"*\\|",onMatch:function(e,t,a){var s=e.slice(1,-1).replace(/\\[,|\\]|,/g,(function(e){return 2==e.length?e[1]:"\0"})).split("\0").map((function(e){return{value:e}}));return a[0].choices=s,[s[0]]},next:"start"},s,{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"start"}],formatString:[{regex:/:/,onMatch:function(e,t,a){return a.length&&a[0].expectElse?(a[0].expectElse=!1,a[0].ifEnd={elseEnd:a[0]},[a[0].ifEnd]):":"}},{regex:/\\./,onMatch:function(e,t,a){var s=e[1];return"}"==s&&a.length||-1!="`$\\".indexOf(s)?e=s:"n"==s?e="\n":"t"==s?e="\t":-1!="ulULE".indexOf(s)&&(e={changeCase:s,local:s>"a"}),[e]}},{regex:"/\\w*}",onMatch:function(e,t,a){var s=a.shift();return s&&(s.flag=e.slice(1,-1)),this.next=s&&s.tabstopId?"start":"",[s||e]},next:"start"},{regex:/\$(?:\d+|\w+)/,onMatch:function(e,t,a){return[{text:e.slice(1)}]}},{regex:/\${\w+/,onMatch:function(e,t,a){var s={text:e.slice(2)};return a.unshift(s),[s]},next:"formatStringVar"},{regex:/\n/,token:"newline",merge:!1},{regex:/}/,onMatch:function(e,t,a){var s=a.shift();return this.next=s&&s.tabstopId?"start":"",[s||e]},next:"start"}],formatStringVar:[{regex:/:\/\w+}/,onMatch:function(e,t,a){return a[0].formatFunction=e.slice(2,-1),[a.shift()]},next:"formatString"},s,{regex:/:[\?\-+]?/,onMatch:function(e,t,a){"+"==e[1]&&(a[0].ifEnd=a[0]),"?"==e[1]&&(a[0].expectElse=!0)},next:"formatString"},{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"formatString"}]}),e.$tokenizer},e.prototype.tokenizeTmSnippet=function(e,t){return this.getTokenizer().getLineTokens(e,t).tokens.map((function(e){return e.value||e}))},e.prototype.getVariableValue=function(e,t,a){if(/^\d+$/.test(t))return(this.variables.__||{})[t]||"";if(/^[A-Z]\d+$/.test(t))return(this.variables[t[0]+"__"]||{})[t.substr(1)]||"";if(t=t.replace(/^TM_/,""),!this.variables.hasOwnProperty(t))return"";var s=this.variables[t];return"function"==typeof s&&(s=this.variables[t](e,t,a)),s??""},e.prototype.tmStrFormat=function(e,t,a){if(!t.fmt)return e;var s=t.flag||"",o=t.guard;o=new RegExp(o,s.replace(/[^gim]/g,""));var n="string"==typeof t.fmt?this.tokenizeTmSnippet(t.fmt,"formatString"):t.fmt,i=this,l=e.replace(o,(function(){var e=i.variables.__;i.variables.__=[].slice.call(arguments);for(var t=i.resolveVariables(n,a),s="E",o=0;o<t.length;o++){var l=t[o];if("object"==typeof l)if(t[o]="",l.changeCase&&l.local){var r=t[o+1];r&&"string"==typeof r&&("u"==l.changeCase?t[o]=r[0].toUpperCase():t[o]=r[0].toLowerCase(),t[o+1]=r.substr(1))}else l.changeCase&&(s=l.changeCase);else"U"==s?t[o]=l.toUpperCase():"L"==s&&(t[o]=l.toLowerCase())}return i.variables.__=e,t.join("")}));return l},e.prototype.tmFormatFunction=function(e,t,a){return"upcase"==t.formatFunction?e.toUpperCase():"downcase"==t.formatFunction?e.toLowerCase():e},e.prototype.resolveVariables=function(e,t){for(var a=[],s="",o=!0,n=0;n<e.length;n++){var i=e[n];if("string"!=typeof i){if(i){if(o=!1,i.fmtString){var l=e.indexOf(i,n+1);-1==l&&(l=e.length),i.fmt=e.slice(n+1,l),n=l}if(i.text){var r=this.getVariableValue(t,i.text,s)+"";i.fmtString&&(r=this.tmStrFormat(r,i,t)),i.formatFunction&&(r=this.tmFormatFunction(r,i,t)),r&&!i.ifEnd?(a.push(r),c(i)):!r&&i.ifEnd&&c(i.ifEnd)}else i.elseEnd?c(i.elseEnd):(null!=i.tabstopId||null!=i.changeCase)&&a.push(i)}}else a.push(i),"\n"==i?(o=!0,s=""):o&&(s=/^\t*/.exec(i)[0],o=/\S/.test(i))}function c(t){var a=e.indexOf(t,n+1);-1!=a&&(n=a)}return a},e.prototype.getDisplayTextForSnippet=function(e,t){return m.call(this,e,t).text},e.prototype.insertSnippetForSelection=function(e,t,a){void 0===a&&(a={});var s=m.call(this,e,t,a),o=e.getSelectionRange(),n=e.session.replace(o,s.text),i=new v(e),l=e.inVirtualSelectionMode&&e.selection.index;i.addTabstops(s.tabstops,o.start,n,l)},e.prototype.insertSnippet=function(e,t,a){void 0===a&&(a={});var s=this;if(e.inVirtualSelectionMode)return s.insertSnippetForSelection(e,t,a);e.forEachSelection((function(){s.insertSnippetForSelection(e,t,a)}),null,{keepOrder:!0}),e.tabstopManager&&e.tabstopManager.tabNext()},e.prototype.$getScope=function(e){var t=e.session.$mode.$id||"";if("html"===(t=t.split("/").pop())||"php"===t){"php"!==t||e.session.$mode.inlinePhp||(t="html");var a=e.getCursorPosition(),s=e.session.getState(a.row);"object"==typeof s&&(s=s[0]),s.substring&&("js-"==s.substring(0,3)?t="javascript":"css-"==s.substring(0,4)?t="css":"php-"==s.substring(0,4)&&(t="php"))}return t},e.prototype.getActiveScopes=function(e){var t=this.$getScope(e),a=[t],s=this.snippetMap;return s[t]&&s[t].includeScopes&&a.push.apply(a,s[t].includeScopes),a.push("_"),a},e.prototype.expandWithTab=function(e,t){var a=this,s=e.forEachSelection((function(){return a.expandSnippetForSelection(e,t)}),null,{keepOrder:!0});return s&&e.tabstopManager&&e.tabstopManager.tabNext(),s},e.prototype.expandSnippetForSelection=function(e,t){var a,s=e.getCursorPosition(),o=e.session.getLine(s.row),n=o.substring(0,s.column),i=o.substr(s.column),l=this.snippetMap;return this.getActiveScopes(e).some((function(e){var t=l[e];return t&&(a=this.findMatchingSnippet(t,n,i)),!!a}),this),!!a&&(t&&t.dryRun||(e.session.doc.removeInLine(s.row,s.column-a.replaceBefore.length,s.column+a.replaceAfter.length),this.variables.M__=a.matchBefore,this.variables.T__=a.matchAfter,this.insertSnippetForSelection(e,a.content),this.variables.M__=this.variables.T__=null),!0)},e.prototype.findMatchingSnippet=function(e,t,a){for(var s=e.length;s--;){var o=e[s];if((!o.startRe||o.startRe.test(t))&&(!o.endRe||o.endRe.test(a))&&(o.startRe||o.endRe))return o.matchBefore=o.startRe?o.startRe.exec(t):[""],o.matchAfter=o.endRe?o.endRe.exec(a):[""],o.replaceBefore=o.triggerRe?o.triggerRe.exec(t)[0]:"",o.replaceAfter=o.endTriggerRe?o.endTriggerRe.exec(a)[0]:"",o}},e.prototype.register=function(e,t){var a=this.snippetMap,s=this.snippetNameMap,o=this;function n(e){return e&&!/^\^?\(.*\)\$?$|^\\b$/.test(e)&&(e="(?:"+e+")"),e||""}function l(e,t,a){return e=n(e),t=n(t),a?(e=t+e)&&"$"!=e[e.length-1]&&(e+="$"):(e+=t)&&"^"!=e[0]&&(e="^"+e),new RegExp(e)}function r(e){e.scope||(e.scope=t||"_"),t=e.scope,a[t]||(a[t]=[],s[t]={});var n=s[t];if(e.name){var r=n[e.name];r&&o.unregister(r),n[e.name]=e}a[t].push(e),e.prefix&&(e.tabTrigger=e.prefix),!e.content&&e.body&&(e.content=Array.isArray(e.body)?e.body.join("\n"):e.body),e.tabTrigger&&!e.trigger&&(!e.guard&&/^\w/.test(e.tabTrigger)&&(e.guard="\\b"),e.trigger=i.escapeRegExp(e.tabTrigger)),(e.trigger||e.guard||e.endTrigger||e.endGuard)&&(e.startRe=l(e.trigger,e.guard,!0),e.triggerRe=new RegExp(e.trigger),e.endRe=l(e.endTrigger,e.endGuard,!0),e.endTriggerRe=new RegExp(e.endTrigger))}e||(e=[]),Array.isArray(e)?e.forEach(r):Object.keys(e).forEach((function(t){r(e[t])})),this._signal("registerSnippets",{scope:t})},e.prototype.unregister=function(e,t){var a=this.snippetMap,s=this.snippetNameMap;function o(e){var o=s[e.scope||t];if(o&&o[e.name]){delete o[e.name];var n=a[e.scope||t],i=n&&n.indexOf(e);i>=0&&n.splice(i,1)}}e.content?o(e):Array.isArray(e)&&e.forEach(o)},e.prototype.parseSnippetFile=function(e){e=e.replace(/\r/g,"");for(var t,a=[],s={},o=/^#.*|^({[\s\S]*})\s*$|^(\S+) (.*)$|^((?:\n*\t.*)+)/gm;t=o.exec(e);){if(t[1])try{s=JSON.parse(t[1]),a.push(s)}catch(e){}if(t[4])s.content=t[4].replace(/^\t/gm,""),a.push(s),s={};else{var n=t[2],i=t[3];if("regex"==n){var l=/\/((?:[^\/\\]|\\.)*)|$/g;s.guard=l.exec(i)[1],s.trigger=l.exec(i)[1],s.endTrigger=l.exec(i)[1],s.endGuard=l.exec(i)[1]}else"snippet"==n?(s.tabTrigger=i.match(/^\S*/)[0],s.name||(s.name=i)):n&&(s[n]=i)}}return a},e.prototype.getSnippetByName=function(e,t){var a,s=this.snippetNameMap;return this.getActiveScopes(t).some((function(t){var o=s[t];return o&&(a=o[e]),!!a}),this),a},e}();o.implement(u.prototype,n);var m=function(e,t,a){void 0===a&&(a={});var s=e.getCursorPosition(),o=e.session.getLine(s.row),n=e.session.getTabString(),i=o.match(/^\s*/)[0];s.column<i.length&&(i=i.slice(0,s.column)),t=t.replace(/\r/g,"");var l=this.tokenizeTmSnippet(t);l=(l=this.resolveVariables(l,e)).map((function(e){return"\n"!=e||a.excludeExtraIndent?"string"==typeof e?e.replace(/\t/g,n):e:e+i}));var r=[];l.forEach((function(e,t){if("object"==typeof e){var a=e.tabstopId,s=r[a];if(s||((s=r[a]=[]).index=a,s.value="",s.parents={}),-1===s.indexOf(e)){e.choices&&!s.choices&&(s.choices=e.choices),s.push(e);var o=l.indexOf(e,t+1);if(-1!==o){var n=l.slice(t+1,o);n.some((function(e){return"object"==typeof e}))&&!s.value?s.value=n:!n.length||s.value&&"string"==typeof s.value||(s.value=n.join(""))}}}})),r.forEach((function(e){e.length=0}));var c={};function d(e){for(var t=[],a=0;a<e.length;a++){var s=e[a];if("object"==typeof s){if(c[s.tabstopId])continue;s=t[e.lastIndexOf(s,a-1)]||{tabstopId:s.tabstopId}}t[a]=s}return t}for(var h=0;h<l.length;h++){var p=l[h];if("object"==typeof p){var g=p.tabstopId,u=r[g],m=l.indexOf(p,h+1);if(c[g])c[g]===p&&(delete c[g],Object.keys(c).forEach((function(e){u.parents[e]=!0})));else{c[g]=p;var v=u.value;"string"!=typeof v?v=d(v):p.fmt&&(v=this.tmStrFormat(v,p,e)),l.splice.apply(l,[h+1,Math.max(0,m-h)].concat(v,p)),-1===u.indexOf(p)&&u.push(p)}}}var b=0,f=0,w="";return l.forEach((function(e){if("string"==typeof e){var t=e.split("\n");t.length>1?(f=t[t.length-1].length,b+=t.length-1):f+=e.length,w+=e}else e&&(e.start?e.end={row:b,column:f}:e.start={row:b,column:f})})),{text:w,tabstops:r,tokens:l}},v=function(){function e(e){if(this.index=0,this.ranges=[],this.tabstops=[],e.tabstopManager)return e.tabstopManager;e.tabstopManager=this,this.$onChange=this.onChange.bind(this),this.$onChangeSelection=i.delayedCall(this.onChangeSelection.bind(this)).schedule,this.$onChangeSession=this.onChangeSession.bind(this),this.$onAfterExec=this.onAfterExec.bind(this),this.attach(e)}return e.prototype.attach=function(e){this.$openTabstops=null,this.selectedTabstop=null,this.editor=e,this.session=e.session,this.editor.on("change",this.$onChange),this.editor.on("changeSelection",this.$onChangeSelection),this.editor.on("changeSession",this.$onChangeSession),this.editor.commands.on("afterExec",this.$onAfterExec),this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler)},e.prototype.detach=function(){this.tabstops.forEach(this.removeTabstopMarkers,this),this.ranges.length=0,this.tabstops.length=0,this.selectedTabstop=null,this.editor.off("change",this.$onChange),this.editor.off("changeSelection",this.$onChangeSelection),this.editor.off("changeSession",this.$onChangeSession),this.editor.commands.off("afterExec",this.$onAfterExec),this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.tabstopManager=null,this.session=null,this.editor=null},e.prototype.onChange=function(e){for(var t="r"==e.action[0],a=this.selectedTabstop||{},s=a.parents||{},o=this.tabstops.slice(),n=0;n<o.length;n++){var i=o[n],l=i==a||s[i.index];if(i.rangeList.$bias=l?0:1,"remove"==e.action&&i!==a){var r=i.parents&&i.parents[a.index],c=i.rangeList.pointIndex(e.start,r);c=c<0?-c-1:c+1;var d=i.rangeList.pointIndex(e.end,r);d=d<0?-d-1:d-1;for(var h=i.rangeList.ranges.slice(c,d),p=0;p<h.length;p++)this.removeRange(h[p])}i.rangeList.$onChange(e)}var g=this.session;this.$inChange||!t||1!=g.getLength()||g.getValue()||this.detach()},e.prototype.updateLinkedFields=function(){var e=this.selectedTabstop;if(e&&e.hasLinkedRanges&&e.firstNonLinked){this.$inChange=!0;for(var a=this.session,s=a.getTextRange(e.firstNonLinked),o=0;o<e.length;o++){var n=e[o];if(n.linked){var i=n.original,l=t.snippetManager.tmStrFormat(s,i,this.editor);a.replace(n,l)}}this.$inChange=!1}},e.prototype.onAfterExec=function(e){e.command&&!e.command.readOnly&&this.updateLinkedFields()},e.prototype.onChangeSelection=function(){if(this.editor){for(var e=this.editor.selection.lead,t=this.editor.selection.anchor,a=this.editor.selection.isEmpty(),s=0;s<this.ranges.length;s++)if(!this.ranges[s].linked){var o=this.ranges[s].contains(e.row,e.column),n=a||this.ranges[s].contains(t.row,t.column);if(o&&n)return}this.detach()}},e.prototype.onChangeSession=function(){this.detach()},e.prototype.tabNext=function(e){var t=this.tabstops.length,a=this.index+(e||1);(a=Math.min(Math.max(a,1),t))==t&&(a=0),this.selectTabstop(a),this.updateTabstopMarkers(),0===a&&this.detach()},e.prototype.selectTabstop=function(e){this.$openTabstops=null;var t=this.tabstops[this.index];if(t&&this.addTabstopMarkers(t),this.index=e,(t=this.tabstops[this.index])&&t.length){this.selectedTabstop=t;var a=t.firstNonLinked||t;if(t.choices&&(a.cursor=a.start),this.editor.inVirtualSelectionMode)this.editor.selection.fromOrientedRange(a);else{var s=this.editor.multiSelect;s.toSingleRange(a);for(var o=0;o<t.length;o++)t.hasLinkedRanges&&t[o].linked||s.addRange(t[o].clone(),!0)}this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler),this.selectedTabstop&&this.selectedTabstop.choices&&this.editor.execCommand("startAutocomplete",{matches:this.selectedTabstop.choices})}},e.prototype.addTabstops=function(e,t,a){var s=this.useLink||!this.editor.getOption("enableMultiselect");if(this.$openTabstops||(this.$openTabstops=[]),!e[0]){var o=l.fromPoints(a,a);f(o.start,t),f(o.end,t),e[0]=[o],e[0].index=0}var n=[this.index+1,0],i=this.ranges,c=this.snippetId=(this.snippetId||0)+1;e.forEach((function(e,a){var o=this.$openTabstops[a]||e;o.snippetId=c;for(var d=0;d<e.length;d++){var h=e[d],p=l.fromPoints(h.start,h.end||h.start);b(p.start,t),b(p.end,t),p.original=h,p.tabstop=o,i.push(p),o!=e?o.unshift(p):o[d]=p,h.fmtString||o.firstNonLinked&&s?(p.linked=!0,o.hasLinkedRanges=!0):o.firstNonLinked||(o.firstNonLinked=p)}o.firstNonLinked||(o.hasLinkedRanges=!1),o===e&&(n.push(o),this.$openTabstops[a]=o),this.addTabstopMarkers(o),o.rangeList=o.rangeList||new r,o.rangeList.$bias=0,o.rangeList.addList(o)}),this),n.length>2&&(this.tabstops.length&&n.push(n.splice(2,1)[0]),this.tabstops.splice.apply(this.tabstops,n))},e.prototype.addTabstopMarkers=function(e){var t=this.session;e.forEach((function(e){e.markerId||(e.markerId=t.addMarker(e,"ace_snippet-marker","text"))}))},e.prototype.removeTabstopMarkers=function(e){var t=this.session;e.forEach((function(e){t.removeMarker(e.markerId),e.markerId=null}))},e.prototype.updateTabstopMarkers=function(){if(this.selectedTabstop){var e=this.selectedTabstop.snippetId;0===this.selectedTabstop.index&&e--,this.tabstops.forEach((function(t){t.snippetId===e?this.addTabstopMarkers(t):this.removeTabstopMarkers(t)}),this)}},e.prototype.removeRange=function(e){var t=e.tabstop.indexOf(e);-1!=t&&e.tabstop.splice(t,1),-1!=(t=this.ranges.indexOf(e))&&this.ranges.splice(t,1),-1!=(t=e.tabstop.rangeList.ranges.indexOf(e))&&e.tabstop.splice(t,1),this.session.removeMarker(e.markerId),e.tabstop.length||(-1!=(t=this.tabstops.indexOf(e.tabstop))&&this.tabstops.splice(t,1),this.tabstops.length||this.detach())},e}();v.prototype.keyboardHandler=new c,v.prototype.keyboardHandler.bindKeys({Tab:function(e){t.snippetManager&&t.snippetManager.expandWithTab(e)||(e.tabstopManager.tabNext(1),e.renderer.scrollCursorIntoView())},"Shift-Tab":function(e){e.tabstopManager.tabNext(-1),e.renderer.scrollCursorIntoView()},Esc:function(e){e.tabstopManager.detach()}});var b=function(e,t){0==e.row&&(e.column+=t.column),e.row+=t.row},f=function(e,t){e.row==t.row&&(e.column-=t.column),e.row-=t.row};s.importCssString("\n.ace_snippet-marker {\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: rgba(194, 193, 208, 0.09);\n border: 1px dotted rgba(211, 208, 235, 0.62);\n position: absolute;\n}","snippets.css",!1),t.snippetManager=new u;var w=e("./editor").Editor;(function(){this.insertSnippet=function(e,a){return t.snippetManager.insertSnippet(this,e,a)},this.expandSnippet=function(e){return t.snippetManager.expandWithTab(this,e)}}).call(w.prototype)})),ace.define("ace/autocomplete/popup",["require","exports","module","ace/virtual_renderer","ace/editor","ace/range","ace/lib/event","ace/lib/lang","ace/lib/dom","ace/config","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../virtual_renderer").VirtualRenderer,o=e("../editor").Editor,n=e("../range").Range,i=e("../lib/event"),l=e("../lib/lang"),r=e("../lib/dom"),c=e("../config").nls,d=e("./../lib/useragent"),h=function(e){return"suggest-aria-id:".concat(e)},p=d.isSafari?"menu":"listbox",g=d.isSafari?"menuitem":"option",u=d.isSafari?"aria-current":"aria-selected",m=function(e){var t=new s(e);t.$maxLines=4;var a=new o(t);return a.setHighlightActiveLine(!1),a.setShowPrintMargin(!1),a.renderer.setShowGutter(!1),a.renderer.setHighlightGutterLine(!1),a.$mouseHandler.$focusTimeout=0,a.$highlightTagPending=!0,a};r.importCssString('\n.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\n background-color: #CAD6FA;\n z-index: 1;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\n background-color: #3a674e;\n}\n.ace_editor.ace_autocomplete .ace_line-hover {\n border: 1px solid #abbffe;\n margin-top: -1px;\n background: rgba(233,233,253,0.4);\n position: absolute;\n z-index: 2;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_line-hover {\n border: 1px solid rgba(109, 150, 13, 0.8);\n background: rgba(58, 103, 78, 0.62);\n}\n.ace_completion-meta {\n opacity: 0.5;\n margin-left: 0.9em;\n}\n.ace_completion-message {\n margin-left: 0.9em;\n color: blue;\n}\n.ace_editor.ace_autocomplete .ace_completion-highlight{\n color: #2d69c7;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{\n color: #93ca12;\n}\n.ace_editor.ace_autocomplete {\n width: 300px;\n z-index: 200000;\n border: 1px lightgray solid;\n position: fixed;\n box-shadow: 2px 3px 5px rgba(0,0,0,.2);\n line-height: 1.4;\n background: #fefefe;\n color: #111;\n}\n.ace_dark.ace_editor.ace_autocomplete {\n border: 1px #484747 solid;\n box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51);\n line-height: 1.4;\n background: #25282c;\n color: #c1c1c1;\n}\n.ace_autocomplete .ace_text-layer {\n width: calc(100% - 8px);\n}\n.ace_autocomplete .ace_line {\n display: flex;\n align-items: center;\n}\n.ace_autocomplete .ace_line > * {\n min-width: 0;\n flex: 0 0 auto;\n}\n.ace_autocomplete .ace_line .ace_ {\n flex: 0 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.ace_autocomplete .ace_completion-spacer {\n flex: 1;\n}\n.ace_autocomplete.ace_loading:after {\n content: "";\n position: absolute;\n top: 0px;\n height: 2px;\n width: 8%;\n background: blue;\n z-index: 100;\n animation: ace_progress 3s infinite linear;\n animation-delay: 300ms;\n transform: translateX(-100%) scaleX(1);\n}\n@keyframes ace_progress {\n 0% { transform: translateX(-100%) scaleX(1) }\n 50% { transform: translateX(625%) scaleX(2) } \n 100% { transform: translateX(1500%) scaleX(3) } \n}\n@media (prefers-reduced-motion) {\n .ace_autocomplete.ace_loading:after {\n transform: translateX(625%) scaleX(2);\n animation: none;\n }\n}\n',"autocompletion.css",!1),t.AcePopup=function(e){var t=r.createElement("div"),a=m(t);e&&e.appendChild(t),t.style.display="none",a.renderer.content.style.cursor="default",a.renderer.setStyle("ace_autocomplete"),a.renderer.$textLayer.element.setAttribute("role",p),a.renderer.$textLayer.element.setAttribute("aria-roledescription",c("autocomplete.popup.aria-roledescription","Autocomplete suggestions")),a.renderer.$textLayer.element.setAttribute("aria-label",c("autocomplete.popup.aria-label","Autocomplete suggestions")),a.renderer.textarea.setAttribute("aria-hidden","true"),a.setOption("displayIndentGuides",!1),a.setOption("dragDelay",150);var s,o=function(){};a.focus=o,a.$isFocused=!0,a.renderer.$cursorLayer.restartTimer=o,a.renderer.$cursorLayer.element.style.opacity="0",a.renderer.$maxLines=8,a.renderer.$keepTextAreaAtCursor=!1,a.setHighlightActiveLine(!1),a.session.highlight(""),a.session.$searchHighlight.clazz="ace_highlight-marker",a.on("mousedown",(function(e){var t=e.getDocumentPosition();a.selection.moveToPosition(t),v.start.row=v.end.row=t.row,e.stop()}));var d=new n(-1,0,-1,1/0),v=new n(-1,0,-1,1/0);v.id=a.session.addMarker(v,"ace_active-line","fullLine"),a.setSelectOnHover=function(e){e?d.id&&(a.session.removeMarker(d.id),d.id=null):d.id=a.session.addMarker(d,"ace_line-hover","fullLine")},a.setSelectOnHover(!1),a.on("mousemove",(function(e){if(s){if(s.x!=e.x||s.y!=e.y){(s=e).scrollTop=a.renderer.scrollTop,a.isMouseOver=!0;var t=s.getDocumentPosition().row;d.start.row!=t&&(d.id||a.setRow(t),f(t))}}else s=e})),a.renderer.on("beforeRender",(function(){if(s&&-1!=d.start.row){s.$pos=null;var e=s.getDocumentPosition().row;d.id||a.setRow(e),f(e,!0)}})),a.renderer.on("afterRender",(function(){for(var e=a.renderer.$textLayer,t=e.config.firstRow,s=e.config.lastRow;t<=s;t++){var o=e.element.childNodes[t-e.config.firstRow];o.setAttribute("role",g),o.setAttribute("aria-roledescription",c("autocomplete.popup.item.aria-roledescription","item")),o.setAttribute("aria-setsize",a.data.length),o.setAttribute("aria-describedby","doc-tooltip"),o.setAttribute("aria-posinset",t+1);var n=a.getData(t);if(n){var i="".concat(n.caption||n.value).concat(n.meta?", ".concat(n.meta):"");o.setAttribute("aria-label",i)}o.querySelectorAll(".ace_completion-highlight").forEach((function(e){e.setAttribute("role","mark")}))}})),a.renderer.on("afterRender",(function(){var e=a.getRow(),t=a.renderer.$textLayer,s=t.element.childNodes[e-t.config.firstRow],o=document.activeElement;if(s!==a.selectedNode&&a.selectedNode&&(r.removeCssClass(a.selectedNode,"ace_selected"),a.selectedNode.removeAttribute(u),a.selectedNode.removeAttribute("id")),o.removeAttribute("aria-activedescendant"),a.selectedNode=s,s){var n=h(e);r.addCssClass(s,"ace_selected"),s.id=n,t.element.setAttribute("aria-activedescendant",n),o.setAttribute("aria-activedescendant",n),s.setAttribute(u,"true")}}));var b=function(){f(-1)},f=function(e,t){e!==d.start.row&&(d.start.row=d.end.row=e,t||a.session._emit("changeBackMarker"),a._emit("changeHoverMarker"))};a.getHoveredRow=function(){return d.start.row},i.addListener(a.container,"mouseout",(function(){a.isMouseOver=!1,b()})),a.on("hide",b),a.on("changeSelection",b),a.session.doc.getLength=function(){return a.data.length},a.session.doc.getLine=function(e){var t=a.data[e];return"string"==typeof t?t:t&&t.value||""};var w=a.session.bgTokenizer;return w.$tokenizeRow=function(e){var t=a.data[e],s=[];if(!t)return s;"string"==typeof t&&(t={value:t});var o=t.caption||t.value||t.name;function n(e,a){e&&s.push({type:(t.className||"")+(a||""),value:e})}for(var i=o.toLowerCase(),l=(a.filterText||"").toLowerCase(),r=0,c=0,d=0;d<=l.length;d++)if(d!=c&&(t.matchMask&1<<d||d==l.length)){var h=l.slice(c,d);c=d;var p=i.indexOf(h,r);if(-1==p)continue;n(o.slice(r,p),""),r=p+h.length,n(o.slice(p,r),"completion-highlight")}return n(o.slice(r,o.length),""),s.push({type:"completion-spacer",value:" "}),t.meta&&s.push({type:"completion-meta",value:t.meta}),t.message&&s.push({type:"completion-message",value:t.message}),s},w.$updateOnChange=o,w.start=o,a.session.$computeWidth=function(){return this.screenWidth=0},a.isOpen=!1,a.isTopdown=!1,a.autoSelect=!0,a.filterText="",a.isMouseOver=!1,a.data=[],a.setData=function(e,t){a.filterText=t||"",a.setValue(l.stringRepeat("\n",e.length),-1),a.data=e||[],a.setRow(0)},a.getData=function(e){return a.data[e]},a.getRow=function(){return v.start.row},a.setRow=function(e){e=Math.max(this.autoSelect?0:-1,Math.min(this.data.length-1,e)),v.start.row!=e&&(a.selection.clearSelection(),v.start.row=v.end.row=e||0,a.session._emit("changeBackMarker"),a.moveCursorTo(e||0,0),a.isOpen&&a._signal("select"))},a.on("changeSelection",(function(){a.isOpen&&a.setRow(a.selection.lead.row),a.renderer.scrollCursorIntoView()})),a.hide=function(){this.container.style.display="none",a.anchorPos=null,a.anchor=null,a.isOpen&&(a.isOpen=!1,this._signal("hide"))},a.tryShow=function(e,t,o,n){if(!n&&a.isOpen&&a.anchorPos&&a.anchor&&a.anchorPos.top===e.top&&a.anchorPos.left===e.left&&a.anchor===o)return!0;var i=this.container,l=this.renderer.scrollBar.width||10,r=window.innerHeight-l,c=window.innerWidth-l,d=this.renderer,h=d.$maxLines*t*1.4,p={top:0,bottom:0,left:0},g=r-e.top-3*this.$borderSize-t,u=e.top-3*this.$borderSize;o||(o=u<=g||g>=h?"bottom":"top"),"top"===o?(p.bottom=e.top-this.$borderSize,p.top=p.bottom-h):"bottom"===o&&(p.top=e.top+t+this.$borderSize,p.bottom=p.top+h);var m=p.top>=0&&p.bottom<=r;if(!n&&!m)return!1;d.$maxPixelHeight=m?null:"top"===o?u:g,"top"===o?(i.style.top="",i.style.bottom=r+l-p.bottom+"px",a.isTopdown=!1):(i.style.top=p.top+"px",i.style.bottom="",a.isTopdown=!0),i.style.display="";var v=e.left;return v+i.offsetWidth>c&&(v=c-i.offsetWidth),i.style.left=v+"px",i.style.right="",a.isOpen||(a.isOpen=!0,this._signal("show"),s=null),a.anchorPos=e,a.anchor=o,!0},a.show=function(e,t,a){this.tryShow(e,t,a?"bottom":void 0,!0)},a.goTo=function(e){var t=this.getRow(),a=this.session.getLength()-1;switch(e){case"up":t=t<=0?a:t-1;break;case"down":t=t>=a?-1:t+1;break;case"start":t=0;break;case"end":t=a}this.setRow(t)},a.getTextLeftOffset=function(){return this.$borderSize+this.renderer.$padding+this.$imageSize},a.$imageSize=0,a.$borderSize=1,a},t.$singleLineEditor=m,t.getAriaId=h})),ace.define("ace/autocomplete/inline_screenreader",["require","exports","module"],(function(e,t,a){"use strict";var s=function(){function e(e){this.editor=e,this.screenReaderDiv=document.createElement("div"),this.screenReaderDiv.classList.add("ace_screenreader-only"),this.editor.container.appendChild(this.screenReaderDiv)}return e.prototype.setScreenReaderContent=function(e){for(!this.popup&&this.editor.completer&&this.editor.completer.popup&&(this.popup=this.editor.completer.popup,this.popup.renderer.on("afterRender",function(){var e=this.popup.getRow(),t=this.popup.renderer.$textLayer,a=t.element.childNodes[e-t.config.firstRow];if(a){for(var s="doc-tooltip ",o=0;o<this._lines.length;o++)s+="ace-inline-screenreader-line-".concat(o," ");a.setAttribute("aria-describedby",s)}}.bind(this)));this.screenReaderDiv.firstChild;)this.screenReaderDiv.removeChild(this.screenReaderDiv.firstChild);this._lines=e.split(/\r\n|\r|\n/);var t=this.createCodeBlock();this.screenReaderDiv.appendChild(t)},e.prototype.destroy=function(){this.screenReaderDiv.remove()},e.prototype.createCodeBlock=function(){var e=document.createElement("pre");e.setAttribute("id","ace-inline-screenreader");for(var t=0;t<this._lines.length;t++){var a=document.createElement("code");a.setAttribute("id","ace-inline-screenreader-line-".concat(t));var s=document.createTextNode(this._lines[t]);a.appendChild(s),e.appendChild(a)}return e},e}();t.AceInlineScreenReader=s})),ace.define("ace/autocomplete/inline",["require","exports","module","ace/snippets","ace/autocomplete/inline_screenreader"],(function(e,t,a){"use strict";var s=e("../snippets").snippetManager,o=e("./inline_screenreader").AceInlineScreenReader,n=function(){function e(){this.editor=null}return e.prototype.show=function(e,t,a){if(a=a||"",e&&this.editor&&this.editor!==e&&(this.hide(),this.editor=null,this.inlineScreenReader=null),!e||!t)return!1;this.inlineScreenReader||(this.inlineScreenReader=new o(e));var n=t.snippet?s.getDisplayTextForSnippet(e,t.snippet):t.value;return!(t.hideInlinePreview||!n||!n.startsWith(a)||(this.editor=e,this.inlineScreenReader.setScreenReaderContent(n),""===(n=n.slice(a.length))?e.removeGhostText():e.setGhostText(n),0))},e.prototype.isOpen=function(){return!!this.editor&&!!this.editor.renderer.$ghostText},e.prototype.hide=function(){return!!this.editor&&(this.editor.removeGhostText(),!0)},e.prototype.destroy=function(){this.hide(),this.editor=null,this.inlineScreenReader&&(this.inlineScreenReader.destroy(),this.inlineScreenReader=null)},e}();t.AceInline=n})),ace.define("ace/autocomplete/util",["require","exports","module"],(function(e,t,a){"use strict";t.parForEach=function(e,t,a){var s=0,o=e.length;0===o&&a();for(var n=0;n<o;n++)t(e[n],(function(e,t){++s===o&&a(e,t)}))};var s=/[a-zA-Z_0-9\$\-\u00A2-\u2000\u2070-\uFFFF]/;t.retrievePrecedingIdentifier=function(e,t,a){a=a||s;for(var o=[],n=t-1;n>=0&&a.test(e[n]);n--)o.push(e[n]);return o.reverse().join("")},t.retrieveFollowingIdentifier=function(e,t,a){a=a||s;for(var o=[],n=t;n<e.length&&a.test(e[n]);n++)o.push(e[n]);return o},t.getCompletionPrefix=function(e){var t,a=e.getCursorPosition(),s=e.session.getLine(a.row);return e.completers.forEach(function(e){e.identifierRegexps&&e.identifierRegexps.forEach(function(e){!t&&e&&(t=this.retrievePrecedingIdentifier(s,a.column,e))}.bind(this))}.bind(this)),t||this.retrievePrecedingIdentifier(s,a.column)},t.triggerAutocomplete=function(e,t){return t=t??e.session.getPrecedingCharacter(),e.completers.some((function(e){if(e.triggerCharacters&&Array.isArray(e.triggerCharacters))return e.triggerCharacters.includes(t)}))}})),ace.define("ace/autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/popup","ace/autocomplete/inline","ace/autocomplete/popup","ace/autocomplete/util","ace/lib/lang","ace/lib/dom","ace/snippets","ace/config","ace/lib/event","ace/lib/scroll"],(function(e,t,a){"use strict";var s=e("./keyboard/hash_handler").HashHandler,o=e("./autocomplete/popup").AcePopup,n=e("./autocomplete/inline").AceInline,i=e("./autocomplete/popup").getAriaId,l=e("./autocomplete/util"),r=e("./lib/lang"),c=e("./lib/dom"),d=e("./snippets").snippetManager,h=e("./config"),p=e("./lib/event"),g=e("./lib/scroll").preventParentScroll,u=function(e,t){t.completer&&t.completer.destroy()},m=function(){function e(){this.autoInsert=!1,this.autoSelect=!0,this.autoShown=!1,this.exactMatch=!1,this.inlineEnabled=!1,this.keyboardHandler=new s,this.keyboardHandler.bindKeys(this.commands),this.parentNode=null,this.setSelectOnHover=!1,this.hasSeen=new Set,this.showLoadingState=!1,this.stickySelectionDelay=500,this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.mousedownListener=this.mousedownListener.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this),this.onLayoutChange=this.onLayoutChange.bind(this),this.changeTimer=r.delayedCall(function(){this.updateCompletions(!0)}.bind(this)),this.tooltipTimer=r.delayedCall(this.updateDocTooltip.bind(this),50),this.popupTimer=r.delayedCall(this.$updatePopupPosition.bind(this),50),this.stickySelectionTimer=r.delayedCall(function(){this.stickySelection=!0}.bind(this),this.stickySelectionDelay),this.$firstOpenTimer=r.delayedCall(function(){var t=this.completionProvider&&this.completionProvider.initialPosition;this.autoShown||this.popup&&this.popup.isOpen||!t||0===this.editor.completers.length||(this.completions=new b(e.completionsForLoading),this.openPopup(this.editor,t.prefix,!1),this.popup.renderer.setStyle("ace_loading",!0))}.bind(this),this.stickySelectionDelay)}return Object.defineProperty(e,"completionsForLoading",{get:function(){return[{caption:h.nls("autocomplete.loading","Loading..."),value:""}]},enumerable:!1,configurable:!0}),e.prototype.$init=function(){return this.popup=new o(this.parentNode||document.body||document.documentElement),this.popup.on("click",function(e){this.insertMatch(),e.stop()}.bind(this)),this.popup.focus=this.editor.focus.bind(this.editor),this.popup.on("show",this.$onPopupShow.bind(this)),this.popup.on("hide",this.$onHidePopup.bind(this)),this.popup.on("select",this.$onPopupChange.bind(this)),p.addListener(this.popup.container,"mouseout",this.mouseOutListener.bind(this)),this.popup.on("changeHoverMarker",this.tooltipTimer.bind(null,null)),this.popup.renderer.on("afterRender",this.$onPopupRender.bind(this)),this.popup},e.prototype.$initInline=function(){if(this.inlineEnabled&&!this.inlineRenderer)return this.inlineRenderer=new n,this.inlineRenderer},e.prototype.getPopup=function(){return this.popup||this.$init()},e.prototype.$onHidePopup=function(){this.inlineRenderer&&this.inlineRenderer.hide(),this.hideDocTooltip(),this.stickySelectionTimer.cancel(),this.popupTimer.cancel(),this.stickySelection=!1},e.prototype.$seen=function(e){!this.hasSeen.has(e)&&e&&e.completer&&e.completer.onSeen&&"function"==typeof e.completer.onSeen&&(e.completer.onSeen(this.editor,e),this.hasSeen.add(e))},e.prototype.$onPopupChange=function(e){if(this.inlineRenderer&&this.inlineEnabled){var t=e?null:this.popup.getData(this.popup.getRow());if(this.$updateGhostText(t),this.popup.isMouseOver&&this.setSelectOnHover)return void this.tooltipTimer.call(null,null);this.popupTimer.schedule(),this.tooltipTimer.schedule()}else this.popupTimer.call(null,null),this.tooltipTimer.call(null,null)},e.prototype.$updateGhostText=function(e){var t=this.base.row,a=this.base.column,s=this.editor.getCursorPosition().column,o=this.editor.session.getLine(t).slice(a,s);this.inlineRenderer.show(this.editor,e,o)?this.$seen(e):this.inlineRenderer.hide()},e.prototype.$onPopupRender=function(){var e=this.inlineRenderer&&this.inlineEnabled;if(this.completions&&this.completions.filtered&&this.completions.filtered.length>0)for(var t=this.popup.getFirstVisibleRow();t<=this.popup.getLastVisibleRow();t++){var a=this.popup.getData(t);!a||e&&!a.hideInlinePreview||this.$seen(a)}},e.prototype.$onPopupShow=function(e){this.$onPopupChange(e),this.stickySelection=!1,this.stickySelectionDelay>=0&&this.stickySelectionTimer.schedule(this.stickySelectionDelay)},e.prototype.observeLayoutChanges=function(){if(!this.$elements&&this.editor){window.addEventListener("resize",this.onLayoutChange,{passive:!0}),window.addEventListener("wheel",this.mousewheelListener);for(var e=this.editor.container.parentNode,t=[];e;)t.push(e),e.addEventListener("scroll",this.onLayoutChange,{passive:!0}),e=e.parentNode;this.$elements=t}},e.prototype.unObserveLayoutChanges=function(){var e=this;window.removeEventListener("resize",this.onLayoutChange,{passive:!0}),window.removeEventListener("wheel",this.mousewheelListener),this.$elements&&this.$elements.forEach((function(t){t.removeEventListener("scroll",e.onLayoutChange,{passive:!0})})),this.$elements=null},e.prototype.onLayoutChange=function(){if(!this.popup.isOpen)return this.unObserveLayoutChanges();this.$updatePopupPosition(),this.updateDocTooltip()},e.prototype.$updatePopupPosition=function(){var e=this.editor,t=e.renderer,a=t.layerConfig.lineHeight,s=t.$cursorLayer.getPixelPosition(this.base,!0);s.left-=this.popup.getTextLeftOffset();var o=e.container.getBoundingClientRect();s.top+=o.top-t.layerConfig.offset,s.left+=o.left-e.renderer.scrollLeft,s.left+=t.gutterWidth;var n={top:s.top,left:s.left};t.$ghostText&&t.$ghostTextWidget&&this.base.row===t.$ghostText.position.row&&(n.top+=t.$ghostTextWidget.el.offsetHeight);var i=e.container.getBoundingClientRect().bottom-a,l=i<n.top?{top:i,left:n.left}:n;this.popup.tryShow(l,a,"bottom")||this.popup.tryShow(s,a,"top")||this.popup.show(s,a)},e.prototype.openPopup=function(e,t,a){this.$firstOpenTimer.cancel(),this.popup||this.$init(),this.inlineEnabled&&!this.inlineRenderer&&this.$initInline(),this.popup.autoSelect=this.autoSelect,this.popup.setSelectOnHover(this.setSelectOnHover);var s,o=this.popup.getRow(),n=this.popup.data[o];this.popup.setData(this.completions.filtered,this.completions.filterText),this.editor.textInput.setAriaOptions&&this.editor.textInput.setAriaOptions({activeDescendant:i(this.popup.getRow()),inline:this.inlineEnabled}),e.keyBinding.addKeyboardHandler(this.keyboardHandler),this.stickySelection&&(s=this.popup.data.indexOf(n)),s&&-1!==s||(s=0),this.popup.setRow(this.autoSelect?s:-1),s===o&&n!==this.completions.filtered[s]&&this.$onPopupChange();var l=this.inlineRenderer&&this.inlineEnabled;if(s===o&&l){var r=this.popup.getData(this.popup.getRow());this.$updateGhostText(r)}a||(this.popup.setTheme(e.getTheme()),this.popup.setFontSize(e.getFontSize()),this.$updatePopupPosition(),this.tooltipNode&&this.updateDocTooltip()),this.changeTimer.cancel(),this.observeLayoutChanges()},e.prototype.detach=function(){this.editor&&(this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener),this.editor.off("mousedown",this.mousedownListener),this.editor.off("mousewheel",this.mousewheelListener)),this.$firstOpenTimer.cancel(),this.changeTimer.cancel(),this.hideDocTooltip(),this.completionProvider&&this.completionProvider.detach(),this.popup&&this.popup.isOpen&&this.popup.hide(),this.popup&&this.popup.renderer&&this.popup.renderer.off("afterRender",this.$onPopupRender),this.base&&this.base.detach(),this.activated=!1,this.completionProvider=this.completions=this.base=null,this.unObserveLayoutChanges()},e.prototype.changeListener=function(e){var t=this.editor.selection.lead;(t.row!=this.base.row||t.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},e.prototype.blurListener=function(e){var t=document.activeElement,a=this.editor.textInput.getElement(),s=e.relatedTarget&&this.tooltipNode&&this.tooltipNode.contains(e.relatedTarget),o=this.popup&&this.popup.container;t==a||t.parentNode==o||s||t==this.tooltipNode||e.relatedTarget==a||this.detach()},e.prototype.mousedownListener=function(e){this.detach()},e.prototype.mousewheelListener=function(e){this.popup&&!this.popup.isMouseOver&&this.detach()},e.prototype.mouseOutListener=function(e){this.popup.isOpen&&this.$updatePopupPosition()},e.prototype.goTo=function(e){this.popup.goTo(e)},e.prototype.insertMatch=function(e,t){if(e||(e=this.popup.getData(this.popup.getRow())),!e)return!1;if(""===e.value)return this.detach();var a=this.completions,s=this.getCompletionProvider().insertMatch(this.editor,e,a.filterText,t);return this.completions==a&&this.detach(),s},e.prototype.showPopup=function(e,t){this.editor&&this.detach(),this.activated=!0,this.editor=e,e.completer!=this&&(e.completer&&e.completer.detach(),e.completer=this),e.on("changeSelection",this.changeListener),e.on("blur",this.blurListener),e.on("mousedown",this.mousedownListener),e.on("mousewheel",this.mousewheelListener),this.updateCompletions(!1,t)},e.prototype.getCompletionProvider=function(e){return this.completionProvider||(this.completionProvider=new v(e)),this.completionProvider},e.prototype.gatherCompletions=function(e,t){return this.getCompletionProvider().gatherCompletions(e,t)},e.prototype.updateCompletions=function(t,a){if(t&&this.base&&this.completions){var s=this.editor.getCursorPosition();if((n=this.editor.session.getTextRange({start:this.base,end:s}))==this.completions.filterText)return;return this.completions.setFilter(n),this.completions.filtered.length&&(1!=this.completions.filtered.length||this.completions.filtered[0].value!=n||this.completions.filtered[0].snippet)?void this.openPopup(this.editor,n,t):this.detach()}if(a&&a.matches)return s=this.editor.getSelectionRange().start,this.base=this.editor.session.doc.createAnchor(s.row,s.column),this.base.$insertRight=!0,this.completions=new b(a.matches),this.getCompletionProvider().completions=this.completions,this.openPopup(this.editor,"",t);var o=this.editor.getSession(),n=(s=this.editor.getCursorPosition(),l.getCompletionPrefix(this.editor));this.base=o.doc.createAnchor(s.row,s.column-n.length),this.base.$insertRight=!0;var i={exactMatch:this.exactMatch,ignoreCaption:this.ignoreCaption};this.getCompletionProvider({prefix:n,pos:s}).provideCompletions(this.editor,i,function(a,s,o){var n=s.filtered,i=l.getCompletionPrefix(this.editor);if(this.$firstOpenTimer.cancel(),o){if(!n.length){var r=!this.autoShown&&this.emptyMessage;if("function"==typeof r&&(r=this.emptyMessage(i)),r){var c=[{caption:r,value:""}];return this.completions=new b(c),this.openPopup(this.editor,i,t),this.popup.renderer.setStyle("ace_loading",!1),void this.popup.renderer.setStyle("ace_empty-message",!0)}return this.detach()}if(1==n.length&&n[0].value==i&&!n[0].snippet)return this.detach();if(this.autoInsert&&!this.autoShown&&1==n.length)return this.insertMatch(n[0])}this.completions=!o&&this.showLoadingState?new b(e.completionsForLoading.concat(n),s.filterText):s,this.openPopup(this.editor,i,t),this.popup.renderer.setStyle("ace_empty-message",!1),this.popup.renderer.setStyle("ace_loading",!o)}.bind(this)),!this.showLoadingState||this.autoShown||this.popup&&this.popup.isOpen||this.$firstOpenTimer.delay(this.stickySelectionDelay/2)},e.prototype.cancelContextMenu=function(){this.editor.$mouseHandler.cancelContextMenu()},e.prototype.updateDocTooltip=function(){var e=this.popup,t=this.completions&&this.completions.filtered,a=t&&(t[e.getHoveredRow()]||t[e.getRow()]),s=null;if(!a||!this.editor||!this.popup.isOpen)return this.hideDocTooltip();for(var o=this.editor.completers.length,n=0;n<o;n++){var i=this.editor.completers[n];if(i.getDocTooltip&&a.completerId===i.id){s=i.getDocTooltip(a);break}}if(s||"string"==typeof a||(s=a),"string"==typeof s&&(s={docText:s}),!s||!s.docHTML&&!s.docText)return this.hideDocTooltip();this.showDocTooltip(s)},e.prototype.showDocTooltip=function(e){this.tooltipNode||(this.tooltipNode=c.createElement("div"),this.tooltipNode.style.margin="0",this.tooltipNode.style.pointerEvents="auto",this.tooltipNode.style.overscrollBehavior="contain",this.tooltipNode.tabIndex=-1,this.tooltipNode.onblur=this.blurListener.bind(this),this.tooltipNode.onclick=this.onTooltipClick.bind(this),this.tooltipNode.id="doc-tooltip",this.tooltipNode.setAttribute("role","tooltip"),this.tooltipNode.addEventListener("wheel",g));var t=this.editor.renderer.theme;this.tooltipNode.className="ace_tooltip ace_doc-tooltip "+(t.isDark?"ace_dark ":"")+(t.cssClass||"");var a=this.tooltipNode;e.docHTML?a.innerHTML=e.docHTML:e.docText&&(a.textContent=e.docText),a.parentNode||this.popup.container.appendChild(this.tooltipNode);var s=this.popup,o=s.container.getBoundingClientRect(),n=400,i=300,l=s.renderer.scrollBar.width||10,r=o.left,d=window.innerWidth-o.right-l,h=s.isTopdown?o.top:window.innerHeight-l-o.bottom,p=[Math.min(d/n,1),Math.min(r/n,1),Math.min(h/i*.9)],u=Math.max.apply(Math,p),m=a.style;m.display="block",u==p[0]?(m.left=o.right+1+"px",m.right="",m.maxWidth=n*u+"px",m.top=o.top+"px",m.bottom="",m.maxHeight=Math.min(window.innerHeight-l-o.top,i)+"px"):u==p[1]?(m.right=window.innerWidth-o.left+"px",m.left="",m.maxWidth=n*u+"px",m.top=o.top+"px",m.bottom="",m.maxHeight=Math.min(window.innerHeight-l-o.top,i)+"px"):u==p[2]&&(m.left=window.innerWidth-o.left+"px",m.maxWidth=Math.min(n,window.innerWidth)+"px",s.isTopdown?(m.top=o.bottom+"px",m.left=o.left+"px",m.right="",m.bottom="",m.maxHeight=Math.min(window.innerHeight-l-o.bottom,i)+"px"):(m.top=s.container.offsetTop-a.offsetHeight+"px",m.left=o.left+"px",m.right="",m.bottom="",m.maxHeight=Math.min(s.container.offsetTop,i)+"px"))},e.prototype.hideDocTooltip=function(){if(this.tooltipTimer.cancel(),this.tooltipNode){var e=this.tooltipNode;this.editor.isFocused()||document.activeElement!=e||this.editor.focus(),this.tooltipNode=null,e.parentNode&&e.parentNode.removeChild(e)}},e.prototype.onTooltipClick=function(e){for(var t=e.target;t&&t!=this.tooltipNode;){if("A"==t.nodeName&&t.href){t.rel="noreferrer",t.target="_blank";break}t=t.parentNode}},e.prototype.destroy=function(){if(this.detach(),this.popup){this.popup.destroy();var e=this.popup.container;e&&e.parentNode&&e.parentNode.removeChild(e)}this.editor&&this.editor.completer==this&&(this.editor.off("destroy",u),this.editor.completer=null),this.inlineRenderer=this.popup=this.editor=null},e.for=function(t){return t.completer instanceof e||(t.completer&&(t.completer.destroy(),t.completer=null),h.get("sharedPopups")?(e.$sharedInstance||(e.$sharedInstance=new e),t.completer=e.$sharedInstance):(t.completer=new e,t.once("destroy",u))),t.completer},e}();m.prototype.commands={Up:function(e){e.completer.goTo("up")},Down:function(e){e.completer.goTo("down")},"Ctrl-Up|Ctrl-Home":function(e){e.completer.goTo("start")},"Ctrl-Down|Ctrl-End":function(e){e.completer.goTo("end")},Esc:function(e){e.completer.detach()},Return:function(e){return e.completer.insertMatch()},"Shift-Return":function(e){e.completer.insertMatch(null,{deleteSuffix:!0})},Tab:function(e){var t=e.completer.insertMatch();if(t||e.tabstopManager)return t;e.completer.goTo("down")},Backspace:function(e){e.execCommand("backspace"),!l.getCompletionPrefix(e)&&e.completer&&e.completer.detach()},PageUp:function(e){e.completer.popup.gotoPageUp()},PageDown:function(e){e.completer.popup.gotoPageDown()}},m.startCommand={name:"startAutocomplete",exec:function(e,t){var a=m.for(e);a.autoInsert=!1,a.autoSelect=!0,a.autoShown=!1,a.showPopup(e,t),a.cancelContextMenu()},bindKey:"Ctrl-Space|Ctrl-Shift-Space|Alt-Space"};var v=function(){function e(e){this.initialPosition=e,this.active=!0}return e.prototype.insertByIndex=function(e,t,a){return!(!this.completions||!this.completions.filtered)&&this.insertMatch(e,this.completions.filtered[t],a)},e.prototype.insertMatch=function(e,t,a){if(!t)return!1;if(e.startOperation({command:{name:"insertMatch"}}),t.completer&&t.completer.insertMatch)t.completer.insertMatch(e,t);else{if(!this.completions)return!1;var s=this.completions.filterText.length,o=0;if(t.range&&t.range.start.row===t.range.end.row&&(s-=this.initialPosition.prefix.length,s+=this.initialPosition.pos.column-t.range.start.column,o+=t.range.end.column-this.initialPosition.pos.column),s||o){var n;n=e.selection.getAllRanges?e.selection.getAllRanges():[e.getSelectionRange()];for(var i,l=0;i=n[l];l++)i.start.column-=s,i.end.column+=o,e.session.remove(i)}t.snippet?d.insertSnippet(e,t.snippet):this.$insertString(e,t),t.completer&&t.completer.onInsert&&"function"==typeof t.completer.onInsert&&t.completer.onInsert(e,t),t.command&&"startAutocomplete"===t.command&&e.execCommand(t.command)}return e.endOperation(),!0},e.prototype.$insertString=function(e,t){var a=t.value||t;e.execCommand("insertstring",a)},e.prototype.gatherCompletions=function(e,t){var a=e.getSession(),s=e.getCursorPosition(),o=l.getCompletionPrefix(e),n=[];this.completers=e.completers;var i=e.completers.length;return e.completers.forEach((function(r,c){r.getCompletions(e,a,s,o,(function(a,s){r.hideInlinePreview&&(s=s.map((function(e){return Object.assign(e,{hideInlinePreview:r.hideInlinePreview})}))),!a&&s&&(n=n.concat(s)),t(null,{prefix:l.getCompletionPrefix(e),matches:n,finished:0==--i})}))})),!0},e.prototype.provideCompletions=function(e,t,a){var s=function(e){var s=e.prefix,o=e.matches;this.completions=new b(o),t.exactMatch&&(this.completions.exactMatch=!0),t.ignoreCaption&&(this.completions.ignoreCaption=!0),this.completions.setFilter(s),(e.finished||this.completions.filtered.length)&&a(null,this.completions,e.finished)}.bind(this),o=!0,n=null;if(this.gatherCompletions(e,function(e,t){this.active&&(e&&(a(e,[],!0),this.detach()),0===t.prefix.indexOf(t.prefix)&&(o?n=t:s(t)))}.bind(this)),o=!1,n){var i=n;n=null,s(i)}},e.prototype.detach=function(){this.active=!1,this.completers&&this.completers.forEach((function(e){"function"==typeof e.cancel&&e.cancel()}))},e}(),b=function(){function e(e,t){this.all=e,this.filtered=e,this.filterText=t||"",this.exactMatch=!1,this.ignoreCaption=!1}return e.prototype.setFilter=function(e){if(e.length>this.filterText&&0===e.lastIndexOf(this.filterText,0))var t=this.filtered;else t=this.all;this.filterText=e,t=(t=this.filterCompletions(t,this.filterText)).sort((function(e,t){return t.exactMatch-e.exactMatch||t.$score-e.$score||(e.caption||e.value).localeCompare(t.caption||t.value)}));var a=null;t=t.filter((function(e){var t=e.snippet||e.caption||e.value;return t!==a&&(a=t,!0)})),this.filtered=t},e.prototype.filterCompletions=function(e,t){var a=[],s=t.toUpperCase(),o=t.toLowerCase();e:for(var n,i=0;n=e[i];i++)if(n.skipFilter)n.$score=n.score,a.push(n);else{var l=!this.ignoreCaption&&n.caption||n.value||n.snippet;if(l){var r,c,d=-1,h=0,p=0;if(this.exactMatch){if(t!==l.substr(0,t.length))continue e}else{var g=l.toLowerCase().indexOf(o);if(g>-1)p=g;else for(var u=0;u<t.length;u++){var m=l.indexOf(o[u],d+1),v=l.indexOf(s[u],d+1);if((r=m>=0&&(v<0||m<v)?m:v)<0)continue e;(c=r-d-1)>0&&(-1===d&&(p+=10),p+=c,h|=1<<u),d=r}}n.matchMask=h,n.exactMatch=p?0:1,n.$score=(n.score||0)-p,a.push(n)}}return a},e}();t.Autocomplete=m,t.CompletionProvider=v,t.FilteredList=b})),ace.define("ace/autocomplete/text_completer",["require","exports","module","ace/range"],(function(e,t,a){var s=e("../range").Range,o=/[^a-zA-Z_0-9\$\-\u00C0-\u1FFF\u2C00-\uD7FF\w]+/;t.getCompletions=function(e,t,a,n,i){var l=function(e,t){var a=function(e,t){return e.getTextRange(s.fromPoints({row:0,column:0},t)).split(o).length-1}(e,t),n=e.getValue().split(o),i=Object.create(null),l=n[a];return n.forEach((function(e,t){if(e&&e!==l){var s=Math.abs(a-t),o=n.length-s;i[e]?i[e]=Math.max(o,i[e]):i[e]=o}})),i}(t,a);i(null,Object.keys(l).map((function(e){return{caption:e,value:e,score:l[e],meta:"local"}})))}})),ace.define("ace/ext/language_tools",["require","exports","module","ace/snippets","ace/autocomplete","ace/config","ace/lib/lang","ace/autocomplete/util","ace/autocomplete/text_completer","ace/editor","ace/config"],(function(e,t,a){"use strict";var s=e("../snippets").snippetManager,o=e("../autocomplete").Autocomplete,n=e("../config"),i=e("../lib/lang"),l=e("../autocomplete/util"),r=e("../autocomplete/text_completer"),c={getCompletions:function(e,t,a,s,o){if(t.$mode.completer)return t.$mode.completer.getCompletions(e,t,a,s,o);var n=e.session.getState(a.row),i=t.$mode.getCompletions(n,t,a,s);o(null,i=i.map((function(e){return e.completerId=c.id,e})))},id:"keywordCompleter"},d={getCompletions:function(e,t,a,o,n){var i=[],l=t.getTokenAt(a.row,a.column);l&&l.type.match(/(tag-name|tag-open|tag-whitespace|attribute-name|attribute-value)\.xml$/)?i.push("html-tag"):i=s.getActiveScopes(e);var r=s.snippetMap,c=[];i.forEach((function(e){for(var t=r[e]||[],a=t.length;a--;){var s=t[a],o=s.name||s.tabTrigger;o&&c.push({caption:o,snippet:s.content,meta:s.tabTrigger&&!s.name?s.tabTrigger+"⇥ ":"snippet",completerId:d.id})}}),this),n(null,c)},getDocTooltip:function(e){var t,a;e.snippet&&!e.docHTML&&(e.docHTML=["<b>",i.escapeHTML(e.caption),"</b>","<hr></hr>",i.escapeHTML((t=e.snippet,a={},t.replace(/\${(\d+)(:(.*?))?}/g,(function(e,t,s,o){return a[t]=o||""})).replace(/\$(\d+?)/g,(function(e,t){return a[t]}))))].join(""))},id:"snippetCompleter"},h=[d,r,c];t.setCompleters=function(e){h.length=0,e&&h.push.apply(h,e)},t.addCompleter=function(e){h.push(e)},t.textCompleter=r,t.keyWordCompleter=c,t.snippetCompleter=d;var p,g={name:"expandSnippet",exec:function(e){return s.expandWithTab(e)},bindKey:"Tab"},u=function(e,t){m(t.session.$mode)},m=function(e){"string"==typeof e&&(e=n.$modes[e]),e&&(s.files||(s.files={}),v(e.$id,e.snippetFileId),e.modes&&e.modes.forEach(m))},v=function(e,t){t&&e&&!s.files[e]&&(s.files[e]={},n.loadModule(t,(function(t){t&&(s.files[e]=t,!t.snippets&&t.snippetText&&(t.snippets=s.parseSnippetFile(t.snippetText)),s.register(t.snippets||[],t.scope),t.includeScopes&&(s.snippetMap[t.scope].includeScopes=t.includeScopes,t.includeScopes.forEach((function(e){m("ace/mode/"+e)}))))})))},b=function(e){var t=e.editor,a=t.completer&&t.completer.activated;if("backspace"===e.command.name)a&&!l.getCompletionPrefix(t)&&t.completer.detach();else if("insertstring"===e.command.name&&!a){p=e;var s=e.editor.$liveAutocompletionDelay;s?f.delay(s):w(e)}},f=i.delayedCall((function(){w(p)}),0),w=function(e){var t=e.editor,a=l.getCompletionPrefix(t),s=e.args,n=l.triggerAutocomplete(t,s);if(a&&a.length>=t.$liveAutocompletionThreshold||n){var i=o.for(t);i.autoShown=!0,i.showPopup(t)}},x=e("../editor").Editor;e("../config").defineOptions(x.prototype,"editor",{enableBasicAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:h),this.commands.addCommand(o.startCommand)):this.commands.removeCommand(o.startCommand)},value:!1},enableLiveAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:h),this.commands.on("afterExec",b)):this.commands.off("afterExec",b)},value:!1},liveAutocompletionDelay:{initialValue:0},liveAutocompletionThreshold:{initialValue:0},enableSnippets:{set:function(e){e?(this.commands.addCommand(g),this.on("changeMode",u),u(0,this)):(this.commands.removeCommand(g),this.off("changeMode",u))},value:!1}})})),ace.require(["ace/ext/language_tools"],(function(t){e&&(e.exports=t)}))},5336(e,t,a){e=a.nmd(e),ace.define("ace/split",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/editor","ace/virtual_renderer","ace/edit_session"],(function(e,t,a){"use strict";var s,o=e("./lib/oop"),n=(e("./lib/lang"),e("./lib/event_emitter").EventEmitter),i=e("./editor").Editor,l=e("./virtual_renderer").VirtualRenderer,r=e("./edit_session").EditSession;(function(){o.implement(this,n),this.$createEditor=function(){var e=document.createElement("div");e.className=this.$editorCSS,e.style.cssText="position: absolute; top:0px; bottom:0px",this.$container.appendChild(e);var t=new i(new l(e,this.$theme));return t.on("focus",function(){this._emit("focus",t)}.bind(this)),this.$editors.push(t),t.setFontSize(this.$fontSize),t},this.setSplits=function(e){var t;if(e<1)throw"The number of splits have to be > 0!";if(e!=this.$splits){if(e>this.$splits){for(;this.$splits<this.$editors.length&&this.$splits<e;)t=this.$editors[this.$splits],this.$container.appendChild(t.container),t.setFontSize(this.$fontSize),this.$splits++;for(;this.$splits<e;)this.$createEditor(),this.$splits++}else for(;this.$splits>e;)t=this.$editors[this.$splits-1],this.$container.removeChild(t.container),this.$splits--;this.resize()}},this.getSplits=function(){return this.$splits},this.getEditor=function(e){return this.$editors[e]},this.getCurrentEditor=function(){return this.$cEditor},this.focus=function(){this.$cEditor.focus()},this.blur=function(){this.$cEditor.blur()},this.setTheme=function(e){this.$editors.forEach((function(t){t.setTheme(e)}))},this.setKeyboardHandler=function(e){this.$editors.forEach((function(t){t.setKeyboardHandler(e)}))},this.forEach=function(e,t){this.$editors.forEach(e,t)},this.$fontSize="",this.setFontSize=function(e){this.$fontSize=e,this.forEach((function(t){t.setFontSize(e)}))},this.$cloneSession=function(e){var t=new r(e.getDocument(),e.getMode()),a=e.getUndoManager();return t.setUndoManager(a),t.setTabSize(e.getTabSize()),t.setUseSoftTabs(e.getUseSoftTabs()),t.setOverwrite(e.getOverwrite()),t.setBreakpoints(e.getBreakpoints()),t.setUseWrapMode(e.getUseWrapMode()),t.setUseWorker(e.getUseWorker()),t.setWrapLimitRange(e.$wrapLimitRange.min,e.$wrapLimitRange.max),t.$foldData=e.$cloneFoldData(),t},this.setSession=function(e,t){var a;a=null==t?this.$cEditor:this.$editors[t];var s=this.$editors.some((function(t){return t.session===e}));return s&&(e=this.$cloneSession(e)),a.setSession(e),e},this.getOrientation=function(){return this.$orientation},this.setOrientation=function(e){this.$orientation!=e&&(this.$orientation=e,this.resize())},this.resize=function(){var e,t=this.$container.clientWidth,a=this.$container.clientHeight;if(this.$orientation==this.BESIDE)for(var s=t/this.$splits,o=0;o<this.$splits;o++)(e=this.$editors[o]).container.style.width=s+"px",e.container.style.top="0px",e.container.style.left=o*s+"px",e.container.style.height=a+"px",e.resize();else{var n=a/this.$splits;for(o=0;o<this.$splits;o++)(e=this.$editors[o]).container.style.width=t+"px",e.container.style.top=o*n+"px",e.container.style.left="0px",e.container.style.height=n+"px",e.resize()}}}).call((s=function(e,t,a){this.BELOW=1,this.BESIDE=0,this.$container=e,this.$theme=t,this.$splits=0,this.$editorCSS="",this.$editors=[],this.$orientation=this.BESIDE,this.setSplits(a||1),this.$cEditor=this.$editors[0],this.on("focus",function(e){this.$cEditor=e}.bind(this))}).prototype),t.Split=s})),ace.define("ace/ext/split",["require","exports","module","ace/split"],(function(e,t,a){"use strict";a.exports=e("../split")})),ace.require(["ace/ext/split"],(function(t){e&&(e.exports=t)}))},997(e,t,a){e=a.nmd(e),ace.define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=(e("../lib/lang"),e("./text_highlight_rules").TextHighlightRules),n=t.supportType="align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index",i=t.supportFunction="rgb|rgba|url|attr|counter|counters",l=t.supportConstant="absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|flex-end|flex-start|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom",r=t.supportConstantColor="aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen",c=t.supportConstantFonts="arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace",d=t.numRe="\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))",h=t.pseudoElements="(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b",p=t.pseudoClasses="(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b",g=function(){var e=this.createKeywordMapper({"support.function":i,"support.constant":l,"support.type":n,"support.constant.color":r,"support.constant.fonts":c},"text",!0);this.$rules={start:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"ruleset"},{token:"paren.rparen",regex:"\\}"},{token:"string",regex:"@(?!viewport)",next:"media"},{token:"keyword",regex:"#[a-z0-9-_]+"},{token:"keyword",regex:"%"},{token:"variable",regex:"\\.[a-z0-9-_]+"},{token:"string",regex:":[a-z0-9-_]+"},{token:"constant.numeric",regex:d},{token:"constant",regex:"[a-z0-9-_]+"},{caseInsensitive:!0}],media:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"start"},{token:"paren.rparen",regex:"\\}",next:"start"},{token:"string",regex:";",next:"start"},{token:"keyword",regex:"(?:media|supports|document|charset|import|namespace|media|supports|document|page|font|keyframes|viewport|counter-style|font-feature-values|swash|ornaments|annotation|stylistic|styleset|character-variant)"}],comments:[{token:"comment",regex:"\\/\\*",push:[{token:"comment",regex:"\\*\\/",next:"pop"},{defaultToken:"comment"}]}],ruleset:[{regex:"-(webkit|ms|moz|o)-",token:"text"},{token:"punctuation.operator",regex:"[:;]"},{token:"paren.rparen",regex:"\\}",next:"start"},{include:["strings","url","comments"]},{token:["constant.numeric","keyword"],regex:"("+d+")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"},{token:"constant.numeric",regex:d},{token:"constant.numeric",regex:"#[a-f0-9]{6}"},{token:"constant.numeric",regex:"#[a-f0-9]{3}"},{token:["punctuation","entity.other.attribute-name.pseudo-element.css"],regex:h},{token:["punctuation","entity.other.attribute-name.pseudo-class.css"],regex:p},{include:"url"},{token:e,regex:"\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"},{token:"paren.lparen",regex:"\\{"},{caseInsensitive:!0}],url:[{token:"support.function",regex:"(?:url(:?-prefix)?|domain|regexp)\\(",push:[{token:"support.function",regex:"\\)",next:"pop"},{defaultToken:"string"}]}],strings:[{token:"string.start",regex:"'",push:[{token:"string.end",regex:"'|$",next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]},{token:"string.start",regex:'"',push:[{token:"string.end",regex:'"|$',next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]}],escapes:[{token:"constant.language.escape",regex:/\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/}]},this.normalizeRules()};s.inherits(g,o),t.CssHighlightRules=g})),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../range").Range,o=function(){};(function(){this.checkOutdent=function(e,t){return!!/^\s+$/.test(e)&&/^\s*\}/.test(t)},this.autoOutdent=function(e,t){var a=e.getLine(t).match(/^(\s*\})/);if(!a)return 0;var o=a[1].length,n=e.findMatchingBracket({row:t,column:o});if(!n||n.row==t)return 0;var i=this.$getIndent(e.getLine(n.row));e.replace(new s(t,0,t,o-1),i)},this.$getIndent=function(e){return e.match(/^\s*/)[0]}}).call(o.prototype),t.MatchingBraceOutdent=o})),ace.define("ace/mode/css_completions",["require","exports","module"],(function(e,t,a){"use strict";var s={background:{"#$0":1},"background-color":{"#$0":1,transparent:1,fixed:1},"background-image":{"url('/$0')":1},"background-repeat":{repeat:1,"repeat-x":1,"repeat-y":1,"no-repeat":1,inherit:1},"background-position":{bottom:2,center:2,left:2,right:2,top:2,inherit:2},"background-attachment":{scroll:1,fixed:1},"background-size":{cover:1,contain:1},"background-clip":{"border-box":1,"padding-box":1,"content-box":1},"background-origin":{"border-box":1,"padding-box":1,"content-box":1},border:{"solid $0":1,"dashed $0":1,"dotted $0":1,"#$0":1},"border-color":{"#$0":1},"border-style":{solid:2,dashed:2,dotted:2,double:2,groove:2,hidden:2,inherit:2,inset:2,none:2,outset:2,ridged:2},"border-collapse":{collapse:1,separate:1},bottom:{px:1,em:1,"%":1},clear:{left:1,right:1,both:1,none:1},color:{"#$0":1,"rgb(#$00,0,0)":1},cursor:{default:1,pointer:1,move:1,text:1,wait:1,help:1,progress:1,"n-resize":1,"ne-resize":1,"e-resize":1,"se-resize":1,"s-resize":1,"sw-resize":1,"w-resize":1,"nw-resize":1},display:{none:1,block:1,inline:1,"inline-block":1,"table-cell":1},"empty-cells":{show:1,hide:1},float:{left:1,right:1,none:1},"font-family":{Arial:2,"Comic Sans MS":2,Consolas:2,"Courier New":2,Courier:2,Georgia:2,Monospace:2,"Sans-Serif":2,"Segoe UI":2,Tahoma:2,"Times New Roman":2,"Trebuchet MS":2,Verdana:1},"font-size":{px:1,em:1,"%":1},"font-weight":{bold:1,normal:1},"font-style":{italic:1,normal:1},"font-variant":{normal:1,"small-caps":1},height:{px:1,em:1,"%":1},left:{px:1,em:1,"%":1},"letter-spacing":{normal:1},"line-height":{normal:1},"list-style-type":{none:1,disc:1,circle:1,square:1,decimal:1,"decimal-leading-zero":1,"lower-roman":1,"upper-roman":1,"lower-greek":1,"lower-latin":1,"upper-latin":1,georgian:1,"lower-alpha":1,"upper-alpha":1},margin:{px:1,em:1,"%":1},"margin-right":{px:1,em:1,"%":1},"margin-left":{px:1,em:1,"%":1},"margin-top":{px:1,em:1,"%":1},"margin-bottom":{px:1,em:1,"%":1},"max-height":{px:1,em:1,"%":1},"max-width":{px:1,em:1,"%":1},"min-height":{px:1,em:1,"%":1},"min-width":{px:1,em:1,"%":1},overflow:{hidden:1,visible:1,auto:1,scroll:1},"overflow-x":{hidden:1,visible:1,auto:1,scroll:1},"overflow-y":{hidden:1,visible:1,auto:1,scroll:1},padding:{px:1,em:1,"%":1},"padding-top":{px:1,em:1,"%":1},"padding-right":{px:1,em:1,"%":1},"padding-bottom":{px:1,em:1,"%":1},"padding-left":{px:1,em:1,"%":1},"page-break-after":{auto:1,always:1,avoid:1,left:1,right:1},"page-break-before":{auto:1,always:1,avoid:1,left:1,right:1},position:{absolute:1,relative:1,fixed:1,static:1},right:{px:1,em:1,"%":1},"table-layout":{fixed:1,auto:1},"text-decoration":{none:1,underline:1,"line-through":1,blink:1},"text-align":{left:1,right:1,center:1,justify:1},"text-transform":{capitalize:1,uppercase:1,lowercase:1,none:1},top:{px:1,em:1,"%":1},"vertical-align":{top:1,bottom:1},visibility:{hidden:1,visible:1},"white-space":{nowrap:1,normal:1,pre:1,"pre-line":1,"pre-wrap":1},width:{px:1,em:1,"%":1},"word-spacing":{normal:1},filter:{"alpha(opacity=$0100)":1},"text-shadow":{"$02px 2px 2px #777":1},"text-overflow":{"ellipsis-word":1,clip:1,ellipsis:1},"-moz-border-radius":1,"-moz-border-radius-topright":1,"-moz-border-radius-bottomright":1,"-moz-border-radius-topleft":1,"-moz-border-radius-bottomleft":1,"-webkit-border-radius":1,"-webkit-border-top-right-radius":1,"-webkit-border-top-left-radius":1,"-webkit-border-bottom-right-radius":1,"-webkit-border-bottom-left-radius":1,"-moz-box-shadow":1,"-webkit-box-shadow":1,transform:{"rotate($00deg)":1,"skew($00deg)":1},"-moz-transform":{"rotate($00deg)":1,"skew($00deg)":1},"-webkit-transform":{"rotate($00deg)":1,"skew($00deg)":1}},o=function(){};(function(){this.completionsDefined=!1,this.defineCompletions=function(){if(document){var e=document.createElement("c").style;for(var t in e)if("string"==typeof e[t]){var a=t.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()}));s.hasOwnProperty(a)||(s[a]=1)}}this.completionsDefined=!0},this.getCompletions=function(e,t,a,s){if(this.completionsDefined||this.defineCompletions(),"ruleset"===e||"ace/mode/scss"==t.$mode.$id){var o=t.getLine(a.row).substr(0,a.column),n=/\([^)]*$/.test(o);return n&&(o=o.substr(o.lastIndexOf("(")+1)),/:[^;]+$/.test(o)?(/([\w\-]+):[^:]*$/.test(o),this.getPropertyValueCompletions(e,t,a,s)):this.getPropertyCompletions(e,t,a,s,n)}return[]},this.getPropertyCompletions=function(e,t,a,o,n){return n=n||!1,Object.keys(s).map((function(e){return{caption:e,snippet:e+": $0"+(n?"":";"),meta:"property",score:1e6}}))},this.getPropertyValueCompletions=function(e,t,a,o){var n=t.getLine(a.row).substr(0,a.column),i=(/([\w\-]+):[^:]*$/.exec(n)||{})[1];if(!i)return[];var l=[];return i in s&&"object"==typeof s[i]&&(l=Object.keys(s[i])),l.map((function(e){return{caption:e,snippet:e,meta:"property value",score:1e6}}))}}).call(o.prototype),t.CssCompletions=o})),ace.define("ace/mode/behaviour/css",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle","ace/token_iterator"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=(e("../behaviour").Behaviour,e("./cstyle").CstyleBehaviour),n=e("../../token_iterator").TokenIterator,i=function(){this.inherit(o),this.add("colon","insertion",(function(e,t,a,s,o){if(":"===o&&a.selection.isEmpty()){var i=a.getCursorPosition(),l=new n(s,i.row,i.column),r=l.getCurrentToken();if(r&&r.value.match(/\s+/)&&(r=l.stepBackward()),r&&"support.type"===r.type){var c=s.doc.getLine(i.row);if(":"===c.substring(i.column,i.column+1))return{text:"",selection:[1,1]};if(/^(\s+[^;]|\s*$)/.test(c.substring(i.column)))return{text:":;",selection:[1,1]}}}})),this.add("colon","deletion",(function(e,t,a,s,o){var i=s.doc.getTextRange(o);if(!o.isMultiLine()&&":"===i){var l=a.getCursorPosition(),r=new n(s,l.row,l.column),c=r.getCurrentToken();if(c&&c.value.match(/\s+/)&&(c=r.stepBackward()),c&&"support.type"===c.type&&";"===s.doc.getLine(o.start.row).substring(o.end.column,o.end.column+1))return o.end.column++,o}})),this.add("semicolon","insertion",(function(e,t,a,s,o){if(";"===o&&a.selection.isEmpty()){var n=a.getCursorPosition();if(";"===s.doc.getLine(n.row).substring(n.column,n.column+1))return{text:"",selection:[1,1]}}})),this.add("!important","insertion",(function(e,t,a,s,o){if("!"===o&&a.selection.isEmpty()){var n=a.getCursorPosition(),i=s.doc.getLine(n.row);if(/^\s*(;|}|$)/.test(i.substring(n.column)))return{text:"!important",selection:[10,10]}}}))};s.inherits(i,o),t.CssBehaviour=i})),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("../../range").Range,n=e("./fold_mode").FoldMode,i=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};s.inherits(i,n),function(){this.foldingStartMarker=/([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/,this.singleLineBlockCommentRe=/^\s*(\/\*).*\*\/\s*$/,this.tripleStarBlockCommentRe=/^\s*(\/\*\*\*).*\*\/\s*$/,this.startRegionRe=/^\s*(\/\*|\/\/)#?region\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,a){var s=e.getLine(a);if(this.singleLineBlockCommentRe.test(s)&&!this.startRegionRe.test(s)&&!this.tripleStarBlockCommentRe.test(s))return"";var o=this._getFoldWidgetBase(e,t,a);return!o&&this.startRegionRe.test(s)?"start":o},this.getFoldWidgetRange=function(e,t,a,s){var o,n=e.getLine(a);if(this.startRegionRe.test(n))return this.getCommentRegionBlock(e,n,a);if(o=n.match(this.foldingStartMarker)){var i=o.index;if(o[1])return this.openingBracketBlock(e,o[1],a,i);var l=e.getCommentFoldRange(a,i+o[0].length,1);return l&&!l.isMultiLine()&&(s?l=this.getSectionRange(e,a):"all"!=t&&(l=null)),l}return"markbegin"!==t&&(o=n.match(this.foldingStopMarker))?(i=o.index+o[0].length,o[1]?this.closingBracketBlock(e,o[1],a,i):e.getCommentFoldRange(a,i,-1)):void 0},this.getSectionRange=function(e,t){for(var a=e.getLine(t),s=a.search(/\S/),n=t,i=a.length,l=t+=1,r=e.getLength();++t<r;){var c=(a=e.getLine(t)).search(/\S/);if(-1!==c){if(s>c)break;var d=this.getFoldWidgetRange(e,"all",t);if(d){if(d.start.row<=n)break;if(d.isMultiLine())t=d.end.row;else if(s==c)break}l=t}}return new o(n,i,l,e.getLine(l).length)},this.getCommentRegionBlock=function(e,t,a){for(var s=t.search(/\s*$/),n=e.getLength(),i=a,l=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,r=1;++a<n;){t=e.getLine(a);var c=l.exec(t);if(c&&(c[1]?r--:r++,!r))break}if(a>i)return new o(i,s,a,t.length)}}.call(i.prototype)})),ace.define("ace/mode/css",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/css_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/css_completions","ace/mode/behaviour/css","ace/mode/folding/cstyle"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./text").Mode,n=e("./css_highlight_rules").CssHighlightRules,i=e("./matching_brace_outdent").MatchingBraceOutdent,l=e("../worker/worker_client").WorkerClient,r=e("./css_completions").CssCompletions,c=e("./behaviour/css").CssBehaviour,d=e("./folding/cstyle").FoldMode,h=function(){this.HighlightRules=n,this.$outdent=new i,this.$behaviour=new c,this.$completer=new r,this.foldingRules=new d};s.inherits(h,o),function(){this.foldingRules="cStyle",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(e,t,a){var s=this.$getIndent(t),o=this.getTokenizer().getLineTokens(t,e).tokens;return o.length&&"comment"==o[o.length-1].type||t.match(/^.*\{\s*$/)&&(s+=a),s},this.checkOutdent=function(e,t,a){return this.$outdent.checkOutdent(t,a)},this.autoOutdent=function(e,t,a){this.$outdent.autoOutdent(t,a)},this.getCompletions=function(e,t,a,s){return this.$completer.getCompletions(e,t,a,s)},this.createWorker=function(e){var t=new l(["ace"],"ace/mode/css_worker","Worker");return t.attachToDocument(e.getDocument()),t.on("annotate",(function(t){e.setAnnotations(t.data)})),t.on("terminate",(function(){e.clearAnnotations()})),t},this.$id="ace/mode/css",this.snippetFileId="ace/snippets/css"}.call(h.prototype),t.Mode=h})),ace.require(["ace/mode/css"],(function(t){e&&(e.exports=t)}))},3222(e,t,a){e=a.nmd(e),ace.define("ace/snippets/css.snippets",["require","exports","module"],(function(e,t,a){a.exports="snippet .\n\t${1} {\n\t\t${2}\n\t}\nsnippet !\n\t !important\nsnippet bdi:m+\n\t-moz-border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch};\nsnippet bdi:m\n\t-moz-border-image: ${1};\nsnippet bdrz:m\n\t-moz-border-radius: ${1};\nsnippet bxsh:m+\n\t-moz-box-shadow: ${1:0} ${2:0} ${3:0} #${4:000};\nsnippet bxsh:m\n\t-moz-box-shadow: ${1};\nsnippet bdi:w+\n\t-webkit-border-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch};\nsnippet bdi:w\n\t-webkit-border-image: ${1};\nsnippet bdrz:w\n\t-webkit-border-radius: ${1};\nsnippet bxsh:w+\n\t-webkit-box-shadow: ${1:0} ${2:0} ${3:0} #${4:000};\nsnippet bxsh:w\n\t-webkit-box-shadow: ${1};\nsnippet @f\n\t@font-face {\n\t\tfont-family: ${1};\n\t\tsrc: url(${2});\n\t}\nsnippet @i\n\t@import url(${1});\nsnippet @m\n\t@media ${1:print} {\n\t\t${2}\n\t}\nsnippet bg+\n\tbackground: #${1:FFF} url(${2}) ${3:0} ${4:0} ${5:no-repeat};\nsnippet bga\n\tbackground-attachment: ${1};\nsnippet bga:f\n\tbackground-attachment: fixed;\nsnippet bga:s\n\tbackground-attachment: scroll;\nsnippet bgbk\n\tbackground-break: ${1};\nsnippet bgbk:bb\n\tbackground-break: bounding-box;\nsnippet bgbk:c\n\tbackground-break: continuous;\nsnippet bgbk:eb\n\tbackground-break: each-box;\nsnippet bgcp\n\tbackground-clip: ${1};\nsnippet bgcp:bb\n\tbackground-clip: border-box;\nsnippet bgcp:cb\n\tbackground-clip: content-box;\nsnippet bgcp:nc\n\tbackground-clip: no-clip;\nsnippet bgcp:pb\n\tbackground-clip: padding-box;\nsnippet bgc\n\tbackground-color: #${1:FFF};\nsnippet bgc:t\n\tbackground-color: transparent;\nsnippet bgi\n\tbackground-image: url(${1});\nsnippet bgi:n\n\tbackground-image: none;\nsnippet bgo\n\tbackground-origin: ${1};\nsnippet bgo:bb\n\tbackground-origin: border-box;\nsnippet bgo:cb\n\tbackground-origin: content-box;\nsnippet bgo:pb\n\tbackground-origin: padding-box;\nsnippet bgpx\n\tbackground-position-x: ${1};\nsnippet bgpy\n\tbackground-position-y: ${1};\nsnippet bgp\n\tbackground-position: ${1:0} ${2:0};\nsnippet bgr\n\tbackground-repeat: ${1};\nsnippet bgr:n\n\tbackground-repeat: no-repeat;\nsnippet bgr:x\n\tbackground-repeat: repeat-x;\nsnippet bgr:y\n\tbackground-repeat: repeat-y;\nsnippet bgr:r\n\tbackground-repeat: repeat;\nsnippet bgz\n\tbackground-size: ${1};\nsnippet bgz:a\n\tbackground-size: auto;\nsnippet bgz:ct\n\tbackground-size: contain;\nsnippet bgz:cv\n\tbackground-size: cover;\nsnippet bg\n\tbackground: ${1};\nsnippet bg:ie\n\tfilter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1}',sizingMethod='${2:crop}');\nsnippet bg:n\n\tbackground: none;\nsnippet bd+\n\tborder: ${1:1px} ${2:solid} #${3:000};\nsnippet bdb+\n\tborder-bottom: ${1:1px} ${2:solid} #${3:000};\nsnippet bdbc\n\tborder-bottom-color: #${1:000};\nsnippet bdbi\n\tborder-bottom-image: url(${1});\nsnippet bdbi:n\n\tborder-bottom-image: none;\nsnippet bdbli\n\tborder-bottom-left-image: url(${1});\nsnippet bdbli:c\n\tborder-bottom-left-image: continue;\nsnippet bdbli:n\n\tborder-bottom-left-image: none;\nsnippet bdblrz\n\tborder-bottom-left-radius: ${1};\nsnippet bdbri\n\tborder-bottom-right-image: url(${1});\nsnippet bdbri:c\n\tborder-bottom-right-image: continue;\nsnippet bdbri:n\n\tborder-bottom-right-image: none;\nsnippet bdbrrz\n\tborder-bottom-right-radius: ${1};\nsnippet bdbs\n\tborder-bottom-style: ${1};\nsnippet bdbs:n\n\tborder-bottom-style: none;\nsnippet bdbw\n\tborder-bottom-width: ${1};\nsnippet bdb\n\tborder-bottom: ${1};\nsnippet bdb:n\n\tborder-bottom: none;\nsnippet bdbk\n\tborder-break: ${1};\nsnippet bdbk:c\n\tborder-break: close;\nsnippet bdcl\n\tborder-collapse: ${1};\nsnippet bdcl:c\n\tborder-collapse: collapse;\nsnippet bdcl:s\n\tborder-collapse: separate;\nsnippet bdc\n\tborder-color: #${1:000};\nsnippet bdci\n\tborder-corner-image: url(${1});\nsnippet bdci:c\n\tborder-corner-image: continue;\nsnippet bdci:n\n\tborder-corner-image: none;\nsnippet bdf\n\tborder-fit: ${1};\nsnippet bdf:c\n\tborder-fit: clip;\nsnippet bdf:of\n\tborder-fit: overwrite;\nsnippet bdf:ow\n\tborder-fit: overwrite;\nsnippet bdf:r\n\tborder-fit: repeat;\nsnippet bdf:sc\n\tborder-fit: scale;\nsnippet bdf:sp\n\tborder-fit: space;\nsnippet bdf:st\n\tborder-fit: stretch;\nsnippet bdi\n\tborder-image: url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${7:stretch};\nsnippet bdi:n\n\tborder-image: none;\nsnippet bdl+\n\tborder-left: ${1:1px} ${2:solid} #${3:000};\nsnippet bdlc\n\tborder-left-color: #${1:000};\nsnippet bdli\n\tborder-left-image: url(${1});\nsnippet bdli:n\n\tborder-left-image: none;\nsnippet bdls\n\tborder-left-style: ${1};\nsnippet bdls:n\n\tborder-left-style: none;\nsnippet bdlw\n\tborder-left-width: ${1};\nsnippet bdl\n\tborder-left: ${1};\nsnippet bdl:n\n\tborder-left: none;\nsnippet bdlt\n\tborder-length: ${1};\nsnippet bdlt:a\n\tborder-length: auto;\nsnippet bdrz\n\tborder-radius: ${1};\nsnippet bdr+\n\tborder-right: ${1:1px} ${2:solid} #${3:000};\nsnippet bdrc\n\tborder-right-color: #${1:000};\nsnippet bdri\n\tborder-right-image: url(${1});\nsnippet bdri:n\n\tborder-right-image: none;\nsnippet bdrs\n\tborder-right-style: ${1};\nsnippet bdrs:n\n\tborder-right-style: none;\nsnippet bdrw\n\tborder-right-width: ${1};\nsnippet bdr\n\tborder-right: ${1};\nsnippet bdr:n\n\tborder-right: none;\nsnippet bdsp\n\tborder-spacing: ${1};\nsnippet bds\n\tborder-style: ${1};\nsnippet bds:ds\n\tborder-style: dashed;\nsnippet bds:dtds\n\tborder-style: dot-dash;\nsnippet bds:dtdtds\n\tborder-style: dot-dot-dash;\nsnippet bds:dt\n\tborder-style: dotted;\nsnippet bds:db\n\tborder-style: double;\nsnippet bds:g\n\tborder-style: groove;\nsnippet bds:h\n\tborder-style: hidden;\nsnippet bds:i\n\tborder-style: inset;\nsnippet bds:n\n\tborder-style: none;\nsnippet bds:o\n\tborder-style: outset;\nsnippet bds:r\n\tborder-style: ridge;\nsnippet bds:s\n\tborder-style: solid;\nsnippet bds:w\n\tborder-style: wave;\nsnippet bdt+\n\tborder-top: ${1:1px} ${2:solid} #${3:000};\nsnippet bdtc\n\tborder-top-color: #${1:000};\nsnippet bdti\n\tborder-top-image: url(${1});\nsnippet bdti:n\n\tborder-top-image: none;\nsnippet bdtli\n\tborder-top-left-image: url(${1});\nsnippet bdtli:c\n\tborder-corner-image: continue;\nsnippet bdtli:n\n\tborder-corner-image: none;\nsnippet bdtlrz\n\tborder-top-left-radius: ${1};\nsnippet bdtri\n\tborder-top-right-image: url(${1});\nsnippet bdtri:c\n\tborder-top-right-image: continue;\nsnippet bdtri:n\n\tborder-top-right-image: none;\nsnippet bdtrrz\n\tborder-top-right-radius: ${1};\nsnippet bdts\n\tborder-top-style: ${1};\nsnippet bdts:n\n\tborder-top-style: none;\nsnippet bdtw\n\tborder-top-width: ${1};\nsnippet bdt\n\tborder-top: ${1};\nsnippet bdt:n\n\tborder-top: none;\nsnippet bdw\n\tborder-width: ${1};\nsnippet bd\n\tborder: ${1};\nsnippet bd:n\n\tborder: none;\nsnippet b\n\tbottom: ${1};\nsnippet b:a\n\tbottom: auto;\nsnippet bxsh+\n\tbox-shadow: ${1:0} ${2:0} ${3:0} #${4:000};\nsnippet bxsh\n\tbox-shadow: ${1};\nsnippet bxsh:n\n\tbox-shadow: none;\nsnippet bxz\n\tbox-sizing: ${1};\nsnippet bxz:bb\n\tbox-sizing: border-box;\nsnippet bxz:cb\n\tbox-sizing: content-box;\nsnippet cps\n\tcaption-side: ${1};\nsnippet cps:b\n\tcaption-side: bottom;\nsnippet cps:t\n\tcaption-side: top;\nsnippet cl\n\tclear: ${1};\nsnippet cl:b\n\tclear: both;\nsnippet cl:l\n\tclear: left;\nsnippet cl:n\n\tclear: none;\nsnippet cl:r\n\tclear: right;\nsnippet cp\n\tclip: ${1};\nsnippet cp:a\n\tclip: auto;\nsnippet cp:r\n\tclip: rect(${1:0} ${2:0} ${3:0} ${4:0});\nsnippet c\n\tcolor: #${1:000};\nsnippet ct\n\tcontent: ${1};\nsnippet ct:a\n\tcontent: attr(${1});\nsnippet ct:cq\n\tcontent: close-quote;\nsnippet ct:c\n\tcontent: counter(${1});\nsnippet ct:cs\n\tcontent: counters(${1});\nsnippet ct:ncq\n\tcontent: no-close-quote;\nsnippet ct:noq\n\tcontent: no-open-quote;\nsnippet ct:n\n\tcontent: normal;\nsnippet ct:oq\n\tcontent: open-quote;\nsnippet coi\n\tcounter-increment: ${1};\nsnippet cor\n\tcounter-reset: ${1};\nsnippet cur\n\tcursor: ${1};\nsnippet cur:a\n\tcursor: auto;\nsnippet cur:c\n\tcursor: crosshair;\nsnippet cur:d\n\tcursor: default;\nsnippet cur:ha\n\tcursor: hand;\nsnippet cur:he\n\tcursor: help;\nsnippet cur:m\n\tcursor: move;\nsnippet cur:p\n\tcursor: pointer;\nsnippet cur:t\n\tcursor: text;\nsnippet d\n\tdisplay: ${1};\nsnippet d:mib\n\tdisplay: -moz-inline-box;\nsnippet d:mis\n\tdisplay: -moz-inline-stack;\nsnippet d:b\n\tdisplay: block;\nsnippet d:cp\n\tdisplay: compact;\nsnippet d:ib\n\tdisplay: inline-block;\nsnippet d:itb\n\tdisplay: inline-table;\nsnippet d:i\n\tdisplay: inline;\nsnippet d:li\n\tdisplay: list-item;\nsnippet d:n\n\tdisplay: none;\nsnippet d:ri\n\tdisplay: run-in;\nsnippet d:tbcp\n\tdisplay: table-caption;\nsnippet d:tbc\n\tdisplay: table-cell;\nsnippet d:tbclg\n\tdisplay: table-column-group;\nsnippet d:tbcl\n\tdisplay: table-column;\nsnippet d:tbfg\n\tdisplay: table-footer-group;\nsnippet d:tbhg\n\tdisplay: table-header-group;\nsnippet d:tbrg\n\tdisplay: table-row-group;\nsnippet d:tbr\n\tdisplay: table-row;\nsnippet d:tb\n\tdisplay: table;\nsnippet ec\n\tempty-cells: ${1};\nsnippet ec:h\n\tempty-cells: hide;\nsnippet ec:s\n\tempty-cells: show;\nsnippet exp\n\texpression()\nsnippet fl\n\tfloat: ${1};\nsnippet fl:l\n\tfloat: left;\nsnippet fl:n\n\tfloat: none;\nsnippet fl:r\n\tfloat: right;\nsnippet f+\n\tfont: ${1:1em} ${2:Arial},${3:sans-serif};\nsnippet fef\n\tfont-effect: ${1};\nsnippet fef:eb\n\tfont-effect: emboss;\nsnippet fef:eg\n\tfont-effect: engrave;\nsnippet fef:n\n\tfont-effect: none;\nsnippet fef:o\n\tfont-effect: outline;\nsnippet femp\n\tfont-emphasize-position: ${1};\nsnippet femp:a\n\tfont-emphasize-position: after;\nsnippet femp:b\n\tfont-emphasize-position: before;\nsnippet fems\n\tfont-emphasize-style: ${1};\nsnippet fems:ac\n\tfont-emphasize-style: accent;\nsnippet fems:c\n\tfont-emphasize-style: circle;\nsnippet fems:ds\n\tfont-emphasize-style: disc;\nsnippet fems:dt\n\tfont-emphasize-style: dot;\nsnippet fems:n\n\tfont-emphasize-style: none;\nsnippet fem\n\tfont-emphasize: ${1};\nsnippet ff\n\tfont-family: ${1};\nsnippet ff:c\n\tfont-family: ${1:'Monotype Corsiva','Comic Sans MS'},cursive;\nsnippet ff:f\n\tfont-family: ${1:Capitals,Impact},fantasy;\nsnippet ff:m\n\tfont-family: ${1:Monaco,'Courier New'},monospace;\nsnippet ff:ss\n\tfont-family: ${1:Helvetica,Arial},sans-serif;\nsnippet ff:s\n\tfont-family: ${1:Georgia,'Times New Roman'},serif;\nsnippet fza\n\tfont-size-adjust: ${1};\nsnippet fza:n\n\tfont-size-adjust: none;\nsnippet fz\n\tfont-size: ${1};\nsnippet fsm\n\tfont-smooth: ${1};\nsnippet fsm:aw\n\tfont-smooth: always;\nsnippet fsm:a\n\tfont-smooth: auto;\nsnippet fsm:n\n\tfont-smooth: never;\nsnippet fst\n\tfont-stretch: ${1};\nsnippet fst:c\n\tfont-stretch: condensed;\nsnippet fst:e\n\tfont-stretch: expanded;\nsnippet fst:ec\n\tfont-stretch: extra-condensed;\nsnippet fst:ee\n\tfont-stretch: extra-expanded;\nsnippet fst:n\n\tfont-stretch: normal;\nsnippet fst:sc\n\tfont-stretch: semi-condensed;\nsnippet fst:se\n\tfont-stretch: semi-expanded;\nsnippet fst:uc\n\tfont-stretch: ultra-condensed;\nsnippet fst:ue\n\tfont-stretch: ultra-expanded;\nsnippet fs\n\tfont-style: ${1};\nsnippet fs:i\n\tfont-style: italic;\nsnippet fs:n\n\tfont-style: normal;\nsnippet fs:o\n\tfont-style: oblique;\nsnippet fv\n\tfont-variant: ${1};\nsnippet fv:n\n\tfont-variant: normal;\nsnippet fv:sc\n\tfont-variant: small-caps;\nsnippet fw\n\tfont-weight: ${1};\nsnippet fw:b\n\tfont-weight: bold;\nsnippet fw:br\n\tfont-weight: bolder;\nsnippet fw:lr\n\tfont-weight: lighter;\nsnippet fw:n\n\tfont-weight: normal;\nsnippet f\n\tfont: ${1};\nsnippet h\n\theight: ${1};\nsnippet h:a\n\theight: auto;\nsnippet l\n\tleft: ${1};\nsnippet l:a\n\tleft: auto;\nsnippet lts\n\tletter-spacing: ${1};\nsnippet lh\n\tline-height: ${1};\nsnippet lisi\n\tlist-style-image: url(${1});\nsnippet lisi:n\n\tlist-style-image: none;\nsnippet lisp\n\tlist-style-position: ${1};\nsnippet lisp:i\n\tlist-style-position: inside;\nsnippet lisp:o\n\tlist-style-position: outside;\nsnippet list\n\tlist-style-type: ${1};\nsnippet list:c\n\tlist-style-type: circle;\nsnippet list:dclz\n\tlist-style-type: decimal-leading-zero;\nsnippet list:dc\n\tlist-style-type: decimal;\nsnippet list:d\n\tlist-style-type: disc;\nsnippet list:lr\n\tlist-style-type: lower-roman;\nsnippet list:n\n\tlist-style-type: none;\nsnippet list:s\n\tlist-style-type: square;\nsnippet list:ur\n\tlist-style-type: upper-roman;\nsnippet lis\n\tlist-style: ${1};\nsnippet lis:n\n\tlist-style: none;\nsnippet mb\n\tmargin-bottom: ${1};\nsnippet mb:a\n\tmargin-bottom: auto;\nsnippet ml\n\tmargin-left: ${1};\nsnippet ml:a\n\tmargin-left: auto;\nsnippet mr\n\tmargin-right: ${1};\nsnippet mr:a\n\tmargin-right: auto;\nsnippet mt\n\tmargin-top: ${1};\nsnippet mt:a\n\tmargin-top: auto;\nsnippet m\n\tmargin: ${1};\nsnippet m:4\n\tmargin: ${1:0} ${2:0} ${3:0} ${4:0};\nsnippet m:3\n\tmargin: ${1:0} ${2:0} ${3:0};\nsnippet m:2\n\tmargin: ${1:0} ${2:0};\nsnippet m:0\n\tmargin: 0;\nsnippet m:a\n\tmargin: auto;\nsnippet mah\n\tmax-height: ${1};\nsnippet mah:n\n\tmax-height: none;\nsnippet maw\n\tmax-width: ${1};\nsnippet maw:n\n\tmax-width: none;\nsnippet mih\n\tmin-height: ${1};\nsnippet miw\n\tmin-width: ${1};\nsnippet op\n\topacity: ${1};\nsnippet op:ie\n\tfilter: progid:DXImageTransform.Microsoft.Alpha(Opacity=${1:100});\nsnippet op:ms\n\t-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=${1:100})';\nsnippet orp\n\torphans: ${1};\nsnippet o+\n\toutline: ${1:1px} ${2:solid} #${3:000};\nsnippet oc\n\toutline-color: ${1:#000};\nsnippet oc:i\n\toutline-color: invert;\nsnippet oo\n\toutline-offset: ${1};\nsnippet os\n\toutline-style: ${1};\nsnippet ow\n\toutline-width: ${1};\nsnippet o\n\toutline: ${1};\nsnippet o:n\n\toutline: none;\nsnippet ovs\n\toverflow-style: ${1};\nsnippet ovs:a\n\toverflow-style: auto;\nsnippet ovs:mq\n\toverflow-style: marquee;\nsnippet ovs:mv\n\toverflow-style: move;\nsnippet ovs:p\n\toverflow-style: panner;\nsnippet ovs:s\n\toverflow-style: scrollbar;\nsnippet ovx\n\toverflow-x: ${1};\nsnippet ovx:a\n\toverflow-x: auto;\nsnippet ovx:h\n\toverflow-x: hidden;\nsnippet ovx:s\n\toverflow-x: scroll;\nsnippet ovx:v\n\toverflow-x: visible;\nsnippet ovy\n\toverflow-y: ${1};\nsnippet ovy:a\n\toverflow-y: auto;\nsnippet ovy:h\n\toverflow-y: hidden;\nsnippet ovy:s\n\toverflow-y: scroll;\nsnippet ovy:v\n\toverflow-y: visible;\nsnippet ov\n\toverflow: ${1};\nsnippet ov:a\n\toverflow: auto;\nsnippet ov:h\n\toverflow: hidden;\nsnippet ov:s\n\toverflow: scroll;\nsnippet ov:v\n\toverflow: visible;\nsnippet pb\n\tpadding-bottom: ${1};\nsnippet pl\n\tpadding-left: ${1};\nsnippet pr\n\tpadding-right: ${1};\nsnippet pt\n\tpadding-top: ${1};\nsnippet p\n\tpadding: ${1};\nsnippet p:4\n\tpadding: ${1:0} ${2:0} ${3:0} ${4:0};\nsnippet p:3\n\tpadding: ${1:0} ${2:0} ${3:0};\nsnippet p:2\n\tpadding: ${1:0} ${2:0};\nsnippet p:0\n\tpadding: 0;\nsnippet pgba\n\tpage-break-after: ${1};\nsnippet pgba:aw\n\tpage-break-after: always;\nsnippet pgba:a\n\tpage-break-after: auto;\nsnippet pgba:l\n\tpage-break-after: left;\nsnippet pgba:r\n\tpage-break-after: right;\nsnippet pgbb\n\tpage-break-before: ${1};\nsnippet pgbb:aw\n\tpage-break-before: always;\nsnippet pgbb:a\n\tpage-break-before: auto;\nsnippet pgbb:l\n\tpage-break-before: left;\nsnippet pgbb:r\n\tpage-break-before: right;\nsnippet pgbi\n\tpage-break-inside: ${1};\nsnippet pgbi:a\n\tpage-break-inside: auto;\nsnippet pgbi:av\n\tpage-break-inside: avoid;\nsnippet pos\n\tposition: ${1};\nsnippet pos:a\n\tposition: absolute;\nsnippet pos:f\n\tposition: fixed;\nsnippet pos:r\n\tposition: relative;\nsnippet pos:s\n\tposition: static;\nsnippet q\n\tquotes: ${1};\nsnippet q:en\n\tquotes: '\\201C' '\\201D' '\\2018' '\\2019';\nsnippet q:n\n\tquotes: none;\nsnippet q:ru\n\tquotes: '\\00AB' '\\00BB' '\\201E' '\\201C';\nsnippet rz\n\tresize: ${1};\nsnippet rz:b\n\tresize: both;\nsnippet rz:h\n\tresize: horizontal;\nsnippet rz:n\n\tresize: none;\nsnippet rz:v\n\tresize: vertical;\nsnippet r\n\tright: ${1};\nsnippet r:a\n\tright: auto;\nsnippet tbl\n\ttable-layout: ${1};\nsnippet tbl:a\n\ttable-layout: auto;\nsnippet tbl:f\n\ttable-layout: fixed;\nsnippet tal\n\ttext-align-last: ${1};\nsnippet tal:a\n\ttext-align-last: auto;\nsnippet tal:c\n\ttext-align-last: center;\nsnippet tal:l\n\ttext-align-last: left;\nsnippet tal:r\n\ttext-align-last: right;\nsnippet ta\n\ttext-align: ${1};\nsnippet ta:c\n\ttext-align: center;\nsnippet ta:l\n\ttext-align: left;\nsnippet ta:r\n\ttext-align: right;\nsnippet td\n\ttext-decoration: ${1};\nsnippet td:l\n\ttext-decoration: line-through;\nsnippet td:n\n\ttext-decoration: none;\nsnippet td:o\n\ttext-decoration: overline;\nsnippet td:u\n\ttext-decoration: underline;\nsnippet te\n\ttext-emphasis: ${1};\nsnippet te:ac\n\ttext-emphasis: accent;\nsnippet te:a\n\ttext-emphasis: after;\nsnippet te:b\n\ttext-emphasis: before;\nsnippet te:c\n\ttext-emphasis: circle;\nsnippet te:ds\n\ttext-emphasis: disc;\nsnippet te:dt\n\ttext-emphasis: dot;\nsnippet te:n\n\ttext-emphasis: none;\nsnippet th\n\ttext-height: ${1};\nsnippet th:a\n\ttext-height: auto;\nsnippet th:f\n\ttext-height: font-size;\nsnippet th:m\n\ttext-height: max-size;\nsnippet th:t\n\ttext-height: text-size;\nsnippet ti\n\ttext-indent: ${1};\nsnippet ti:-\n\ttext-indent: -9999px;\nsnippet tj\n\ttext-justify: ${1};\nsnippet tj:a\n\ttext-justify: auto;\nsnippet tj:d\n\ttext-justify: distribute;\nsnippet tj:ic\n\ttext-justify: inter-cluster;\nsnippet tj:ii\n\ttext-justify: inter-ideograph;\nsnippet tj:iw\n\ttext-justify: inter-word;\nsnippet tj:k\n\ttext-justify: kashida;\nsnippet tj:t\n\ttext-justify: tibetan;\nsnippet to+\n\ttext-outline: ${1:0} ${2:0} #${3:000};\nsnippet to\n\ttext-outline: ${1};\nsnippet to:n\n\ttext-outline: none;\nsnippet tr\n\ttext-replace: ${1};\nsnippet tr:n\n\ttext-replace: none;\nsnippet tsh+\n\ttext-shadow: ${1:0} ${2:0} ${3:0} #${4:000};\nsnippet tsh\n\ttext-shadow: ${1};\nsnippet tsh:n\n\ttext-shadow: none;\nsnippet tt\n\ttext-transform: ${1};\nsnippet tt:c\n\ttext-transform: capitalize;\nsnippet tt:l\n\ttext-transform: lowercase;\nsnippet tt:n\n\ttext-transform: none;\nsnippet tt:u\n\ttext-transform: uppercase;\nsnippet tw\n\ttext-wrap: ${1};\nsnippet tw:no\n\ttext-wrap: none;\nsnippet tw:n\n\ttext-wrap: normal;\nsnippet tw:s\n\ttext-wrap: suppress;\nsnippet tw:u\n\ttext-wrap: unrestricted;\nsnippet t\n\ttop: ${1};\nsnippet t:a\n\ttop: auto;\nsnippet va\n\tvertical-align: ${1};\nsnippet va:bl\n\tvertical-align: baseline;\nsnippet va:b\n\tvertical-align: bottom;\nsnippet va:m\n\tvertical-align: middle;\nsnippet va:sub\n\tvertical-align: sub;\nsnippet va:sup\n\tvertical-align: super;\nsnippet va:tb\n\tvertical-align: text-bottom;\nsnippet va:tt\n\tvertical-align: text-top;\nsnippet va:t\n\tvertical-align: top;\nsnippet v\n\tvisibility: ${1};\nsnippet v:c\n\tvisibility: collapse;\nsnippet v:h\n\tvisibility: hidden;\nsnippet v:v\n\tvisibility: visible;\nsnippet whsc\n\twhite-space-collapse: ${1};\nsnippet whsc:ba\n\twhite-space-collapse: break-all;\nsnippet whsc:bs\n\twhite-space-collapse: break-strict;\nsnippet whsc:k\n\twhite-space-collapse: keep-all;\nsnippet whsc:l\n\twhite-space-collapse: loose;\nsnippet whsc:n\n\twhite-space-collapse: normal;\nsnippet whs\n\twhite-space: ${1};\nsnippet whs:n\n\twhite-space: normal;\nsnippet whs:nw\n\twhite-space: nowrap;\nsnippet whs:pl\n\twhite-space: pre-line;\nsnippet whs:pw\n\twhite-space: pre-wrap;\nsnippet whs:p\n\twhite-space: pre;\nsnippet wid\n\twidows: ${1};\nsnippet w\n\twidth: ${1};\nsnippet w:a\n\twidth: auto;\nsnippet wob\n\tword-break: ${1};\nsnippet wob:ba\n\tword-break: break-all;\nsnippet wob:bs\n\tword-break: break-strict;\nsnippet wob:k\n\tword-break: keep-all;\nsnippet wob:l\n\tword-break: loose;\nsnippet wob:n\n\tword-break: normal;\nsnippet wos\n\tword-spacing: ${1};\nsnippet wow\n\tword-wrap: ${1};\nsnippet wow:no\n\tword-wrap: none;\nsnippet wow:n\n\tword-wrap: normal;\nsnippet wow:s\n\tword-wrap: suppress;\nsnippet wow:u\n\tword-wrap: unrestricted;\nsnippet z\n\tz-index: ${1};\nsnippet z:a\n\tz-index: auto;\nsnippet zoo\n\tzoom: 1;\n"})),ace.define("ace/snippets/css",["require","exports","module","ace/snippets/css.snippets"],(function(e,t,a){"use strict";t.snippetText=e("./css.snippets"),t.scope="css"})),ace.require(["ace/snippets/css"],(function(t){e&&(e.exports=t)}))},6704(e,t,a){e=a.nmd(e),ace.define("ace/snippets/html.snippets",["require","exports","module"],(function(e,t,a){a.exports='# Some useful Unicode entities\n# Non-Breaking Space\nsnippet nbs\n\t&nbsp;\n# ←\nsnippet left\n\t&#x2190;\n# →\nsnippet right\n\t&#x2192;\n# ↑\nsnippet up\n\t&#x2191;\n# ↓\nsnippet down\n\t&#x2193;\n# ↩\nsnippet return\n\t&#x21A9;\n# ⇤\nsnippet backtab\n\t&#x21E4;\n# ⇥\nsnippet tab\n\t&#x21E5;\n# ⇧\nsnippet shift\n\t&#x21E7;\n# ⌃\nsnippet ctrl\n\t&#x2303;\n# ⌅\nsnippet enter\n\t&#x2305;\n# ⌘\nsnippet cmd\n\t&#x2318;\n# ⌥\nsnippet option\n\t&#x2325;\n# ⌦\nsnippet delete\n\t&#x2326;\n# ⌫\nsnippet backspace\n\t&#x232B;\n# ⎋\nsnippet esc\n\t&#x238B;\n# Generic Doctype\nsnippet doctype HTML 4.01 Strict\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\n\t"http://www.w3.org/TR/html4/strict.dtd">\nsnippet doctype HTML 4.01 Transitional\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n\t"http://www.w3.org/TR/html4/loose.dtd">\nsnippet doctype HTML 5\n\t<!DOCTYPE HTML>\nsnippet doctype XHTML 1.0 Frameset\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\nsnippet doctype XHTML 1.0 Strict\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\nsnippet doctype XHTML 1.0 Transitional\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\nsnippet doctype XHTML 1.1\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\n\t"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n# HTML Doctype 4.01 Strict\nsnippet docts\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\n\t"http://www.w3.org/TR/html4/strict.dtd">\n# HTML Doctype 4.01 Transitional\nsnippet doct\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n\t"http://www.w3.org/TR/html4/loose.dtd">\n# HTML Doctype 5\nsnippet doct5\n\t<!DOCTYPE html>\n# XHTML Doctype 1.0 Frameset\nsnippet docxf\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">\n# XHTML Doctype 1.0 Strict\nsnippet docxs\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n# XHTML Doctype 1.0 Transitional\nsnippet docxt\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n# XHTML Doctype 1.1\nsnippet docx\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\n\t"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n# html5shiv\nsnippet html5shiv\n\t\x3c!--[if lte IE 8]>\n\t\t<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"><\/script>\n\t<![endif]--\x3e\nsnippet html5printshiv\n\t\x3c!--[if lte IE 8]>\n\t\t<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"><\/script>\n\t<![endif]--\x3e\n# Attributes\nsnippet attr\n\t${1:attribute}="${2:property}"\nsnippet attr+\n\t${1:attribute}="${2:property}" attr+${3}\nsnippet .\n\tclass="${1}"${2}\nsnippet #\n\tid="${1}"${2}\nsnippet alt\n\talt="${1}"${2}\nsnippet charset\n\tcharset="${1:utf-8}"${2}\nsnippet data\n\tdata-${1}="${2:$1}"${3}\nsnippet for\n\tfor="${1}"${2}\nsnippet height\n\theight="${1}"${2}\nsnippet href\n\thref="${1:#}"${2}\nsnippet lang\n\tlang="${1:en}"${2}\nsnippet media\n\tmedia="${1}"${2}\nsnippet name\n\tname="${1}"${2}\nsnippet rel\n\trel="${1}"${2}\nsnippet scope\n\tscope="${1:row}"${2}\nsnippet src\n\tsrc="${1}"${2}\nsnippet title=\n\ttitle="${1}"${2}\nsnippet type\n\ttype="${1}"${2}\nsnippet value\n\tvalue="${1}"${2}\nsnippet width\n\twidth="${1}"${2}\n# Elements\nsnippet a\n\t<a href="${1:#}">${2:$1}</a>\nsnippet a.\n\t<a class="${1}" href="${2:#}">${3:$1}</a>\nsnippet a#\n\t<a id="${1}" href="${2:#}">${3:$1}</a>\nsnippet a:ext\n\t<a href="http://${1:example.com}">${2:$1}</a>\nsnippet a:mail\n\t<a href="mailto:${1:joe@example.com}?subject=${2:feedback}">${3:email me}</a>\nsnippet abbr\n\t<abbr title="${1}">${2}</abbr>\nsnippet address\n\t<address>\n\t\t${1}\n\t</address>\nsnippet area\n\t<area shape="${1:rect}" coords="${2}" href="${3}" alt="${4}" />\nsnippet area+\n\t<area shape="${1:rect}" coords="${2}" href="${3}" alt="${4}" />\n\tarea+${5}\nsnippet area:c\n\t<area shape="circle" coords="${1}" href="${2}" alt="${3}" />\nsnippet area:d\n\t<area shape="default" coords="${1}" href="${2}" alt="${3}" />\nsnippet area:p\n\t<area shape="poly" coords="${1}" href="${2}" alt="${3}" />\nsnippet area:r\n\t<area shape="rect" coords="${1}" href="${2}" alt="${3}" />\nsnippet article\n\t<article>\n\t\t${1}\n\t</article>\nsnippet article.\n\t<article class="${1}">\n\t\t${2}\n\t</article>\nsnippet article#\n\t<article id="${1}">\n\t\t${2}\n\t</article>\nsnippet aside\n\t<aside>\n\t\t${1}\n\t</aside>\nsnippet aside.\n\t<aside class="${1}">\n\t\t${2}\n\t</aside>\nsnippet aside#\n\t<aside id="${1}">\n\t\t${2}\n\t</aside>\nsnippet audio\n\t<audio src="${1}>${2}</audio>\nsnippet b\n\t<b>${1}</b>\nsnippet base\n\t<base href="${1}" target="${2}" />\nsnippet bdi\n\t<bdi>${1}</bdo>\nsnippet bdo\n\t<bdo dir="${1}">${2}</bdo>\nsnippet bdo:l\n\t<bdo dir="ltr">${1}</bdo>\nsnippet bdo:r\n\t<bdo dir="rtl">${1}</bdo>\nsnippet blockquote\n\t<blockquote>\n\t\t${1}\n\t</blockquote>\nsnippet body\n\t<body>\n\t\t${1}\n\t</body>\nsnippet br\n\t<br />${1}\nsnippet button\n\t<button type="${1:submit}">${2}</button>\nsnippet button.\n\t<button class="${1:button}" type="${2:submit}">${3}</button>\nsnippet button#\n\t<button id="${1}" type="${2:submit}">${3}</button>\nsnippet button:s\n\t<button type="submit">${1}</button>\nsnippet button:r\n\t<button type="reset">${1}</button>\nsnippet canvas\n\t<canvas id="${1:canvas}"></canvas>\nsnippet caption\n\t<caption>${1}</caption>\nsnippet cite\n\t<cite>${1}</cite>\nsnippet code\n\t<code>${1}</code>\nsnippet col\n\t<col />${1}\nsnippet col+\n\t<col />\n\tcol+${1}\nsnippet colgroup\n\t<colgroup>\n\t\t${1}\n\t</colgroup>\nsnippet colgroup+\n\t<colgroup>\n\t\t<col />\n\t\tcol+${1}\n\t</colgroup>\nsnippet command\n\t<command type="command" label="${1}" icon="${2}" />\nsnippet command:c\n\t<command type="checkbox" label="${1}" icon="${2}" />\nsnippet command:r\n\t<command type="radio" radiogroup="${1}" label="${2}" icon="${3}" />\nsnippet datagrid\n\t<datagrid>\n\t\t${1}\n\t</datagrid>\nsnippet datalist\n\t<datalist>\n\t\t${1}\n\t</datalist>\nsnippet datatemplate\n\t<datatemplate>\n\t\t${1}\n\t</datatemplate>\nsnippet dd\n\t<dd>${1}</dd>\nsnippet dd.\n\t<dd class="${1}">${2}</dd>\nsnippet dd#\n\t<dd id="${1}">${2}</dd>\nsnippet del\n\t<del>${1}</del>\nsnippet details\n\t<details>${1}</details>\nsnippet dfn\n\t<dfn>${1}</dfn>\nsnippet dialog\n\t<dialog>\n\t\t${1}\n\t</dialog>\nsnippet div\n\t<div>\n\t\t${1}\n\t</div>\nsnippet div.\n\t<div class="${1}">\n\t\t${2}\n\t</div>\nsnippet div#\n\t<div id="${1}">\n\t\t${2}\n\t</div>\nsnippet dl\n\t<dl>\n\t\t${1}\n\t</dl>\nsnippet dl.\n\t<dl class="${1}">\n\t\t${2}\n\t</dl>\nsnippet dl#\n\t<dl id="${1}">\n\t\t${2}\n\t</dl>\nsnippet dl+\n\t<dl>\n\t\t<dt>${1}</dt>\n\t\t<dd>${2}</dd>\n\t\tdt+${3}\n\t</dl>\nsnippet dt\n\t<dt>${1}</dt>\nsnippet dt.\n\t<dt class="${1}">${2}</dt>\nsnippet dt#\n\t<dt id="${1}">${2}</dt>\nsnippet dt+\n\t<dt>${1}</dt>\n\t<dd>${2}</dd>\n\tdt+${3}\nsnippet em\n\t<em>${1}</em>\nsnippet embed\n\t<embed src=${1} type="${2} />\nsnippet fieldset\n\t<fieldset>\n\t\t${1}\n\t</fieldset>\nsnippet fieldset.\n\t<fieldset class="${1}">\n\t\t${2}\n\t</fieldset>\nsnippet fieldset#\n\t<fieldset id="${1}">\n\t\t${2}\n\t</fieldset>\nsnippet fieldset+\n\t<fieldset>\n\t\t<legend><span>${1}</span></legend>\n\t\t${2}\n\t</fieldset>\n\tfieldset+${3}\nsnippet figcaption\n\t<figcaption>${1}</figcaption>\nsnippet figure\n\t<figure>${1}</figure>\nsnippet footer\n\t<footer>\n\t\t${1}\n\t</footer>\nsnippet footer.\n\t<footer class="${1}">\n\t\t${2}\n\t</footer>\nsnippet footer#\n\t<footer id="${1}">\n\t\t${2}\n\t</footer>\nsnippet form\n\t<form action="${1}" method="${2:get}" accept-charset="utf-8">\n\t\t${3}\n\t</form>\nsnippet form.\n\t<form class="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">\n\t\t${4}\n\t</form>\nsnippet form#\n\t<form id="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">\n\t\t${4}\n\t</form>\nsnippet h1\n\t<h1>${1}</h1>\nsnippet h1.\n\t<h1 class="${1}">${2}</h1>\nsnippet h1#\n\t<h1 id="${1}">${2}</h1>\nsnippet h2\n\t<h2>${1}</h2>\nsnippet h2.\n\t<h2 class="${1}">${2}</h2>\nsnippet h2#\n\t<h2 id="${1}">${2}</h2>\nsnippet h3\n\t<h3>${1}</h3>\nsnippet h3.\n\t<h3 class="${1}">${2}</h3>\nsnippet h3#\n\t<h3 id="${1}">${2}</h3>\nsnippet h4\n\t<h4>${1}</h4>\nsnippet h4.\n\t<h4 class="${1}">${2}</h4>\nsnippet h4#\n\t<h4 id="${1}">${2}</h4>\nsnippet h5\n\t<h5>${1}</h5>\nsnippet h5.\n\t<h5 class="${1}">${2}</h5>\nsnippet h5#\n\t<h5 id="${1}">${2}</h5>\nsnippet h6\n\t<h6>${1}</h6>\nsnippet h6.\n\t<h6 class="${1}">${2}</h6>\nsnippet h6#\n\t<h6 id="${1}">${2}</h6>\nsnippet head\n\t<head>\n\t\t<meta http-equiv="content-type" content="text/html; charset=utf-8" />\n\n\t\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\n\t\t${2}\n\t</head>\nsnippet header\n\t<header>\n\t\t${1}\n\t</header>\nsnippet header.\n\t<header class="${1}">\n\t\t${2}\n\t</header>\nsnippet header#\n\t<header id="${1}">\n\t\t${2}\n\t</header>\nsnippet hgroup\n\t<hgroup>\n\t\t${1}\n\t</hgroup>\nsnippet hgroup.\n\t<hgroup class="${1}>\n\t\t${2}\n\t</hgroup>\nsnippet hr\n\t<hr />${1}\nsnippet html\n\t<html>\n\t${1}\n\t</html>\nsnippet xhtml\n\t<html xmlns="http://www.w3.org/1999/xhtml">\n\t${1}\n\t</html>\nsnippet html5\n\t<!DOCTYPE html>\n\t<html>\n\t\t<head>\n\t\t\t<meta http-equiv="content-type" content="text/html; charset=utf-8" />\n\t\t\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\n\t\t\t${2:meta}\n\t\t</head>\n\t\t<body>\n\t\t\t${3:body}\n\t\t</body>\n\t</html>\nsnippet xhtml5\n\t<!DOCTYPE html>\n\t<html xmlns="http://www.w3.org/1999/xhtml">\n\t\t<head>\n\t\t\t<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />\n\t\t\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\n\t\t\t${2:meta}\n\t\t</head>\n\t\t<body>\n\t\t\t${3:body}\n\t\t</body>\n\t</html>\nsnippet i\n\t<i>${1}</i>\nsnippet iframe\n\t<iframe src="${1}" frameborder="0"></iframe>${2}\nsnippet iframe.\n\t<iframe class="${1}" src="${2}" frameborder="0"></iframe>${3}\nsnippet iframe#\n\t<iframe id="${1}" src="${2}" frameborder="0"></iframe>${3}\nsnippet img\n\t<img src="${1}" alt="${2}" />${3}\nsnippet img.\n\t<img class="${1}" src="${2}" alt="${3}" />${4}\nsnippet img#\n\t<img id="${1}" src="${2}" alt="${3}" />${4}\nsnippet input\n\t<input type="${1:text/submit/hidden/button/image}" name="${2}" id="${3:$2}" value="${4}" />${5}\nsnippet input.\n\t<input class="${1}" type="${2:text/submit/hidden/button/image}" name="${3}" id="${4:$3}" value="${5}" />${6}\nsnippet input:text\n\t<input type="text" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:submit\n\t<input type="submit" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:hidden\n\t<input type="hidden" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:button\n\t<input type="button" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:image\n\t<input type="image" name="${1}" id="${2:$1}" src="${3}" alt="${4}" />${5}\nsnippet input:checkbox\n\t<input type="checkbox" name="${1}" id="${2:$1}" />${3}\nsnippet input:radio\n\t<input type="radio" name="${1}" id="${2:$1}" />${3}\nsnippet input:color\n\t<input type="color" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:date\n\t<input type="date" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:datetime\n\t<input type="datetime" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:datetime-local\n\t<input type="datetime-local" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:email\n\t<input type="email" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:file\n\t<input type="file" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:month\n\t<input type="month" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:number\n\t<input type="number" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:password\n\t<input type="password" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:range\n\t<input type="range" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:reset\n\t<input type="reset" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:search\n\t<input type="search" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:time\n\t<input type="time" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:url\n\t<input type="url" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:week\n\t<input type="week" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet ins\n\t<ins>${1}</ins>\nsnippet kbd\n\t<kbd>${1}</kbd>\nsnippet keygen\n\t<keygen>${1}</keygen>\nsnippet label\n\t<label for="${2:$1}">${1}</label>\nsnippet label:i\n\t<label for="${2:$1}">${1}</label>\n\t<input type="${3:text/submit/hidden/button}" name="${4:$2}" id="${5:$2}" value="${6}" />${7}\nsnippet label:s\n\t<label for="${2:$1}">${1}</label>\n\t<select name="${3:$2}" id="${4:$2}">\n\t\t<option value="${5}">${6:$5}</option>\n\t</select>\nsnippet legend\n\t<legend>${1}</legend>\nsnippet legend+\n\t<legend><span>${1}</span></legend>\nsnippet li\n\t<li>${1}</li>\nsnippet li.\n\t<li class="${1}">${2}</li>\nsnippet li+\n\t<li>${1}</li>\n\tli+${2}\nsnippet lia\n\t<li><a href="${2:#}">${1}</a></li>\nsnippet lia+\n\t<li><a href="${2:#}">${1}</a></li>\n\tlia+${3}\nsnippet link\n\t<link rel="${1}" href="${2}" title="${3}" type="${4}" />${5}\nsnippet link:atom\n\t<link rel="alternate" href="${1:atom.xml}" title="Atom" type="application/atom+xml" />${2}\nsnippet link:css\n\t<link rel="stylesheet" href="${2:style.css}" type="text/css" media="${3:all}" />${4}\nsnippet link:favicon\n\t<link rel="shortcut icon" href="${1:favicon.ico}" type="image/x-icon" />${2}\nsnippet link:rss\n\t<link rel="alternate" href="${1:rss.xml}" title="RSS" type="application/atom+xml" />${2}\nsnippet link:touch\n\t<link rel="apple-touch-icon" href="${1:favicon.png}" />${2}\nsnippet map\n\t<map name="${1}">\n\t\t${2}\n\t</map>\nsnippet map.\n\t<map class="${1}" name="${2}">\n\t\t${3}\n\t</map>\nsnippet map#\n\t<map name="${1}" id="${2:$1}>\n\t\t${3}\n\t</map>\nsnippet map+\n\t<map name="${1}">\n\t\t<area shape="${2}" coords="${3}" href="${4}" alt="${5}" />${6}\n\t</map>${7}\nsnippet mark\n\t<mark>${1}</mark>\nsnippet menu\n\t<menu>\n\t\t${1}\n\t</menu>\nsnippet menu:c\n\t<menu type="context">\n\t\t${1}\n\t</menu>\nsnippet menu:t\n\t<menu type="toolbar">\n\t\t${1}\n\t</menu>\nsnippet meta\n\t<meta http-equiv="${1}" content="${2}" />${3}\nsnippet meta:compat\n\t<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}" />${3}\nsnippet meta:refresh\n\t<meta http-equiv="refresh" content="text/html;charset=UTF-8" />${3}\nsnippet meta:utf\n\t<meta http-equiv="content-type" content="text/html;charset=UTF-8" />${3}\nsnippet meter\n\t<meter>${1}</meter>\nsnippet nav\n\t<nav>\n\t\t${1}\n\t</nav>\nsnippet nav.\n\t<nav class="${1}">\n\t\t${2}\n\t</nav>\nsnippet nav#\n\t<nav id="${1}">\n\t\t${2}\n\t</nav>\nsnippet noscript\n\t<noscript>\n\t\t${1}\n\t</noscript>\nsnippet object\n\t<object data="${1}" type="${2}">\n\t\t${3}\n\t</object>${4}\n# Embed QT Movie\nsnippet movie\n\t<object width="$2" height="$3" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"\n\t codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n\t\t<param name="src" value="$1" />\n\t\t<param name="controller" value="$4" />\n\t\t<param name="autoplay" value="$5" />\n\t\t<embed src="${1:movie.mov}"\n\t\t\twidth="${2:320}" height="${3:240}"\n\t\t\tcontroller="${4:true}" autoplay="${5:true}"\n\t\t\tscale="tofit" cache="true"\n\t\t\tpluginspage="http://www.apple.com/quicktime/download/" />\n\t</object>${6}\nsnippet ol\n\t<ol>\n\t\t${1}\n\t</ol>\nsnippet ol.\n\t<ol class="${1}>\n\t\t${2}\n\t</ol>\nsnippet ol#\n\t<ol id="${1}>\n\t\t${2}\n\t</ol>\nsnippet ol+\n\t<ol>\n\t\t<li>${1}</li>\n\t\tli+${2}\n\t</ol>\nsnippet opt\n\t<option value="${1}">${2:$1}</option>\nsnippet opt+\n\t<option value="${1}">${2:$1}</option>\n\topt+${3}\nsnippet optt\n\t<option>${1}</option>\nsnippet optgroup\n\t<optgroup>\n\t\t<option value="${1}">${2:$1}</option>\n\t\topt+${3}\n\t</optgroup>\nsnippet output\n\t<output>${1}</output>\nsnippet p\n\t<p>${1}</p>\nsnippet param\n\t<param name="${1}" value="${2}" />${3}\nsnippet pre\n\t<pre>\n\t\t${1}\n\t</pre>\nsnippet progress\n\t<progress>${1}</progress>\nsnippet q\n\t<q>${1}</q>\nsnippet rp\n\t<rp>${1}</rp>\nsnippet rt\n\t<rt>${1}</rt>\nsnippet ruby\n\t<ruby>\n\t\t<rp><rt>${1}</rt></rp>\n\t</ruby>\nsnippet s\n\t<s>${1}</s>\nsnippet samp\n\t<samp>\n\t\t${1}\n\t</samp>\nsnippet script\n\t<script type="text/javascript" charset="utf-8">\n\t\t${1}\n\t<\/script>\nsnippet scriptsrc\n\t<script src="${1}.js" type="text/javascript" charset="utf-8"><\/script>\nsnippet newscript\n\t<script type="application/javascript" charset="utf-8">\n\t\t${1}\n\t<\/script>\nsnippet newscriptsrc\n\t<script src="${1}.js" type="application/javascript" charset="utf-8"><\/script>\nsnippet section\n\t<section>\n\t\t${1}\n\t</section>\nsnippet section.\n\t<section class="${1}">\n\t\t${2}\n\t</section>\nsnippet section#\n\t<section id="${1}">\n\t\t${2}\n\t</section>\nsnippet select\n\t<select name="${1}" id="${2:$1}">\n\t\t${3}\n\t</select>\nsnippet select.\n\t<select name="${1}" id="${2:$1}" class="${3}>\n\t\t${4}\n\t</select>\nsnippet select+\n\t<select name="${1}" id="${2:$1}">\n\t\t<option value="${3}">${4:$3}</option>\n\t\topt+${5}\n\t</select>\nsnippet small\n\t<small>${1}</small>\nsnippet source\n\t<source src="${1}" type="${2}" media="${3}" />\nsnippet span\n\t<span>${1}</span>\nsnippet strong\n\t<strong>${1}</strong>\nsnippet style\n\t<style type="text/css" media="${1:all}">\n\t\t${2}\n\t</style>\nsnippet sub\n\t<sub>${1}</sub>\nsnippet summary\n\t<summary>\n\t\t${1}\n\t</summary>\nsnippet sup\n\t<sup>${1}</sup>\nsnippet table\n\t<table border="${1:0}">\n\t\t${2}\n\t</table>\nsnippet table.\n\t<table class="${1}" border="${2:0}">\n\t\t${3}\n\t</table>\nsnippet table#\n\t<table id="${1}" border="${2:0}">\n\t\t${3}\n\t</table>\nsnippet tbody\n\t<tbody>\n\t\t${1}\n\t</tbody>\nsnippet td\n\t<td>${1}</td>\nsnippet td.\n\t<td class="${1}">${2}</td>\nsnippet td#\n\t<td id="${1}">${2}</td>\nsnippet td+\n\t<td>${1}</td>\n\ttd+${2}\nsnippet textarea\n\t<textarea name="${1}" id=${2:$1} rows="${3:8}" cols="${4:40}">${5}</textarea>${6}\nsnippet tfoot\n\t<tfoot>\n\t\t${1}\n\t</tfoot>\nsnippet th\n\t<th>${1}</th>\nsnippet th.\n\t<th class="${1}">${2}</th>\nsnippet th#\n\t<th id="${1}">${2}</th>\nsnippet th+\n\t<th>${1}</th>\n\tth+${2}\nsnippet thead\n\t<thead>\n\t\t${1}\n\t</thead>\nsnippet time\n\t<time datetime="${1}" pubdate="${2:$1}>${3:$1}</time>\nsnippet title\n\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\nsnippet tr\n\t<tr>\n\t\t${1}\n\t</tr>\nsnippet tr+\n\t<tr>\n\t\t<td>${1}</td>\n\t\ttd+${2}\n\t</tr>\nsnippet track\n\t<track src="${1}" srclang="${2}" label="${3}" default="${4:default}>${5}</track>${6}\nsnippet ul\n\t<ul>\n\t\t${1}\n\t</ul>\nsnippet ul.\n\t<ul class="${1}">\n\t\t${2}\n\t</ul>\nsnippet ul#\n\t<ul id="${1}">\n\t\t${2}\n\t</ul>\nsnippet ul+\n\t<ul>\n\t\t<li>${1}</li>\n\t\tli+${2}\n\t</ul>\nsnippet var\n\t<var>${1}</var>\nsnippet video\n\t<video src="${1}" height="${2}" width="${3}" preload="${5:none}" autoplay="${6:autoplay}">${7}</video>${8}\nsnippet wbr\n\t<wbr />${1}\n'})),ace.define("ace/snippets/html",["require","exports","module","ace/snippets/html.snippets"],(function(e,t,a){"use strict";t.snippetText=e("./html.snippets"),t.scope="html"})),ace.require(["ace/snippets/html"],(function(t){e&&(e.exports=t)}))},4144(e,t,a){e=a.nmd(e),ace.define("ace/theme/monokai-css",["require","exports","module"],(function(e,t,a){a.exports=".ace-monokai .ace_gutter {\n background: #2F3129;\n color: #8F908A\n}\n\n.ace-monokai .ace_print-margin {\n width: 1px;\n background: #555651\n}\n\n.ace-monokai {\n background-color: #272822;\n color: #F8F8F2\n}\n\n.ace-monokai .ace_cursor {\n color: #F8F8F0\n}\n\n.ace-monokai .ace_marker-layer .ace_selection {\n background: #49483E\n}\n\n.ace-monokai.ace_multiselect .ace_selection.ace_start {\n box-shadow: 0 0 3px 0px #272822;\n}\n\n.ace-monokai .ace_marker-layer .ace_step {\n background: rgb(102, 82, 0)\n}\n\n.ace-monokai .ace_marker-layer .ace_bracket {\n margin: -1px 0 0 -1px;\n border: 1px solid #49483E\n}\n\n.ace-monokai .ace_marker-layer .ace_active-line {\n background: #202020\n}\n\n.ace-monokai .ace_gutter-active-line {\n background-color: #272727\n}\n\n.ace-monokai .ace_marker-layer .ace_selected-word {\n border: 1px solid #49483E\n}\n\n.ace-monokai .ace_invisible {\n color: #52524d\n}\n\n.ace-monokai .ace_entity.ace_name.ace_tag,\n.ace-monokai .ace_keyword,\n.ace-monokai .ace_meta.ace_tag,\n.ace-monokai .ace_storage {\n color: #F92672\n}\n\n.ace-monokai .ace_punctuation,\n.ace-monokai .ace_punctuation.ace_tag {\n color: #fff\n}\n\n.ace-monokai .ace_constant.ace_character,\n.ace-monokai .ace_constant.ace_language,\n.ace-monokai .ace_constant.ace_numeric,\n.ace-monokai .ace_constant.ace_other {\n color: #AE81FF\n}\n\n.ace-monokai .ace_invalid {\n color: #F8F8F0;\n background-color: #F92672\n}\n\n.ace-monokai .ace_invalid.ace_deprecated {\n color: #F8F8F0;\n background-color: #AE81FF\n}\n\n.ace-monokai .ace_support.ace_constant,\n.ace-monokai .ace_support.ace_function {\n color: #66D9EF\n}\n\n.ace-monokai .ace_fold {\n background-color: #A6E22E;\n border-color: #F8F8F2\n}\n\n.ace-monokai .ace_storage.ace_type,\n.ace-monokai .ace_support.ace_class,\n.ace-monokai .ace_support.ace_type {\n font-style: italic;\n color: #66D9EF\n}\n\n.ace-monokai .ace_entity.ace_name.ace_function,\n.ace-monokai .ace_entity.ace_other,\n.ace-monokai .ace_entity.ace_other.ace_attribute-name,\n.ace-monokai .ace_variable {\n color: #A6E22E\n}\n\n.ace-monokai .ace_variable.ace_parameter {\n font-style: italic;\n color: #FD971F\n}\n\n.ace-monokai .ace_string {\n color: #E6DB74\n}\n\n.ace-monokai .ace_comment {\n color: #75715E\n}\n\n.ace-monokai .ace_indent-guide {\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0FD0ZXBzd/wPAAjVAoxeSgNeAAAAAElFTkSuQmCC) right repeat-y\n}\n\n.ace-monokai .ace_indent-guide-active {\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;\n}\n"})),ace.define("ace/theme/monokai",["require","exports","module","ace/theme/monokai-css","ace/lib/dom"],(function(e,t,a){t.isDark=!0,t.cssClass="ace-monokai",t.cssText=e("./monokai-css"),e("../lib/dom").importCssString(t.cssText,t.cssClass,!1)})),ace.require(["ace/theme/monokai"],(function(t){e&&(e.exports=t)}))},2972(){!function(e){if(!(void 0!==e.window&&e.document||e.require&&e.define)){e.console||(e.console=function(){var e=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:e})},e.console.error=e.console.warn=e.console.log=e.console.trace=e.console),e.window=e,e.ace=e,e.onerror=function(e,t,a,s,o){postMessage({type:"error",data:{message:e,data:o&&o.data,file:t,line:a,col:s,stack:o&&o.stack}})},e.normalizeModule=function(t,a){if(-1!==a.indexOf("!")){var s=a.split("!");return e.normalizeModule(t,s[0])+"!"+e.normalizeModule(t,s[1])}if("."==a.charAt(0)){var o=t.split("/").slice(0,-1).join("/");for(a=(o?o+"/":"")+a;-1!==a.indexOf(".")&&n!=a;){var n=a;a=a.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return a},e.require=function(t,a){if(a||(a=t,t=null),!a.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");a=e.normalizeModule(t,a);var s=e.require.modules[a];if(s)return s.initialized||(s.initialized=!0,s.exports=s.factory().exports),s.exports;if(!e.require.tlns)return console.log("unable to load "+a);var o=function(e,t){for(var a=e,s="";a;){var o=t[a];if("string"==typeof o)return o+s;if(o)return o.location.replace(/\/*$/,"/")+(s||o.main||o.name);if(!1===o)return"";var n=a.lastIndexOf("/");if(-1===n)break;s=a.substr(n)+s,a=a.slice(0,n)}return e}(a,e.require.tlns);return".js"!=o.slice(-3)&&(o+=".js"),e.require.id=a,e.require.modules[a]={},importScripts(o),e.require(t,a)},e.require.modules={},e.require.tlns={},e.define=function(t,a,s){if(2==arguments.length?(s=a,"string"!=typeof t&&(a=t,t=e.require.id)):1==arguments.length&&(s=t,a=[],t=e.require.id),"function"==typeof s){a.length||(a=["require","exports","module"]);var o=function(a){return e.require(t,a)};e.require.modules[t]={exports:{},factory:function(){var e=this,t=s.apply(this,a.slice(0,s.length).map((function(t){switch(t){case"require":return o;case"exports":return e.exports;case"module":return e;default:return o(t)}})));return t&&(e.exports=t),e}}}else e.require.modules[t]={exports:s,initialized:!0}},e.define.amd={},e.require.tlns={},e.initBaseUrls=function(e){for(var t in e)this.require.tlns[t]=e[t]},e.initSender=function(){var t=e.require("ace/lib/event_emitter").EventEmitter,a=e.require("ace/lib/oop"),s=function(){};return function(){a.implement(this,t),this.callback=function(e,t){postMessage({type:"call",id:t,data:e})},this.emit=function(e,t){postMessage({type:"event",name:e,data:t})}}.call(s.prototype),new s};var t=e.main=null,a=e.sender=null;e.onmessage=function(s){var o=s.data;if(o.event&&a)a._signal(o.event,o.data);else if(o.command)if(t[o.command])t[o.command].apply(t,o.args);else{if(!e[o.command])throw new Error("Unknown command:"+o.command);e[o.command].apply(e,o.args)}else if(o.init){e.initBaseUrls(o.tlns),a=e.sender=e.initSender();var n=this.require(o.module)[o.classname];t=e.main=new n(a)}}}}(this),ace.define("ace/lib/oop",[],(function(e,t,a){"use strict";t.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},t.mixin=function(e,t){for(var a in t)e[a]=t[a];return e},t.implement=function(e,a){t.mixin(e,a)}})),ace.define("ace/lib/deep_copy",[],(function(e,t,a){t.deepCopy=function e(t){if("object"!=typeof t||!t)return t;var a;if(Array.isArray(t)){a=[];for(var s=0;s<t.length;s++)a[s]=e(t[s]);return a}if("[object Object]"!==Object.prototype.toString.call(t))return t;for(var s in a={},t)a[s]=e(t[s]);return a}})),ace.define("ace/lib/lang",[],(function(e,t,a){"use strict";t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){for(var a="";t>0;)1&t&&(a+=e),(t>>=1)&&(e+=e);return a};var s=/^\s\s*/,o=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(s,"")},t.stringTrimRight=function(e){return e.replace(o,"")},t.copyObject=function(e){var t={};for(var a in e)t[a]=e[a];return t},t.copyArray=function(e){for(var t=[],a=0,s=e.length;a<s;a++)e[a]&&"object"==typeof e[a]?t[a]=this.copyObject(e[a]):t[a]=e[a];return t},t.deepCopy=e("./deep_copy").deepCopy,t.arrayToMap=function(e){for(var t={},a=0;a<e.length;a++)t[e[a]]=1;return t},t.createMap=function(e){var t=Object.create(null);for(var a in e)t[a]=e[a];return t},t.arrayRemove=function(e,t){for(var a=0;a<=e.length;a++)t===e[a]&&e.splice(a,1)},t.escapeRegExp=function(e){return e.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},t.escapeHTML=function(e){return(""+e).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},t.getMatchOffsets=function(e,t){var a=[];return e.replace(t,(function(e){a.push({offset:arguments[arguments.length-2],length:e.length})})),a},t.deferredCall=function(e){var t=null,a=function(){t=null,e()},s=function(e){return s.cancel(),t=setTimeout(a,e||0),s};return s.schedule=s,s.call=function(){return this.cancel(),e(),s},s.cancel=function(){return clearTimeout(t),t=null,s},s.isPending=function(){return t},s},t.delayedCall=function(e,t){var a=null,s=function(){a=null,e()},o=function(e){null==a&&(a=setTimeout(s,e||t))};return o.delay=function(e){a&&clearTimeout(a),a=setTimeout(s,e||t)},o.schedule=o,o.call=function(){this.cancel(),e()},o.cancel=function(){a&&clearTimeout(a),a=null},o.isPending=function(){return a},o},t.supportsLookbehind=function(){try{new RegExp("(?<=.)")}catch(e){return!1}return!0},t.skipEmptyMatch=function(e,t,a){return a&&e.codePointAt(t)>65535?2:1}})),ace.define("ace/apply_delta",[],(function(e,t,a){"use strict";t.applyDelta=function(e,t,a){var s=t.start.row,o=t.start.column,n=e[s]||"";switch(t.action){case"insert":if(1===t.lines.length)e[s]=n.substring(0,o)+t.lines[0]+n.substring(o);else{var i=[s,1].concat(t.lines);e.splice.apply(e,i),e[s]=n.substring(0,o)+e[s],e[s+t.lines.length-1]+=n.substring(o)}break;case"remove":var l=t.end.column,r=t.end.row;s===r?e[s]=n.substring(0,o)+n.substring(l):e.splice(s,r-s+1,n.substring(0,o)+e[r].substring(l))}}})),ace.define("ace/lib/event_emitter",[],(function(e,t,a){"use strict";var s={},o=function(){this.propagationStopped=!0},n=function(){this.defaultPrevented=!0};s._emit=s._dispatchEvent=function(e,t){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var a=this._eventRegistry[e]||[],s=this._defaultHandlers[e];if(a.length||s){"object"==typeof t&&t||(t={}),t.type||(t.type=e),t.stopPropagation||(t.stopPropagation=o),t.preventDefault||(t.preventDefault=n),a=a.slice();for(var i=0;i<a.length&&(a[i](t,this),!t.propagationStopped);i++);return s&&!t.defaultPrevented?s(t,this):void 0}},s._signal=function(e,t){var a=(this._eventRegistry||{})[e];if(a){a=a.slice();for(var s=0;s<a.length;s++)a[s](t,this)}},s.once=function(e,t){var a=this;if(this.on(e,(function s(){a.off(e,s),t.apply(null,arguments)})),!t)return new Promise((function(e){t=e}))},s.setDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a||(a=this._defaultHandlers={_disabled_:{}}),a[e]){var s=a[e],o=a._disabled_[e];o||(a._disabled_[e]=o=[]),o.push(s);var n=o.indexOf(t);-1!=n&&o.splice(n,1)}a[e]=t},s.removeDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a){var s=a._disabled_[e];if(a[e]==t)s&&this.setDefaultHandler(e,s.pop());else if(s){var o=s.indexOf(t);-1!=o&&s.splice(o,1)}}},s.on=s.addEventListener=function(e,t,a){this._eventRegistry=this._eventRegistry||{};var s=this._eventRegistry[e];return s||(s=this._eventRegistry[e]=[]),-1==s.indexOf(t)&&s[a?"unshift":"push"](t),t},s.off=s.removeListener=s.removeEventListener=function(e,t){this._eventRegistry=this._eventRegistry||{};var a=this._eventRegistry[e];if(a){var s=a.indexOf(t);-1!==s&&a.splice(s,1)}},s.removeAllListeners=function(e){e||(this._eventRegistry=this._defaultHandlers=void 0),this._eventRegistry&&(this._eventRegistry[e]=void 0),this._defaultHandlers&&(this._defaultHandlers[e]=void 0)},t.EventEmitter=s})),ace.define("ace/range",[],(function(e,t,a){"use strict";var s=function(){function e(e,t,a,s){this.start={row:e,column:t},this.end={row:a,column:s}}return e.prototype.isEqual=function(e){return this.start.row===e.start.row&&this.end.row===e.end.row&&this.start.column===e.start.column&&this.end.column===e.end.column},e.prototype.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},e.prototype.contains=function(e,t){return 0==this.compare(e,t)},e.prototype.compareRange=function(e){var t,a=e.end,s=e.start;return 1==(t=this.compare(a.row,a.column))?1==(t=this.compare(s.row,s.column))?2:0==t?1:0:-1==t?-2:-1==(t=this.compare(s.row,s.column))?-1:1==t?42:0},e.prototype.comparePoint=function(e){return this.compare(e.row,e.column)},e.prototype.containsRange=function(e){return 0==this.comparePoint(e.start)&&0==this.comparePoint(e.end)},e.prototype.intersects=function(e){var t=this.compareRange(e);return-1==t||0==t||1==t},e.prototype.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},e.prototype.isStart=function(e,t){return this.start.row==e&&this.start.column==t},e.prototype.setStart=function(e,t){"object"==typeof e?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},e.prototype.setEnd=function(e,t){"object"==typeof e?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},e.prototype.inside=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)&&!this.isStart(e,t)},e.prototype.insideStart=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)},e.prototype.insideEnd=function(e,t){return 0==this.compare(e,t)&&!this.isStart(e,t)},e.prototype.compare=function(e,t){return this.isMultiLine()||e!==this.start.row?e<this.start.row?-1:e>this.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0:t<this.start.column?-1:t>this.end.column?1:0},e.prototype.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},e.prototype.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.clipRows=function(t,a){if(this.end.row>a)var s={row:a+1,column:0};else this.end.row<t&&(s={row:t,column:0});if(this.start.row>a)var o={row:a+1,column:0};else this.start.row<t&&(o={row:t,column:0});return e.fromPoints(o||this.start,s||this.end)},e.prototype.extend=function(t,a){var s=this.compare(t,a);if(0==s)return this;if(-1==s)var o={row:t,column:a};else var n={row:t,column:a};return e.fromPoints(o||this.start,n||this.end)},e.prototype.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},e.prototype.isMultiLine=function(){return this.start.row!==this.end.row},e.prototype.clone=function(){return e.fromPoints(this.start,this.end)},e.prototype.collapseRows=function(){return 0==this.end.column?new e(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new e(this.start.row,0,this.end.row,0)},e.prototype.toScreenRange=function(t){var a=t.documentToScreenPosition(this.start),s=t.documentToScreenPosition(this.end);return new e(a.row,a.column,s.row,s.column)},e.prototype.moveBy=function(e,t){this.start.row+=e,this.start.column+=t,this.end.row+=e,this.end.column+=t},e}();s.fromPoints=function(e,t){return new s(e.row,e.column,t.row,t.column)},s.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},t.Range=s})),ace.define("ace/anchor",[],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(){function e(e,t,a){this.$onChange=this.onChange.bind(this),this.attach(e),"number"!=typeof t?this.setPosition(t.row,t.column):this.setPosition(t,a)}return e.prototype.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},e.prototype.getDocument=function(){return this.document},e.prototype.onChange=function(e){if(!(e.start.row==e.end.row&&e.start.row!=this.row||e.start.row>this.row)){var t=function(e,t,a){var s="insert"==e.action,o=(s?1:-1)*(e.end.row-e.start.row),n=(s?1:-1)*(e.end.column-e.start.column),l=e.start,r=s?l:e.end;return i(t,l,a)?{row:t.row,column:t.column}:i(r,t,!a)?{row:t.row+o,column:t.column+(t.row==r.row?n:0)}:{row:l.row,column:l.column}}(e,{row:this.row,column:this.column},this.$insertRight);this.setPosition(t.row,t.column,!0)}},e.prototype.setPosition=function(e,t,a){var s;if(s=a?{row:e,column:t}:this.$clipPositionToDocument(e,t),this.row!=s.row||this.column!=s.column){var o={row:this.row,column:this.column};this.row=s.row,this.column=s.column,this._signal("change",{old:o,value:s})}},e.prototype.detach=function(){this.document.off("change",this.$onChange)},e.prototype.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},e.prototype.$clipPositionToDocument=function(e,t){var a={};return e>=this.document.getLength()?(a.row=Math.max(0,this.document.getLength()-1),a.column=this.document.getLine(a.row).length):e<0?(a.row=0,a.column=0):(a.row=e,a.column=Math.min(this.document.getLine(a.row).length,Math.max(0,t))),t<0&&(a.column=0),a},e}();function i(e,t,a){var s=a?e.column<=t.column:e.column<t.column;return e.row<t.row||e.row==t.row&&s}n.prototype.$insertRight=!1,s.implement(n.prototype,o),t.Anchor=n})),ace.define("ace/document",[],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./apply_delta").applyDelta,n=e("./lib/event_emitter").EventEmitter,i=e("./range").Range,l=e("./anchor").Anchor,r=function(){function e(e){this.$lines=[""],0===e.length?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)}return e.prototype.setValue=function(e){var t=this.getLength()-1;this.remove(new i(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e||"")},e.prototype.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},e.prototype.createAnchor=function(e,t){return new l(this,e,t)},e.prototype.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},e.prototype.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},e.prototype.setNewLineMode=function(e){this.$newLineMode!==e&&(this.$newLineMode=e,this._signal("changeNewLineMode"))},e.prototype.getNewLineMode=function(){return this.$newLineMode},e.prototype.isNewLine=function(e){return"\r\n"==e||"\r"==e||"\n"==e},e.prototype.getLine=function(e){return this.$lines[e]||""},e.prototype.getLines=function(e,t){return this.$lines.slice(e,t+1)},e.prototype.getAllLines=function(){return this.getLines(0,this.getLength())},e.prototype.getLength=function(){return this.$lines.length},e.prototype.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},e.prototype.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{(t=this.getLines(e.start.row,e.end.row))[0]=(t[0]||"").substring(e.start.column);var a=t.length-1;e.end.row-e.start.row==a&&(t[a]=t[a].substring(0,e.end.column))}return t},e.prototype.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},e.prototype.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},e.prototype.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},e.prototype.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},e.prototype.insertInLine=function(e,t){var a=this.clippedPos(e.row,e.column),s=this.pos(e.row,e.column+t.length);return this.applyDelta({start:a,end:s,action:"insert",lines:[t]},!0),this.clonePos(s)},e.prototype.clippedPos=function(e,t){var a=this.getLength();void 0===e?e=a:e<0?e=0:e>=a&&(e=a-1,t=void 0);var s=this.getLine(e);return null==t&&(t=s.length),{row:e,column:t=Math.min(Math.max(t,0),s.length)}},e.prototype.clonePos=function(e){return{row:e.row,column:e.column}},e.prototype.pos=function(e,t){return{row:e,column:t}},e.prototype.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},e.prototype.insertFullLines=function(e,t){var a=0;(e=Math.min(Math.max(e,0),this.getLength()))<this.getLength()?(t=t.concat([""]),a=0):(t=[""].concat(t),e--,a=this.$lines[e].length),this.insertMergedLines({row:e,column:a},t)},e.prototype.insertMergedLines=function(e,t){var a=this.clippedPos(e.row,e.column),s={row:a.row+t.length-1,column:(1==t.length?a.column:0)+t[t.length-1].length};return this.applyDelta({start:a,end:s,action:"insert",lines:t}),this.clonePos(s)},e.prototype.remove=function(e){var t=this.clippedPos(e.start.row,e.start.column),a=this.clippedPos(e.end.row,e.end.column);return this.applyDelta({start:t,end:a,action:"remove",lines:this.getLinesForRange({start:t,end:a})}),this.clonePos(t)},e.prototype.removeInLine=function(e,t,a){var s=this.clippedPos(e,t),o=this.clippedPos(e,a);return this.applyDelta({start:s,end:o,action:"remove",lines:this.getLinesForRange({start:s,end:o})},!0),this.clonePos(s)},e.prototype.removeFullLines=function(e,t){e=Math.min(Math.max(0,e),this.getLength()-1);var a=(t=Math.min(Math.max(0,t),this.getLength()-1))==this.getLength()-1&&e>0,s=t<this.getLength()-1,o=a?e-1:e,n=a?this.getLine(o).length:0,l=s?t+1:t,r=s?0:this.getLine(l).length,c=new i(o,n,l,r),d=this.$lines.slice(e,t+1);return this.applyDelta({start:c.start,end:c.end,action:"remove",lines:this.getLinesForRange(c)}),d},e.prototype.removeNewLine=function(e){e<this.getLength()-1&&e>=0&&this.applyDelta({start:this.pos(e,this.getLine(e).length),end:this.pos(e+1,0),action:"remove",lines:["",""]})},e.prototype.replace=function(e,t){return e instanceof i||(e=i.fromPoints(e.start,e.end)),0===t.length&&e.isEmpty()?e.start:t==this.getTextRange(e)?e.end:(this.remove(e),t?this.insert(e.start,t):e.start)},e.prototype.applyDeltas=function(e){for(var t=0;t<e.length;t++)this.applyDelta(e[t])},e.prototype.revertDeltas=function(e){for(var t=e.length-1;t>=0;t--)this.revertDelta(e[t])},e.prototype.applyDelta=function(e,t){var a="insert"==e.action;(a?e.lines.length<=1&&!e.lines[0]:!i.comparePoints(e.start,e.end))||(a&&e.lines.length>2e4?this.$splitAndapplyLargeDelta(e,2e4):(o(this.$lines,e,t),this._signal("change",e)))},e.prototype.$safeApplyDelta=function(e){var t=this.$lines.length;("remove"==e.action&&e.start.row<t&&e.end.row<t||"insert"==e.action&&e.start.row<=t)&&this.applyDelta(e)},e.prototype.$splitAndapplyLargeDelta=function(e,t){for(var a=e.lines,s=a.length-t+1,o=e.start.row,n=e.start.column,i=0,l=0;i<s;i=l){l+=t-1;var r=a.slice(i,l);r.push(""),this.applyDelta({start:this.pos(o+i,n),end:this.pos(o+l,n=0),action:e.action,lines:r},!0)}e.lines=a.slice(i),e.start.row=o+i,e.start.column=n,this.applyDelta(e,!0)},e.prototype.revertDelta=function(e){this.$safeApplyDelta({start:this.clonePos(e.start),end:this.clonePos(e.end),action:"insert"==e.action?"remove":"insert",lines:e.lines.slice()})},e.prototype.indexToPosition=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=t||0,n=a.length;o<n;o++)if((e-=a[o].length+s)<0)return{row:o,column:e+a[o].length+s};return{row:n-1,column:e+a[n-1].length+s}},e.prototype.positionToIndex=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=0,n=Math.min(e.row,a.length),i=t||0;i<n;++i)o+=a[i].length+s;return o+e.column},e.prototype.$split=function(e){return e.split(/\r\n|\r|\n/)},e}();r.prototype.$autoNewLine="",r.prototype.$newLineMode="auto",s.implement(r.prototype,n),t.Document=r})),ace.define("ace/worker/mirror",[],(function(e,t,a){"use strict";var s=e("../document").Document,o=e("../lib/lang"),n=t.Mirror=function(e){this.sender=e;var t=this.doc=new s(""),a=this.deferredUpdate=o.delayedCall(this.onUpdate.bind(this)),n=this;e.on("change",(function(e){var s=e.data;if(s[0].start)t.applyDeltas(s);else for(var o=0;o<s.length;o+=2){var i,l;if(("insert"==(i=Array.isArray(s[o+1])?{action:"insert",start:s[o],lines:s[o+1]}:{action:"remove",start:s[o],end:s[o+1]}).action?i.start:i.end).row>=t.$lines.length)throw(l=new Error("Invalid delta")).data={path:n.$path,linesLength:t.$lines.length,start:i.start,end:i.end},l;t.applyDelta(i,!0)}if(n.$timeout)return a.schedule(n.$timeout);n.onUpdate()}))};(function(){this.$timeout=500,this.setTimeout=function(e){this.$timeout=e},this.setValue=function(e){this.doc.setValue(e),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(e){this.sender.callback(this.doc.getValue(),e)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(n.prototype)})),ace.define("ace/mode/css/csslint",[],(function(e,t,a){var s=function(){var e=e||{},t=function(){var e;return e=function t(a,s,o){function n(l,r){if(!s[l]){if(!a[l]){var c="function"==typeof e&&e;if(!r&&c)return c(l,!0);if(i)return i(l,!0);var d=new Error("Cannot find module '"+l+"'");throw d.code="MODULE_NOT_FOUND",d}var h=s[l]={exports:{}};a[l][0].call(h.exports,(function(e){return n(a[l][1][e]||e)}),h,h.exports,t,a,s,o)}return s[l].exports}for(var i="function"==typeof e&&e,l=0;l<o.length;l++)n(o[l]);return n}({1:[function(e,t,a){"use strict";t.exports={__proto__:null,aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32",currentColor:"The value of the 'color' property.",activeborder:"Active window border.",activecaption:"Active window caption.",appworkspace:"Background color of multiple document interface.",background:"Desktop background.",buttonface:"The face background color for 3-D elements that appear 3-D due to one layer of surrounding border.",buttonhighlight:"The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border.",buttonshadow:"The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border.",buttontext:"Text on push buttons.",captiontext:"Text in caption, size box, and scrollbar arrow box.",graytext:"Grayed (disabled) text. This color is set to #000 if the current display driver does not support a solid gray color.",greytext:"Greyed (disabled) text. This color is set to #000 if the current display driver does not support a solid grey color.",highlight:"Item(s) selected in a control.",highlighttext:"Text of item(s) selected in a control.",inactiveborder:"Inactive window border.",inactivecaption:"Inactive window caption.",inactivecaptiontext:"Color of text in an inactive caption.",infobackground:"Background color for tooltip controls.",infotext:"Text color for tooltip controls.",menu:"Menu background.",menutext:"Text in menus.",scrollbar:"Scroll bar gray area.",threeddarkshadow:"The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedface:"The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedhighlight:"The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedlightshadow:"The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",threedshadow:"The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.",window:"Window background.",windowframe:"Window frame.",windowtext:"Text in windows."}},{}],2:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t,a){s.call(this,e,t,a,o.COMBINATOR_TYPE),this.type="unknown",/^\s+$/.test(e)?this.type="descendant":">"===e?this.type="child":"+"===e?this.type="adjacent-sibling":"~"===e&&(this.type="sibling")}n.prototype=new s,n.prototype.constructor=n},{"../util/SyntaxUnit":26,"./Parser":6}],3:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/StringReader"),o=e("../util/SyntaxError");function n(e,t){this.match=function(t){var a;return t.mark(),(a=e(t))?t.drop():t.restore(),a},this.toString="function"==typeof t?t:function(){return t}}n.prec={MOD:5,SEQ:4,ANDAND:3,OROR:2,ALT:1},n.parse=function(e){var t,a,i,l,r,c,d,h,p;if(t=new s(e),a=function(e){var a=t.readMatch(e);if(null===a)throw new o("Expected "+e,t.getLine(),t.getCol());return a},i=function(){for(var e=[l()];null!==t.readMatch(" | ");)e.push(l());return 1===e.length?e[0]:n.alt.apply(n,e)},l=function(){for(var e=[r()];null!==t.readMatch(" || ");)e.push(r());return 1===e.length?e[0]:n.oror.apply(n,e)},r=function(){for(var e=[c()];null!==t.readMatch(" && ");)e.push(c());return 1===e.length?e[0]:n.andand.apply(n,e)},c=function(){for(var e=[d()];null!==t.readMatch(/^ (?![&|\]])/);)e.push(d());return 1===e.length?e[0]:n.seq.apply(n,e)},d=function(){var e=h();if(null!==t.readMatch("?"))return e.question();if(null!==t.readMatch("*"))return e.star();if(null!==t.readMatch("+"))return e.plus();if(null!==t.readMatch("#"))return e.hash();if(null!==t.readMatch(/^\{\s*/)){var s=a(/^\d+/);a(/^\s*,\s*/);var o=a(/^\d+/);return a(/^\s*\}/),e.braces(Number(s),Number(o))}return e},h=function(){if(null!==t.readMatch("[ ")){var e=i();return a(" ]"),e}return n.fromType(a(/^[^ ?*+#{]+/))},p=i(),!t.eof())throw new o("Expected end of string",t.getLine(),t.getCol());return p},n.cast=function(e){return e instanceof n?e:n.parse(e)},n.fromType=function(t){var a=e("./ValidationTypes");return new n((function(e){return e.hasNext()&&a.isType(e,t)}),t)},n.seq=function(){var e=Array.prototype.slice.call(arguments).map(n.cast);return 1===e.length?e[0]:new n((function(t){var a,s=!0;for(a=0;s&&a<e.length;a++)s=e[a].match(t);return s}),(function(t){var a=n.prec.SEQ,s=e.map((function(e){return e.toString(a)})).join(" ");return t>a&&(s="[ "+s+" ]"),s}))},n.alt=function(){var e=Array.prototype.slice.call(arguments).map(n.cast);return 1===e.length?e[0]:new n((function(t){var a,s=!1;for(a=0;!s&&a<e.length;a++)s=e[a].match(t);return s}),(function(t){var a=n.prec.ALT,s=e.map((function(e){return e.toString(a)})).join(" | ");return t>a&&(s="[ "+s+" ]"),s}))},n.many=function(t){var a=Array.prototype.slice.call(arguments,1).reduce((function(t,a){if(a.expand){var s=e("./ValidationTypes");t.push.apply(t,s.complex[a.expand].options)}else t.push(n.cast(a));return t}),[]);!0===t&&(t=a.map((function(){return!0})));var s=new n((function(e){var s=[],o=0,n=0,i=function(l){for(var r=0;r<a.length;r++)if(!s[r])if(e.mark(),a[r].match(e)){if(s[r]=!0,i(l+(!1===t||t[r]?1:0)))return e.drop(),!0;e.restore(),s[r]=!1}else e.drop();return function(e){return 0===n?(o=Math.max(e,o),e===a.length):e===o}(l)};if(i(0)||(n++,i(0)),!1===t)return o>0;for(var l=0;l<a.length;l++)if(t[l]&&!s[l])return!1;return!0}),(function(e){var s=!1===t?n.prec.OROR:n.prec.ANDAND,o=a.map((function(e,a){return!1===t||t[a]?e.toString(s):e.toString(n.prec.MOD)+"?"})).join(!1===t?" || ":" && ");return e>s&&(o="[ "+o+" ]"),o}));return s.options=a,s},n.andand=function(){var e=Array.prototype.slice.call(arguments);return e.unshift(!0),n.many.apply(n,e)},n.oror=function(){var e=Array.prototype.slice.call(arguments);return e.unshift(!1),n.many.apply(n,e)},n.prototype={constructor:n,match:function(){throw new Error("unimplemented")},toString:function(){throw new Error("unimplemented")},func:function(){return this.match.bind(this)},then:function(e){return n.seq(this,e)},or:function(e){return n.alt(this,e)},andand:function(e){return n.many(!0,this,e)},oror:function(e){return n.many(!1,this,e)},star:function(){return this.braces(0,1/0,"*")},plus:function(){return this.braces(1,1/0,"+")},question:function(){return this.braces(0,1,"?")},hash:function(){return this.braces(1,1/0,"#",n.cast(","))},braces:function(e,t,a,s){var o=this,i=s?s.then(this):this;return a||(a="{"+e+","+t+"}"),new n((function(a){var n;for(n=0;n<t&&(n>0&&s?i.match(a):o.match(a));n++);return n>=e}),(function(){return o.toString(n.prec.MOD)+a}))}}},{"../util/StringReader":24,"../util/SyntaxError":25,"./ValidationTypes":21}],4:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t){s.call(this,"("+e+(null!==t?":"+t:"")+")",e.startLine,e.startCol,o.MEDIA_FEATURE_TYPE),this.name=e,this.value=t}n.prototype=new s,n.prototype.constructor=n},{"../util/SyntaxUnit":26,"./Parser":6}],5:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t,a,n,i){s.call(this,(e?e+" ":"")+(t||"")+(t&&a.length>0?" and ":"")+a.join(" and "),n,i,o.MEDIA_QUERY_TYPE),this.modifier=e,this.mediaType=t,this.features=a}n.prototype=new s,n.prototype.constructor=n},{"../util/SyntaxUnit":26,"./Parser":6}],6:[function(e,t,a){"use strict";t.exports=f;var s=e("../util/EventTarget"),o=e("../util/SyntaxError"),n=e("../util/SyntaxUnit"),i=e("./Combinator"),l=e("./MediaFeature"),r=e("./MediaQuery"),c=e("./PropertyName"),d=e("./PropertyValue"),h=e("./PropertyValuePart"),p=e("./Selector"),g=e("./SelectorPart"),u=e("./SelectorSubPart"),m=e("./TokenStream"),v=e("./Tokens"),b=e("./Validation");function f(e){s.call(this),this.options=e||{},this._tokenStream=null}f.DEFAULT_TYPE=0,f.COMBINATOR_TYPE=1,f.MEDIA_FEATURE_TYPE=2,f.MEDIA_QUERY_TYPE=3,f.PROPERTY_NAME_TYPE=4,f.PROPERTY_VALUE_TYPE=5,f.PROPERTY_VALUE_PART_TYPE=6,f.SELECTOR_TYPE=7,f.SELECTOR_PART_TYPE=8,f.SELECTOR_SUB_PART_TYPE=9,f.prototype=function(){var e,t=new s,a={__proto__:null,constructor:f,DEFAULT_TYPE:0,COMBINATOR_TYPE:1,MEDIA_FEATURE_TYPE:2,MEDIA_QUERY_TYPE:3,PROPERTY_NAME_TYPE:4,PROPERTY_VALUE_TYPE:5,PROPERTY_VALUE_PART_TYPE:6,SELECTOR_TYPE:7,SELECTOR_PART_TYPE:8,SELECTOR_SUB_PART_TYPE:9,_stylesheet:function(){var e,t,a,s=this._tokenStream;for(this.fire("startstylesheet"),this._charset(),this._skipCruft();s.peek()===v.IMPORT_SYM;)this._import(),this._skipCruft();for(;s.peek()===v.NAMESPACE_SYM;)this._namespace(),this._skipCruft();for(a=s.peek();a>v.EOF;){try{switch(a){case v.MEDIA_SYM:this._media(),this._skipCruft();break;case v.PAGE_SYM:this._page(),this._skipCruft();break;case v.FONT_FACE_SYM:this._font_face(),this._skipCruft();break;case v.KEYFRAMES_SYM:this._keyframes(),this._skipCruft();break;case v.VIEWPORT_SYM:this._viewport(),this._skipCruft();break;case v.DOCUMENT_SYM:this._document(),this._skipCruft();break;case v.SUPPORTS_SYM:this._supports(),this._skipCruft();break;case v.UNKNOWN_SYM:if(s.get(),this.options.strict)throw new o("Unknown @ rule.",s.LT(0).startLine,s.LT(0).startCol);for(this.fire({type:"error",error:null,message:"Unknown @ rule: "+s.LT(0).value+".",line:s.LT(0).startLine,col:s.LT(0).startCol}),e=0;s.advance([v.LBRACE,v.RBRACE])===v.LBRACE;)e++;for(;e;)s.advance([v.RBRACE]),e--;break;case v.S:this._readWhitespace();break;default:if(!this._ruleset())switch(a){case v.CHARSET_SYM:throw t=s.LT(1),this._charset(!1),new o("@charset not allowed here.",t.startLine,t.startCol);case v.IMPORT_SYM:throw t=s.LT(1),this._import(!1),new o("@import not allowed here.",t.startLine,t.startCol);case v.NAMESPACE_SYM:throw t=s.LT(1),this._namespace(!1),new o("@namespace not allowed here.",t.startLine,t.startCol);default:s.get(),this._unexpectedToken(s.token())}}}catch(e){if(!(e instanceof o)||this.options.strict)throw e;this.fire({type:"error",error:e,message:e.message,line:e.line,col:e.col})}a=s.peek()}a!==v.EOF&&this._unexpectedToken(s.token()),this.fire("endstylesheet")},_charset:function(e){var t,a,s,o=this._tokenStream;o.match(v.CHARSET_SYM)&&(a=o.token().startLine,s=o.token().startCol,this._readWhitespace(),o.mustMatch(v.STRING),t=o.token().value,this._readWhitespace(),o.mustMatch(v.SEMICOLON),!1!==e&&this.fire({type:"charset",charset:t,line:a,col:s}))},_import:function(e){var t,a,s,o=this._tokenStream;o.mustMatch(v.IMPORT_SYM),a=o.token(),this._readWhitespace(),o.mustMatch([v.STRING,v.URI]),t=o.token().value.replace(/^(?:url\()?["']?([^"']+?)["']?\)?$/,"$1"),this._readWhitespace(),s=this._media_query_list(),o.mustMatch(v.SEMICOLON),this._readWhitespace(),!1!==e&&this.fire({type:"import",uri:t,media:s,line:a.startLine,col:a.startCol})},_namespace:function(e){var t,a,s,o,n=this._tokenStream;n.mustMatch(v.NAMESPACE_SYM),t=n.token().startLine,a=n.token().startCol,this._readWhitespace(),n.match(v.IDENT)&&(s=n.token().value,this._readWhitespace()),n.mustMatch([v.STRING,v.URI]),o=n.token().value.replace(/(?:url\()?["']([^"']+)["']\)?/,"$1"),this._readWhitespace(),n.mustMatch(v.SEMICOLON),this._readWhitespace(),!1!==e&&this.fire({type:"namespace",prefix:s,uri:o,line:t,col:a})},_supports:function(e){var t,a,s=this._tokenStream;if(s.match(v.SUPPORTS_SYM)){for(t=s.token().startLine,a=s.token().startCol,this._readWhitespace(),this._supports_condition(),this._readWhitespace(),s.mustMatch(v.LBRACE),this._readWhitespace(),!1!==e&&this.fire({type:"startsupports",line:t,col:a});this._ruleset(););s.mustMatch(v.RBRACE),this._readWhitespace(),this.fire({type:"endsupports",line:t,col:a})}},_supports_condition:function(){var e,t=this._tokenStream;if(t.match(v.IDENT))"not"===(e=t.token().value.toLowerCase())?(t.mustMatch(v.S),this._supports_condition_in_parens()):t.unget();else for(this._supports_condition_in_parens(),this._readWhitespace();t.peek()===v.IDENT;)"and"!==(e=t.LT(1).value.toLowerCase())&&"or"!==e||(t.mustMatch(v.IDENT),this._readWhitespace(),this._supports_condition_in_parens(),this._readWhitespace())},_supports_condition_in_parens:function(){var e=this._tokenStream;e.match(v.LPAREN)?(this._readWhitespace(),e.match(v.IDENT)?"not"===e.token().value.toLowerCase()?(this._readWhitespace(),this._supports_condition(),this._readWhitespace(),e.mustMatch(v.RPAREN)):(e.unget(),this._supports_declaration_condition(!1)):(this._supports_condition(),this._readWhitespace(),e.mustMatch(v.RPAREN))):this._supports_declaration_condition()},_supports_declaration_condition:function(e){var t=this._tokenStream;!1!==e&&t.mustMatch(v.LPAREN),this._readWhitespace(),this._declaration(),t.mustMatch(v.RPAREN)},_media:function(){var e,t,a,s=this._tokenStream;for(s.mustMatch(v.MEDIA_SYM),e=s.token().startLine,t=s.token().startCol,this._readWhitespace(),a=this._media_query_list(),s.mustMatch(v.LBRACE),this._readWhitespace(),this.fire({type:"startmedia",media:a,line:e,col:t});;)if(s.peek()===v.PAGE_SYM)this._page();else if(s.peek()===v.FONT_FACE_SYM)this._font_face();else if(s.peek()===v.VIEWPORT_SYM)this._viewport();else if(s.peek()===v.DOCUMENT_SYM)this._document();else if(s.peek()===v.SUPPORTS_SYM)this._supports();else if(s.peek()===v.MEDIA_SYM)this._media();else if(!this._ruleset())break;s.mustMatch(v.RBRACE),this._readWhitespace(),this.fire({type:"endmedia",media:a,line:e,col:t})},_media_query_list:function(){var e=this._tokenStream,t=[];for(this._readWhitespace(),e.peek()!==v.IDENT&&e.peek()!==v.LPAREN||t.push(this._media_query());e.match(v.COMMA);)this._readWhitespace(),t.push(this._media_query());return t},_media_query:function(){var e=this._tokenStream,t=null,a=null,s=null,o=[];if(e.match(v.IDENT)&&("only"!==(a=e.token().value.toLowerCase())&&"not"!==a?(e.unget(),a=null):s=e.token()),this._readWhitespace(),e.peek()===v.IDENT?(t=this._media_type(),null===s&&(s=e.token())):e.peek()===v.LPAREN&&(null===s&&(s=e.LT(1)),o.push(this._media_expression())),null===t&&0===o.length)return null;for(this._readWhitespace();e.match(v.IDENT);)"and"!==e.token().value.toLowerCase()&&this._unexpectedToken(e.token()),this._readWhitespace(),o.push(this._media_expression());return new r(a,t,o,s.startLine,s.startCol)},_media_type:function(){return this._media_feature()},_media_expression:function(){var e,t,a=this._tokenStream,s=null;return a.mustMatch(v.LPAREN),this._readWhitespace(),e=this._media_feature(),this._readWhitespace(),a.match(v.COLON)&&(this._readWhitespace(),t=a.LT(1),s=this._expression()),a.mustMatch(v.RPAREN),this._readWhitespace(),new l(e,s?new n(s,t.startLine,t.startCol):null)},_media_feature:function(){var e=this._tokenStream;return this._readWhitespace(),e.mustMatch(v.IDENT),n.fromToken(e.token())},_page:function(){var e,t,a=this._tokenStream,s=null,o=null;a.mustMatch(v.PAGE_SYM),e=a.token().startLine,t=a.token().startCol,this._readWhitespace(),a.match(v.IDENT)&&"auto"===(s=a.token().value).toLowerCase()&&this._unexpectedToken(a.token()),a.peek()===v.COLON&&(o=this._pseudo_page()),this._readWhitespace(),this.fire({type:"startpage",id:s,pseudo:o,line:e,col:t}),this._readDeclarations(!0,!0),this.fire({type:"endpage",id:s,pseudo:o,line:e,col:t})},_margin:function(){var e,t,a=this._tokenStream,s=this._margin_sym();return!!s&&(e=a.token().startLine,t=a.token().startCol,this.fire({type:"startpagemargin",margin:s,line:e,col:t}),this._readDeclarations(!0),this.fire({type:"endpagemargin",margin:s,line:e,col:t}),!0)},_margin_sym:function(){var e=this._tokenStream;return e.match([v.TOPLEFTCORNER_SYM,v.TOPLEFT_SYM,v.TOPCENTER_SYM,v.TOPRIGHT_SYM,v.TOPRIGHTCORNER_SYM,v.BOTTOMLEFTCORNER_SYM,v.BOTTOMLEFT_SYM,v.BOTTOMCENTER_SYM,v.BOTTOMRIGHT_SYM,v.BOTTOMRIGHTCORNER_SYM,v.LEFTTOP_SYM,v.LEFTMIDDLE_SYM,v.LEFTBOTTOM_SYM,v.RIGHTTOP_SYM,v.RIGHTMIDDLE_SYM,v.RIGHTBOTTOM_SYM])?n.fromToken(e.token()):null},_pseudo_page:function(){var e=this._tokenStream;return e.mustMatch(v.COLON),e.mustMatch(v.IDENT),e.token().value},_font_face:function(){var e,t,a=this._tokenStream;a.mustMatch(v.FONT_FACE_SYM),e=a.token().startLine,t=a.token().startCol,this._readWhitespace(),this.fire({type:"startfontface",line:e,col:t}),this._readDeclarations(!0),this.fire({type:"endfontface",line:e,col:t})},_viewport:function(){var e,t,a=this._tokenStream;a.mustMatch(v.VIEWPORT_SYM),e=a.token().startLine,t=a.token().startCol,this._readWhitespace(),this.fire({type:"startviewport",line:e,col:t}),this._readDeclarations(!0),this.fire({type:"endviewport",line:e,col:t})},_document:function(){var e,t=this._tokenStream,a=[],s="";for(t.mustMatch(v.DOCUMENT_SYM),e=t.token(),/^@-([^-]+)-/.test(e.value)&&(s=RegExp.$1),this._readWhitespace(),a.push(this._document_function());t.match(v.COMMA);)this._readWhitespace(),a.push(this._document_function());t.mustMatch(v.LBRACE),this._readWhitespace(),this.fire({type:"startdocument",functions:a,prefix:s,line:e.startLine,col:e.startCol});for(var o=!0;o;)switch(t.peek()){case v.PAGE_SYM:this._page();break;case v.FONT_FACE_SYM:this._font_face();break;case v.VIEWPORT_SYM:this._viewport();break;case v.MEDIA_SYM:this._media();break;case v.KEYFRAMES_SYM:this._keyframes();break;case v.DOCUMENT_SYM:this._document();break;default:o=Boolean(this._ruleset())}t.mustMatch(v.RBRACE),e=t.token(),this._readWhitespace(),this.fire({type:"enddocument",functions:a,prefix:s,line:e.startLine,col:e.startCol})},_document_function:function(){var e,t=this._tokenStream;return t.match(v.URI)?(e=t.token().value,this._readWhitespace()):e=this._function(),e},_operator:function(e){var t=this._tokenStream,a=null;return(t.match([v.SLASH,v.COMMA])||e&&t.match([v.PLUS,v.STAR,v.MINUS]))&&(a=t.token(),this._readWhitespace()),a?h.fromToken(a):null},_combinator:function(){var e,t=this._tokenStream,a=null;return t.match([v.PLUS,v.GREATER,v.TILDE])&&(e=t.token(),a=new i(e.value,e.startLine,e.startCol),this._readWhitespace()),a},_unary_operator:function(){var e=this._tokenStream;return e.match([v.MINUS,v.PLUS])?e.token().value:null},_property:function(){var e,t,a,s=this._tokenStream,o=null,n=null,i="";if(s.peek()===v.STAR&&this.options.starHack&&(s.get(),n=(e=s.token()).value,t=e.startLine,a=e.startCol),s.peek()===v.MINUS&&(s.get(),i=(e=s.token()).value,t=e.startLine,a=e.startCol),s.match(v.IDENT))"_"===(i+=(e=s.token()).value).charAt(0)&&this.options.underscoreHack&&(n="_",i=i.substring(1)),o=new c(i,n,t||e.startLine,a||e.startCol),this._readWhitespace();else{var l=s.peek();l!==v.EOF&&l!==v.RBRACE&&this._unexpectedToken(s.LT(1))}return o},_ruleset:function(){var e,t=this._tokenStream;try{e=this._selectors_group()}catch(e){if(!(e instanceof o)||this.options.strict)throw e;if(this.fire({type:"error",error:e,message:e.message,line:e.line,col:e.col}),t.advance([v.RBRACE])!==v.RBRACE)throw e;return!0}return e&&(this.fire({type:"startrule",selectors:e,line:e[0].line,col:e[0].col}),this._readDeclarations(!0),this.fire({type:"endrule",selectors:e,line:e[0].line,col:e[0].col})),e},_selectors_group:function(){var e,t=this._tokenStream,a=[];if(null!==(e=this._selector()))for(a.push(e);t.match(v.COMMA);)this._readWhitespace(),null!==(e=this._selector())?a.push(e):this._unexpectedToken(t.LT(1));return a.length?a:null},_selector:function(){var e=this._tokenStream,t=[],a=null,s=null,o=null;if(null===(a=this._simple_selector_sequence()))return null;for(t.push(a);;)if(null!==(s=this._combinator()))t.push(s),null===(a=this._simple_selector_sequence())?this._unexpectedToken(e.LT(1)):t.push(a);else{if(!this._readWhitespace())break;o=new i(e.token().value,e.token().startLine,e.token().startCol),s=this._combinator(),null===(a=this._simple_selector_sequence())?null!==s&&this._unexpectedToken(e.LT(1)):(null!==s?t.push(s):t.push(o),t.push(a))}return new p(t,t[0].line,t[0].col)},_simple_selector_sequence:function(){var e,t,a=this._tokenStream,s=null,o=[],n="",i=[function(){return a.match(v.HASH)?new u(a.token().value,"id",a.token().startLine,a.token().startCol):null},this._class,this._attrib,this._pseudo,this._negation],l=0,r=i.length,c=null;for(e=a.LT(1).startLine,t=a.LT(1).startCol,(s=this._type_selector())||(s=this._universal()),null!==s&&(n+=s);a.peek()!==v.S;){for(;l<r&&null===c;)c=i[l++].call(this);if(null===c){if(""===n)return null;break}l=0,o.push(c),n+=c.toString(),c=null}return""!==n?new g(s,o,n,e,t):null},_type_selector:function(){var e=this._tokenStream,t=this._namespace_prefix(),a=this._element_name();return a?(t&&(a.text=t+a.text,a.col-=t.length),a):(t&&(e.unget(),t.length>1&&e.unget()),null)},_class:function(){var e,t=this._tokenStream;return t.match(v.DOT)?(t.mustMatch(v.IDENT),e=t.token(),new u("."+e.value,"class",e.startLine,e.startCol-1)):null},_element_name:function(){var e,t=this._tokenStream;return t.match(v.IDENT)?(e=t.token(),new u(e.value,"elementName",e.startLine,e.startCol)):null},_namespace_prefix:function(){var e=this._tokenStream,t="";return e.LA(1)!==v.PIPE&&e.LA(2)!==v.PIPE||(e.match([v.IDENT,v.STAR])&&(t+=e.token().value),e.mustMatch(v.PIPE),t+="|"),t.length?t:null},_universal:function(){var e,t=this._tokenStream,a="";return(e=this._namespace_prefix())&&(a+=e),t.match(v.STAR)&&(a+="*"),a.length?a:null},_attrib:function(){var e,t,a=this._tokenStream,s=null;return a.match(v.LBRACKET)?(s=(t=a.token()).value,s+=this._readWhitespace(),(e=this._namespace_prefix())&&(s+=e),a.mustMatch(v.IDENT),s+=a.token().value,s+=this._readWhitespace(),a.match([v.PREFIXMATCH,v.SUFFIXMATCH,v.SUBSTRINGMATCH,v.EQUALS,v.INCLUDES,v.DASHMATCH])&&(s+=a.token().value,s+=this._readWhitespace(),a.mustMatch([v.IDENT,v.STRING]),s+=a.token().value,s+=this._readWhitespace()),a.mustMatch(v.RBRACKET),new u(s+"]","attribute",t.startLine,t.startCol)):null},_pseudo:function(){var e,t,a=this._tokenStream,s=null,n=":";if(a.match(v.COLON)){if(a.match(v.COLON)&&(n+=":"),a.match(v.IDENT)?(s=a.token().value,e=a.token().startLine,t=a.token().startCol-n.length):a.peek()===v.FUNCTION&&(e=a.LT(1).startLine,t=a.LT(1).startCol-n.length,s=this._functional_pseudo()),!s){var i=a.LT(1).startLine,l=a.LT(0).startCol;throw new o("Expected a `FUNCTION` or `IDENT` after colon at line "+i+", col "+l+".",i,l)}s=new u(n+s,"pseudo",e,t)}return s},_functional_pseudo:function(){var e=this._tokenStream,t=null;return e.match(v.FUNCTION)&&(t=e.token().value,t+=this._readWhitespace(),t+=this._expression(),e.mustMatch(v.RPAREN),t+=")"),t},_expression:function(){for(var e=this._tokenStream,t="";e.match([v.PLUS,v.MINUS,v.DIMENSION,v.NUMBER,v.STRING,v.IDENT,v.LENGTH,v.FREQ,v.ANGLE,v.TIME,v.RESOLUTION,v.SLASH]);)t+=e.token().value,t+=this._readWhitespace();return t.length?t:null},_negation:function(){var e,t,a,s=this._tokenStream,o="",n=null;return s.match(v.NOT)&&(o=s.token().value,e=s.token().startLine,t=s.token().startCol,o+=this._readWhitespace(),o+=a=this._negation_arg(),o+=this._readWhitespace(),s.match(v.RPAREN),o+=s.token().value,(n=new u(o,"not",e,t)).args.push(a)),n},_negation_arg:function(){var e,t,a=this._tokenStream,s=[this._type_selector,this._universal,function(){return a.match(v.HASH)?new u(a.token().value,"id",a.token().startLine,a.token().startCol):null},this._class,this._attrib,this._pseudo],o=null,n=0,i=s.length;for(e=a.LT(1).startLine,t=a.LT(1).startCol;n<i&&null===o;)o=s[n].call(this),n++;return null===o&&this._unexpectedToken(a.LT(1)),"elementName"===o.type?new g(o,[],o.toString(),e,t):new g(null,[o],o.toString(),e,t)},_declaration:function(){var e=this._tokenStream,t=null,a=null,s=null,o=null,n="";if(null!==(t=this._property())){e.mustMatch(v.COLON),this._readWhitespace(),(a=this._expr())&&0!==a.length||this._unexpectedToken(e.LT(1)),s=this._prio(),n=t.toString(),(this.options.starHack&&"*"===t.hack||this.options.underscoreHack&&"_"===t.hack)&&(n=t.text);try{this._validateProperty(n,a)}catch(e){o=e}return this.fire({type:"property",property:t,value:a,important:s,line:t.line,col:t.col,invalid:o}),!0}return!1},_prio:function(){var e=this._tokenStream.match(v.IMPORTANT_SYM);return this._readWhitespace(),e},_expr:function(e){var t=[],a=null,s=null;if(null!==(a=this._term(e)))for(t.push(a);(s=this._operator(e))&&t.push(s),null!==(a=this._term(e));)t.push(a);return t.length>0?new d(t,t[0].line,t[0].col):null},_term:function(e){var t,a,s,o,n=this._tokenStream,i=null,l=null,r=null;return null!==(t=this._unary_operator())&&(s=n.token().startLine,o=n.token().startCol),n.peek()===v.IE_FUNCTION&&this.options.ieFilters?(i=this._ie_function(),null===t&&(s=n.token().startLine,o=n.token().startCol)):e&&n.match([v.LPAREN,v.LBRACE,v.LBRACKET])?(l=(a=n.token()).endChar,i=a.value+this._expr(e).text,null===t&&(s=n.token().startLine,o=n.token().startCol),n.mustMatch(v.type(l)),i+=l,this._readWhitespace()):n.match([v.NUMBER,v.PERCENTAGE,v.LENGTH,v.ANGLE,v.TIME,v.FREQ,v.STRING,v.IDENT,v.URI,v.UNICODE_RANGE])?(i=n.token().value,null===t&&(s=n.token().startLine,o=n.token().startCol,r=h.fromToken(n.token())),this._readWhitespace()):null===(a=this._hexcolor())?(null===t&&(s=n.LT(1).startLine,o=n.LT(1).startCol),null===i&&(i=n.LA(3)===v.EQUALS&&this.options.ieFilters?this._ie_function():this._function())):(i=a.value,null===t&&(s=a.startLine,o=a.startCol)),null!==r?r:null!==i?new h(null!==t?t+i:i,s,o):null},_function:function(){var e,t=this._tokenStream,a=null;if(t.match(v.FUNCTION)){if(a=t.token().value,this._readWhitespace(),a+=this._expr(!0),this.options.ieFilters&&t.peek()===v.EQUALS)do{for(this._readWhitespace()&&(a+=t.token().value),t.LA(0)===v.COMMA&&(a+=t.token().value),t.match(v.IDENT),a+=t.token().value,t.match(v.EQUALS),a+=t.token().value,e=t.peek();e!==v.COMMA&&e!==v.S&&e!==v.RPAREN;)t.get(),a+=t.token().value,e=t.peek()}while(t.match([v.COMMA,v.S]));t.match(v.RPAREN),a+=")",this._readWhitespace()}return a},_ie_function:function(){var e,t=this._tokenStream,a=null;if(t.match([v.IE_FUNCTION,v.FUNCTION])){a=t.token().value;do{for(this._readWhitespace()&&(a+=t.token().value),t.LA(0)===v.COMMA&&(a+=t.token().value),t.match(v.IDENT),a+=t.token().value,t.match(v.EQUALS),a+=t.token().value,e=t.peek();e!==v.COMMA&&e!==v.S&&e!==v.RPAREN;)t.get(),a+=t.token().value,e=t.peek()}while(t.match([v.COMMA,v.S]));t.match(v.RPAREN),a+=")",this._readWhitespace()}return a},_hexcolor:function(){var e,t=this._tokenStream,a=null;if(t.match(v.HASH)){if(e=(a=t.token()).value,!/#[a-f0-9]{3,6}/i.test(e))throw new o("Expected a hex color but found '"+e+"' at line "+a.startLine+", col "+a.startCol+".",a.startLine,a.startCol);this._readWhitespace()}return a},_keyframes:function(){var e,t,a,s=this._tokenStream,o="";for(s.mustMatch(v.KEYFRAMES_SYM),e=s.token(),/^@-([^-]+)-/.test(e.value)&&(o=RegExp.$1),this._readWhitespace(),a=this._keyframe_name(),this._readWhitespace(),s.mustMatch(v.LBRACE),this.fire({type:"startkeyframes",name:a,prefix:o,line:e.startLine,col:e.startCol}),this._readWhitespace(),t=s.peek();t===v.IDENT||t===v.PERCENTAGE;)this._keyframe_rule(),this._readWhitespace(),t=s.peek();this.fire({type:"endkeyframes",name:a,prefix:o,line:e.startLine,col:e.startCol}),this._readWhitespace(),s.mustMatch(v.RBRACE),this._readWhitespace()},_keyframe_name:function(){var e=this._tokenStream;return e.mustMatch([v.IDENT,v.STRING]),n.fromToken(e.token())},_keyframe_rule:function(){var e=this._key_list();this.fire({type:"startkeyframerule",keys:e,line:e[0].line,col:e[0].col}),this._readDeclarations(!0),this.fire({type:"endkeyframerule",keys:e,line:e[0].line,col:e[0].col})},_key_list:function(){var e=this._tokenStream,t=[];for(t.push(this._key()),this._readWhitespace();e.match(v.COMMA);)this._readWhitespace(),t.push(this._key()),this._readWhitespace();return t},_key:function(){var e,t=this._tokenStream;if(t.match(v.PERCENTAGE))return n.fromToken(t.token());if(t.match(v.IDENT)){if(e=t.token(),/from|to/i.test(e.value))return n.fromToken(e);t.unget()}this._unexpectedToken(t.LT(1))},_skipCruft:function(){for(;this._tokenStream.match([v.S,v.CDO,v.CDC]););},_readDeclarations:function(e,t){var a,s=this._tokenStream;this._readWhitespace(),e&&s.mustMatch(v.LBRACE),this._readWhitespace();try{for(;;){if(s.match(v.SEMICOLON)||t&&this._margin());else{if(!this._declaration())break;if(!s.match(v.SEMICOLON))break}this._readWhitespace()}s.mustMatch(v.RBRACE),this._readWhitespace()}catch(e){if(!(e instanceof o)||this.options.strict)throw e;if(this.fire({type:"error",error:e,message:e.message,line:e.line,col:e.col}),(a=s.advance([v.SEMICOLON,v.RBRACE]))===v.SEMICOLON)this._readDeclarations(!1,t);else if(a!==v.EOF&&a!==v.RBRACE)throw e}},_readWhitespace:function(){for(var e=this._tokenStream,t="";e.match(v.S);)t+=e.token().value;return t},_unexpectedToken:function(e){throw new o("Unexpected token '"+e.value+"' at line "+e.startLine+", col "+e.startCol+".",e.startLine,e.startCol)},_verifyEnd:function(){this._tokenStream.LA(1)!==v.EOF&&this._unexpectedToken(this._tokenStream.LT(1))},_validateProperty:function(e,t){b.validate(e,t)},parse:function(e){this._tokenStream=new m(e,v),this._stylesheet()},parseStyleSheet:function(e){return this.parse(e)},parseMediaQuery:function(e){this._tokenStream=new m(e,v);var t=this._media_query();return this._verifyEnd(),t},parsePropertyValue:function(e){this._tokenStream=new m(e,v),this._readWhitespace();var t=this._expr();return this._readWhitespace(),this._verifyEnd(),t},parseRule:function(e){this._tokenStream=new m(e,v),this._readWhitespace();var t=this._ruleset();return this._readWhitespace(),this._verifyEnd(),t},parseSelector:function(e){this._tokenStream=new m(e,v),this._readWhitespace();var t=this._selector();return this._readWhitespace(),this._verifyEnd(),t},parseStyleAttribute:function(e){e+="}",this._tokenStream=new m(e,v),this._readDeclarations()}};for(e in a)Object.prototype.hasOwnProperty.call(a,e)&&(t[e]=a[e]);return t}()},{"../util/EventTarget":23,"../util/SyntaxError":25,"../util/SyntaxUnit":26,"./Combinator":2,"./MediaFeature":4,"./MediaQuery":5,"./PropertyName":8,"./PropertyValue":9,"./PropertyValuePart":11,"./Selector":13,"./SelectorPart":14,"./SelectorSubPart":15,"./TokenStream":17,"./Tokens":18,"./Validation":19}],7:[function(e,t,a){"use strict";t.exports={__proto__:null,"align-items":"flex-start | flex-end | center | baseline | stretch","align-content":"flex-start | flex-end | center | space-between | space-around | stretch","align-self":"auto | flex-start | flex-end | center | baseline | stretch",all:"initial | inherit | unset","-webkit-align-items":"flex-start | flex-end | center | baseline | stretch","-webkit-align-content":"flex-start | flex-end | center | space-between | space-around | stretch","-webkit-align-self":"auto | flex-start | flex-end | center | baseline | stretch","alignment-adjust":"auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | <percentage> | <length>","alignment-baseline":"auto | baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical",animation:1,"animation-delay":"<time>#","animation-direction":"<single-animation-direction>#","animation-duration":"<time>#","animation-fill-mode":"[ none | forwards | backwards | both ]#","animation-iteration-count":"[ <number> | infinite ]#","animation-name":"[ none | <single-animation-name> ]#","animation-play-state":"[ running | paused ]#","animation-timing-function":1,"-moz-animation-delay":"<time>#","-moz-animation-direction":"[ normal | alternate ]#","-moz-animation-duration":"<time>#","-moz-animation-iteration-count":"[ <number> | infinite ]#","-moz-animation-name":"[ none | <single-animation-name> ]#","-moz-animation-play-state":"[ running | paused ]#","-ms-animation-delay":"<time>#","-ms-animation-direction":"[ normal | alternate ]#","-ms-animation-duration":"<time>#","-ms-animation-iteration-count":"[ <number> | infinite ]#","-ms-animation-name":"[ none | <single-animation-name> ]#","-ms-animation-play-state":"[ running | paused ]#","-webkit-animation-delay":"<time>#","-webkit-animation-direction":"[ normal | alternate ]#","-webkit-animation-duration":"<time>#","-webkit-animation-fill-mode":"[ none | forwards | backwards | both ]#","-webkit-animation-iteration-count":"[ <number> | infinite ]#","-webkit-animation-name":"[ none | <single-animation-name> ]#","-webkit-animation-play-state":"[ running | paused ]#","-o-animation-delay":"<time>#","-o-animation-direction":"[ normal | alternate ]#","-o-animation-duration":"<time>#","-o-animation-iteration-count":"[ <number> | infinite ]#","-o-animation-name":"[ none | <single-animation-name> ]#","-o-animation-play-state":"[ running | paused ]#",appearance:"none | auto","-moz-appearance":"none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized","-ms-appearance":"none | icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal","-webkit-appearance":"none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | listbox | listitem | media-fullscreen-button | media-mute-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical","-o-appearance":"none | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal",azimuth:"<azimuth>","backface-visibility":"visible | hidden",background:1,"background-attachment":"<attachment>#","background-clip":"<box>#","background-color":"<color>","background-image":"<bg-image>#","background-origin":"<box>#","background-position":"<bg-position>","background-repeat":"<repeat-style>#","background-size":"<bg-size>#","baseline-shift":"baseline | sub | super | <percentage> | <length>",behavior:1,binding:1,bleed:"<length>","bookmark-label":"<content> | <attr> | <string>","bookmark-level":"none | <integer>","bookmark-state":"open | closed","bookmark-target":"none | <uri> | <attr>",border:"<border-width> || <border-style> || <color>","border-bottom":"<border-width> || <border-style> || <color>","border-bottom-color":"<color>","border-bottom-left-radius":"<x-one-radius>","border-bottom-right-radius":"<x-one-radius>","border-bottom-style":"<border-style>","border-bottom-width":"<border-width>","border-collapse":"collapse | separate","border-color":"<color>{1,4}","border-image":1,"border-image-outset":"[ <length> | <number> ]{1,4}","border-image-repeat":"[ stretch | repeat | round | space ]{1,2}","border-image-slice":"<border-image-slice>","border-image-source":"<image> | none","border-image-width":"[ <length> | <percentage> | <number> | auto ]{1,4}","border-left":"<border-width> || <border-style> || <color>","border-left-color":"<color>","border-left-style":"<border-style>","border-left-width":"<border-width>","border-radius":"<border-radius>","border-right":"<border-width> || <border-style> || <color>","border-right-color":"<color>","border-right-style":"<border-style>","border-right-width":"<border-width>","border-spacing":"<length>{1,2}","border-style":"<border-style>{1,4}","border-top":"<border-width> || <border-style> || <color>","border-top-color":"<color>","border-top-left-radius":"<x-one-radius>","border-top-right-radius":"<x-one-radius>","border-top-style":"<border-style>","border-top-width":"<border-width>","border-width":"<border-width>{1,4}",bottom:"<margin-width>","-moz-box-align":"start | end | center | baseline | stretch","-moz-box-decoration-break":"slice | clone","-moz-box-direction":"normal | reverse","-moz-box-flex":"<number>","-moz-box-flex-group":"<integer>","-moz-box-lines":"single | multiple","-moz-box-ordinal-group":"<integer>","-moz-box-orient":"horizontal | vertical | inline-axis | block-axis","-moz-box-pack":"start | end | center | justify","-o-box-decoration-break":"slice | clone","-webkit-box-align":"start | end | center | baseline | stretch","-webkit-box-decoration-break":"slice | clone","-webkit-box-direction":"normal | reverse","-webkit-box-flex":"<number>","-webkit-box-flex-group":"<integer>","-webkit-box-lines":"single | multiple","-webkit-box-ordinal-group":"<integer>","-webkit-box-orient":"horizontal | vertical | inline-axis | block-axis","-webkit-box-pack":"start | end | center | justify","box-decoration-break":"slice | clone","box-shadow":"<box-shadow>","box-sizing":"content-box | border-box","break-after":"auto | always | avoid | left | right | page | column | avoid-page | avoid-column","break-before":"auto | always | avoid | left | right | page | column | avoid-page | avoid-column","break-inside":"auto | avoid | avoid-page | avoid-column","caption-side":"top | bottom",clear:"none | right | left | both",clip:"<shape> | auto","-webkit-clip-path":"<clip-source> | <clip-path> | none","clip-path":"<clip-source> | <clip-path> | none","clip-rule":"nonzero | evenodd",color:"<color>","color-interpolation":"auto | sRGB | linearRGB","color-interpolation-filters":"auto | sRGB | linearRGB","color-profile":1,"color-rendering":"auto | optimizeSpeed | optimizeQuality","column-count":"<integer> | auto","column-fill":"auto | balance","column-gap":"<length> | normal","column-rule":"<border-width> || <border-style> || <color>","column-rule-color":"<color>","column-rule-style":"<border-style>","column-rule-width":"<border-width>","column-span":"none | all","column-width":"<length> | auto",columns:1,content:1,"counter-increment":1,"counter-reset":1,crop:"<shape> | auto",cue:"cue-after | cue-before","cue-after":1,"cue-before":1,cursor:1,direction:"ltr | rtl",display:"inline | block | list-item | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | grid | inline-grid | run-in | ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container | contents | none | -moz-box | -moz-inline-block | -moz-inline-box | -moz-inline-grid | -moz-inline-stack | -moz-inline-table | -moz-grid | -moz-grid-group | -moz-grid-line | -moz-groupbox | -moz-deck | -moz-popup | -moz-stack | -moz-marker | -webkit-box | -webkit-inline-box | -ms-flexbox | -ms-inline-flexbox | flex | -webkit-flex | inline-flex | -webkit-inline-flex","dominant-baseline":"auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge","drop-initial-after-adjust":"central | middle | after-edge | text-after-edge | ideographic | alphabetic | mathematical | <percentage> | <length>","drop-initial-after-align":"baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical","drop-initial-before-adjust":"before-edge | text-before-edge | central | middle | hanging | mathematical | <percentage> | <length>","drop-initial-before-align":"caps-height | baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical","drop-initial-size":"auto | line | <length> | <percentage>","drop-initial-value":"<integer>",elevation:"<angle> | below | level | above | higher | lower","empty-cells":"show | hide","enable-background":1,fill:"<paint>","fill-opacity":"<opacity-value>","fill-rule":"nonzero | evenodd",filter:"<filter-function-list> | none",fit:"fill | hidden | meet | slice","fit-position":1,flex:"<flex>","flex-basis":"<width>","flex-direction":"row | row-reverse | column | column-reverse","flex-flow":"<flex-direction> || <flex-wrap>","flex-grow":"<number>","flex-shrink":"<number>","flex-wrap":"nowrap | wrap | wrap-reverse","-webkit-flex":"<flex>","-webkit-flex-basis":"<width>","-webkit-flex-direction":"row | row-reverse | column | column-reverse","-webkit-flex-flow":"<flex-direction> || <flex-wrap>","-webkit-flex-grow":"<number>","-webkit-flex-shrink":"<number>","-webkit-flex-wrap":"nowrap | wrap | wrap-reverse","-ms-flex":"<flex>","-ms-flex-align":"start | end | center | stretch | baseline","-ms-flex-direction":"row | row-reverse | column | column-reverse","-ms-flex-order":"<number>","-ms-flex-pack":"start | end | center | justify | distribute","-ms-flex-wrap":"nowrap | wrap | wrap-reverse",float:"left | right | none","float-offset":1,"flood-color":1,"flood-opacity":"<opacity-value>",font:"<font-shorthand> | caption | icon | menu | message-box | small-caption | status-bar","font-family":"<font-family>","font-feature-settings":"<feature-tag-value> | normal","font-kerning":"auto | normal | none","font-size":"<font-size>","font-size-adjust":"<number> | none","font-stretch":"<font-stretch>","font-style":"<font-style>","font-variant":"<font-variant> | normal | none","font-variant-alternates":"<font-variant-alternates> | normal","font-variant-caps":"<font-variant-caps> | normal","font-variant-east-asian":"<font-variant-east-asian> | normal","font-variant-ligatures":"<font-variant-ligatures> | normal | none","font-variant-numeric":"<font-variant-numeric> | normal","font-variant-position":"normal | sub | super","font-weight":"<font-weight>",gap:"[ <length> | <percentage> ]{1,2}","glyph-orientation-horizontal":"<glyph-angle>","glyph-orientation-vertical":"auto | <glyph-angle>",grid:1,"grid-area":1,"grid-auto-columns":1,"grid-auto-flow":1,"grid-auto-position":1,"grid-auto-rows":1,"grid-cell-stacking":"columns | rows | layer","grid-column":1,"grid-columns":1,"grid-column-align":"start | end | center | stretch","grid-column-sizing":1,"grid-column-start":1,"grid-column-end":1,"grid-column-span":"<integer>","grid-flow":"none | rows | columns","grid-gap":"[ <length> | <percentage> ]{1,2}","grid-layer":"<integer>","grid-row":1,"grid-rows":1,"grid-row-align":"start | end | center | stretch","grid-row-gap":1,"grid-row-start":1,"grid-row-end":1,"grid-row-span":"<integer>","grid-row-sizing":1,"grid-template":1,"grid-template-areas":1,"grid-template-columns":1,"grid-template-rows":1,"hanging-punctuation":1,height:"<margin-width> | <content-sizing>","hyphenate-after":"<integer> | auto","hyphenate-before":"<integer> | auto","hyphenate-character":"<string> | auto","hyphenate-lines":"no-limit | <integer>","hyphenate-resource":1,hyphens:"none | manual | auto",icon:1,"image-orientation":"angle | auto","image-rendering":"auto | optimizeSpeed | optimizeQuality","image-resolution":1,"ime-mode":"auto | normal | active | inactive | disabled","inline-box-align":"last | <integer>","justify-content":"flex-start | flex-end | center | space-between | space-around | space-evenly | stretch","-webkit-justify-content":"flex-start | flex-end | center | space-between | space-around | space-evenly | stretch",kerning:"auto | <length>",left:"<margin-width>","letter-spacing":"<length> | normal","line-height":"<line-height>","line-break":"auto | loose | normal | strict","line-stacking":1,"line-stacking-ruby":"exclude-ruby | include-ruby","line-stacking-shift":"consider-shifts | disregard-shifts","line-stacking-strategy":"inline-line-height | block-line-height | max-height | grid-height","list-style":1,"list-style-image":"<uri> | none","list-style-position":"inside | outside","list-style-type":"disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none",margin:"<margin-width>{1,4}","margin-bottom":"<margin-width>","margin-left":"<margin-width>","margin-right":"<margin-width>","margin-top":"<margin-width>",mark:1,"mark-after":1,"mark-before":1,marker:1,"marker-end":1,"marker-mid":1,"marker-start":1,marks:1,"marquee-direction":1,"marquee-play-count":1,"marquee-speed":1,"marquee-style":1,mask:1,"max-height":"<length> | <percentage> | <content-sizing> | none","max-width":"<length> | <percentage> | <content-sizing> | none","min-height":"<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats","min-width":"<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats","mix-blend-mode":"<blend-mode>","move-to":1,"nav-down":1,"nav-index":1,"nav-left":1,"nav-right":1,"nav-up":1,"object-fit":"fill | contain | cover | none | scale-down","object-position":"<position>",opacity:"<opacity-value>",order:"<integer>","-webkit-order":"<integer>",orphans:"<integer>",outline:1,"outline-color":"<color> | invert","outline-offset":1,"outline-style":"<border-style>","outline-width":"<border-width>",overflow:"visible | hidden | scroll | auto","overflow-style":1,"overflow-wrap":"normal | break-word","overflow-x":1,"overflow-y":1,padding:"<padding-width>{1,4}","padding-bottom":"<padding-width>","padding-left":"<padding-width>","padding-right":"<padding-width>","padding-top":"<padding-width>",page:1,"page-break-after":"auto | always | avoid | left | right","page-break-before":"auto | always | avoid | left | right","page-break-inside":"auto | avoid","page-policy":1,pause:1,"pause-after":1,"pause-before":1,perspective:1,"perspective-origin":1,phonemes:1,pitch:1,"pitch-range":1,"play-during":1,"pointer-events":"auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all",position:"static | relative | absolute | fixed | sticky | -webkit-sticky","presentation-level":1,"punctuation-trim":1,quotes:1,"rendering-intent":1,resize:1,rest:1,"rest-after":1,"rest-before":1,richness:1,right:"<margin-width>",rotation:1,"rotation-point":1,"ruby-align":1,"ruby-overhang":1,"ruby-position":1,"ruby-span":1,"shape-rendering":"auto | optimizeSpeed | crispEdges | geometricPrecision",size:1,speak:"normal | none | spell-out","speak-header":"once | always","speak-numeral":"digits | continuous","speak-punctuation":"code | none","speech-rate":1,src:1,"stop-color":1,"stop-opacity":"<opacity-value>",stress:1,"string-set":1,stroke:"<paint>","stroke-dasharray":"none | <dasharray>","stroke-dashoffset":"<percentage> | <length>","stroke-linecap":"butt | round | square","stroke-linejoin":"miter | round | bevel","stroke-miterlimit":"<miterlimit>","stroke-opacity":"<opacity-value>","stroke-width":"<percentage> | <length>","table-layout":"auto | fixed","tab-size":"<integer> | <length>",target:1,"target-name":1,"target-new":1,"target-position":1,"text-align":"left | right | center | justify | match-parent | start | end","text-align-last":1,"text-anchor":"start | middle | end","text-decoration":"<text-decoration-line> || <text-decoration-style> || <text-decoration-color>","text-decoration-color":"<text-decoration-color>","text-decoration-line":"<text-decoration-line>","text-decoration-style":"<text-decoration-style>","text-decoration-skip":"none | [ objects || spaces || ink || edges || box-decoration ]","-webkit-text-decoration-skip":"none | [ objects || spaces || ink || edges || box-decoration ]","text-underline-position":"auto | [ under || [ left | right ] ]","text-emphasis":1,"text-height":1,"text-indent":"<length> | <percentage>","text-justify":"auto | none | inter-word | inter-ideograph | inter-cluster | distribute | kashida","text-outline":1,"text-overflow":1,"text-rendering":"auto | optimizeSpeed | optimizeLegibility | geometricPrecision","text-shadow":1,"text-transform":"capitalize | uppercase | lowercase | none","text-wrap":"normal | none | avoid",top:"<margin-width>","-ms-touch-action":"auto | none | pan-x | pan-y | pan-left | pan-right | pan-up | pan-down | manipulation","touch-action":"auto | none | pan-x | pan-y | pan-left | pan-right | pan-up | pan-down | manipulation",transform:1,"transform-origin":1,"transform-style":1,transition:1,"transition-delay":1,"transition-duration":1,"transition-property":1,"transition-timing-function":1,"unicode-bidi":"normal | embed | isolate | bidi-override | isolate-override | plaintext","user-modify":"read-only | read-write | write-only","user-select":"auto | text | none | contain | all","vertical-align":"auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>",visibility:"visible | hidden | collapse","voice-balance":1,"voice-duration":1,"voice-family":1,"voice-pitch":1,"voice-pitch-range":1,"voice-rate":1,"voice-stress":1,"voice-volume":1,volume:1,"white-space":"normal | pre | nowrap | pre-wrap | pre-line | -pre-wrap | -o-pre-wrap | -moz-pre-wrap | -hp-pre-wrap","white-space-collapse":1,widows:"<integer>",width:"<length> | <percentage> | <content-sizing> | auto","will-change":"<will-change>","word-break":"normal | keep-all | break-all | break-word","word-spacing":"<length> | normal","word-wrap":"normal | break-word","writing-mode":"horizontal-tb | vertical-rl | vertical-lr | lr-tb | rl-tb | tb-rl | bt-rl | tb-lr | bt-lr | lr-bt | rl-bt | lr | rl | tb","z-index":"<integer> | auto",zoom:"<number> | <percentage> | normal"}},{}],8:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t,a,n){s.call(this,e,a,n,o.PROPERTY_NAME_TYPE),this.hack=t}n.prototype=new s,n.prototype.constructor=n,n.prototype.toString=function(){return(this.hack?this.hack:"")+this.text}},{"../util/SyntaxUnit":26,"./Parser":6}],9:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t,a){s.call(this,e.join(" "),t,a,o.PROPERTY_VALUE_TYPE),this.parts=e}n.prototype=new s,n.prototype.constructor=n},{"../util/SyntaxUnit":26,"./Parser":6}],10:[function(e,t,a){"use strict";function s(e){this._i=0,this._parts=e.parts,this._marks=[],this.value=e}t.exports=s,s.prototype.count=function(){return this._parts.length},s.prototype.isFirst=function(){return 0===this._i},s.prototype.hasNext=function(){return this._i<this._parts.length},s.prototype.mark=function(){this._marks.push(this._i)},s.prototype.peek=function(e){return this.hasNext()?this._parts[this._i+(e||0)]:null},s.prototype.next=function(){return this.hasNext()?this._parts[this._i++]:null},s.prototype.previous=function(){return this._i>0?this._parts[--this._i]:null},s.prototype.restore=function(){this._marks.length&&(this._i=this._marks.pop())},s.prototype.drop=function(){this._marks.pop()}},{}],11:[function(e,t,a){"use strict";t.exports=l;var s=e("../util/SyntaxUnit"),o=e("./Colors"),n=e("./Parser"),i=e("./Tokens");function l(e,t,a,i){var r,c=i||{};if(s.call(this,e,t,a,n.PROPERTY_VALUE_PART_TYPE),this.type="unknown",/^([+-]?[\d.]+)([a-z]+)$/i.test(e))switch(this.type="dimension",this.value=Number(RegExp.$1),this.units=RegExp.$2,this.units.toLowerCase()){case"em":case"rem":case"ex":case"px":case"cm":case"mm":case"in":case"pt":case"pc":case"ch":case"vh":case"vw":case"vmax":case"vmin":this.type="length";break;case"fr":this.type="grid";break;case"deg":case"rad":case"grad":case"turn":this.type="angle";break;case"ms":case"s":this.type="time";break;case"hz":case"khz":this.type="frequency";break;case"dpi":case"dpcm":this.type="resolution"}else/^([+-]?[\d.]+)%$/i.test(e)?(this.type="percentage",this.value=Number(RegExp.$1)):/^([+-]?\d+)$/i.test(e)?(this.type="integer",this.value=Number(RegExp.$1)):/^([+-]?[\d.]+)$/i.test(e)?(this.type="number",this.value=Number(RegExp.$1)):/^#([a-f0-9]{3,6})/i.test(e)?(this.type="color",3===(r=RegExp.$1).length?(this.red=parseInt(r.charAt(0)+r.charAt(0),16),this.green=parseInt(r.charAt(1)+r.charAt(1),16),this.blue=parseInt(r.charAt(2)+r.charAt(2),16)):(this.red=parseInt(r.substring(0,2),16),this.green=parseInt(r.substring(2,4),16),this.blue=parseInt(r.substring(4,6),16))):/^rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/i.test(e)?(this.type="color",this.red=Number(RegExp.$1),this.green=Number(RegExp.$2),this.blue=Number(RegExp.$3)):/^rgb\(\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*\)/i.test(e)?(this.type="color",this.red=255*Number(RegExp.$1)/100,this.green=255*Number(RegExp.$2)/100,this.blue=255*Number(RegExp.$3)/100):/^rgba\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([\d.]+)\s*\)/i.test(e)?(this.type="color",this.red=Number(RegExp.$1),this.green=Number(RegExp.$2),this.blue=Number(RegExp.$3),this.alpha=Number(RegExp.$4)):/^rgba\(\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d+)%\s*,\s*([\d.]+)\s*\)/i.test(e)?(this.type="color",this.red=255*Number(RegExp.$1)/100,this.green=255*Number(RegExp.$2)/100,this.blue=255*Number(RegExp.$3)/100,this.alpha=Number(RegExp.$4)):/^hsl\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*\)/i.test(e)?(this.type="color",this.hue=Number(RegExp.$1),this.saturation=Number(RegExp.$2)/100,this.lightness=Number(RegExp.$3)/100):/^hsla\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*,\s*([\d.]+)\s*\)/i.test(e)?(this.type="color",this.hue=Number(RegExp.$1),this.saturation=Number(RegExp.$2)/100,this.lightness=Number(RegExp.$3)/100,this.alpha=Number(RegExp.$4)):/^url\(("([^\\"]|\.)*")\)/i.test(e)?(this.type="uri",this.uri=l.parseString(RegExp.$1)):/^([^(]+)\(/i.test(e)?(this.type="function",this.name=RegExp.$1,this.value=e):/^"([^\n\r\f\\"]|\\\r\n|\\[^\r0-9a-f]|\\[0-9a-f]{1,6}(\r\n|[ \n\r\t\f])?)*"/i.test(e)||/^'([^\n\r\f\\']|\\\r\n|\\[^\r0-9a-f]|\\[0-9a-f]{1,6}(\r\n|[ \n\r\t\f])?)*'/i.test(e)?(this.type="string",this.value=l.parseString(e)):o[e.toLowerCase()]?(this.type="color",r=o[e.toLowerCase()].substring(1),this.red=parseInt(r.substring(0,2),16),this.green=parseInt(r.substring(2,4),16),this.blue=parseInt(r.substring(4,6),16)):/^[,/]$/.test(e)?(this.type="operator",this.value=e):/^-?[a-z_\u00A0-\uFFFF][a-z0-9\-_\u00A0-\uFFFF]*$/i.test(e)&&(this.type="identifier",this.value=e);this.wasIdent=Boolean(c.ident)}l.prototype=new s,l.prototype.constructor=l,l.parseString=function(e){return(e=e.slice(1,-1)).replace(/\\(\r\n|[^\r0-9a-f]|[0-9a-f]{1,6}(\r\n|[ \n\r\t\f])?)/gi,(function(e,t){if(/^(\n|\r\n|\r|\f)$/.test(t))return"";var a=/^[0-9a-f]{1,6}/i.exec(t);if(a){var s=parseInt(a[0],16);return String.fromCodePoint?String.fromCodePoint(s):String.fromCharCode(s)}return t}))},l.serializeString=function(e){return'"'+e.replace(/["\r\n\f]/g,(function(e,t){return'"'===t?"\\"+t:"\\"+(String.codePointAt?String.codePointAt(0):String.charCodeAt(0)).toString(16)+" "}))+'"'},l.fromToken=function(e){return new l(e.value,e.startLine,e.startCol,{ident:e.type===i.IDENT})}},{"../util/SyntaxUnit":26,"./Colors":1,"./Parser":6,"./Tokens":18}],12:[function(e,t,a){"use strict";var s=t.exports={__proto__:null,":first-letter":1,":first-line":1,":before":1,":after":1};s.ELEMENT=1,s.CLASS=2,s.isElement=function(e){return 0===e.indexOf("::")||s[e.toLowerCase()]===s.ELEMENT}},{}],13:[function(e,t,a){"use strict";t.exports=i;var s=e("../util/SyntaxUnit"),o=e("./Parser"),n=e("./Specificity");function i(e,t,a){s.call(this,e.join(" "),t,a,o.SELECTOR_TYPE),this.parts=e,this.specificity=n.calculate(this)}i.prototype=new s,i.prototype.constructor=i},{"../util/SyntaxUnit":26,"./Parser":6,"./Specificity":16}],14:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t,a,n,i){s.call(this,a,n,i,o.SELECTOR_PART_TYPE),this.elementName=e,this.modifiers=t}n.prototype=new s,n.prototype.constructor=n},{"../util/SyntaxUnit":26,"./Parser":6}],15:[function(e,t,a){"use strict";t.exports=n;var s=e("../util/SyntaxUnit"),o=e("./Parser");function n(e,t,a,n){s.call(this,e,a,n,o.SELECTOR_SUB_PART_TYPE),this.type=t,this.args=[]}n.prototype=new s,n.prototype.constructor=n},{"../util/SyntaxUnit":26,"./Parser":6}],16:[function(e,t,a){"use strict";t.exports=n;var s=e("./Pseudos"),o=e("./SelectorPart");function n(e,t,a,s){this.a=e,this.b=t,this.c=a,this.d=s}n.prototype={constructor:n,compare:function(e){var t,a,s=["a","b","c","d"];for(t=0,a=s.length;t<a;t++){if(this[s[t]]<e[s[t]])return-1;if(this[s[t]]>e[s[t]])return 1}return 0},valueOf:function(){return 1e3*this.a+100*this.b+10*this.c+this.d},toString:function(){return this.a+","+this.b+","+this.c+","+this.d}},n.calculate=function(e){var t,a,i,l=0,r=0,c=0;function d(e){var t,a,o,n,i,h=e.elementName?e.elementName.text:"";for(h&&"*"!==h.charAt(h.length-1)&&c++,t=0,o=e.modifiers.length;t<o;t++)switch((i=e.modifiers[t]).type){case"class":case"attribute":r++;break;case"id":l++;break;case"pseudo":s.isElement(i.text)?c++:r++;break;case"not":for(a=0,n=i.args.length;a<n;a++)d(i.args[a])}}for(t=0,a=e.parts.length;t<a;t++)(i=e.parts[t])instanceof o&&d(i);return new n(0,l,r,c)}},{"./Pseudos":12,"./SelectorPart":14}],17:[function(e,t,a){"use strict";t.exports=b;var s=e("../util/TokenStreamBase"),o=e("./PropertyValuePart"),n=e("./Tokens"),i=/^[0-9a-fA-F]$/,l=/^[\u00A0-\uFFFF]$/,r=/\n|\r\n|\r|\f/,c=/\u0009|\u000a|\u000c|\u000d|\u0020/;function d(e){return null!=e&&i.test(e)}function h(e){return null!=e&&/\d/.test(e)}function p(e){return null!=e&&c.test(e)}function g(e){return null!=e&&r.test(e)}function u(e){return null!=e&&/[a-z_\u00A0-\uFFFF\\]/i.test(e)}function m(e){return null!=e&&(u(e)||/[0-9\-\\]/.test(e))}function v(e){return"string"==typeof e&&(h(e[0])||"."===e[0]&&h(e[1]))}function b(e){s.call(this,e,n)}b.prototype=function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}(new s,{_getToken:function(){var e,t=this._reader,a=null,s=t.getLine(),o=t.getCol();for(e=t.read();e;){switch(e){case"/":a="*"===t.peek()?this.commentToken(e,s,o):this.charToken(e,s,o);break;case"|":case"~":case"^":case"$":case"*":a="="===t.peek()?this.comparisonToken(e,s,o):this.charToken(e,s,o);break;case'"':case"'":a=this.stringToken(e,s,o);break;case"#":a=m(t.peek())?this.hashToken(e,s,o):this.charToken(e,s,o);break;case".":a=h(t.peek())?this.numberToken(e,s,o):this.charToken(e,s,o);break;case"-":if(v(t.peekCount(2))){a=this.numberToken(e,s,o);break}a="->"===t.peekCount(2)?this.htmlCommentEndToken(e,s,o):this._getDefaultToken(e,s,o);break;case"+":a=v(t.peekCount(2))?this.numberToken(e,s,o):this.charToken(e,s,o);break;case"!":a=this.importantToken(e,s,o);break;case"@":a=this.atRuleToken(e,s,o);break;case":":a=this.notToken(e,s,o);break;case"<":a=this.htmlCommentStartToken(e,s,o);break;case"\\":a=/[^\r\n\f]/.test(t.peek())?this.identOrFunctionToken(this.readEscape(e,!0),s,o):this.charToken(e,s,o);break;case"U":case"u":a="+"===t.peek()?this.unicodeRangeToken(e,s,o):this._getDefaultToken(e,s,o);break;default:a=this._getDefaultToken(e,s,o)}break}return a||null!==e||(a=this.createToken(n.EOF,null,s,o)),a},_getDefaultToken:function(e,t,a){var s,o=this._reader;return h(e)?this.numberToken(e,t,a):p(e)?this.whitespaceToken(e,t,a):"string"==typeof(s=e+o.peekCount(1))&&("-"===s[0]&&u(s[1])||u(s[0]))?this.identOrFunctionToken(e,t,a):this.charToken(e,t,a)},createToken:function(e,t,a,s,o){var n=this._reader;return{value:t,type:e,channel:(o=o||{}).channel,endChar:o.endChar,hide:o.hide||!1,startLine:a,startCol:s,endLine:n.getLine(),endCol:n.getCol()}},atRuleToken:function(e,t,a){var s=e,o=this._reader,i=n.CHAR;return o.mark(),s=e+this.readName(),(i=n.type(s.toLowerCase()))!==n.CHAR&&i!==n.UNKNOWN||(s.length>1?i=n.UNKNOWN_SYM:(i=n.CHAR,s=e,o.reset())),this.createToken(i,s,t,a)},charToken:function(e,t,a){var s=n.type(e),o={};return-1===s?s=n.CHAR:o.endChar=n[s].endChar,this.createToken(s,e,t,a,o)},commentToken:function(e,t,a){var s=this.readComment(e);return this.createToken(n.COMMENT,s,t,a)},comparisonToken:function(e,t,a){var s=e+this._reader.read(),o=n.type(s)||n.CHAR;return this.createToken(o,s,t,a)},hashToken:function(e,t,a){var s=this.readName(e);return this.createToken(n.HASH,s,t,a)},htmlCommentStartToken:function(e,t,a){var s=this._reader,o=e;return s.mark(),"\x3c!--"===(o+=s.readCount(3))?this.createToken(n.CDO,o,t,a):(s.reset(),this.charToken(e,t,a))},htmlCommentEndToken:function(e,t,a){var s=this._reader,o=e;return s.mark(),"--\x3e"===(o+=s.readCount(2))?this.createToken(n.CDC,o,t,a):(s.reset(),this.charToken(e,t,a))},identOrFunctionToken:function(e,t,a){var s,o=this._reader,i=this.readName(e),l=n.IDENT;return"("===o.peek()?(i+=o.read(),["url(","url-prefix(","domain("].indexOf(i.toLowerCase())>-1?(o.mark(),null===(s=this.readURI(i))?(o.reset(),l=n.FUNCTION):(l=n.URI,i=s)):l=n.FUNCTION):":"===o.peek()&&"progid"===i.toLowerCase()&&(i+=o.readTo("("),l=n.IE_FUNCTION),this.createToken(l,i,t,a)},importantToken:function(e,t,a){var s,o,i=this._reader,l=e,r=n.CHAR;for(i.mark(),o=i.read();o;){if("/"===o){if("*"!==i.peek())break;if(""===(s=this.readComment(o)))break}else{if(!p(o)){if(/i/i.test(o)){s=i.readCount(8),/mportant/i.test(s)&&(l+=o+s,r=n.IMPORTANT_SYM);break}break}l+=o+this.readWhitespace()}o=i.read()}return r===n.CHAR?(i.reset(),this.charToken(e,t,a)):this.createToken(r,l,t,a)},notToken:function(e,t,a){var s=this._reader,o=e;return s.mark(),":not("===(o+=s.readCount(4)).toLowerCase()?this.createToken(n.NOT,o,t,a):(s.reset(),this.charToken(e,t,a))},numberToken:function(e,t,a){var s,o=this._reader,i=this.readNumber(e),l=n.NUMBER,r=o.peek();return function(e){return null!=e&&(u(e)||/-\\/.test(e))}(r)?(i+=s=this.readName(o.read()),l=/^em$|^ex$|^px$|^gd$|^rem$|^vw$|^vh$|^fr$|^vmax$|^vmin$|^ch$|^cm$|^mm$|^in$|^pt$|^pc$/i.test(s)?n.LENGTH:/^deg|^rad$|^grad$|^turn$/i.test(s)?n.ANGLE:/^ms$|^s$/i.test(s)?n.TIME:/^hz$|^khz$/i.test(s)?n.FREQ:/^dpi$|^dpcm$/i.test(s)?n.RESOLUTION:n.DIMENSION):"%"===r&&(i+=o.read(),l=n.PERCENTAGE),this.createToken(l,i,t,a)},stringToken:function(e,t,a){for(var s,o=e,i=e,l=this._reader,r=n.STRING,c=l.read();c;){if(i+=c,"\\"===c){if(null===(c=l.read()))break;if(/[^\r\n\f0-9a-f]/i.test(c))i+=c;else{for(s=0;d(c)&&s<6;s++)i+=c,c=l.read();if("\r"===c&&"\n"===l.peek()&&(i+=c,c=l.read()),!p(c))continue;i+=c}}else{if(c===o)break;if(g(l.peek())){r=n.INVALID;break}}c=l.read()}return null===c&&(r=n.INVALID),this.createToken(r,i,t,a)},unicodeRangeToken:function(e,t,a){var s,o=this._reader,i=e,l=n.CHAR;return"+"===o.peek()&&(o.mark(),i+=o.read(),2===(i+=this.readUnicodeRangePart(!0)).length?o.reset():(l=n.UNICODE_RANGE,-1===i.indexOf("?")&&"-"===o.peek()&&(o.mark(),s=o.read(),1===(s+=this.readUnicodeRangePart(!1)).length?o.reset():i+=s))),this.createToken(l,i,t,a)},whitespaceToken:function(e,t,a){var s=e+this.readWhitespace();return this.createToken(n.S,s,t,a)},readUnicodeRangePart:function(e){for(var t=this._reader,a="",s=t.peek();d(s)&&a.length<6;)t.read(),a+=s,s=t.peek();if(e)for(;"?"===s&&a.length<6;)t.read(),a+=s,s=t.peek();return a},readWhitespace:function(){for(var e=this._reader,t="",a=e.peek();p(a);)e.read(),t+=a,a=e.peek();return t},readNumber:function(e){for(var t=this._reader,a=e,s="."===e,o=t.peek();o;){if(h(o))a+=t.read();else{if("."!==o)break;if(s)break;s=!0,a+=t.read()}o=t.peek()}return a},readString:function(){var e=this.stringToken(this._reader.read(),0,0);return e.type===n.INVALID?null:e.value},readURI:function(e){for(var t=this._reader,a=e,s="",n=t.peek();n&&p(n);)t.read(),n=t.peek();for("'"===n||'"'===n?null!==(s=this.readString())&&(s=o.parseString(s)):s=this.readUnquotedURL(),n=t.peek();n&&p(n);)t.read(),n=t.peek();return null===s||")"!==n?a=null:a+=o.serializeString(s)+t.read(),a},readUnquotedURL:function(e){var t,a=this._reader,s=e||"";for(t=a.peek();t;t=a.peek())if(l.test(t)||/^[-!#$%&*-[\]-~]$/.test(t))s+=t,a.read();else{if("\\"!==t)break;if(!/^[^\r\n\f]$/.test(a.peek(2)))break;s+=this.readEscape(a.read(),!0)}return s},readName:function(e){var t,a=this._reader,s=e||"";for(t=a.peek();t;t=a.peek())if("\\"===t){if(!/^[^\r\n\f]$/.test(a.peek(2)))break;s+=this.readEscape(a.read(),!0)}else{if(!m(t))break;s+=a.read()}return s},readEscape:function(e,t){var a=this._reader,s=e||"",o=0,n=a.peek();if(d(n))do{s+=a.read(),n=a.peek()}while(n&&d(n)&&++o<6);if(1===s.length){if(!/^[^\r\n\f0-9a-f]$/.test(n))throw new Error("Bad escape sequence.");if(a.read(),t)return n}else"\r"===n?(a.read(),"\n"===a.peek()&&(n+=a.read())):/^[ \t\n\f]$/.test(n)?a.read():n="";if(t){var i=parseInt(s.slice(e.length),16);return String.fromCodePoint?String.fromCodePoint(i):String.fromCharCode(i)}return s+n},readComment:function(e){var t=this._reader,a=e||"",s=t.read();if("*"===s){for(;s;){if((a+=s).length>2&&"*"===s&&"/"===t.peek()){a+=t.read();break}s=t.read()}return a}return""}})},{"../util/TokenStreamBase":27,"./PropertyValuePart":11,"./Tokens":18}],18:[function(e,t,a){"use strict";var s=t.exports=[{name:"CDO"},{name:"CDC"},{name:"S",whitespace:!0},{name:"COMMENT",comment:!0,hide:!0,channel:"comment"},{name:"INCLUDES",text:"~="},{name:"DASHMATCH",text:"|="},{name:"PREFIXMATCH",text:"^="},{name:"SUFFIXMATCH",text:"$="},{name:"SUBSTRINGMATCH",text:"*="},{name:"STRING"},{name:"IDENT"},{name:"HASH"},{name:"IMPORT_SYM",text:"@import"},{name:"PAGE_SYM",text:"@page"},{name:"MEDIA_SYM",text:"@media"},{name:"FONT_FACE_SYM",text:"@font-face"},{name:"CHARSET_SYM",text:"@charset"},{name:"NAMESPACE_SYM",text:"@namespace"},{name:"SUPPORTS_SYM",text:"@supports"},{name:"VIEWPORT_SYM",text:["@viewport","@-ms-viewport","@-o-viewport"]},{name:"DOCUMENT_SYM",text:["@document","@-moz-document"]},{name:"UNKNOWN_SYM"},{name:"KEYFRAMES_SYM",text:["@keyframes","@-webkit-keyframes","@-moz-keyframes","@-o-keyframes"]},{name:"IMPORTANT_SYM"},{name:"LENGTH"},{name:"ANGLE"},{name:"TIME"},{name:"FREQ"},{name:"DIMENSION"},{name:"PERCENTAGE"},{name:"NUMBER"},{name:"URI"},{name:"FUNCTION"},{name:"UNICODE_RANGE"},{name:"INVALID"},{name:"PLUS",text:"+"},{name:"GREATER",text:">"},{name:"COMMA",text:","},{name:"TILDE",text:"~"},{name:"NOT"},{name:"TOPLEFTCORNER_SYM",text:"@top-left-corner"},{name:"TOPLEFT_SYM",text:"@top-left"},{name:"TOPCENTER_SYM",text:"@top-center"},{name:"TOPRIGHT_SYM",text:"@top-right"},{name:"TOPRIGHTCORNER_SYM",text:"@top-right-corner"},{name:"BOTTOMLEFTCORNER_SYM",text:"@bottom-left-corner"},{name:"BOTTOMLEFT_SYM",text:"@bottom-left"},{name:"BOTTOMCENTER_SYM",text:"@bottom-center"},{name:"BOTTOMRIGHT_SYM",text:"@bottom-right"},{name:"BOTTOMRIGHTCORNER_SYM",text:"@bottom-right-corner"},{name:"LEFTTOP_SYM",text:"@left-top"},{name:"LEFTMIDDLE_SYM",text:"@left-middle"},{name:"LEFTBOTTOM_SYM",text:"@left-bottom"},{name:"RIGHTTOP_SYM",text:"@right-top"},{name:"RIGHTMIDDLE_SYM",text:"@right-middle"},{name:"RIGHTBOTTOM_SYM",text:"@right-bottom"},{name:"RESOLUTION",state:"media"},{name:"IE_FUNCTION"},{name:"CHAR"},{name:"PIPE",text:"|"},{name:"SLASH",text:"/"},{name:"MINUS",text:"-"},{name:"STAR",text:"*"},{name:"LBRACE",endChar:"}",text:"{"},{name:"RBRACE",text:"}"},{name:"LBRACKET",endChar:"]",text:"["},{name:"RBRACKET",text:"]"},{name:"EQUALS",text:"="},{name:"COLON",text:":"},{name:"SEMICOLON",text:";"},{name:"LPAREN",endChar:")",text:"("},{name:"RPAREN",text:")"},{name:"DOT",text:"."}];!function(){var e=[],t=Object.create(null);s.UNKNOWN=-1,s.unshift({name:"EOF"});for(var a=0,o=s.length;a<o;a++)if(e.push(s[a].name),s[s[a].name]=a,s[a].text)if(s[a].text instanceof Array)for(var n=0;n<s[a].text.length;n++)t[s[a].text[n]]=a;else t[s[a].text]=a;s.name=function(t){return e[t]},s.type=function(e){return t[e]||-1}}()},{}],19:[function(e,t,a){"use strict";var s=e("./Matcher"),o=e("./Properties"),n=e("./ValidationTypes"),i=e("./ValidationError"),l=e("./PropertyValueIterator");t.exports={validate:function(e,t){var a,s=e.toString().toLowerCase(),r=new l(t),c=o[s];if(c){if("number"!=typeof c){if(n.isAny(r,"inherit | initial | unset")){if(r.hasNext())throw a=r.next(),new i("Expected end of value but found '"+a+"'.",a.line,a.col);return}this.singleProperty(c,r)}}else if(0!==s.indexOf("-"))throw new i("Unknown property '"+e+"'.",e.line,e.col)},singleProperty:function(e,t){var a,o=t.value;if(!s.parse(e).match(t))throw t.hasNext()&&!t.isFirst()?(a=t.peek(),new i("Expected end of value but found '"+a+"'.",a.line,a.col)):new i("Expected ("+n.describe(e)+") but found '"+o+"'.",o.line,o.col);if(t.hasNext())throw a=t.next(),new i("Expected end of value but found '"+a+"'.",a.line,a.col)}}},{"./Matcher":3,"./Properties":7,"./PropertyValueIterator":10,"./ValidationError":20,"./ValidationTypes":21}],20:[function(e,t,a){"use strict";function s(e,t,a){this.col=a,this.line=t,this.message=e}t.exports=s,s.prototype=new Error},{}],21:[function(e,t,a){"use strict";var s,o,n=t.exports,i=e("./Matcher");s=n,o={isLiteral:function(e,t){var a,s,o=e.text.toString().toLowerCase(),n=t.split(" | "),i=!1;for(a=0,s=n.length;a<s&&!i;a++)"<"===n[a].charAt(0)?i=this.simple[n[a]](e):"()"===n[a].slice(-2)?i="function"===e.type&&e.name===n[a].slice(0,-2):o===n[a].toLowerCase()&&(i=!0);return i},isSimple:function(e){return Boolean(this.simple[e])},isComplex:function(e){return Boolean(this.complex[e])},describe:function(e){return this.complex[e]instanceof i?this.complex[e].toString(0):e},isAny:function(e,t){var a,s,o=t.split(" | "),n=!1;for(a=0,s=o.length;a<s&&!n&&e.hasNext();a++)n=this.isType(e,o[a]);return n},isAnyOfGroup:function(e,t){var a,s,o=t.split(" || "),n=!1;for(a=0,s=o.length;a<s&&!n;a++)n=this.isType(e,o[a]);return!!n&&o[a-1]},isType:function(e,t){var a=e.peek(),s=!1;return"<"!==t.charAt(0)?(s=this.isLiteral(a,t))&&e.next():this.simple[t]?(s=this.simple[t](a))&&e.next():s=this.complex[t]instanceof i?this.complex[t].match(e):this.complex[t](e),s},simple:{__proto__:null,"<absolute-size>":"xx-small | x-small | small | medium | large | x-large | xx-large","<animateable-feature>":"scroll-position | contents | <animateable-feature-name>","<animateable-feature-name>":function(e){return this["<ident>"](e)&&!/^(unset|initial|inherit|will-change|auto|scroll-position|contents)$/i.test(e)},"<angle>":function(e){return"angle"===e.type},"<attachment>":"scroll | fixed | local","<attr>":"attr()","<basic-shape>":"inset() | circle() | ellipse() | polygon()","<bg-image>":"<image> | <gradient> | none","<border-style>":"none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset","<border-width>":"<length> | thin | medium | thick","<box>":"padding-box | border-box | content-box","<clip-source>":"<uri>","<color>":function(e){return"color"===e.type||"transparent"===String(e)||"currentColor"===String(e)},"<color-svg>":function(e){return"color"===e.type},"<content>":"content()","<content-sizing>":"fill-available | -moz-available | -webkit-fill-available | max-content | -moz-max-content | -webkit-max-content | min-content | -moz-min-content | -webkit-min-content | fit-content | -moz-fit-content | -webkit-fit-content","<feature-tag-value>":function(e){return"function"===e.type&&/^[A-Z0-9]{4}$/i.test(e)},"<filter-function>":"blur() | brightness() | contrast() | custom() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | saturate() | sepia()","<flex-basis>":"<width>","<flex-direction>":"row | row-reverse | column | column-reverse","<flex-grow>":"<number>","<flex-shrink>":"<number>","<flex-wrap>":"nowrap | wrap | wrap-reverse","<font-size>":"<absolute-size> | <relative-size> | <length> | <percentage>","<font-stretch>":"normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded","<font-style>":"normal | italic | oblique","<font-variant-caps>":"small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps","<font-variant-css21>":"normal | small-caps","<font-weight>":"normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900","<generic-family>":"serif | sans-serif | cursive | fantasy | monospace","<geometry-box>":"<shape-box> | fill-box | stroke-box | view-box","<glyph-angle>":function(e){return"angle"===e.type&&"deg"===e.units},"<gradient>":function(e){return"function"===e.type&&/^(?:-(?:ms|moz|o|webkit)-)?(?:repeating-)?(?:radial-|linear-)?gradient/i.test(e)},"<icccolor>":"cielab() | cielch() | cielchab() | icc-color() | icc-named-color()","<ident>":function(e){return"identifier"===e.type||e.wasIdent},"<ident-not-generic-family>":function(e){return this["<ident>"](e)&&!this["<generic-family>"](e)},"<image>":"<uri>","<integer>":function(e){return"integer"===e.type},"<length>":function(e){return!("function"!==e.type||!/^(?:-(?:ms|moz|o|webkit)-)?calc/i.test(e))||"length"===e.type||"number"===e.type||"integer"===e.type||"0"===String(e)},"<line>":function(e){return"integer"===e.type},"<line-height>":"<number> | <length> | <percentage> | normal","<margin-width>":"<length> | <percentage> | auto","<miterlimit>":function(e){return this["<number>"](e)&&e.value>=1},"<nonnegative-length-or-percentage>":function(e){return(this["<length>"](e)||this["<percentage>"](e))&&("0"===String(e)||"function"===e.type||e.value>=0)},"<nonnegative-number-or-percentage>":function(e){return(this["<number>"](e)||this["<percentage>"](e))&&("0"===String(e)||"function"===e.type||e.value>=0)},"<number>":function(e){return"number"===e.type||this["<integer>"](e)},"<opacity-value>":function(e){return this["<number>"](e)&&e.value>=0&&e.value<=1},"<padding-width>":"<nonnegative-length-or-percentage>","<percentage>":function(e){return"percentage"===e.type||"0"===String(e)},"<relative-size>":"smaller | larger","<shape>":"rect() | inset-rect()","<shape-box>":"<box> | margin-box","<single-animation-direction>":"normal | reverse | alternate | alternate-reverse","<single-animation-name>":function(e){return this["<ident>"](e)&&/^-?[a-z_][-a-z0-9_]+$/i.test(e)&&!/^(none|unset|initial|inherit)$/i.test(e)},"<string>":function(e){return"string"===e.type},"<time>":function(e){return"time"===e.type},"<uri>":function(e){return"uri"===e.type},"<width>":"<margin-width>"},complex:{__proto__:null,"<azimuth>":"<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards","<bg-position>":"<position>#","<bg-size>":"[ <length> | <percentage> | auto ]{1,2} | cover | contain","<blend-mode>":"normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity","<border-image-slice>":i.many([!0],i.cast("<nonnegative-number-or-percentage>"),i.cast("<nonnegative-number-or-percentage>"),i.cast("<nonnegative-number-or-percentage>"),i.cast("<nonnegative-number-or-percentage>"),"fill"),"<border-radius>":"<nonnegative-length-or-percentage>{1,4} [ / <nonnegative-length-or-percentage>{1,4} ]?","<box-shadow>":"none | <shadow>#","<clip-path>":"<basic-shape> || <geometry-box>","<dasharray>":i.cast("<nonnegative-length-or-percentage>").braces(1,1/0,"#",i.cast(",").question()),"<family-name>":"<string> | <ident-not-generic-family> <ident>*","<filter-function-list>":"[ <filter-function> | <uri> ]+","<flex>":"none | [ <flex-grow> <flex-shrink>? || <flex-basis> ]","<font-family>":"[ <generic-family> | <family-name> ]#","<font-shorthand>":"[ <font-style> || <font-variant-css21> || <font-weight> || <font-stretch> ]? <font-size> [ / <line-height> ]? <font-family>","<font-variant-alternates>":"stylistic() || historical-forms || styleset() || character-variant() || swash() || ornaments() || annotation()","<font-variant-ligatures>":"[ common-ligatures | no-common-ligatures ] || [ discretionary-ligatures | no-discretionary-ligatures ] || [ historical-ligatures | no-historical-ligatures ] || [ contextual | no-contextual ]","<font-variant-numeric>":"[ lining-nums | oldstyle-nums ] || [ proportional-nums | tabular-nums ] || [ diagonal-fractions | stacked-fractions ] || ordinal || slashed-zero","<font-variant-east-asian>":"[ jis78 | jis83 | jis90 | jis04 | simplified | traditional ] || [ full-width | proportional-width ] || ruby","<paint>":"<paint-basic> | <uri> <paint-basic>?","<paint-basic>":"none | currentColor | <color-svg> <icccolor>?","<position>":"[ center | [ left | right ] [ <percentage> | <length> ]? ] && [ center | [ top | bottom ] [ <percentage> | <length> ]? ] | [ left | center | right | <percentage> | <length> ] [ top | center | bottom | <percentage> | <length> ] | [ left | center | right | top | bottom | <percentage> | <length> ]","<repeat-style>":"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}","<shadow>":i.many([!0],i.cast("<length>").braces(2,4),"inset","<color>"),"<text-decoration-color>":"<color>","<text-decoration-line>":"none | [ underline || overline || line-through || blink ]","<text-decoration-style>":"solid | double | dotted | dashed | wavy","<will-change>":"auto | <animateable-feature>#","<x-one-radius>":"[ <length> | <percentage> ]{1,2}"}},Object.keys(o).forEach((function(e){s[e]=o[e]})),Object.keys(n.simple).forEach((function(e){var t=n.simple[e];"string"==typeof t&&(n.simple[e]=function(e){return n.isLiteral(e,t)})})),Object.keys(n.complex).forEach((function(e){var t=n.complex[e];"string"==typeof t&&(n.complex[e]=i.parse(t))})),n.complex["<font-variant>"]=i.oror({expand:"<font-variant-ligatures>"},{expand:"<font-variant-alternates>"},"<font-variant-caps>",{expand:"<font-variant-numeric>"},{expand:"<font-variant-east-asian>"})},{"./Matcher":3}],22:[function(e,t,a){"use strict";t.exports={Colors:e("./Colors"),Combinator:e("./Combinator"),Parser:e("./Parser"),PropertyName:e("./PropertyName"),PropertyValue:e("./PropertyValue"),PropertyValuePart:e("./PropertyValuePart"),Matcher:e("./Matcher"),MediaFeature:e("./MediaFeature"),MediaQuery:e("./MediaQuery"),Selector:e("./Selector"),SelectorPart:e("./SelectorPart"),SelectorSubPart:e("./SelectorSubPart"),Specificity:e("./Specificity"),TokenStream:e("./TokenStream"),Tokens:e("./Tokens"),ValidationError:e("./ValidationError")}},{"./Colors":1,"./Combinator":2,"./Matcher":3,"./MediaFeature":4,"./MediaQuery":5,"./Parser":6,"./PropertyName":8,"./PropertyValue":9,"./PropertyValuePart":11,"./Selector":13,"./SelectorPart":14,"./SelectorSubPart":15,"./Specificity":16,"./TokenStream":17,"./Tokens":18,"./ValidationError":20}],23:[function(e,t,a){"use strict";function s(){this._listeners=Object.create(null)}t.exports=s,s.prototype={constructor:s,addListener:function(e,t){this._listeners[e]||(this._listeners[e]=[]),this._listeners[e].push(t)},fire:function(e){if("string"==typeof e&&(e={type:e}),void 0!==e.target&&(e.target=this),void 0===e.type)throw new Error("Event object missing 'type' property.");if(this._listeners[e.type])for(var t=this._listeners[e.type].concat(),a=0,s=t.length;a<s;a++)t[a].call(this,e)},removeListener:function(e,t){if(this._listeners[e])for(var a=this._listeners[e],s=0,o=a.length;s<o;s++)if(a[s]===t){a.splice(s,1);break}}}},{}],24:[function(e,t,a){"use strict";function s(e){this._input=e.replace(/(\r\n?|\n)/g,"\n"),this._line=1,this._col=1,this._cursor=0}t.exports=s,s.prototype={constructor:s,getCol:function(){return this._col},getLine:function(){return this._line},eof:function(){return this._cursor===this._input.length},peek:function(e){var t=null;return e=void 0===e?1:e,this._cursor<this._input.length&&(t=this._input.charAt(this._cursor+e-1)),t},read:function(){var e=null;return this._cursor<this._input.length&&("\n"===this._input.charAt(this._cursor)?(this._line++,this._col=1):this._col++,e=this._input.charAt(this._cursor++)),e},mark:function(){this._bookmark={cursor:this._cursor,line:this._line,col:this._col}},reset:function(){this._bookmark&&(this._cursor=this._bookmark.cursor,this._line=this._bookmark.line,this._col=this._bookmark.col,delete this._bookmark)},peekCount:function(e){return e=void 0===e?1:Math.max(e,0),this._input.substring(this._cursor,this._cursor+e)},readTo:function(e){for(var t,a="";a.length<e.length||a.lastIndexOf(e)!==a.length-e.length;){if(!(t=this.read()))throw new Error('Expected "'+e+'" at line '+this._line+", col "+this._col+".");a+=t}return a},readWhile:function(e){for(var t="",a=this.peek();null!==a&&e(a);)t+=this.read(),a=this.peek();return t},readMatch:function(e){var t=this._input.substring(this._cursor),a=null;return"string"==typeof e?t.slice(0,e.length)===e&&(a=this.readCount(e.length)):e instanceof RegExp&&e.test(t)&&(a=this.readCount(RegExp.lastMatch.length)),a},readCount:function(e){for(var t="";e--;)t+=this.read();return t}}},{}],25:[function(e,t,a){"use strict";function s(e,t,a){Error.call(this),this.name=this.constructor.name,this.col=a,this.line=t,this.message=e}t.exports=s,s.prototype=Object.create(Error.prototype),s.prototype.constructor=s},{}],26:[function(e,t,a){"use strict";function s(e,t,a,s){this.col=a,this.line=t,this.text=e,this.type=s}t.exports=s,s.fromToken=function(e){return new s(e.value,e.startLine,e.startCol)},s.prototype={constructor:s,valueOf:function(){return this.toString()},toString:function(){return this.text}}},{}],27:[function(e,t,a){"use strict";t.exports=n;var s=e("./StringReader"),o=e("./SyntaxError");function n(e,t){this._reader=new s(e?e.toString():""),this._token=null,this._tokenData=t,this._lt=[],this._ltIndex=0,this._ltIndexCache=[]}n.createTokenData=function(e){var t=[],a=Object.create(null),s=e.concat([]),o=0,n=s.length+1;for(s.UNKNOWN=-1,s.unshift({name:"EOF"});o<n;o++)t.push(s[o].name),s[s[o].name]=o,s[o].text&&(a[s[o].text]=o);return s.name=function(e){return t[e]},s.type=function(e){return a[e]},s},n.prototype={constructor:n,match:function(e,t){e instanceof Array||(e=[e]);for(var a=this.get(t),s=0,o=e.length;s<o;)if(a===e[s++])return!0;return this.unget(),!1},mustMatch:function(e){var t;if(e instanceof Array||(e=[e]),!this.match.apply(this,arguments))throw t=this.LT(1),new o("Expected "+this._tokenData[e[0]].name+" at line "+t.startLine+", col "+t.startCol+".",t.startLine,t.startCol)},advance:function(e,t){for(;0!==this.LA(0)&&!this.match(e,t);)this.get();return this.LA(0)},get:function(e){var t,a,s=this._tokenData,o=0;if(this._lt.length&&this._ltIndex>=0&&this._ltIndex<this._lt.length){for(o++,this._token=this._lt[this._ltIndex++],a=s[this._token.type];void 0!==a.channel&&e!==a.channel&&this._ltIndex<this._lt.length;)this._token=this._lt[this._ltIndex++],a=s[this._token.type],o++;if((void 0===a.channel||e===a.channel)&&this._ltIndex<=this._lt.length)return this._ltIndexCache.push(o),this._token.type}return(t=this._getToken()).type>-1&&!s[t.type].hide&&(t.channel=s[t.type].channel,this._token=t,this._lt.push(t),this._ltIndexCache.push(this._lt.length-this._ltIndex+o),this._lt.length>5&&this._lt.shift(),this._ltIndexCache.length>5&&this._ltIndexCache.shift(),this._ltIndex=this._lt.length),(a=s[t.type])&&(a.hide||void 0!==a.channel&&e!==a.channel)?this.get(e):t.type},LA:function(e){var t,a=e;if(e>0){if(e>5)throw new Error("Too much lookahead.");for(;a;)t=this.get(),a--;for(;a<e;)this.unget(),a++}else if(e<0){if(!this._lt[this._ltIndex+e])throw new Error("Too much lookbehind.");t=this._lt[this._ltIndex+e].type}else t=this._token.type;return t},LT:function(e){return this.LA(e),this._lt[this._ltIndex+e-1]},peek:function(){return this.LA(1)},token:function(){return this._token},tokenName:function(e){return e<0||e>this._tokenData.length?"UNKNOWN_TOKEN":this._tokenData[e].name},tokenType:function(e){return this._tokenData[e]||-1},unget:function(){if(!this._ltIndexCache.length)throw new Error("Too much lookahead.");this._ltIndex-=this._ltIndexCache.pop(),this._token=this._lt[this._ltIndex-1]}}},{"./StringReader":24,"./SyntaxError":25}],28:[function(e,t,a){"use strict";t.exports={StringReader:e("./StringReader"),SyntaxError:e("./SyntaxError"),SyntaxUnit:e("./SyntaxUnit"),EventTarget:e("./EventTarget"),TokenStreamBase:e("./TokenStreamBase")}},{"./EventTarget":23,"./StringReader":24,"./SyntaxError":25,"./SyntaxUnit":26,"./TokenStreamBase":27}],parserlib:[function(e,t,a){"use strict";t.exports={css:e("./css"),util:e("./util")}},{"./css":22,"./util":28}]},{},[]),e("parserlib")}(),a=function(){"use strict";function e(e,t){return null!=t&&e instanceof t}var t,a,s;try{t=Map}catch(e){t=function(){}}try{a=Set}catch(e){a=function(){}}try{s=Promise}catch(e){s=function(){}}function o(n,l,r,c,d){"object"==typeof l&&(r=l.depth,c=l.prototype,d=l.includeNonEnumerable,l=l.circular);var h=[],p=[],g="undefined"!=typeof Buffer;return void 0===l&&(l=!0),void 0===r&&(r=1/0),function n(r,u){if(null===r)return null;if(0===u)return r;var m,v;if("object"!=typeof r)return r;if(e(r,t))m=new t;else if(e(r,a))m=new a;else if(e(r,s))m=new s((function(e,t){r.then((function(t){e(n(t,u-1))}),(function(e){t(n(e,u-1))}))}));else if(o.__isArray(r))m=[];else if(o.__isRegExp(r))m=new RegExp(r.source,i(r)),r.lastIndex&&(m.lastIndex=r.lastIndex);else if(o.__isDate(r))m=new Date(r.getTime());else{if(g&&Buffer.isBuffer(r))return m=Buffer.allocUnsafe?Buffer.allocUnsafe(r.length):new Buffer(r.length),r.copy(m),m;e(r,Error)?m=Object.create(r):void 0===c?(v=Object.getPrototypeOf(r),m=Object.create(v)):(m=Object.create(c),v=c)}if(l){var b=h.indexOf(r);if(-1!=b)return p[b];h.push(r),p.push(m)}for(var f in e(r,t)&&r.forEach((function(e,t){var a=n(t,u-1),s=n(e,u-1);m.set(a,s)})),e(r,a)&&r.forEach((function(e){var t=n(e,u-1);m.add(t)})),r){var w;v&&(w=Object.getOwnPropertyDescriptor(v,f)),w&&null==w.set||(m[f]=n(r[f],u-1))}if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(r);for(f=0;f<x.length;f++){var y=x[f];(!(C=Object.getOwnPropertyDescriptor(r,y))||C.enumerable||d)&&(m[y]=n(r[y],u-1),C.enumerable||Object.defineProperty(m,y,{enumerable:!1}))}}if(d){var k=Object.getOwnPropertyNames(r);for(f=0;f<k.length;f++){var C,_=k[f];(C=Object.getOwnPropertyDescriptor(r,_))&&C.enumerable||(m[_]=n(r[_],u-1),Object.defineProperty(m,_,{enumerable:!1}))}}return m}(n,r)}function n(e){return Object.prototype.toString.call(e)}function i(e){var t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),t}return o.clonePrototype=function(e){if(null===e)return null;var t=function(){};return t.prototype=e,new t},o.__objToStr=n,o.__isDate=function(e){return"object"==typeof e&&"[object Date]"===n(e)},o.__isArray=function(e){return"object"==typeof e&&"[object Array]"===n(e)},o.__isRegExp=function(e){return"object"==typeof e&&"[object RegExp]"===n(e)},o.__getRegExpFlags=i,o}();"object"==typeof e&&e.exports&&(e.exports=a);var s=function(){"use strict";var e=[],n=[],i=/\/\*\s*csslint([^\*]*)\*\//,l=new t.util.EventTarget;return l.version="1.0.5",l.addRule=function(t){e.push(t),e[t.id]=t},l.clearRules=function(){e=[]},l.getRules=function(){return[].concat(e).sort((function(e,t){return e.id>t.id?1:0}))},l.getRuleset=function(){for(var t={},a=0,s=e.length;a<s;)t[e[a++].id]=1;return t},l.addFormatter=function(e){n[e.id]=e},l.getFormatter=function(e){return n[e]},l.format=function(e,t,a,s){var o=l.getFormatter(a),n=null;return o&&(n=o.startFormat(),n+=o.formatResults(e,t,s||{}),n+=o.endFormat()),n},l.hasFormat=function(e){return n.hasOwnProperty(e)},l.verify=function(n,r){var c,d,h,p=0,g={},u=[],m=new t.css.Parser({starHack:!0,ieFilters:!0,underscoreHack:!0,strict:!1});d=n.replace(/\n\r?/g,"$split$").split("$split$"),s.Util.forEach(d,(function(e,t){var a=e&&e.match(/\/\*[ \t]*csslint[ \t]+allow:[ \t]*([^\*]*)\*\//i),s=a&&a[1],o={};s&&(s.toLowerCase().split(",").forEach((function(e){o[e.trim()]=!0})),Object.keys(o).length>0&&(g[t+1]=o))}));var v=null,b=null;for(p in s.Util.forEach(d,(function(e,t){null===v&&e.match(/\/\*[ \t]*csslint[ \t]+ignore:start[ \t]*\*\//i)&&(v=t),e.match(/\/\*[ \t]*csslint[ \t]+ignore:end[ \t]*\*\//i)&&(b=t),null!==v&&null!==b&&(u.push([v,b]),v=b=null)})),null!==v&&u.push([v,d.length]),r||(r=l.getRuleset()),i.test(n)&&(r=function(e,t){var a,s=e&&e.match(i),o=s&&s[1];return o&&(a={true:2,"":1,false:0,2:2,1:1,0:0},o.toLowerCase().split(",").forEach((function(e){var s=e.split(":"),o=s[0]||"",n=s[1]||"";t[o.trim()]=a[n.trim()]}))),t}(n,r=a(r))),c=new o(d,r,g,u),r.errors=2,r)r.hasOwnProperty(p)&&r[p]&&e[p]&&e[p].init(m,c);try{m.parse(n)}catch(e){c.error("Fatal error, cannot continue: "+e.message,e.line,e.col,{})}return(h={messages:c.messages,stats:c.stats,ruleset:c.ruleset,allow:c.allow,ignore:c.ignore}).messages.sort((function(e,t){return e.rollup&&!t.rollup?1:!e.rollup&&t.rollup?-1:e.line-t.line})),h},l}();function o(e,t,a,s){"use strict";this.messages=[],this.stats=[],this.lines=e,this.ruleset=t,this.allow=a,this.allow||(this.allow={}),this.ignore=s,this.ignore||(this.ignore=[])}return o.prototype={constructor:o,error:function(e,t,a,s){"use strict";this.messages.push({type:"error",line:t,col:a,message:e,evidence:this.lines[t-1],rule:s||{}})},warn:function(e,t,a,s){"use strict";this.report(e,t,a,s)},report:function(e,t,a,s){"use strict";this.allow.hasOwnProperty(t)&&this.allow[t].hasOwnProperty(s.id)||this.isIgnored(t)||this.messages.push({type:2===this.ruleset[s.id]?"error":"warning",line:t,col:a,message:e,evidence:this.lines[t-1],rule:s})},info:function(e,t,a,s){"use strict";this.messages.push({type:"info",line:t,col:a,message:e,evidence:this.lines[t-1],rule:s})},rollupError:function(e,t){"use strict";this.messages.push({type:"error",rollup:!0,message:e,rule:t})},rollupWarn:function(e,t){"use strict";this.messages.push({type:"warning",rollup:!0,message:e,rule:t})},stat:function(e,t){"use strict";this.stats[e]=t},isIgnored:function(e){"use strict";var t=!1;return s.Util.forEach(this.ignore,(function(a){a[0]<=e&&e<=a[1]&&(t=!0)})),t}},s._Reporter=o,s.Util={mix:function(e,t){"use strict";var a;for(a in t)t.hasOwnProperty(a)&&(e[a]=t[a]);return a},indexOf:function(e,t){"use strict";if(e.indexOf)return e.indexOf(t);for(var a=0,s=e.length;a<s;a++)if(e[a]===t)return a;return-1},forEach:function(e,t){"use strict";if(e.forEach)return e.forEach(t);for(var a=0,s=e.length;a<s;a++)t(e[a],a,e)}},s.addRule({id:"box-model",name:"Beware of broken box size",desc:"Don't use width or height when using padding or border.",url:"https://github.com/CSSLint/csslint/wiki/Beware-of-box-model-size",browsers:"All",init:function(e,t){"use strict";var a,s=this,o={border:1,"border-left":1,"border-right":1,padding:1,"padding-left":1,"padding-right":1},n={border:1,"border-bottom":1,"border-top":1,padding:1,"padding-bottom":1,"padding-top":1},i=!1;function l(){a={},i=!1}function r(){var e,l;if(!i){if(a.height)for(e in n)n.hasOwnProperty(e)&&a[e]&&(l=a[e].value,"padding"===e&&2===l.parts.length&&0===l.parts[0].value||t.report("Using height with "+e+" can sometimes make elements larger than you expect.",a[e].line,a[e].col,s));if(a.width)for(e in o)o.hasOwnProperty(e)&&a[e]&&(l=a[e].value,"padding"===e&&2===l.parts.length&&0===l.parts[1].value||t.report("Using width with "+e+" can sometimes make elements larger than you expect.",a[e].line,a[e].col,s))}}e.addListener("startrule",l),e.addListener("startfontface",l),e.addListener("startpage",l),e.addListener("startpagemargin",l),e.addListener("startkeyframerule",l),e.addListener("startviewport",l),e.addListener("property",(function(e){var t=e.property.text.toLowerCase();n[t]||o[t]?/^0\S*$/.test(e.value)||"border"===t&&"none"===e.value.toString()||(a[t]={line:e.property.line,col:e.property.col,value:e.value}):/^(width|height)/i.test(t)&&/^(length|percentage)/.test(e.value.parts[0].type)?a[t]=1:"box-sizing"===t&&(i=!0)})),e.addListener("endrule",r),e.addListener("endfontface",r),e.addListener("endpage",r),e.addListener("endpagemargin",r),e.addListener("endkeyframerule",r),e.addListener("endviewport",r)}}),s.addRule({id:"bulletproof-font-face",name:"Use the bulletproof @font-face syntax",desc:"Use the bulletproof @font-face syntax to avoid 404's in old IE (http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax).",url:"https://github.com/CSSLint/csslint/wiki/Bulletproof-font-face",browsers:"All",init:function(e,t){"use strict";var a,s,o=this,n=!1,i=!0,l=!1;e.addListener("startfontface",(function(){n=!0})),e.addListener("property",(function(e){if(n){var t=e.property.toString().toLowerCase(),o=e.value.toString();if(a=e.line,s=e.col,"src"===t){var r=/^\s?url\(['"].+\.eot\?.*['"]\)\s*format\(['"]embedded-opentype['"]\).*$/i;!o.match(r)&&i?(l=!0,i=!1):o.match(r)&&!i&&(l=!1)}}})),e.addListener("endfontface",(function(){n=!1,l&&t.report("@font-face declaration doesn't follow the fontspring bulletproof syntax.",a,s,o)}))}}),s.addRule({id:"compatible-vendor-prefixes",name:"Require compatible vendor prefixes",desc:"Include all compatible vendor prefixes to reach a wider range of users.",url:"https://github.com/CSSLint/csslint/wiki/Require-compatible-vendor-prefixes",browsers:"All",init:function(e,t){"use strict";var a,o,n,i,l,r,c,d=this,h=!1,p=Array.prototype.push,g=[];for(n in a={animation:"webkit","animation-delay":"webkit","animation-direction":"webkit","animation-duration":"webkit","animation-fill-mode":"webkit","animation-iteration-count":"webkit","animation-name":"webkit","animation-play-state":"webkit","animation-timing-function":"webkit",appearance:"webkit moz","border-end":"webkit moz","border-end-color":"webkit moz","border-end-style":"webkit moz","border-end-width":"webkit moz","border-image":"webkit moz o","border-radius":"webkit","border-start":"webkit moz","border-start-color":"webkit moz","border-start-style":"webkit moz","border-start-width":"webkit moz","box-align":"webkit moz","box-direction":"webkit moz","box-flex":"webkit moz","box-lines":"webkit","box-ordinal-group":"webkit moz","box-orient":"webkit moz","box-pack":"webkit moz","box-sizing":"","box-shadow":"","column-count":"webkit moz ms","column-gap":"webkit moz ms","column-rule":"webkit moz ms","column-rule-color":"webkit moz ms","column-rule-style":"webkit moz ms","column-rule-width":"webkit moz ms","column-width":"webkit moz ms",flex:"webkit ms","flex-basis":"webkit","flex-direction":"webkit ms","flex-flow":"webkit","flex-grow":"webkit","flex-shrink":"webkit",hyphens:"epub moz","line-break":"webkit ms","margin-end":"webkit moz","margin-start":"webkit moz","marquee-speed":"webkit wap","marquee-style":"webkit wap","padding-end":"webkit moz","padding-start":"webkit moz","tab-size":"moz o","text-size-adjust":"webkit ms",transform:"webkit ms","transform-origin":"webkit ms",transition:"","transition-delay":"","transition-duration":"","transition-property":"","transition-timing-function":"","user-modify":"webkit moz","user-select":"webkit moz ms","word-break":"epub ms","writing-mode":"epub ms"})if(a.hasOwnProperty(n)){for(i=[],r=0,c=(l=a[n].split(" ")).length;r<c;r++)i.push("-"+l[r]+"-"+n);a[n]=i,p.apply(g,i)}e.addListener("startrule",(function(){o=[]})),e.addListener("startkeyframes",(function(e){h=e.prefix||!0})),e.addListener("endkeyframes",(function(){h=!1})),e.addListener("property",(function(e){var t=e.property;s.Util.indexOf(g,t.text)>-1&&(h&&"string"==typeof h&&0===t.text.indexOf("-"+h+"-")||o.push(t))})),e.addListener("endrule",(function(){if(o.length){var e,n,i,l,r,c,h,p,g,u,m={};for(e=0,n=o.length;e<n;e++)for(l in i=o[e],a)a.hasOwnProperty(l)&&(r=a[l],s.Util.indexOf(r,i.text)>-1&&(m[l]||(m[l]={full:r.slice(0),actual:[],actualNodes:[]}),-1===s.Util.indexOf(m[l].actual,i.text)&&(m[l].actual.push(i.text),m[l].actualNodes.push(i))));for(l in m)if(m.hasOwnProperty(l)&&(h=(c=m[l]).full,p=c.actual,h.length>p.length))for(e=0,n=h.length;e<n;e++)g=h[e],-1===s.Util.indexOf(p,g)&&(u=1===p.length?p[0]:2===p.length?p.join(" and "):p.join(", "),t.report("The property "+g+" is compatible with "+u+" and should be included as well.",c.actualNodes[0].line,c.actualNodes[0].col,d))}}))}}),s.addRule({id:"display-property-grouping",name:"Require properties appropriate for display",desc:"Certain properties shouldn't be used with certain display property values.",url:"https://github.com/CSSLint/csslint/wiki/Require-properties-appropriate-for-display",browsers:"All",init:function(e,t){"use strict";var a,s=this,o={display:1,float:"none",height:1,width:1,margin:1,"margin-left":1,"margin-right":1,"margin-bottom":1,"margin-top":1,padding:1,"padding-left":1,"padding-right":1,"padding-bottom":1,"padding-top":1,"vertical-align":1};function n(e,n,i){a[e]&&("string"==typeof o[e]&&a[e].value.toLowerCase()===o[e]||t.report(i||e+" can't be used with display: "+n+".",a[e].line,a[e].col,s))}function i(){a={}}function l(){var e=a.display?a.display.value:null;if(e)switch(e){case"inline":n("height",e),n("width",e),n("margin",e),n("margin-top",e),n("margin-bottom",e),n("float",e,"display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).");break;case"block":n("vertical-align",e);break;case"inline-block":n("float",e);break;default:0===e.indexOf("table-")&&(n("margin",e),n("margin-left",e),n("margin-right",e),n("margin-top",e),n("margin-bottom",e),n("float",e))}}e.addListener("startrule",i),e.addListener("startfontface",i),e.addListener("startkeyframerule",i),e.addListener("startpagemargin",i),e.addListener("startpage",i),e.addListener("startviewport",i),e.addListener("property",(function(e){var t=e.property.text.toLowerCase();o[t]&&(a[t]={value:e.value.text,line:e.property.line,col:e.property.col})})),e.addListener("endrule",l),e.addListener("endfontface",l),e.addListener("endkeyframerule",l),e.addListener("endpagemargin",l),e.addListener("endpage",l),e.addListener("endviewport",l)}}),s.addRule({id:"duplicate-background-images",name:"Disallow duplicate background images",desc:"Every background-image should be unique. Use a common class for e.g. sprites.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-duplicate-background-images",browsers:"All",init:function(e,t){"use strict";var a=this,s={};e.addListener("property",(function(e){var o,n,i=e.property.text,l=e.value;if(i.match(/background/i))for(o=0,n=l.parts.length;o<n;o++)"uri"===l.parts[o].type&&(void 0===s[l.parts[o].uri]?s[l.parts[o].uri]=e:t.report("Background image '"+l.parts[o].uri+"' was used multiple times, first declared at line "+s[l.parts[o].uri].line+", col "+s[l.parts[o].uri].col+".",e.line,e.col,a))}))}}),s.addRule({id:"duplicate-properties",name:"Disallow duplicate properties",desc:"Duplicate properties must appear one after the other.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-duplicate-properties",browsers:"All",init:function(e,t){"use strict";var a,s,o=this;function n(){a={}}e.addListener("startrule",n),e.addListener("startfontface",n),e.addListener("startpage",n),e.addListener("startpagemargin",n),e.addListener("startkeyframerule",n),e.addListener("startviewport",n),e.addListener("property",(function(e){var n=e.property.text.toLowerCase();!a[n]||s===n&&a[n]!==e.value.text||t.report("Duplicate property '"+e.property+"' found.",e.line,e.col,o),a[n]=e.value.text,s=n}))}}),s.addRule({id:"empty-rules",name:"Disallow empty rules",desc:"Rules without any properties specified should be removed.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-empty-rules",browsers:"All",init:function(e,t){"use strict";var a=this,s=0;e.addListener("startrule",(function(){s=0})),e.addListener("property",(function(){s++})),e.addListener("endrule",(function(e){var o=e.selectors;0===s&&t.report("Rule is empty.",o[0].line,o[0].col,a)}))}}),s.addRule({id:"errors",name:"Parsing Errors",desc:"This rule looks for recoverable syntax errors.",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("error",(function(e){t.error(e.message,e.line,e.col,a)}))}}),s.addRule({id:"floats",name:"Disallow too many floats",desc:"This rule tests if the float property is used too many times",url:"https://github.com/CSSLint/csslint/wiki/Disallow-too-many-floats",browsers:"All",init:function(e,t){"use strict";var a=this,s=0;e.addListener("property",(function(e){t.isIgnored(e.property.line)||"float"===e.property.text.toLowerCase()&&"none"!==e.value.text.toLowerCase()&&s++})),e.addListener("endstylesheet",(function(){t.stat("floats",s),s>=10&&t.rollupWarn("Too many floats ("+s+"), you're probably using them for layout. Consider using a grid system instead.",a)}))}}),s.addRule({id:"font-faces",name:"Don't use too many web fonts",desc:"Too many different web fonts in the same stylesheet.",url:"https://github.com/CSSLint/csslint/wiki/Don%27t-use-too-many-web-fonts",browsers:"All",init:function(e,t){"use strict";var a=this,s=0;e.addListener("startfontface",(function(e){t.isIgnored(e.line)||s++})),e.addListener("endstylesheet",(function(){s>5&&t.rollupWarn("Too many @font-face declarations ("+s+").",a)}))}}),s.addRule({id:"font-sizes",name:"Disallow too many font sizes",desc:"Checks the number of font-size declarations.",url:"https://github.com/CSSLint/csslint/wiki/Don%27t-use-too-many-font-size-declarations",browsers:"All",init:function(e,t){"use strict";var a=this,s=0;e.addListener("property",(function(e){t.isIgnored(e.property.line)||"font-size"===e.property.toString()&&s++})),e.addListener("endstylesheet",(function(){t.stat("font-sizes",s),s>=10&&t.rollupWarn("Too many font-size declarations ("+s+"), abstraction needed.",a)}))}}),s.addRule({id:"gradients",name:"Require all gradient definitions",desc:"When using a vendor-prefixed gradient, make sure to use them all.",url:"https://github.com/CSSLint/csslint/wiki/Require-all-gradient-definitions",browsers:"All",init:function(e,t){"use strict";var a,s=this;e.addListener("startrule",(function(){a={moz:0,webkit:0,oldWebkit:0,o:0}})),e.addListener("property",(function(e){/\-(moz|o|webkit)(?:\-(?:linear|radial))\-gradient/i.test(e.value)?a[RegExp.$1]=1:/\-webkit\-gradient/i.test(e.value)&&(a.oldWebkit=1)})),e.addListener("endrule",(function(e){var o=[];a.moz||o.push("Firefox 3.6+"),a.webkit||o.push("Webkit (Safari 5+, Chrome)"),a.oldWebkit||o.push("Old Webkit (Safari 4+, Chrome)"),a.o||o.push("Opera 11.1+"),o.length&&o.length<4&&t.report("Missing vendor-prefixed CSS gradients for "+o.join(", ")+".",e.selectors[0].line,e.selectors[0].col,s)}))}}),s.addRule({id:"ids",name:"Disallow IDs in selectors",desc:"Selectors should not contain IDs.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-IDs-in-selectors",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("startrule",(function(s){var o,n,i,l,r,c,d=s.selectors;for(l=0;l<d.length;l++){for(o=d[l],i=0,r=0;r<o.parts.length;r++)if((n=o.parts[r]).type===e.SELECTOR_PART_TYPE)for(c=0;c<n.modifiers.length;c++)"id"===n.modifiers[c].type&&i++;1===i?t.report("Don't use IDs in selectors.",o.line,o.col,a):i>1&&t.report(i+" IDs in the selector, really?",o.line,o.col,a)}}))}}),s.addRule({id:"import-ie-limit",name:"@import limit on IE6-IE9",desc:"IE6-9 supports up to 31 @import per stylesheet",browsers:"IE6, IE7, IE8, IE9",init:function(e,t){"use strict";var a=this,s=0;e.addListener("startpage",(function(){s=0})),e.addListener("import",(function(){s++})),e.addListener("endstylesheet",(function(){s>31&&t.rollupError("Too many @import rules ("+s+"). IE6-9 supports up to 31 import per stylesheet.",a)}))}}),s.addRule({id:"import",name:"Disallow @import",desc:"Don't use @import, use <link> instead.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-%40import",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("import",(function(e){t.report("@import prevents parallel downloads, use <link> instead.",e.line,e.col,a)}))}}),s.addRule({id:"important",name:"Disallow !important",desc:"Be careful when using !important declaration",url:"https://github.com/CSSLint/csslint/wiki/Disallow-%21important",browsers:"All",init:function(e,t){"use strict";var a=this,s=0;e.addListener("property",(function(e){t.isIgnored(e.line)||!0===e.important&&(s++,t.report("Use of !important",e.line,e.col,a))})),e.addListener("endstylesheet",(function(){t.stat("important",s),s>=10&&t.rollupWarn("Too many !important declarations ("+s+"), try to use less than 10 to avoid specificity issues.",a)}))}}),s.addRule({id:"known-properties",name:"Require use of known properties",desc:"Properties should be known (listed in CSS3 specification) or be a vendor-prefixed property.",url:"https://github.com/CSSLint/csslint/wiki/Require-use-of-known-properties",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("property",(function(e){e.invalid&&t.report(e.invalid.message,e.line,e.col,a)}))}}),s.addRule({id:"order-alphabetical",name:"Alphabetical order",desc:"Assure properties are in alphabetical order",browsers:"All",init:function(e,t){"use strict";var a,s=this,o=function(){a=[]},n=function(e){a.join(",")!==a.sort().join(",")&&t.report("Rule doesn't have all its properties in alphabetical order.",e.line,e.col,s)};e.addListener("startrule",o),e.addListener("startfontface",o),e.addListener("startpage",o),e.addListener("startpagemargin",o),e.addListener("startkeyframerule",o),e.addListener("startviewport",o),e.addListener("property",(function(e){var t=e.property.text.toLowerCase().replace(/^-.*?-/,"");a.push(t)})),e.addListener("endrule",n),e.addListener("endfontface",n),e.addListener("endpage",n),e.addListener("endpagemargin",n),e.addListener("endkeyframerule",n),e.addListener("endviewport",n)}}),s.addRule({id:"outline-none",name:"Disallow outline: none",desc:"Use of outline: none or outline: 0 should be limited to :focus rules.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-outline%3Anone",browsers:"All",tags:["Accessibility"],init:function(e,t){"use strict";var a,s=this;function o(e){a=e.selectors?{line:e.line,col:e.col,selectors:e.selectors,propCount:0,outline:!1}:null}function n(){a&&a.outline&&(-1===a.selectors.toString().toLowerCase().indexOf(":focus")?t.report("Outlines should only be modified using :focus.",a.line,a.col,s):1===a.propCount&&t.report("Outlines shouldn't be hidden unless other visual changes are made.",a.line,a.col,s))}e.addListener("startrule",o),e.addListener("startfontface",o),e.addListener("startpage",o),e.addListener("startpagemargin",o),e.addListener("startkeyframerule",o),e.addListener("startviewport",o),e.addListener("property",(function(e){var t=e.property.text.toLowerCase(),s=e.value;a&&(a.propCount++,"outline"!==t||"none"!==s.toString()&&"0"!==s.toString()||(a.outline=!0))})),e.addListener("endrule",n),e.addListener("endfontface",n),e.addListener("endpage",n),e.addListener("endpagemargin",n),e.addListener("endkeyframerule",n),e.addListener("endviewport",n)}}),s.addRule({id:"overqualified-elements",name:"Disallow overqualified elements",desc:"Don't use classes or IDs with elements (a.foo or a#foo).",url:"https://github.com/CSSLint/csslint/wiki/Disallow-overqualified-elements",browsers:"All",init:function(e,t){"use strict";var a=this,s={};e.addListener("startrule",(function(o){var n,i,l,r,c,d,h=o.selectors;for(r=0;r<h.length;r++)for(n=h[r],c=0;c<n.parts.length;c++)if((i=n.parts[c]).type===e.SELECTOR_PART_TYPE)for(d=0;d<i.modifiers.length;d++)l=i.modifiers[d],i.elementName&&"id"===l.type?t.report("Element ("+i+") is overqualified, just use "+l+" without element name.",i.line,i.col,a):"class"===l.type&&(s[l]||(s[l]=[]),s[l].push({modifier:l,part:i}))})),e.addListener("endstylesheet",(function(){var e;for(e in s)s.hasOwnProperty(e)&&1===s[e].length&&s[e][0].part.elementName&&t.report("Element ("+s[e][0].part+") is overqualified, just use "+s[e][0].modifier+" without element name.",s[e][0].part.line,s[e][0].part.col,a)}))}}),s.addRule({id:"regex-selectors",name:"Disallow selectors that look like regexs",desc:"Selectors that look like regular expressions are slow and should be avoided.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-selectors-that-look-like-regular-expressions",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("startrule",(function(s){var o,n,i,l,r,c,d=s.selectors;for(l=0;l<d.length;l++)for(o=d[l],r=0;r<o.parts.length;r++)if((n=o.parts[r]).type===e.SELECTOR_PART_TYPE)for(c=0;c<n.modifiers.length;c++)"attribute"===(i=n.modifiers[c]).type&&/([~\|\^\$\*]=)/.test(i)&&t.report("Attribute selectors with "+RegExp.$1+" are slow!",i.line,i.col,a)}))}}),s.addRule({id:"rules-count",name:"Rules Count",desc:"Track how many rules there are.",browsers:"All",init:function(e,t){"use strict";var a=0;e.addListener("startrule",(function(){a++})),e.addListener("endstylesheet",(function(){t.stat("rule-count",a)}))}}),s.addRule({id:"selector-max-approaching",name:"Warn when approaching the 4095 selector limit for IE",desc:"Will warn when selector count is >= 3800 selectors.",browsers:"IE",init:function(e,t){"use strict";var a=this,s=0;e.addListener("startrule",(function(e){s+=e.selectors.length})),e.addListener("endstylesheet",(function(){s>=3800&&t.report("You have "+s+" selectors. Internet Explorer supports a maximum of 4095 selectors per stylesheet. Consider refactoring.",0,0,a)}))}}),s.addRule({id:"selector-max",name:"Error when past the 4095 selector limit for IE",desc:"Will error when selector count is > 4095.",browsers:"IE",init:function(e,t){"use strict";var a=this,s=0;e.addListener("startrule",(function(e){s+=e.selectors.length})),e.addListener("endstylesheet",(function(){s>4095&&t.report("You have "+s+" selectors. Internet Explorer supports a maximum of 4095 selectors per stylesheet. Consider refactoring.",0,0,a)}))}}),s.addRule({id:"selector-newline",name:"Disallow new-line characters in selectors",desc:"New-line characters in selectors are usually a forgotten comma and not a descendant combinator.",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("startrule",(function(e){var s,o,n,i,l,r,c,d,h,p,g,u=e.selectors;for(s=0,o=u.length;s<o;s++)for(i=0,r=(n=u[s]).parts.length;i<r;i++)for(l=i+1;l<r;l++)c=n.parts[i],d=n.parts[l],h=c.type,p=c.line,g=d.line,"descendant"===h&&g>p&&t.report("newline character found in selector (forgot a comma?)",p,u[s].parts[0].col,a)}))}}),s.addRule({id:"shorthand",name:"Require shorthand properties",desc:"Use shorthand properties where possible.",url:"https://github.com/CSSLint/csslint/wiki/Require-shorthand-properties",browsers:"All",init:function(e,t){"use strict";var a,s,o,n,i=this,l={},r={margin:["margin-top","margin-bottom","margin-left","margin-right"],padding:["padding-top","padding-bottom","padding-left","padding-right"]};for(a in r)if(r.hasOwnProperty(a))for(s=0,o=r[a].length;s<o;s++)l[r[a][s]]=a;function c(){n={}}function d(e){var a,s,o,l;for(a in r)if(r.hasOwnProperty(a)){for(l=0,s=0,o=r[a].length;s<o;s++)l+=n[r[a][s]]?1:0;l===r[a].length&&t.report("The properties "+r[a].join(", ")+" can be replaced by "+a+".",e.line,e.col,i)}}e.addListener("startrule",c),e.addListener("startfontface",c),e.addListener("property",(function(e){var t=e.property.toString().toLowerCase();l[t]&&(n[t]=1)})),e.addListener("endrule",d),e.addListener("endfontface",d)}}),s.addRule({id:"star-property-hack",name:"Disallow properties with a star prefix",desc:"Checks for the star property hack (targets IE6/7)",url:"https://github.com/CSSLint/csslint/wiki/Disallow-star-hack",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("property",(function(e){"*"===e.property.hack&&t.report("Property with star prefix found.",e.property.line,e.property.col,a)}))}}),s.addRule({id:"text-indent",name:"Disallow negative text-indent",desc:"Checks for text indent less than -99px",url:"https://github.com/CSSLint/csslint/wiki/Disallow-negative-text-indent",browsers:"All",init:function(e,t){"use strict";var a,s,o=this;function n(){a=!1,s="inherit"}function i(){a&&"ltr"!==s&&t.report("Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.",a.line,a.col,o)}e.addListener("startrule",n),e.addListener("startfontface",n),e.addListener("property",(function(e){var t=e.property.toString().toLowerCase(),o=e.value;"text-indent"===t&&o.parts[0].value<-99?a=e.property:"direction"===t&&"ltr"===o.toString()&&(s="ltr")})),e.addListener("endrule",i),e.addListener("endfontface",i)}}),s.addRule({id:"underscore-property-hack",name:"Disallow properties with an underscore prefix",desc:"Checks for the underscore property hack (targets IE6)",url:"https://github.com/CSSLint/csslint/wiki/Disallow-underscore-hack",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("property",(function(e){"_"===e.property.hack&&t.report("Property with underscore prefix found.",e.property.line,e.property.col,a)}))}}),s.addRule({id:"universal-selector",name:"Disallow universal selector",desc:"The universal selector (*) is known to be slow.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-universal-selector",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("startrule",(function(e){var s,o,n,i=e.selectors;for(n=0;n<i.length;n++)"*"===(o=(s=i[n]).parts[s.parts.length-1]).elementName&&t.report(a.desc,o.line,o.col,a)}))}}),s.addRule({id:"unqualified-attributes",name:"Disallow unqualified attribute selectors",desc:"Unqualified attribute selectors are known to be slow.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-unqualified-attribute-selectors",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("startrule",(function(s){var o,n,i,l,r,c=s.selectors,d=!1;for(l=0;l<c.length;l++)if((n=(o=c[l]).parts[o.parts.length-1]).type===e.SELECTOR_PART_TYPE){for(r=0;r<n.modifiers.length;r++)if("class"===(i=n.modifiers[r]).type||"id"===i.type){d=!0;break}if(!d)for(r=0;r<n.modifiers.length;r++)"attribute"!==(i=n.modifiers[r]).type||n.elementName&&"*"!==n.elementName||t.report(a.desc,n.line,n.col,a)}}))}}),s.addRule({id:"vendor-prefix",name:"Require standard property with vendor prefix",desc:"When using a vendor-prefixed property, make sure to include the standard one.",url:"https://github.com/CSSLint/csslint/wiki/Require-standard-property-with-vendor-prefix",browsers:"All",init:function(e,t){"use strict";var a,s,o=this,n={"-webkit-border-radius":"border-radius","-webkit-border-top-left-radius":"border-top-left-radius","-webkit-border-top-right-radius":"border-top-right-radius","-webkit-border-bottom-left-radius":"border-bottom-left-radius","-webkit-border-bottom-right-radius":"border-bottom-right-radius","-o-border-radius":"border-radius","-o-border-top-left-radius":"border-top-left-radius","-o-border-top-right-radius":"border-top-right-radius","-o-border-bottom-left-radius":"border-bottom-left-radius","-o-border-bottom-right-radius":"border-bottom-right-radius","-moz-border-radius":"border-radius","-moz-border-radius-topleft":"border-top-left-radius","-moz-border-radius-topright":"border-top-right-radius","-moz-border-radius-bottomleft":"border-bottom-left-radius","-moz-border-radius-bottomright":"border-bottom-right-radius","-moz-column-count":"column-count","-webkit-column-count":"column-count","-moz-column-gap":"column-gap","-webkit-column-gap":"column-gap","-moz-column-rule":"column-rule","-webkit-column-rule":"column-rule","-moz-column-rule-style":"column-rule-style","-webkit-column-rule-style":"column-rule-style","-moz-column-rule-color":"column-rule-color","-webkit-column-rule-color":"column-rule-color","-moz-column-rule-width":"column-rule-width","-webkit-column-rule-width":"column-rule-width","-moz-column-width":"column-width","-webkit-column-width":"column-width","-webkit-column-span":"column-span","-webkit-columns":"columns","-moz-box-shadow":"box-shadow","-webkit-box-shadow":"box-shadow","-moz-transform":"transform","-webkit-transform":"transform","-o-transform":"transform","-ms-transform":"transform","-moz-transform-origin":"transform-origin","-webkit-transform-origin":"transform-origin","-o-transform-origin":"transform-origin","-ms-transform-origin":"transform-origin","-moz-box-sizing":"box-sizing","-webkit-box-sizing":"box-sizing"};function i(){a={},s=1}function l(){var e,s,i,l,r,c=[];for(e in a)n[e]&&c.push({actual:e,needed:n[e]});for(s=0,i=c.length;s<i;s++)l=c[s].needed,r=c[s].actual,a[l]?a[l][0].pos<a[r][0].pos&&t.report("Standard property '"+l+"' should come after vendor-prefixed property '"+r+"'.",a[r][0].name.line,a[r][0].name.col,o):t.report("Missing standard property '"+l+"' to go along with '"+r+"'.",a[r][0].name.line,a[r][0].name.col,o)}e.addListener("startrule",i),e.addListener("startfontface",i),e.addListener("startpage",i),e.addListener("startpagemargin",i),e.addListener("startkeyframerule",i),e.addListener("startviewport",i),e.addListener("property",(function(e){var t=e.property.text.toLowerCase();a[t]||(a[t]=[]),a[t].push({name:e.property,value:e.value,pos:s++})})),e.addListener("endrule",l),e.addListener("endfontface",l),e.addListener("endpage",l),e.addListener("endpagemargin",l),e.addListener("endkeyframerule",l),e.addListener("endviewport",l)}}),s.addRule({id:"zero-units",name:"Disallow units for 0 values",desc:"You don't need to specify units when a value is 0.",url:"https://github.com/CSSLint/csslint/wiki/Disallow-units-for-zero-values",browsers:"All",init:function(e,t){"use strict";var a=this;e.addListener("property",(function(e){for(var s=e.value.parts,o=0,n=s.length;o<n;)!s[o].units&&"percentage"!==s[o].type||0!==s[o].value||"time"===s[o].type||t.report("Values of 0 shouldn't have units specified.",s[o].line,s[o].col,a),o++}))}}),function(){"use strict";var e=function(e){return e&&e.constructor===String?e.replace(/["&><]/g,(function(e){switch(e){case'"':return"&quot;";case"&":return"&amp;";case"<":return"&lt;";case">":return"&gt;"}})):""};s.addFormatter({id:"checkstyle-xml",name:"Checkstyle XML format",startFormat:function(){return'<?xml version="1.0" encoding="utf-8"?><checkstyle>'},endFormat:function(){return"</checkstyle>"},readError:function(t,a){return'<file name="'+e(t)+'"><error line="0" column="0" severty="error" message="'+e(a)+'"></error></file>'},formatResults:function(t,a){var o=t.messages,n=[];return o.length>0&&(n.push('<file name="'+a+'">'),s.Util.forEach(o,(function(t){var a;t.rollup||n.push('<error line="'+t.line+'" column="'+t.col+'" severity="'+t.type+'" message="'+e(t.message)+'" source="'+((a=t.rule)&&"name"in a?"net.csslint."+a.name.replace(/\s/g,""):"")+'"/>')})),n.push("</file>")),n.join("")}})}(),s.addFormatter({id:"compact",name:"Compact, 'porcelain' format",startFormat:function(){"use strict";return""},endFormat:function(){"use strict";return""},formatResults:function(e,t,a){"use strict";var o=e.messages,n="";a=a||{};var i=function(e){return e.charAt(0).toUpperCase()+e.slice(1)};return 0===o.length?a.quiet?"":t+": Lint Free!":(s.Util.forEach(o,(function(e){e.rollup?n+=t+": "+i(e.type)+" - "+e.message+" ("+e.rule.id+")\n":n+=t+": line "+e.line+", col "+e.col+", "+i(e.type)+" - "+e.message+" ("+e.rule.id+")\n"})),n)}}),s.addFormatter({id:"csslint-xml",name:"CSSLint XML format",startFormat:function(){"use strict";return'<?xml version="1.0" encoding="utf-8"?><csslint>'},endFormat:function(){"use strict";return"</csslint>"},formatResults:function(e,t){"use strict";var a=e.messages,o=[],n=function(e){return e&&e.constructor===String?e.replace(/"/g,"'").replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"):""};return a.length>0&&(o.push('<file name="'+t+'">'),s.Util.forEach(a,(function(e){e.rollup?o.push('<issue severity="'+e.type+'" reason="'+n(e.message)+'" evidence="'+n(e.evidence)+'"/>'):o.push('<issue line="'+e.line+'" char="'+e.col+'" severity="'+e.type+'" reason="'+n(e.message)+'" evidence="'+n(e.evidence)+'"/>')})),o.push("</file>")),o.join("")}}),s.addFormatter({id:"json",name:"JSON",startFormat:function(){"use strict";return this.json=[],""},endFormat:function(){"use strict";var e="";return this.json.length>0&&(e=1===this.json.length?JSON.stringify(this.json[0]):JSON.stringify(this.json)),e},formatResults:function(e,t,a){"use strict";return(e.messages.length>0||!a.quiet)&&this.json.push({filename:t,messages:e.messages,stats:e.stats}),""}}),s.addFormatter({id:"junit-xml",name:"JUNIT XML format",startFormat:function(){"use strict";return'<?xml version="1.0" encoding="utf-8"?><testsuites>'},endFormat:function(){"use strict";return"</testsuites>"},formatResults:function(e,t){"use strict";var a=e.messages,s=[],o={error:0,failure:0},n=function(e){return e&&e.constructor===String?e.replace(/"/g,"'").replace(/</g,"&lt;").replace(/>/g,"&gt;"):""};return a.length>0&&(a.forEach((function(e){var t,a="warning"===e.type?"error":e.type;e.rollup||(s.push('<testcase time="0" name="'+((t=e.rule)&&"name"in t?"net.csslint."+t.name.replace(/\s/g,""):"")+'">'),s.push("<"+a+' message="'+n(e.message)+'"><![CDATA['+e.line+":"+e.col+":"+n(e.evidence)+"]]></"+a+">"),s.push("</testcase>"),o[a]+=1)})),s.unshift('<testsuite time="0" tests="'+a.length+'" skipped="0" errors="'+o.error+'" failures="'+o.failure+'" package="net.csslint" name="'+t+'">'),s.push("</testsuite>")),s.join("")}}),s.addFormatter({id:"lint-xml",name:"Lint XML format",startFormat:function(){"use strict";return'<?xml version="1.0" encoding="utf-8"?><lint>'},endFormat:function(){"use strict";return"</lint>"},formatResults:function(e,t){"use strict";var a=e.messages,o=[],n=function(e){return e&&e.constructor===String?e.replace(/"/g,"'").replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"):""};return a.length>0&&(o.push('<file name="'+t+'">'),s.Util.forEach(a,(function(e){if(e.rollup)o.push('<issue severity="'+e.type+'" reason="'+n(e.message)+'" evidence="'+n(e.evidence)+'"/>');else{var t="";e.rule&&e.rule.id&&(t='rule="'+n(e.rule.id)+'" '),o.push("<issue "+t+'line="'+e.line+'" char="'+e.col+'" severity="'+e.type+'" reason="'+n(e.message)+'" evidence="'+n(e.evidence)+'"/>')}})),o.push("</file>")),o.join("")}}),s.addFormatter({id:"text",name:"Plain Text",startFormat:function(){"use strict";return""},endFormat:function(){"use strict";return""},formatResults:function(e,t,a){"use strict";var o=e.messages,n="";if(a=a||{},0===o.length)return a.quiet?"":"\n\ncsslint: No errors in "+t+".";n="\n\ncsslint: There ",1===o.length?n+="is 1 problem":n+="are "+o.length+" problems",n+=" in "+t+".";var i=t.lastIndexOf("/"),l=t;return-1===i&&(i=t.lastIndexOf("\\")),i>-1&&(l=t.substring(i+1)),s.Util.forEach(o,(function(e,t){n=n+"\n\n"+l,e.rollup?(n+="\n"+(t+1)+": "+e.type,n+="\n"+e.message):(n+="\n"+(t+1)+": "+e.type+" at line "+e.line+", col "+e.col,n+="\n"+e.message,n+="\n"+e.evidence)})),n}}),s}();a.exports.CSSLint=s})),ace.define("ace/mode/css_worker",[],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/lang"),n=e("../worker/mirror").Mirror,i=e("./css/csslint").CSSLint,l=t.Worker=function(e){n.call(this,e),this.setTimeout(400),this.ruleset=null,this.setDisabledRules("ids|order-alphabetical"),this.setInfoRules("adjoining-classes|zero-units|gradients|box-model|import|outline-none|vendor-prefix")};s.inherits(l,n),function(){this.setInfoRules=function(e){"string"==typeof e&&(e=e.split("|")),this.infoRules=o.arrayToMap(e),this.doc.getValue()&&this.deferredUpdate.schedule(100)},this.setDisabledRules=function(e){if(e){"string"==typeof e&&(e=e.split("|"));var t={};i.getRules().forEach((function(e){t[e.id]=!0})),e.forEach((function(e){delete t[e]})),this.ruleset=t}else this.ruleset=null;this.doc.getValue()&&this.deferredUpdate.schedule(100)},this.onUpdate=function(){var e=this.doc.getValue();if(!e)return this.sender.emit("annotate",[]);var t=this.infoRules,a=i.verify(e,this.ruleset);this.sender.emit("annotate",a.messages.map((function(e){return{row:e.line-1,column:e.col-1,text:e.message,type:t[e.rule.id]?"info":e.type,rule:e.rule.name}})))}}.call(l.prototype)}))},9326(){!function(e){if(!(void 0!==e.window&&e.document||e.require&&e.define)){e.console||(e.console=function(){var e=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:e})},e.console.error=e.console.warn=e.console.log=e.console.trace=e.console),e.window=e,e.ace=e,e.onerror=function(e,t,a,s,o){postMessage({type:"error",data:{message:e,data:o&&o.data,file:t,line:a,col:s,stack:o&&o.stack}})},e.normalizeModule=function(t,a){if(-1!==a.indexOf("!")){var s=a.split("!");return e.normalizeModule(t,s[0])+"!"+e.normalizeModule(t,s[1])}if("."==a.charAt(0)){var o=t.split("/").slice(0,-1).join("/");for(a=(o?o+"/":"")+a;-1!==a.indexOf(".")&&n!=a;){var n=a;a=a.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return a},e.require=function(t,a){if(a||(a=t,t=null),!a.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");a=e.normalizeModule(t,a);var s=e.require.modules[a];if(s)return s.initialized||(s.initialized=!0,s.exports=s.factory().exports),s.exports;if(!e.require.tlns)return console.log("unable to load "+a);var o=function(e,t){for(var a=e,s="";a;){var o=t[a];if("string"==typeof o)return o+s;if(o)return o.location.replace(/\/*$/,"/")+(s||o.main||o.name);if(!1===o)return"";var n=a.lastIndexOf("/");if(-1===n)break;s=a.substr(n)+s,a=a.slice(0,n)}return e}(a,e.require.tlns);return".js"!=o.slice(-3)&&(o+=".js"),e.require.id=a,e.require.modules[a]={},importScripts(o),e.require(t,a)},e.require.modules={},e.require.tlns={},e.define=function(t,a,s){if(2==arguments.length?(s=a,"string"!=typeof t&&(a=t,t=e.require.id)):1==arguments.length&&(s=t,a=[],t=e.require.id),"function"==typeof s){a.length||(a=["require","exports","module"]);var o=function(a){return e.require(t,a)};e.require.modules[t]={exports:{},factory:function(){var e=this,t=s.apply(this,a.slice(0,s.length).map((function(t){switch(t){case"require":return o;case"exports":return e.exports;case"module":return e;default:return o(t)}})));return t&&(e.exports=t),e}}}else e.require.modules[t]={exports:s,initialized:!0}},e.define.amd={},e.require.tlns={},e.initBaseUrls=function(e){for(var t in e)this.require.tlns[t]=e[t]},e.initSender=function(){var t=e.require("ace/lib/event_emitter").EventEmitter,a=e.require("ace/lib/oop"),s=function(){};return function(){a.implement(this,t),this.callback=function(e,t){postMessage({type:"call",id:t,data:e})},this.emit=function(e,t){postMessage({type:"event",name:e,data:t})}}.call(s.prototype),new s};var t=e.main=null,a=e.sender=null;e.onmessage=function(s){var o=s.data;if(o.event&&a)a._signal(o.event,o.data);else if(o.command)if(t[o.command])t[o.command].apply(t,o.args);else{if(!e[o.command])throw new Error("Unknown command:"+o.command);e[o.command].apply(e,o.args)}else if(o.init){e.initBaseUrls(o.tlns),a=e.sender=e.initSender();var n=this.require(o.module)[o.classname];t=e.main=new n(a)}}}}(this),ace.define("ace/lib/oop",[],(function(e,t,a){"use strict";t.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},t.mixin=function(e,t){for(var a in t)e[a]=t[a];return e},t.implement=function(e,a){t.mixin(e,a)}})),ace.define("ace/lib/deep_copy",[],(function(e,t,a){t.deepCopy=function e(t){if("object"!=typeof t||!t)return t;var a;if(Array.isArray(t)){a=[];for(var s=0;s<t.length;s++)a[s]=e(t[s]);return a}if("[object Object]"!==Object.prototype.toString.call(t))return t;for(var s in a={},t)a[s]=e(t[s]);return a}})),ace.define("ace/lib/lang",[],(function(e,t,a){"use strict";t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){for(var a="";t>0;)1&t&&(a+=e),(t>>=1)&&(e+=e);return a};var s=/^\s\s*/,o=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(s,"")},t.stringTrimRight=function(e){return e.replace(o,"")},t.copyObject=function(e){var t={};for(var a in e)t[a]=e[a];return t},t.copyArray=function(e){for(var t=[],a=0,s=e.length;a<s;a++)e[a]&&"object"==typeof e[a]?t[a]=this.copyObject(e[a]):t[a]=e[a];return t},t.deepCopy=e("./deep_copy").deepCopy,t.arrayToMap=function(e){for(var t={},a=0;a<e.length;a++)t[e[a]]=1;return t},t.createMap=function(e){var t=Object.create(null);for(var a in e)t[a]=e[a];return t},t.arrayRemove=function(e,t){for(var a=0;a<=e.length;a++)t===e[a]&&e.splice(a,1)},t.escapeRegExp=function(e){return e.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},t.escapeHTML=function(e){return(""+e).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},t.getMatchOffsets=function(e,t){var a=[];return e.replace(t,(function(e){a.push({offset:arguments[arguments.length-2],length:e.length})})),a},t.deferredCall=function(e){var t=null,a=function(){t=null,e()},s=function(e){return s.cancel(),t=setTimeout(a,e||0),s};return s.schedule=s,s.call=function(){return this.cancel(),e(),s},s.cancel=function(){return clearTimeout(t),t=null,s},s.isPending=function(){return t},s},t.delayedCall=function(e,t){var a=null,s=function(){a=null,e()},o=function(e){null==a&&(a=setTimeout(s,e||t))};return o.delay=function(e){a&&clearTimeout(a),a=setTimeout(s,e||t)},o.schedule=o,o.call=function(){this.cancel(),e()},o.cancel=function(){a&&clearTimeout(a),a=null},o.isPending=function(){return a},o},t.supportsLookbehind=function(){try{new RegExp("(?<=.)")}catch(e){return!1}return!0},t.skipEmptyMatch=function(e,t,a){return a&&e.codePointAt(t)>65535?2:1}})),ace.define("ace/apply_delta",[],(function(e,t,a){"use strict";t.applyDelta=function(e,t,a){var s=t.start.row,o=t.start.column,n=e[s]||"";switch(t.action){case"insert":if(1===t.lines.length)e[s]=n.substring(0,o)+t.lines[0]+n.substring(o);else{var i=[s,1].concat(t.lines);e.splice.apply(e,i),e[s]=n.substring(0,o)+e[s],e[s+t.lines.length-1]+=n.substring(o)}break;case"remove":var l=t.end.column,r=t.end.row;s===r?e[s]=n.substring(0,o)+n.substring(l):e.splice(s,r-s+1,n.substring(0,o)+e[r].substring(l))}}})),ace.define("ace/lib/event_emitter",[],(function(e,t,a){"use strict";var s={},o=function(){this.propagationStopped=!0},n=function(){this.defaultPrevented=!0};s._emit=s._dispatchEvent=function(e,t){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var a=this._eventRegistry[e]||[],s=this._defaultHandlers[e];if(a.length||s){"object"==typeof t&&t||(t={}),t.type||(t.type=e),t.stopPropagation||(t.stopPropagation=o),t.preventDefault||(t.preventDefault=n),a=a.slice();for(var i=0;i<a.length&&(a[i](t,this),!t.propagationStopped);i++);return s&&!t.defaultPrevented?s(t,this):void 0}},s._signal=function(e,t){var a=(this._eventRegistry||{})[e];if(a){a=a.slice();for(var s=0;s<a.length;s++)a[s](t,this)}},s.once=function(e,t){var a=this;if(this.on(e,(function s(){a.off(e,s),t.apply(null,arguments)})),!t)return new Promise((function(e){t=e}))},s.setDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a||(a=this._defaultHandlers={_disabled_:{}}),a[e]){var s=a[e],o=a._disabled_[e];o||(a._disabled_[e]=o=[]),o.push(s);var n=o.indexOf(t);-1!=n&&o.splice(n,1)}a[e]=t},s.removeDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a){var s=a._disabled_[e];if(a[e]==t)s&&this.setDefaultHandler(e,s.pop());else if(s){var o=s.indexOf(t);-1!=o&&s.splice(o,1)}}},s.on=s.addEventListener=function(e,t,a){this._eventRegistry=this._eventRegistry||{};var s=this._eventRegistry[e];return s||(s=this._eventRegistry[e]=[]),-1==s.indexOf(t)&&s[a?"unshift":"push"](t),t},s.off=s.removeListener=s.removeEventListener=function(e,t){this._eventRegistry=this._eventRegistry||{};var a=this._eventRegistry[e];if(a){var s=a.indexOf(t);-1!==s&&a.splice(s,1)}},s.removeAllListeners=function(e){e||(this._eventRegistry=this._defaultHandlers=void 0),this._eventRegistry&&(this._eventRegistry[e]=void 0),this._defaultHandlers&&(this._defaultHandlers[e]=void 0)},t.EventEmitter=s})),ace.define("ace/range",[],(function(e,t,a){"use strict";var s=function(){function e(e,t,a,s){this.start={row:e,column:t},this.end={row:a,column:s}}return e.prototype.isEqual=function(e){return this.start.row===e.start.row&&this.end.row===e.end.row&&this.start.column===e.start.column&&this.end.column===e.end.column},e.prototype.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},e.prototype.contains=function(e,t){return 0==this.compare(e,t)},e.prototype.compareRange=function(e){var t,a=e.end,s=e.start;return 1==(t=this.compare(a.row,a.column))?1==(t=this.compare(s.row,s.column))?2:0==t?1:0:-1==t?-2:-1==(t=this.compare(s.row,s.column))?-1:1==t?42:0},e.prototype.comparePoint=function(e){return this.compare(e.row,e.column)},e.prototype.containsRange=function(e){return 0==this.comparePoint(e.start)&&0==this.comparePoint(e.end)},e.prototype.intersects=function(e){var t=this.compareRange(e);return-1==t||0==t||1==t},e.prototype.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},e.prototype.isStart=function(e,t){return this.start.row==e&&this.start.column==t},e.prototype.setStart=function(e,t){"object"==typeof e?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},e.prototype.setEnd=function(e,t){"object"==typeof e?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},e.prototype.inside=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)&&!this.isStart(e,t)},e.prototype.insideStart=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)},e.prototype.insideEnd=function(e,t){return 0==this.compare(e,t)&&!this.isStart(e,t)},e.prototype.compare=function(e,t){return this.isMultiLine()||e!==this.start.row?e<this.start.row?-1:e>this.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0:t<this.start.column?-1:t>this.end.column?1:0},e.prototype.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},e.prototype.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.clipRows=function(t,a){if(this.end.row>a)var s={row:a+1,column:0};else this.end.row<t&&(s={row:t,column:0});if(this.start.row>a)var o={row:a+1,column:0};else this.start.row<t&&(o={row:t,column:0});return e.fromPoints(o||this.start,s||this.end)},e.prototype.extend=function(t,a){var s=this.compare(t,a);if(0==s)return this;if(-1==s)var o={row:t,column:a};else var n={row:t,column:a};return e.fromPoints(o||this.start,n||this.end)},e.prototype.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},e.prototype.isMultiLine=function(){return this.start.row!==this.end.row},e.prototype.clone=function(){return e.fromPoints(this.start,this.end)},e.prototype.collapseRows=function(){return 0==this.end.column?new e(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new e(this.start.row,0,this.end.row,0)},e.prototype.toScreenRange=function(t){var a=t.documentToScreenPosition(this.start),s=t.documentToScreenPosition(this.end);return new e(a.row,a.column,s.row,s.column)},e.prototype.moveBy=function(e,t){this.start.row+=e,this.start.column+=t,this.end.row+=e,this.end.column+=t},e}();s.fromPoints=function(e,t){return new s(e.row,e.column,t.row,t.column)},s.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},t.Range=s})),ace.define("ace/anchor",[],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(){function e(e,t,a){this.$onChange=this.onChange.bind(this),this.attach(e),"number"!=typeof t?this.setPosition(t.row,t.column):this.setPosition(t,a)}return e.prototype.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},e.prototype.getDocument=function(){return this.document},e.prototype.onChange=function(e){if(!(e.start.row==e.end.row&&e.start.row!=this.row||e.start.row>this.row)){var t=function(e,t,a){var s="insert"==e.action,o=(s?1:-1)*(e.end.row-e.start.row),n=(s?1:-1)*(e.end.column-e.start.column),l=e.start,r=s?l:e.end;return i(t,l,a)?{row:t.row,column:t.column}:i(r,t,!a)?{row:t.row+o,column:t.column+(t.row==r.row?n:0)}:{row:l.row,column:l.column}}(e,{row:this.row,column:this.column},this.$insertRight);this.setPosition(t.row,t.column,!0)}},e.prototype.setPosition=function(e,t,a){var s;if(s=a?{row:e,column:t}:this.$clipPositionToDocument(e,t),this.row!=s.row||this.column!=s.column){var o={row:this.row,column:this.column};this.row=s.row,this.column=s.column,this._signal("change",{old:o,value:s})}},e.prototype.detach=function(){this.document.off("change",this.$onChange)},e.prototype.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},e.prototype.$clipPositionToDocument=function(e,t){var a={};return e>=this.document.getLength()?(a.row=Math.max(0,this.document.getLength()-1),a.column=this.document.getLine(a.row).length):e<0?(a.row=0,a.column=0):(a.row=e,a.column=Math.min(this.document.getLine(a.row).length,Math.max(0,t))),t<0&&(a.column=0),a},e}();function i(e,t,a){var s=a?e.column<=t.column:e.column<t.column;return e.row<t.row||e.row==t.row&&s}n.prototype.$insertRight=!1,s.implement(n.prototype,o),t.Anchor=n})),ace.define("ace/document",[],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./apply_delta").applyDelta,n=e("./lib/event_emitter").EventEmitter,i=e("./range").Range,l=e("./anchor").Anchor,r=function(){function e(e){this.$lines=[""],0===e.length?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)}return e.prototype.setValue=function(e){var t=this.getLength()-1;this.remove(new i(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e||"")},e.prototype.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},e.prototype.createAnchor=function(e,t){return new l(this,e,t)},e.prototype.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},e.prototype.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},e.prototype.setNewLineMode=function(e){this.$newLineMode!==e&&(this.$newLineMode=e,this._signal("changeNewLineMode"))},e.prototype.getNewLineMode=function(){return this.$newLineMode},e.prototype.isNewLine=function(e){return"\r\n"==e||"\r"==e||"\n"==e},e.prototype.getLine=function(e){return this.$lines[e]||""},e.prototype.getLines=function(e,t){return this.$lines.slice(e,t+1)},e.prototype.getAllLines=function(){return this.getLines(0,this.getLength())},e.prototype.getLength=function(){return this.$lines.length},e.prototype.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},e.prototype.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{(t=this.getLines(e.start.row,e.end.row))[0]=(t[0]||"").substring(e.start.column);var a=t.length-1;e.end.row-e.start.row==a&&(t[a]=t[a].substring(0,e.end.column))}return t},e.prototype.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},e.prototype.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},e.prototype.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},e.prototype.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},e.prototype.insertInLine=function(e,t){var a=this.clippedPos(e.row,e.column),s=this.pos(e.row,e.column+t.length);return this.applyDelta({start:a,end:s,action:"insert",lines:[t]},!0),this.clonePos(s)},e.prototype.clippedPos=function(e,t){var a=this.getLength();void 0===e?e=a:e<0?e=0:e>=a&&(e=a-1,t=void 0);var s=this.getLine(e);return null==t&&(t=s.length),{row:e,column:t=Math.min(Math.max(t,0),s.length)}},e.prototype.clonePos=function(e){return{row:e.row,column:e.column}},e.prototype.pos=function(e,t){return{row:e,column:t}},e.prototype.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},e.prototype.insertFullLines=function(e,t){var a=0;(e=Math.min(Math.max(e,0),this.getLength()))<this.getLength()?(t=t.concat([""]),a=0):(t=[""].concat(t),e--,a=this.$lines[e].length),this.insertMergedLines({row:e,column:a},t)},e.prototype.insertMergedLines=function(e,t){var a=this.clippedPos(e.row,e.column),s={row:a.row+t.length-1,column:(1==t.length?a.column:0)+t[t.length-1].length};return this.applyDelta({start:a,end:s,action:"insert",lines:t}),this.clonePos(s)},e.prototype.remove=function(e){var t=this.clippedPos(e.start.row,e.start.column),a=this.clippedPos(e.end.row,e.end.column);return this.applyDelta({start:t,end:a,action:"remove",lines:this.getLinesForRange({start:t,end:a})}),this.clonePos(t)},e.prototype.removeInLine=function(e,t,a){var s=this.clippedPos(e,t),o=this.clippedPos(e,a);return this.applyDelta({start:s,end:o,action:"remove",lines:this.getLinesForRange({start:s,end:o})},!0),this.clonePos(s)},e.prototype.removeFullLines=function(e,t){e=Math.min(Math.max(0,e),this.getLength()-1);var a=(t=Math.min(Math.max(0,t),this.getLength()-1))==this.getLength()-1&&e>0,s=t<this.getLength()-1,o=a?e-1:e,n=a?this.getLine(o).length:0,l=s?t+1:t,r=s?0:this.getLine(l).length,c=new i(o,n,l,r),d=this.$lines.slice(e,t+1);return this.applyDelta({start:c.start,end:c.end,action:"remove",lines:this.getLinesForRange(c)}),d},e.prototype.removeNewLine=function(e){e<this.getLength()-1&&e>=0&&this.applyDelta({start:this.pos(e,this.getLine(e).length),end:this.pos(e+1,0),action:"remove",lines:["",""]})},e.prototype.replace=function(e,t){return e instanceof i||(e=i.fromPoints(e.start,e.end)),0===t.length&&e.isEmpty()?e.start:t==this.getTextRange(e)?e.end:(this.remove(e),t?this.insert(e.start,t):e.start)},e.prototype.applyDeltas=function(e){for(var t=0;t<e.length;t++)this.applyDelta(e[t])},e.prototype.revertDeltas=function(e){for(var t=e.length-1;t>=0;t--)this.revertDelta(e[t])},e.prototype.applyDelta=function(e,t){var a="insert"==e.action;(a?e.lines.length<=1&&!e.lines[0]:!i.comparePoints(e.start,e.end))||(a&&e.lines.length>2e4?this.$splitAndapplyLargeDelta(e,2e4):(o(this.$lines,e,t),this._signal("change",e)))},e.prototype.$safeApplyDelta=function(e){var t=this.$lines.length;("remove"==e.action&&e.start.row<t&&e.end.row<t||"insert"==e.action&&e.start.row<=t)&&this.applyDelta(e)},e.prototype.$splitAndapplyLargeDelta=function(e,t){for(var a=e.lines,s=a.length-t+1,o=e.start.row,n=e.start.column,i=0,l=0;i<s;i=l){l+=t-1;var r=a.slice(i,l);r.push(""),this.applyDelta({start:this.pos(o+i,n),end:this.pos(o+l,n=0),action:e.action,lines:r},!0)}e.lines=a.slice(i),e.start.row=o+i,e.start.column=n,this.applyDelta(e,!0)},e.prototype.revertDelta=function(e){this.$safeApplyDelta({start:this.clonePos(e.start),end:this.clonePos(e.end),action:"insert"==e.action?"remove":"insert",lines:e.lines.slice()})},e.prototype.indexToPosition=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=t||0,n=a.length;o<n;o++)if((e-=a[o].length+s)<0)return{row:o,column:e+a[o].length+s};return{row:n-1,column:e+a[n-1].length+s}},e.prototype.positionToIndex=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=0,n=Math.min(e.row,a.length),i=t||0;i<n;++i)o+=a[i].length+s;return o+e.column},e.prototype.$split=function(e){return e.split(/\r\n|\r|\n/)},e}();r.prototype.$autoNewLine="",r.prototype.$newLineMode="auto",s.implement(r.prototype,n),t.Document=r})),ace.define("ace/worker/mirror",[],(function(e,t,a){"use strict";var s=e("../document").Document,o=e("../lib/lang"),n=t.Mirror=function(e){this.sender=e;var t=this.doc=new s(""),a=this.deferredUpdate=o.delayedCall(this.onUpdate.bind(this)),n=this;e.on("change",(function(e){var s=e.data;if(s[0].start)t.applyDeltas(s);else for(var o=0;o<s.length;o+=2){var i,l;if(("insert"==(i=Array.isArray(s[o+1])?{action:"insert",start:s[o],lines:s[o+1]}:{action:"remove",start:s[o],end:s[o+1]}).action?i.start:i.end).row>=t.$lines.length)throw(l=new Error("Invalid delta")).data={path:n.$path,linesLength:t.$lines.length,start:i.start,end:i.end},l;t.applyDelta(i,!0)}if(n.$timeout)return a.schedule(n.$timeout);n.onUpdate()}))};(function(){this.$timeout=500,this.setTimeout=function(e){this.$timeout=e},this.setValue=function(e){this.doc.setValue(e),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(e){this.sender.callback(this.doc.getValue(),e)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(n.prototype)})),ace.define("ace/mode/html/saxparser",[],(function(e,t,a){a.exports=function t(a,s,o){function n(l,r){if(!s[l]){if(!a[l]){var c="function"==typeof e&&e;if(!r&&c)return c(l,!0);if(i)return i(l,!0);throw new Error("Cannot find module '"+l+"'")}var d=s[l]={exports:{}};a[l][0].call(d.exports,(function(e){return n(a[l][1][e]||e)}),d,d.exports,t,a,s,o)}return s[l].exports}for(var i="function"==typeof e&&e,l=0;l<o.length;l++)n(o[l]);return n}({1:[function(e,t,a){function s(e){return"http://www.w3.org/1999/xhtml"===e.namespaceURI?"applet"===e.localName||"caption"===e.localName||"marquee"===e.localName||"object"===e.localName||"table"===e.localName||"td"===e.localName||"th"===e.localName:"http://www.w3.org/1998/Math/MathML"===e.namespaceURI?"mi"===e.localName||"mo"===e.localName||"mn"===e.localName||"ms"===e.localName||"mtext"===e.localName||"annotation-xml"===e.localName:"http://www.w3.org/2000/svg"===e.namespaceURI?"foreignObject"===e.localName||"desc"===e.localName||"title"===e.localName:void 0}function o(e){return s(e)||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"ol"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"ul"===e.localName}function n(e){return"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"table"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"html"===e.localName}function i(e){return s(e)||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"button"===e.localName}function l(e){return!("http://www.w3.org/1999/xhtml"===e.namespaceURI&&"optgroup"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"option"===e.localName)}function r(){this.elements=[],this.rootNode=null,this.headElement=null,this.bodyElement=null}r.prototype._inScope=function(e,t){for(var a=this.elements.length-1;a>=0;a--){var s=this.elements[a];if(s.localName===e)return!0;if(t(s))return!1}},r.prototype.push=function(e){this.elements.push(e)},r.prototype.pushHtmlElement=function(e){this.rootNode=e.node,this.push(e)},r.prototype.pushHeadElement=function(e){this.headElement=e.node,this.push(e)},r.prototype.pushBodyElement=function(e){this.bodyElement=e.node,this.push(e)},r.prototype.pop=function(){return this.elements.pop()},r.prototype.remove=function(e){this.elements.splice(this.elements.indexOf(e),1)},r.prototype.popUntilPopped=function(e){var t;do{t=this.pop()}while(t.localName!=e)},r.prototype.popUntilTableScopeMarker=function(){for(;!n(this.top);)this.pop()},r.prototype.popUntilTableBodyScopeMarker=function(){for(;!("http://www.w3.org/1999/xhtml"===(e=this.top).namespaceURI&&"tbody"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"tfoot"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"thead"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"html"===e.localName);)this.pop();var e},r.prototype.popUntilTableRowScopeMarker=function(){for(;!("http://www.w3.org/1999/xhtml"===(e=this.top).namespaceURI&&"tr"===e.localName||"http://www.w3.org/1999/xhtml"===e.namespaceURI&&"html"===e.localName);)this.pop();var e},r.prototype.item=function(e){return this.elements[e]},r.prototype.contains=function(e){return-1!==this.elements.indexOf(e)},r.prototype.inScope=function(e){return this._inScope(e,s)},r.prototype.inListItemScope=function(e){return this._inScope(e,o)},r.prototype.inTableScope=function(e){return this._inScope(e,n)},r.prototype.inButtonScope=function(e){return this._inScope(e,i)},r.prototype.inSelectScope=function(e){return this._inScope(e,l)},r.prototype.hasNumberedHeaderElementInScope=function(){for(var e=this.elements.length-1;e>=0;e--){var t=this.elements[e];if(t.isNumberedHeader())return!0;if(s(t))return!1}},r.prototype.furthestBlockForFormattingElement=function(e){for(var t=null,a=this.elements.length-1;a>=0;a--){var s=this.elements[a];if(s.node===e)break;s.isSpecial()&&(t=s)}return t},r.prototype.findIndex=function(e){for(var t=this.elements.length-1;t>=0;t--)if(this.elements[t].localName==e)return t;return-1},r.prototype.remove_openElements_until=function(e){for(var t,a=!1;!a;)a=e(t=this.elements.pop());return t},Object.defineProperty(r.prototype,"top",{get:function(){return this.elements[this.elements.length-1]}}),Object.defineProperty(r.prototype,"length",{get:function(){return this.elements.length}}),a.ElementStack=r},{}],2:[function(e,t,a){var s=e("html5-entities"),o=e("./InputStream").InputStream,n={};function i(e){return e>="0"&&e<="9"||e>="a"&&e<="f"||e>="A"&&e<="F"}function l(e){return e>="0"&&e<="9"}Object.keys(s).forEach((function(e){for(var t=0;t<e.length;t++)n[e.substring(0,t+1)]=!0}));var r={consumeEntity:function(e,t,a){var r,c="",d="",h=e.char();if(h===o.EOF)return!1;if(d+=h,"\t"==h||"\n"==h||"\v"==h||" "==h||"<"==h||"&"==h)return e.unget(d),!1;if(a===h)return e.unget(d),!1;if("#"==h){if((h=e.shift(1))===o.EOF)return t._parseError("expected-numeric-entity-but-got-eof"),e.unget(d),!1;d+=h;var p=10,g=l;if("x"==h||"X"==h){if(p=16,g=i,(h=e.shift(1))===o.EOF)return t._parseError("expected-numeric-entity-but-got-eof"),e.unget(d),!1;d+=h}if(g(h)){for(var u="";h!==o.EOF&&g(h);)u+=h,h=e.char();u=parseInt(u,p);var m=this.replaceEntityNumbers(u);if(m&&(t._parseError("invalid-numeric-entity-replaced"),u=m),u>65535&&u<=1114111){var v=55296+((1047552&(u-=65536))>>10),b=56320+(1023&u);c=String.fromCharCode(v,b)}else c=String.fromCharCode(u);return";"!==h&&(t._parseError("numeric-entity-without-semicolon"),e.unget(h)),c}return e.unget(d),t._parseError("expected-numeric-entity"),!1}if(h>="a"&&h<="z"||h>="A"&&h<="Z"){for(var f="";n[d]&&(s[d]&&(f=d),";"!=h)&&(h=e.char())!==o.EOF;)d+=h;return f?(c=s[f],";"!==h&&a&&((r=h)>="0"&&r<="9"||r>="a"&&r<="z"||r>="A"&&r<="Z"||"="===h)?(e.unget(d),!1):(d.length>f.length&&e.unget(d.substring(f.length)),";"!==h&&t._parseError("named-entity-without-semicolon"),c)):(t._parseError("expected-named-entity"),e.unget(d),!1)}},replaceEntityNumbers:function(e){switch(e){case 0:return 65533;case 19:return 16;case 128:return 8364;case 129:return 129;case 130:return 8218;case 131:return 402;case 132:return 8222;case 133:return 8230;case 134:return 8224;case 135:return 8225;case 136:return 710;case 137:return 8240;case 138:return 352;case 139:return 8249;case 140:return 338;case 141:return 141;case 142:return 381;case 143:return 143;case 144:return 144;case 145:return 8216;case 146:return 8217;case 147:return 8220;case 148:return 8221;case 149:return 8226;case 150:return 8211;case 151:return 8212;case 152:return 732;case 153:return 8482;case 154:return 353;case 155:return 8250;case 156:return 339;case 157:return 157;case 158:return 382;case 159:return 376;default:if(e>=55296&&e<=57343||e>1114111)return 65533;if(e>=1&&e<=8||e>=14&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||11==e||65534==e||131070==e||3145726==e||196607==e||262142==e||262143==e||327678==e||327679==e||393214==e||393215==e||458750==e||458751==e||524286==e||524287==e||589822==e||589823==e||655358==e||655359==e||720894==e||720895==e||786430==e||786431==e||851966==e||851967==e||917502==e||917503==e||983038==e||983039==e||1048574==e||1048575==e||1114110==e||1114111==e)return e}}};a.EntityParser=r},{"./InputStream":3,"html5-entities":12}],3:[function(e,t,a){function s(){this.data="",this.start=0,this.committed=0,this.eof=!1,this.lastLocation={line:0,column:0}}s.EOF=-1,s.DRAIN=-2,s.prototype={slice:function(){if(this.start>=this.data.length){if(!this.eof)throw s.DRAIN;return s.EOF}return this.data.slice(this.start,this.data.length)},char:function(){if(!this.eof&&this.start>=this.data.length-1)throw s.DRAIN;if(this.start>=this.data.length)return s.EOF;var e=this.data[this.start++];return"\r"===e&&(e="\n"),e},advance:function(e){if(this.start+=e,this.start>=this.data.length){if(!this.eof)throw s.DRAIN;return s.EOF}this.committed>this.data.length/2&&(this.lastLocation=this.location(),this.data=this.data.slice(this.committed),this.start=this.start-this.committed,this.committed=0)},matchWhile:function(e){if(this.eof&&this.start>=this.data.length)return"";var t=new RegExp("^"+e+"+").exec(this.slice());if(t){if(!this.eof&&t[0].length==this.data.length-this.start)throw s.DRAIN;return this.advance(t[0].length),t[0]}return""},matchUntil:function(e){var t,a;if((a=this.slice())===s.EOF)return"";if(t=new RegExp(e+(this.eof?"|$":"")).exec(a)){var o=this.data.slice(this.start,this.start+t.index);return this.advance(t.index),o.replace(/\r/g,"\n").replace(/\n{2,}/g,"\n")}throw s.DRAIN},append:function(e){this.data+=e},shift:function(e){if(!this.eof&&this.start+e>=this.data.length)throw s.DRAIN;if(this.eof&&this.start>=this.data.length)return s.EOF;var t=this.data.slice(this.start,this.start+e).toString();return this.advance(Math.min(e,this.data.length-this.start)),t},peek:function(e){if(!this.eof&&this.start+e>=this.data.length)throw s.DRAIN;return this.eof&&this.start>=this.data.length?s.EOF:this.data.slice(this.start,Math.min(this.start+e,this.data.length)).toString()},length:function(){return this.data.length-this.start-1},unget:function(e){e!==s.EOF&&(this.start-=e.length)},undo:function(){this.start=this.committed},commit:function(){this.committed=this.start},location:function(){var e=this.lastLocation.line,t=this.lastLocation.column,a=this.data.slice(0,this.committed),s=a.match(/\n/g);return{line:s?e+s.length:e,column:s?a.length-a.lastIndexOf("\n")-1:t+a.length}}},a.InputStream=s},{}],4:[function(e,t,a){var s={"http://www.w3.org/1999/xhtml":["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],"http://www.w3.org/1998/Math/MathML":["mi","mo","mn","ms","mtext","annotation-xml"],"http://www.w3.org/2000/svg":["foreignObject","desc","title"]};function o(e,t,a,s){this.localName=t,this.namespaceURI=e,this.attributes=a,this.node=s}o.prototype.isSpecial=function(){return this.namespaceURI in s&&s[this.namespaceURI].indexOf(this.localName)>-1},o.prototype.isFosterParenting=function(){return"http://www.w3.org/1999/xhtml"===this.namespaceURI&&("table"===this.localName||"tbody"===this.localName||"tfoot"===this.localName||"thead"===this.localName||"tr"===this.localName)},o.prototype.isNumberedHeader=function(){return"http://www.w3.org/1999/xhtml"===this.namespaceURI&&("h1"===this.localName||"h2"===this.localName||"h3"===this.localName||"h4"===this.localName||"h5"===this.localName||"h6"===this.localName)},o.prototype.isForeign=function(){return"http://www.w3.org/1999/xhtml"!=this.namespaceURI},o.prototype.isHtmlIntegrationPoint=function(){if("http://www.w3.org/1998/Math/MathML"===this.namespaceURI){if("annotation-xml"!==this.localName)return!1;var e=function(e){for(var t=0;t<e.attributes.length;t++)if("encoding"==e.attributes[t].nodeName)return e.attributes[t].nodeValue;return null}(this);return!!e&&("text/html"===(e=e.toLowerCase())||"application/xhtml+xml"===e)}return"http://www.w3.org/2000/svg"===this.namespaceURI&&("foreignObject"===this.localName||"desc"===this.localName||"title"===this.localName)},o.prototype.isMathMLTextIntegrationPoint=function(){return"http://www.w3.org/1998/Math/MathML"===this.namespaceURI&&("mi"===this.localName||"mo"===this.localName||"mn"===this.localName||"ms"===this.localName||"mtext"===this.localName)},a.StackItem=o},{}],5:[function(e,t,a){var s=e("./InputStream").InputStream,o=e("./EntityParser").EntityParser;function n(e){return" "===e||"\n"===e||"\t"===e||"\r"===e||"\f"===e}function i(e){return e>="A"&&e<="Z"||e>="a"&&e<="z"}function l(e){this._tokenHandler=e,this._state=l.DATA,this._inputStream=new s,this._currentToken=null,this._temporaryBuffer="",this._additionalAllowedCharacter=""}l.prototype._parseError=function(e,t){this._tokenHandler.parseError(e,t)},l.prototype._emitToken=function(e){if("StartTag"===e.type)for(var t=1;t<e.data.length;t++)e.data[t].nodeName||e.data.splice(t--,1);else"EndTag"===e.type&&(e.selfClosing&&this._parseError("self-closing-flag-on-end-tag"),0!==e.data.length&&this._parseError("attributes-in-end-tag"));this._tokenHandler.processToken(e),"StartTag"===e.type&&e.selfClosing&&!this._tokenHandler.isSelfClosingFlagAcknowledged()&&this._parseError("non-void-element-with-trailing-solidus",{name:e.name})},l.prototype._emitCurrentToken=function(){this._state=l.DATA,this._emitToken(this._currentToken)},l.prototype._currentAttribute=function(){return this._currentToken.data[this._currentToken.data.length-1]},l.prototype.setState=function(e){this._state=e},l.prototype.tokenize=function(e){l.DATA=a,l.RCDATA=c,l.RAWTEXT=h,l.SCRIPT_DATA=p,l.PLAINTEXT=function(e){var a=e.char();if(a===s.EOF)return t._emitToken({type:"EOF",data:null}),!1;if("\0"===a)t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),e.commit();else{var o=e.matchUntil("\0");t._emitToken({type:"Characters",data:a+o})}return!0},this._state=l.DATA,this._inputStream.append(e),this._tokenHandler.startTokenization(this),this._inputStream.eof=!0;for(var t=this;this._state.call(this,this._inputStream););function a(e){var a=e.char();if(a===s.EOF)return t._emitToken({type:"EOF",data:null}),!1;if("&"===a)t.setState(r);else if("<"===a)t.setState(N);else if("\0"===a)t._emitToken({type:"Characters",data:a}),e.commit();else{var o=e.matchUntil("&|<|\0");t._emitToken({type:"Characters",data:a+o}),e.commit()}return!0}function r(e){var s=o.consumeEntity(e,t);return t.setState(a),t._emitToken({type:"Characters",data:s||"&"}),!0}function c(e){var a=e.char();if(a===s.EOF)return t._emitToken({type:"EOF",data:null}),!1;if("&"===a)t.setState(d);else if("<"===a)t.setState(g);else if("\0"===a)t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),e.commit();else{var o=e.matchUntil("&|<|\0");t._emitToken({type:"Characters",data:a+o}),e.commit()}return!0}function d(e){var a=o.consumeEntity(e,t);return t.setState(c),t._emitToken({type:"Characters",data:a||"&"}),!0}function h(e){var a=e.char();if(a===s.EOF)return t._emitToken({type:"EOF",data:null}),!1;if("<"===a)t.setState(v);else if("\0"===a)t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),e.commit();else{var o=e.matchUntil("<|\0");t._emitToken({type:"Characters",data:a+o})}return!0}function p(e){var a=e.char();if(a===s.EOF)return t._emitToken({type:"EOF",data:null}),!1;if("<"===a)t.setState(w);else if("\0"===a)t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),e.commit();else{var o=e.matchUntil("<|\0");t._emitToken({type:"Characters",data:a+o})}return!0}function g(e){var a=e.char();return"/"===a?(this._temporaryBuffer="",t.setState(u)):(t._emitToken({type:"Characters",data:"<"}),e.unget(a),t.setState(c)),!0}function u(e){var a=e.char();return i(a)?(this._temporaryBuffer+=a,t.setState(m)):(t._emitToken({type:"Characters",data:"</"}),e.unget(a),t.setState(c)),!0}function m(e){var s=t._currentToken&&t._currentToken.name===this._temporaryBuffer.toLowerCase(),o=e.char();return n(o)&&s?(t._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},t.setState(I)):"/"===o&&s?(t._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},t.setState(Y)):">"===o&&s?(t._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},t._emitCurrentToken(),t.setState(a)):i(o)?(this._temporaryBuffer+=o,e.commit()):(t._emitToken({type:"Characters",data:"</"+this._temporaryBuffer}),e.unget(o),t.setState(c)),!0}function v(e){var a=e.char();return"/"===a?(this._temporaryBuffer="",t.setState(b)):(t._emitToken({type:"Characters",data:"<"}),e.unget(a),t.setState(h)),!0}function b(e){var a=e.char();return i(a)?(this._temporaryBuffer+=a,t.setState(f)):(t._emitToken({type:"Characters",data:"</"}),e.unget(a),t.setState(h)),!0}function f(e){var s=t._currentToken&&t._currentToken.name===this._temporaryBuffer.toLowerCase(),o=e.char();return n(o)&&s?(t._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},t.setState(I)):"/"===o&&s?(t._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},t.setState(Y)):">"===o&&s?(t._currentToken={type:"EndTag",name:this._temporaryBuffer,data:[],selfClosing:!1},t._emitCurrentToken(),t.setState(a)):i(o)?(this._temporaryBuffer+=o,e.commit()):(t._emitToken({type:"Characters",data:"</"+this._temporaryBuffer}),e.unget(o),t.setState(h)),!0}function w(e){var a=e.char();return"/"===a?(this._temporaryBuffer="",t.setState(x)):"!"===a?(t._emitToken({type:"Characters",data:"<!"}),t.setState(k)):(t._emitToken({type:"Characters",data:"<"}),e.unget(a),t.setState(p)),!0}function x(e){var a=e.char();return i(a)?(this._temporaryBuffer+=a,t.setState(y)):(t._emitToken({type:"Characters",data:"</"}),e.unget(a),t.setState(p)),!0}function y(e){var a=t._currentToken&&t._currentToken.name===this._temporaryBuffer.toLowerCase(),s=e.char();return n(s)&&a?(t._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},t.setState(I)):"/"===s&&a?(t._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},t.setState(Y)):">"===s&&a?(t._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},t._emitCurrentToken()):i(s)?(this._temporaryBuffer+=s,e.commit()):(t._emitToken({type:"Characters",data:"</"+this._temporaryBuffer}),e.unget(s),t.setState(p)),!0}function k(e){var a=e.char();return"-"===a?(t._emitToken({type:"Characters",data:"-"}),t.setState(C)):(e.unget(a),t.setState(p)),!0}function C(e){var a=e.char();return"-"===a?(t._emitToken({type:"Characters",data:"-"}),t.setState(z)):(e.unget(a),t.setState(p)),!0}function _(e){var o=e.char();if(o===s.EOF)e.unget(o),t.setState(a);else if("-"===o)t._emitToken({type:"Characters",data:"-"}),t.setState(M);else if("<"===o)t.setState(j);else if("\0"===o)t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),e.commit();else{var n=e.matchUntil("<|-|\0");t._emitToken({type:"Characters",data:o+n})}return!0}function M(e){var o=e.char();return o===s.EOF?(e.unget(o),t.setState(a)):"-"===o?(t._emitToken({type:"Characters",data:"-"}),t.setState(z)):"<"===o?t.setState(j):"\0"===o?(t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),t.setState(_)):(t._emitToken({type:"Characters",data:o}),t.setState(_)),!0}function z(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-script"),e.unget(o),t.setState(a)):"<"===o?t.setState(j):">"===o?(t._emitToken({type:"Characters",data:">"}),t.setState(p)):"\0"===o?(t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),t.setState(_)):(t._emitToken({type:"Characters",data:o}),t.setState(_)),!0}function j(e){var a=e.char();return"/"===a?(this._temporaryBuffer="",t.setState(L)):i(a)?(t._emitToken({type:"Characters",data:"<"+a}),this._temporaryBuffer=a,t.setState($)):(t._emitToken({type:"Characters",data:"<"}),e.unget(a),t.setState(_)),!0}function L(e){var a=e.char();return i(a)?(this._temporaryBuffer=a,t.setState(S)):(t._emitToken({type:"Characters",data:"</"}),e.unget(a),t.setState(_)),!0}function S(e){var s=t._currentToken&&t._currentToken.name===this._temporaryBuffer.toLowerCase(),o=e.char();return n(o)&&s?(t._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},t.setState(I)):"/"===o&&s?(t._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},t.setState(Y)):">"===o&&s?(t._currentToken={type:"EndTag",name:"script",data:[],selfClosing:!1},t.setState(a),t._emitCurrentToken()):i(o)?(this._temporaryBuffer+=o,e.commit()):(t._emitToken({type:"Characters",data:"</"+this._temporaryBuffer}),e.unget(o),t.setState(_)),!0}function $(e){var a=e.char();return n(a)||"/"===a||">"===a?(t._emitToken({type:"Characters",data:a}),"script"===this._temporaryBuffer.toLowerCase()?t.setState(H):t.setState(_)):i(a)?(t._emitToken({type:"Characters",data:a}),this._temporaryBuffer+=a,e.commit()):(e.unget(a),t.setState(_)),!0}function H(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-script"),e.unget(o),t.setState(a)):"-"===o?(t._emitToken({type:"Characters",data:"-"}),t.setState(T)):"<"===o?(t._emitToken({type:"Characters",data:"<"}),t.setState(A)):"\0"===o?(t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),e.commit()):(t._emitToken({type:"Characters",data:o}),e.commit()),!0}function T(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-script"),e.unget(o),t.setState(a)):"-"===o?(t._emitToken({type:"Characters",data:"-"}),t.setState(B)):"<"===o?(t._emitToken({type:"Characters",data:"<"}),t.setState(A)):"\0"===o?(t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),t.setState(H)):(t._emitToken({type:"Characters",data:o}),t.setState(H)),!0}function B(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-script"),e.unget(o),t.setState(a)):"-"===o?(t._emitToken({type:"Characters",data:"-"}),e.commit()):"<"===o?(t._emitToken({type:"Characters",data:"<"}),t.setState(A)):">"===o?(t._emitToken({type:"Characters",data:">"}),t.setState(p)):"\0"===o?(t._parseError("invalid-codepoint"),t._emitToken({type:"Characters",data:"�"}),t.setState(H)):(t._emitToken({type:"Characters",data:o}),t.setState(H)),!0}function A(e){var a=e.char();return"/"===a?(t._emitToken({type:"Characters",data:"/"}),this._temporaryBuffer="",t.setState(V)):(e.unget(a),t.setState(H)),!0}function V(e){var a=e.char();return n(a)||"/"===a||">"===a?(t._emitToken({type:"Characters",data:a}),"script"===this._temporaryBuffer.toLowerCase()?t.setState(_):t.setState(H)):i(a)?(t._emitToken({type:"Characters",data:a}),this._temporaryBuffer+=a,e.commit()):(e.unget(a),t.setState(H)),!0}function N(e){var o=e.char();return o===s.EOF?(t._parseError("bare-less-than-sign-at-eof"),t._emitToken({type:"Characters",data:"<"}),e.unget(o),t.setState(a)):i(o)?(t._currentToken={type:"StartTag",name:o.toLowerCase(),data:[]},t.setState(E)):"!"===o?t.setState(K):"/"===o?t.setState(P):">"===o?(t._parseError("expected-tag-name-but-got-right-bracket"),t._emitToken({type:"Characters",data:"<>"}),t.setState(a)):"?"===o?(t._parseError("expected-tag-name-but-got-question-mark"),e.unget(o),t.setState(Z)):(t._parseError("expected-tag-name"),t._emitToken({type:"Characters",data:"<"}),e.unget(o),t.setState(a)),!0}function P(e){var o=e.char();return o===s.EOF?(t._parseError("expected-closing-tag-but-got-eof"),t._emitToken({type:"Characters",data:"</"}),e.unget(o),t.setState(a)):i(o)?(t._currentToken={type:"EndTag",name:o.toLowerCase(),data:[]},t.setState(E)):">"===o?(t._parseError("expected-closing-tag-but-got-right-bracket"),t.setState(a)):(t._parseError("expected-closing-tag-but-got-char",{data:o}),e.unget(o),t.setState(Z)),!0}function E(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-tag-name"),e.unget(o),t.setState(a)):n(o)?t.setState(I):i(o)?t._currentToken.name+=o.toLowerCase():">"===o?t._emitCurrentToken():"/"===o?t.setState(Y):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.name+="�"):t._currentToken.name+=o,e.commit(),!0}function I(e){var o=e.char();if(o===s.EOF)t._parseError("expected-attribute-name-but-got-eof"),e.unget(o),t.setState(a);else{if(n(o))return!0;i(o)?(t._currentToken.data.push({nodeName:o.toLowerCase(),nodeValue:""}),t.setState(O)):">"===o?t._emitCurrentToken():"/"===o?t.setState(Y):"'"===o||'"'===o||"="===o||"<"===o?(t._parseError("invalid-character-in-attribute-name"),t._currentToken.data.push({nodeName:o,nodeValue:""}),t.setState(O)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data.push({nodeName:"�",nodeValue:""})):(t._currentToken.data.push({nodeName:o,nodeValue:""}),t.setState(O))}return!0}function O(e){var o=e.char(),l=!0,r=!1;if(o===s.EOF?(t._parseError("eof-in-attribute-name"),e.unget(o),t.setState(a),r=!0):"="===o?t.setState(D):i(o)?(t._currentAttribute().nodeName+=o.toLowerCase(),l=!1):">"===o?r=!0:n(o)?t.setState(R):"/"===o?t.setState(Y):"'"===o||'"'===o?(t._parseError("invalid-character-in-attribute-name"),t._currentAttribute().nodeName+=o,l=!1):"\0"===o?(t._parseError("invalid-codepoint"),t._currentAttribute().nodeName+="�"):(t._currentAttribute().nodeName+=o,l=!1),l){for(var c=t._currentToken.data,d=c[c.length-1],h=c.length-2;h>=0;h--)if(d.nodeName===c[h].nodeName){t._parseError("duplicate-attribute",{name:d.nodeName}),d.nodeName=null;break}r&&t._emitCurrentToken()}else e.commit();return!0}function R(e){var o=e.char();if(o===s.EOF)t._parseError("expected-end-of-tag-but-got-eof"),e.unget(o),t.setState(a);else{if(n(o))return!0;"="===o?t.setState(D):">"===o?t._emitCurrentToken():i(o)?(t._currentToken.data.push({nodeName:o,nodeValue:""}),t.setState(O)):"/"===o?t.setState(Y):"'"===o||'"'===o||"<"===o?(t._parseError("invalid-character-after-attribute-name"),t._currentToken.data.push({nodeName:o,nodeValue:""}),t.setState(O)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data.push({nodeName:"�",nodeValue:""})):(t._currentToken.data.push({nodeName:o,nodeValue:""}),t.setState(O))}return!0}function D(e){var o=e.char();if(o===s.EOF)t._parseError("expected-attribute-value-but-got-eof"),e.unget(o),t.setState(a);else{if(n(o))return!0;'"'===o?t.setState(F):"&"===o?(t.setState(W),e.unget(o)):"'"===o?t.setState(q):">"===o?(t._parseError("expected-attribute-value-but-got-right-bracket"),t._emitCurrentToken()):"="===o||"<"===o||"`"===o?(t._parseError("unexpected-character-in-unquoted-attribute-value"),t._currentAttribute().nodeValue+=o,t.setState(W)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentAttribute().nodeValue+="�"):(t._currentAttribute().nodeValue+=o,t.setState(W))}return!0}function F(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-attribute-value-double-quote"),e.unget(o),t.setState(a)):'"'===o?t.setState(G):"&"===o?(this._additionalAllowedCharacter='"',t.setState(U)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentAttribute().nodeValue+="�"):(o+=e.matchUntil('[\0"&]'),t._currentAttribute().nodeValue+=o),!0}function q(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-attribute-value-single-quote"),e.unget(o),t.setState(a)):"'"===o?t.setState(G):"&"===o?(this._additionalAllowedCharacter="'",t.setState(U)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentAttribute().nodeValue+="�"):t._currentAttribute().nodeValue+=o+e.matchUntil("\0|['&]"),!0}function W(e){var o=e.char();if(o===s.EOF)t._parseError("eof-after-attribute-value"),e.unget(o),t.setState(a);else if(n(o))t.setState(I);else if("&"===o)this._additionalAllowedCharacter=">",t.setState(U);else if(">"===o)t._emitCurrentToken();else if('"'===o||"'"===o||"="===o||"`"===o||"<"===o)t._parseError("unexpected-character-in-unquoted-attribute-value"),t._currentAttribute().nodeValue+=o,e.commit();else if("\0"===o)t._parseError("invalid-codepoint"),t._currentAttribute().nodeValue+="�";else{var i=e.matchUntil("\0|[\t\n\v\f \r&<>\"'=`]");i===s.EOF&&(t._parseError("eof-in-attribute-value-no-quotes"),t._emitCurrentToken()),e.commit(),t._currentAttribute().nodeValue+=o+i}return!0}function U(e){var a=o.consumeEntity(e,t,this._additionalAllowedCharacter);return this._currentAttribute().nodeValue+=a||"&",'"'===this._additionalAllowedCharacter?t.setState(F):"'"===this._additionalAllowedCharacter?t.setState(q):">"===this._additionalAllowedCharacter&&t.setState(W),!0}function G(e){var o=e.char();return o===s.EOF?(t._parseError("eof-after-attribute-value"),e.unget(o),t.setState(a)):n(o)?t.setState(I):">"===o?(t.setState(a),t._emitCurrentToken()):"/"===o?t.setState(Y):(t._parseError("unexpected-character-after-attribute-value"),e.unget(o),t.setState(I)),!0}function Y(e){var o=e.char();return o===s.EOF?(t._parseError("unexpected-eof-after-solidus-in-tag"),e.unget(o),t.setState(a)):">"===o?(t._currentToken.selfClosing=!0,t.setState(a),t._emitCurrentToken()):(t._parseError("unexpected-character-after-solidus-in-tag"),e.unget(o),t.setState(I)),!0}function Z(e){var s=e.matchUntil(">");return s=s.replace(/\u0000/g,"�"),e.char(),t._emitToken({type:"Comment",data:s}),t.setState(a),!0}function K(e){var a=e.shift(2);if("--"===a)t._currentToken={type:"Comment",data:""},t.setState(X);else{var o=e.shift(5);if(o===s.EOF||a===s.EOF)return t._parseError("expected-dashes-or-doctype"),t.setState(Z),e.unget(a),!0;"DOCTYPE"===(a+=o).toUpperCase()?(t._currentToken={type:"Doctype",name:"",publicId:null,systemId:null,forceQuirks:!1},t.setState(oe)):t._tokenHandler.isCdataSectionAllowed()&&"[CDATA["===a?t.setState(Q):(t._parseError("expected-dashes-or-doctype"),e.unget(a),t.setState(Z))}return!0}function Q(e){var s=e.matchUntil("]]>");return e.shift(3),s&&t._emitToken({type:"Characters",data:s}),t.setState(a),!0}function X(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-comment"),t._emitToken(t._currentToken),e.unget(o),t.setState(a)):"-"===o?t.setState(J):">"===o?(t._parseError("incorrect-comment"),t._emitToken(t._currentToken),t.setState(a)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data+="�"):(t._currentToken.data+=o,t.setState(ee)),!0}function J(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-comment"),t._emitToken(t._currentToken),e.unget(o),t.setState(a)):"-"===o?t.setState(ae):">"===o?(t._parseError("incorrect-comment"),t._emitToken(t._currentToken),t.setState(a)):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data+="�"):(t._currentToken.data+="-"+o,t.setState(ee)),!0}function ee(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-comment"),t._emitToken(t._currentToken),e.unget(o),t.setState(a)):"-"===o?t.setState(te):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data+="�"):(t._currentToken.data+=o,e.commit()),!0}function te(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-comment-end-dash"),t._emitToken(t._currentToken),e.unget(o),t.setState(a)):"-"===o?t.setState(ae):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data+="-�",t.setState(ee)):(t._currentToken.data+="-"+o+e.matchUntil("\0|-"),e.char()),!0}function ae(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-comment-double-dash"),t._emitToken(t._currentToken),e.unget(o),t.setState(a)):">"===o?(t._emitToken(t._currentToken),t.setState(a)):"!"===o?(t._parseError("unexpected-bang-after-double-dash-in-comment"),t.setState(se)):"-"===o?(t._parseError("unexpected-dash-after-double-dash-in-comment"),t._currentToken.data+=o):"\0"===o?(t._parseError("invalid-codepoint"),t._currentToken.data+="--�",t.setState(ee)):(t._parseError("unexpected-char-in-comment"),t._currentToken.data+="--"+o,t.setState(ee)),!0}function se(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-comment-end-bang-state"),t._emitToken(t._currentToken),e.unget(o),t.setState(a)):">"===o?(t._emitToken(t._currentToken),t.setState(a)):"-"===o?(t._currentToken.data+="--!",t.setState(te)):(t._currentToken.data+="--!"+o,t.setState(ee)),!0}function oe(e){var o=e.char();return o===s.EOF?(t._parseError("expected-doctype-name-but-got-eof"),t._currentToken.forceQuirks=!0,e.unget(o),t.setState(a),t._emitCurrentToken()):(n(o)||(t._parseError("need-space-after-doctype"),e.unget(o)),t.setState(ne)),!0}function ne(e){var o=e.char();return o===s.EOF?(t._parseError("expected-doctype-name-but-got-eof"),t._currentToken.forceQuirks=!0,e.unget(o),t.setState(a),t._emitCurrentToken()):n(o)||(">"===o?(t._parseError("expected-doctype-name-but-got-right-bracket"),t._currentToken.forceQuirks=!0,t.setState(a),t._emitCurrentToken()):(i(o)&&(o=o.toLowerCase()),t._currentToken.name=o,t.setState(ie))),!0}function ie(e){var o=e.char();return o===s.EOF?(t._currentToken.forceQuirks=!0,e.unget(o),t._parseError("eof-in-doctype-name"),t.setState(a),t._emitCurrentToken()):n(o)?t.setState(le):">"===o?(t.setState(a),t._emitCurrentToken()):(i(o)&&(o=o.toLowerCase()),t._currentToken.name+=o,e.commit()),!0}function le(e){var o=e.char();if(o===s.EOF)t._currentToken.forceQuirks=!0,e.unget(o),t._parseError("eof-in-doctype"),t.setState(a),t._emitCurrentToken();else if(n(o));else if(">"===o)t.setState(a),t._emitCurrentToken();else{if(["p","P"].indexOf(o)>-1){var i=[["u","U"],["b","B"],["l","L"],["i","I"],["c","C"]].every((function(t){return o=e.char(),t.indexOf(o)>-1}));if(i)return t.setState(re),!0}else if(["s","S"].indexOf(o)>-1&&(i=[["y","Y"],["s","S"],["t","T"],["e","E"],["m","M"]].every((function(t){return o=e.char(),t.indexOf(o)>-1}))))return t.setState(ue),!0;e.unget(o),t._currentToken.forceQuirks=!0,o===s.EOF?(t._parseError("eof-in-doctype"),e.unget(o),t.setState(a),t._emitCurrentToken()):(t._parseError("expected-space-or-right-bracket-in-doctype",{data:o}),t.setState(we))}return!0}function re(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,e.unget(o),t.setState(a),t._emitCurrentToken()):n(o)?t.setState(ce):"'"===o||'"'===o?(t._parseError("unexpected-char-in-doctype"),e.unget(o),t.setState(ce)):(e.unget(o),t.setState(ce)),!0}function ce(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,e.unget(o),t.setState(a),t._emitCurrentToken()):n(o)||('"'===o?(t._currentToken.publicId="",t.setState(de)):"'"===o?(t._currentToken.publicId="",t.setState(he)):">"===o?(t._parseError("unexpected-end-of-doctype"),t._currentToken.forceQuirks=!0,t.setState(a),t._emitCurrentToken()):(t._parseError("unexpected-char-in-doctype"),t._currentToken.forceQuirks=!0,t.setState(we))),!0}function de(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,e.unget(o),t.setState(a),t._emitCurrentToken()):'"'===o?t.setState(pe):">"===o?(t._parseError("unexpected-end-of-doctype"),t._currentToken.forceQuirks=!0,t.setState(a),t._emitCurrentToken()):t._currentToken.publicId+=o,!0}function he(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,e.unget(o),t.setState(a),t._emitCurrentToken()):"'"===o?t.setState(pe):">"===o?(t._parseError("unexpected-end-of-doctype"),t._currentToken.forceQuirks=!0,t.setState(a),t._emitCurrentToken()):t._currentToken.publicId+=o,!0}function pe(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):n(o)?t.setState(ge):">"===o?(t.setState(a),t._emitCurrentToken()):'"'===o?(t._parseError("unexpected-char-in-doctype"),t._currentToken.systemId="",t.setState(ve)):"'"===o?(t._parseError("unexpected-char-in-doctype"),t._currentToken.systemId="",t.setState(be)):(t._parseError("unexpected-char-in-doctype"),t._currentToken.forceQuirks=!0,t.setState(we)),!0}function ge(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):n(o)||(">"===o?(t._emitCurrentToken(),t.setState(a)):'"'===o?(t._currentToken.systemId="",t.setState(ve)):"'"===o?(t._currentToken.systemId="",t.setState(be)):(t._parseError("unexpected-char-in-doctype"),t._currentToken.forceQuirks=!0,t.setState(we))),!0}function ue(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):n(o)?t.setState(me):"'"===o||'"'===o?(t._parseError("unexpected-char-in-doctype"),e.unget(o),t.setState(me)):(e.unget(o),t.setState(me)),!0}function me(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):n(o)||('"'===o?(t._currentToken.systemId="",t.setState(ve)):"'"===o?(t._currentToken.systemId="",t.setState(be)):">"===o?(t._parseError("unexpected-end-of-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),t.setState(a)):(t._parseError("unexpected-char-in-doctype"),t._currentToken.forceQuirks=!0,t.setState(we))),!0}function ve(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):'"'===o?t.setState(fe):">"===o?(t._parseError("unexpected-end-of-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),t.setState(a)):t._currentToken.systemId+=o,!0}function be(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):"'"===o?t.setState(fe):">"===o?(t._parseError("unexpected-end-of-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),t.setState(a)):t._currentToken.systemId+=o,!0}function fe(e){var o=e.char();return o===s.EOF?(t._parseError("eof-in-doctype"),t._currentToken.forceQuirks=!0,t._emitCurrentToken(),e.unget(o),t.setState(a)):n(o)||(">"===o?(t._emitCurrentToken(),t.setState(a)):(t._parseError("unexpected-char-in-doctype"),t.setState(we))),!0}function we(e){var o=e.char();return o===s.EOF?(e.unget(o),t._emitCurrentToken(),t.setState(a)):">"===o&&(t._emitCurrentToken(),t.setState(a)),!0}},Object.defineProperty(l.prototype,"lineNumber",{get:function(){return this._inputStream.location().line}}),Object.defineProperty(l.prototype,"columnNumber",{get:function(){return this._inputStream.location().column}}),a.Tokenizer=l},{"./EntityParser":2,"./InputStream":3}],6:[function(e,t,a){var s=e("assert"),o=e("./messages.json"),n=e("./constants"),i=(e("events").EventEmitter,e("./Tokenizer").Tokenizer),l=e("./ElementStack").ElementStack,r=e("./StackItem").StackItem,c={};function d(e){return" "===e||"\n"===e||"\t"===e||"\r"===e||"\f"===e}function h(e){for(var t=0;t<e.length;t++)if(!d(e[t]))return!1;return!0}function p(e){for(var t=0;t<e.length;t++)if(!d(a=e[t])&&"�"!==a)return!1;var a;return!0}function g(e,t){for(var a=0;a<e.attributes.length;a++){var s=e.attributes[a];if(s.nodeName===t)return s}return null}function u(e){this.characters=e,this.current=0,this.end=this.characters.length}function m(){this.tokenizer=null,this.errorHandler=null,this.scriptingEnabled=!1,this.document=null,this.head=null,this.form=null,this.openElements=new l,this.activeFormattingElements=[],this.insertionMode=null,this.insertionModeName="",this.originalInsertionMode="",this.inQuirksMode=!1,this.compatMode="no quirks",this.framesetOk=!0,this.redirectAttachToFosterParent=!1,this.selfClosingFlagAcknowledged=!1,this.context="",this.pendingTableCharacters=[],this.shouldSkipLeadingNewline=!1;var e=this,t=this.insertionModes={};t.base={end_tag_handlers:{"-default":"endTagOther"},start_tag_handlers:{"-default":"startTagOther"},processEOF:function(){e.generateImpliedEndTags(),e.openElements.length>2||2==e.openElements.length&&"body"!=e.openElements.item(1).localName?e.parseError("expected-closing-tag-but-got-eof"):e.context&&e.openElements.length},processComment:function(t){e.insertComment(t,e.currentStackItem().node)},processDoctype:function(t,a,s,o){e.parseError("unexpected-doctype")},processStartTag:function(e,t,a){if(this[this.start_tag_handlers[e]])this[this.start_tag_handlers[e]](e,t,a);else{if(!this[this.start_tag_handlers["-default"]])throw new Error("No handler found for "+e);this[this.start_tag_handlers["-default"]](e,t,a)}},processEndTag:function(e){if(this[this.end_tag_handlers[e]])this[this.end_tag_handlers[e]](e);else{if(!this[this.end_tag_handlers["-default"]])throw new Error("No handler found for "+e);this[this.end_tag_handlers["-default"]](e)}},startTagHtml:function(e,a){t.inBody.startTagHtml(e,a)}},t.initial=Object.create(t.base),t.initial.processEOF=function(){e.parseError("expected-doctype-but-got-eof"),this.anythingElse(),e.insertionMode.processEOF()},t.initial.processComment=function(t){e.insertComment(t,e.document)},t.initial.processDoctype=function(t,a,s,o){function n(e){return 0===a.toLowerCase().indexOf(e)}e.insertDoctype(t||"",a||"",s||""),o||"html"!=t||null!=a&&(["+//silmaril//dtd html pro v0r11 19970101//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//as//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html strict//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//ietf//dtd html//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//spyglass//dtd html 2.0 extended//","-//sq//dtd html 2.0 hotmetal + extensions//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//","html"].some(n)||["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"].indexOf(a.toLowerCase())>-1||null==s&&["-//w3c//dtd html 4.01 transitional//","-//w3c//dtd html 4.01 frameset//"].some(n))||null!=s&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"==s.toLowerCase()?(e.compatMode="quirks",e.parseError("quirky-doctype")):null!=a&&(["-//w3c//dtd xhtml 1.0 transitional//","-//w3c//dtd xhtml 1.0 frameset//"].some(n)||null!=s&&["-//w3c//dtd html 4.01 transitional//","-//w3c//dtd html 4.01 frameset//"].indexOf(a.toLowerCase())>-1)?(e.compatMode="limited quirks",e.parseError("almost-standards-doctype")):"-//W3C//DTD HTML 4.0//EN"==a&&(null==s||"http://www.w3.org/TR/REC-html40/strict.dtd"==s)||"-//W3C//DTD HTML 4.01//EN"==a&&(null==s||"http://www.w3.org/TR/html4/strict.dtd"==s)||"-//W3C//DTD XHTML 1.0 Strict//EN"==a&&"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"==s||"-//W3C//DTD XHTML 1.1//EN"==a&&"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"==s||(null!=s&&"about:legacy-compat"!=s||null!=a)&&e.parseError("unknown-doctype"),e.setInsertionMode("beforeHTML")},t.initial.processCharacters=function(t){t.skipLeadingWhitespace(),t.length&&(e.parseError("expected-doctype-but-got-chars"),this.anythingElse(),e.insertionMode.processCharacters(t))},t.initial.processStartTag=function(t,a,s){e.parseError("expected-doctype-but-got-start-tag",{name:t}),this.anythingElse(),e.insertionMode.processStartTag(t,a,s)},t.initial.processEndTag=function(t){e.parseError("expected-doctype-but-got-end-tag",{name:t}),this.anythingElse(),e.insertionMode.processEndTag(t)},t.initial.anythingElse=function(){e.compatMode="quirks",e.setInsertionMode("beforeHTML")},t.beforeHTML=Object.create(t.base),t.beforeHTML.start_tag_handlers={html:"startTagHtml","-default":"startTagOther"},t.beforeHTML.processEOF=function(){this.anythingElse(),e.insertionMode.processEOF()},t.beforeHTML.processComment=function(t){e.insertComment(t,e.document)},t.beforeHTML.processCharacters=function(t){t.skipLeadingWhitespace(),t.length&&(this.anythingElse(),e.insertionMode.processCharacters(t))},t.beforeHTML.startTagHtml=function(t,a,s){e.insertHtmlElement(a),e.setInsertionMode("beforeHead")},t.beforeHTML.startTagOther=function(t,a,s){this.anythingElse(),e.insertionMode.processStartTag(t,a,s)},t.beforeHTML.processEndTag=function(t){this.anythingElse(),e.insertionMode.processEndTag(t)},t.beforeHTML.anythingElse=function(){e.insertHtmlElement(),e.setInsertionMode("beforeHead")},t.afterAfterBody=Object.create(t.base),t.afterAfterBody.start_tag_handlers={html:"startTagHtml","-default":"startTagOther"},t.afterAfterBody.processComment=function(t){e.insertComment(t,e.document)},t.afterAfterBody.processDoctype=function(e){t.inBody.processDoctype(e)},t.afterAfterBody.startTagHtml=function(e,a){t.inBody.startTagHtml(e,a)},t.afterAfterBody.startTagOther=function(t,a,s){e.parseError("unexpected-start-tag",{name:t}),e.setInsertionMode("inBody"),e.insertionMode.processStartTag(t,a,s)},t.afterAfterBody.endTagOther=function(t){e.parseError("unexpected-end-tag",{name:t}),e.setInsertionMode("inBody"),e.insertionMode.processEndTag(t)},t.afterAfterBody.processCharacters=function(a){if(!h(a.characters))return e.parseError("unexpected-char-after-body"),e.setInsertionMode("inBody"),e.insertionMode.processCharacters(a);t.inBody.processCharacters(a)},t.afterBody=Object.create(t.base),t.afterBody.end_tag_handlers={html:"endTagHtml","-default":"endTagOther"},t.afterBody.processComment=function(t){e.insertComment(t,e.openElements.rootNode)},t.afterBody.processCharacters=function(a){if(!h(a.characters))return e.parseError("unexpected-char-after-body"),e.setInsertionMode("inBody"),e.insertionMode.processCharacters(a);t.inBody.processCharacters(a)},t.afterBody.processStartTag=function(t,a,s){e.parseError("unexpected-start-tag-after-body",{name:t}),e.setInsertionMode("inBody"),e.insertionMode.processStartTag(t,a,s)},t.afterBody.endTagHtml=function(t){e.context?e.parseError("end-html-in-innerhtml"):e.setInsertionMode("afterAfterBody")},t.afterBody.endTagOther=function(t){e.parseError("unexpected-end-tag-after-body",{name:t}),e.setInsertionMode("inBody"),e.insertionMode.processEndTag(t)},t.afterFrameset=Object.create(t.base),t.afterFrameset.start_tag_handlers={html:"startTagHtml",noframes:"startTagNoframes","-default":"startTagOther"},t.afterFrameset.end_tag_handlers={html:"endTagHtml","-default":"endTagOther"},t.afterFrameset.processCharacters=function(t){for(var a=t.takeRemaining(),s="",o=0;o<a.length;o++){var n=a[o];d(n)&&(s+=n)}s&&e.insertText(s),s.length<a.length&&e.parseError("expected-eof-but-got-char")},t.afterFrameset.startTagNoframes=function(e,a){t.inHead.processStartTag(e,a)},t.afterFrameset.startTagOther=function(t,a){e.parseError("unexpected-start-tag-after-frameset",{name:t})},t.afterFrameset.endTagHtml=function(t){e.setInsertionMode("afterAfterFrameset")},t.afterFrameset.endTagOther=function(t){e.parseError("unexpected-end-tag-after-frameset",{name:t})},t.beforeHead=Object.create(t.base),t.beforeHead.start_tag_handlers={html:"startTagHtml",head:"startTagHead","-default":"startTagOther"},t.beforeHead.end_tag_handlers={html:"endTagImplyHead",head:"endTagImplyHead",body:"endTagImplyHead",br:"endTagImplyHead","-default":"endTagOther"},t.beforeHead.processEOF=function(){this.startTagHead("head",[]),e.insertionMode.processEOF()},t.beforeHead.processCharacters=function(t){t.skipLeadingWhitespace(),t.length&&(this.startTagHead("head",[]),e.insertionMode.processCharacters(t))},t.beforeHead.startTagHead=function(t,a){e.insertHeadElement(a),e.setInsertionMode("inHead")},t.beforeHead.startTagOther=function(t,a,s){this.startTagHead("head",[]),e.insertionMode.processStartTag(t,a,s)},t.beforeHead.endTagImplyHead=function(t){this.startTagHead("head",[]),e.insertionMode.processEndTag(t)},t.beforeHead.endTagOther=function(t){e.parseError("end-tag-after-implied-root",{name:t})},t.inHead=Object.create(t.base),t.inHead.start_tag_handlers={html:"startTagHtml",head:"startTagHead",title:"startTagTitle",script:"startTagScript",style:"startTagNoFramesStyle",noscript:"startTagNoScript",noframes:"startTagNoFramesStyle",base:"startTagBaseBasefontBgsoundLink",basefont:"startTagBaseBasefontBgsoundLink",bgsound:"startTagBaseBasefontBgsoundLink",link:"startTagBaseBasefontBgsoundLink",meta:"startTagMeta","-default":"startTagOther"},t.inHead.end_tag_handlers={head:"endTagHead",html:"endTagHtmlBodyBr",body:"endTagHtmlBodyBr",br:"endTagHtmlBodyBr","-default":"endTagOther"},t.inHead.processEOF=function(){var t=e.currentStackItem().localName;-1!=["title","style","script"].indexOf(t)&&(e.parseError("expected-named-closing-tag-but-got-eof",{name:t}),e.popElement()),this.anythingElse(),e.insertionMode.processEOF()},t.inHead.processCharacters=function(t){var a=t.takeLeadingWhitespace();a&&e.insertText(a),t.length&&(this.anythingElse(),e.insertionMode.processCharacters(t))},t.inHead.startTagHtml=function(e,a){t.inBody.processStartTag(e,a)},t.inHead.startTagHead=function(t,a){e.parseError("two-heads-are-not-better-than-one")},t.inHead.startTagTitle=function(t,a){e.processGenericRCDATAStartTag(t,a)},t.inHead.startTagNoScript=function(t,a){if(e.scriptingEnabled)return e.processGenericRawTextStartTag(t,a);e.insertElement(t,a),e.setInsertionMode("inHeadNoscript")},t.inHead.startTagNoFramesStyle=function(t,a){e.processGenericRawTextStartTag(t,a)},t.inHead.startTagScript=function(t,a){e.insertElement(t,a),e.tokenizer.setState(i.SCRIPT_DATA),e.originalInsertionMode=e.insertionModeName,e.setInsertionMode("text")},t.inHead.startTagBaseBasefontBgsoundLink=function(t,a){e.insertSelfClosingElement(t,a)},t.inHead.startTagMeta=function(t,a){e.insertSelfClosingElement(t,a)},t.inHead.startTagOther=function(t,a,s){this.anythingElse(),e.insertionMode.processStartTag(t,a,s)},t.inHead.endTagHead=function(t){"head"==e.openElements.item(e.openElements.length-1).localName?e.openElements.pop():e.parseError("unexpected-end-tag",{name:"head"}),e.setInsertionMode("afterHead")},t.inHead.endTagHtmlBodyBr=function(t){this.anythingElse(),e.insertionMode.processEndTag(t)},t.inHead.endTagOther=function(t){e.parseError("unexpected-end-tag",{name:t})},t.inHead.anythingElse=function(){this.endTagHead("head")},t.afterHead=Object.create(t.base),t.afterHead.start_tag_handlers={html:"startTagHtml",head:"startTagHead",body:"startTagBody",frameset:"startTagFrameset",base:"startTagFromHead",link:"startTagFromHead",meta:"startTagFromHead",script:"startTagFromHead",style:"startTagFromHead",title:"startTagFromHead","-default":"startTagOther"},t.afterHead.end_tag_handlers={body:"endTagBodyHtmlBr",html:"endTagBodyHtmlBr",br:"endTagBodyHtmlBr","-default":"endTagOther"},t.afterHead.processEOF=function(){this.anythingElse(),e.insertionMode.processEOF()},t.afterHead.processCharacters=function(t){var a=t.takeLeadingWhitespace();a&&e.insertText(a),t.length&&(this.anythingElse(),e.insertionMode.processCharacters(t))},t.afterHead.startTagHtml=function(e,a){t.inBody.processStartTag(e,a)},t.afterHead.startTagBody=function(t,a){e.framesetOk=!1,e.insertBodyElement(a),e.setInsertionMode("inBody")},t.afterHead.startTagFrameset=function(t,a){e.insertElement(t,a),e.setInsertionMode("inFrameset")},t.afterHead.startTagFromHead=function(a,s,o){e.parseError("unexpected-start-tag-out-of-my-head",{name:a}),e.openElements.push(e.head),t.inHead.processStartTag(a,s,o),e.openElements.remove(e.head)},t.afterHead.startTagHead=function(t,a,s){e.parseError("unexpected-start-tag",{name:t})},t.afterHead.startTagOther=function(t,a,s){this.anythingElse(),e.insertionMode.processStartTag(t,a,s)},t.afterHead.endTagBodyHtmlBr=function(t){this.anythingElse(),e.insertionMode.processEndTag(t)},t.afterHead.endTagOther=function(t){e.parseError("unexpected-end-tag",{name:t})},t.afterHead.anythingElse=function(){e.insertBodyElement([]),e.setInsertionMode("inBody"),e.framesetOk=!0},t.inBody=Object.create(t.base),t.inBody.start_tag_handlers={html:"startTagHtml",head:"startTagMisplaced",base:"startTagProcessInHead",basefont:"startTagProcessInHead",bgsound:"startTagProcessInHead",link:"startTagProcessInHead",meta:"startTagProcessInHead",noframes:"startTagProcessInHead",script:"startTagProcessInHead",style:"startTagProcessInHead",title:"startTagProcessInHead",body:"startTagBody",form:"startTagForm",plaintext:"startTagPlaintext",a:"startTagA",button:"startTagButton",xmp:"startTagXmp",table:"startTagTable",hr:"startTagHr",image:"startTagImage",input:"startTagInput",textarea:"startTagTextarea",select:"startTagSelect",isindex:"startTagIsindex",applet:"startTagAppletMarqueeObject",marquee:"startTagAppletMarqueeObject",object:"startTagAppletMarqueeObject",li:"startTagListItem",dd:"startTagListItem",dt:"startTagListItem",address:"startTagCloseP",article:"startTagCloseP",aside:"startTagCloseP",blockquote:"startTagCloseP",center:"startTagCloseP",details:"startTagCloseP",dir:"startTagCloseP",div:"startTagCloseP",dl:"startTagCloseP",fieldset:"startTagCloseP",figcaption:"startTagCloseP",figure:"startTagCloseP",footer:"startTagCloseP",header:"startTagCloseP",hgroup:"startTagCloseP",main:"startTagCloseP",menu:"startTagCloseP",nav:"startTagCloseP",ol:"startTagCloseP",p:"startTagCloseP",section:"startTagCloseP",summary:"startTagCloseP",ul:"startTagCloseP",listing:"startTagPreListing",pre:"startTagPreListing",b:"startTagFormatting",big:"startTagFormatting",code:"startTagFormatting",em:"startTagFormatting",font:"startTagFormatting",i:"startTagFormatting",s:"startTagFormatting",small:"startTagFormatting",strike:"startTagFormatting",strong:"startTagFormatting",tt:"startTagFormatting",u:"startTagFormatting",nobr:"startTagNobr",area:"startTagVoidFormatting",br:"startTagVoidFormatting",embed:"startTagVoidFormatting",img:"startTagVoidFormatting",keygen:"startTagVoidFormatting",wbr:"startTagVoidFormatting",param:"startTagParamSourceTrack",source:"startTagParamSourceTrack",track:"startTagParamSourceTrack",iframe:"startTagIFrame",noembed:"startTagRawText",noscript:"startTagRawText",h1:"startTagHeading",h2:"startTagHeading",h3:"startTagHeading",h4:"startTagHeading",h5:"startTagHeading",h6:"startTagHeading",caption:"startTagMisplaced",col:"startTagMisplaced",colgroup:"startTagMisplaced",frame:"startTagMisplaced",frameset:"startTagFrameset",tbody:"startTagMisplaced",td:"startTagMisplaced",tfoot:"startTagMisplaced",th:"startTagMisplaced",thead:"startTagMisplaced",tr:"startTagMisplaced",option:"startTagOptionOptgroup",optgroup:"startTagOptionOptgroup",math:"startTagMath",svg:"startTagSVG",rt:"startTagRpRt",rp:"startTagRpRt","-default":"startTagOther"},t.inBody.end_tag_handlers={p:"endTagP",body:"endTagBody",html:"endTagHtml",address:"endTagBlock",article:"endTagBlock",aside:"endTagBlock",blockquote:"endTagBlock",button:"endTagBlock",center:"endTagBlock",details:"endTagBlock",dir:"endTagBlock",div:"endTagBlock",dl:"endTagBlock",fieldset:"endTagBlock",figcaption:"endTagBlock",figure:"endTagBlock",footer:"endTagBlock",header:"endTagBlock",hgroup:"endTagBlock",listing:"endTagBlock",main:"endTagBlock",menu:"endTagBlock",nav:"endTagBlock",ol:"endTagBlock",pre:"endTagBlock",section:"endTagBlock",summary:"endTagBlock",ul:"endTagBlock",form:"endTagForm",applet:"endTagAppletMarqueeObject",marquee:"endTagAppletMarqueeObject",object:"endTagAppletMarqueeObject",dd:"endTagListItem",dt:"endTagListItem",li:"endTagListItem",h1:"endTagHeading",h2:"endTagHeading",h3:"endTagHeading",h4:"endTagHeading",h5:"endTagHeading",h6:"endTagHeading",a:"endTagFormatting",b:"endTagFormatting",big:"endTagFormatting",code:"endTagFormatting",em:"endTagFormatting",font:"endTagFormatting",i:"endTagFormatting",nobr:"endTagFormatting",s:"endTagFormatting",small:"endTagFormatting",strike:"endTagFormatting",strong:"endTagFormatting",tt:"endTagFormatting",u:"endTagFormatting",br:"endTagBr","-default":"endTagOther"},t.inBody.processCharacters=function(t){e.shouldSkipLeadingNewline&&(e.shouldSkipLeadingNewline=!1,t.skipAtMostOneLeadingNewline()),e.reconstructActiveFormattingElements();var a=t.takeRemaining();(a=a.replace(/\u0000/g,(function(t,a){return e.parseError("invalid-codepoint"),""})))&&(e.insertText(a),e.framesetOk&&!p(a)&&(e.framesetOk=!1))},t.inBody.startTagHtml=function(t,a){e.parseError("non-html-root"),e.addAttributesToElement(e.openElements.rootNode,a)},t.inBody.startTagProcessInHead=function(e,a){t.inHead.processStartTag(e,a)},t.inBody.startTagBody=function(t,a){e.parseError("unexpected-start-tag",{name:"body"}),1==e.openElements.length||"body"!=e.openElements.item(1).localName?s.ok(e.context):(e.framesetOk=!1,e.addAttributesToElement(e.openElements.bodyElement,a))},t.inBody.startTagFrameset=function(t,a){if(e.parseError("unexpected-start-tag",{name:"frameset"}),1==e.openElements.length||"body"!=e.openElements.item(1).localName)s.ok(e.context);else if(e.framesetOk){for(e.detachFromParent(e.openElements.bodyElement);e.openElements.length>1;)e.openElements.pop();e.insertElement(t,a),e.setInsertionMode("inFrameset")}},t.inBody.startTagCloseP=function(t,a){e.openElements.inButtonScope("p")&&this.endTagP("p"),e.insertElement(t,a)},t.inBody.startTagPreListing=function(t,a){e.openElements.inButtonScope("p")&&this.endTagP("p"),e.insertElement(t,a),e.framesetOk=!1,e.shouldSkipLeadingNewline=!0},t.inBody.startTagForm=function(t,a){e.form?e.parseError("unexpected-start-tag",{name:t}):(e.openElements.inButtonScope("p")&&this.endTagP("p"),e.insertElement(t,a),e.form=e.currentStackItem())},t.inBody.startTagRpRt=function(t,a){e.openElements.inScope("ruby")&&(e.generateImpliedEndTags(),"ruby"!=e.currentStackItem().localName&&e.parseError("unexpected-start-tag",{name:t})),e.insertElement(t,a)},t.inBody.startTagListItem=function(t,a){for(var s={li:["li"],dd:["dd","dt"],dt:["dd","dt"]}[t],o=e.openElements,n=o.length-1;n>=0;n--){var i=o.item(n);if(-1!=s.indexOf(i.localName)){e.insertionMode.processEndTag(i.localName);break}if(i.isSpecial()&&"p"!==i.localName&&"address"!==i.localName&&"div"!==i.localName)break}e.openElements.inButtonScope("p")&&this.endTagP("p"),e.insertElement(t,a),e.framesetOk=!1},t.inBody.startTagPlaintext=function(t,a){e.openElements.inButtonScope("p")&&this.endTagP("p"),e.insertElement(t,a),e.tokenizer.setState(i.PLAINTEXT)},t.inBody.startTagHeading=function(t,a){e.openElements.inButtonScope("p")&&this.endTagP("p"),e.currentStackItem().isNumberedHeader()&&(e.parseError("unexpected-start-tag",{name:t}),e.popElement()),e.insertElement(t,a)},t.inBody.startTagA=function(t,a){var s=e.elementInActiveFormattingElements("a");s&&(e.parseError("unexpected-start-tag-implies-end-tag",{startName:"a",endName:"a"}),e.adoptionAgencyEndTag("a"),e.openElements.contains(s)&&e.openElements.remove(s),e.removeElementFromActiveFormattingElements(s)),e.reconstructActiveFormattingElements(),e.insertFormattingElement(t,a)},t.inBody.startTagFormatting=function(t,a){e.reconstructActiveFormattingElements(),e.insertFormattingElement(t,a)},t.inBody.startTagNobr=function(t,a){e.reconstructActiveFormattingElements(),e.openElements.inScope("nobr")&&(e.parseError("unexpected-start-tag-implies-end-tag",{startName:"nobr",endName:"nobr"}),this.processEndTag("nobr"),e.reconstructActiveFormattingElements()),e.insertFormattingElement(t,a)},t.inBody.startTagButton=function(t,a){e.openElements.inScope("button")?(e.parseError("unexpected-start-tag-implies-end-tag",{startName:"button",endName:"button"}),this.processEndTag("button"),e.insertionMode.processStartTag(t,a)):(e.framesetOk=!1,e.reconstructActiveFormattingElements(),e.insertElement(t,a))},t.inBody.startTagAppletMarqueeObject=function(t,a){e.reconstructActiveFormattingElements(),e.insertElement(t,a),e.activeFormattingElements.push(c),e.framesetOk=!1},t.inBody.endTagAppletMarqueeObject=function(t){e.openElements.inScope(t)?(e.generateImpliedEndTags(),e.currentStackItem().localName!=t&&e.parseError("end-tag-too-early",{name:t}),e.openElements.popUntilPopped(t),e.clearActiveFormattingElements()):e.parseError("unexpected-end-tag",{name:t})},t.inBody.startTagXmp=function(t,a){e.openElements.inButtonScope("p")&&this.processEndTag("p"),e.reconstructActiveFormattingElements(),e.processGenericRawTextStartTag(t,a),e.framesetOk=!1},t.inBody.startTagTable=function(t,a){"quirks"!==e.compatMode&&e.openElements.inButtonScope("p")&&this.processEndTag("p"),e.insertElement(t,a),e.setInsertionMode("inTable"),e.framesetOk=!1},t.inBody.startTagVoidFormatting=function(t,a){e.reconstructActiveFormattingElements(),e.insertSelfClosingElement(t,a),e.framesetOk=!1},t.inBody.startTagParamSourceTrack=function(t,a){e.insertSelfClosingElement(t,a)},t.inBody.startTagHr=function(t,a){e.openElements.inButtonScope("p")&&this.endTagP("p"),e.insertSelfClosingElement(t,a),e.framesetOk=!1},t.inBody.startTagImage=function(t,a){e.parseError("unexpected-start-tag-treated-as",{originalName:"image",newName:"img"}),this.processStartTag("img",a)},t.inBody.startTagInput=function(t,a){var s=e.framesetOk;for(var o in this.startTagVoidFormatting(t,a),a)if("type"==a[o].nodeName){"hidden"==a[o].nodeValue.toLowerCase()&&(e.framesetOk=s);break}},t.inBody.startTagIsindex=function(t,a){if(e.parseError("deprecated-tag",{name:"isindex"}),e.selfClosingFlagAcknowledged=!0,!e.form){var s=[],o=[],n="This is a searchable index. Enter search keywords: ";for(var i in a)switch(a[i].nodeName){case"action":s.push({nodeName:"action",nodeValue:a[i].nodeValue});break;case"prompt":n=a[i].nodeValue;break;case"name":break;default:o.push({nodeName:a[i].nodeName,nodeValue:a[i].nodeValue})}o.push({nodeName:"name",nodeValue:"isindex"}),this.processStartTag("form",s),this.processStartTag("hr"),this.processStartTag("label"),this.processCharacters(new u(n)),this.processStartTag("input",o),this.processEndTag("label"),this.processStartTag("hr"),this.processEndTag("form")}},t.inBody.startTagTextarea=function(t,a){e.insertElement(t,a),e.tokenizer.setState(i.RCDATA),e.originalInsertionMode=e.insertionModeName,e.shouldSkipLeadingNewline=!0,e.framesetOk=!1,e.setInsertionMode("text")},t.inBody.startTagIFrame=function(t,a){e.framesetOk=!1,this.startTagRawText(t,a)},t.inBody.startTagRawText=function(t,a){e.processGenericRawTextStartTag(t,a)},t.inBody.startTagSelect=function(t,a){e.reconstructActiveFormattingElements(),e.insertElement(t,a),e.framesetOk=!1;var s=e.insertionModeName;"inTable"==s||"inCaption"==s||"inColumnGroup"==s||"inTableBody"==s||"inRow"==s||"inCell"==s?e.setInsertionMode("inSelectInTable"):e.setInsertionMode("inSelect")},t.inBody.startTagMisplaced=function(t,a){e.parseError("unexpected-start-tag-ignored",{name:t})},t.inBody.endTagMisplaced=function(t){e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagBr=function(t){e.parseError("unexpected-end-tag-treated-as",{originalName:"br",newName:"br element"}),e.reconstructActiveFormattingElements(),e.insertElement(t,[]),e.popElement()},t.inBody.startTagOptionOptgroup=function(t,a){"option"==e.currentStackItem().localName&&e.popElement(),e.reconstructActiveFormattingElements(),e.insertElement(t,a)},t.inBody.startTagOther=function(t,a){e.reconstructActiveFormattingElements(),e.insertElement(t,a)},t.inBody.endTagOther=function(t){for(var a,s=e.openElements.length-1;s>0;s--){if((a=e.openElements.item(s)).localName==t){e.generateImpliedEndTags(t),e.currentStackItem().localName!=t&&e.parseError("unexpected-end-tag",{name:t}),e.openElements.remove_openElements_until((function(e){return e===a}));break}if(a.isSpecial()){e.parseError("unexpected-end-tag",{name:t});break}}},t.inBody.startTagMath=function(t,a,s){e.reconstructActiveFormattingElements(),a=e.adjustMathMLAttributes(a),a=e.adjustForeignAttributes(a),e.insertForeignElement(t,a,"http://www.w3.org/1998/Math/MathML",s)},t.inBody.startTagSVG=function(t,a,s){e.reconstructActiveFormattingElements(),a=e.adjustSVGAttributes(a),a=e.adjustForeignAttributes(a),e.insertForeignElement(t,a,"http://www.w3.org/2000/svg",s)},t.inBody.endTagP=function(t){e.openElements.inButtonScope("p")?(e.generateImpliedEndTags("p"),"p"!=e.currentStackItem().localName&&e.parseError("unexpected-implied-end-tag",{name:"p"}),e.openElements.popUntilPopped(t)):(e.parseError("unexpected-end-tag",{name:"p"}),this.startTagCloseP("p",[]),this.endTagP("p"))},t.inBody.endTagBody=function(t){e.openElements.inScope("body")?("body"!=e.currentStackItem().localName&&e.parseError("expected-one-end-tag-but-got-another",{expectedName:e.currentStackItem().localName,gotName:t}),e.setInsertionMode("afterBody")):e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagHtml=function(t){e.openElements.inScope("body")?("body"!=e.currentStackItem().localName&&e.parseError("expected-one-end-tag-but-got-another",{expectedName:e.currentStackItem().localName,gotName:t}),e.setInsertionMode("afterBody"),e.insertionMode.processEndTag(t)):e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagBlock=function(t){e.openElements.inScope(t)?(e.generateImpliedEndTags(),e.currentStackItem().localName!=t&&e.parseError("end-tag-too-early",{name:t}),e.openElements.popUntilPopped(t)):e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagForm=function(t){var a=e.form;e.form=null,a&&e.openElements.inScope(t)?(e.generateImpliedEndTags(),e.currentStackItem()!=a&&e.parseError("end-tag-too-early-ignored",{name:"form"}),e.openElements.remove(a)):e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagListItem=function(t){e.openElements.inListItemScope(t)?(e.generateImpliedEndTags(t),e.currentStackItem().localName!=t&&e.parseError("end-tag-too-early",{name:t}),e.openElements.popUntilPopped(t)):e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagHeading=function(t){e.openElements.hasNumberedHeaderElementInScope()?(e.generateImpliedEndTags(),e.currentStackItem().localName!=t&&e.parseError("end-tag-too-early",{name:t}),e.openElements.remove_openElements_until((function(e){return e.isNumberedHeader()}))):e.parseError("unexpected-end-tag",{name:t})},t.inBody.endTagFormatting=function(t,a){e.adoptionAgencyEndTag(t)||this.endTagOther(t,a)},t.inCaption=Object.create(t.base),t.inCaption.start_tag_handlers={html:"startTagHtml",caption:"startTagTableElement",col:"startTagTableElement",colgroup:"startTagTableElement",tbody:"startTagTableElement",td:"startTagTableElement",tfoot:"startTagTableElement",thead:"startTagTableElement",tr:"startTagTableElement","-default":"startTagOther"},t.inCaption.end_tag_handlers={caption:"endTagCaption",table:"endTagTable",body:"endTagIgnore",col:"endTagIgnore",colgroup:"endTagIgnore",html:"endTagIgnore",tbody:"endTagIgnore",td:"endTagIgnore",tfood:"endTagIgnore",thead:"endTagIgnore",tr:"endTagIgnore","-default":"endTagOther"},t.inCaption.processCharacters=function(e){t.inBody.processCharacters(e)},t.inCaption.startTagTableElement=function(t,a){e.parseError("unexpected-end-tag",{name:t});var s=!e.openElements.inTableScope("caption");e.insertionMode.processEndTag("caption"),s||e.insertionMode.processStartTag(t,a)},t.inCaption.startTagOther=function(e,a,s){t.inBody.processStartTag(e,a,s)},t.inCaption.endTagCaption=function(t){e.openElements.inTableScope("caption")?(e.generateImpliedEndTags(),"caption"!=e.currentStackItem().localName&&e.parseError("expected-one-end-tag-but-got-another",{gotName:"caption",expectedName:e.currentStackItem().localName}),e.openElements.popUntilPopped("caption"),e.clearActiveFormattingElements(),e.setInsertionMode("inTable")):(s.ok(e.context),e.parseError("unexpected-end-tag",{name:t}))},t.inCaption.endTagTable=function(t){e.parseError("unexpected-end-table-in-caption");var a=!e.openElements.inTableScope("caption");e.insertionMode.processEndTag("caption"),a||e.insertionMode.processEndTag(t)},t.inCaption.endTagIgnore=function(t){e.parseError("unexpected-end-tag",{name:t})},t.inCaption.endTagOther=function(e){t.inBody.processEndTag(e)},t.inCell=Object.create(t.base),t.inCell.start_tag_handlers={html:"startTagHtml",caption:"startTagTableOther",col:"startTagTableOther",colgroup:"startTagTableOther",tbody:"startTagTableOther",td:"startTagTableOther",tfoot:"startTagTableOther",th:"startTagTableOther",thead:"startTagTableOther",tr:"startTagTableOther","-default":"startTagOther"},t.inCell.end_tag_handlers={td:"endTagTableCell",th:"endTagTableCell",body:"endTagIgnore",caption:"endTagIgnore",col:"endTagIgnore",colgroup:"endTagIgnore",html:"endTagIgnore",table:"endTagImply",tbody:"endTagImply",tfoot:"endTagImply",thead:"endTagImply",tr:"endTagImply","-default":"endTagOther"},t.inCell.processCharacters=function(e){t.inBody.processCharacters(e)},t.inCell.startTagTableOther=function(t,a,s){e.openElements.inTableScope("td")||e.openElements.inTableScope("th")?(this.closeCell(),e.insertionMode.processStartTag(t,a,s)):e.parseError("unexpected-start-tag",{name:t})},t.inCell.startTagOther=function(e,a,s){t.inBody.processStartTag(e,a,s)},t.inCell.endTagTableCell=function(t){e.openElements.inTableScope(t)?(e.generateImpliedEndTags(t),e.currentStackItem().localName!=t.toLowerCase()?(e.parseError("unexpected-cell-end-tag",{name:t}),e.openElements.popUntilPopped(t)):e.popElement(),e.clearActiveFormattingElements(),e.setInsertionMode("inRow")):e.parseError("unexpected-end-tag",{name:t})},t.inCell.endTagIgnore=function(t){e.parseError("unexpected-end-tag",{name:t})},t.inCell.endTagImply=function(t){e.openElements.inTableScope(t)?(this.closeCell(),e.insertionMode.processEndTag(t)):e.parseError("unexpected-end-tag",{name:t})},t.inCell.endTagOther=function(e){t.inBody.processEndTag(e)},t.inCell.closeCell=function(){e.openElements.inTableScope("td")?this.endTagTableCell("td"):e.openElements.inTableScope("th")&&this.endTagTableCell("th")},t.inColumnGroup=Object.create(t.base),t.inColumnGroup.start_tag_handlers={html:"startTagHtml",col:"startTagCol","-default":"startTagOther"},t.inColumnGroup.end_tag_handlers={colgroup:"endTagColgroup",col:"endTagCol","-default":"endTagOther"},t.inColumnGroup.ignoreEndTagColgroup=function(){return"html"==e.currentStackItem().localName},t.inColumnGroup.processCharacters=function(t){var a=t.takeLeadingWhitespace();if(a&&e.insertText(a),t.length){var s=this.ignoreEndTagColgroup();this.endTagColgroup("colgroup"),s||e.insertionMode.processCharacters(t)}},t.inColumnGroup.startTagCol=function(t,a){e.insertSelfClosingElement(t,a)},t.inColumnGroup.startTagOther=function(t,a,s){var o=this.ignoreEndTagColgroup();this.endTagColgroup("colgroup"),o||e.insertionMode.processStartTag(t,a,s)},t.inColumnGroup.endTagColgroup=function(t){this.ignoreEndTagColgroup()?(s.ok(e.context),e.parseError("unexpected-end-tag",{name:t})):(e.popElement(),e.setInsertionMode("inTable"))},t.inColumnGroup.endTagCol=function(t){e.parseError("no-end-tag",{name:"col"})},t.inColumnGroup.endTagOther=function(t){var a=this.ignoreEndTagColgroup();this.endTagColgroup("colgroup"),a||e.insertionMode.processEndTag(t)},t.inForeignContent=Object.create(t.base),t.inForeignContent.processStartTag=function(t,a,s){if(-1!=["b","big","blockquote","body","br","center","code","dd","div","dl","dt","em","embed","h1","h2","h3","h4","h5","h6","head","hr","i","img","li","listing","menu","meta","nobr","ol","p","pre","ruby","s","small","span","strong","strike","sub","sup","table","tt","u","ul","var"].indexOf(t)||"font"==t&&a.some((function(e){return["color","face","size"].indexOf(e.nodeName)>=0}))){for(e.parseError("unexpected-html-element-in-foreign-content",{name:t});e.currentStackItem().isForeign()&&!e.currentStackItem().isHtmlIntegrationPoint()&&!e.currentStackItem().isMathMLTextIntegrationPoint();)e.openElements.pop();e.insertionMode.processStartTag(t,a,s)}else"http://www.w3.org/1998/Math/MathML"==e.currentStackItem().namespaceURI&&(a=e.adjustMathMLAttributes(a)),"http://www.w3.org/2000/svg"==e.currentStackItem().namespaceURI&&(t=e.adjustSVGTagNameCase(t),a=e.adjustSVGAttributes(a)),a=e.adjustForeignAttributes(a),e.insertForeignElement(t,a,e.currentStackItem().namespaceURI,s)},t.inForeignContent.processEndTag=function(t){var a=e.currentStackItem(),s=e.openElements.length-1;for(a.localName.toLowerCase()!=t&&e.parseError("unexpected-end-tag",{name:t});0!==s;){if(a.localName.toLowerCase()==t){for(;e.openElements.pop()!=a;);break}if(s-=1,!(a=e.openElements.item(s)).isForeign()){e.insertionMode.processEndTag(t);break}}},t.inForeignContent.processCharacters=function(t){var a=t.takeRemaining();a=a.replace(/\u0000/g,(function(t,a){return e.parseError("invalid-codepoint"),"�"})),e.framesetOk&&!p(a)&&(e.framesetOk=!1),e.insertText(a)},t.inHeadNoscript=Object.create(t.base),t.inHeadNoscript.start_tag_handlers={html:"startTagHtml",basefont:"startTagBasefontBgsoundLinkMetaNoframesStyle",bgsound:"startTagBasefontBgsoundLinkMetaNoframesStyle",link:"startTagBasefontBgsoundLinkMetaNoframesStyle",meta:"startTagBasefontBgsoundLinkMetaNoframesStyle",noframes:"startTagBasefontBgsoundLinkMetaNoframesStyle",style:"startTagBasefontBgsoundLinkMetaNoframesStyle",head:"startTagHeadNoscript",noscript:"startTagHeadNoscript","-default":"startTagOther"},t.inHeadNoscript.end_tag_handlers={noscript:"endTagNoscript",br:"endTagBr","-default":"endTagOther"},t.inHeadNoscript.processCharacters=function(t){var a=t.takeLeadingWhitespace();a&&e.insertText(a),t.length&&(e.parseError("unexpected-char-in-frameset"),this.anythingElse(),e.insertionMode.processCharacters(t))},t.inHeadNoscript.processComment=function(e){t.inHead.processComment(e)},t.inHeadNoscript.startTagBasefontBgsoundLinkMetaNoframesStyle=function(e,a){t.inHead.processStartTag(e,a)},t.inHeadNoscript.startTagHeadNoscript=function(t,a){e.parseError("unexpected-start-tag-in-frameset",{name:t})},t.inHeadNoscript.startTagOther=function(t,a){e.parseError("unexpected-start-tag-in-frameset",{name:t}),this.anythingElse(),e.insertionMode.processStartTag(t,a)},t.inHeadNoscript.endTagBr=function(t,a){e.parseError("unexpected-end-tag-in-frameset",{name:t}),this.anythingElse(),e.insertionMode.processEndTag(t,a)},t.inHeadNoscript.endTagNoscript=function(t,a){e.popElement(),e.setInsertionMode("inHead")},t.inHeadNoscript.endTagOther=function(t,a){e.parseError("unexpected-end-tag-in-frameset",{name:t})},t.inHeadNoscript.anythingElse=function(){e.popElement(),e.setInsertionMode("inHead")},t.inFrameset=Object.create(t.base),t.inFrameset.start_tag_handlers={html:"startTagHtml",frameset:"startTagFrameset",frame:"startTagFrame",noframes:"startTagNoframes","-default":"startTagOther"},t.inFrameset.end_tag_handlers={frameset:"endTagFrameset",noframes:"endTagNoframes","-default":"endTagOther"},t.inFrameset.processCharacters=function(t){e.parseError("unexpected-char-in-frameset")},t.inFrameset.startTagFrameset=function(t,a){e.insertElement(t,a)},t.inFrameset.startTagFrame=function(t,a){e.insertSelfClosingElement(t,a)},t.inFrameset.startTagNoframes=function(e,a){t.inBody.processStartTag(e,a)},t.inFrameset.startTagOther=function(t,a){e.parseError("unexpected-start-tag-in-frameset",{name:t})},t.inFrameset.endTagFrameset=function(t,a){"html"==e.currentStackItem().localName?e.parseError("unexpected-frameset-in-frameset-innerhtml"):e.popElement(),e.context||"frameset"==e.currentStackItem().localName||e.setInsertionMode("afterFrameset")},t.inFrameset.endTagNoframes=function(e){t.inBody.processEndTag(e)},t.inFrameset.endTagOther=function(t){e.parseError("unexpected-end-tag-in-frameset",{name:t})},t.inTable=Object.create(t.base),t.inTable.start_tag_handlers={html:"startTagHtml",caption:"startTagCaption",colgroup:"startTagColgroup",col:"startTagCol",table:"startTagTable",tbody:"startTagRowGroup",tfoot:"startTagRowGroup",thead:"startTagRowGroup",td:"startTagImplyTbody",th:"startTagImplyTbody",tr:"startTagImplyTbody",style:"startTagStyleScript",script:"startTagStyleScript",input:"startTagInput",form:"startTagForm","-default":"startTagOther"},t.inTable.end_tag_handlers={table:"endTagTable",body:"endTagIgnore",caption:"endTagIgnore",col:"endTagIgnore",colgroup:"endTagIgnore",html:"endTagIgnore",tbody:"endTagIgnore",td:"endTagIgnore",tfoot:"endTagIgnore",th:"endTagIgnore",thead:"endTagIgnore",tr:"endTagIgnore","-default":"endTagOther"},t.inTable.processCharacters=function(a){if(e.currentStackItem().isFosterParenting()){var s=e.insertionModeName;e.setInsertionMode("inTableText"),e.originalInsertionMode=s,e.insertionMode.processCharacters(a)}else e.redirectAttachToFosterParent=!0,t.inBody.processCharacters(a),e.redirectAttachToFosterParent=!1},t.inTable.startTagCaption=function(t,a){e.openElements.popUntilTableScopeMarker(),e.activeFormattingElements.push(c),e.insertElement(t,a),e.setInsertionMode("inCaption")},t.inTable.startTagColgroup=function(t,a){e.openElements.popUntilTableScopeMarker(),e.insertElement(t,a),e.setInsertionMode("inColumnGroup")},t.inTable.startTagCol=function(t,a){this.startTagColgroup("colgroup",[]),e.insertionMode.processStartTag(t,a)},t.inTable.startTagRowGroup=function(t,a){e.openElements.popUntilTableScopeMarker(),e.insertElement(t,a),e.setInsertionMode("inTableBody")},t.inTable.startTagImplyTbody=function(t,a){this.startTagRowGroup("tbody",[]),e.insertionMode.processStartTag(t,a)},t.inTable.startTagTable=function(t,a){e.parseError("unexpected-start-tag-implies-end-tag",{startName:"table",endName:"table"}),e.insertionMode.processEndTag("table"),e.context||e.insertionMode.processStartTag(t,a)},t.inTable.startTagStyleScript=function(e,a){t.inHead.processStartTag(e,a)},t.inTable.startTagInput=function(t,a){for(var s in a)if("type"==a[s].nodeName.toLowerCase()){if("hidden"==a[s].nodeValue.toLowerCase())return e.parseError("unexpected-hidden-input-in-table"),e.insertElement(t,a),void e.openElements.pop();break}this.startTagOther(t,a)},t.inTable.startTagForm=function(t,a){e.parseError("unexpected-form-in-table"),e.form||(e.insertElement(t,a),e.form=e.currentStackItem(),e.openElements.pop())},t.inTable.startTagOther=function(a,s,o){e.parseError("unexpected-start-tag-implies-table-voodoo",{name:a}),e.redirectAttachToFosterParent=!0,t.inBody.processStartTag(a,s,o),e.redirectAttachToFosterParent=!1},t.inTable.endTagTable=function(t){e.openElements.inTableScope(t)?(e.generateImpliedEndTags(),e.currentStackItem().localName!=t&&e.parseError("end-tag-too-early-named",{gotName:"table",expectedName:e.currentStackItem().localName}),e.openElements.popUntilPopped("table"),e.resetInsertionMode()):(s.ok(e.context),e.parseError("unexpected-end-tag",{name:t}))},t.inTable.endTagIgnore=function(t){e.parseError("unexpected-end-tag",{name:t})},t.inTable.endTagOther=function(a){e.parseError("unexpected-end-tag-implies-table-voodoo",{name:a}),e.redirectAttachToFosterParent=!0,t.inBody.processEndTag(a),e.redirectAttachToFosterParent=!1},t.inTableText=Object.create(t.base),t.inTableText.flushCharacters=function(){var t=e.pendingTableCharacters.join("");h(t)?e.insertText(t):(e.redirectAttachToFosterParent=!0,e.reconstructActiveFormattingElements(),e.insertText(t),e.framesetOk=!1,e.redirectAttachToFosterParent=!1),e.pendingTableCharacters=[]},t.inTableText.processComment=function(t){this.flushCharacters(),e.setInsertionMode(e.originalInsertionMode),e.insertionMode.processComment(t)},t.inTableText.processEOF=function(t){this.flushCharacters(),e.setInsertionMode(e.originalInsertionMode),e.insertionMode.processEOF()},t.inTableText.processCharacters=function(t){var a=t.takeRemaining();(a=a.replace(/\u0000/g,(function(t,a){return e.parseError("invalid-codepoint"),""})))&&e.pendingTableCharacters.push(a)},t.inTableText.processStartTag=function(t,a,s){this.flushCharacters(),e.setInsertionMode(e.originalInsertionMode),e.insertionMode.processStartTag(t,a,s)},t.inTableText.processEndTag=function(t,a){this.flushCharacters(),e.setInsertionMode(e.originalInsertionMode),e.insertionMode.processEndTag(t,a)},t.inTableBody=Object.create(t.base),t.inTableBody.start_tag_handlers={html:"startTagHtml",tr:"startTagTr",td:"startTagTableCell",th:"startTagTableCell",caption:"startTagTableOther",col:"startTagTableOther",colgroup:"startTagTableOther",tbody:"startTagTableOther",tfoot:"startTagTableOther",thead:"startTagTableOther","-default":"startTagOther"},t.inTableBody.end_tag_handlers={table:"endTagTable",tbody:"endTagTableRowGroup",tfoot:"endTagTableRowGroup",thead:"endTagTableRowGroup",body:"endTagIgnore",caption:"endTagIgnore",col:"endTagIgnore",colgroup:"endTagIgnore",html:"endTagIgnore",td:"endTagIgnore",th:"endTagIgnore",tr:"endTagIgnore","-default":"endTagOther"},t.inTableBody.processCharacters=function(e){t.inTable.processCharacters(e)},t.inTableBody.startTagTr=function(t,a){e.openElements.popUntilTableBodyScopeMarker(),e.insertElement(t,a),e.setInsertionMode("inRow")},t.inTableBody.startTagTableCell=function(t,a){e.parseError("unexpected-cell-in-table-body",{name:t}),this.startTagTr("tr",[]),e.insertionMode.processStartTag(t,a)},t.inTableBody.startTagTableOther=function(t,a){e.openElements.inTableScope("tbody")||e.openElements.inTableScope("thead")||e.openElements.inTableScope("tfoot")?(e.openElements.popUntilTableBodyScopeMarker(),this.endTagTableRowGroup(e.currentStackItem().localName),e.insertionMode.processStartTag(t,a)):e.parseError("unexpected-start-tag",{name:t})},t.inTableBody.startTagOther=function(e,a){t.inTable.processStartTag(e,a)},t.inTableBody.endTagTableRowGroup=function(t){e.openElements.inTableScope(t)?(e.openElements.popUntilTableBodyScopeMarker(),e.popElement(),e.setInsertionMode("inTable")):e.parseError("unexpected-end-tag-in-table-body",{name:t})},t.inTableBody.endTagTable=function(t){e.openElements.inTableScope("tbody")||e.openElements.inTableScope("thead")||e.openElements.inTableScope("tfoot")?(e.openElements.popUntilTableBodyScopeMarker(),this.endTagTableRowGroup(e.currentStackItem().localName),e.insertionMode.processEndTag(t)):e.parseError("unexpected-end-tag",{name:t})},t.inTableBody.endTagIgnore=function(t){e.parseError("unexpected-end-tag-in-table-body",{name:t})},t.inTableBody.endTagOther=function(e){t.inTable.processEndTag(e)},t.inSelect=Object.create(t.base),t.inSelect.start_tag_handlers={html:"startTagHtml",option:"startTagOption",optgroup:"startTagOptgroup",select:"startTagSelect",input:"startTagInput",keygen:"startTagInput",textarea:"startTagInput",script:"startTagScript","-default":"startTagOther"},t.inSelect.end_tag_handlers={option:"endTagOption",optgroup:"endTagOptgroup",select:"endTagSelect",caption:"endTagTableElements",table:"endTagTableElements",tbody:"endTagTableElements",tfoot:"endTagTableElements",thead:"endTagTableElements",tr:"endTagTableElements",td:"endTagTableElements",th:"endTagTableElements","-default":"endTagOther"},t.inSelect.processCharacters=function(t){var a=t.takeRemaining();(a=a.replace(/\u0000/g,(function(t,a){return e.parseError("invalid-codepoint"),""})))&&e.insertText(a)},t.inSelect.startTagOption=function(t,a){"option"==e.currentStackItem().localName&&e.popElement(),e.insertElement(t,a)},t.inSelect.startTagOptgroup=function(t,a){"option"==e.currentStackItem().localName&&e.popElement(),"optgroup"==e.currentStackItem().localName&&e.popElement(),e.insertElement(t,a)},t.inSelect.endTagOption=function(t){"option"===e.currentStackItem().localName?e.popElement():e.parseError("unexpected-end-tag-in-select",{name:t})},t.inSelect.endTagOptgroup=function(t){"option"==e.currentStackItem().localName&&"optgroup"==e.openElements.item(e.openElements.length-2).localName&&e.popElement(),"optgroup"==e.currentStackItem().localName?e.popElement():e.parseError("unexpected-end-tag-in-select",{name:"optgroup"})},t.inSelect.startTagSelect=function(t){e.parseError("unexpected-select-in-select"),this.endTagSelect("select")},t.inSelect.endTagSelect=function(t){e.openElements.inTableScope("select")?(e.openElements.popUntilPopped("select"),e.resetInsertionMode()):e.parseError("unexpected-end-tag",{name:t})},t.inSelect.startTagInput=function(t,a){e.parseError("unexpected-input-in-select"),e.openElements.inSelectScope("select")&&(this.endTagSelect("select"),e.insertionMode.processStartTag(t,a))},t.inSelect.startTagScript=function(e,a){t.inHead.processStartTag(e,a)},t.inSelect.endTagTableElements=function(t){e.parseError("unexpected-end-tag-in-select",{name:t}),e.openElements.inTableScope(t)&&(this.endTagSelect("select"),e.insertionMode.processEndTag(t))},t.inSelect.startTagOther=function(t,a){e.parseError("unexpected-start-tag-in-select",{name:t})},t.inSelect.endTagOther=function(t){e.parseError("unexpected-end-tag-in-select",{name:t})},t.inSelectInTable=Object.create(t.base),t.inSelectInTable.start_tag_handlers={caption:"startTagTable",table:"startTagTable",tbody:"startTagTable",tfoot:"startTagTable",thead:"startTagTable",tr:"startTagTable",td:"startTagTable",th:"startTagTable","-default":"startTagOther"},t.inSelectInTable.end_tag_handlers={caption:"endTagTable",table:"endTagTable",tbody:"endTagTable",tfoot:"endTagTable",thead:"endTagTable",tr:"endTagTable",td:"endTagTable",th:"endTagTable","-default":"endTagOther"},t.inSelectInTable.processCharacters=function(e){t.inSelect.processCharacters(e)},t.inSelectInTable.startTagTable=function(t,a){e.parseError("unexpected-table-element-start-tag-in-select-in-table",{name:t}),this.endTagOther("select"),e.insertionMode.processStartTag(t,a)},t.inSelectInTable.startTagOther=function(e,a,s){t.inSelect.processStartTag(e,a,s)},t.inSelectInTable.endTagTable=function(t){e.parseError("unexpected-table-element-end-tag-in-select-in-table",{name:t}),e.openElements.inTableScope(t)&&(this.endTagOther("select"),e.insertionMode.processEndTag(t))},t.inSelectInTable.endTagOther=function(e){t.inSelect.processEndTag(e)},t.inRow=Object.create(t.base),t.inRow.start_tag_handlers={html:"startTagHtml",td:"startTagTableCell",th:"startTagTableCell",caption:"startTagTableOther",col:"startTagTableOther",colgroup:"startTagTableOther",tbody:"startTagTableOther",tfoot:"startTagTableOther",thead:"startTagTableOther",tr:"startTagTableOther","-default":"startTagOther"},t.inRow.end_tag_handlers={tr:"endTagTr",table:"endTagTable",tbody:"endTagTableRowGroup",tfoot:"endTagTableRowGroup",thead:"endTagTableRowGroup",body:"endTagIgnore",caption:"endTagIgnore",col:"endTagIgnore",colgroup:"endTagIgnore",html:"endTagIgnore",td:"endTagIgnore",th:"endTagIgnore","-default":"endTagOther"},t.inRow.processCharacters=function(e){t.inTable.processCharacters(e)},t.inRow.startTagTableCell=function(t,a){e.openElements.popUntilTableRowScopeMarker(),e.insertElement(t,a),e.setInsertionMode("inCell"),e.activeFormattingElements.push(c)},t.inRow.startTagTableOther=function(t,a){var s=this.ignoreEndTagTr();this.endTagTr("tr"),s||e.insertionMode.processStartTag(t,a)},t.inRow.startTagOther=function(e,a,s){t.inTable.processStartTag(e,a,s)},t.inRow.endTagTr=function(t){this.ignoreEndTagTr()?(s.ok(e.context),e.parseError("unexpected-end-tag",{name:t})):(e.openElements.popUntilTableRowScopeMarker(),e.popElement(),e.setInsertionMode("inTableBody"))},t.inRow.endTagTable=function(t){var a=this.ignoreEndTagTr();this.endTagTr("tr"),a||e.insertionMode.processEndTag(t)},t.inRow.endTagTableRowGroup=function(t){e.openElements.inTableScope(t)?(this.endTagTr("tr"),e.insertionMode.processEndTag(t)):e.parseError("unexpected-end-tag",{name:t})},t.inRow.endTagIgnore=function(t){e.parseError("unexpected-end-tag-in-table-row",{name:t})},t.inRow.endTagOther=function(e){t.inTable.processEndTag(e)},t.inRow.ignoreEndTagTr=function(){return!e.openElements.inTableScope("tr")},t.afterAfterFrameset=Object.create(t.base),t.afterAfterFrameset.start_tag_handlers={html:"startTagHtml",noframes:"startTagNoFrames","-default":"startTagOther"},t.afterAfterFrameset.processEOF=function(){},t.afterAfterFrameset.processComment=function(t){e.insertComment(t,e.document)},t.afterAfterFrameset.processCharacters=function(t){for(var a=t.takeRemaining(),s="",o=0;o<a.length;o++){var n=a[o];d(n)&&(s+=n)}s&&(e.reconstructActiveFormattingElements(),e.insertText(s)),s.length<a.length&&e.parseError("expected-eof-but-got-char")},t.afterAfterFrameset.startTagNoFrames=function(e,a){t.inHead.processStartTag(e,a)},t.afterAfterFrameset.startTagOther=function(t,a,s){e.parseError("expected-eof-but-got-start-tag",{name:t})},t.afterAfterFrameset.processEndTag=function(t,a){e.parseError("expected-eof-but-got-end-tag",{name:t})},t.text=Object.create(t.base),t.text.start_tag_handlers={"-default":"startTagOther"},t.text.end_tag_handlers={script:"endTagScript","-default":"endTagOther"},t.text.processCharacters=function(t){e.shouldSkipLeadingNewline&&(e.shouldSkipLeadingNewline=!1,t.skipAtMostOneLeadingNewline());var a=t.takeRemaining();a&&e.insertText(a)},t.text.processEOF=function(){e.parseError("expected-named-closing-tag-but-got-eof",{name:e.currentStackItem().localName}),e.openElements.pop(),e.setInsertionMode(e.originalInsertionMode),e.insertionMode.processEOF()},t.text.startTagOther=function(e){throw"Tried to process start tag "+e+" in RCDATA/RAWTEXT mode"},t.text.endTagScript=function(t){var a=e.openElements.pop();s.ok("script"==a.localName),e.setInsertionMode(e.originalInsertionMode)},t.text.endTagOther=function(t){e.openElements.pop(),e.setInsertionMode(e.originalInsertionMode)}}u.prototype.skipAtMostOneLeadingNewline=function(){"\n"===this.characters[this.current]&&this.current++},u.prototype.skipLeadingWhitespace=function(){for(;d(this.characters[this.current]);)if(++this.current==this.end)return},u.prototype.skipLeadingNonWhitespace=function(){for(;!d(this.characters[this.current]);)if(++this.current==this.end)return},u.prototype.takeRemaining=function(){return this.characters.substring(this.current)},u.prototype.takeLeadingWhitespace=function(){var e=this.current;return this.skipLeadingWhitespace(),e===this.current?"":this.characters.substring(e,this.current-e)},Object.defineProperty(u.prototype,"length",{get:function(){return this.end-this.current}}),m.prototype.setInsertionMode=function(e){this.insertionMode=this.insertionModes[e],this.insertionModeName=e},m.prototype.adoptionAgencyEndTag=function(e){var t;function a(e){return e===t}for(var s=0;s++<8;){if(!(t=this.elementInActiveFormattingElements(e))||this.openElements.contains(t)&&!this.openElements.inScope(t.localName))return this.parseError("adoption-agency-1.1",{name:e}),!1;if(!this.openElements.contains(t))return this.parseError("adoption-agency-1.2",{name:e}),this.removeElementFromActiveFormattingElements(t),!0;this.openElements.inScope(t.localName)||this.parseError("adoption-agency-4.4",{name:e}),t!=this.currentStackItem()&&this.parseError("adoption-agency-1.3",{name:e});var o=this.openElements.furthestBlockForFormattingElement(t.node);if(!o)return this.openElements.remove_openElements_until(a),this.removeElementFromActiveFormattingElements(t),!0;for(var n=this.openElements.elements.indexOf(t),i=this.openElements.item(n-1),l=this.activeFormattingElements.indexOf(t),c=o,d=o,h=this.openElements.elements.indexOf(c),p=0;p++<3;)if(h-=1,c=this.openElements.item(h),this.activeFormattingElements.indexOf(c)<0)this.openElements.elements.splice(h,1);else{if(c==t)break;d==o&&(l=this.activeFormattingElements.indexOf(c)+1);var g=this.createElement(c.namespaceURI,c.localName,c.attributes),u=new r(c.namespaceURI,c.localName,c.attributes,g);this.activeFormattingElements[this.activeFormattingElements.indexOf(c)]=u,this.openElements.elements[this.openElements.elements.indexOf(c)]=u,c=u,this.detachFromParent(d.node),this.attachNode(d.node,c.node),d=c}this.detachFromParent(d.node),i.isFosterParenting()?this.insertIntoFosterParent(d.node):this.attachNode(d.node,i.node),g=this.createElement("http://www.w3.org/1999/xhtml",t.localName,t.attributes);var m=new r(t.namespaceURI,t.localName,t.attributes,g);this.reparentChildren(o.node,g),this.attachNode(g,o.node),this.removeElementFromActiveFormattingElements(t),this.activeFormattingElements.splice(Math.min(l,this.activeFormattingElements.length),0,m),this.openElements.remove(t),this.openElements.elements.splice(this.openElements.elements.indexOf(o)+1,0,m)}return!0},m.prototype.start=function(){throw"Not mplemented"},m.prototype.startTokenization=function(e){if(this.tokenizer=e,this.compatMode="no quirks",this.originalInsertionMode="initial",this.framesetOk=!0,this.openElements=new l,this.activeFormattingElements=[],this.start(),this.context){switch(this.context){case"title":case"textarea":this.tokenizer.setState(i.RCDATA);break;case"style":case"xmp":case"iframe":case"noembed":case"noframes":this.tokenizer.setState(i.RAWTEXT);break;case"script":this.tokenizer.setState(i.SCRIPT_DATA);break;case"noscript":this.scriptingEnabled&&this.tokenizer.setState(i.RAWTEXT);break;case"plaintext":this.tokenizer.setState(i.PLAINTEXT)}this.insertHtmlElement(),"head"===this.context?this.insertHeadElement():this.insertBodyElement(),this.resetInsertionMode()}else this.setInsertionMode("initial")},m.prototype.processToken=function(e){this.selfClosingFlagAcknowledged=!1;var t,a=this.openElements.top||null;switch(t=!a||!a.isForeign()||a.isMathMLTextIntegrationPoint()&&("StartTag"==e.type&&!(e.name in{mglyph:0,malignmark:0})||"Characters"===e.type)||"http://www.w3.org/1998/Math/MathML"==a.namespaceURI&&"annotation-xml"==a.localName&&"StartTag"==e.type&&"svg"==e.name||a.isHtmlIntegrationPoint()&&e.type in{StartTag:0,Characters:0}||"EOF"==e.type?this.insertionMode:this.insertionModes.inForeignContent,e.type){case"Characters":var s=new u(e.data);t.processCharacters(s);break;case"Comment":t.processComment(e.data);break;case"StartTag":t.processStartTag(e.name,e.data,e.selfClosing);break;case"EndTag":t.processEndTag(e.name);break;case"Doctype":t.processDoctype(e.name,e.publicId,e.systemId,e.forceQuirks);break;case"EOF":t.processEOF()}},m.prototype.isCdataSectionAllowed=function(){return this.openElements.length>0&&this.currentStackItem().isForeign()},m.prototype.isSelfClosingFlagAcknowledged=function(){return this.selfClosingFlagAcknowledged},m.prototype.createElement=function(e,t,a){throw new Error("Not implemented")},m.prototype.attachNode=function(e,t){throw new Error("Not implemented")},m.prototype.attachNodeToFosterParent=function(e,t,a){throw new Error("Not implemented")},m.prototype.detachFromParent=function(e){throw new Error("Not implemented")},m.prototype.addAttributesToElement=function(e,t){throw new Error("Not implemented")},m.prototype.insertHtmlElement=function(e){var t=this.createElement("http://www.w3.org/1999/xhtml","html",e);return this.attachNode(t,this.document),this.openElements.pushHtmlElement(new r("http://www.w3.org/1999/xhtml","html",e,t)),t},m.prototype.insertHeadElement=function(e){var t=this.createElement("http://www.w3.org/1999/xhtml","head",e);return this.head=new r("http://www.w3.org/1999/xhtml","head",e,t),this.attachNode(t,this.openElements.top.node),this.openElements.pushHeadElement(this.head),t},m.prototype.insertBodyElement=function(e){var t=this.createElement("http://www.w3.org/1999/xhtml","body",e);return this.attachNode(t,this.openElements.top.node),this.openElements.pushBodyElement(new r("http://www.w3.org/1999/xhtml","body",e,t)),t},m.prototype.insertIntoFosterParent=function(e){var t=this.openElements.findIndex("table"),a=this.openElements.item(t).node;if(0===t)return this.attachNode(e,a);this.attachNodeToFosterParent(e,a,this.openElements.item(t-1).node)},m.prototype.insertElement=function(e,t,a,s){a||(a="http://www.w3.org/1999/xhtml");var o=this.createElement(a,e,t);this.shouldFosterParent()?this.insertIntoFosterParent(o):this.attachNode(o,this.openElements.top.node),s||this.openElements.push(new r(a,e,t,o))},m.prototype.insertFormattingElement=function(e,t){this.insertElement(e,t,"http://www.w3.org/1999/xhtml"),this.appendElementToActiveFormattingElements(this.currentStackItem())},m.prototype.insertSelfClosingElement=function(e,t){this.selfClosingFlagAcknowledged=!0,this.insertElement(e,t,"http://www.w3.org/1999/xhtml",!0)},m.prototype.insertForeignElement=function(e,t,a,s){s&&(this.selfClosingFlagAcknowledged=!0),this.insertElement(e,t,a,s)},m.prototype.insertComment=function(e,t){throw new Error("Not implemented")},m.prototype.insertDoctype=function(e,t,a){throw new Error("Not implemented")},m.prototype.insertText=function(e){throw new Error("Not implemented")},m.prototype.currentStackItem=function(){return this.openElements.top},m.prototype.popElement=function(){return this.openElements.pop()},m.prototype.shouldFosterParent=function(){return this.redirectAttachToFosterParent&&this.currentStackItem().isFosterParenting()},m.prototype.generateImpliedEndTags=function(e){var t=this.openElements.top.localName;-1!=["dd","dt","li","option","optgroup","p","rp","rt"].indexOf(t)&&t!=e&&(this.popElement(),this.generateImpliedEndTags(e))},m.prototype.reconstructActiveFormattingElements=function(){if(0!==this.activeFormattingElements.length){var e=this.activeFormattingElements.length-1,t=this.activeFormattingElements[e];if(t!=c&&!this.openElements.contains(t)){for(;t!=c&&!this.openElements.contains(t)&&(e-=1,t=this.activeFormattingElements[e]););for(;;){e+=1,t=this.activeFormattingElements[e],this.insertElement(t.localName,t.attributes);var a=this.currentStackItem();if(this.activeFormattingElements[e]=a,a==this.activeFormattingElements[this.activeFormattingElements.length-1])break}}}},m.prototype.ensureNoahsArkCondition=function(e){if(!(this.activeFormattingElements.length<3)){for(var t=[],a=e.attributes.length,s=this.activeFormattingElements.length-1;s>=0&&(r=this.activeFormattingElements[s])!==c;s--)e.localName===r.localName&&e.namespaceURI===r.namespaceURI&&r.attributes.length==a&&t.push(r);if(!(t.length<3)){var o=[],n=e.attributes;for(s=0;s<n.length;s++){for(var i=n[s],l=0;l<t.length;l++){var r,d=g(r=t[l],i.nodeName);d&&d.nodeValue===i.nodeValue&&o.push(r)}if(o.length<3)return;t=o,o=[]}for(s=2;s<t.length;s++)this.removeElementFromActiveFormattingElements(t[s])}}},m.prototype.appendElementToActiveFormattingElements=function(e){this.ensureNoahsArkCondition(e),this.activeFormattingElements.push(e)},m.prototype.removeElementFromActiveFormattingElements=function(e){var t=this.activeFormattingElements.indexOf(e);t>=0&&this.activeFormattingElements.splice(t,1)},m.prototype.elementInActiveFormattingElements=function(e){for(var t=this.activeFormattingElements,a=t.length-1;a>=0&&t[a]!=c;a--)if(t[a].localName==e)return t[a];return!1},m.prototype.clearActiveFormattingElements=function(){for(;0!==this.activeFormattingElements.length&&this.activeFormattingElements.pop()!=c;);},m.prototype.reparentChildren=function(e,t){throw new Error("Not implemented")},m.prototype.setFragmentContext=function(e){this.context=e},m.prototype.parseError=function(e,t){if(this.errorHandler){var a=function(e,t){return e.replace(new RegExp("{[0-9a-z-]+}","gi"),(function(e){return t[e.slice(1,-1)]||e}))}(o[e],t);this.errorHandler.error(a,this.tokenizer._inputStream.location(),e)}},m.prototype.resetInsertionMode=function(){for(var e=!1,t=null,a=this.openElements.length-1;a>=0;a--){if(t=this.openElements.item(a),0===a&&(s.ok(this.context),e=!0,t=new r("http://www.w3.org/1999/xhtml",this.context,[],null)),"http://www.w3.org/1999/xhtml"===t.namespaceURI){if("select"===t.localName)return this.setInsertionMode("inSelect");if("td"===t.localName||"th"===t.localName)return this.setInsertionMode("inCell");if("tr"===t.localName)return this.setInsertionMode("inRow");if("tbody"===t.localName||"thead"===t.localName||"tfoot"===t.localName)return this.setInsertionMode("inTableBody");if("caption"===t.localName)return this.setInsertionMode("inCaption");if("colgroup"===t.localName)return this.setInsertionMode("inColumnGroup");if("table"===t.localName)return this.setInsertionMode("inTable");if("head"===t.localName)return this.setInsertionMode("inHead");if("body"===t.localName)return this.setInsertionMode("inBody");if("frameset"===t.localName)return this.setInsertionMode("inFrameset");if("html"===t.localName)return this.openElements.headElement?this.setInsertionMode("afterHead"):this.setInsertionMode("beforeHead")}if(e)return this.setInsertionMode("inBody")}},m.prototype.processGenericRCDATAStartTag=function(e,t){this.insertElement(e,t),this.tokenizer.setState(i.RCDATA),this.originalInsertionMode=this.insertionModeName,this.setInsertionMode("text")},m.prototype.processGenericRawTextStartTag=function(e,t){this.insertElement(e,t),this.tokenizer.setState(i.RAWTEXT),this.originalInsertionMode=this.insertionModeName,this.setInsertionMode("text")},m.prototype.adjustMathMLAttributes=function(e){return e.forEach((function(e){e.namespaceURI="http://www.w3.org/1998/Math/MathML",n.MATHMLAttributeMap[e.nodeName]&&(e.nodeName=n.MATHMLAttributeMap[e.nodeName])})),e},m.prototype.adjustSVGTagNameCase=function(e){return n.SVGTagMap[e]||e},m.prototype.adjustSVGAttributes=function(e){return e.forEach((function(e){e.namespaceURI="http://www.w3.org/2000/svg",n.SVGAttributeMap[e.nodeName]&&(e.nodeName=n.SVGAttributeMap[e.nodeName])})),e},m.prototype.adjustForeignAttributes=function(e){for(var t=0;t<e.length;t++){var a=e[t],s=n.ForeignAttributeMap[a.nodeName];s&&(a.nodeName=s.localName,a.prefix=s.prefix,a.namespaceURI=s.namespaceURI)}return e},a.TreeBuilder=m},{"./ElementStack":1,"./StackItem":4,"./Tokenizer":5,"./constants":7,"./messages.json":8,assert:13,events:16}],7:[function(e,t,a){a.SVGTagMap={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},a.MATHMLAttributeMap={definitionurl:"definitionURL"},a.SVGAttributeMap={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",externalresourcesrequired:"externalResourcesRequired",filterres:"filterRes",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},a.ForeignAttributeMap={"xlink:actuate":{prefix:"xlink",localName:"actuate",namespaceURI:"http://www.w3.org/1999/xlink"},"xlink:arcrole":{prefix:"xlink",localName:"arcrole",namespaceURI:"http://www.w3.org/1999/xlink"},"xlink:href":{prefix:"xlink",localName:"href",namespaceURI:"http://www.w3.org/1999/xlink"},"xlink:role":{prefix:"xlink",localName:"role",namespaceURI:"http://www.w3.org/1999/xlink"},"xlink:show":{prefix:"xlink",localName:"show",namespaceURI:"http://www.w3.org/1999/xlink"},"xlink:title":{prefix:"xlink",localName:"title",namespaceURI:"http://www.w3.org/1999/xlink"},"xlink:type":{prefix:"xlink",localName:"title",namespaceURI:"http://www.w3.org/1999/xlink"},"xml:base":{prefix:"xml",localName:"base",namespaceURI:"http://www.w3.org/XML/1998/namespace"},"xml:lang":{prefix:"xml",localName:"lang",namespaceURI:"http://www.w3.org/XML/1998/namespace"},"xml:space":{prefix:"xml",localName:"space",namespaceURI:"http://www.w3.org/XML/1998/namespace"},xmlns:{prefix:null,localName:"xmlns",namespaceURI:"http://www.w3.org/2000/xmlns/"},"xmlns:xlink":{prefix:"xmlns",localName:"xlink",namespaceURI:"http://www.w3.org/2000/xmlns/"}}},{}],8:[function(e,t,a){t.exports={"null-character":"Null character in input stream, replaced with U+FFFD.","invalid-codepoint":"Invalid codepoint in stream","incorrectly-placed-solidus":"Solidus (/) incorrectly placed in tag.","incorrect-cr-newline-entity":"Incorrect CR newline entity, replaced with LF.","illegal-windows-1252-entity":"Entity used with illegal number (windows-1252 reference).","cant-convert-numeric-entity":"Numeric entity couldn't be converted to character (codepoint U+{charAsInt}).","invalid-numeric-entity-replaced":"Numeric entity represents an illegal codepoint. Expanded to the C1 controls range.","numeric-entity-without-semicolon":"Numeric entity didn't end with ';'.","expected-numeric-entity-but-got-eof":"Numeric entity expected. Got end of file instead.","expected-numeric-entity":"Numeric entity expected but none found.","named-entity-without-semicolon":"Named entity didn't end with ';'.","expected-named-entity":"Named entity expected. Got none.","attributes-in-end-tag":"End tag contains unexpected attributes.","self-closing-flag-on-end-tag":"End tag contains unexpected self-closing flag.","bare-less-than-sign-at-eof":"End of file after <.","expected-tag-name-but-got-right-bracket":"Expected tag name. Got '>' instead.","expected-tag-name-but-got-question-mark":"Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)","expected-tag-name":"Expected tag name. Got something else instead.","expected-closing-tag-but-got-right-bracket":"Expected closing tag. Got '>' instead. Ignoring '</>'.","expected-closing-tag-but-got-eof":"Expected closing tag. Unexpected end of file.","expected-closing-tag-but-got-char":"Expected closing tag. Unexpected character '{data}' found.","eof-in-tag-name":"Unexpected end of file in the tag name.","expected-attribute-name-but-got-eof":"Unexpected end of file. Expected attribute name instead.","eof-in-attribute-name":"Unexpected end of file in attribute name.","invalid-character-in-attribute-name":"Invalid character in attribute name.","duplicate-attribute":"Dropped duplicate attribute '{name}' on tag.","expected-end-of-tag-but-got-eof":"Unexpected end of file. Expected = or end of tag.","expected-attribute-value-but-got-eof":"Unexpected end of file. Expected attribute value.","expected-attribute-value-but-got-right-bracket":"Expected attribute value. Got '>' instead.","unexpected-character-in-unquoted-attribute-value":"Unexpected character in unquoted attribute","invalid-character-after-attribute-name":"Unexpected character after attribute name.","unexpected-character-after-attribute-value":"Unexpected character after attribute value.","eof-in-attribute-value-double-quote":'Unexpected end of file in attribute value (").',"eof-in-attribute-value-single-quote":"Unexpected end of file in attribute value (').","eof-in-attribute-value-no-quotes":"Unexpected end of file in attribute value.","eof-after-attribute-value":"Unexpected end of file after attribute value.","unexpected-eof-after-solidus-in-tag":"Unexpected end of file in tag. Expected >.","unexpected-character-after-solidus-in-tag":"Unexpected character after / in tag. Expected >.","expected-dashes-or-doctype":"Expected '--' or 'DOCTYPE'. Not found.","unexpected-bang-after-double-dash-in-comment":"Unexpected ! after -- in comment.","incorrect-comment":"Incorrect comment.","eof-in-comment":"Unexpected end of file in comment.","eof-in-comment-end-dash":"Unexpected end of file in comment (-).","unexpected-dash-after-double-dash-in-comment":"Unexpected '-' after '--' found in comment.","eof-in-comment-double-dash":"Unexpected end of file in comment (--).","eof-in-comment-end-bang-state":"Unexpected end of file in comment.","unexpected-char-in-comment":"Unexpected character in comment found.","need-space-after-doctype":"No space after literal string 'DOCTYPE'.","expected-doctype-name-but-got-right-bracket":"Unexpected > character. Expected DOCTYPE name.","expected-doctype-name-but-got-eof":"Unexpected end of file. Expected DOCTYPE name.","eof-in-doctype-name":"Unexpected end of file in DOCTYPE name.","eof-in-doctype":"Unexpected end of file in DOCTYPE.","expected-space-or-right-bracket-in-doctype":"Expected space or '>'. Got '{data}'.","unexpected-end-of-doctype":"Unexpected end of DOCTYPE.","unexpected-char-in-doctype":"Unexpected character in DOCTYPE.","eof-in-bogus-doctype":"Unexpected end of file in bogus doctype.","eof-in-innerhtml":"Unexpected EOF in inner html mode.","unexpected-doctype":"Unexpected DOCTYPE. Ignored.","non-html-root":"html needs to be the first start tag.","expected-doctype-but-got-eof":"Unexpected End of file. Expected DOCTYPE.","unknown-doctype":"Erroneous DOCTYPE. Expected <!DOCTYPE html>.","quirky-doctype":"Quirky doctype. Expected <!DOCTYPE html>.","almost-standards-doctype":"Almost standards mode doctype. Expected <!DOCTYPE html>.","obsolete-doctype":"Obsolete doctype. Expected <!DOCTYPE html>.","expected-doctype-but-got-chars":"Non-space characters found without seeing a doctype first. Expected e.g. <!DOCTYPE html>.","expected-doctype-but-got-start-tag":"Start tag seen without seeing a doctype first. Expected e.g. <!DOCTYPE html>.","expected-doctype-but-got-end-tag":"End tag seen without seeing a doctype first. Expected e.g. <!DOCTYPE html>.","end-tag-after-implied-root":"Unexpected end tag ({name}) after the (implied) root element.","expected-named-closing-tag-but-got-eof":"Unexpected end of file. Expected end tag ({name}).","two-heads-are-not-better-than-one":"Unexpected start tag head in existing head. Ignored.","unexpected-end-tag":"Unexpected end tag ({name}). Ignored.","unexpected-implied-end-tag":"End tag {name} implied, but there were open elements.","unexpected-start-tag-out-of-my-head":"Unexpected start tag ({name}) that can be in head. Moved.","unexpected-start-tag":"Unexpected start tag ({name}).","missing-end-tag":"Missing end tag ({name}).","missing-end-tags":"Missing end tags ({name}).","unexpected-start-tag-implies-end-tag":"Unexpected start tag ({startName}) implies end tag ({endName}).","unexpected-start-tag-treated-as":"Unexpected start tag ({originalName}). Treated as {newName}.","deprecated-tag":"Unexpected start tag {name}. Don't use it!","unexpected-start-tag-ignored":"Unexpected start tag {name}. Ignored.","expected-one-end-tag-but-got-another":"Unexpected end tag ({gotName}). Missing end tag ({expectedName}).","end-tag-too-early":"End tag ({name}) seen too early. Expected other end tag.","end-tag-too-early-named":"Unexpected end tag ({gotName}). Expected end tag ({expectedName}.","end-tag-too-early-ignored":"End tag ({name}) seen too early. Ignored.","adoption-agency-1.1":"End tag ({name}) violates step 1, paragraph 1 of the adoption agency algorithm.","adoption-agency-1.2":"End tag ({name}) violates step 1, paragraph 2 of the adoption agency algorithm.","adoption-agency-1.3":"End tag ({name}) violates step 1, paragraph 3 of the adoption agency algorithm.","adoption-agency-4.4":"End tag ({name}) violates step 4, paragraph 4 of the adoption agency algorithm.","unexpected-end-tag-treated-as":"Unexpected end tag ({originalName}). Treated as {newName}.","no-end-tag":"This element ({name}) has no end tag.","unexpected-implied-end-tag-in-table":"Unexpected implied end tag ({name}) in the table phase.","unexpected-implied-end-tag-in-table-body":"Unexpected implied end tag ({name}) in the table body phase.","unexpected-char-implies-table-voodoo":"Unexpected non-space characters in table context caused voodoo mode.","unexpected-hidden-input-in-table":"Unexpected input with type hidden in table context.","unexpected-form-in-table":"Unexpected form in table context.","unexpected-start-tag-implies-table-voodoo":"Unexpected start tag ({name}) in table context caused voodoo mode.","unexpected-end-tag-implies-table-voodoo":"Unexpected end tag ({name}) in table context caused voodoo mode.","unexpected-cell-in-table-body":"Unexpected table cell start tag ({name}) in the table body phase.","unexpected-cell-end-tag":"Got table cell end tag ({name}) while required end tags are missing.","unexpected-end-tag-in-table-body":"Unexpected end tag ({name}) in the table body phase. Ignored.","unexpected-implied-end-tag-in-table-row":"Unexpected implied end tag ({name}) in the table row phase.","unexpected-end-tag-in-table-row":"Unexpected end tag ({name}) in the table row phase. Ignored.","unexpected-select-in-select":"Unexpected select start tag in the select phase treated as select end tag.","unexpected-input-in-select":"Unexpected input start tag in the select phase.","unexpected-start-tag-in-select":"Unexpected start tag token ({name}) in the select phase. Ignored.","unexpected-end-tag-in-select":"Unexpected end tag ({name}) in the select phase. Ignored.","unexpected-table-element-start-tag-in-select-in-table":"Unexpected table element start tag ({name}) in the select in table phase.","unexpected-table-element-end-tag-in-select-in-table":"Unexpected table element end tag ({name}) in the select in table phase.","unexpected-char-after-body":"Unexpected non-space characters in the after body phase.","unexpected-start-tag-after-body":"Unexpected start tag token ({name}) in the after body phase.","unexpected-end-tag-after-body":"Unexpected end tag token ({name}) in the after body phase.","unexpected-char-in-frameset":"Unepxected characters in the frameset phase. Characters ignored.","unexpected-start-tag-in-frameset":"Unexpected start tag token ({name}) in the frameset phase. Ignored.","unexpected-frameset-in-frameset-innerhtml":"Unexpected end tag token (frameset in the frameset phase (innerHTML).","unexpected-end-tag-in-frameset":"Unexpected end tag token ({name}) in the frameset phase. Ignored.","unexpected-char-after-frameset":"Unexpected non-space characters in the after frameset phase. Ignored.","unexpected-start-tag-after-frameset":"Unexpected start tag ({name}) in the after frameset phase. Ignored.","unexpected-end-tag-after-frameset":"Unexpected end tag ({name}) in the after frameset phase. Ignored.","expected-eof-but-got-char":"Unexpected non-space characters. Expected end of file.","expected-eof-but-got-start-tag":"Unexpected start tag ({name}). Expected end of file.","expected-eof-but-got-end-tag":"Unexpected end tag ({name}). Expected end of file.","unexpected-end-table-in-caption":"Unexpected end table tag in caption. Generates implied end caption.","end-html-in-innerhtml":"Unexpected html end tag in inner html mode.","eof-in-table":"Unexpected end of file. Expected table content.","eof-in-script":"Unexpected end of file. Expected script content.","non-void-element-with-trailing-solidus":"Trailing solidus not allowed on element {name}.","unexpected-html-element-in-foreign-content":'HTML start tag "{name}" in a foreign namespace context.',"unexpected-start-tag-in-table":"Unexpected {name}. Expected table content."}},{}],9:[function(e,t,a){var s=e("./SAXTreeBuilder").SAXTreeBuilder,o=e("../Tokenizer").Tokenizer,n=e("./TreeParser").TreeParser;function i(){this.contentHandler=null,this._errorHandler=null,this._treeBuilder=new s,this._tokenizer=new o(this._treeBuilder),this._scriptingEnabled=!1}i.prototype.parse=function(e,t){t&&this._treeBuilder.setFragmentContext(t),this._tokenizer.tokenize(e);var a=this._treeBuilder.document;a&&new n(this.contentHandler).parse(a)},i.prototype.parseFragment=function(e,t){this._treeBuilder.setFragmentContext(t),this._tokenizer.tokenize(e);var a=this._treeBuilder.getFragment();a&&new n(this.contentHandler).parse(a)},Object.defineProperty(i.prototype,"scriptingEnabled",{get:function(){return this._scriptingEnabled},set:function(e){this._scriptingEnabled=e,this._treeBuilder.scriptingEnabled=e}}),Object.defineProperty(i.prototype,"errorHandler",{get:function(){return this._errorHandler},set:function(e){this._errorHandler=e,this._treeBuilder.errorHandler=e}}),a.SAXParser=i},{"../Tokenizer":5,"./SAXTreeBuilder":10,"./TreeParser":11}],10:[function(e,t,a){var s=e("util"),o=e("../TreeBuilder").TreeBuilder;function n(){o.call(this)}function i(e,t){for(var a=0;a<e.attributes.length;a++){var s=e.attributes[a];if(s.nodeName===t)return s.nodeValue}}s.inherits(n,o),n.prototype.start=function(e){this.document=new d(this.tokenizer)},n.prototype.end=function(){this.document.endLocator=this.tokenizer},n.prototype.insertDoctype=function(e,t,a){var s=new x(this.tokenizer,e,t,a);s.endLocator=this.tokenizer,this.document.appendChild(s)},n.prototype.createElement=function(e,t,a){return new p(this.tokenizer,e,t,t,a||[])},n.prototype.insertComment=function(e,t){t||(t=this.currentStackItem());var a=new m(this.tokenizer,e);t.appendChild(a)},n.prototype.appendCharacters=function(e,t){var a=new g(this.tokenizer,t);e.appendChild(a)},n.prototype.insertText=function(e){if(this.redirectAttachToFosterParent&&this.openElements.top.isFosterParenting()){var t=this.openElements.findIndex("table"),a=this.openElements.item(t).node;if(0===t)return this.appendCharacters(a,e);var s=new g(this.tokenizer,e),o=a.parentNode;return o?void o.insertBetween(s,a.previousSibling,a):void this.openElements.item(t-1).node.appendChild(s)}this.appendCharacters(this.currentStackItem().node,e)},n.prototype.attachNode=function(e,t){t.appendChild(e)},n.prototype.attachNodeToFosterParent=function(e,t,a){var s=t.parentNode;s?s.insertBetween(e,t.previousSibling,t):a.appendChild(e)},n.prototype.detachFromParent=function(e){e.detach()},n.prototype.reparentChildren=function(e,t){t.appendChildren(e.firstChild)},n.prototype.getFragment=function(){var e=new h;return this.reparentChildren(this.openElements.rootNode,e),e},n.prototype.addAttributesToElement=function(e,t){for(var a=0;a<t.length;a++){var s=t[a];i(e,s.nodeName)||e.attributes.push(s)}};var l={CDATA:1,CHARACTERS:2,COMMENT:3,DOCUMENT:4,DOCUMENT_FRAGMENT:5,DTD:6,ELEMENT:7,ENTITY:8,IGNORABLE_WHITESPACE:9,PROCESSING_INSTRUCTION:10,SKIPPED_ENTITY:11};function r(e){e?(this.columnNumber=e.columnNumber,this.lineNumber=e.lineNumber):(this.columnNumber=-1,this.lineNumber=-1),this.parentNode=null,this.nextSibling=null,this.firstChild=null}function c(e){r.call(this,e),this.lastChild=null,this._endLocator=null}function d(e){c.call(this,e),this.nodeType=l.DOCUMENT}function h(){c.call(this,new Locator),this.nodeType=l.DOCUMENT_FRAGMENT}function p(e,t,a,s,o,n){c.call(this,e),this.uri=t,this.localName=a,this.qName=s,this.attributes=o,this.prefixMappings=n,this.nodeType=l.ELEMENT}function g(e,t){r.call(this,e),this.data=t,this.nodeType=l.CHARACTERS}function u(e,t){r.call(this,e),this.data=t,this.nodeType=l.IGNORABLE_WHITESPACE}function m(e,t){r.call(this,e),this.data=t,this.nodeType=l.COMMENT}function v(e){c.call(this,e),this.nodeType=l.CDATA}function b(e){c.call(this),this.name=e,this.nodeType=l.ENTITY}function f(e){r.call(this),this.name=e,this.nodeType=l.SKIPPED_ENTITY}function w(e,t){r.call(this),this.target=e,this.data=t}function x(e,t,a){c.call(this),this.name=e,this.publicIdentifier=t,this.systemIdentifier=a,this.nodeType=l.DTD}r.prototype.visit=function(e){throw new Error("Not Implemented")},r.prototype.revisit=function(e){},r.prototype.detach=function(){null!==this.parentNode&&(this.parentNode.removeChild(this),this.parentNode=null)},Object.defineProperty(r.prototype,"previousSibling",{get:function(){for(var e=null,t=this.parentNode.firstChild;;){if(this==t)return e;e=t,t=t.nextSibling}}}),c.prototype=Object.create(r.prototype),c.prototype.insertBefore=function(e,t){if(!t)return this.appendChild(e);if(e.detach(),e.parentNode=this,this.firstChild==t)e.nextSibling=t,this.firstChild=e;else{for(var a=this.firstChild,s=this.firstChild.nextSibling;s!=t;)a=s,s=s.nextSibling;a.nextSibling=e,e.nextSibling=s}return e},c.prototype.insertBetween=function(e,t,a){return a?(e.detach(),e.parentNode=this,e.nextSibling=a,t?t.nextSibling=e:firstChild=e,e):this.appendChild(e)},c.prototype.appendChild=function(e){return e.detach(),e.parentNode=this,this.firstChild?this.lastChild.nextSibling=e:this.firstChild=e,this.lastChild=e,e},c.prototype.appendChildren=function(e){var t=e.firstChild;if(t){var a=e;this.firstChild?this.lastChild.nextSibling=t:this.firstChild=t,this.lastChild=a.lastChild;do{t.parentNode=this}while(t=t.nextSibling);a.firstChild=null,a.lastChild=null}},c.prototype.removeChild=function(e){if(this.firstChild==e)this.firstChild=e.nextSibling,this.lastChild==e&&(this.lastChild=null);else{for(var t=this.firstChild,a=this.firstChild.nextSibling;a!=e;)t=a,a=a.nextSibling;t.nextSibling=e.nextSibling,this.lastChild==e&&(this.lastChild=t)}return e.parentNode=null,e},Object.defineProperty(c.prototype,"endLocator",{get:function(){return this._endLocator},set:function(e){this._endLocator={lineNumber:e.lineNumber,columnNumber:e.columnNumber}}}),d.prototype=Object.create(c.prototype),d.prototype.visit=function(e){e.startDocument(this)},d.prototype.revisit=function(e){e.endDocument(this.endLocator)},h.prototype=Object.create(c.prototype),h.prototype.visit=function(e){},p.prototype=Object.create(c.prototype),p.prototype.visit=function(e){if(this.prefixMappings)for(var t in prefixMappings){var a=prefixMappings[t];e.startPrefixMapping(a.getPrefix(),a.getUri(),this)}e.startElement(this.uri,this.localName,this.qName,this.attributes,this)},p.prototype.revisit=function(e){if(e.endElement(this.uri,this.localName,this.qName,this.endLocator),this.prefixMappings)for(var t in prefixMappings){var a=prefixMappings[t];e.endPrefixMapping(a.getPrefix(),this.endLocator)}},g.prototype=Object.create(r.prototype),g.prototype.visit=function(e){e.characters(this.data,0,this.data.length,this)},u.prototype=Object.create(r.prototype),u.prototype.visit=function(e){e.ignorableWhitespace(this.data,0,this.data.length,this)},m.prototype=Object.create(r.prototype),m.prototype.visit=function(e){e.comment(this.data,0,this.data.length,this)},v.prototype=Object.create(c.prototype),v.prototype.visit=function(e){e.startCDATA(this)},v.prototype.revisit=function(e){e.endCDATA(this.endLocator)},b.prototype=Object.create(c.prototype),b.prototype.visit=function(e){e.startEntity(this.name,this)},b.prototype.revisit=function(e){e.endEntity(this.name)},f.prototype=Object.create(r.prototype),f.prototype.visit=function(e){e.skippedEntity(this.name,this)},w.prototype=Object.create(r.prototype),w.prototype.visit=function(e){e.processingInstruction(this.target,this.data,this)},w.prototype.getNodeType=function(){return l.PROCESSING_INSTRUCTION},x.prototype=Object.create(c.prototype),x.prototype.visit=function(e){e.startDTD(this.name,this.publicIdentifier,this.systemIdentifier,this)},x.prototype.revisit=function(e){e.endDTD()},a.SAXTreeBuilder=n},{"../TreeBuilder":6,util:20}],11:[function(e,t,a){function s(e,t){if(this.contentHandler,this.lexicalHandler,this.locatorDelegate,!e)throw new IllegalArgumentException("contentHandler was null.");this.contentHandler=e,this.lexicalHandler=t||new o}function o(){}s.prototype.parse=function(e){this.contentHandler.documentLocator=this;for(var t,a=e;;)if(a.visit(this),t=a.firstChild)a=t;else for(;;){if(a.revisit(this),a==e)return;if(t=a.nextSibling){a=t;break}a=a.parentNode}},s.prototype.characters=function(e,t,a,s){this.locatorDelegate=s,this.contentHandler.characters(e,t,a)},s.prototype.endDocument=function(e){this.locatorDelegate=e,this.contentHandler.endDocument()},s.prototype.endElement=function(e,t,a,s){this.locatorDelegate=s,this.contentHandler.endElement(e,t,a)},s.prototype.endPrefixMapping=function(e,t){this.locatorDelegate=t,this.contentHandler.endPrefixMapping(e)},s.prototype.ignorableWhitespace=function(e,t,a,s){this.locatorDelegate=s,this.contentHandler.ignorableWhitespace(e,t,a)},s.prototype.processingInstruction=function(e,t,a){this.locatorDelegate=a,this.contentHandler.processingInstruction(e,t)},s.prototype.skippedEntity=function(e,t){this.locatorDelegate=t,this.contentHandler.skippedEntity(e)},s.prototype.startDocument=function(e){this.locatorDelegate=e,this.contentHandler.startDocument()},s.prototype.startElement=function(e,t,a,s,o){this.locatorDelegate=o,this.contentHandler.startElement(e,t,a,s)},s.prototype.startPrefixMapping=function(e,t,a){this.locatorDelegate=a,this.contentHandler.startPrefixMapping(e,t)},s.prototype.comment=function(e,t,a,s){this.locatorDelegate=s,this.lexicalHandler.comment(e,t,a)},s.prototype.endCDATA=function(e){this.locatorDelegate=e,this.lexicalHandler.endCDATA()},s.prototype.endDTD=function(e){this.locatorDelegate=e,this.lexicalHandler.endDTD()},s.prototype.endEntity=function(e,t){this.locatorDelegate=t,this.lexicalHandler.endEntity(e)},s.prototype.startCDATA=function(e){this.locatorDelegate=e,this.lexicalHandler.startCDATA()},s.prototype.startDTD=function(e,t,a,s){this.locatorDelegate=s,this.lexicalHandler.startDTD(e,t,a)},s.prototype.startEntity=function(e,t){this.locatorDelegate=t,this.lexicalHandler.startEntity(e)},Object.defineProperty(s.prototype,"columnNumber",{get:function(){return this.locatorDelegate?this.locatorDelegate.columnNumber:-1}}),Object.defineProperty(s.prototype,"lineNumber",{get:function(){return this.locatorDelegate?this.locatorDelegate.lineNumber:-1}}),o.prototype.comment=function(){},o.prototype.endCDATA=function(){},o.prototype.endDTD=function(){},o.prototype.endEntity=function(){},o.prototype.startCDATA=function(){},o.prototype.startDTD=function(){},o.prototype.startEntity=function(){},a.TreeParser=s},{}],12:[function(e,t,a){t.exports={"Aacute;":"Á",Aacute:"Á","aacute;":"á",aacute:"á","Abreve;":"Ă","abreve;":"ă","ac;":"∾","acd;":"∿","acE;":"∾̳","Acirc;":"Â",Acirc:"Â","acirc;":"â",acirc:"â","acute;":"´",acute:"´","Acy;":"А","acy;":"а","AElig;":"Æ",AElig:"Æ","aelig;":"æ",aelig:"æ","af;":"⁡","Afr;":"𝔄","afr;":"𝔞","Agrave;":"À",Agrave:"À","agrave;":"à",agrave:"à","alefsym;":"ℵ","aleph;":"ℵ","Alpha;":"Α","alpha;":"α","Amacr;":"Ā","amacr;":"ā","amalg;":"⨿","amp;":"&",amp:"&","AMP;":"&",AMP:"&","andand;":"⩕","And;":"⩓","and;":"∧","andd;":"⩜","andslope;":"⩘","andv;":"⩚","ang;":"∠","ange;":"⦤","angle;":"∠","angmsdaa;":"⦨","angmsdab;":"⦩","angmsdac;":"⦪","angmsdad;":"⦫","angmsdae;":"⦬","angmsdaf;":"⦭","angmsdag;":"⦮","angmsdah;":"⦯","angmsd;":"∡","angrt;":"∟","angrtvb;":"⊾","angrtvbd;":"⦝","angsph;":"∢","angst;":"Å","angzarr;":"⍼","Aogon;":"Ą","aogon;":"ą","Aopf;":"𝔸","aopf;":"𝕒","apacir;":"⩯","ap;":"≈","apE;":"⩰","ape;":"≊","apid;":"≋","apos;":"'","ApplyFunction;":"⁡","approx;":"≈","approxeq;":"≊","Aring;":"Å",Aring:"Å","aring;":"å",aring:"å","Ascr;":"𝒜","ascr;":"𝒶","Assign;":"≔","ast;":"*","asymp;":"≈","asympeq;":"≍","Atilde;":"Ã",Atilde:"Ã","atilde;":"ã",atilde:"ã","Auml;":"Ä",Auml:"Ä","auml;":"ä",auml:"ä","awconint;":"∳","awint;":"⨑","backcong;":"≌","backepsilon;":"϶","backprime;":"‵","backsim;":"∽","backsimeq;":"⋍","Backslash;":"∖","Barv;":"⫧","barvee;":"⊽","barwed;":"⌅","Barwed;":"⌆","barwedge;":"⌅","bbrk;":"⎵","bbrktbrk;":"⎶","bcong;":"≌","Bcy;":"Б","bcy;":"б","bdquo;":"„","becaus;":"∵","because;":"∵","Because;":"∵","bemptyv;":"⦰","bepsi;":"϶","bernou;":"ℬ","Bernoullis;":"ℬ","Beta;":"Β","beta;":"β","beth;":"ℶ","between;":"≬","Bfr;":"𝔅","bfr;":"𝔟","bigcap;":"⋂","bigcirc;":"◯","bigcup;":"⋃","bigodot;":"⨀","bigoplus;":"⨁","bigotimes;":"⨂","bigsqcup;":"⨆","bigstar;":"★","bigtriangledown;":"▽","bigtriangleup;":"△","biguplus;":"⨄","bigvee;":"⋁","bigwedge;":"⋀","bkarow;":"⤍","blacklozenge;":"⧫","blacksquare;":"▪","blacktriangle;":"▴","blacktriangledown;":"▾","blacktriangleleft;":"◂","blacktriangleright;":"▸","blank;":"␣","blk12;":"▒","blk14;":"░","blk34;":"▓","block;":"█","bne;":"=⃥","bnequiv;":"≡⃥","bNot;":"⫭","bnot;":"⌐","Bopf;":"𝔹","bopf;":"𝕓","bot;":"⊥","bottom;":"⊥","bowtie;":"⋈","boxbox;":"⧉","boxdl;":"┐","boxdL;":"╕","boxDl;":"╖","boxDL;":"╗","boxdr;":"┌","boxdR;":"╒","boxDr;":"╓","boxDR;":"╔","boxh;":"─","boxH;":"═","boxhd;":"┬","boxHd;":"╤","boxhD;":"╥","boxHD;":"╦","boxhu;":"┴","boxHu;":"╧","boxhU;":"╨","boxHU;":"╩","boxminus;":"⊟","boxplus;":"⊞","boxtimes;":"⊠","boxul;":"┘","boxuL;":"╛","boxUl;":"╜","boxUL;":"╝","boxur;":"└","boxuR;":"╘","boxUr;":"╙","boxUR;":"╚","boxv;":"│","boxV;":"║","boxvh;":"┼","boxvH;":"╪","boxVh;":"╫","boxVH;":"╬","boxvl;":"┤","boxvL;":"╡","boxVl;":"╢","boxVL;":"╣","boxvr;":"├","boxvR;":"╞","boxVr;":"╟","boxVR;":"╠","bprime;":"‵","breve;":"˘","Breve;":"˘","brvbar;":"¦",brvbar:"¦","bscr;":"𝒷","Bscr;":"ℬ","bsemi;":"⁏","bsim;":"∽","bsime;":"⋍","bsolb;":"⧅","bsol;":"\\","bsolhsub;":"⟈","bull;":"•","bullet;":"•","bump;":"≎","bumpE;":"⪮","bumpe;":"≏","Bumpeq;":"≎","bumpeq;":"≏","Cacute;":"Ć","cacute;":"ć","capand;":"⩄","capbrcup;":"⩉","capcap;":"⩋","cap;":"∩","Cap;":"⋒","capcup;":"⩇","capdot;":"⩀","CapitalDifferentialD;":"ⅅ","caps;":"∩︀","caret;":"⁁","caron;":"ˇ","Cayleys;":"ℭ","ccaps;":"⩍","Ccaron;":"Č","ccaron;":"č","Ccedil;":"Ç",Ccedil:"Ç","ccedil;":"ç",ccedil:"ç","Ccirc;":"Ĉ","ccirc;":"ĉ","Cconint;":"∰","ccups;":"⩌","ccupssm;":"⩐","Cdot;":"Ċ","cdot;":"ċ","cedil;":"¸",cedil:"¸","Cedilla;":"¸","cemptyv;":"⦲","cent;":"¢",cent:"¢","centerdot;":"·","CenterDot;":"·","cfr;":"𝔠","Cfr;":"ℭ","CHcy;":"Ч","chcy;":"ч","check;":"✓","checkmark;":"✓","Chi;":"Χ","chi;":"χ","circ;":"ˆ","circeq;":"≗","circlearrowleft;":"↺","circlearrowright;":"↻","circledast;":"⊛","circledcirc;":"⊚","circleddash;":"⊝","CircleDot;":"⊙","circledR;":"®","circledS;":"Ⓢ","CircleMinus;":"⊖","CirclePlus;":"⊕","CircleTimes;":"⊗","cir;":"○","cirE;":"⧃","cire;":"≗","cirfnint;":"⨐","cirmid;":"⫯","cirscir;":"⧂","ClockwiseContourIntegral;":"∲","CloseCurlyDoubleQuote;":"”","CloseCurlyQuote;":"’","clubs;":"♣","clubsuit;":"♣","colon;":":","Colon;":"∷","Colone;":"⩴","colone;":"≔","coloneq;":"≔","comma;":",","commat;":"@","comp;":"∁","compfn;":"∘","complement;":"∁","complexes;":"ℂ","cong;":"≅","congdot;":"⩭","Congruent;":"≡","conint;":"∮","Conint;":"∯","ContourIntegral;":"∮","copf;":"𝕔","Copf;":"ℂ","coprod;":"∐","Coproduct;":"∐","copy;":"©",copy:"©","COPY;":"©",COPY:"©","copysr;":"℗","CounterClockwiseContourIntegral;":"∳","crarr;":"↵","cross;":"✗","Cross;":"⨯","Cscr;":"𝒞","cscr;":"𝒸","csub;":"⫏","csube;":"⫑","csup;":"⫐","csupe;":"⫒","ctdot;":"⋯","cudarrl;":"⤸","cudarrr;":"⤵","cuepr;":"⋞","cuesc;":"⋟","cularr;":"↶","cularrp;":"⤽","cupbrcap;":"⩈","cupcap;":"⩆","CupCap;":"≍","cup;":"∪","Cup;":"⋓","cupcup;":"⩊","cupdot;":"⊍","cupor;":"⩅","cups;":"∪︀","curarr;":"↷","curarrm;":"⤼","curlyeqprec;":"⋞","curlyeqsucc;":"⋟","curlyvee;":"⋎","curlywedge;":"⋏","curren;":"¤",curren:"¤","curvearrowleft;":"↶","curvearrowright;":"↷","cuvee;":"⋎","cuwed;":"⋏","cwconint;":"∲","cwint;":"∱","cylcty;":"⌭","dagger;":"†","Dagger;":"‡","daleth;":"ℸ","darr;":"↓","Darr;":"↡","dArr;":"⇓","dash;":"‐","Dashv;":"⫤","dashv;":"⊣","dbkarow;":"⤏","dblac;":"˝","Dcaron;":"Ď","dcaron;":"ď","Dcy;":"Д","dcy;":"д","ddagger;":"‡","ddarr;":"⇊","DD;":"ⅅ","dd;":"ⅆ","DDotrahd;":"⤑","ddotseq;":"⩷","deg;":"°",deg:"°","Del;":"∇","Delta;":"Δ","delta;":"δ","demptyv;":"⦱","dfisht;":"⥿","Dfr;":"𝔇","dfr;":"𝔡","dHar;":"⥥","dharl;":"⇃","dharr;":"⇂","DiacriticalAcute;":"´","DiacriticalDot;":"˙","DiacriticalDoubleAcute;":"˝","DiacriticalGrave;":"`","DiacriticalTilde;":"˜","diam;":"⋄","diamond;":"⋄","Diamond;":"⋄","diamondsuit;":"♦","diams;":"♦","die;":"¨","DifferentialD;":"ⅆ","digamma;":"ϝ","disin;":"⋲","div;":"÷","divide;":"÷",divide:"÷","divideontimes;":"⋇","divonx;":"⋇","DJcy;":"Ђ","djcy;":"ђ","dlcorn;":"⌞","dlcrop;":"⌍","dollar;":"$","Dopf;":"𝔻","dopf;":"𝕕","Dot;":"¨","dot;":"˙","DotDot;":"⃜","doteq;":"≐","doteqdot;":"≑","DotEqual;":"≐","dotminus;":"∸","dotplus;":"∔","dotsquare;":"⊡","doublebarwedge;":"⌆","DoubleContourIntegral;":"∯","DoubleDot;":"¨","DoubleDownArrow;":"⇓","DoubleLeftArrow;":"⇐","DoubleLeftRightArrow;":"⇔","DoubleLeftTee;":"⫤","DoubleLongLeftArrow;":"⟸","DoubleLongLeftRightArrow;":"⟺","DoubleLongRightArrow;":"⟹","DoubleRightArrow;":"⇒","DoubleRightTee;":"⊨","DoubleUpArrow;":"⇑","DoubleUpDownArrow;":"⇕","DoubleVerticalBar;":"∥","DownArrowBar;":"⤓","downarrow;":"↓","DownArrow;":"↓","Downarrow;":"⇓","DownArrowUpArrow;":"⇵","DownBreve;":"̑","downdownarrows;":"⇊","downharpoonleft;":"⇃","downharpoonright;":"⇂","DownLeftRightVector;":"⥐","DownLeftTeeVector;":"⥞","DownLeftVectorBar;":"⥖","DownLeftVector;":"↽","DownRightTeeVector;":"⥟","DownRightVectorBar;":"⥗","DownRightVector;":"⇁","DownTeeArrow;":"↧","DownTee;":"⊤","drbkarow;":"⤐","drcorn;":"⌟","drcrop;":"⌌","Dscr;":"𝒟","dscr;":"𝒹","DScy;":"Ѕ","dscy;":"ѕ","dsol;":"⧶","Dstrok;":"Đ","dstrok;":"đ","dtdot;":"⋱","dtri;":"▿","dtrif;":"▾","duarr;":"⇵","duhar;":"⥯","dwangle;":"⦦","DZcy;":"Џ","dzcy;":"џ","dzigrarr;":"⟿","Eacute;":"É",Eacute:"É","eacute;":"é",eacute:"é","easter;":"⩮","Ecaron;":"Ě","ecaron;":"ě","Ecirc;":"Ê",Ecirc:"Ê","ecirc;":"ê",ecirc:"ê","ecir;":"≖","ecolon;":"≕","Ecy;":"Э","ecy;":"э","eDDot;":"⩷","Edot;":"Ė","edot;":"ė","eDot;":"≑","ee;":"ⅇ","efDot;":"≒","Efr;":"𝔈","efr;":"𝔢","eg;":"⪚","Egrave;":"È",Egrave:"È","egrave;":"è",egrave:"è","egs;":"⪖","egsdot;":"⪘","el;":"⪙","Element;":"∈","elinters;":"⏧","ell;":"ℓ","els;":"⪕","elsdot;":"⪗","Emacr;":"Ē","emacr;":"ē","empty;":"∅","emptyset;":"∅","EmptySmallSquare;":"◻","emptyv;":"∅","EmptyVerySmallSquare;":"▫","emsp13;":" ","emsp14;":" ","emsp;":" ","ENG;":"Ŋ","eng;":"ŋ","ensp;":" ","Eogon;":"Ę","eogon;":"ę","Eopf;":"𝔼","eopf;":"𝕖","epar;":"⋕","eparsl;":"⧣","eplus;":"⩱","epsi;":"ε","Epsilon;":"Ε","epsilon;":"ε","epsiv;":"ϵ","eqcirc;":"≖","eqcolon;":"≕","eqsim;":"≂","eqslantgtr;":"⪖","eqslantless;":"⪕","Equal;":"⩵","equals;":"=","EqualTilde;":"≂","equest;":"≟","Equilibrium;":"⇌","equiv;":"≡","equivDD;":"⩸","eqvparsl;":"⧥","erarr;":"⥱","erDot;":"≓","escr;":"ℯ","Escr;":"ℰ","esdot;":"≐","Esim;":"⩳","esim;":"≂","Eta;":"Η","eta;":"η","ETH;":"Ð",ETH:"Ð","eth;":"ð",eth:"ð","Euml;":"Ë",Euml:"Ë","euml;":"ë",euml:"ë","euro;":"€","excl;":"!","exist;":"∃","Exists;":"∃","expectation;":"ℰ","exponentiale;":"ⅇ","ExponentialE;":"ⅇ","fallingdotseq;":"≒","Fcy;":"Ф","fcy;":"ф","female;":"♀","ffilig;":"ffi","fflig;":"ff","ffllig;":"ffl","Ffr;":"𝔉","ffr;":"𝔣","filig;":"fi","FilledSmallSquare;":"◼","FilledVerySmallSquare;":"▪","fjlig;":"fj","flat;":"♭","fllig;":"fl","fltns;":"▱","fnof;":"ƒ","Fopf;":"𝔽","fopf;":"𝕗","forall;":"∀","ForAll;":"∀","fork;":"⋔","forkv;":"⫙","Fouriertrf;":"ℱ","fpartint;":"⨍","frac12;":"½",frac12:"½","frac13;":"⅓","frac14;":"¼",frac14:"¼","frac15;":"⅕","frac16;":"⅙","frac18;":"⅛","frac23;":"⅔","frac25;":"⅖","frac34;":"¾",frac34:"¾","frac35;":"⅗","frac38;":"⅜","frac45;":"⅘","frac56;":"⅚","frac58;":"⅝","frac78;":"⅞","frasl;":"⁄","frown;":"⌢","fscr;":"𝒻","Fscr;":"ℱ","gacute;":"ǵ","Gamma;":"Γ","gamma;":"γ","Gammad;":"Ϝ","gammad;":"ϝ","gap;":"⪆","Gbreve;":"Ğ","gbreve;":"ğ","Gcedil;":"Ģ","Gcirc;":"Ĝ","gcirc;":"ĝ","Gcy;":"Г","gcy;":"г","Gdot;":"Ġ","gdot;":"ġ","ge;":"≥","gE;":"≧","gEl;":"⪌","gel;":"⋛","geq;":"≥","geqq;":"≧","geqslant;":"⩾","gescc;":"⪩","ges;":"⩾","gesdot;":"⪀","gesdoto;":"⪂","gesdotol;":"⪄","gesl;":"⋛︀","gesles;":"⪔","Gfr;":"𝔊","gfr;":"𝔤","gg;":"≫","Gg;":"⋙","ggg;":"⋙","gimel;":"ℷ","GJcy;":"Ѓ","gjcy;":"ѓ","gla;":"⪥","gl;":"≷","glE;":"⪒","glj;":"⪤","gnap;":"⪊","gnapprox;":"⪊","gne;":"⪈","gnE;":"≩","gneq;":"⪈","gneqq;":"≩","gnsim;":"⋧","Gopf;":"𝔾","gopf;":"𝕘","grave;":"`","GreaterEqual;":"≥","GreaterEqualLess;":"⋛","GreaterFullEqual;":"≧","GreaterGreater;":"⪢","GreaterLess;":"≷","GreaterSlantEqual;":"⩾","GreaterTilde;":"≳","Gscr;":"𝒢","gscr;":"ℊ","gsim;":"≳","gsime;":"⪎","gsiml;":"⪐","gtcc;":"⪧","gtcir;":"⩺","gt;":">",gt:">","GT;":">",GT:">","Gt;":"≫","gtdot;":"⋗","gtlPar;":"⦕","gtquest;":"⩼","gtrapprox;":"⪆","gtrarr;":"⥸","gtrdot;":"⋗","gtreqless;":"⋛","gtreqqless;":"⪌","gtrless;":"≷","gtrsim;":"≳","gvertneqq;":"≩︀","gvnE;":"≩︀","Hacek;":"ˇ","hairsp;":" ","half;":"½","hamilt;":"ℋ","HARDcy;":"Ъ","hardcy;":"ъ","harrcir;":"⥈","harr;":"↔","hArr;":"⇔","harrw;":"↭","Hat;":"^","hbar;":"ℏ","Hcirc;":"Ĥ","hcirc;":"ĥ","hearts;":"♥","heartsuit;":"♥","hellip;":"…","hercon;":"⊹","hfr;":"𝔥","Hfr;":"ℌ","HilbertSpace;":"ℋ","hksearow;":"⤥","hkswarow;":"⤦","hoarr;":"⇿","homtht;":"∻","hookleftarrow;":"↩","hookrightarrow;":"↪","hopf;":"𝕙","Hopf;":"ℍ","horbar;":"―","HorizontalLine;":"─","hscr;":"𝒽","Hscr;":"ℋ","hslash;":"ℏ","Hstrok;":"Ħ","hstrok;":"ħ","HumpDownHump;":"≎","HumpEqual;":"≏","hybull;":"⁃","hyphen;":"‐","Iacute;":"Í",Iacute:"Í","iacute;":"í",iacute:"í","ic;":"⁣","Icirc;":"Î",Icirc:"Î","icirc;":"î",icirc:"î","Icy;":"И","icy;":"и","Idot;":"İ","IEcy;":"Е","iecy;":"е","iexcl;":"¡",iexcl:"¡","iff;":"⇔","ifr;":"𝔦","Ifr;":"ℑ","Igrave;":"Ì",Igrave:"Ì","igrave;":"ì",igrave:"ì","ii;":"ⅈ","iiiint;":"⨌","iiint;":"∭","iinfin;":"⧜","iiota;":"℩","IJlig;":"IJ","ijlig;":"ij","Imacr;":"Ī","imacr;":"ī","image;":"ℑ","ImaginaryI;":"ⅈ","imagline;":"ℐ","imagpart;":"ℑ","imath;":"ı","Im;":"ℑ","imof;":"⊷","imped;":"Ƶ","Implies;":"⇒","incare;":"℅","in;":"∈","infin;":"∞","infintie;":"⧝","inodot;":"ı","intcal;":"⊺","int;":"∫","Int;":"∬","integers;":"ℤ","Integral;":"∫","intercal;":"⊺","Intersection;":"⋂","intlarhk;":"⨗","intprod;":"⨼","InvisibleComma;":"⁣","InvisibleTimes;":"⁢","IOcy;":"Ё","iocy;":"ё","Iogon;":"Į","iogon;":"į","Iopf;":"𝕀","iopf;":"𝕚","Iota;":"Ι","iota;":"ι","iprod;":"⨼","iquest;":"¿",iquest:"¿","iscr;":"𝒾","Iscr;":"ℐ","isin;":"∈","isindot;":"⋵","isinE;":"⋹","isins;":"⋴","isinsv;":"⋳","isinv;":"∈","it;":"⁢","Itilde;":"Ĩ","itilde;":"ĩ","Iukcy;":"І","iukcy;":"і","Iuml;":"Ï",Iuml:"Ï","iuml;":"ï",iuml:"ï","Jcirc;":"Ĵ","jcirc;":"ĵ","Jcy;":"Й","jcy;":"й","Jfr;":"𝔍","jfr;":"𝔧","jmath;":"ȷ","Jopf;":"𝕁","jopf;":"𝕛","Jscr;":"𝒥","jscr;":"𝒿","Jsercy;":"Ј","jsercy;":"ј","Jukcy;":"Є","jukcy;":"є","Kappa;":"Κ","kappa;":"κ","kappav;":"ϰ","Kcedil;":"Ķ","kcedil;":"ķ","Kcy;":"К","kcy;":"к","Kfr;":"𝔎","kfr;":"𝔨","kgreen;":"ĸ","KHcy;":"Х","khcy;":"х","KJcy;":"Ќ","kjcy;":"ќ","Kopf;":"𝕂","kopf;":"𝕜","Kscr;":"𝒦","kscr;":"𝓀","lAarr;":"⇚","Lacute;":"Ĺ","lacute;":"ĺ","laemptyv;":"⦴","lagran;":"ℒ","Lambda;":"Λ","lambda;":"λ","lang;":"⟨","Lang;":"⟪","langd;":"⦑","langle;":"⟨","lap;":"⪅","Laplacetrf;":"ℒ","laquo;":"«",laquo:"«","larrb;":"⇤","larrbfs;":"⤟","larr;":"←","Larr;":"↞","lArr;":"⇐","larrfs;":"⤝","larrhk;":"↩","larrlp;":"↫","larrpl;":"⤹","larrsim;":"⥳","larrtl;":"↢","latail;":"⤙","lAtail;":"⤛","lat;":"⪫","late;":"⪭","lates;":"⪭︀","lbarr;":"⤌","lBarr;":"⤎","lbbrk;":"❲","lbrace;":"{","lbrack;":"[","lbrke;":"⦋","lbrksld;":"⦏","lbrkslu;":"⦍","Lcaron;":"Ľ","lcaron;":"ľ","Lcedil;":"Ļ","lcedil;":"ļ","lceil;":"⌈","lcub;":"{","Lcy;":"Л","lcy;":"л","ldca;":"⤶","ldquo;":"“","ldquor;":"„","ldrdhar;":"⥧","ldrushar;":"⥋","ldsh;":"↲","le;":"≤","lE;":"≦","LeftAngleBracket;":"⟨","LeftArrowBar;":"⇤","leftarrow;":"←","LeftArrow;":"←","Leftarrow;":"⇐","LeftArrowRightArrow;":"⇆","leftarrowtail;":"↢","LeftCeiling;":"⌈","LeftDoubleBracket;":"⟦","LeftDownTeeVector;":"⥡","LeftDownVectorBar;":"⥙","LeftDownVector;":"⇃","LeftFloor;":"⌊","leftharpoondown;":"↽","leftharpoonup;":"↼","leftleftarrows;":"⇇","leftrightarrow;":"↔","LeftRightArrow;":"↔","Leftrightarrow;":"⇔","leftrightarrows;":"⇆","leftrightharpoons;":"⇋","leftrightsquigarrow;":"↭","LeftRightVector;":"⥎","LeftTeeArrow;":"↤","LeftTee;":"⊣","LeftTeeVector;":"⥚","leftthreetimes;":"⋋","LeftTriangleBar;":"⧏","LeftTriangle;":"⊲","LeftTriangleEqual;":"⊴","LeftUpDownVector;":"⥑","LeftUpTeeVector;":"⥠","LeftUpVectorBar;":"⥘","LeftUpVector;":"↿","LeftVectorBar;":"⥒","LeftVector;":"↼","lEg;":"⪋","leg;":"⋚","leq;":"≤","leqq;":"≦","leqslant;":"⩽","lescc;":"⪨","les;":"⩽","lesdot;":"⩿","lesdoto;":"⪁","lesdotor;":"⪃","lesg;":"⋚︀","lesges;":"⪓","lessapprox;":"⪅","lessdot;":"⋖","lesseqgtr;":"⋚","lesseqqgtr;":"⪋","LessEqualGreater;":"⋚","LessFullEqual;":"≦","LessGreater;":"≶","lessgtr;":"≶","LessLess;":"⪡","lesssim;":"≲","LessSlantEqual;":"⩽","LessTilde;":"≲","lfisht;":"⥼","lfloor;":"⌊","Lfr;":"𝔏","lfr;":"𝔩","lg;":"≶","lgE;":"⪑","lHar;":"⥢","lhard;":"↽","lharu;":"↼","lharul;":"⥪","lhblk;":"▄","LJcy;":"Љ","ljcy;":"љ","llarr;":"⇇","ll;":"≪","Ll;":"⋘","llcorner;":"⌞","Lleftarrow;":"⇚","llhard;":"⥫","lltri;":"◺","Lmidot;":"Ŀ","lmidot;":"ŀ","lmoustache;":"⎰","lmoust;":"⎰","lnap;":"⪉","lnapprox;":"⪉","lne;":"⪇","lnE;":"≨","lneq;":"⪇","lneqq;":"≨","lnsim;":"⋦","loang;":"⟬","loarr;":"⇽","lobrk;":"⟦","longleftarrow;":"⟵","LongLeftArrow;":"⟵","Longleftarrow;":"⟸","longleftrightarrow;":"⟷","LongLeftRightArrow;":"⟷","Longleftrightarrow;":"⟺","longmapsto;":"⟼","longrightarrow;":"⟶","LongRightArrow;":"⟶","Longrightarrow;":"⟹","looparrowleft;":"↫","looparrowright;":"↬","lopar;":"⦅","Lopf;":"𝕃","lopf;":"𝕝","loplus;":"⨭","lotimes;":"⨴","lowast;":"∗","lowbar;":"_","LowerLeftArrow;":"↙","LowerRightArrow;":"↘","loz;":"◊","lozenge;":"◊","lozf;":"⧫","lpar;":"(","lparlt;":"⦓","lrarr;":"⇆","lrcorner;":"⌟","lrhar;":"⇋","lrhard;":"⥭","lrm;":"‎","lrtri;":"⊿","lsaquo;":"‹","lscr;":"𝓁","Lscr;":"ℒ","lsh;":"↰","Lsh;":"↰","lsim;":"≲","lsime;":"⪍","lsimg;":"⪏","lsqb;":"[","lsquo;":"‘","lsquor;":"‚","Lstrok;":"Ł","lstrok;":"ł","ltcc;":"⪦","ltcir;":"⩹","lt;":"<",lt:"<","LT;":"<",LT:"<","Lt;":"≪","ltdot;":"⋖","lthree;":"⋋","ltimes;":"⋉","ltlarr;":"⥶","ltquest;":"⩻","ltri;":"◃","ltrie;":"⊴","ltrif;":"◂","ltrPar;":"⦖","lurdshar;":"⥊","luruhar;":"⥦","lvertneqq;":"≨︀","lvnE;":"≨︀","macr;":"¯",macr:"¯","male;":"♂","malt;":"✠","maltese;":"✠","Map;":"⤅","map;":"↦","mapsto;":"↦","mapstodown;":"↧","mapstoleft;":"↤","mapstoup;":"↥","marker;":"▮","mcomma;":"⨩","Mcy;":"М","mcy;":"м","mdash;":"—","mDDot;":"∺","measuredangle;":"∡","MediumSpace;":" ","Mellintrf;":"ℳ","Mfr;":"𝔐","mfr;":"𝔪","mho;":"℧","micro;":"µ",micro:"µ","midast;":"*","midcir;":"⫰","mid;":"∣","middot;":"·",middot:"·","minusb;":"⊟","minus;":"−","minusd;":"∸","minusdu;":"⨪","MinusPlus;":"∓","mlcp;":"⫛","mldr;":"…","mnplus;":"∓","models;":"⊧","Mopf;":"𝕄","mopf;":"𝕞","mp;":"∓","mscr;":"𝓂","Mscr;":"ℳ","mstpos;":"∾","Mu;":"Μ","mu;":"μ","multimap;":"⊸","mumap;":"⊸","nabla;":"∇","Nacute;":"Ń","nacute;":"ń","nang;":"∠⃒","nap;":"≉","napE;":"⩰̸","napid;":"≋̸","napos;":"ʼn","napprox;":"≉","natural;":"♮","naturals;":"ℕ","natur;":"♮","nbsp;":" ",nbsp:" ","nbump;":"≎̸","nbumpe;":"≏̸","ncap;":"⩃","Ncaron;":"Ň","ncaron;":"ň","Ncedil;":"Ņ","ncedil;":"ņ","ncong;":"≇","ncongdot;":"⩭̸","ncup;":"⩂","Ncy;":"Н","ncy;":"н","ndash;":"–","nearhk;":"⤤","nearr;":"↗","neArr;":"⇗","nearrow;":"↗","ne;":"≠","nedot;":"≐̸","NegativeMediumSpace;":"​","NegativeThickSpace;":"​","NegativeThinSpace;":"​","NegativeVeryThinSpace;":"​","nequiv;":"≢","nesear;":"⤨","nesim;":"≂̸","NestedGreaterGreater;":"≫","NestedLessLess;":"≪","NewLine;":"\n","nexist;":"∄","nexists;":"∄","Nfr;":"𝔑","nfr;":"𝔫","ngE;":"≧̸","nge;":"≱","ngeq;":"≱","ngeqq;":"≧̸","ngeqslant;":"⩾̸","nges;":"⩾̸","nGg;":"⋙̸","ngsim;":"≵","nGt;":"≫⃒","ngt;":"≯","ngtr;":"≯","nGtv;":"≫̸","nharr;":"↮","nhArr;":"⇎","nhpar;":"⫲","ni;":"∋","nis;":"⋼","nisd;":"⋺","niv;":"∋","NJcy;":"Њ","njcy;":"њ","nlarr;":"↚","nlArr;":"⇍","nldr;":"‥","nlE;":"≦̸","nle;":"≰","nleftarrow;":"↚","nLeftarrow;":"⇍","nleftrightarrow;":"↮","nLeftrightarrow;":"⇎","nleq;":"≰","nleqq;":"≦̸","nleqslant;":"⩽̸","nles;":"⩽̸","nless;":"≮","nLl;":"⋘̸","nlsim;":"≴","nLt;":"≪⃒","nlt;":"≮","nltri;":"⋪","nltrie;":"⋬","nLtv;":"≪̸","nmid;":"∤","NoBreak;":"⁠","NonBreakingSpace;":" ","nopf;":"𝕟","Nopf;":"ℕ","Not;":"⫬","not;":"¬",not:"¬","NotCongruent;":"≢","NotCupCap;":"≭","NotDoubleVerticalBar;":"∦","NotElement;":"∉","NotEqual;":"≠","NotEqualTilde;":"≂̸","NotExists;":"∄","NotGreater;":"≯","NotGreaterEqual;":"≱","NotGreaterFullEqual;":"≧̸","NotGreaterGreater;":"≫̸","NotGreaterLess;":"≹","NotGreaterSlantEqual;":"⩾̸","NotGreaterTilde;":"≵","NotHumpDownHump;":"≎̸","NotHumpEqual;":"≏̸","notin;":"∉","notindot;":"⋵̸","notinE;":"⋹̸","notinva;":"∉","notinvb;":"⋷","notinvc;":"⋶","NotLeftTriangleBar;":"⧏̸","NotLeftTriangle;":"⋪","NotLeftTriangleEqual;":"⋬","NotLess;":"≮","NotLessEqual;":"≰","NotLessGreater;":"≸","NotLessLess;":"≪̸","NotLessSlantEqual;":"⩽̸","NotLessTilde;":"≴","NotNestedGreaterGreater;":"⪢̸","NotNestedLessLess;":"⪡̸","notni;":"∌","notniva;":"∌","notnivb;":"⋾","notnivc;":"⋽","NotPrecedes;":"⊀","NotPrecedesEqual;":"⪯̸","NotPrecedesSlantEqual;":"⋠","NotReverseElement;":"∌","NotRightTriangleBar;":"⧐̸","NotRightTriangle;":"⋫","NotRightTriangleEqual;":"⋭","NotSquareSubset;":"⊏̸","NotSquareSubsetEqual;":"⋢","NotSquareSuperset;":"⊐̸","NotSquareSupersetEqual;":"⋣","NotSubset;":"⊂⃒","NotSubsetEqual;":"⊈","NotSucceeds;":"⊁","NotSucceedsEqual;":"⪰̸","NotSucceedsSlantEqual;":"⋡","NotSucceedsTilde;":"≿̸","NotSuperset;":"⊃⃒","NotSupersetEqual;":"⊉","NotTilde;":"≁","NotTildeEqual;":"≄","NotTildeFullEqual;":"≇","NotTildeTilde;":"≉","NotVerticalBar;":"∤","nparallel;":"∦","npar;":"∦","nparsl;":"⫽⃥","npart;":"∂̸","npolint;":"⨔","npr;":"⊀","nprcue;":"⋠","nprec;":"⊀","npreceq;":"⪯̸","npre;":"⪯̸","nrarrc;":"⤳̸","nrarr;":"↛","nrArr;":"⇏","nrarrw;":"↝̸","nrightarrow;":"↛","nRightarrow;":"⇏","nrtri;":"⋫","nrtrie;":"⋭","nsc;":"⊁","nsccue;":"⋡","nsce;":"⪰̸","Nscr;":"𝒩","nscr;":"𝓃","nshortmid;":"∤","nshortparallel;":"∦","nsim;":"≁","nsime;":"≄","nsimeq;":"≄","nsmid;":"∤","nspar;":"∦","nsqsube;":"⋢","nsqsupe;":"⋣","nsub;":"⊄","nsubE;":"⫅̸","nsube;":"⊈","nsubset;":"⊂⃒","nsubseteq;":"⊈","nsubseteqq;":"⫅̸","nsucc;":"⊁","nsucceq;":"⪰̸","nsup;":"⊅","nsupE;":"⫆̸","nsupe;":"⊉","nsupset;":"⊃⃒","nsupseteq;":"⊉","nsupseteqq;":"⫆̸","ntgl;":"≹","Ntilde;":"Ñ",Ntilde:"Ñ","ntilde;":"ñ",ntilde:"ñ","ntlg;":"≸","ntriangleleft;":"⋪","ntrianglelefteq;":"⋬","ntriangleright;":"⋫","ntrianglerighteq;":"⋭","Nu;":"Ν","nu;":"ν","num;":"#","numero;":"№","numsp;":" ","nvap;":"≍⃒","nvdash;":"⊬","nvDash;":"⊭","nVdash;":"⊮","nVDash;":"⊯","nvge;":"≥⃒","nvgt;":">⃒","nvHarr;":"⤄","nvinfin;":"⧞","nvlArr;":"⤂","nvle;":"≤⃒","nvlt;":"<⃒","nvltrie;":"⊴⃒","nvrArr;":"⤃","nvrtrie;":"⊵⃒","nvsim;":"∼⃒","nwarhk;":"⤣","nwarr;":"↖","nwArr;":"⇖","nwarrow;":"↖","nwnear;":"⤧","Oacute;":"Ó",Oacute:"Ó","oacute;":"ó",oacute:"ó","oast;":"⊛","Ocirc;":"Ô",Ocirc:"Ô","ocirc;":"ô",ocirc:"ô","ocir;":"⊚","Ocy;":"О","ocy;":"о","odash;":"⊝","Odblac;":"Ő","odblac;":"ő","odiv;":"⨸","odot;":"⊙","odsold;":"⦼","OElig;":"Œ","oelig;":"œ","ofcir;":"⦿","Ofr;":"𝔒","ofr;":"𝔬","ogon;":"˛","Ograve;":"Ò",Ograve:"Ò","ograve;":"ò",ograve:"ò","ogt;":"⧁","ohbar;":"⦵","ohm;":"Ω","oint;":"∮","olarr;":"↺","olcir;":"⦾","olcross;":"⦻","oline;":"‾","olt;":"⧀","Omacr;":"Ō","omacr;":"ō","Omega;":"Ω","omega;":"ω","Omicron;":"Ο","omicron;":"ο","omid;":"⦶","ominus;":"⊖","Oopf;":"𝕆","oopf;":"𝕠","opar;":"⦷","OpenCurlyDoubleQuote;":"“","OpenCurlyQuote;":"‘","operp;":"⦹","oplus;":"⊕","orarr;":"↻","Or;":"⩔","or;":"∨","ord;":"⩝","order;":"ℴ","orderof;":"ℴ","ordf;":"ª",ordf:"ª","ordm;":"º",ordm:"º","origof;":"⊶","oror;":"⩖","orslope;":"⩗","orv;":"⩛","oS;":"Ⓢ","Oscr;":"𝒪","oscr;":"ℴ","Oslash;":"Ø",Oslash:"Ø","oslash;":"ø",oslash:"ø","osol;":"⊘","Otilde;":"Õ",Otilde:"Õ","otilde;":"õ",otilde:"õ","otimesas;":"⨶","Otimes;":"⨷","otimes;":"⊗","Ouml;":"Ö",Ouml:"Ö","ouml;":"ö",ouml:"ö","ovbar;":"⌽","OverBar;":"‾","OverBrace;":"⏞","OverBracket;":"⎴","OverParenthesis;":"⏜","para;":"¶",para:"¶","parallel;":"∥","par;":"∥","parsim;":"⫳","parsl;":"⫽","part;":"∂","PartialD;":"∂","Pcy;":"П","pcy;":"п","percnt;":"%","period;":".","permil;":"‰","perp;":"⊥","pertenk;":"‱","Pfr;":"𝔓","pfr;":"𝔭","Phi;":"Φ","phi;":"φ","phiv;":"ϕ","phmmat;":"ℳ","phone;":"☎","Pi;":"Π","pi;":"π","pitchfork;":"⋔","piv;":"ϖ","planck;":"ℏ","planckh;":"ℎ","plankv;":"ℏ","plusacir;":"⨣","plusb;":"⊞","pluscir;":"⨢","plus;":"+","plusdo;":"∔","plusdu;":"⨥","pluse;":"⩲","PlusMinus;":"±","plusmn;":"±",plusmn:"±","plussim;":"⨦","plustwo;":"⨧","pm;":"±","Poincareplane;":"ℌ","pointint;":"⨕","popf;":"𝕡","Popf;":"ℙ","pound;":"£",pound:"£","prap;":"⪷","Pr;":"⪻","pr;":"≺","prcue;":"≼","precapprox;":"⪷","prec;":"≺","preccurlyeq;":"≼","Precedes;":"≺","PrecedesEqual;":"⪯","PrecedesSlantEqual;":"≼","PrecedesTilde;":"≾","preceq;":"⪯","precnapprox;":"⪹","precneqq;":"⪵","precnsim;":"⋨","pre;":"⪯","prE;":"⪳","precsim;":"≾","prime;":"′","Prime;":"″","primes;":"ℙ","prnap;":"⪹","prnE;":"⪵","prnsim;":"⋨","prod;":"∏","Product;":"∏","profalar;":"⌮","profline;":"⌒","profsurf;":"⌓","prop;":"∝","Proportional;":"∝","Proportion;":"∷","propto;":"∝","prsim;":"≾","prurel;":"⊰","Pscr;":"𝒫","pscr;":"𝓅","Psi;":"Ψ","psi;":"ψ","puncsp;":" ","Qfr;":"𝔔","qfr;":"𝔮","qint;":"⨌","qopf;":"𝕢","Qopf;":"ℚ","qprime;":"⁗","Qscr;":"𝒬","qscr;":"𝓆","quaternions;":"ℍ","quatint;":"⨖","quest;":"?","questeq;":"≟","quot;":'"',quot:'"',"QUOT;":'"',QUOT:'"',"rAarr;":"⇛","race;":"∽̱","Racute;":"Ŕ","racute;":"ŕ","radic;":"√","raemptyv;":"⦳","rang;":"⟩","Rang;":"⟫","rangd;":"⦒","range;":"⦥","rangle;":"⟩","raquo;":"»",raquo:"»","rarrap;":"⥵","rarrb;":"⇥","rarrbfs;":"⤠","rarrc;":"⤳","rarr;":"→","Rarr;":"↠","rArr;":"⇒","rarrfs;":"⤞","rarrhk;":"↪","rarrlp;":"↬","rarrpl;":"⥅","rarrsim;":"⥴","Rarrtl;":"⤖","rarrtl;":"↣","rarrw;":"↝","ratail;":"⤚","rAtail;":"⤜","ratio;":"∶","rationals;":"ℚ","rbarr;":"⤍","rBarr;":"⤏","RBarr;":"⤐","rbbrk;":"❳","rbrace;":"}","rbrack;":"]","rbrke;":"⦌","rbrksld;":"⦎","rbrkslu;":"⦐","Rcaron;":"Ř","rcaron;":"ř","Rcedil;":"Ŗ","rcedil;":"ŗ","rceil;":"⌉","rcub;":"}","Rcy;":"Р","rcy;":"р","rdca;":"⤷","rdldhar;":"⥩","rdquo;":"”","rdquor;":"”","rdsh;":"↳","real;":"ℜ","realine;":"ℛ","realpart;":"ℜ","reals;":"ℝ","Re;":"ℜ","rect;":"▭","reg;":"®",reg:"®","REG;":"®",REG:"®","ReverseElement;":"∋","ReverseEquilibrium;":"⇋","ReverseUpEquilibrium;":"⥯","rfisht;":"⥽","rfloor;":"⌋","rfr;":"𝔯","Rfr;":"ℜ","rHar;":"⥤","rhard;":"⇁","rharu;":"⇀","rharul;":"⥬","Rho;":"Ρ","rho;":"ρ","rhov;":"ϱ","RightAngleBracket;":"⟩","RightArrowBar;":"⇥","rightarrow;":"→","RightArrow;":"→","Rightarrow;":"⇒","RightArrowLeftArrow;":"⇄","rightarrowtail;":"↣","RightCeiling;":"⌉","RightDoubleBracket;":"⟧","RightDownTeeVector;":"⥝","RightDownVectorBar;":"⥕","RightDownVector;":"⇂","RightFloor;":"⌋","rightharpoondown;":"⇁","rightharpoonup;":"⇀","rightleftarrows;":"⇄","rightleftharpoons;":"⇌","rightrightarrows;":"⇉","rightsquigarrow;":"↝","RightTeeArrow;":"↦","RightTee;":"⊢","RightTeeVector;":"⥛","rightthreetimes;":"⋌","RightTriangleBar;":"⧐","RightTriangle;":"⊳","RightTriangleEqual;":"⊵","RightUpDownVector;":"⥏","RightUpTeeVector;":"⥜","RightUpVectorBar;":"⥔","RightUpVector;":"↾","RightVectorBar;":"⥓","RightVector;":"⇀","ring;":"˚","risingdotseq;":"≓","rlarr;":"⇄","rlhar;":"⇌","rlm;":"‏","rmoustache;":"⎱","rmoust;":"⎱","rnmid;":"⫮","roang;":"⟭","roarr;":"⇾","robrk;":"⟧","ropar;":"⦆","ropf;":"𝕣","Ropf;":"ℝ","roplus;":"⨮","rotimes;":"⨵","RoundImplies;":"⥰","rpar;":")","rpargt;":"⦔","rppolint;":"⨒","rrarr;":"⇉","Rrightarrow;":"⇛","rsaquo;":"›","rscr;":"𝓇","Rscr;":"ℛ","rsh;":"↱","Rsh;":"↱","rsqb;":"]","rsquo;":"’","rsquor;":"’","rthree;":"⋌","rtimes;":"⋊","rtri;":"▹","rtrie;":"⊵","rtrif;":"▸","rtriltri;":"⧎","RuleDelayed;":"⧴","ruluhar;":"⥨","rx;":"℞","Sacute;":"Ś","sacute;":"ś","sbquo;":"‚","scap;":"⪸","Scaron;":"Š","scaron;":"š","Sc;":"⪼","sc;":"≻","sccue;":"≽","sce;":"⪰","scE;":"⪴","Scedil;":"Ş","scedil;":"ş","Scirc;":"Ŝ","scirc;":"ŝ","scnap;":"⪺","scnE;":"⪶","scnsim;":"⋩","scpolint;":"⨓","scsim;":"≿","Scy;":"С","scy;":"с","sdotb;":"⊡","sdot;":"⋅","sdote;":"⩦","searhk;":"⤥","searr;":"↘","seArr;":"⇘","searrow;":"↘","sect;":"§",sect:"§","semi;":";","seswar;":"⤩","setminus;":"∖","setmn;":"∖","sext;":"✶","Sfr;":"𝔖","sfr;":"𝔰","sfrown;":"⌢","sharp;":"♯","SHCHcy;":"Щ","shchcy;":"щ","SHcy;":"Ш","shcy;":"ш","ShortDownArrow;":"↓","ShortLeftArrow;":"←","shortmid;":"∣","shortparallel;":"∥","ShortRightArrow;":"→","ShortUpArrow;":"↑","shy;":"­",shy:"­","Sigma;":"Σ","sigma;":"σ","sigmaf;":"ς","sigmav;":"ς","sim;":"∼","simdot;":"⩪","sime;":"≃","simeq;":"≃","simg;":"⪞","simgE;":"⪠","siml;":"⪝","simlE;":"⪟","simne;":"≆","simplus;":"⨤","simrarr;":"⥲","slarr;":"←","SmallCircle;":"∘","smallsetminus;":"∖","smashp;":"⨳","smeparsl;":"⧤","smid;":"∣","smile;":"⌣","smt;":"⪪","smte;":"⪬","smtes;":"⪬︀","SOFTcy;":"Ь","softcy;":"ь","solbar;":"⌿","solb;":"⧄","sol;":"/","Sopf;":"𝕊","sopf;":"𝕤","spades;":"♠","spadesuit;":"♠","spar;":"∥","sqcap;":"⊓","sqcaps;":"⊓︀","sqcup;":"⊔","sqcups;":"⊔︀","Sqrt;":"√","sqsub;":"⊏","sqsube;":"⊑","sqsubset;":"⊏","sqsubseteq;":"⊑","sqsup;":"⊐","sqsupe;":"⊒","sqsupset;":"⊐","sqsupseteq;":"⊒","square;":"□","Square;":"□","SquareIntersection;":"⊓","SquareSubset;":"⊏","SquareSubsetEqual;":"⊑","SquareSuperset;":"⊐","SquareSupersetEqual;":"⊒","SquareUnion;":"⊔","squarf;":"▪","squ;":"□","squf;":"▪","srarr;":"→","Sscr;":"𝒮","sscr;":"𝓈","ssetmn;":"∖","ssmile;":"⌣","sstarf;":"⋆","Star;":"⋆","star;":"☆","starf;":"★","straightepsilon;":"ϵ","straightphi;":"ϕ","strns;":"¯","sub;":"⊂","Sub;":"⋐","subdot;":"⪽","subE;":"⫅","sube;":"⊆","subedot;":"⫃","submult;":"⫁","subnE;":"⫋","subne;":"⊊","subplus;":"⪿","subrarr;":"⥹","subset;":"⊂","Subset;":"⋐","subseteq;":"⊆","subseteqq;":"⫅","SubsetEqual;":"⊆","subsetneq;":"⊊","subsetneqq;":"⫋","subsim;":"⫇","subsub;":"⫕","subsup;":"⫓","succapprox;":"⪸","succ;":"≻","succcurlyeq;":"≽","Succeeds;":"≻","SucceedsEqual;":"⪰","SucceedsSlantEqual;":"≽","SucceedsTilde;":"≿","succeq;":"⪰","succnapprox;":"⪺","succneqq;":"⪶","succnsim;":"⋩","succsim;":"≿","SuchThat;":"∋","sum;":"∑","Sum;":"∑","sung;":"♪","sup1;":"¹",sup1:"¹","sup2;":"²",sup2:"²","sup3;":"³",sup3:"³","sup;":"⊃","Sup;":"⋑","supdot;":"⪾","supdsub;":"⫘","supE;":"⫆","supe;":"⊇","supedot;":"⫄","Superset;":"⊃","SupersetEqual;":"⊇","suphsol;":"⟉","suphsub;":"⫗","suplarr;":"⥻","supmult;":"⫂","supnE;":"⫌","supne;":"⊋","supplus;":"⫀","supset;":"⊃","Supset;":"⋑","supseteq;":"⊇","supseteqq;":"⫆","supsetneq;":"⊋","supsetneqq;":"⫌","supsim;":"⫈","supsub;":"⫔","supsup;":"⫖","swarhk;":"⤦","swarr;":"↙","swArr;":"⇙","swarrow;":"↙","swnwar;":"⤪","szlig;":"ß",szlig:"ß","Tab;":"\t","target;":"⌖","Tau;":"Τ","tau;":"τ","tbrk;":"⎴","Tcaron;":"Ť","tcaron;":"ť","Tcedil;":"Ţ","tcedil;":"ţ","Tcy;":"Т","tcy;":"т","tdot;":"⃛","telrec;":"⌕","Tfr;":"𝔗","tfr;":"𝔱","there4;":"∴","therefore;":"∴","Therefore;":"∴","Theta;":"Θ","theta;":"θ","thetasym;":"ϑ","thetav;":"ϑ","thickapprox;":"≈","thicksim;":"∼","ThickSpace;":"  ","ThinSpace;":" ","thinsp;":" ","thkap;":"≈","thksim;":"∼","THORN;":"Þ",THORN:"Þ","thorn;":"þ",thorn:"þ","tilde;":"˜","Tilde;":"∼","TildeEqual;":"≃","TildeFullEqual;":"≅","TildeTilde;":"≈","timesbar;":"⨱","timesb;":"⊠","times;":"×",times:"×","timesd;":"⨰","tint;":"∭","toea;":"⤨","topbot;":"⌶","topcir;":"⫱","top;":"⊤","Topf;":"𝕋","topf;":"𝕥","topfork;":"⫚","tosa;":"⤩","tprime;":"‴","trade;":"™","TRADE;":"™","triangle;":"▵","triangledown;":"▿","triangleleft;":"◃","trianglelefteq;":"⊴","triangleq;":"≜","triangleright;":"▹","trianglerighteq;":"⊵","tridot;":"◬","trie;":"≜","triminus;":"⨺","TripleDot;":"⃛","triplus;":"⨹","trisb;":"⧍","tritime;":"⨻","trpezium;":"⏢","Tscr;":"𝒯","tscr;":"𝓉","TScy;":"Ц","tscy;":"ц","TSHcy;":"Ћ","tshcy;":"ћ","Tstrok;":"Ŧ","tstrok;":"ŧ","twixt;":"≬","twoheadleftarrow;":"↞","twoheadrightarrow;":"↠","Uacute;":"Ú",Uacute:"Ú","uacute;":"ú",uacute:"ú","uarr;":"↑","Uarr;":"↟","uArr;":"⇑","Uarrocir;":"⥉","Ubrcy;":"Ў","ubrcy;":"ў","Ubreve;":"Ŭ","ubreve;":"ŭ","Ucirc;":"Û",Ucirc:"Û","ucirc;":"û",ucirc:"û","Ucy;":"У","ucy;":"у","udarr;":"⇅","Udblac;":"Ű","udblac;":"ű","udhar;":"⥮","ufisht;":"⥾","Ufr;":"𝔘","ufr;":"𝔲","Ugrave;":"Ù",Ugrave:"Ù","ugrave;":"ù",ugrave:"ù","uHar;":"⥣","uharl;":"↿","uharr;":"↾","uhblk;":"▀","ulcorn;":"⌜","ulcorner;":"⌜","ulcrop;":"⌏","ultri;":"◸","Umacr;":"Ū","umacr;":"ū","uml;":"¨",uml:"¨","UnderBar;":"_","UnderBrace;":"⏟","UnderBracket;":"⎵","UnderParenthesis;":"⏝","Union;":"⋃","UnionPlus;":"⊎","Uogon;":"Ų","uogon;":"ų","Uopf;":"𝕌","uopf;":"𝕦","UpArrowBar;":"⤒","uparrow;":"↑","UpArrow;":"↑","Uparrow;":"⇑","UpArrowDownArrow;":"⇅","updownarrow;":"↕","UpDownArrow;":"↕","Updownarrow;":"⇕","UpEquilibrium;":"⥮","upharpoonleft;":"↿","upharpoonright;":"↾","uplus;":"⊎","UpperLeftArrow;":"↖","UpperRightArrow;":"↗","upsi;":"υ","Upsi;":"ϒ","upsih;":"ϒ","Upsilon;":"Υ","upsilon;":"υ","UpTeeArrow;":"↥","UpTee;":"⊥","upuparrows;":"⇈","urcorn;":"⌝","urcorner;":"⌝","urcrop;":"⌎","Uring;":"Ů","uring;":"ů","urtri;":"◹","Uscr;":"𝒰","uscr;":"𝓊","utdot;":"⋰","Utilde;":"Ũ","utilde;":"ũ","utri;":"▵","utrif;":"▴","uuarr;":"⇈","Uuml;":"Ü",Uuml:"Ü","uuml;":"ü",uuml:"ü","uwangle;":"⦧","vangrt;":"⦜","varepsilon;":"ϵ","varkappa;":"ϰ","varnothing;":"∅","varphi;":"ϕ","varpi;":"ϖ","varpropto;":"∝","varr;":"↕","vArr;":"⇕","varrho;":"ϱ","varsigma;":"ς","varsubsetneq;":"⊊︀","varsubsetneqq;":"⫋︀","varsupsetneq;":"⊋︀","varsupsetneqq;":"⫌︀","vartheta;":"ϑ","vartriangleleft;":"⊲","vartriangleright;":"⊳","vBar;":"⫨","Vbar;":"⫫","vBarv;":"⫩","Vcy;":"В","vcy;":"в","vdash;":"⊢","vDash;":"⊨","Vdash;":"⊩","VDash;":"⊫","Vdashl;":"⫦","veebar;":"⊻","vee;":"∨","Vee;":"⋁","veeeq;":"≚","vellip;":"⋮","verbar;":"|","Verbar;":"‖","vert;":"|","Vert;":"‖","VerticalBar;":"∣","VerticalLine;":"|","VerticalSeparator;":"❘","VerticalTilde;":"≀","VeryThinSpace;":" ","Vfr;":"𝔙","vfr;":"𝔳","vltri;":"⊲","vnsub;":"⊂⃒","vnsup;":"⊃⃒","Vopf;":"𝕍","vopf;":"𝕧","vprop;":"∝","vrtri;":"⊳","Vscr;":"𝒱","vscr;":"𝓋","vsubnE;":"⫋︀","vsubne;":"⊊︀","vsupnE;":"⫌︀","vsupne;":"⊋︀","Vvdash;":"⊪","vzigzag;":"⦚","Wcirc;":"Ŵ","wcirc;":"ŵ","wedbar;":"⩟","wedge;":"∧","Wedge;":"⋀","wedgeq;":"≙","weierp;":"℘","Wfr;":"𝔚","wfr;":"𝔴","Wopf;":"𝕎","wopf;":"𝕨","wp;":"℘","wr;":"≀","wreath;":"≀","Wscr;":"𝒲","wscr;":"𝓌","xcap;":"⋂","xcirc;":"◯","xcup;":"⋃","xdtri;":"▽","Xfr;":"𝔛","xfr;":"𝔵","xharr;":"⟷","xhArr;":"⟺","Xi;":"Ξ","xi;":"ξ","xlarr;":"⟵","xlArr;":"⟸","xmap;":"⟼","xnis;":"⋻","xodot;":"⨀","Xopf;":"𝕏","xopf;":"𝕩","xoplus;":"⨁","xotime;":"⨂","xrarr;":"⟶","xrArr;":"⟹","Xscr;":"𝒳","xscr;":"𝓍","xsqcup;":"⨆","xuplus;":"⨄","xutri;":"△","xvee;":"⋁","xwedge;":"⋀","Yacute;":"Ý",Yacute:"Ý","yacute;":"ý",yacute:"ý","YAcy;":"Я","yacy;":"я","Ycirc;":"Ŷ","ycirc;":"ŷ","Ycy;":"Ы","ycy;":"ы","yen;":"¥",yen:"¥","Yfr;":"𝔜","yfr;":"𝔶","YIcy;":"Ї","yicy;":"ї","Yopf;":"𝕐","yopf;":"𝕪","Yscr;":"𝒴","yscr;":"𝓎","YUcy;":"Ю","yucy;":"ю","yuml;":"ÿ",yuml:"ÿ","Yuml;":"Ÿ","Zacute;":"Ź","zacute;":"ź","Zcaron;":"Ž","zcaron;":"ž","Zcy;":"З","zcy;":"з","Zdot;":"Ż","zdot;":"ż","zeetrf;":"ℨ","ZeroWidthSpace;":"​","Zeta;":"Ζ","zeta;":"ζ","zfr;":"𝔷","Zfr;":"ℨ","ZHcy;":"Ж","zhcy;":"ж","zigrarr;":"⇝","zopf;":"𝕫","Zopf;":"ℤ","Zscr;":"𝒵","zscr;":"𝓏","zwj;":"‍","zwnj;":"‌"}},{}],13:[function(e,t,a){var s=e("util/"),o=Array.prototype.slice,n=Object.prototype.hasOwnProperty,i=t.exports=d;function l(e,t){return s.isUndefined(t)?""+t:!s.isNumber(t)||!isNaN(t)&&isFinite(t)?s.isFunction(t)||s.isRegExp(t)?t.toString():t:t.toString()}function r(e,t){return s.isString(e)?e.length<t?e:e.slice(0,t):e}function c(e,t,a,s,o){throw new i.AssertionError({message:a,actual:e,expected:t,operator:s,stackStartFunction:o})}function d(e,t){e||c(e,!0,t,"==",i.ok)}function h(e,t){if(e===t)return!0;if(s.isBuffer(e)&&s.isBuffer(t)){if(e.length!=t.length)return!1;for(var a=0;a<e.length;a++)if(e[a]!==t[a])return!1;return!0}return s.isDate(e)&&s.isDate(t)?e.getTime()===t.getTime():s.isRegExp(e)&&s.isRegExp(t)?e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase:s.isObject(e)||s.isObject(t)?function(e,t){if(s.isNullOrUndefined(e)||s.isNullOrUndefined(t))return!1;if(e.prototype!==t.prototype)return!1;if(p(e))return!!p(t)&&h(e=o.call(e),t=o.call(t));try{var a,n,i=m(e),l=m(t)}catch(e){return!1}if(i.length!=l.length)return!1;for(i.sort(),l.sort(),n=i.length-1;n>=0;n--)if(i[n]!=l[n])return!1;for(n=i.length-1;n>=0;n--)if(!h(e[a=i[n]],t[a]))return!1;return!0}(e,t):e==t}function p(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function g(e,t){return!(!e||!t)&&("[object RegExp]"==Object.prototype.toString.call(t)?t.test(e):e instanceof t||!0===t.call({},e))}function u(e,t,a,o){var n;s.isString(a)&&(o=a,a=null);try{t()}catch(e){n=e}if(o=(a&&a.name?" ("+a.name+").":".")+(o?" "+o:"."),e&&!n&&c(n,a,"Missing expected exception"+o),!e&&g(n,a)&&c(n,a,"Got unwanted exception"+o),e&&n&&a&&!g(n,a)||!e&&n)throw n}i.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(e){return r(JSON.stringify(e.actual,l),128)+" "+e.operator+" "+r(JSON.stringify(e.expected,l),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||c;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var a=new Error;if(a.stack){var s=a.stack,o=t.name,n=s.indexOf("\n"+o);if(n>=0){var i=s.indexOf("\n",n+1);s=s.substring(i+1)}this.stack=s}}},s.inherits(i.AssertionError,Error),i.fail=c,i.ok=d,i.equal=function(e,t,a){e!=t&&c(e,t,a,"==",i.equal)},i.notEqual=function(e,t,a){e==t&&c(e,t,a,"!=",i.notEqual)},i.deepEqual=function(e,t,a){h(e,t)||c(e,t,a,"deepEqual",i.deepEqual)},i.notDeepEqual=function(e,t,a){h(e,t)&&c(e,t,a,"notDeepEqual",i.notDeepEqual)},i.strictEqual=function(e,t,a){e!==t&&c(e,t,a,"===",i.strictEqual)},i.notStrictEqual=function(e,t,a){e===t&&c(e,t,a,"!==",i.notStrictEqual)},i.throws=function(e,t,a){u.apply(this,[!0].concat(o.call(arguments)))},i.doesNotThrow=function(e,t){u.apply(this,[!1].concat(o.call(arguments)))},i.ifError=function(e){if(e)throw e};var m=Object.keys||function(e){var t=[];for(var a in e)n.call(e,a)&&t.push(a);return t}},{"util/":15}],14:[function(e,t,a){t.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],15:[function(e,t,a){(function(t,s){var o=/%[sdj%]/g;a.format=function(e){if(!b(e)){for(var t=[],a=0;a<arguments.length;a++)t.push(l(arguments[a]));return t.join(" ")}a=1;for(var s=arguments,n=s.length,i=String(e).replace(o,(function(e){if("%%"===e)return"%";if(a>=n)return e;switch(e){case"%s":return String(s[a++]);case"%d":return Number(s[a++]);case"%j":try{return JSON.stringify(s[a++])}catch(e){return"[Circular]"}default:return e}})),r=s[a];a<n;r=s[++a])m(r)||!x(r)?i+=" "+r:i+=" "+l(r);return i},a.deprecate=function(e,o){if(f(s.process))return function(){return a.deprecate(e,o).apply(this,arguments)};if(!0===t.noDeprecation)return e;var n=!1;return function(){if(!n){if(t.throwDeprecation)throw new Error(o);t.traceDeprecation?console.trace(o):console.error(o),n=!0}return e.apply(this,arguments)}};var n,i={};function l(e,t){var s={seen:[],stylize:c};return arguments.length>=3&&(s.depth=arguments[2]),arguments.length>=4&&(s.colors=arguments[3]),u(t)?s.showHidden=t:t&&a._extend(s,t),f(s.showHidden)&&(s.showHidden=!1),f(s.depth)&&(s.depth=2),f(s.colors)&&(s.colors=!1),f(s.customInspect)&&(s.customInspect=!0),s.colors&&(s.stylize=r),d(s,e,s.depth)}function r(e,t){var a=l.styles[t];return a?"["+l.colors[a][0]+"m"+e+"["+l.colors[a][1]+"m":e}function c(e,t){return e}function d(e,t,s){if(e.customInspect&&t&&C(t.inspect)&&t.inspect!==a.inspect&&(!t.constructor||t.constructor.prototype!==t)){var o=t.inspect(s,e);return b(o)||(o=d(e,o,s)),o}var n=function(e,t){if(f(t))return e.stylize("undefined","undefined");if(b(t)){var a="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(a,"string")}return v(t)?e.stylize(""+t,"number"):u(t)?e.stylize(""+t,"boolean"):m(t)?e.stylize("null","null"):void 0}(e,t);if(n)return n;var i=Object.keys(t),l=function(e){var t={};return e.forEach((function(e,a){t[e]=!0})),t}(i);if(e.showHidden&&(i=Object.getOwnPropertyNames(t)),k(t)&&(i.indexOf("message")>=0||i.indexOf("description")>=0))return h(t);if(0===i.length){if(C(t)){var r=t.name?": "+t.name:"";return e.stylize("[Function"+r+"]","special")}if(w(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(y(t))return e.stylize(Date.prototype.toString.call(t),"date");if(k(t))return h(t)}var c,x="",_=!1,M=["{","}"];return g(t)&&(_=!0,M=["[","]"]),C(t)&&(x=" [Function"+(t.name?": "+t.name:"")+"]"),w(t)&&(x=" "+RegExp.prototype.toString.call(t)),y(t)&&(x=" "+Date.prototype.toUTCString.call(t)),k(t)&&(x=" "+h(t)),0!==i.length||_&&0!=t.length?s<0?w(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),c=_?function(e,t,a,s,o){for(var n=[],i=0,l=t.length;i<l;++i)j(t,String(i))?n.push(p(e,t,a,s,String(i),!0)):n.push("");return o.forEach((function(o){o.match(/^\d+$/)||n.push(p(e,t,a,s,o,!0))})),n}(e,t,s,l,i):i.map((function(a){return p(e,t,s,l,a,_)})),e.seen.pop(),function(e,t,a){return e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60?a[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+a[1]:a[0]+t+" "+e.join(", ")+" "+a[1]}(c,x,M)):M[0]+x+M[1]}function h(e){return"["+Error.prototype.toString.call(e)+"]"}function p(e,t,a,s,o,n){var i,l,r;if((r=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]}).get?l=r.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):r.set&&(l=e.stylize("[Setter]","special")),j(s,o)||(i="["+o+"]"),l||(e.seen.indexOf(r.value)<0?(l=m(a)?d(e,r.value,null):d(e,r.value,a-1)).indexOf("\n")>-1&&(l=n?l.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+l.split("\n").map((function(e){return" "+e})).join("\n")):l=e.stylize("[Circular]","special")),f(i)){if(n&&o.match(/^\d+$/))return l;(i=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(i=i.substr(1,i.length-2),i=e.stylize(i,"name")):(i=i.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),i=e.stylize(i,"string"))}return i+": "+l}function g(e){return Array.isArray(e)}function u(e){return"boolean"==typeof e}function m(e){return null===e}function v(e){return"number"==typeof e}function b(e){return"string"==typeof e}function f(e){return void 0===e}function w(e){return x(e)&&"[object RegExp]"===_(e)}function x(e){return"object"==typeof e&&null!==e}function y(e){return x(e)&&"[object Date]"===_(e)}function k(e){return x(e)&&("[object Error]"===_(e)||e instanceof Error)}function C(e){return"function"==typeof e}function _(e){return Object.prototype.toString.call(e)}function M(e){return e<10?"0"+e.toString(10):e.toString(10)}a.debuglog=function(e){if(f(n)&&(n=t.env.NODE_DEBUG||""),e=e.toUpperCase(),!i[e])if(new RegExp("\\b"+e+"\\b","i").test(n)){var s=t.pid;i[e]=function(){var t=a.format.apply(a,arguments);console.error("%s %d: %s",e,s,t)}}else i[e]=function(){};return i[e]},a.inspect=l,l.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},l.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},a.isArray=g,a.isBoolean=u,a.isNull=m,a.isNullOrUndefined=function(e){return null==e},a.isNumber=v,a.isString=b,a.isSymbol=function(e){return"symbol"==typeof e},a.isUndefined=f,a.isRegExp=w,a.isObject=x,a.isDate=y,a.isError=k,a.isFunction=C,a.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},a.isBuffer=e("./support/isBuffer");var z=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function j(e,t){return Object.prototype.hasOwnProperty.call(e,t)}a.log=function(){var e,t;console.log("%s - %s",(t=[M((e=new Date).getHours()),M(e.getMinutes()),M(e.getSeconds())].join(":"),[e.getDate(),z[e.getMonth()],t].join(" ")),a.format.apply(a,arguments))},a.inherits=e("inherits"),a._extend=function(e,t){if(!t||!x(t))return e;for(var a=Object.keys(t),s=a.length;s--;)e[a[s]]=t[a[s]];return e}}).call(this,e("/usr/local/lib/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./support/isBuffer":14,"/usr/local/lib/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":18,inherits:17}],16:[function(e,t,a){function s(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function o(e){return"function"==typeof e}function n(e){return"object"==typeof e&&null!==e}function i(e){return void 0===e}t.exports=s,s.EventEmitter=s,s.prototype._events=void 0,s.prototype._maxListeners=void 0,s.defaultMaxListeners=10,s.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},s.prototype.emit=function(e){var t,a,s,l,r,c;if(this._events||(this._events={}),"error"===e&&(!this._events.error||n(this._events.error)&&!this._events.error.length))throw(t=arguments[1])instanceof Error?t:TypeError('Uncaught, unspecified "error" event.');if(i(a=this._events[e]))return!1;if(o(a))switch(arguments.length){case 1:a.call(this);break;case 2:a.call(this,arguments[1]);break;case 3:a.call(this,arguments[1],arguments[2]);break;default:for(s=arguments.length,l=new Array(s-1),r=1;r<s;r++)l[r-1]=arguments[r];a.apply(this,l)}else if(n(a)){for(s=arguments.length,l=new Array(s-1),r=1;r<s;r++)l[r-1]=arguments[r];for(s=(c=a.slice()).length,r=0;r<s;r++)c[r].apply(this,l)}return!0},s.prototype.addListener=function(e,t){var a;if(!o(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,o(t.listener)?t.listener:t),this._events[e]?n(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,n(this._events[e])&&!this._events[e].warned&&(a=i(this._maxListeners)?s.defaultMaxListeners:this._maxListeners)&&a>0&&this._events[e].length>a&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),console.trace()),this},s.prototype.on=s.prototype.addListener,s.prototype.once=function(e,t){if(!o(t))throw TypeError("listener must be a function");var a=!1;function s(){this.removeListener(e,s),a||(a=!0,t.apply(this,arguments))}return s.listener=t,this.on(e,s),this},s.prototype.removeListener=function(e,t){var a,s,i,l;if(!o(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(i=(a=this._events[e]).length,s=-1,a===t||o(a.listener)&&a.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(n(a)){for(l=i;l-- >0;)if(a[l]===t||a[l].listener&&a[l].listener===t){s=l;break}if(s<0)return this;1===a.length?(a.length=0,delete this._events[e]):a.splice(s,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},s.prototype.removeAllListeners=function(e){var t,a;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(o(a=this._events[e]))this.removeListener(e,a);else for(;a.length;)this.removeListener(e,a[a.length-1]);return delete this._events[e],this},s.prototype.listeners=function(e){return this._events&&this._events[e]?o(this._events[e])?[this._events[e]]:this._events[e].slice():[]},s.listenerCount=function(e,t){return e._events&&e._events[t]?o(e._events[t])?1:e._events[t].length:0}},{}],17:[function(e,t,a){"function"==typeof Object.create?t.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(e,t){e.super_=t;var a=function(){};a.prototype=t.prototype,e.prototype=new a,e.prototype.constructor=e}},{}],18:[function(e,t,a){var s=t.exports={};function o(){}s.nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};if(t){var a=[];return window.addEventListener("message",(function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),a.length>0&&a.shift()())}),!0),function(e){a.push(e),window.postMessage("process-tick","*")}}return function(e){setTimeout(e,0)}}(),s.title="browser",s.browser=!0,s.env={},s.argv=[],s.on=o,s.once=o,s.off=o,s.emit=o,s.binding=function(e){throw new Error("process.binding is not supported")},s.cwd=function(){return"/"},s.chdir=function(e){throw new Error("process.chdir is not supported")}},{}],19:[function(e,t,a){t.exports=e(14)},{}],20:[function(e,t,a){t.exports=e(15)},{"./support/isBuffer":19,"/usr/local/lib/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":18,inherits:17}]},{},[9])(9)})),ace.define("ace/mode/html_worker",[],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=(e("../lib/lang"),e("../worker/mirror").Mirror),n=e("./html/saxparser").SAXParser,i={"expected-doctype-but-got-start-tag":"info","expected-doctype-but-got-chars":"info","non-html-root":"info"},l=t.Worker=function(e){o.call(this,e),this.setTimeout(400),this.context=null};s.inherits(l,o),function(){this.setOptions=function(e){this.context=e.context},this.onUpdate=function(){var e=this.doc.getValue();if(e){var t=new n,a=[],s=function(){};t.contentHandler={startDocument:s,endDocument:s,startElement:s,endElement:s,characters:s},t.errorHandler={error:function(e,t,s){a.push({row:t.line,column:t.column,text:e,type:i[s]||"error"})}},t.parse(e,this.context),this.sender.emit("error",a)}}}.call(l.prototype)}))},5042(e){var t=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},a=-1;t.Diff=function(e,t){return[e,t]},t.prototype.diff_main=function(e,a,s,o){void 0===o&&(o=this.Diff_Timeout<=0?Number.MAX_VALUE:(new Date).getTime()+1e3*this.Diff_Timeout);var n=o;if(null==e||null==a)throw new Error("Null input. (diff_main)");if(e==a)return e?[new t.Diff(0,e)]:[];void 0===s&&(s=!0);var i=s,l=this.diff_commonPrefix(e,a),r=e.substring(0,l);e=e.substring(l),a=a.substring(l),l=this.diff_commonSuffix(e,a);var c=e.substring(e.length-l);e=e.substring(0,e.length-l),a=a.substring(0,a.length-l);var d=this.diff_compute_(e,a,i,n);return r&&d.unshift(new t.Diff(0,r)),c&&d.push(new t.Diff(0,c)),this.diff_cleanupMerge(d),d},t.prototype.diff_compute_=function(e,s,o,n){var i;if(!e)return[new t.Diff(1,s)];if(!s)return[new t.Diff(a,e)];var l=e.length>s.length?e:s,r=e.length>s.length?s:e,c=l.indexOf(r);if(-1!=c)return i=[new t.Diff(1,l.substring(0,c)),new t.Diff(0,r),new t.Diff(1,l.substring(c+r.length))],e.length>s.length&&(i[0][0]=i[2][0]=a),i;if(1==r.length)return[new t.Diff(a,e),new t.Diff(1,s)];var d=this.diff_halfMatch_(e,s);if(d){var h=d[0],p=d[1],g=d[2],u=d[3],m=d[4],v=this.diff_main(h,g,o,n),b=this.diff_main(p,u,o,n);return v.concat([new t.Diff(0,m)],b)}return o&&e.length>100&&s.length>100?this.diff_lineMode_(e,s,n):this.diff_bisect_(e,s,n)},t.prototype.diff_lineMode_=function(e,s,o){var n=this.diff_linesToChars_(e,s);e=n.chars1,s=n.chars2;var i=n.lineArray,l=this.diff_main(e,s,!1,o);this.diff_charsToLines_(l,i),this.diff_cleanupSemantic(l),l.push(new t.Diff(0,""));for(var r=0,c=0,d=0,h="",p="";r<l.length;){switch(l[r][0]){case 1:d++,p+=l[r][1];break;case a:c++,h+=l[r][1];break;case 0:if(c>=1&&d>=1){l.splice(r-c-d,c+d),r=r-c-d;for(var g=this.diff_main(h,p,!1,o),u=g.length-1;u>=0;u--)l.splice(r,0,g[u]);r+=g.length}d=0,c=0,h="",p=""}r++}return l.pop(),l},t.prototype.diff_bisect_=function(e,s,o){for(var n=e.length,i=s.length,l=Math.ceil((n+i)/2),r=l,c=2*l,d=new Array(c),h=new Array(c),p=0;p<c;p++)d[p]=-1,h[p]=-1;d[r+1]=0,h[r+1]=0;for(var g=n-i,u=g%2!=0,m=0,v=0,b=0,f=0,w=0;w<l&&!((new Date).getTime()>o);w++){for(var x=-w+m;x<=w-v;x+=2){for(var y=r+x,k=(j=x==-w||x!=w&&d[y-1]<d[y+1]?d[y+1]:d[y-1]+1)-x;j<n&&k<i&&e.charAt(j)==s.charAt(k);)j++,k++;if(d[y]=j,j>n)v+=2;else if(k>i)m+=2;else if(u&&(M=r+g-x)>=0&&M<c&&-1!=h[M]&&j>=(_=n-h[M]))return this.diff_bisectSplit_(e,s,j,k,o)}for(var C=-w+b;C<=w-f;C+=2){for(var _,M=r+C,z=(_=C==-w||C!=w&&h[M-1]<h[M+1]?h[M+1]:h[M-1]+1)-C;_<n&&z<i&&e.charAt(n-_-1)==s.charAt(i-z-1);)_++,z++;if(h[M]=_,_>n)f+=2;else if(z>i)b+=2;else if(!u){var j;if((y=r+g-C)>=0&&y<c&&-1!=d[y])if(k=r+(j=d[y])-y,j>=(_=n-_))return this.diff_bisectSplit_(e,s,j,k,o)}}}return[new t.Diff(a,e),new t.Diff(1,s)]},t.prototype.diff_bisectSplit_=function(e,t,a,s,o){var n=e.substring(0,a),i=t.substring(0,s),l=e.substring(a),r=t.substring(s),c=this.diff_main(n,i,!1,o),d=this.diff_main(l,r,!1,o);return c.concat(d)},t.prototype.diff_linesToChars_=function(e,t){var a=[],s={};function o(e){for(var t="",o=0,i=-1,l=a.length;i<e.length-1;){-1==(i=e.indexOf("\n",o))&&(i=e.length-1);var r=e.substring(o,i+1);(s.hasOwnProperty?s.hasOwnProperty(r):void 0!==s[r])?t+=String.fromCharCode(s[r]):(l==n&&(r=e.substring(o),i=e.length),t+=String.fromCharCode(l),s[r]=l,a[l++]=r),o=i+1}return t}a[0]="";var n=4e4,i=o(e);return n=65535,{chars1:i,chars2:o(t),lineArray:a}},t.prototype.diff_charsToLines_=function(e,t){for(var a=0;a<e.length;a++){for(var s=e[a][1],o=[],n=0;n<s.length;n++)o[n]=t[s.charCodeAt(n)];e[a][1]=o.join("")}},t.prototype.diff_commonPrefix=function(e,t){if(!e||!t||e.charAt(0)!=t.charAt(0))return 0;for(var a=0,s=Math.min(e.length,t.length),o=s,n=0;a<o;)e.substring(n,o)==t.substring(n,o)?n=a=o:s=o,o=Math.floor((s-a)/2+a);return o},t.prototype.diff_commonSuffix=function(e,t){if(!e||!t||e.charAt(e.length-1)!=t.charAt(t.length-1))return 0;for(var a=0,s=Math.min(e.length,t.length),o=s,n=0;a<o;)e.substring(e.length-o,e.length-n)==t.substring(t.length-o,t.length-n)?n=a=o:s=o,o=Math.floor((s-a)/2+a);return o},t.prototype.diff_commonOverlap_=function(e,t){var a=e.length,s=t.length;if(0==a||0==s)return 0;a>s?e=e.substring(a-s):a<s&&(t=t.substring(0,a));var o=Math.min(a,s);if(e==t)return o;for(var n=0,i=1;;){var l=e.substring(o-i),r=t.indexOf(l);if(-1==r)return n;i+=r,0!=r&&e.substring(o-i)!=t.substring(0,i)||(n=i,i++)}},t.prototype.diff_halfMatch_=function(e,t){if(this.Diff_Timeout<=0)return null;var a=e.length>t.length?e:t,s=e.length>t.length?t:e;if(a.length<4||2*s.length<a.length)return null;var o=this;function n(e,t,a){for(var s,n,i,l,r=e.substring(a,a+Math.floor(e.length/4)),c=-1,d="";-1!=(c=t.indexOf(r,c+1));){var h=o.diff_commonPrefix(e.substring(a),t.substring(c)),p=o.diff_commonSuffix(e.substring(0,a),t.substring(0,c));d.length<p+h&&(d=t.substring(c-p,c)+t.substring(c,c+h),s=e.substring(0,a-p),n=e.substring(a+h),i=t.substring(0,c-p),l=t.substring(c+h))}return 2*d.length>=e.length?[s,n,i,l,d]:null}var i,l,r,c,d,h=n(a,s,Math.ceil(a.length/4)),p=n(a,s,Math.ceil(a.length/2));return h||p?(i=p?h&&h[4].length>p[4].length?h:p:h,e.length>t.length?(l=i[0],r=i[1],c=i[2],d=i[3]):(c=i[0],d=i[1],l=i[2],r=i[3]),[l,r,c,d,i[4]]):null},t.prototype.diff_cleanupSemantic=function(e){for(var s=!1,o=[],n=0,i=null,l=0,r=0,c=0,d=0,h=0;l<e.length;)0==e[l][0]?(o[n++]=l,r=d,c=h,d=0,h=0,i=e[l][1]):(1==e[l][0]?d+=e[l][1].length:h+=e[l][1].length,i&&i.length<=Math.max(r,c)&&i.length<=Math.max(d,h)&&(e.splice(o[n-1],0,new t.Diff(a,i)),e[o[n-1]+1][0]=1,n--,l=--n>0?o[n-1]:-1,r=0,c=0,d=0,h=0,i=null,s=!0)),l++;for(s&&this.diff_cleanupMerge(e),this.diff_cleanupSemanticLossless(e),l=1;l<e.length;){if(e[l-1][0]==a&&1==e[l][0]){var p=e[l-1][1],g=e[l][1],u=this.diff_commonOverlap_(p,g),m=this.diff_commonOverlap_(g,p);u>=m?(u>=p.length/2||u>=g.length/2)&&(e.splice(l,0,new t.Diff(0,g.substring(0,u))),e[l-1][1]=p.substring(0,p.length-u),e[l+1][1]=g.substring(u),l++):(m>=p.length/2||m>=g.length/2)&&(e.splice(l,0,new t.Diff(0,p.substring(0,m))),e[l-1][0]=1,e[l-1][1]=g.substring(0,g.length-m),e[l+1][0]=a,e[l+1][1]=p.substring(m),l++),l++}l++}},t.prototype.diff_cleanupSemanticLossless=function(e){function a(e,a){if(!e||!a)return 6;var s=e.charAt(e.length-1),o=a.charAt(0),n=s.match(t.nonAlphaNumericRegex_),i=o.match(t.nonAlphaNumericRegex_),l=n&&s.match(t.whitespaceRegex_),r=i&&o.match(t.whitespaceRegex_),c=l&&s.match(t.linebreakRegex_),d=r&&o.match(t.linebreakRegex_),h=c&&e.match(t.blanklineEndRegex_),p=d&&a.match(t.blanklineStartRegex_);return h||p?5:c||d?4:n&&!l&&r?3:l||r?2:n||i?1:0}for(var s=1;s<e.length-1;){if(0==e[s-1][0]&&0==e[s+1][0]){var o=e[s-1][1],n=e[s][1],i=e[s+1][1],l=this.diff_commonSuffix(o,n);if(l){var r=n.substring(n.length-l);o=o.substring(0,o.length-l),n=r+n.substring(0,n.length-l),i=r+i}for(var c=o,d=n,h=i,p=a(o,n)+a(n,i);n.charAt(0)===i.charAt(0);){o+=n.charAt(0),n=n.substring(1)+i.charAt(0),i=i.substring(1);var g=a(o,n)+a(n,i);g>=p&&(p=g,c=o,d=n,h=i)}e[s-1][1]!=c&&(c?e[s-1][1]=c:(e.splice(s-1,1),s--),e[s][1]=d,h?e[s+1][1]=h:(e.splice(s+1,1),s--))}s++}},t.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,t.whitespaceRegex_=/\s/,t.linebreakRegex_=/[\r\n]/,t.blanklineEndRegex_=/\n\r?\n$/,t.blanklineStartRegex_=/^\r?\n\r?\n/,t.prototype.diff_cleanupEfficiency=function(e){for(var s=!1,o=[],n=0,i=null,l=0,r=!1,c=!1,d=!1,h=!1;l<e.length;)0==e[l][0]?(e[l][1].length<this.Diff_EditCost&&(d||h)?(o[n++]=l,r=d,c=h,i=e[l][1]):(n=0,i=null),d=h=!1):(e[l][0]==a?h=!0:d=!0,i&&(r&&c&&d&&h||i.length<this.Diff_EditCost/2&&r+c+d+h==3)&&(e.splice(o[n-1],0,new t.Diff(a,i)),e[o[n-1]+1][0]=1,n--,i=null,r&&c?(d=h=!0,n=0):(l=--n>0?o[n-1]:-1,d=h=!1),s=!0)),l++;s&&this.diff_cleanupMerge(e)},t.prototype.diff_cleanupMerge=function(e){e.push(new t.Diff(0,""));for(var s,o=0,n=0,i=0,l="",r="";o<e.length;)switch(e[o][0]){case 1:i++,r+=e[o][1],o++;break;case a:n++,l+=e[o][1],o++;break;case 0:n+i>1?(0!==n&&0!==i&&(0!==(s=this.diff_commonPrefix(r,l))&&(o-n-i>0&&0==e[o-n-i-1][0]?e[o-n-i-1][1]+=r.substring(0,s):(e.splice(0,0,new t.Diff(0,r.substring(0,s))),o++),r=r.substring(s),l=l.substring(s)),0!==(s=this.diff_commonSuffix(r,l))&&(e[o][1]=r.substring(r.length-s)+e[o][1],r=r.substring(0,r.length-s),l=l.substring(0,l.length-s))),o-=n+i,e.splice(o,n+i),l.length&&(e.splice(o,0,new t.Diff(a,l)),o++),r.length&&(e.splice(o,0,new t.Diff(1,r)),o++),o++):0!==o&&0==e[o-1][0]?(e[o-1][1]+=e[o][1],e.splice(o,1)):o++,i=0,n=0,l="",r=""}""===e[e.length-1][1]&&e.pop();var c=!1;for(o=1;o<e.length-1;)0==e[o-1][0]&&0==e[o+1][0]&&(e[o][1].substring(e[o][1].length-e[o-1][1].length)==e[o-1][1]?(e[o][1]=e[o-1][1]+e[o][1].substring(0,e[o][1].length-e[o-1][1].length),e[o+1][1]=e[o-1][1]+e[o+1][1],e.splice(o-1,1),c=!0):e[o][1].substring(0,e[o+1][1].length)==e[o+1][1]&&(e[o-1][1]+=e[o+1][1],e[o][1]=e[o][1].substring(e[o+1][1].length)+e[o+1][1],e.splice(o+1,1),c=!0)),o++;c&&this.diff_cleanupMerge(e)},t.prototype.diff_xIndex=function(e,t){var s,o=0,n=0,i=0,l=0;for(s=0;s<e.length&&(1!==e[s][0]&&(o+=e[s][1].length),e[s][0]!==a&&(n+=e[s][1].length),!(o>t));s++)i=o,l=n;return e.length!=s&&e[s][0]===a?l:l+(t-i)},t.prototype.diff_prettyHtml=function(e){for(var t=[],s=/&/g,o=/</g,n=/>/g,i=/\n/g,l=0;l<e.length;l++){var r=e[l][0],c=e[l][1].replace(s,"&amp;").replace(o,"&lt;").replace(n,"&gt;").replace(i,"&para;<br>");switch(r){case 1:t[l]='<ins style="background:#e6ffe6;">'+c+"</ins>";break;case a:t[l]='<del style="background:#ffe6e6;">'+c+"</del>";break;case 0:t[l]="<span>"+c+"</span>"}}return t.join("")},t.prototype.diff_text1=function(e){for(var t=[],a=0;a<e.length;a++)1!==e[a][0]&&(t[a]=e[a][1]);return t.join("")},t.prototype.diff_text2=function(e){for(var t=[],s=0;s<e.length;s++)e[s][0]!==a&&(t[s]=e[s][1]);return t.join("")},t.prototype.diff_levenshtein=function(e){for(var t=0,s=0,o=0,n=0;n<e.length;n++){var i=e[n][0],l=e[n][1];switch(i){case 1:s+=l.length;break;case a:o+=l.length;break;case 0:t+=Math.max(s,o),s=0,o=0}}return t+Math.max(s,o)},t.prototype.diff_toDelta=function(e){for(var t=[],s=0;s<e.length;s++)switch(e[s][0]){case 1:t[s]="+"+encodeURI(e[s][1]);break;case a:t[s]="-"+e[s][1].length;break;case 0:t[s]="="+e[s][1].length}return t.join("\t").replace(/%20/g," ")},t.prototype.diff_fromDelta=function(e,s){for(var o=[],n=0,i=0,l=s.split(/\t/g),r=0;r<l.length;r++){var c=l[r].substring(1);switch(l[r].charAt(0)){case"+":try{o[n++]=new t.Diff(1,decodeURI(c))}catch(e){throw new Error("Illegal escape in diff_fromDelta: "+c)}break;case"-":case"=":var d=parseInt(c,10);if(isNaN(d)||d<0)throw new Error("Invalid number in diff_fromDelta: "+c);var h=e.substring(i,i+=d);"="==l[r].charAt(0)?o[n++]=new t.Diff(0,h):o[n++]=new t.Diff(a,h);break;default:if(l[r])throw new Error("Invalid diff operation in diff_fromDelta: "+l[r])}}if(i!=e.length)throw new Error("Delta length ("+i+") does not equal source text length ("+e.length+").");return o},t.prototype.match_main=function(e,t,a){if(null==e||null==t||null==a)throw new Error("Null input. (match_main)");return a=Math.max(0,Math.min(a,e.length)),e==t?0:e.length?e.substring(a,a+t.length)==t?a:this.match_bitap_(e,t,a):-1},t.prototype.match_bitap_=function(e,t,a){if(t.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var s=this.match_alphabet_(t),o=this;function n(e,s){var n=e/t.length,i=Math.abs(a-s);return o.Match_Distance?n+i/o.Match_Distance:i?1:n}var i=this.Match_Threshold,l=e.indexOf(t,a);-1!=l&&(i=Math.min(n(0,l),i),-1!=(l=e.lastIndexOf(t,a+t.length))&&(i=Math.min(n(0,l),i)));var r,c,d=1<<t.length-1;l=-1;for(var h,p=t.length+e.length,g=0;g<t.length;g++){for(r=0,c=p;r<c;)n(g,a+c)<=i?r=c:p=c,c=Math.floor((p-r)/2+r);p=c;var u=Math.max(1,a-c+1),m=Math.min(a+c,e.length)+t.length,v=Array(m+2);v[m+1]=(1<<g)-1;for(var b=m;b>=u;b--){var f=s[e.charAt(b-1)];if(v[b]=0===g?(v[b+1]<<1|1)&f:(v[b+1]<<1|1)&f|(h[b+1]|h[b])<<1|1|h[b+1],v[b]&d){var w=n(g,b-1);if(w<=i){if(i=w,!((l=b-1)>a))break;u=Math.max(1,2*a-l)}}}if(n(g+1,a)>i)break;h=v}return l},t.prototype.match_alphabet_=function(e){for(var t={},a=0;a<e.length;a++)t[e.charAt(a)]=0;for(a=0;a<e.length;a++)t[e.charAt(a)]|=1<<e.length-a-1;return t},t.prototype.patch_addContext_=function(e,a){if(0!=a.length){if(null===e.start2)throw Error("patch not initialized");for(var s=a.substring(e.start2,e.start2+e.length1),o=0;a.indexOf(s)!=a.lastIndexOf(s)&&s.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)o+=this.Patch_Margin,s=a.substring(e.start2-o,e.start2+e.length1+o);o+=this.Patch_Margin;var n=a.substring(e.start2-o,e.start2);n&&e.diffs.unshift(new t.Diff(0,n));var i=a.substring(e.start2+e.length1,e.start2+e.length1+o);i&&e.diffs.push(new t.Diff(0,i)),e.start1-=n.length,e.start2-=n.length,e.length1+=n.length+i.length,e.length2+=n.length+i.length}},t.prototype.patch_make=function(e,s,o){var n,i;if("string"==typeof e&&"string"==typeof s&&void 0===o)n=e,(i=this.diff_main(n,s,!0)).length>2&&(this.diff_cleanupSemantic(i),this.diff_cleanupEfficiency(i));else if(e&&"object"==typeof e&&void 0===s&&void 0===o)i=e,n=this.diff_text1(i);else if("string"==typeof e&&s&&"object"==typeof s&&void 0===o)n=e,i=s;else{if("string"!=typeof e||"string"!=typeof s||!o||"object"!=typeof o)throw new Error("Unknown call format to patch_make.");n=e,i=o}if(0===i.length)return[];for(var l=[],r=new t.patch_obj,c=0,d=0,h=0,p=n,g=n,u=0;u<i.length;u++){var m=i[u][0],v=i[u][1];switch(c||0===m||(r.start1=d,r.start2=h),m){case 1:r.diffs[c++]=i[u],r.length2+=v.length,g=g.substring(0,h)+v+g.substring(h);break;case a:r.length1+=v.length,r.diffs[c++]=i[u],g=g.substring(0,h)+g.substring(h+v.length);break;case 0:v.length<=2*this.Patch_Margin&&c&&i.length!=u+1?(r.diffs[c++]=i[u],r.length1+=v.length,r.length2+=v.length):v.length>=2*this.Patch_Margin&&c&&(this.patch_addContext_(r,p),l.push(r),r=new t.patch_obj,c=0,p=g,d=h)}1!==m&&(d+=v.length),m!==a&&(h+=v.length)}return c&&(this.patch_addContext_(r,p),l.push(r)),l},t.prototype.patch_deepCopy=function(e){for(var a=[],s=0;s<e.length;s++){var o=e[s],n=new t.patch_obj;n.diffs=[];for(var i=0;i<o.diffs.length;i++)n.diffs[i]=new t.Diff(o.diffs[i][0],o.diffs[i][1]);n.start1=o.start1,n.start2=o.start2,n.length1=o.length1,n.length2=o.length2,a[s]=n}return a},t.prototype.patch_apply=function(e,t){if(0==e.length)return[t,[]];e=this.patch_deepCopy(e);var s=this.patch_addPadding(e);t=s+t+s,this.patch_splitMax(e);for(var o=0,n=[],i=0;i<e.length;i++){var l,r,c=e[i].start2+o,d=this.diff_text1(e[i].diffs),h=-1;if(d.length>this.Match_MaxBits?-1!=(l=this.match_main(t,d.substring(0,this.Match_MaxBits),c))&&(-1==(h=this.match_main(t,d.substring(d.length-this.Match_MaxBits),c+d.length-this.Match_MaxBits))||l>=h)&&(l=-1):l=this.match_main(t,d,c),-1==l)n[i]=!1,o-=e[i].length2-e[i].length1;else if(n[i]=!0,o=l-c,d==(r=-1==h?t.substring(l,l+d.length):t.substring(l,h+this.Match_MaxBits)))t=t.substring(0,l)+this.diff_text2(e[i].diffs)+t.substring(l+d.length);else{var p=this.diff_main(d,r,!1);if(d.length>this.Match_MaxBits&&this.diff_levenshtein(p)/d.length>this.Patch_DeleteThreshold)n[i]=!1;else{this.diff_cleanupSemanticLossless(p);for(var g,u=0,m=0;m<e[i].diffs.length;m++){var v=e[i].diffs[m];0!==v[0]&&(g=this.diff_xIndex(p,u)),1===v[0]?t=t.substring(0,l+g)+v[1]+t.substring(l+g):v[0]===a&&(t=t.substring(0,l+g)+t.substring(l+this.diff_xIndex(p,u+v[1].length))),v[0]!==a&&(u+=v[1].length)}}}}return[t=t.substring(s.length,t.length-s.length),n]},t.prototype.patch_addPadding=function(e){for(var a=this.Patch_Margin,s="",o=1;o<=a;o++)s+=String.fromCharCode(o);for(o=0;o<e.length;o++)e[o].start1+=a,e[o].start2+=a;var n=e[0],i=n.diffs;if(0==i.length||0!=i[0][0])i.unshift(new t.Diff(0,s)),n.start1-=a,n.start2-=a,n.length1+=a,n.length2+=a;else if(a>i[0][1].length){var l=a-i[0][1].length;i[0][1]=s.substring(i[0][1].length)+i[0][1],n.start1-=l,n.start2-=l,n.length1+=l,n.length2+=l}return 0==(i=(n=e[e.length-1]).diffs).length||0!=i[i.length-1][0]?(i.push(new t.Diff(0,s)),n.length1+=a,n.length2+=a):a>i[i.length-1][1].length&&(l=a-i[i.length-1][1].length,i[i.length-1][1]+=s.substring(0,l),n.length1+=l,n.length2+=l),s},t.prototype.patch_splitMax=function(e){for(var s=this.Match_MaxBits,o=0;o<e.length;o++)if(!(e[o].length1<=s)){var n=e[o];e.splice(o--,1);for(var i=n.start1,l=n.start2,r="";0!==n.diffs.length;){var c=new t.patch_obj,d=!0;for(c.start1=i-r.length,c.start2=l-r.length,""!==r&&(c.length1=c.length2=r.length,c.diffs.push(new t.Diff(0,r)));0!==n.diffs.length&&c.length1<s-this.Patch_Margin;){var h=n.diffs[0][0],p=n.diffs[0][1];1===h?(c.length2+=p.length,l+=p.length,c.diffs.push(n.diffs.shift()),d=!1):h===a&&1==c.diffs.length&&0==c.diffs[0][0]&&p.length>2*s?(c.length1+=p.length,i+=p.length,d=!1,c.diffs.push(new t.Diff(h,p)),n.diffs.shift()):(p=p.substring(0,s-c.length1-this.Patch_Margin),c.length1+=p.length,i+=p.length,0===h?(c.length2+=p.length,l+=p.length):d=!1,c.diffs.push(new t.Diff(h,p)),p==n.diffs[0][1]?n.diffs.shift():n.diffs[0][1]=n.diffs[0][1].substring(p.length))}r=(r=this.diff_text2(c.diffs)).substring(r.length-this.Patch_Margin);var g=this.diff_text1(n.diffs).substring(0,this.Patch_Margin);""!==g&&(c.length1+=g.length,c.length2+=g.length,0!==c.diffs.length&&0===c.diffs[c.diffs.length-1][0]?c.diffs[c.diffs.length-1][1]+=g:c.diffs.push(new t.Diff(0,g))),d||e.splice(++o,0,c)}}},t.prototype.patch_toText=function(e){for(var t=[],a=0;a<e.length;a++)t[a]=e[a];return t.join("")},t.prototype.patch_fromText=function(e){var s=[];if(!e)return s;for(var o=e.split("\n"),n=0,i=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;n<o.length;){var l=o[n].match(i);if(!l)throw new Error("Invalid patch string: "+o[n]);var r=new t.patch_obj;for(s.push(r),r.start1=parseInt(l[1],10),""===l[2]?(r.start1--,r.length1=1):"0"==l[2]?r.length1=0:(r.start1--,r.length1=parseInt(l[2],10)),r.start2=parseInt(l[3],10),""===l[4]?(r.start2--,r.length2=1):"0"==l[4]?r.length2=0:(r.start2--,r.length2=parseInt(l[4],10)),n++;n<o.length;){var c=o[n].charAt(0);try{var d=decodeURI(o[n].substring(1))}catch(e){throw new Error("Illegal escape in patch_fromText: "+d)}if("-"==c)r.diffs.push(new t.Diff(a,d));else if("+"==c)r.diffs.push(new t.Diff(1,d));else if(" "==c)r.diffs.push(new t.Diff(0,d));else{if("@"==c)break;if(""!==c)throw new Error('Invalid patch mode "'+c+'" in: '+d)}n++}}return s},(t.patch_obj=function(){this.diffs=[],this.start1=null,this.start2=null,this.length1=0,this.length2=0}).prototype.toString=function(){for(var e,t=["@@ -"+(0===this.length1?this.start1+",0":1==this.length1?this.start1+1:this.start1+1+","+this.length1)+" +"+(0===this.length2?this.start2+",0":1==this.length2?this.start2+1:this.start2+1+","+this.length2)+" @@\n"],s=0;s<this.diffs.length;s++){switch(this.diffs[s][0]){case 1:e="+";break;case a:e="-";break;case 0:e=" "}t[s+1]=e+encodeURI(this.diffs[s][1])+"\n"}return t.join("").replace(/%20/g," ")},e.exports=t,e.exports.diff_match_patch=t,e.exports.DIFF_DELETE=a,e.exports.DIFF_INSERT=1,e.exports.DIFF_EQUAL=0},9529(e){var t,a="__lodash_hash_undefined__",s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/,n=/^\./,i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,l=/\\(\\)?/g,r=/^\[object .+?Constructor\]$/,c="object"==typeof globalThis&&globalThis&&globalThis.Object===Object&&globalThis,d="object"==typeof self&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),p=Array.prototype,g=Function.prototype,u=Object.prototype,m=h["__core-js_shared__"],v=(t=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||""))?"Symbol(src)_1."+t:"",b=g.toString,f=u.hasOwnProperty,w=u.toString,x=RegExp("^"+b.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),y=h.Symbol,k=p.splice,C=T(h,"Map"),_=T(Object,"create"),M=y?y.prototype:void 0,z=M?M.toString:void 0;function j(e){var t=-1,a=e?e.length:0;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function L(e){var t=-1,a=e?e.length:0;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function S(e){var t=-1,a=e?e.length:0;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function $(e,t){for(var a,s,o=e.length;o--;)if((a=e[o][0])===(s=t)||a!=a&&s!=s)return o;return-1}function H(e,t){var a,s,o=e.__data__;return("string"==(s=typeof(a=t))||"number"==s||"symbol"==s||"boolean"==s?"__proto__"!==a:null===a)?o["string"==typeof t?"string":"hash"]:o.map}function T(e,t){var a=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){if(!P(e)||v&&v in e)return!1;var t=function(e){var t=P(e)?w.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?x:r;return t.test(function(e){if(null!=e){try{return b.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}(a)?a:void 0}j.prototype.clear=function(){this.__data__=_?_(null):{}},j.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},j.prototype.get=function(e){var t=this.__data__;if(_){var s=t[e];return s===a?void 0:s}return f.call(t,e)?t[e]:void 0},j.prototype.has=function(e){var t=this.__data__;return _?void 0!==t[e]:f.call(t,e)},j.prototype.set=function(e,t){return this.__data__[e]=_&&void 0===t?a:t,this},L.prototype.clear=function(){this.__data__=[]},L.prototype.delete=function(e){var t=this.__data__,a=$(t,e);return!(a<0||(a==t.length-1?t.pop():k.call(t,a,1),0))},L.prototype.get=function(e){var t=this.__data__,a=$(t,e);return a<0?void 0:t[a][1]},L.prototype.has=function(e){return $(this.__data__,e)>-1},L.prototype.set=function(e,t){var a=this.__data__,s=$(a,e);return s<0?a.push([e,t]):a[s][1]=t,this},S.prototype.clear=function(){this.__data__={hash:new j,map:new(C||L),string:new j}},S.prototype.delete=function(e){return H(this,e).delete(e)},S.prototype.get=function(e){return H(this,e).get(e)},S.prototype.has=function(e){return H(this,e).has(e)},S.prototype.set=function(e,t){return H(this,e).set(e,t),this};var B=V((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(E(e))return z?z.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var a=[];return n.test(e)&&a.push(""),e.replace(i,(function(e,t,s,o){a.push(s?o.replace(l,"$1"):t||e)})),a}));function A(e){if("string"==typeof e||E(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function V(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var a=function(){var s=arguments,o=t?t.apply(this,s):s[0],n=a.cache;if(n.has(o))return n.get(o);var i=e.apply(this,s);return a.cache=n.set(o,i),i};return a.cache=new(V.Cache||S),a}V.Cache=S;var N=Array.isArray;function P(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function E(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==w.call(e)}e.exports=function(e,t,a){var n=null==e?void 0:function(e,t){var a;t=function(e,t){if(N(e))return!1;var a=typeof e;return!("number"!=a&&"symbol"!=a&&"boolean"!=a&&null!=e&&!E(e))||o.test(e)||!s.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:N(a=t)?a:B(a);for(var n=0,i=t.length;null!=e&&n<i;)e=e[A(t[n++])];return n&&n==i?e:void 0}(e,t);return void 0===n?a:n}},1097(e,t,a){e=a.nmd(e);var s="__lodash_hash_undefined__",o=9007199254740991,n="[object Arguments]",i="[object Array]",l="[object Boolean]",r="[object Date]",c="[object Error]",d="[object Function]",h="[object Map]",p="[object Number]",g="[object Object]",u="[object Promise]",m="[object RegExp]",v="[object Set]",b="[object String]",f="[object WeakMap]",w="[object ArrayBuffer]",x="[object DataView]",y=/^\[object .+?Constructor\]$/,k=/^(?:0|[1-9]\d*)$/,C={};C["[object Float32Array]"]=C["[object Float64Array]"]=C["[object Int8Array]"]=C["[object Int16Array]"]=C["[object Int32Array]"]=C["[object Uint8Array]"]=C["[object Uint8ClampedArray]"]=C["[object Uint16Array]"]=C["[object Uint32Array]"]=!0,C[n]=C[i]=C[w]=C[l]=C[x]=C[r]=C[c]=C[d]=C[h]=C[p]=C[g]=C[m]=C[v]=C[b]=C[f]=!1;var _="object"==typeof globalThis&&globalThis&&globalThis.Object===Object&&globalThis,M="object"==typeof self&&self&&self.Object===Object&&self,z=_||M||Function("return this")(),j=t&&!t.nodeType&&t,L=j&&e&&!e.nodeType&&e,S=L&&L.exports===j,$=S&&_.process,H=function(){try{return $&&$.binding&&$.binding("util")}catch(e){}}(),T=H&&H.isTypedArray;function B(e,t){for(var a=-1,s=null==e?0:e.length;++a<s;)if(t(e[a],a,e))return!0;return!1}function A(e){var t=-1,a=Array(e.size);return e.forEach((function(e,s){a[++t]=[s,e]})),a}function V(e){var t=-1,a=Array(e.size);return e.forEach((function(e){a[++t]=e})),a}var N,P,E,I=Array.prototype,O=Function.prototype,R=Object.prototype,D=z["__core-js_shared__"],F=O.toString,q=R.hasOwnProperty,W=(N=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"",U=R.toString,G=RegExp("^"+F.call(q).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Y=S?z.Buffer:void 0,Z=z.Symbol,K=z.Uint8Array,Q=R.propertyIsEnumerable,X=I.splice,J=Z?Z.toStringTag:void 0,ee=Object.getOwnPropertySymbols,te=Y?Y.isBuffer:void 0,ae=(P=Object.keys,E=Object,function(e){return P(E(e))}),se=Le(z,"DataView"),oe=Le(z,"Map"),ne=Le(z,"Promise"),ie=Le(z,"Set"),le=Le(z,"WeakMap"),re=Le(Object,"create"),ce=Te(se),de=Te(oe),he=Te(ne),pe=Te(ie),ge=Te(le),ue=Z?Z.prototype:void 0,me=ue?ue.valueOf:void 0;function ve(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function be(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function fe(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function we(e){var t=-1,a=null==e?0:e.length;for(this.__data__=new fe;++t<a;)this.add(e[t])}function xe(e){var t=this.__data__=new be(e);this.size=t.size}function ye(e,t){for(var a=e.length;a--;)if(Be(e[a][0],t))return a;return-1}function ke(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":J&&J in Object(e)?function(e){var t=q.call(e,J),a=e[J];try{e[J]=void 0;var s=!0}catch(e){}var o=U.call(e);return s&&(t?e[J]=a:delete e[J]),o}(e):function(e){return U.call(e)}(e)}function Ce(e){return Oe(e)&&ke(e)==n}function _e(e,t,a,s,o){return e===t||(null==e||null==t||!Oe(e)&&!Oe(t)?e!=e&&t!=t:function(e,t,a,s,o,d){var u=Ve(e),f=Ve(t),y=u?i:$e(e),k=f?i:$e(t),C=(y=y==n?g:y)==g,_=(k=k==n?g:k)==g,M=y==k;if(M&&Ne(e)){if(!Ne(t))return!1;u=!0,C=!1}if(M&&!C)return d||(d=new xe),u||Re(e)?Me(e,t,a,s,o,d):function(e,t,a,s,o,n,i){switch(a){case x:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case w:return!(e.byteLength!=t.byteLength||!n(new K(e),new K(t)));case l:case r:case p:return Be(+e,+t);case c:return e.name==t.name&&e.message==t.message;case m:case b:return e==t+"";case h:var d=A;case v:var g=1&s;if(d||(d=V),e.size!=t.size&&!g)return!1;var u=i.get(e);if(u)return u==t;s|=2,i.set(e,t);var f=Me(d(e),d(t),s,o,n,i);return i.delete(e),f;case"[object Symbol]":if(me)return me.call(e)==me.call(t)}return!1}(e,t,y,a,s,o,d);if(!(1&a)){var z=C&&q.call(e,"__wrapped__"),j=_&&q.call(t,"__wrapped__");if(z||j){var L=z?e.value():e,S=j?t.value():t;return d||(d=new xe),o(L,S,a,s,d)}}return!!M&&(d||(d=new xe),function(e,t,a,s,o,n){var i=1&a,l=ze(e),r=l.length;if(r!=ze(t).length&&!i)return!1;for(var c=r;c--;){var d=l[c];if(!(i?d in t:q.call(t,d)))return!1}var h=n.get(e);if(h&&n.get(t))return h==t;var p=!0;n.set(e,t),n.set(t,e);for(var g=i;++c<r;){var u=e[d=l[c]],m=t[d];if(s)var v=i?s(m,u,d,t,e,n):s(u,m,d,e,t,n);if(!(void 0===v?u===m||o(u,m,a,s,n):v)){p=!1;break}g||(g="constructor"==d)}if(p&&!g){var b=e.constructor,f=t.constructor;b==f||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof f&&f instanceof f||(p=!1)}return n.delete(e),n.delete(t),p}(e,t,a,s,o,d))}(e,t,a,s,_e,o))}function Me(e,t,a,s,o,n){var i=1&a,l=e.length,r=t.length;if(l!=r&&!(i&&r>l))return!1;var c=n.get(e);if(c&&n.get(t))return c==t;var d=-1,h=!0,p=2&a?new we:void 0;for(n.set(e,t),n.set(t,e);++d<l;){var g=e[d],u=t[d];if(s)var m=i?s(u,g,d,t,e,n):s(g,u,d,e,t,n);if(void 0!==m){if(m)continue;h=!1;break}if(p){if(!B(t,(function(e,t){if(i=t,!p.has(i)&&(g===e||o(g,e,a,s,n)))return p.push(t);var i}))){h=!1;break}}else if(g!==u&&!o(g,u,a,s,n)){h=!1;break}}return n.delete(e),n.delete(t),h}function ze(e){return function(e,t,a){var s=t(e);return Ve(e)?s:function(e,t){for(var a=-1,s=t.length,o=e.length;++a<s;)e[o+a]=t[a];return e}(s,a(e))}(e,De,Se)}function je(e,t){var a,s,o=e.__data__;return("string"==(s=typeof(a=t))||"number"==s||"symbol"==s||"boolean"==s?"__proto__"!==a:null===a)?o["string"==typeof t?"string":"hash"]:o.map}function Le(e,t){var a=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!Ie(e)||function(e){return!!W&&W in e}(e))&&(Pe(e)?G:y).test(Te(e))}(a)?a:void 0}ve.prototype.clear=function(){this.__data__=re?re(null):{},this.size=0},ve.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ve.prototype.get=function(e){var t=this.__data__;if(re){var a=t[e];return a===s?void 0:a}return q.call(t,e)?t[e]:void 0},ve.prototype.has=function(e){var t=this.__data__;return re?void 0!==t[e]:q.call(t,e)},ve.prototype.set=function(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=re&&void 0===t?s:t,this},be.prototype.clear=function(){this.__data__=[],this.size=0},be.prototype.delete=function(e){var t=this.__data__,a=ye(t,e);return!(a<0||(a==t.length-1?t.pop():X.call(t,a,1),--this.size,0))},be.prototype.get=function(e){var t=this.__data__,a=ye(t,e);return a<0?void 0:t[a][1]},be.prototype.has=function(e){return ye(this.__data__,e)>-1},be.prototype.set=function(e,t){var a=this.__data__,s=ye(a,e);return s<0?(++this.size,a.push([e,t])):a[s][1]=t,this},fe.prototype.clear=function(){this.size=0,this.__data__={hash:new ve,map:new(oe||be),string:new ve}},fe.prototype.delete=function(e){var t=je(this,e).delete(e);return this.size-=t?1:0,t},fe.prototype.get=function(e){return je(this,e).get(e)},fe.prototype.has=function(e){return je(this,e).has(e)},fe.prototype.set=function(e,t){var a=je(this,e),s=a.size;return a.set(e,t),this.size+=a.size==s?0:1,this},we.prototype.add=we.prototype.push=function(e){return this.__data__.set(e,s),this},we.prototype.has=function(e){return this.__data__.has(e)},xe.prototype.clear=function(){this.__data__=new be,this.size=0},xe.prototype.delete=function(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a},xe.prototype.get=function(e){return this.__data__.get(e)},xe.prototype.has=function(e){return this.__data__.has(e)},xe.prototype.set=function(e,t){var a=this.__data__;if(a instanceof be){var s=a.__data__;if(!oe||s.length<199)return s.push([e,t]),this.size=++a.size,this;a=this.__data__=new fe(s)}return a.set(e,t),this.size=a.size,this};var Se=ee?function(e){return null==e?[]:(e=Object(e),function(t){for(var a=-1,s=null==t?0:t.length,o=0,n=[];++a<s;){var i=t[a];l=i,Q.call(e,l)&&(n[o++]=i)}var l;return n}(ee(e)))}:function(){return[]},$e=ke;function He(e,t){return!!(t=t??o)&&("number"==typeof e||k.test(e))&&e>-1&&e%1==0&&e<t}function Te(e){if(null!=e){try{return F.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Be(e,t){return e===t||e!=e&&t!=t}(se&&$e(new se(new ArrayBuffer(1)))!=x||oe&&$e(new oe)!=h||ne&&$e(ne.resolve())!=u||ie&&$e(new ie)!=v||le&&$e(new le)!=f)&&($e=function(e){var t=ke(e),a=t==g?e.constructor:void 0,s=a?Te(a):"";if(s)switch(s){case ce:return x;case de:return h;case he:return u;case pe:return v;case ge:return f}return t});var Ae=Ce(function(){return arguments}())?Ce:function(e){return Oe(e)&&q.call(e,"callee")&&!Q.call(e,"callee")},Ve=Array.isArray,Ne=te||function(){return!1};function Pe(e){if(!Ie(e))return!1;var t=ke(e);return t==d||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ee(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function Ie(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Oe(e){return null!=e&&"object"==typeof e}var Re=T?function(e){return function(t){return e(t)}}(T):function(e){return Oe(e)&&Ee(e.length)&&!!C[ke(e)]};function De(e){return null!=(t=e)&&Ee(t.length)&&!Pe(t)?function(e,t){var a=Ve(e),s=!a&&Ae(e),o=!a&&!s&&Ne(e),n=!a&&!s&&!o&&Re(e),i=a||s||o||n,l=i?function(e,t){for(var a=-1,s=Array(e);++a<e;)s[a]=t(a);return s}(e.length,String):[],r=l.length;for(var c in e)!t&&!q.call(e,c)||i&&("length"==c||o&&("offset"==c||"parent"==c)||n&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||He(c,r))||l.push(c);return l}(e):function(e){if(a=(t=e)&&t.constructor,t!==("function"==typeof a&&a.prototype||R))return ae(e);var t,a,s=[];for(var o in Object(e))q.call(e,o)&&"constructor"!=o&&s.push(o);return s}(e);var t}e.exports=function(e,t){return _e(e,t)}},795(e,t,a){"use strict";var s=a(1212);function o(){}function n(){}n.resetWarningCache=o,e.exports=function(){function e(e,t,a,o,n,i){if(i!==s){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:o};return a.PropTypes=a,a}},135(e,t,a){e.exports=a(795)()},1212(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},3468(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,a=1,s=arguments.length;a<s;a++)for(var o in t=arguments[a])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var i=a(1973),l=a(135),r=a(1609),c=a(1097),d=a(9378),h=(0,d.getAceInstance)(),p=function(e){function t(t){var a=e.call(this,t)||this;return d.editorEvents.forEach((function(e){a[e]=a[e].bind(a)})),a.debounce=d.debounce,a}return o(t,e),t.prototype.isInShadow=function(e){for(var t=e&&e.parentNode;t;){if("[object ShadowRoot]"===t.toString())return!0;t=t.parentNode}return!1},t.prototype.componentDidMount=function(){var e=this,t=this.props,a=t.className,s=t.onBeforeLoad,o=t.onValidate,n=t.mode,i=t.focus,l=t.theme,r=t.fontSize,c=t.lineHeight,p=t.value,g=t.defaultValue,u=t.showGutter,m=t.wrapEnabled,v=t.showPrintMargin,b=t.scrollMargin,f=void 0===b?[0,0,0,0]:b,w=t.keyboardHandler,x=t.onLoad,y=t.commands,k=t.annotations,C=t.markers,_=t.placeholder;this.editor=h.edit(this.refEditor),s&&s(h);for(var M=Object.keys(this.props.editorProps),z=0;z<M.length;z++)this.editor[M[z]]=this.props.editorProps[M[z]];this.props.debounceChangePeriod&&(this.onChange=this.debounce(this.onChange,this.props.debounceChangePeriod)),this.editor.renderer.setScrollMargin(f[0],f[1],f[2],f[3]),this.isInShadow(this.refEditor)&&this.editor.renderer.attachToShadowRoot(),this.editor.getSession().setMode("string"==typeof n?"ace/mode/".concat(n):n),l&&""!==l&&this.editor.setTheme("ace/theme/".concat(l)),this.editor.setFontSize("number"==typeof r?"".concat(r,"px"):r),c&&(this.editor.container.style.lineHeight="number"==typeof c?"".concat(c,"px"):"".concat(c),this.editor.renderer.updateFontSize()),this.editor.getSession().setValue(g||p||""),this.props.navigateToFileEnd&&this.editor.navigateFileEnd(),this.editor.renderer.setShowGutter(u),this.editor.getSession().setUseWrapMode(m),this.editor.setShowPrintMargin(v),this.editor.on("focus",this.onFocus),this.editor.on("blur",this.onBlur),this.editor.on("copy",this.onCopy),this.editor.on("paste",this.onPaste),this.editor.on("change",this.onChange),this.editor.on("input",this.onInput),_&&this.updatePlaceholder(),this.editor.getSession().selection.on("changeSelection",this.onSelectionChange),this.editor.getSession().selection.on("changeCursor",this.onCursorChange),o&&this.editor.getSession().on("changeAnnotation",(function(){var t=e.editor.getSession().getAnnotations();e.props.onValidate(t)})),this.editor.session.on("changeScrollTop",this.onScroll),this.editor.getSession().setAnnotations(k||[]),C&&C.length>0&&this.handleMarkers(C);var j=this.editor.$options;d.editorOptions.forEach((function(t){j.hasOwnProperty(t)?e.editor.setOption(t,e.props[t]):e.props[t]&&console.warn("ReactAce: editor option ".concat(t," was activated but not found. Did you need to import a related tool or did you possibly mispell the option?"))})),this.handleOptions(this.props),Array.isArray(y)&&y.forEach((function(t){"string"==typeof t.exec?e.editor.commands.bindKey(t.bindKey,t.exec):e.editor.commands.addCommand(t)})),w&&this.editor.setKeyboardHandler("ace/keyboard/"+w),a&&(this.refEditor.className+=" "+a),x&&x(this.editor),this.editor.resize(),i&&this.editor.focus()},t.prototype.componentDidUpdate=function(e){for(var t=e,a=this.props,s=0;s<d.editorOptions.length;s++){var o=d.editorOptions[s];a[o]!==t[o]&&this.editor.setOption(o,a[o])}if(a.className!==t.className){var n=this.refEditor.className.trim().split(" ");t.className.trim().split(" ").forEach((function(e){var t=n.indexOf(e);n.splice(t,1)})),this.refEditor.className=" "+a.className+" "+n.join(" ")}var i=this.editor&&null!=a.value&&this.editor.getValue()!==a.value;if(i){this.silent=!0;var l=this.editor.session.selection.toJSON();this.editor.setValue(a.value,a.cursorStart),this.editor.session.selection.fromJSON(l),this.silent=!1}a.placeholder!==t.placeholder&&this.updatePlaceholder(),a.mode!==t.mode&&this.editor.getSession().setMode("string"==typeof a.mode?"ace/mode/".concat(a.mode):a.mode),a.theme!==t.theme&&this.editor.setTheme("ace/theme/"+a.theme),a.keyboardHandler!==t.keyboardHandler&&(a.keyboardHandler?this.editor.setKeyboardHandler("ace/keyboard/"+a.keyboardHandler):this.editor.setKeyboardHandler(null)),a.fontSize!==t.fontSize&&this.editor.setFontSize("number"==typeof a.fontSize?"".concat(a.fontSize,"px"):a.fontSize),a.lineHeight!==t.lineHeight&&(this.editor.container.style.lineHeight="number"==typeof a.lineHeight?"".concat(a.lineHeight,"px"):a.lineHeight,this.editor.renderer.updateFontSize()),a.wrapEnabled!==t.wrapEnabled&&this.editor.getSession().setUseWrapMode(a.wrapEnabled),a.showPrintMargin!==t.showPrintMargin&&this.editor.setShowPrintMargin(a.showPrintMargin),a.showGutter!==t.showGutter&&this.editor.renderer.setShowGutter(a.showGutter),c(a.setOptions,t.setOptions)||this.handleOptions(a),!i&&c(a.annotations,t.annotations)||this.editor.getSession().setAnnotations(a.annotations||[]),!c(a.markers,t.markers)&&Array.isArray(a.markers)&&this.handleMarkers(a.markers),c(a.scrollMargin,t.scrollMargin)||this.handleScrollMargins(a.scrollMargin),e.height===this.props.height&&e.width===this.props.width||this.editor.resize(),this.props.focus&&!e.focus&&this.editor.focus()},t.prototype.handleScrollMargins=function(e){void 0===e&&(e=[0,0,0,0]),this.editor.renderer.setScrollMargin(e[0],e[1],e[2],e[3])},t.prototype.componentWillUnmount=function(){this.editor&&(this.editor.destroy(),this.editor=null)},t.prototype.onChange=function(e){if(this.editor&&this.props.onChange&&!this.silent){var t=this.editor.getValue();this.props.onChange(t,e)}},t.prototype.onSelectionChange=function(e){if(this.props.onSelectionChange){var t=this.editor.getSelection();this.props.onSelectionChange(t,e)}},t.prototype.onCursorChange=function(e){if(this.props.onCursorChange){var t=this.editor.getSelection();this.props.onCursorChange(t,e)}},t.prototype.onInput=function(e){this.props.onInput&&this.props.onInput(e),this.props.placeholder&&this.updatePlaceholder()},t.prototype.onFocus=function(e){this.props.onFocus&&this.props.onFocus(e,this.editor)},t.prototype.onBlur=function(e){this.props.onBlur&&this.props.onBlur(e,this.editor)},t.prototype.onCopy=function(e){var t=e.text;this.props.onCopy&&this.props.onCopy(t)},t.prototype.onPaste=function(e){var t=e.text;this.props.onPaste&&this.props.onPaste(t)},t.prototype.onScroll=function(){this.props.onScroll&&this.props.onScroll(this.editor)},t.prototype.handleOptions=function(e){for(var t=Object.keys(e.setOptions),a=0;a<t.length;a++)this.editor.setOption(t[a],e.setOptions[t[a]])},t.prototype.handleMarkers=function(e){var t=this,a=this.editor.getSession().getMarkers(!0);for(var s in a)a.hasOwnProperty(s)&&this.editor.getSession().removeMarker(a[s].id);for(var s in a=this.editor.getSession().getMarkers(!1))a.hasOwnProperty(s)&&"ace_active-line"!==a[s].clazz&&"ace_selected-word"!==a[s].clazz&&this.editor.getSession().removeMarker(a[s].id);e.forEach((function(e){var a=e.startRow,s=e.startCol,o=e.endRow,n=e.endCol,l=e.className,r=e.type,c=e.inFront,d=void 0!==c&&c,h=new i.Range(a,s,o,n);t.editor.getSession().addMarker(h,l,r,d)}))},t.prototype.updatePlaceholder=function(){var e=this.editor,t=this.props.placeholder,a=!e.session.getValue().length,s=e.renderer.placeholderNode;!a&&s?(e.renderer.scroller.removeChild(e.renderer.placeholderNode),e.renderer.placeholderNode=null):a&&!s?((s=e.renderer.placeholderNode=document.createElement("div")).textContent=t||"",s.className="ace_comment ace_placeholder",s.style.padding="0 9px",s.style.position="absolute",s.style.zIndex="3",e.renderer.scroller.appendChild(s)):a&&s&&(s.textContent=t)},t.prototype.updateRef=function(e){this.refEditor=e},t.prototype.render=function(){var e=this.props,t=e.name,a=e.width,s=e.height,o=e.style,i=n({width:a,height:s},o);return r.createElement("div",{ref:this.updateRef,id:t,style:i})},t.propTypes={mode:l.oneOfType([l.string,l.object]),focus:l.bool,theme:l.string,name:l.string,className:l.string,height:l.string,width:l.string,fontSize:l.oneOfType([l.number,l.string]),lineHeight:l.oneOfType([l.number,l.string]),showGutter:l.bool,onChange:l.func,onCopy:l.func,onPaste:l.func,onFocus:l.func,onInput:l.func,onBlur:l.func,onScroll:l.func,value:l.string,defaultValue:l.string,onLoad:l.func,onSelectionChange:l.func,onCursorChange:l.func,onBeforeLoad:l.func,onValidate:l.func,minLines:l.number,maxLines:l.number,readOnly:l.bool,highlightActiveLine:l.bool,tabSize:l.number,showPrintMargin:l.bool,cursorStart:l.number,debounceChangePeriod:l.number,editorProps:l.object,setOptions:l.object,style:l.object,scrollMargin:l.array,annotations:l.array,markers:l.array,keyboardHandler:l.string,wrapEnabled:l.bool,enableSnippets:l.bool,enableBasicAutocompletion:l.oneOfType([l.bool,l.array]),enableLiveAutocompletion:l.oneOfType([l.bool,l.array]),navigateToFileEnd:l.bool,commands:l.array,placeholder:l.string},t.defaultProps={name:"ace-editor",focus:!1,mode:"",theme:"",height:"500px",width:"500px",fontSize:12,enableSnippets:!1,showGutter:!0,onChange:null,onPaste:null,onLoad:null,onScroll:null,minLines:null,maxLines:null,readOnly:!1,highlightActiveLine:!0,showPrintMargin:!0,tabSize:4,cursorStart:1,editorProps:{},style:{},scrollMargin:[0,0,0,0],setOptions:{},wrapEnabled:!1,enableBasicAutocompletion:!1,enableLiveAutocompletion:!1,placeholder:null,navigateToFileEnd:!0},t}(r.Component);t.default=p},7212(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)});Object.defineProperty(t,"__esModule",{value:!0});var n=a(135),i=a(1609),l=a(7911),r=a(5042),c=function(e){function t(t){var a=e.call(this,t)||this;return a.state={value:a.props.value},a.onChange=a.onChange.bind(a),a.diff=a.diff.bind(a),a}return o(t,e),t.prototype.componentDidUpdate=function(){var e=this.props.value;e!==this.state.value&&this.setState({value:e})},t.prototype.onChange=function(e){this.setState({value:e}),this.props.onChange&&this.props.onChange(e)},t.prototype.diff=function(){var e=new r,t=this.state.value[0],a=this.state.value[1];if(0===t.length&&0===a.length)return[];var s=e.diff_main(t,a);e.diff_cleanupSemantic(s);var o=this.generateDiffedLines(s);return this.setCodeMarkers(o)},t.prototype.generateDiffedLines=function(e){var t={left:[],right:[]},a={left:1,right:1};return e.forEach((function(e){var s=e[0],o=e[1],n=o.split("\n").length-1;if(0!==o.length){var i=o[0],l=o[o.length-1],r=0;switch(s){case 0:a.left+=n,a.right+=n;break;case-1:"\n"===i&&(a.left++,n--),0===(r=n)&&t.right.push({startLine:a.right,endLine:a.right}),"\n"===l&&(r-=1),t.left.push({startLine:a.left,endLine:a.left+r}),a.left+=n;break;case 1:"\n"===i&&(a.right++,n--),0===(r=n)&&t.left.push({startLine:a.left,endLine:a.left}),"\n"===l&&(r-=1),t.right.push({startLine:a.right,endLine:a.right+r}),a.right+=n;break;default:throw new Error("Diff type was not defined.")}}})),t},t.prototype.setCodeMarkers=function(e){void 0===e&&(e={left:[],right:[]});for(var t=[],a={left:[],right:[]},s=0;s<e.left.length;s++){var o={startRow:e.left[s].startLine-1,endRow:e.left[s].endLine,type:"text",className:"codeMarker"};a.left.push(o)}for(s=0;s<e.right.length;s++)o={startRow:e.right[s].startLine-1,endRow:e.right[s].endLine,type:"text",className:"codeMarker"},a.right.push(o);return t[0]=a.left,t[1]=a.right,t},t.prototype.render=function(){var e=this.diff();return i.createElement(l.default,{name:this.props.name,className:this.props.className,focus:this.props.focus,orientation:this.props.orientation,splits:this.props.splits,mode:this.props.mode,theme:this.props.theme,height:this.props.height,width:this.props.width,fontSize:this.props.fontSize,showGutter:this.props.showGutter,onChange:this.onChange,onPaste:this.props.onPaste,onLoad:this.props.onLoad,onScroll:this.props.onScroll,minLines:this.props.minLines,maxLines:this.props.maxLines,readOnly:this.props.readOnly,highlightActiveLine:this.props.highlightActiveLine,showPrintMargin:this.props.showPrintMargin,tabSize:this.props.tabSize,cursorStart:this.props.cursorStart,editorProps:this.props.editorProps,style:this.props.style,scrollMargin:this.props.scrollMargin,setOptions:this.props.setOptions,wrapEnabled:this.props.wrapEnabled,enableBasicAutocompletion:this.props.enableBasicAutocompletion,enableLiveAutocompletion:this.props.enableLiveAutocompletion,value:this.state.value,markers:e})},t.propTypes={cursorStart:n.number,editorProps:n.object,enableBasicAutocompletion:n.bool,enableLiveAutocompletion:n.bool,focus:n.bool,fontSize:n.number,height:n.string,highlightActiveLine:n.bool,maxLines:n.number,minLines:n.number,mode:n.string,name:n.string,className:n.string,onLoad:n.func,onPaste:n.func,onScroll:n.func,onChange:n.func,orientation:n.string,readOnly:n.bool,scrollMargin:n.array,setOptions:n.object,showGutter:n.bool,showPrintMargin:n.bool,splits:n.number,style:n.object,tabSize:n.number,theme:n.string,value:n.array,width:n.string,wrapEnabled:n.bool},t.defaultProps={cursorStart:1,editorProps:{},enableBasicAutocompletion:!1,enableLiveAutocompletion:!1,focus:!1,fontSize:12,height:"500px",highlightActiveLine:!0,maxLines:null,minLines:null,mode:"",name:"ace-editor",onLoad:null,onScroll:null,onPaste:null,onChange:null,orientation:"beside",readOnly:!1,scrollMargin:[0,0,0,0],setOptions:{},showGutter:!0,showPrintMargin:!0,splits:2,style:{},tabSize:4,theme:"github",value:["",""],width:"500px",wrapEnabled:!0},t}(i.Component);t.default=c},9378(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getAceInstance=t.debounce=t.editorEvents=t.editorOptions=void 0,t.editorOptions=["minLines","maxLines","readOnly","highlightActiveLine","tabSize","enableBasicAutocompletion","enableLiveAutocompletion","enableSnippets"],t.editorEvents=["onChange","onFocus","onInput","onBlur","onCopy","onPaste","onSelectionChange","onCursorChange","onScroll","handleOptions","updateRef"],t.getAceInstance=function(){var e;return"undefined"==typeof window?(globalThis.window={},e=a(1973),delete globalThis.window):window.ace?(e=window.ace).acequire=window.ace.require||window.ace.acequire:e=a(1973),e},t.debounce=function(e,t){var a=null;return function(){var s=this,o=arguments;clearTimeout(a),a=setTimeout((function(){e.apply(s,o)}),t)}}},8579(e,t,a){"use strict";var s=a(3468);a(7212).default,a(7911).default,t.Ay=s.default},7911(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,a=1,s=arguments.length;a<s;a++)for(var o in t=arguments[a])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var i=a(9378),l=(0,i.getAceInstance)(),r=a(1973),c=a(5336),d=a(135),h=a(1609),p=a(1097),g=a(9529),u=function(e){function t(t){var a=e.call(this,t)||this;return i.editorEvents.forEach((function(e){a[e]=a[e].bind(a)})),a.debounce=i.debounce,a}return o(t,e),t.prototype.isInShadow=function(e){for(var t=e&&e.parentNode;t;){if("[object ShadowRoot]"===t.toString())return!0;t=t.parentNode}return!1},t.prototype.componentDidMount=function(){var e=this,t=this.props,a=t.className,s=t.onBeforeLoad,o=t.mode,n=t.focus,r=t.theme,d=t.fontSize,h=t.value,p=t.defaultValue,u=t.cursorStart,m=t.showGutter,v=t.wrapEnabled,b=t.showPrintMargin,f=t.scrollMargin,w=void 0===f?[0,0,0,0]:f,x=t.keyboardHandler,y=t.onLoad,k=t.commands,C=t.annotations,_=t.markers,M=t.splits;this.editor=l.edit(this.refEditor),this.isInShadow(this.refEditor)&&this.editor.renderer.attachToShadowRoot(),this.editor.setTheme("ace/theme/".concat(r)),s&&s(l);var z=Object.keys(this.props.editorProps),j=new c.Split(this.editor.container,"ace/theme/".concat(r),M);this.editor.env.split=j,this.splitEditor=j.getEditor(0),this.split=j,this.editor.setShowPrintMargin(!1),this.editor.renderer.setShowGutter(!1);var L=this.splitEditor.$options;this.props.debounceChangePeriod&&(this.onChange=this.debounce(this.onChange,this.props.debounceChangePeriod)),j.forEach((function(t,a){for(var s=0;s<z.length;s++)t[z[s]]=e.props.editorProps[z[s]];var n=g(p,a),c=g(h,a,"");t.session.setUndoManager(new l.UndoManager),t.setTheme("ace/theme/".concat(r)),t.renderer.setScrollMargin(w[0],w[1],w[2],w[3]),t.getSession().setMode("ace/mode/".concat(o)),t.setFontSize(d),t.renderer.setShowGutter(m),t.getSession().setUseWrapMode(v),t.setShowPrintMargin(b),t.on("focus",e.onFocus),t.on("blur",e.onBlur),t.on("input",e.onInput),t.on("copy",e.onCopy),t.on("paste",e.onPaste),t.on("change",e.onChange),t.getSession().selection.on("changeSelection",e.onSelectionChange),t.getSession().selection.on("changeCursor",e.onCursorChange),t.session.on("changeScrollTop",e.onScroll),t.setValue(void 0===n?c:n,u);var f=g(C,a,[]),y=g(_,a,[]);for(t.getSession().setAnnotations(f),y&&y.length>0&&e.handleMarkers(y,t),s=0;s<i.editorOptions.length;s++){var M=i.editorOptions[s];L.hasOwnProperty(M)?t.setOption(M,e.props[M]):e.props[M]&&console.warn("ReaceAce: editor option ".concat(M," was activated but not found. Did you need to import a related tool or did you possibly mispell the option?"))}e.handleOptions(e.props,t),Array.isArray(k)&&k.forEach((function(e){"string"==typeof e.exec?t.commands.bindKey(e.bindKey,e.exec):t.commands.addCommand(e)})),x&&t.setKeyboardHandler("ace/keyboard/"+x)})),a&&(this.refEditor.className+=" "+a),n&&this.splitEditor.focus();var S=this.editor.env.split;S.setOrientation("below"===this.props.orientation?S.BELOW:S.BESIDE),S.resize(!0),y&&y(S)},t.prototype.componentDidUpdate=function(e){var t=this,a=e,s=this.props,o=this.editor.env.split;if(s.splits!==a.splits&&o.setSplits(s.splits),s.orientation!==a.orientation&&o.setOrientation("below"===s.orientation?o.BELOW:o.BESIDE),o.forEach((function(e,o){s.mode!==a.mode&&e.getSession().setMode("ace/mode/"+s.mode),s.keyboardHandler!==a.keyboardHandler&&(s.keyboardHandler?e.setKeyboardHandler("ace/keyboard/"+s.keyboardHandler):e.setKeyboardHandler(null)),s.fontSize!==a.fontSize&&e.setFontSize(s.fontSize),s.wrapEnabled!==a.wrapEnabled&&e.getSession().setUseWrapMode(s.wrapEnabled),s.showPrintMargin!==a.showPrintMargin&&e.setShowPrintMargin(s.showPrintMargin),s.showGutter!==a.showGutter&&e.renderer.setShowGutter(s.showGutter);for(var n=0;n<i.editorOptions.length;n++){var l=i.editorOptions[n];s[l]!==a[l]&&e.setOption(l,s[l])}p(s.setOptions,a.setOptions)||t.handleOptions(s,e);var r=g(s.value,o,"");if(e.getValue()!==r){t.silent=!0;var c=e.session.selection.toJSON();e.setValue(r,s.cursorStart),e.session.selection.fromJSON(c),t.silent=!1}var d=g(s.annotations,o,[]),h=g(a.annotations,o,[]);p(d,h)||e.getSession().setAnnotations(d);var u=g(s.markers,o,[]),m=g(a.markers,o,[]);!p(u,m)&&Array.isArray(u)&&t.handleMarkers(u,e)})),s.className!==a.className){var n=this.refEditor.className.trim().split(" ");a.className.trim().split(" ").forEach((function(e){var t=n.indexOf(e);n.splice(t,1)})),this.refEditor.className=" "+s.className+" "+n.join(" ")}s.theme!==a.theme&&o.setTheme("ace/theme/"+s.theme),s.focus&&!a.focus&&this.splitEditor.focus(),s.height===this.props.height&&s.width===this.props.width||this.editor.resize()},t.prototype.componentWillUnmount=function(){this.editor.destroy(),this.editor=null},t.prototype.onChange=function(e){if(this.props.onChange&&!this.silent){var t=[];this.editor.env.split.forEach((function(e){t.push(e.getValue())})),this.props.onChange(t,e)}},t.prototype.onSelectionChange=function(e){if(this.props.onSelectionChange){var t=[];this.editor.env.split.forEach((function(e){t.push(e.getSelection())})),this.props.onSelectionChange(t,e)}},t.prototype.onCursorChange=function(e){if(this.props.onCursorChange){var t=[];this.editor.env.split.forEach((function(e){t.push(e.getSelection())})),this.props.onCursorChange(t,e)}},t.prototype.onFocus=function(e){this.props.onFocus&&this.props.onFocus(e)},t.prototype.onInput=function(e){this.props.onInput&&this.props.onInput(e)},t.prototype.onBlur=function(e){this.props.onBlur&&this.props.onBlur(e)},t.prototype.onCopy=function(e){this.props.onCopy&&this.props.onCopy(e)},t.prototype.onPaste=function(e){this.props.onPaste&&this.props.onPaste(e)},t.prototype.onScroll=function(){this.props.onScroll&&this.props.onScroll(this.editor)},t.prototype.handleOptions=function(e,t){for(var a=Object.keys(e.setOptions),s=0;s<a.length;s++)t.setOption(a[s],e.setOptions[a[s]])},t.prototype.handleMarkers=function(e,t){var a=t.getSession().getMarkers(!0);for(var s in a)a.hasOwnProperty(s)&&t.getSession().removeMarker(a[s].id);for(var s in a=t.getSession().getMarkers(!1))a.hasOwnProperty(s)&&t.getSession().removeMarker(a[s].id);e.forEach((function(e){var a=e.startRow,s=e.startCol,o=e.endRow,n=e.endCol,i=e.className,l=e.type,c=e.inFront,d=void 0!==c&&c,h=new r.Range(a,s,o,n);t.getSession().addMarker(h,i,l,d)}))},t.prototype.updateRef=function(e){this.refEditor=e},t.prototype.render=function(){var e=this.props,t=e.name,a=e.width,s=e.height,o=e.style,i=n({width:a,height:s},o);return h.createElement("div",{ref:this.updateRef,id:t,style:i})},t.propTypes={className:d.string,debounceChangePeriod:d.number,defaultValue:d.arrayOf(d.string),focus:d.bool,fontSize:d.oneOfType([d.number,d.string]),height:d.string,mode:d.string,name:d.string,onBlur:d.func,onChange:d.func,onCopy:d.func,onFocus:d.func,onInput:d.func,onLoad:d.func,onPaste:d.func,onScroll:d.func,orientation:d.string,showGutter:d.bool,splits:d.number,theme:d.string,value:d.arrayOf(d.string),width:d.string,onSelectionChange:d.func,onCursorChange:d.func,onBeforeLoad:d.func,minLines:d.number,maxLines:d.number,readOnly:d.bool,highlightActiveLine:d.bool,tabSize:d.number,showPrintMargin:d.bool,cursorStart:d.number,editorProps:d.object,setOptions:d.object,style:d.object,scrollMargin:d.array,annotations:d.array,markers:d.array,keyboardHandler:d.string,wrapEnabled:d.bool,enableBasicAutocompletion:d.oneOfType([d.bool,d.array]),enableLiveAutocompletion:d.oneOfType([d.bool,d.array]),commands:d.array},t.defaultProps={name:"ace-editor",focus:!1,orientation:"beside",splits:2,mode:"",theme:"",height:"500px",width:"500px",value:[],fontSize:12,showGutter:!0,onChange:null,onPaste:null,onLoad:null,onScroll:null,minLines:null,maxLines:null,readOnly:!1,highlightActiveLine:!0,showPrintMargin:!0,tabSize:4,cursorStart:1,editorProps:{},style:{},scrollMargin:[0,0,0,0],setOptions:{},wrapEnabled:!1,enableBasicAutocompletion:!1,enableLiveAutocompletion:!1},t}(h.Component);t.default=u},6364(e,t){"use strict";function a(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}Object.defineProperty(t,"__esModule",{value:!0});var s={value:"data-value",disabled:"data-disabled",class:"class",type:"type"},o=function(){function e(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this._node=t instanceof HTMLElement?t:document.createElement(t),this._config={i18n:s},this._setAttributes(a),a.textContent&&this._setTextContent(a.textContent),this}var t,o;return t=e,(o=[{key:"get",value:function(){return this._node}},{key:"append",value:function(e){return this._node.appendChild(e),this}},{key:"addClass",value:function(e){return this._node.classList.add(e),this}},{key:"removeClass",value:function(e){return this._node.classList.remove(e),this}},{key:"toggleClass",value:function(e){return this._node.classList.toggle(e),this}},{key:"addEventListener",value:function(e,t){return this._node.addEventListener(e,t),this}},{key:"removeEventListener",value:function(e,t){return this._node.removeEventListener(e,t),this}},{key:"setText",value:function(e){return this._setTextContent(e),this}},{key:"getHeight",value:function(){return window.getComputedStyle(this._node).height}},{key:"setTop",value:function(e){return this._node.style.top="".concat(e,"px"),this}},{key:"focus",value:function(){return this._node.focus(),this}},{key:"_setTextContent",value:function(e){this._node.textContent=e}},{key:"_setAttributes",value:function(e){for(var t in e)s[t]&&e[t]&&this._setAttribute(s[t],e[t])}},{key:"_setAttribute",value:function(e,t){this._node.setAttribute(e,t)}}])&&a(t.prototype,o),e}();t.default=o},6708(e,t,a){"use strict";var s,o=(s=a(6364))&&s.__esModule?s:{default:s};function n(e){return function(e){if(Array.isArray(e))return i(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?i(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,s=new Array(t);a<t;a++)s[a]=e[a];return s}function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function r(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach((function(t){c(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function c(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function d(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}var h={select:"select-pure__select",dropdownShown:"select-pure__select--opened",multiselect:"select-pure__select--multiple",label:"select-pure__label",placeholder:"select-pure__placeholder",dropdown:"select-pure__options",option:"select-pure__option",optionDisabled:"select-pure__option--disabled",autocompleteInput:"select-pure__autocomplete",selectedLabel:"select-pure__selected-label",selectedOption:"select-pure__option--selected",placeholderHidden:"select-pure__placeholder--hidden",optionHidden:"select-pure__option--hidden"},p=function(){function e(t,a){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this._config=r(r({},a),{},{classNames:r(r({},h),a.classNames),disabledOptions:[]}),this._state={opened:!1},this._icons=[],this._boundHandleClick=this._handleClick.bind(this),this._boundUnselectOption=this._unselectOption.bind(this),this._boundSortOptions=this._sortOptions.bind(this),this._body=new o.default(document.body),this._create(t),this._config.value&&this._setValue()}var t,a;return t=e,(a=[{key:"value",value:function(){return this._config.value}},{key:"reset",value:function(){this._config.value=this._config.multiple?[]:null,this._setValue()}},{key:"_create",value:function(e){var t="string"==typeof e?document.querySelector(e):e;this._parent=new o.default(t),this._select=new o.default("div",{class:this._config.classNames.select}),this._label=new o.default("span",{class:this._config.classNames.label}),this._optionsWrapper=new o.default("div",{class:this._config.classNames.dropdown}),this._config.multiple&&this._select.addClass(this._config.classNames.multiselect),this._options=this._generateOptions(),this._select.addEventListener("click",this._boundHandleClick),this._select.append(this._label.get()),this._select.append(this._optionsWrapper.get()),this._parent.append(this._select.get()),this._placeholder=new o.default("span",{class:this._config.classNames.placeholder,textContent:this._config.placeholder}),this._select.append(this._placeholder.get())}},{key:"_generateOptions",value:function(){var e=this;return this._config.autocomplete&&(this._autocomplete=new o.default("input",{class:this._config.classNames.autocompleteInput,type:"text"}),this._autocomplete.addEventListener("input",this._boundSortOptions),this._optionsWrapper.append(this._autocomplete.get())),this._config.options.map((function(t){var a=new o.default("div",{class:"".concat(e._config.classNames.option).concat(t.disabled?" "+e._config.classNames.optionDisabled:""),value:t.value,textContent:t.label,disabled:t.disabled});return t.disabled&&e._config.disabledOptions.push(String(t.value)),e._optionsWrapper.append(a.get()),a}))}},{key:"_handleClick",value:function(e){if(e.stopPropagation(),e.target.className!==this._config.classNames.autocompleteInput){if(this._state.opened){var t=this._options.find((function(t){return t.get()===e.target}));return t&&this._setValue(t.get().getAttribute("data-value"),!0),this._select.removeClass(this._config.classNames.dropdownShown),this._body.removeEventListener("click",this._boundHandleClick),this._select.addEventListener("click",this._boundHandleClick),void(this._state.opened=!1)}e.target.className!==this._config.icon&&(this._select.addClass(this._config.classNames.dropdownShown),this._body.addEventListener("click",this._boundHandleClick),this._select.removeEventListener("click",this._boundHandleClick),this._state.opened=!0,this._autocomplete&&this._autocomplete.focus())}}},{key:"_setValue",value:function(e,t,a){var s=this;if(!(this._config.disabledOptions.indexOf(e)>-1)){if(e&&!a&&(this._config.value=this._config.multiple?[].concat(n(this._config.value||[]),[e]):e),e&&a&&(this._config.value=e),this._options.forEach((function(e){e.removeClass(s._config.classNames.selectedOption)})),this._placeholder.removeClass(this._config.classNames.placeholderHidden),this._config.multiple){var o=this._config.value.map((function(e){var t=s._config.options.find((function(t){return t.value===e}));return s._options.find((function(e){return e.get().getAttribute("data-value")===t.value.toString()})).addClass(s._config.classNames.selectedOption),t}));return o.length&&this._placeholder.addClass(this._config.classNames.placeholderHidden),void this._selectOptions(o,t)}var i=this._config.value?this._config.options.find((function(e){return e.value.toString()===s._config.value})):this._config.options[0],l=this._options.find((function(e){return e.get().getAttribute("data-value")===i.value.toString()}));this._config.value?(l.addClass(this._config.classNames.selectedOption),this._placeholder.addClass(this._config.classNames.placeholderHidden),this._selectOption(i,t)):this._label.setText("")}}},{key:"_selectOption",value:function(e,t){this._selectedOption=e,this._label.setText(e.label),this._config.onChange&&t&&this._config.onChange(e.value)}},{key:"_selectOptions",value:function(e,t){var a=this;this._label.setText(""),this._icons=e.map((function(e){var t=new o.default("span",{class:a._config.classNames.selectedLabel,textContent:e.label}),s=new o.default(a._config.inlineIcon?a._config.inlineIcon.cloneNode(!0):"i",{class:a._config.icon,value:e.value});return s.addEventListener("click",a._boundUnselectOption),t.append(s.get()),a._label.append(t.get()),s.get()})),t&&this._optionsWrapper.setTop(Number(this._select.getHeight().split("px")[0])+5),this._config.onChange&&t&&this._config.onChange(this._config.value)}},{key:"_unselectOption",value:function(e){var t=n(this._config.value),a=t.indexOf(e.target.getAttribute("data-value"));-1!==a&&t.splice(a,1),this._setValue(t,!0,!0)}},{key:"_sortOptions",value:function(e){var t=this;this._options.forEach((function(a){a.get().textContent.toLowerCase().startsWith(e.target.value.toLowerCase())?a.removeClass(t._config.classNames.optionHidden):a.addClass(t._config.classNames.optionHidden)}))}}])&&d(t.prototype,a),e}();t.A=p},952(e,t,a){e=a.nmd(e),function(){var e=function(){return this}();e||"undefined"==typeof window||(e=window);var t=function(e,a,s){"string"==typeof e?(2==arguments.length&&(s=a),t.modules[e]||(t.payloads[e]=s,t.modules[e]=null)):t.original?t.original.apply(this,arguments):(console.error("dropping module because define wasn't a string."),console.trace())};t.modules={},t.payloads={};var a,s,o=function(e,t,a){if("string"==typeof t){var s=l(e,t);if(null!=s)return a&&a(),s}else if("[object Array]"===Object.prototype.toString.call(t)){for(var o=[],i=0,r=t.length;i<r;++i){var c=l(e,t[i]);if(null==c&&n.original)return;o.push(c)}return a&&a.apply(null,o)||!0}},n=function(e,t){var a=o("",e,t);return null==a&&n.original?n.original.apply(this,arguments):a},i=function(e,t){if(-1!==t.indexOf("!")){var a=t.split("!");return i(e,a[0])+"!"+i(e,a[1])}if("."==t.charAt(0))for(t=e.split("/").slice(0,-1).join("/")+"/"+t;-1!==t.indexOf(".")&&s!=t;){var s=t;t=t.replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}return t},l=function(e,a){a=i(e,a);var s=t.modules[a];if(!s){if("function"==typeof(s=t.payloads[a])){var n={},l={id:a,uri:"",exports:n,packaged:!0};n=s((function(e,t){return o(a,e,t)}),n,l)||l.exports,t.modules[a]=n,delete t.payloads[a]}s=t.modules[a]=n||s}return s};s=e,(a="ace")&&(e[a]||(e[a]={}),s=e[a]),s.define&&s.define.packaged||(t.original=s.define,s.define=t,s.define.packaged=!0),s.require&&s.require.packaged||(n.original=s.require,s.require=n,s.require.packaged=!0)}(),ace.define("ace/lib/es6-shim",["require","exports","module"],(function(e,t,a){function s(e,t,a){Object.defineProperty(e,t,{value:a,enumerable:!1,writable:!0,configurable:!0})}String.prototype.startsWith||s(String.prototype,"startsWith",(function(e,t){return t=t||0,this.lastIndexOf(e,t)===t})),String.prototype.endsWith||s(String.prototype,"endsWith",(function(e,t){var a=this;(void 0===t||t>a.length)&&(t=a.length),t-=e.length;var s=a.indexOf(e,t);return-1!==s&&s===t})),String.prototype.repeat||s(String.prototype,"repeat",(function(e){for(var t="",a=this;e>0;)1&e&&(t+=a),(e>>=1)&&(a+=a);return t})),String.prototype.includes||s(String.prototype,"includes",(function(e,t){return-1!=this.indexOf(e,t)})),Object.assign||(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),a=1;a<arguments.length;a++){var s=arguments[a];null!=s&&Object.keys(s).forEach((function(e){t[e]=s[e]}))}return t}),Object.values||(Object.values=function(e){return Object.keys(e).map((function(t){return e[t]}))}),Array.prototype.find||s(Array.prototype,"find",(function(e){for(var t=this.length,a=arguments[1],s=0;s<t;s++){var o=this[s];if(e.call(a,o,s,this))return o}})),Array.prototype.findIndex||s(Array.prototype,"findIndex",(function(e){for(var t=this.length,a=arguments[1],s=0;s<t;s++){var o=this[s];if(e.call(a,o,s,this))return s}})),Array.prototype.includes||s(Array.prototype,"includes",(function(e,t){return-1!=this.indexOf(e,t)})),Array.prototype.fill||s(Array.prototype,"fill",(function(e){for(var t=this,a=t.length>>>0,s=0|arguments[1],o=s<0?Math.max(a+s,0):Math.min(s,a),n=arguments[2],i=void 0===n?a:0|n,l=i<0?Math.max(a+i,0):Math.min(i,a);o<l;)t[o]=e,o++;return t})),Array.of||s(Array,"of",(function(){return Array.prototype.slice.call(arguments)}))})),ace.define("ace/lib/fixoldbrowsers",["require","exports","module","ace/lib/es6-shim"],(function(e,t,a){"use strict";e("./es6-shim")})),ace.define("ace/lib/deep_copy",["require","exports","module"],(function(e,t,a){t.deepCopy=function e(t){if("object"!=typeof t||!t)return t;var a;if(Array.isArray(t)){a=[];for(var s=0;s<t.length;s++)a[s]=e(t[s]);return a}if("[object Object]"!==Object.prototype.toString.call(t))return t;for(var s in a={},t)a[s]=e(t[s]);return a}})),ace.define("ace/lib/lang",["require","exports","module","ace/lib/deep_copy"],(function(e,t,a){"use strict";t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){for(var a="";t>0;)1&t&&(a+=e),(t>>=1)&&(e+=e);return a};var s=/^\s\s*/,o=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(s,"")},t.stringTrimRight=function(e){return e.replace(o,"")},t.copyObject=function(e){var t={};for(var a in e)t[a]=e[a];return t},t.copyArray=function(e){for(var t=[],a=0,s=e.length;a<s;a++)e[a]&&"object"==typeof e[a]?t[a]=this.copyObject(e[a]):t[a]=e[a];return t},t.deepCopy=e("./deep_copy").deepCopy,t.arrayToMap=function(e){for(var t={},a=0;a<e.length;a++)t[e[a]]=1;return t},t.createMap=function(e){var t=Object.create(null);for(var a in e)t[a]=e[a];return t},t.arrayRemove=function(e,t){for(var a=0;a<=e.length;a++)t===e[a]&&e.splice(a,1)},t.escapeRegExp=function(e){return e.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},t.escapeHTML=function(e){return(""+e).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},t.getMatchOffsets=function(e,t){var a=[];return e.replace(t,(function(e){a.push({offset:arguments[arguments.length-2],length:e.length})})),a},t.deferredCall=function(e){var t=null,a=function(){t=null,e()},s=function(e){return s.cancel(),t=setTimeout(a,e||0),s};return s.schedule=s,s.call=function(){return this.cancel(),e(),s},s.cancel=function(){return clearTimeout(t),t=null,s},s.isPending=function(){return t},s},t.delayedCall=function(e,t){var a=null,s=function(){a=null,e()},o=function(e){null==a&&(a=setTimeout(s,e||t))};return o.delay=function(e){a&&clearTimeout(a),a=setTimeout(s,e||t)},o.schedule=o,o.call=function(){this.cancel(),e()},o.cancel=function(){a&&clearTimeout(a),a=null},o.isPending=function(){return a},o},t.sleep=function(e){return new Promise((function(t){setTimeout(t,e)}))},t.supportsLookbehind=function(){try{new RegExp("(?<=.)")}catch(e){return!1}return!0},t.skipEmptyMatch=function(e,t,a){return a&&e.codePointAt(t)>65535?2:1}})),ace.define("ace/lib/useragent",["require","exports","module"],(function(e,t,a){"use strict";t.OS={LINUX:"LINUX",MAC:"MAC",WINDOWS:"WINDOWS"},t.getOS=function(){return t.isMac?t.OS.MAC:t.isLinux?t.OS.LINUX:t.OS.WINDOWS};var s="object"==typeof navigator?navigator:{},o=(/mac|win|linux/i.exec(s.platform)||["other"])[0].toLowerCase(),n=s.userAgent||"",i=s.appName||"";t.isWin="win"==o,t.isMac="mac"==o,t.isLinux="linux"==o,t.isIE="Microsoft Internet Explorer"==i||i.indexOf("MSAppHost")>=0?parseFloat((n.match(/(?:MSIE |Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]):parseFloat((n.match(/(?:Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]),t.isOldIE=t.isIE&&t.isIE<9,t.isGecko=t.isMozilla=n.match(/ Gecko\/\d+/),t.isOpera="object"==typeof opera&&"[object Opera]"==Object.prototype.toString.call(window.opera),t.isWebKit=parseFloat(n.split("WebKit/")[1])||void 0,t.isChrome=parseFloat(n.split(" Chrome/")[1])||void 0,t.isSafari=parseFloat(n.split(" Safari/")[1])&&!t.isChrome||void 0,t.isEdge=parseFloat(n.split(" Edge/")[1])||void 0,t.isAIR=n.indexOf("AdobeAIR")>=0,t.isAndroid=n.indexOf("Android")>=0,t.isChromeOS=n.indexOf(" CrOS ")>=0,t.isIOS=/iPad|iPhone|iPod/.test(n)&&!window.MSStream,t.isIOS&&(t.isMac=!0),t.isMobile=t.isIOS||t.isAndroid})),ace.define("ace/lib/dom",["require","exports","module","ace/lib/useragent"],(function(e,t,a){"use strict";var s,o=e("./useragent");t.buildDom=function e(t,a,s){if("string"==typeof t&&t){var o=document.createTextNode(t);return a&&a.appendChild(o),o}if(!Array.isArray(t))return t&&t.appendChild&&a&&a.appendChild(t),t;if("string"!=typeof t[0]||!t[0]){for(var n=[],i=0;i<t.length;i++){var l=e(t[i],a,s);l&&n.push(l)}return n}var r=document.createElement(t[0]),c=t[1],d=1;for(c&&"object"==typeof c&&!Array.isArray(c)&&(d=2),i=d;i<t.length;i++)e(t[i],r,s);return 2==d&&Object.keys(c).forEach((function(e){var t=c[e];"class"===e?r.className=Array.isArray(t)?t.join(" "):t:"function"==typeof t||"value"==e||"$"==e[0]?r[e]=t:"ref"===e?s&&(s[t]=r):"style"===e?"string"==typeof t&&(r.style.cssText=t):null!=t&&r.setAttribute(e,t)})),a&&a.appendChild(r),r},t.getDocumentHead=function(e){return e||(e=document),e.head||e.getElementsByTagName("head")[0]||e.documentElement},t.createElement=function(e,t){return document.createElementNS?document.createElementNS(t||"http://www.w3.org/1999/xhtml",e):document.createElement(e)},t.removeChildren=function(e){e.innerHTML=""},t.createTextNode=function(e,t){return(t?t.ownerDocument:document).createTextNode(e)},t.createFragment=function(e){return(e?e.ownerDocument:document).createDocumentFragment()},t.hasCssClass=function(e,t){return-1!==(e.className+"").split(/\s+/g).indexOf(t)},t.addCssClass=function(e,a){t.hasCssClass(e,a)||(e.className+=" "+a)},t.removeCssClass=function(e,t){for(var a=e.className.split(/\s+/g);;){var s=a.indexOf(t);if(-1==s)break;a.splice(s,1)}e.className=a.join(" ")},t.toggleCssClass=function(e,t){for(var a=e.className.split(/\s+/g),s=!0;;){var o=a.indexOf(t);if(-1==o)break;s=!1,a.splice(o,1)}return s&&a.push(t),e.className=a.join(" "),s},t.setCssClass=function(e,a,s){s?t.addCssClass(e,a):t.removeCssClass(e,a)},t.hasCssString=function(e,t){var a,s=0;if(a=(t=t||document).querySelectorAll("style"))for(;s<a.length;)if(a[s++].id===e)return!0},t.removeElementById=function(e,t){(t=t||document).getElementById(e)&&t.getElementById(e).remove()};var n=[];function i(){var e=n;n=null,e&&e.forEach((function(e){l(e[0],e[1])}))}function l(e,a,o){if("undefined"!=typeof document){if(n)if(o)i();else if(!1===o)return n.push([e,a]);if(!s){var l=o;o&&o.getRootNode&&(l=o.getRootNode())&&l!=o||(l=document);var r=l.ownerDocument||l;if(a&&t.hasCssString(a,l))return null;a&&(e+="\n/*# sourceURL=ace/css/"+a+" */");var c=t.createElement("style");c.appendChild(r.createTextNode(e)),a&&(c.id=a),l==r&&(l=t.getDocumentHead(r)),l.insertBefore(c,l.firstChild)}}}if(t.useStrictCSP=function(e){s=e,0==e?i():n||(n=[])},t.importCssString=l,t.importCssStylsheet=function(e,a){t.buildDom(["link",{rel:"stylesheet",href:e}],t.getDocumentHead(a))},t.$fixPositionBug=function(e){var t=e.getBoundingClientRect();if(e.style.left){var a=parseFloat(e.style.left),s=+t.left;Math.abs(a-s)>1&&(e.style.left=2*a-s+"px")}e.style.right&&(a=parseFloat(e.style.right),s=window.innerWidth-t.right,Math.abs(a-s)>1&&(e.style.right=2*a-s+"px")),e.style.top&&(a=parseFloat(e.style.top),s=+t.top,Math.abs(a-s)>1&&(e.style.top=2*a-s+"px")),e.style.bottom&&(a=parseFloat(e.style.bottom),s=window.innerHeight-t.bottom,Math.abs(a-s)>1&&(e.style.bottom=2*a-s+"px"))},t.scrollbarWidth=function(e){var a=t.createElement("ace_inner");a.style.width="100%",a.style.minWidth="0px",a.style.height="200px",a.style.display="block";var s=t.createElement("ace_outer"),o=s.style;o.position="absolute",o.left="-10000px",o.overflow="hidden",o.width="200px",o.minWidth="0px",o.height="150px",o.display="block",s.appendChild(a);var n=e&&e.documentElement||document&&document.documentElement;if(!n)return 0;n.appendChild(s);var i=a.offsetWidth;o.overflow="scroll";var l=a.offsetWidth;return i===l&&(l=s.clientWidth),n.removeChild(s),i-l},t.computedStyle=function(e,t){return window.getComputedStyle(e,"")||{}},t.setStyle=function(e,t,a){e[t]!==a&&(e[t]=a)},t.HAS_CSS_ANIMATION=!1,t.HAS_CSS_TRANSFORMS=!1,t.HI_DPI=!o.isWin||"undefined"!=typeof window&&window.devicePixelRatio>=1.5,o.isChromeOS&&(t.HI_DPI=!1),"undefined"!=typeof document){var r=document.createElement("div");t.HI_DPI&&void 0!==r.style.transform&&(t.HAS_CSS_TRANSFORMS=!0),o.isEdge||void 0===r.style.animationName||(t.HAS_CSS_ANIMATION=!0),r=null}t.HAS_CSS_TRANSFORMS?t.translate=function(e,t,a){e.style.transform="translate("+Math.round(t)+"px, "+Math.round(a)+"px)"}:t.translate=function(e,t,a){e.style.top=Math.round(a)+"px",e.style.left=Math.round(t)+"px"}})),ace.define("ace/lib/net",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("./dom");t.get=function(e,t){var a=new XMLHttpRequest;a.open("GET",e,!0),a.onreadystatechange=function(){4===a.readyState&&t(a.responseText)},a.send(null)},t.loadScript=function(e,t){var a=s.getDocumentHead(),o=document.createElement("script");o.src=e,a.appendChild(o),o.onload=o.onreadystatechange=function(e,a){!a&&o.readyState&&"loaded"!=o.readyState&&"complete"!=o.readyState||(o=o.onload=o.onreadystatechange=null,a||t())}},t.qualifyURL=function(e){var t=document.createElement("a");return t.href=e,t.href}})),ace.define("ace/lib/oop",["require","exports","module"],(function(e,t,a){"use strict";t.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},t.mixin=function(e,t){for(var a in t)e[a]=t[a];return e},t.implement=function(e,a){t.mixin(e,a)}})),ace.define("ace/lib/event_emitter",["require","exports","module"],(function(e,t,a){"use strict";var s={},o=function(){this.propagationStopped=!0},n=function(){this.defaultPrevented=!0};s._emit=s._dispatchEvent=function(e,t){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var a=this._eventRegistry[e]||[],s=this._defaultHandlers[e];if(a.length||s){"object"==typeof t&&t||(t={}),t.type||(t.type=e),t.stopPropagation||(t.stopPropagation=o),t.preventDefault||(t.preventDefault=n),a=a.slice();for(var i=0;i<a.length&&(a[i](t,this),!t.propagationStopped);i++);return s&&!t.defaultPrevented?s(t,this):void 0}},s._signal=function(e,t){var a=(this._eventRegistry||{})[e];if(a){a=a.slice();for(var s=0;s<a.length;s++)a[s](t,this)}},s.once=function(e,t){var a=this;if(this.on(e,(function s(){a.off(e,s),t.apply(null,arguments)})),!t)return new Promise((function(e){t=e}))},s.setDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a||(a=this._defaultHandlers={_disabled_:{}}),a[e]){var s=a[e],o=a._disabled_[e];o||(a._disabled_[e]=o=[]),o.push(s);var n=o.indexOf(t);-1!=n&&o.splice(n,1)}a[e]=t},s.removeDefaultHandler=function(e,t){var a=this._defaultHandlers;if(a){var s=a._disabled_[e];if(a[e]==t)s&&this.setDefaultHandler(e,s.pop());else if(s){var o=s.indexOf(t);-1!=o&&s.splice(o,1)}}},s.on=s.addEventListener=function(e,t,a){this._eventRegistry=this._eventRegistry||{};var s=this._eventRegistry[e];return s||(s=this._eventRegistry[e]=[]),-1==s.indexOf(t)&&s[a?"unshift":"push"](t),t},s.off=s.removeListener=s.removeEventListener=function(e,t){this._eventRegistry=this._eventRegistry||{};var a=this._eventRegistry[e];if(a){var s=a.indexOf(t);-1!==s&&a.splice(s,1)}},s.removeAllListeners=function(e){e||(this._eventRegistry=this._defaultHandlers=void 0),this._eventRegistry&&(this._eventRegistry[e]=void 0),this._defaultHandlers&&(this._defaultHandlers[e]=void 0)},t.EventEmitter=s})),ace.define("ace/lib/report_error",["require","exports","module"],(function(e,t,a){t.reportError=function(e,t){var a=new Error(e);a.data=t,"object"==typeof console&&console.error&&console.error(a),setTimeout((function(){throw a}))}})),ace.define("ace/lib/default_english_messages",["require","exports","module"],(function(e,t,a){t.defaultEnglishMessages={"autocomplete.popup.aria-roledescription":"Autocomplete suggestions","autocomplete.popup.aria-label":"Autocomplete suggestions","autocomplete.popup.item.aria-roledescription":"item","autocomplete.loading":"Loading...","editor.scroller.aria-roledescription":"editor","editor.scroller.aria-label":"Editor content, press Enter to start editing, press Escape to exit","editor.gutter.aria-roledescription":"editor gutter","editor.gutter.aria-label":"Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit","error-marker.good-state":"Looks good!","prompt.recently-used":"Recently used","prompt.other-commands":"Other commands","prompt.no-matching-commands":"No matching commands","search-box.find.placeholder":"Search for","search-box.find-all.text":"All","search-box.replace.placeholder":"Replace with","search-box.replace-next.text":"Replace","search-box.replace-all.text":"All","search-box.toggle-replace.title":"Toggle Replace mode","search-box.toggle-regexp.title":"RegExp Search","search-box.toggle-case.title":"CaseSensitive Search","search-box.toggle-whole-word.title":"Whole Word Search","search-box.toggle-in-selection.title":"Search In Selection","search-box.search-counter":"$0 of $1","text-input.aria-roledescription":"editor","text-input.aria-label":"Cursor at row $0","gutter.code-folding.range.aria-label":"Toggle code folding, rows $0 through $1","gutter.code-folding.closed.aria-label":"Toggle code folding, rows $0 through $1","gutter.code-folding.open.aria-label":"Toggle code folding, row $0","gutter.code-folding.closed.title":"Unfold code","gutter.code-folding.open.title":"Fold code","gutter.annotation.aria-label.error":"Error, read annotations row $0","gutter.annotation.aria-label.warning":"Warning, read annotations row $0","gutter.annotation.aria-label.info":"Info, read annotations row $0","inline-fold.closed.title":"Unfold code","gutter-tooltip.aria-label.error.singular":"error","gutter-tooltip.aria-label.error.plural":"errors","gutter-tooltip.aria-label.warning.singular":"warning","gutter-tooltip.aria-label.warning.plural":"warnings","gutter-tooltip.aria-label.info.singular":"information message","gutter-tooltip.aria-label.info.plural":"information messages","gutter.annotation.aria-label.security":"Security finding, read annotations row $0","gutter.annotation.aria-label.hint":"Suggestion, read annotations row $0","gutter-tooltip.aria-label.security.singular":"security finding","gutter-tooltip.aria-label.security.plural":"security findings","gutter-tooltip.aria-label.hint.singular":"suggestion","gutter-tooltip.aria-label.hint.plural":"suggestions","editor.tooltip.disable-editing":"Editing is disabled"}})),ace.define("ace/lib/app_config",["require","exports","module","ace/lib/oop","ace/lib/event_emitter","ace/lib/report_error","ace/lib/default_english_messages"],(function(e,t,a){var s,o,n=e("./oop"),i=e("./event_emitter").EventEmitter,l=e("./report_error").reportError,r=e("./default_english_messages").defaultEnglishMessages,c={setOptions:function(e){Object.keys(e).forEach((function(t){this.setOption(t,e[t])}),this)},getOptions:function(e){var t={};if(e)Array.isArray(e)||(e=Object.keys(e));else{var a=this.$options;e=Object.keys(a).filter((function(e){return!a[e].hidden}))}return e.forEach((function(e){t[e]=this.getOption(e)}),this),t},setOption:function(e,t){if(this["$"+e]!==t){var a=this.$options[e];if(!a)return d('misspelled option "'+e+'"');if(a.forwardTo)return this[a.forwardTo]&&this[a.forwardTo].setOption(e,t);a.handlesSet||(this["$"+e]=t),a&&a.set&&a.set.call(this,t)}},getOption:function(e){var t=this.$options[e];return t?t.forwardTo?this[t.forwardTo]&&this[t.forwardTo].getOption(e):t&&t.get?t.get.call(this):this["$"+e]:d('misspelled option "'+e+'"')}};function d(e){"undefined"!=typeof console&&console.warn&&console.warn.apply(console,arguments)}var h=function(){function e(){this.$defaultOptions={},s=r,o="dollarSigns"}return e.prototype.defineOptions=function(e,t,a){return e.$options||(this.$defaultOptions[t]=e.$options={}),Object.keys(a).forEach((function(t){var s=a[t];"string"==typeof s&&(s={forwardTo:s}),s.name||(s.name=t),e.$options[s.name]=s,"initialValue"in s&&(e["$"+s.name]=s.initialValue)})),n.implement(e,c),this},e.prototype.resetOptions=function(e){Object.keys(e.$options).forEach((function(t){var a=e.$options[t];"value"in a&&e.setOption(t,a.value)}))},e.prototype.setDefaultValue=function(e,t,a){if(!e){for(e in this.$defaultOptions)if(this.$defaultOptions[e][t])break;if(!this.$defaultOptions[e][t])return!1}var s=this.$defaultOptions[e]||(this.$defaultOptions[e]={});s[t]&&(s.forwardTo?this.setDefaultValue(s.forwardTo,t,a):s[t].value=a)},e.prototype.setDefaultValues=function(e,t){Object.keys(t).forEach((function(a){this.setDefaultValue(e,a,t[a])}),this)},e.prototype.setMessages=function(e,t){s=e,t&&t.placeholders&&(o=t.placeholders)},e.prototype.nls=function(e,t,a){s[e]||(d("No message found for the key '"+e+"' in messages with id "+s.$id+", trying to find a translation for the default string '"+t+"'."),s[t]||d("No message found for the default string '"+t+"' in the provided messages. Falling back to the default English message."));var n=s[e]||s[t]||t;return a&&("dollarSigns"===o&&(n=n.replace(/\$(\$|[\d]+)/g,(function(e,t){return"$"==t?"$":a[t]}))),"curlyBrackets"===o&&(n=n.replace(/\{([^\}]+)\}/g,(function(e,t){return a[t]})))),n},e}();h.prototype.warn=d,h.prototype.reportError=l,n.implement(h.prototype,i),t.AppConfig=h})),ace.define("ace/theme/textmate-css",["require","exports","module"],(function(e,t,a){a.exports='.ace-tm .ace_gutter {\n background: #f0f0f0;\n color: #333;\n}\n\n.ace-tm .ace_print-margin {\n width: 1px;\n background: #e8e8e8;\n}\n\n.ace-tm .ace_fold {\n background-color: #6B72E6;\n}\n\n.ace-tm {\n background-color: #FFFFFF;\n color: black;\n}\n\n.ace-tm .ace_cursor {\n color: black;\n}\n \n.ace-tm .ace_invisible {\n color: rgb(191, 191, 191);\n}\n\n.ace-tm .ace_storage,\n.ace-tm .ace_keyword {\n color: blue;\n}\n\n.ace-tm .ace_constant {\n color: rgb(197, 6, 11);\n}\n\n.ace-tm .ace_constant.ace_buildin {\n color: rgb(88, 72, 246);\n}\n\n.ace-tm .ace_constant.ace_language {\n color: rgb(88, 92, 246);\n}\n\n.ace-tm .ace_constant.ace_library {\n color: rgb(6, 150, 14);\n}\n\n.ace-tm .ace_invalid {\n background-color: rgba(255, 0, 0, 0.1);\n color: red;\n}\n\n.ace-tm .ace_support.ace_function {\n color: rgb(60, 76, 114);\n}\n\n.ace-tm .ace_support.ace_constant {\n color: rgb(6, 150, 14);\n}\n\n.ace-tm .ace_support.ace_type,\n.ace-tm .ace_support.ace_class {\n color: rgb(109, 121, 222);\n}\n\n.ace-tm .ace_keyword.ace_operator {\n color: rgb(104, 118, 135);\n}\n\n.ace-tm .ace_string {\n color: rgb(3, 106, 7);\n}\n\n.ace-tm .ace_comment {\n color: rgb(76, 136, 107);\n}\n\n.ace-tm .ace_comment.ace_doc {\n color: rgb(0, 102, 255);\n}\n\n.ace-tm .ace_comment.ace_doc.ace_tag {\n color: rgb(128, 159, 191);\n}\n\n.ace-tm .ace_constant.ace_numeric {\n color: rgb(0, 0, 205);\n}\n\n.ace-tm .ace_variable {\n color: rgb(49, 132, 149);\n}\n\n.ace-tm .ace_xml-pe {\n color: rgb(104, 104, 91);\n}\n\n.ace-tm .ace_entity.ace_name.ace_function {\n color: #0000A2;\n}\n\n\n.ace-tm .ace_heading {\n color: rgb(12, 7, 255);\n}\n\n.ace-tm .ace_list {\n color:rgb(185, 6, 144);\n}\n\n.ace-tm .ace_meta.ace_tag {\n color:rgb(0, 22, 142);\n}\n\n.ace-tm .ace_string.ace_regex {\n color: rgb(255, 0, 0)\n}\n\n.ace-tm .ace_marker-layer .ace_selection {\n background: rgb(181, 213, 255);\n}\n.ace-tm.ace_multiselect .ace_selection.ace_start {\n box-shadow: 0 0 3px 0px white;\n}\n.ace-tm .ace_marker-layer .ace_step {\n background: rgb(252, 255, 0);\n}\n\n.ace-tm .ace_marker-layer .ace_stack {\n background: rgb(164, 229, 101);\n}\n\n.ace-tm .ace_marker-layer .ace_bracket {\n margin: -1px 0 0 -1px;\n border: 1px solid rgb(192, 192, 192);\n}\n\n.ace-tm .ace_marker-layer .ace_active-line {\n background: rgba(0, 0, 0, 0.07);\n}\n\n.ace-tm .ace_gutter-active-line {\n background-color : #dcdcdc;\n}\n\n.ace-tm .ace_marker-layer .ace_selected-word {\n background: rgb(250, 250, 255);\n border: 1px solid rgb(200, 200, 250);\n}\n\n.ace-tm .ace_indent-guide {\n background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;\n}\n\n.ace-tm .ace_indent-guide-active {\n background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;\n}\n'})),ace.define("ace/theme/textmate",["require","exports","module","ace/theme/textmate-css","ace/lib/dom"],(function(e,t,a){"use strict";t.isDark=!1,t.cssClass="ace-tm",t.cssText=e("./textmate-css"),t.$id="ace/theme/textmate",e("../lib/dom").importCssString(t.cssText,t.cssClass,!1)})),ace.define("ace/config",["require","exports","module","ace/lib/lang","ace/lib/net","ace/lib/dom","ace/lib/app_config","ace/theme/textmate"],(function(e,t,a){var s=e("./lib/lang"),o=e("./lib/net"),n=e("./lib/dom"),i=e("./lib/app_config").AppConfig;a.exports=t=new i;var l,r={packaged:!1,workerPath:null,modePath:null,themePath:null,basePath:"",suffix:".js",$moduleUrls:{},loadWorkerFromBlob:!0,sharedPopups:!1,useStrictCSP:null};t.get=function(e){if(!r.hasOwnProperty(e))throw new Error("Unknown config key: "+e);return r[e]},t.set=function(e,t){if(r.hasOwnProperty(e))r[e]=t;else if(0==this.setDefaultValue("",e,t))throw new Error("Unknown config key: "+e);"useStrictCSP"==e&&n.useStrictCSP(t)},t.all=function(){return s.copyObject(r)},t.$modes={},t.moduleUrl=function(e,t){if(r.$moduleUrls[e])return r.$moduleUrls[e];var a=e.split("/"),s="snippets"==(t=t||a[a.length-2]||"")?"/":"-",o=a[a.length-1];if("worker"==t&&"-"==s){var n=new RegExp("^"+t+"[\\-_]|[\\-_]"+t+"$","g");o=o.replace(n,"")}(!o||o==t)&&a.length>1&&(o=a[a.length-2]);var i=r[t+"Path"];return null==i?i=r.basePath:"/"==s&&(t=s=""),i&&"/"!=i.slice(-1)&&(i+="/"),i+t+s+o+this.get("suffix")},t.setModuleUrl=function(e,t){return r.$moduleUrls[e]=t},t.setLoader=function(e){l=e},t.dynamicModules=Object.create(null),t.$loading={},t.$loaded={},t.loadModule=function(a,s){var n;if(Array.isArray(a))var i=a[0],r=a[1];else"string"==typeof a&&(r=a);var d=function(a){if(a&&!t.$loading[r])return s&&s(a);if(t.$loading[r]||(t.$loading[r]=[]),t.$loading[r].push(s),!(t.$loading[r].length>1)){var n=function(){!function(t,a){"ace/theme/textmate"===t||"./theme/textmate"===t?a(0,e("./theme/textmate")):l?l(t,a):console.error("loader is not configured")}(r,(function(e,a){a&&(t.$loaded[r]=a),t._emit("load.module",{name:r,module:a});var s=t.$loading[r];t.$loading[r]=null,s.forEach((function(e){e&&e(a)}))}))};if(!t.get("packaged"))return n();o.loadScript(t.moduleUrl(r,i),n),c()}};if(t.dynamicModules[r])t.dynamicModules[r]().then((function(e){e.default?d(e.default):d(e)}));else{try{n=this.$require(r)}catch(e){}d(n||t.$loaded[r])}},t.$require=function(e){if("function"==typeof a.require)return a.require(e)},t.setModuleLoader=function(e,a){t.dynamicModules[e]=a};var c=function(){r.basePath||r.workerPath||r.modePath||r.themePath||Object.keys(r.$moduleUrls).length||(console.error("Unable to infer path to ace from script src,","use ace.config.set('basePath', 'path') to enable dynamic loading of modes and themes","or with webpack use ace/webpack-resolver"),c=function(){})};t.version="1.44.0"})),ace.define("ace/loader_build",["require","exports","module","ace/lib/fixoldbrowsers","ace/config"],(function(e,t,s){"use strict";e("./lib/fixoldbrowsers");var o=e("./config");o.setLoader((function(t,a){e([t],(function(e){a(null,e)}))}));var n=function(){return this||"undefined"!=typeof window&&window}();function i(t){if(n&&n.document){o.set("packaged",t||e.packaged||s.packaged||n.define&&a.amdD.packaged);var i={},l="",r=document.currentScript||document._currentScript,c=r&&r.ownerDocument||document;r&&r.src&&(l=r.src.split(/[?#]/)[0].split("/").slice(0,-1).join("/")||"");for(var d,h=c.getElementsByTagName("script"),p=0;p<h.length;p++){var g=h[p],u=g.src||g.getAttribute("src");if(u){for(var m=g.attributes,v=0,b=m.length;v<b;v++){var f=m[v];0===f.name.indexOf("data-ace-")&&(i[(d=f.name.replace(/^data-ace-/,""),d.replace(/-(.)/g,(function(e,t){return t.toUpperCase()})))]=f.value)}var w=u.match(/^(.*)\/ace([\-.]\w+)?\.js(\?|$)/);w&&(l=w[1])}}for(var x in l&&(i.base=i.base||l,i.packaged=!0),i.basePath=i.base,i.workerPath=i.workerPath||i.base,i.modePath=i.modePath||i.base,i.themePath=i.themePath||i.base,delete i.base,i)void 0!==i[x]&&o.set(x,i[x])}}s.exports=function(t){o.init=i,o.$require=e,t.require=e,t.define=a.amdD},i(!0)})),ace.define("ace/range",["require","exports","module"],(function(e,t,a){"use strict";var s=function(){function e(e,t,a,s){this.start={row:e,column:t},this.end={row:a,column:s}}return e.prototype.isEqual=function(e){return this.start.row===e.start.row&&this.end.row===e.end.row&&this.start.column===e.start.column&&this.end.column===e.end.column},e.prototype.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},e.prototype.contains=function(e,t){return 0==this.compare(e,t)},e.prototype.compareRange=function(e){var t,a=e.end,s=e.start;return 1==(t=this.compare(a.row,a.column))?1==(t=this.compare(s.row,s.column))?2:0==t?1:0:-1==t?-2:-1==(t=this.compare(s.row,s.column))?-1:1==t?42:0},e.prototype.comparePoint=function(e){return this.compare(e.row,e.column)},e.prototype.containsRange=function(e){return 0==this.comparePoint(e.start)&&0==this.comparePoint(e.end)},e.prototype.intersects=function(e){var t=this.compareRange(e);return-1==t||0==t||1==t},e.prototype.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},e.prototype.isStart=function(e,t){return this.start.row==e&&this.start.column==t},e.prototype.setStart=function(e,t){"object"==typeof e?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},e.prototype.setEnd=function(e,t){"object"==typeof e?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},e.prototype.inside=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)&&!this.isStart(e,t)},e.prototype.insideStart=function(e,t){return 0==this.compare(e,t)&&!this.isEnd(e,t)},e.prototype.insideEnd=function(e,t){return 0==this.compare(e,t)&&!this.isStart(e,t)},e.prototype.compare=function(e,t){return this.isMultiLine()||e!==this.start.row?e<this.start.row?-1:e>this.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0:t<this.start.column?-1:t>this.end.column?1:0},e.prototype.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},e.prototype.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},e.prototype.clipRows=function(t,a){if(this.end.row>a)var s={row:a+1,column:0};else this.end.row<t&&(s={row:t,column:0});if(this.start.row>a)var o={row:a+1,column:0};else this.start.row<t&&(o={row:t,column:0});return e.fromPoints(o||this.start,s||this.end)},e.prototype.extend=function(t,a){var s=this.compare(t,a);if(0==s)return this;if(-1==s)var o={row:t,column:a};else var n={row:t,column:a};return e.fromPoints(o||this.start,n||this.end)},e.prototype.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},e.prototype.isMultiLine=function(){return this.start.row!==this.end.row},e.prototype.clone=function(){return e.fromPoints(this.start,this.end)},e.prototype.collapseRows=function(){return 0==this.end.column?new e(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new e(this.start.row,0,this.end.row,0)},e.prototype.toScreenRange=function(t){var a=t.documentToScreenPosition(this.start),s=t.documentToScreenPosition(this.end);return new e(a.row,a.column,s.row,s.column)},e.prototype.moveBy=function(e,t){this.start.row+=e,this.start.column+=t,this.end.row+=e,this.end.column+=t},e}();s.fromPoints=function(e,t){return new s(e.row,e.column,t.row,t.column)},s.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},t.Range=s})),ace.define("ace/lib/keys",["require","exports","module","ace/lib/oop"],(function(e,t,a){"use strict";for(var s=e("./oop"),o={MODIFIER_KEYS:{16:"Shift",17:"Ctrl",18:"Alt",224:"Meta",91:"MetaLeft",92:"MetaRight",93:"ContextMenu"},KEY_MODS:{ctrl:1,alt:2,option:2,shift:4,super:8,meta:8,command:8,cmd:8,control:1},FUNCTION_KEYS:{8:"Backspace",9:"Tab",13:"Return",19:"Pause",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"Print",45:"Insert",46:"Delete","-13":"NumpadEnter",144:"Numlock",145:"Scrolllock"},PRINTABLE_KEYS:{32:" ",59:";",61:"=",107:"+",109:"-",110:".",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",111:"/",106:"*"}},n={Command:224,Backspace:8,Tab:9,Return:13,Enter:13,Pause:19,Escape:27,PageUp:33,PageDown:34,End:35,Home:36,Insert:45,Delete:46,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,Backquote:192,Minus:189,Equal:187,BracketLeft:219,Backslash:220,BracketRight:221,Semicolon:186,Quote:222,Comma:188,Period:190,Slash:191,Space:32,NumpadAdd:107,NumpadDecimal:110,NumpadSubtract:109,NumpadDivide:111,NumpadMultiply:106},i=0;i<10;i++)n["Digit"+i]=48+i,n["Numpad"+i]=96+i,o.PRINTABLE_KEYS[48+i]=""+i,o.FUNCTION_KEYS[96+i]="Numpad"+i;for(i=65;i<91;i++){var l=String.fromCharCode(i+32);n["Key"+l.toUpperCase()]=i,o.PRINTABLE_KEYS[i]=l}for(i=1;i<13;i++)n["F"+i]=111+i,o.FUNCTION_KEYS[111+i]="F"+i;var r={Shift:16,Control:17,Alt:18,Meta:224};for(var c in r)n[c]=n[c+"Left"]=n[c+"Right"]=r[c];for(var d in t.$codeToKeyCode=n,o.PRINTABLE_KEYS[173]="-",o.FUNCTION_KEYS){var h=o.FUNCTION_KEYS[d].toLowerCase();o[h]=parseInt(d,10)}for(var d in o.PRINTABLE_KEYS)h=o.PRINTABLE_KEYS[d].toLowerCase(),o[h]=parseInt(d,10);s.mixin(o,o.MODIFIER_KEYS),s.mixin(o,o.PRINTABLE_KEYS),s.mixin(o,o.FUNCTION_KEYS),o.enter=o.return,o.escape=o.esc,o.del=o.delete,function(){for(var e=["cmd","ctrl","alt","shift"],t=Math.pow(2,e.length);t--;)o.KEY_MODS[t]=e.filter((function(e){return t&o.KEY_MODS[e]})).join("-")+"-"}(),o.KEY_MODS[0]="",o.KEY_MODS[-1]="input-",s.mixin(t,o),t.default=t,t.keyCodeToString=function(e){var t=o[e];return"string"!=typeof t&&(t=String.fromCharCode(e)),t.toLowerCase()}})),ace.define("ace/lib/event",["require","exports","module","ace/lib/keys","ace/lib/useragent"],(function(e,t,a){"use strict";var s,o=e("./keys"),n=e("./useragent"),i=null,l=0;function r(){return null==s&&function(){s=!1;try{document.createComment("").addEventListener("test",(function(){}),{get passive(){return s={passive:!1},!0}})}catch(e){}}(),s}function c(e,t,a){this.elem=e,this.type=t,this.callback=a}c.prototype.destroy=function(){h(this.elem,this.type,this.callback),this.elem=this.type=this.callback=void 0};var d=t.addListener=function(e,t,a,s){e.addEventListener(t,a,r()),s&&s.$toDestroy.push(new c(e,t,a))},h=t.removeListener=function(e,t,a){e.removeEventListener(t,a,r())};function p(e){return(e.ctrlKey?1:0)|(e.altKey?2:0)|(e.shiftKey?4:0)|(e.metaKey?8:0)}function g(){i=Object.create(null)}if(t.stopEvent=function(e){return t.stopPropagation(e),t.preventDefault(e),!1},t.stopPropagation=function(e){e.stopPropagation&&e.stopPropagation()},t.preventDefault=function(e){e.preventDefault&&e.preventDefault()},t.getButton=function(e){return"dblclick"==e.type?0:"contextmenu"==e.type||n.isMac&&e.ctrlKey&&!e.altKey&&!e.shiftKey?2:e.button},t.capture=function(e,t,a){var s=e&&e.ownerDocument||document;function o(e){t&&t(e),a&&a(e),h(s,"mousemove",t),h(s,"mouseup",o),h(s,"dragstart",o)}return d(s,"mousemove",t),d(s,"mouseup",o),d(s,"dragstart",o),o},t.addMouseWheelListener=function(e,t,a){d(e,"wheel",(function(e){var a=e.deltaX||0,s=e.deltaY||0;switch(e.deltaMode){case e.DOM_DELTA_PIXEL:e.wheelX=.15*a,e.wheelY=.15*s;break;case e.DOM_DELTA_LINE:e.wheelX=15*a,e.wheelY=15*s;break;case e.DOM_DELTA_PAGE:e.wheelX=150*a,e.wheelY=150*s}t(e)}),a)},t.addMultiMouseDownListener=function(e,a,s,o,i){var l,r,c,h=0,p={2:"dblclick",3:"tripleclick",4:"quadclick"};function g(e){if(0!==t.getButton(e)?h=0:e.detail>1?++h>4&&(h=1):h=1,n.isIE){var i=Math.abs(e.clientX-l)>5||Math.abs(e.clientY-r)>5;c&&!i||(h=1),c&&clearTimeout(c),c=setTimeout((function(){c=null}),a[h-1]||600),1==h&&(l=e.clientX,r=e.clientY)}if(e._clicks=h,s[o]("mousedown",e),h>4)h=0;else if(h>1)return s[o](p[h],e)}Array.isArray(e)||(e=[e]),e.forEach((function(e){d(e,"mousedown",g,i)}))},t.getModifierString=function(e){return o.KEY_MODS[p(e)]},t.addCommandKeyListener=function(e,a,s){var r=null;d(e,"keydown",(function(e){i[e.keyCode]=(i[e.keyCode]||0)+1;var t=function(e,t,a){var s=p(t);if(!a&&t.code&&(a=o.$codeToKeyCode[t.code]||a),!n.isMac&&i){if(t.getModifierState&&(t.getModifierState("OS")||t.getModifierState("Win"))&&(s|=8),i.altGr){if(!(3&~s))return;i.altGr=0}if(18===a||17===a){var r=t.location;17===a&&1===r?1==i[a]&&(l=t.timeStamp):18===a&&3===s&&2===r&&t.timeStamp-l<50&&(i.altGr=!0)}}if(a in o.MODIFIER_KEYS&&(a=-1),s||13!==a||3!==t.location||(e(t,s,-a),!t.defaultPrevented)){if(n.isChromeOS&&8&s){if(e(t,s,a),t.defaultPrevented)return;s&=-9}return!!(s||a in o.FUNCTION_KEYS||a in o.PRINTABLE_KEYS)&&e(t,s,a)}}(a,e,e.keyCode);return r=e.defaultPrevented,t}),s),d(e,"keypress",(function(e){r&&(e.ctrlKey||e.altKey||e.shiftKey||e.metaKey)&&(t.stopEvent(e),r=null)}),s),d(e,"keyup",(function(e){i[e.keyCode]=null}),s),i||(g(),d(window,"focus",g))},"object"==typeof window&&window.postMessage&&!n.isOldIE){var u=1;t.nextTick=function(e,a){a=a||window;var s="zero-timeout-message-"+u++,o=function(n){n.data==s&&(t.stopPropagation(n),h(a,"message",o),e())};d(a,"message",o),a.postMessage(s,"*")}}t.$idleBlocked=!1,t.onIdle=function(e,a){return setTimeout((function a(){t.$idleBlocked?setTimeout(a,100):e()}),a)},t.$idleBlockId=null,t.blockIdle=function(e){t.$idleBlockId&&clearTimeout(t.$idleBlockId),t.$idleBlocked=!0,t.$idleBlockId=setTimeout((function(){t.$idleBlocked=!1}),e||100)},t.nextFrame="object"==typeof window&&(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame),t.nextFrame?t.nextFrame=t.nextFrame.bind(window):t.nextFrame=function(e){setTimeout(e,17)}})),ace.define("ace/clipboard",["require","exports","module"],(function(e,t,a){"use strict";var s;a.exports={lineMode:!1,pasteCancelled:function(){return!!(s&&s>Date.now()-50)||(s=!1)},cancel:function(){s=Date.now()}}})),ace.define("ace/keyboard/textinput",["require","exports","module","ace/lib/event","ace/config","ace/lib/useragent","ace/lib/dom","ace/lib/lang","ace/clipboard","ace/lib/keys"],(function(e,t,a){"use strict";var s=e("../lib/event"),o=e("../config").nls,n=e("../lib/useragent"),i=e("../lib/dom"),l=e("../lib/lang"),r=e("../clipboard"),c=n.isChrome<18,d=n.isIE,h=n.isChrome>63,p=400,g=e("../lib/keys"),u=g.KEY_MODS,m=n.isIOS,v=m?/\s/:/\n/,b=n.isMobile,f=function(){function e(e,t){var a=this;this.host=t,this.text=i.createElement("textarea"),this.text.className="ace_text-input",this.text.setAttribute("wrap","off"),this.text.setAttribute("autocomplete","off"),this.text.setAttribute("autocorrect","off"),this.text.setAttribute("autocapitalize","off"),this.text.setAttribute("spellcheck","false"),this.text.style.opacity="0",e.insertBefore(this.text,e.firstChild),this.copied=!1,this.pasted=!1,this.inComposition=!1,this.sendingText=!1,this.tempStyle="",b||(this.text.style.fontSize="1px"),this.commandMode=!1,this.ignoreFocusEvents=!1,this.lastValue="",this.lastSelectionStart=0,this.lastSelectionEnd=0,this.lastRestoreEnd=0,this.rowStart=Number.MAX_SAFE_INTEGER,this.rowEnd=Number.MIN_SAFE_INTEGER,this.numberOfExtraLines=0;try{this.$isFocused=document.activeElement===this.text}catch(e){}this.cancelComposition=this.cancelComposition.bind(this),this.setAriaOptions({role:"textbox"}),s.addListener(this.text,"blur",(function(e){a.ignoreFocusEvents||(t.onBlur(e),a.$isFocused=!1)}),t),s.addListener(this.text,"focus",(function(e){if(!a.ignoreFocusEvents){if(a.$isFocused=!0,n.isEdge)try{if(!document.hasFocus())return}catch(e){}t.onFocus(e),n.isEdge?setTimeout(a.resetSelection.bind(a)):a.resetSelection()}}),t),this.$focusScroll=!1,t.on("beforeEndOperation",(function(){var e=t.curOp,s=e&&e.command&&e.command.name;if("insertstring"!=s){var o=s&&(e.docChanged||e.selectionChanged);a.inComposition&&o&&(a.lastValue=a.text.value="",a.onCompositionEnd()),a.resetSelection()}})),t.on("changeSelection",this.setAriaLabel.bind(this)),this.resetSelection=m?this.$resetSelectionIOS:this.$resetSelection,this.$isFocused&&t.onFocus(),this.inputHandler=null,this.afterContextMenu=!1,s.addCommandKeyListener(this.text,(function(e,s,o){if(!a.inComposition)return t.onCommandKey(e,s,o)}),t),s.addListener(this.text,"select",this.onSelect.bind(this),t),s.addListener(this.text,"input",this.onInput.bind(this),t),s.addListener(this.text,"cut",this.onCut.bind(this),t),s.addListener(this.text,"copy",this.onCopy.bind(this),t),s.addListener(this.text,"paste",this.onPaste.bind(this),t),"oncut"in this.text&&"oncopy"in this.text&&"onpaste"in this.text||s.addListener(e,"keydown",(function(e){if((!n.isMac||e.metaKey)&&e.ctrlKey)switch(e.keyCode){case 67:a.onCopy(e);break;case 86:a.onPaste(e);break;case 88:a.onCut(e)}}),t),this.syncComposition=l.delayedCall(this.onCompositionUpdate.bind(this),50).schedule.bind(null,null),s.addListener(this.text,"compositionstart",this.onCompositionStart.bind(this),t),s.addListener(this.text,"compositionupdate",this.onCompositionUpdate.bind(this),t),s.addListener(this.text,"keyup",this.onKeyup.bind(this),t),s.addListener(this.text,"keydown",this.syncComposition.bind(this),t),s.addListener(this.text,"compositionend",this.onCompositionEnd.bind(this),t),this.closeTimeout,s.addListener(this.text,"mouseup",this.$onContextMenu.bind(this),t),s.addListener(this.text,"mousedown",(function(e){e.preventDefault(),a.onContextMenuClose()}),t),s.addListener(t.renderer.scroller,"contextmenu",this.$onContextMenu.bind(this),t),s.addListener(this.text,"contextmenu",this.$onContextMenu.bind(this),t),m&&this.addIosSelectionHandler(e,t,this.text)}return e.prototype.addIosSelectionHandler=function(e,t,a){var s=this,o=null,n=!1;a.addEventListener("keydown",(function(e){o&&clearTimeout(o),n=!0}),!0),a.addEventListener("keyup",(function(e){o=setTimeout((function(){n=!1}),100)}),!0);var i=function(e){if(document.activeElement===a&&!(n||s.inComposition||t.$mouseHandler.isMousePressed||s.copied)){var o=a.selectionStart,i=a.selectionEnd,l=null,r=0;if(0==o?l=g.up:1==o?l=g.home:i>s.lastSelectionEnd&&"\n"==s.lastValue[i]?l=g.end:o<s.lastSelectionStart&&" "==s.lastValue[o-1]?(l=g.left,r=u.option):o<s.lastSelectionStart||o==s.lastSelectionStart&&s.lastSelectionEnd!=s.lastSelectionStart&&o==i?l=g.left:i>s.lastSelectionEnd&&s.lastValue.slice(0,i).split("\n").length>2?l=g.down:i>s.lastSelectionEnd&&" "==s.lastValue[i-1]?(l=g.right,r=u.option):(i>s.lastSelectionEnd||i==s.lastSelectionEnd&&s.lastSelectionEnd!=s.lastSelectionStart&&o==i)&&(l=g.right),o!==i&&(r|=u.shift),l){if(!t.onCommandKey({},r,l)&&t.commands){l=g.keyCodeToString(l);var c=t.commands.findKeyCommand(r,l);c&&t.execCommand(c)}s.lastSelectionStart=o,s.lastSelectionEnd=i,s.resetSelection("")}}};document.addEventListener("selectionchange",i),t.on("destroy",(function(){document.removeEventListener("selectionchange",i)}))},e.prototype.onContextMenuClose=function(){var e=this;clearTimeout(this.closeTimeout),this.closeTimeout=setTimeout((function(){e.tempStyle&&(e.text.style.cssText=e.tempStyle,e.tempStyle=""),e.host.renderer.$isMousePressed=!1,e.host.renderer.$keepTextAreaAtCursor&&e.host.renderer.$moveTextAreaToCursor()}),0)},e.prototype.$onContextMenu=function(e){this.host.textInput.onContextMenu(e),this.onContextMenuClose()},e.prototype.onKeyup=function(e){27==e.keyCode&&this.text.value.length<this.text.selectionStart&&(this.inComposition||(this.lastValue=this.text.value),this.lastSelectionStart=this.lastSelectionEnd=-1,this.resetSelection()),this.syncComposition()},e.prototype.cancelComposition=function(){this.ignoreFocusEvents=!0,this.text.blur(),this.text.focus(),this.ignoreFocusEvents=!1},e.prototype.onCompositionStart=function(e){if(!this.inComposition&&this.host.onCompositionStart&&!this.host.$readOnly&&(this.inComposition={},!this.commandMode)){e.data&&(this.inComposition.useTextareaForIME=!1),setTimeout(this.onCompositionUpdate.bind(this),0),this.host._signal("compositionStart"),this.host.on("mousedown",this.cancelComposition);var t=this.host.getSelectionRange();t.end.row=t.start.row,t.end.column=t.start.column,this.inComposition.markerRange=t,this.inComposition.selectionStart=this.lastSelectionStart,this.host.onCompositionStart(this.inComposition),this.inComposition.useTextareaForIME?(this.lastValue=this.text.value="",this.lastSelectionStart=0,this.lastSelectionEnd=0):(this.text.msGetInputContext&&(this.inComposition.context=this.text.msGetInputContext()),this.text.getInputContext&&(this.inComposition.context=this.text.getInputContext()))}},e.prototype.onCompositionUpdate=function(){if(this.inComposition&&this.host.onCompositionUpdate&&!this.host.$readOnly){if(this.commandMode)return this.cancelComposition();if(this.inComposition.useTextareaForIME)this.host.onCompositionUpdate(this.text.value);else{var e=this.text.value;this.sendText(e),this.inComposition.markerRange&&(this.inComposition.context&&(this.inComposition.markerRange.start.column=this.inComposition.selectionStart=this.inComposition.context.compositionStartOffset),this.inComposition.markerRange.end.column=this.inComposition.markerRange.start.column+this.lastSelectionEnd-this.inComposition.selectionStart+this.lastRestoreEnd)}}},e.prototype.onCompositionEnd=function(e){this.host.onCompositionEnd&&!this.host.$readOnly&&(this.inComposition=!1,this.host.onCompositionEnd(),this.host.off("mousedown",this.cancelComposition),e&&this.onInput())},e.prototype.onCut=function(e){this.doCopy(e,!0)},e.prototype.onCopy=function(e){this.doCopy(e,!1)},e.prototype.onPaste=function(e){var t=this.handleClipboardData(e);r.pasteCancelled()||("string"==typeof t?(t&&this.host.onPaste(t,e),n.isIE&&setTimeout(this.resetSelection),s.preventDefault(e)):(this.text.value="",this.pasted=!0))},e.prototype.doCopy=function(e,t){var a=this,o=this.host.getCopyText();if(!o)return s.preventDefault(e);this.handleClipboardData(e,o)?(m&&(this.resetSelection(o),this.copied=o,setTimeout((function(){a.copied=!1}),10)),t?this.host.onCut():this.host.onCopy(),s.preventDefault(e)):(this.copied=!0,this.text.value=o,this.text.select(),setTimeout((function(){a.copied=!1,a.resetSelection(),t?a.host.onCut():a.host.onCopy()})))},e.prototype.handleClipboardData=function(e,t,a){var s=e.clipboardData||window.clipboardData;if(s&&!c){var o=d||a?"Text":"text/plain";try{return t?!1!==s.setData(o,t):s.getData(o)}catch(e){if(!a)return this.handleClipboardData(e,t,!0)}}},e.prototype.onInput=function(e){if(this.inComposition)return this.onCompositionUpdate();if(e&&e.inputType){if("historyUndo"==e.inputType)return this.host.execCommand("undo");if("historyRedo"==e.inputType)return this.host.execCommand("redo")}var t=this.text.value,a=this.sendText(t,!0);(t.length>500||v.test(a)||b&&this.lastSelectionStart<1&&this.lastSelectionStart==this.lastSelectionEnd)&&this.resetSelection()},e.prototype.sendText=function(e,t){if(this.afterContextMenu&&(this.afterContextMenu=!1),this.pasted)return this.resetSelection(),e&&this.host.onPaste(e),this.pasted=!1,"";for(var a=this.text.selectionStart,s=this.text.selectionEnd,o=this.lastSelectionStart,i=this.lastValue.length-this.lastSelectionEnd,l=e,r=e.length-a,c=e.length-s,d=0;o>0&&this.lastValue[d]==e[d];)d++,o--;for(l=l.slice(d),d=1;i>0&&this.lastValue.length-d>this.lastSelectionStart-1&&this.lastValue[this.lastValue.length-d]==e[e.length-d];)d++,i--;r-=d-1,c-=d-1;var h=l.length-d+1;if(h<0&&(o=-h,h=0),l=l.slice(0,h),!(t||l||r||o||i||c))return"";this.sendingText=!0;var p=!1;return n.isAndroid&&". "==l&&(l=" ",p=!0),l&&!o&&!i&&!r&&!c||this.commandMode?this.host.onTextInput(l):this.host.onTextInput(l,{extendLeft:o,extendRight:i,restoreStart:r,restoreEnd:c}),this.sendingText=!1,this.lastValue=e,this.lastSelectionStart=a,this.lastSelectionEnd=s,this.lastRestoreEnd=c,p?"\n":l},e.prototype.onSelect=function(e){var t,a=this;this.inComposition||(this.copied?this.copied=!1:0===(t=this.text).selectionStart&&t.selectionEnd>=a.lastValue.length&&t.value===a.lastValue&&a.lastValue&&t.selectionEnd!==a.lastSelectionEnd?(this.host.selectAll(),this.resetSelection()):b&&this.text.selectionStart!=this.lastSelectionStart&&this.resetSelection())},e.prototype.$resetSelectionIOS=function(e){if(this.$isFocused&&(!this.copied||e)&&!this.sendingText){e||(e="");var t="\n ab"+e+"cde fg\n";t!=this.text.value&&(this.text.value=this.lastValue=t);var a=4+(e.length||(this.host.selection.isEmpty()?0:1));4==this.lastSelectionStart&&this.lastSelectionEnd==a||this.text.setSelectionRange(4,a),this.lastSelectionStart=4,this.lastSelectionEnd=a}},e.prototype.$resetSelection=function(){var e=this;if(!this.inComposition&&!this.sendingText&&(this.$isFocused||this.afterContextMenu)){this.inComposition=!0;var t=0,a=0,s="",o=function(t,a){for(var s=a,o=1;o<=t-e.rowStart&&o<2*e.numberOfExtraLines+1;o++)s+=e.host.session.getLine(t-o).length+1;return s};if(this.host.session){var n=this.host.selection,i=n.getRange(),l=n.cursor.row;l===this.rowEnd+1?(this.rowStart=this.rowEnd+1,this.rowEnd=this.rowStart+2*this.numberOfExtraLines):l===this.rowStart-1?(this.rowEnd=this.rowStart-1,this.rowStart=this.rowEnd-2*this.numberOfExtraLines):(l<this.rowStart-1||l>this.rowEnd+1)&&(this.rowStart=l>this.numberOfExtraLines?l-this.numberOfExtraLines:0,this.rowEnd=l>this.numberOfExtraLines?l+this.numberOfExtraLines:2*this.numberOfExtraLines);for(var r=[],c=this.rowStart;c<=this.rowEnd;c++)r.push(this.host.session.getLine(c));if(s=r.join("\n"),t=o(i.start.row,i.start.column),a=o(i.end.row,i.end.column),i.start.row<this.rowStart){var d=this.host.session.getLine(this.rowStart-1);t=i.start.row<this.rowStart-1?0:t,a+=d.length+1,s=d+"\n"+s}else if(i.end.row>this.rowEnd){var h=this.host.session.getLine(this.rowEnd+1);a=i.end.row>this.rowEnd+1?h.length:i.end.column,a+=s.length+1,s=s+"\n"+h}else b&&l>0&&(s="\n"+s,a+=1,t+=1);s.length>p&&(t<p&&a<p?s=s.slice(0,p):(s="\n",t==a?t=a=0:(t=0,a=1)));var g=s+"\n\n";g!=this.lastValue&&(this.text.value=this.lastValue=g,this.lastSelectionStart=this.lastSelectionEnd=g.length)}if(this.afterContextMenu&&(this.lastSelectionStart=this.text.selectionStart,this.lastSelectionEnd=this.text.selectionEnd),this.lastSelectionEnd!=a||this.lastSelectionStart!=t||this.text.selectionEnd!=this.lastSelectionEnd)try{this.text.setSelectionRange(t,a),this.lastSelectionStart=t,this.lastSelectionEnd=a}catch(e){}this.inComposition=!1}},e.prototype.setHost=function(e){this.host=e},e.prototype.setNumberOfExtraLines=function(e){this.rowStart=Number.MAX_SAFE_INTEGER,this.rowEnd=Number.MIN_SAFE_INTEGER,this.numberOfExtraLines=e<0?0:e},e.prototype.setAriaLabel=function(){var e="";if(this.host.$textInputAriaLabel&&(e+="".concat(this.host.$textInputAriaLabel,", ")),this.host.session){var t=this.host.session.selection.cursor.row;e+=o("text-input.aria-label","Cursor at row $0",[t+1])}this.text.setAttribute("aria-label",e)},e.prototype.setAriaOptions=function(e){e.activeDescendant?(this.text.setAttribute("aria-haspopup","true"),this.text.setAttribute("aria-autocomplete",e.inline?"both":"list"),this.text.setAttribute("aria-activedescendant",e.activeDescendant)):(this.text.setAttribute("aria-haspopup","false"),this.text.setAttribute("aria-autocomplete","both"),this.text.removeAttribute("aria-activedescendant")),e.role&&this.text.setAttribute("role",e.role),e.setLabel&&(this.text.setAttribute("aria-roledescription",o("text-input.aria-roledescription","editor")),this.setAriaLabel())},e.prototype.focus=function(){var e=this;if(this.setAriaOptions({setLabel:this.host.renderer.enableKeyboardAccessibility}),this.tempStyle||h||"browser"==this.$focusScroll)return this.text.focus({preventScroll:!0});var t=this.text.style.top;this.text.style.position="fixed",this.text.style.top="0px";try{var a=0!=this.text.getBoundingClientRect().top}catch(e){return}var s=[];if(a)for(var o=this.text.parentElement;o&&1==o.nodeType;)s.push(o),o.setAttribute("ace_nocontext","true"),o=!o.parentElement&&o.getRootNode?o.getRootNode().host:o.parentElement;this.text.focus({preventScroll:!0}),a&&s.forEach((function(e){e.removeAttribute("ace_nocontext")})),setTimeout((function(){e.text.style.position="","0px"==e.text.style.top&&(e.text.style.top=t)}),0)},e.prototype.blur=function(){this.text.blur()},e.prototype.isFocused=function(){return this.$isFocused},e.prototype.setInputHandler=function(e){this.inputHandler=e},e.prototype.getInputHandler=function(){return this.inputHandler},e.prototype.getElement=function(){return this.text},e.prototype.setCommandMode=function(e){this.commandMode=e,this.text.readOnly=!1},e.prototype.setReadOnly=function(e){this.commandMode||(this.text.readOnly=e)},e.prototype.setCopyWithEmptySelection=function(e){},e.prototype.onContextMenu=function(e){this.afterContextMenu=!0,this.resetSelection(),this.host._emit("nativecontextmenu",{target:this.host,domEvent:e}),this.moveToMouse(e,!0)},e.prototype.moveToMouse=function(e,t){var a=this;this.tempStyle||(this.tempStyle=this.text.style.cssText),this.text.style.cssText=(t?"z-index:100000;":"")+(n.isIE?"opacity:0.1;":"")+"text-indent: -"+(this.lastSelectionStart+this.lastSelectionEnd)*this.host.renderer.characterWidth*.5+"px;";var o=this.host.container.getBoundingClientRect(),l=i.computedStyle(this.host.container),r=o.top+(parseInt(l.borderTopWidth)||0),c=o.left+(parseInt(l.borderLeftWidth)||0),d=o.bottom-r-this.text.clientHeight-2,h=function(e){i.translate(a.text,e.clientX-c-2,Math.min(e.clientY-r-2,d))};h(e),"mousedown"==e.type&&(this.host.renderer.$isMousePressed=!0,clearTimeout(this.closeTimeout),n.isWin&&s.capture(this.host.container,h,this.onContextMenuClose.bind(this)))},e.prototype.destroy=function(){this.text.parentElement&&this.text.parentElement.removeChild(this.text)},e}();t.TextInput=f,t.$setUserAgentForTests=function(e,t){b=e,m=t}})),ace.define("ace/mouse/default_handlers",["require","exports","module","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../lib/useragent"),o=function(){function e(e){e.$clickSelection=null;var t=e.editor;t.setDefaultHandler("mousedown",this.onMouseDown.bind(e)),t.setDefaultHandler("dblclick",this.onDoubleClick.bind(e)),t.setDefaultHandler("tripleclick",this.onTripleClick.bind(e)),t.setDefaultHandler("quadclick",this.onQuadClick.bind(e)),t.setDefaultHandler("mousewheel",this.onMouseWheel.bind(e)),["select","startSelect","selectEnd","selectAllEnd","selectByWordsEnd","selectByLinesEnd","dragWait","dragWaitEnd","focusWait"].forEach((function(t){e[t]=this[t]}),this),e.selectByLines=this.extendSelectionBy.bind(e,"getLineRange"),e.selectByWords=this.extendSelectionBy.bind(e,"getWordRange")}return e.prototype.onMouseDown=function(e){var t=e.inSelection(),a=e.getDocumentPosition();this.mousedownEvent=e;var o=this.editor,n=e.getButton();return 0!==n?((o.getSelectionRange().isEmpty()||1==n)&&o.selection.moveToPosition(a),void(2==n&&(o.textInput.onContextMenu(e.domEvent),s.isMozilla||e.preventDefault()))):(this.mousedownEvent.time=Date.now(),!t||o.isFocused()||(o.focus(),!this.$focusTimeout||this.$clickSelection||o.inMultiSelectMode)?(this.captureMouse(e),this.startSelect(a,e.domEvent._clicks>1),e.preventDefault()):(this.setState("focusWait"),void this.captureMouse(e)))},e.prototype.startSelect=function(e,t){e=e||this.editor.renderer.screenToTextCoordinates(this.x,this.y);var a=this.editor;this.mousedownEvent&&(this.mousedownEvent.getShiftKey()?a.selection.selectToPosition(e):t||a.selection.moveToPosition(e),t||this.select(),a.setStyle("ace_selecting"),this.setState("select"))},e.prototype.select=function(){var e,t=this.editor,a=t.renderer.screenToTextCoordinates(this.x,this.y);if(this.$clickSelection){var s=this.$clickSelection.comparePoint(a);if(-1==s)e=this.$clickSelection.end;else if(1==s)e=this.$clickSelection.start;else{var o=n(this.$clickSelection,a,t.session);a=o.cursor,e=o.anchor}t.selection.setSelectionAnchor(e.row,e.column)}t.selection.selectToPosition(a),t.renderer.scrollCursorIntoView()},e.prototype.extendSelectionBy=function(e){var t,a=this.editor,s=a.renderer.screenToTextCoordinates(this.x,this.y),o=a.selection[e](s.row,s.column);if(this.$clickSelection){var i=this.$clickSelection.comparePoint(o.start),l=this.$clickSelection.comparePoint(o.end);if(-1==i&&l<=0)t=this.$clickSelection.end,o.end.row==s.row&&o.end.column==s.column||(s=o.start);else if(1==l&&i>=0)t=this.$clickSelection.start,o.start.row==s.row&&o.start.column==s.column||(s=o.end);else if(-1==i&&1==l)s=o.end,t=o.start;else{var r=n(this.$clickSelection,s,a.session);s=r.cursor,t=r.anchor}a.selection.setSelectionAnchor(t.row,t.column)}a.selection.selectToPosition(s),a.renderer.scrollCursorIntoView()},e.prototype.selectByLinesEnd=function(){this.$clickSelection=null,this.editor.unsetStyle("ace_selecting")},e.prototype.focusWait=function(){var e,t,a,s,o=(e=this.mousedownEvent.x,t=this.mousedownEvent.y,a=this.x,s=this.y,Math.sqrt(Math.pow(a-e,2)+Math.pow(s-t,2))),n=Date.now();(o>0||n-this.mousedownEvent.time>this.$focusTimeout)&&this.startSelect(this.mousedownEvent.getDocumentPosition())},e.prototype.onDoubleClick=function(e){var t=e.getDocumentPosition(),a=this.editor,s=a.session.getBracketRange(t);s?(s.isEmpty()&&(s.start.column--,s.end.column++),this.setState("select")):(s=a.selection.getWordRange(t.row,t.column),this.setState("selectByWords")),this.$clickSelection=s,this.select()},e.prototype.onTripleClick=function(e){var t=e.getDocumentPosition(),a=this.editor;this.setState("selectByLines");var s=a.getSelectionRange();s.isMultiLine()&&s.contains(t.row,t.column)?(this.$clickSelection=a.selection.getLineRange(s.start.row),this.$clickSelection.end=a.selection.getLineRange(s.end.row).end):this.$clickSelection=a.selection.getLineRange(t.row),this.select()},e.prototype.onQuadClick=function(e){var t=this.editor;t.selectAll(),this.$clickSelection=t.getSelectionRange(),this.setState("selectAll")},e.prototype.onMouseWheel=function(e){if(!e.getAccelKey()){e.getShiftKey()&&e.wheelY&&!e.wheelX&&(e.wheelX=e.wheelY,e.wheelY=0);var t=this.editor;this.$lastScroll||(this.$lastScroll={t:0,vx:0,vy:0,allowed:0});var a=this.$lastScroll,s=e.domEvent.timeStamp,o=s-a.t,n=o?e.wheelX/o:a.vx,i=o?e.wheelY/o:a.vy;o<550&&(n=(n+a.vx)/2,i=(i+a.vy)/2);var l=Math.abs(n/i),r=!1;return l>=1&&t.renderer.isScrollableBy(e.wheelX*e.speed,0)&&(r=!0),l<=1&&t.renderer.isScrollableBy(0,e.wheelY*e.speed)&&(r=!0),r?a.allowed=s:s-a.allowed<550&&(Math.abs(n)<=1.5*Math.abs(a.vx)&&Math.abs(i)<=1.5*Math.abs(a.vy)?(r=!0,a.allowed=s):a.allowed=0),a.t=s,a.vx=n,a.vy=i,r?(t.renderer.scrollBy(e.wheelX*e.speed,e.wheelY*e.speed),e.stop()):void 0}},e}();function n(e,t,a){if(e.start.row==e.end.row)var s=2*t.column-e.start.column-e.end.column;else if(e.start.row!=e.end.row-1||e.start.column||e.end.column)s=2*t.row-e.start.row-e.end.row;else s=3*t.column-2*a.getLine(e.start.row).length;return s<0?{cursor:e.start,anchor:e.end}:{cursor:e.end,anchor:e.start}}o.prototype.selectEnd=o.prototype.selectByLinesEnd,o.prototype.selectAllEnd=o.prototype.selectByLinesEnd,o.prototype.selectByWordsEnd=o.prototype.selectByLinesEnd,t.DefaultHandlers=o})),ace.define("ace/mouse/mouse_event",["require","exports","module","ace/lib/event","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../lib/event"),o=e("../lib/useragent"),n=function(){function e(e,t){this.speed,this.wheelX,this.wheelY,this.domEvent=e,this.editor=t,this.x=this.clientX=e.clientX,this.y=this.clientY=e.clientY,this.$pos=null,this.$inSelection=null,this.propagationStopped=!1,this.defaultPrevented=!1}return e.prototype.stopPropagation=function(){s.stopPropagation(this.domEvent),this.propagationStopped=!0},e.prototype.preventDefault=function(){s.preventDefault(this.domEvent),this.defaultPrevented=!0},e.prototype.stop=function(){this.stopPropagation(),this.preventDefault()},e.prototype.getDocumentPosition=function(){return this.$pos||(this.$pos=this.editor.renderer.screenToTextCoordinates(this.clientX,this.clientY)),this.$pos},e.prototype.getGutterRow=function(){var e=this.getDocumentPosition().row;return this.editor.session.documentToScreenRow(e,0)-this.editor.session.documentToScreenRow(this.editor.renderer.$gutterLayer.$lines.get(0).row,0)},e.prototype.inSelection=function(){if(null!==this.$inSelection)return this.$inSelection;var e=this.editor.getSelectionRange();if(e.isEmpty())this.$inSelection=!1;else{var t=this.getDocumentPosition();this.$inSelection=e.contains(t.row,t.column)}return this.$inSelection},e.prototype.getButton=function(){return s.getButton(this.domEvent)},e.prototype.getShiftKey=function(){return this.domEvent.shiftKey},e.prototype.getAccelKey=function(){return o.isMac?this.domEvent.metaKey:this.domEvent.ctrlKey},e}();t.MouseEvent=n})),ace.define("ace/lib/scroll",["require","exports","module"],(function(e,t,a){t.preventParentScroll=function(e){e.stopPropagation();var t=e.currentTarget;t.scrollHeight>t.clientHeight||e.preventDefault()}})),ace.define("ace/tooltip",["require","exports","module","ace/lib/dom","ace/lib/event","ace/range","ace/lib/scroll"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],s=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&s>=e.length&&(e=void 0),{value:e&&e[s++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},i=e("./lib/dom"),l=(e("./lib/event"),e("./range").Range),r=e("./lib/scroll").preventParentScroll,c="ace_tooltip",d=function(){function e(e){this.isOpen=!1,this.$element=null,this.$parentNode=e}return e.prototype.$init=function(){return this.$element=i.createElement("div"),this.$element.className=c,this.$element.style.display="none",this.$parentNode.appendChild(this.$element),this.$element},e.prototype.getElement=function(){return this.$element||this.$init()},e.prototype.setText=function(e){this.getElement().textContent=e},e.prototype.setHtml=function(e){this.getElement().innerHTML=e},e.prototype.setPosition=function(e,t){this.getElement().style.left=e+"px",this.getElement().style.top=t+"px"},e.prototype.setClassName=function(e){i.addCssClass(this.getElement(),e)},e.prototype.setTheme=function(e){this.theme&&(this.theme.isDark&&i.removeCssClass(this.getElement(),"ace_dark"),this.theme.cssClass&&i.removeCssClass(this.getElement(),this.theme.cssClass)),e.isDark&&i.addCssClass(this.getElement(),"ace_dark"),e.cssClass&&i.addCssClass(this.getElement(),e.cssClass),this.theme={isDark:e.isDark,cssClass:e.cssClass}},e.prototype.show=function(e,t,a){null!=e&&this.setText(e),null!=t&&null!=a&&this.setPosition(t,a),this.isOpen||(this.getElement().style.display="block",this.isOpen=!0)},e.prototype.hide=function(e){this.isOpen&&(this.getElement().style.display="none",this.getElement().className=c,this.isOpen=!1)},e.prototype.getHeight=function(){return this.getElement().offsetHeight},e.prototype.getWidth=function(){return this.getElement().offsetWidth},e.prototype.destroy=function(){this.isOpen=!1,this.$element&&this.$element.parentNode&&this.$element.parentNode.removeChild(this.$element)},e}(),h=new(function(){function e(){this.popups=[]}return e.prototype.addPopup=function(e){this.popups.push(e),this.updatePopups()},e.prototype.removePopup=function(e){var t=this.popups.indexOf(e);-1!==t&&(this.popups.splice(t,1),this.updatePopups())},e.prototype.updatePopups=function(){var e,t,a,s;this.popups.sort((function(e,t){return t.priority-e.priority}));var o=[];try{for(var i=n(this.popups),l=i.next();!l.done;l=i.next()){var r=l.value,c=!0;try{for(var d=(a=void 0,n(o)),h=d.next();!h.done;h=d.next()){var p=h.value;if(this.doPopupsOverlap(p,r)){c=!1;break}}}catch(e){a={error:e}}finally{try{h&&!h.done&&(s=d.return)&&s.call(d)}finally{if(a)throw a.error}}c?o.push(r):r.hide()}}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}},e.prototype.doPopupsOverlap=function(e,t){var a=e.getElement().getBoundingClientRect(),s=t.getElement().getBoundingClientRect();return a.left<s.right&&a.right>s.left&&a.top<s.bottom&&a.bottom>s.top},e}());t.popupManager=h,t.Tooltip=d;var p=function(e){function t(t){void 0===t&&(t=document.body);var a=e.call(this,t)||this;a.timeout=void 0,a.lastT=0,a.idleTime=350,a.lastEvent=void 0,a.onMouseOut=a.onMouseOut.bind(a),a.onMouseMove=a.onMouseMove.bind(a),a.waitForHover=a.waitForHover.bind(a),a.hide=a.hide.bind(a);var s=a.getElement();return s.style.whiteSpace="pre-wrap",s.style.pointerEvents="auto",s.addEventListener("mouseout",a.onMouseOut),s.tabIndex=-1,s.addEventListener("blur",function(){s.contains(document.activeElement)||this.hide()}.bind(a)),s.addEventListener("wheel",r),a}return o(t,e),t.prototype.addToEditor=function(e){e.on("mousemove",this.onMouseMove),e.on("mousedown",this.hide);var t=e.renderer.getMouseEventTarget();t&&"function"==typeof t.removeEventListener&&t.addEventListener("mouseout",this.onMouseOut,!0)},t.prototype.removeFromEditor=function(e){e.off("mousemove",this.onMouseMove),e.off("mousedown",this.hide);var t=e.renderer.getMouseEventTarget();t&&"function"==typeof t.removeEventListener&&t.removeEventListener("mouseout",this.onMouseOut,!0),this.timeout&&(clearTimeout(this.timeout),this.timeout=null)},t.prototype.onMouseMove=function(e,t){this.lastEvent=e,this.lastT=Date.now();var a=t.$mouseHandler.isMousePressed;if(this.isOpen){var s=this.lastEvent&&this.lastEvent.getDocumentPosition();this.range&&this.range.contains(s.row,s.column)&&!a&&!this.isOutsideOfText(this.lastEvent)||this.hide()}this.timeout||a||(this.lastEvent=e,this.timeout=setTimeout(this.waitForHover,this.idleTime))},t.prototype.waitForHover=function(){this.timeout&&clearTimeout(this.timeout);var e=Date.now()-this.lastT;this.idleTime-e>10?this.timeout=setTimeout(this.waitForHover,this.idleTime-e):(this.timeout=null,this.lastEvent&&!this.isOutsideOfText(this.lastEvent)&&this.$gatherData(this.lastEvent,this.lastEvent.editor))},t.prototype.isOutsideOfText=function(e){var t=e.editor,a=e.getDocumentPosition(),s=t.session.getLine(a.row);if(a.column==s.length){var o=t.renderer.pixelToScreenCoordinates(e.clientX,e.clientY),n=t.session.documentToScreenPosition(a.row,a.column);if(n.column!=o.column||n.row!=o.row)return!0}return!1},t.prototype.setDataProvider=function(e){this.$gatherData=e},t.prototype.showForRange=function(e,t,a,s){if(!(s&&s!=this.lastEvent||this.isOpen&&document.activeElement==this.getElement())){var o=e.renderer;this.isOpen||(h.addPopup(this),this.$registerCloseEvents(),this.setTheme(o.theme)),this.isOpen=!0,this.range=l.fromPoints(t.start,t.end);var n=o.textToScreenCoordinates(t.start.row,t.start.column),r=o.scroller.getBoundingClientRect();n.pageX<r.left&&(n.pageX=r.left);var c=this.getElement();c.innerHTML="",c.appendChild(a),c.style.maxHeight="",c.style.display="block",this.$setPosition(e,n,!0,t),i.$fixPositionBug(c)}},t.prototype.$setPosition=function(e,t,a,s){a&&this.addMarker(s,e.session);var o=e.renderer,n=this.getElement(),i=n.offsetHeight,l=n.offsetWidth,r=t.pageY,c=t.pageX,d=window.innerHeight-r-o.lineHeight,h=this.$shouldPlaceAbove(i,r,d-10);n.style.maxHeight=(h?r:d)-10+"px",n.style.top=h?"":r+o.lineHeight+"px",n.style.bottom=h?window.innerHeight-r+"px":"",n.style.left=Math.min(c,window.innerWidth-l-10)+"px"},t.prototype.$shouldPlaceAbove=function(e,t,a){return!(t-e<0&&t<a)},t.prototype.addMarker=function(e,t){this.marker&&this.$markerSession.removeMarker(this.marker),this.$markerSession=t,this.marker=t&&t.addMarker(e,"ace_highlight-marker","text")},t.prototype.hide=function(e){e&&this.$fromKeyboard&&"keydown"==e.type&&"Escape"==e.code||(e||document.activeElement!=this.getElement())&&(e&&e.target&&("keydown"!=e.type||e.ctrlKey||e.metaKey)&&this.$element.contains(e.target)||(this.lastEvent=null,this.timeout&&clearTimeout(this.timeout),this.timeout=null,this.addMarker(null),this.isOpen&&(this.$fromKeyboard=!1,this.$removeCloseEvents(),this.getElement().style.display="none",this.isOpen=!1,h.removePopup(this))))},t.prototype.$registerCloseEvents=function(){window.addEventListener("keydown",this.hide,!0),window.addEventListener("wheel",this.hide,!0),window.addEventListener("mousedown",this.hide,!0)},t.prototype.$removeCloseEvents=function(){window.removeEventListener("keydown",this.hide,!0),window.removeEventListener("wheel",this.hide,!0),window.removeEventListener("mousedown",this.hide,!0)},t.prototype.onMouseOut=function(e){this.timeout&&(clearTimeout(this.timeout),this.timeout=null),this.lastEvent=null,this.isOpen&&e.relatedTarget&&!this.getElement().contains(e.relatedTarget)&&(e&&e.currentTarget.contains(e.relatedTarget)||e.relatedTarget.classList.contains("ace_content")||this.hide())},t}(d);t.HoverTooltip=p})),ace.define("ace/mouse/default_gutter_handler",["require","exports","module","ace/lib/dom","ace/mouse/mouse_event","ace/tooltip","ace/config","ace/range"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],s=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&s>=e.length&&(e=void 0),{value:e&&e[s++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},i=e("../lib/dom"),l=e("./mouse_event").MouseEvent,r=e("../tooltip").HoverTooltip,c=e("../config").nls,d=e("../range").Range;t.GutterHandler=function(e){var t=e.editor,a=t.renderer.$gutterLayer;e.$tooltip=new h(t),e.$tooltip.addToEditor(t),e.$tooltip.setDataProvider((function(t,a){var s=t.getDocumentPosition().row;e.$tooltip.showTooltip(s)})),e.editor.setDefaultHandler("guttermousedown",(function(s){if(t.isFocused()&&0==s.getButton()&&"foldWidgets"!=a.getRegion(s)){var o=s.getDocumentPosition().row,n=t.session.selection;if(s.getShiftKey())n.selectTo(o,0);else{if(2==s.domEvent.detail)return t.selectAll(),s.preventDefault();e.$clickSelection=t.selection.getLineRange(o)}return e.setState("selectByLines"),e.captureMouse(s),s.preventDefault()}}))};var h=function(e){function t(a){var s=e.call(this,a.container)||this;s.id="gt"+ ++t.$uid,s.editor=a,s.visibleTooltipRow;var o=s.getElement();return o.setAttribute("role","tooltip"),o.setAttribute("id",s.id),o.style.pointerEvents="auto",s.idleTime=50,s.onDomMouseMove=s.onDomMouseMove.bind(s),s.onDomMouseOut=s.onDomMouseOut.bind(s),s.setClassName("ace_gutter-tooltip"),s}return o(t,e),t.prototype.onDomMouseMove=function(e){var t=new l(e,this.editor);this.onMouseMove(t,this.editor)},t.prototype.onDomMouseOut=function(e){var t=new l(e,this.editor);this.onMouseOut(t)},t.prototype.addToEditor=function(t){var a=t.renderer.$gutter;a.addEventListener("mousemove",this.onDomMouseMove),a.addEventListener("mouseout",this.onDomMouseOut),e.prototype.addToEditor.call(this,t)},t.prototype.removeFromEditor=function(t){var a=t.renderer.$gutter;a.removeEventListener("mousemove",this.onDomMouseMove),a.removeEventListener("mouseout",this.onDomMouseOut),e.prototype.removeFromEditor.call(this,t)},t.prototype.destroy=function(){this.editor&&this.removeFromEditor(this.editor),e.prototype.destroy.call(this)},Object.defineProperty(t,"annotationLabels",{get:function(){return{error:{singular:c("gutter-tooltip.aria-label.error.singular","error"),plural:c("gutter-tooltip.aria-label.error.plural","errors")},security:{singular:c("gutter-tooltip.aria-label.security.singular","security finding"),plural:c("gutter-tooltip.aria-label.security.plural","security findings")},warning:{singular:c("gutter-tooltip.aria-label.warning.singular","warning"),plural:c("gutter-tooltip.aria-label.warning.plural","warnings")},info:{singular:c("gutter-tooltip.aria-label.info.singular","information message"),plural:c("gutter-tooltip.aria-label.info.plural","information messages")},hint:{singular:c("gutter-tooltip.aria-label.hint.singular","suggestion"),plural:c("gutter-tooltip.aria-label.hint.plural","suggestions")}}},enumerable:!1,configurable:!0}),t.prototype.showTooltip=function(e){var a,s,o=this.editor.renderer.$gutterLayer,n=o.$annotations[e];s=n?{displayText:Array.from(n.displayText),type:Array.from(n.type)}:{displayText:[],type:[]};var l=o.session.getFoldLine(e);if(l&&o.$showFoldedAnnotations){for(var r,c={error:[],security:[],warning:[],info:[],hint:[]},h={error:1,security:2,warning:3,info:4,hint:5},p=e+1;p<=l.end.row;p++)if(o.$annotations[p])for(var g=0;g<o.$annotations[p].text.length;g++){var u=o.$annotations[p].type[g];c[u].push(o.$annotations[p].text[g]),(!r||h[u]<h[r])&&(r=u)}if(["error","security","warning"].includes(r)){var m="".concat(t.annotationsToSummaryString(c)," in folded code.");s.displayText.push(m),s.type.push(r+"_fold")}}if(0===s.displayText.length)return this.hide();var v={error:[],security:[],warning:[],info:[],hint:[]},b=o.$useSvgGutterIcons?"ace_icon_svg":"ace_icon";for(p=0;p<s.displayText.length;p++){var f=i.createElement("span"),w=i.createElement("span");(a=w.classList).add.apply(a,["ace_".concat(s.type[p]),b]),w.setAttribute("aria-label","".concat(t.annotationLabels[s.type[p].replace("_fold","")].singular)),w.setAttribute("role","img"),w.appendChild(i.createTextNode(" ")),f.appendChild(w),f.appendChild(i.createTextNode(s.displayText[p])),f.appendChild(i.createElement("br")),v[s.type[p].replace("_fold","")].push(f)}var x=i.createElement("span");v.error.forEach((function(e){return x.appendChild(e)})),v.security.forEach((function(e){return x.appendChild(e)})),v.warning.forEach((function(e){return x.appendChild(e)})),v.info.forEach((function(e){return x.appendChild(e)})),v.hint.forEach((function(e){return x.appendChild(e)})),x.setAttribute("aria-live","polite");var y=this.$findLinkedAnnotationNode(e);y&&y.setAttribute("aria-describedby",this.id);var k=d.fromPoints({row:e,column:0},{row:e,column:0});this.showForRange(this.editor,k,x),this.visibleTooltipRow=e,this.editor._signal("showGutterTooltip",this)},t.prototype.$setPosition=function(t,a,s,o){var n=this.$findCellByRow(o.start.row);if(n){var i=n&&n.element,l=i&&i.querySelector(".ace_gutter_annotation");if(l){var r=l.getBoundingClientRect();if(r){var c={pageX:r.right,pageY:r.top};return e.prototype.$setPosition.call(this,t,c,!1,o)}}}},t.prototype.$shouldPlaceAbove=function(e,t,a){return a<e},t.prototype.$findLinkedAnnotationNode=function(e){var t=this.$findCellByRow(e);if(t){var a=t.element;if(a.childNodes.length>2)return a.childNodes[2]}},t.prototype.$findCellByRow=function(e){return this.editor.renderer.$gutterLayer.$lines.cells.find((function(t){return t.row===e}))},t.prototype.hide=function(t){if(this.isOpen){if(this.$element.removeAttribute("aria-live"),null!=this.visibleTooltipRow){var a=this.$findLinkedAnnotationNode(this.visibleTooltipRow);a&&a.removeAttribute("aria-describedby")}this.visibleTooltipRow=void 0,this.editor._signal("hideGutterTooltip",this),e.prototype.hide.call(this,t)}},t.annotationsToSummaryString=function(e){var a,s,o=[];try{for(var i=n(["error","security","warning","info","hint"]),l=i.next();!l.done;l=i.next()){var r=l.value;if(e[r].length){var c=1===e[r].length?t.annotationLabels[r].singular:t.annotationLabels[r].plural;o.push("".concat(e[r].length," ").concat(c))}}}catch(e){a={error:e}}finally{try{l&&!l.done&&(s=i.return)&&s.call(i)}finally{if(a)throw a.error}}return o.join(", ")},t.prototype.isOutsideOfText=function(e){var t=e.editor.renderer.$gutter.getBoundingClientRect();return!(e.clientX>=t.left&&e.clientX<=t.right&&e.clientY>=t.top&&e.clientY<=t.bottom)},t}(r);h.$uid=0,t.GutterTooltip=h})),ace.define("ace/mouse/dragdrop_handler",["require","exports","module","ace/lib/dom","ace/lib/event","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../lib/event"),n=e("../lib/useragent");function i(e){var t=e.editor,a=s.createElement("div");a.style.cssText="top:-100px;position:absolute;z-index:2147483647;opacity:0.5",a.textContent=" ",["dragWait","dragWaitEnd","startDrag","dragReadyEnd","onMouseDrag"].forEach((function(t){e[t]=this[t]}),this),t.on("mousedown",this.onMouseDown.bind(e));var i,r,c,d,h,p,g,u,m,v,b,f=t.container,w=0;function x(){var e=p;(function(e,a){var s=Date.now(),o=!a||e.row!=a.row,n=!a||e.column!=a.column;!v||o||n?(t.moveCursorToPosition(e),v=s,b={x:r,y:c}):l(b.x,b.y,r,c)>5?v=null:s-v>=200&&(t.renderer.scrollCursorIntoView(),v=null)})(p=t.renderer.screenToTextCoordinates(r,c),e),function(e,a){var s=Date.now(),o=t.renderer.layerConfig.lineHeight,n=t.renderer.layerConfig.characterWidth,i=t.renderer.scroller.getBoundingClientRect(),l={x:{left:r-i.left,right:i.right-r},y:{top:c-i.top,bottom:i.bottom-c}},d=Math.min(l.x.left,l.x.right),h=Math.min(l.y.top,l.y.bottom),p={row:e.row,column:e.column};d/n<=2&&(p.column+=l.x.left<l.x.right?-3:2),h/o<=1&&(p.row+=l.y.top<l.y.bottom?-1:1);var g=e.row!=p.row,u=e.column!=p.column,v=!a||e.row!=a.row;g||u&&!v?m?s-m>=200&&t.renderer.scrollCursorIntoView(p):m=s:m=null}(p,e)}function y(){h=t.selection.toOrientedRange(),i=t.session.addMarker(h,"ace_selection",t.getSelectionStyle()),t.clearSelection(),t.isFocused()&&t.renderer.$cursorLayer.setBlinking(!1),clearInterval(d),x(),d=setInterval(x,20),w=0,o.addListener(document,"mousemove",_)}function k(){clearInterval(d),t.session.removeMarker(i),i=null,t.selection.fromOrientedRange(h),t.isFocused()&&!u&&t.$resetCursorStyle(),h=null,p=null,w=0,m=null,v=null,o.removeListener(document,"mousemove",_)}this.onDragStart=function(e){if(this.cancelDrag||!f.draggable){var s=this;return setTimeout((function(){s.startSelect(),s.captureMouse(e)}),0),e.preventDefault()}h=t.getSelectionRange();var o=e.dataTransfer;o.effectAllowed=t.getReadOnly()?"copy":"copyMove",t.container.appendChild(a),o.setDragImage&&o.setDragImage(a,0,0),setTimeout((function(){t.container.removeChild(a)})),o.clearData(),o.setData("Text",t.session.getTextRange()),u=!0,this.setState("drag")},this.onDragEnd=function(e){if(f.draggable=!1,u=!1,this.setState(null),!t.getReadOnly()){var a=e.dataTransfer.dropEffect;g||"move"!=a||t.session.remove(t.getSelectionRange()),t.$resetCursorStyle()}this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle("")},this.onDragEnter=function(e){if(!t.getReadOnly()&&M(e.dataTransfer))return r=e.clientX,c=e.clientY,i||y(),w++,e.dataTransfer.dropEffect=g=z(e),o.preventDefault(e)},this.onDragOver=function(e){if(!t.getReadOnly()&&M(e.dataTransfer))return r=e.clientX,c=e.clientY,i||(y(),w++),null!==C&&(C=null),e.dataTransfer.dropEffect=g=z(e),o.preventDefault(e)},this.onDragLeave=function(e){if(--w<=0&&i)return k(),g=null,o.preventDefault(e)},this.onDrop=function(e){if(p){var a=e.dataTransfer;if(u)switch(g){case"move":h=h.contains(p.row,p.column)?{start:p,end:p}:t.moveText(h,p);break;case"copy":h=t.moveText(h,p,!0)}else{var s=a.getData("Text");h={start:p,end:t.session.insert(p,s)},t.focus(),g=null}return k(),o.preventDefault(e)}},o.addListener(f,"dragstart",this.onDragStart.bind(e),t),o.addListener(f,"dragend",this.onDragEnd.bind(e),t),o.addListener(f,"dragenter",this.onDragEnter.bind(e),t),o.addListener(f,"dragover",this.onDragOver.bind(e),t),o.addListener(f,"dragleave",this.onDragLeave.bind(e),t),o.addListener(f,"drop",this.onDrop.bind(e),t);var C=null;function _(){null==C&&(C=setTimeout((function(){null!=C&&i&&k()}),20))}function M(e){var t=e.types;return!t||Array.prototype.some.call(t,(function(e){return"text/plain"==e||"Text"==e}))}function z(e){var t=["copy","copymove","all","uninitialized"],a=n.isMac?e.altKey:e.ctrlKey,s="uninitialized";try{s=e.dataTransfer.effectAllowed.toLowerCase()}catch(e){}var o="none";return a&&t.indexOf(s)>=0?o="copy":["move","copymove","linkmove","all","uninitialized"].indexOf(s)>=0?o="move":t.indexOf(s)>=0&&(o="copy"),o}}function l(e,t,a,s){return Math.sqrt(Math.pow(a-e,2)+Math.pow(s-t,2))}(function(){this.dragWait=function(){Date.now()-this.mousedownEvent.time>this.editor.getDragDelay()&&this.startDrag()},this.dragWaitEnd=function(){this.editor.container.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()),this.selectEnd()},this.dragReadyEnd=function(e){this.editor.$resetCursorStyle(),this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle(""),this.dragWaitEnd()},this.startDrag=function(){this.cancelDrag=!1;var e=this.editor;e.container.draggable=!0,e.renderer.$cursorLayer.setBlinking(!1),e.setStyle("ace_dragging");var t=n.isWin?"default":"move";e.renderer.setCursorStyle(t),this.setState("dragReady")},this.onMouseDrag=function(e){var t=this.editor.container;n.isIE&&"dragReady"==this.state&&l(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y)>3&&t.dragDrop(),"dragWait"===this.state&&l(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y)>0&&(t.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()))},this.onMouseDown=function(e){if(this.$dragEnabled){this.mousedownEvent=e;var t=this.editor,a=e.inSelection(),s=e.getButton();if(1===(e.domEvent.detail||1)&&0===s&&a){if(e.editor.inMultiSelectMode&&(e.getAccelKey()||e.getShiftKey()))return;this.mousedownEvent.time=Date.now();var o=e.domEvent.target||e.domEvent.srcElement;"unselectable"in o&&(o.unselectable="on"),t.getDragDelay()?(n.isWebKit&&(this.cancelDrag=!0,t.container.draggable=!0),this.setState("dragWait")):this.startDrag(),this.captureMouse(e,this.onMouseDrag.bind(this)),e.defaultPrevented=!0}}}}).call(i.prototype),t.DragdropHandler=i})),ace.define("ace/mouse/touch_handler",["require","exports","module","ace/mouse/mouse_event","ace/lib/event","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("./mouse_event").MouseEvent,o=e("../lib/event"),n=e("../lib/dom");t.addTouchListeners=function(e,t){var a,i,l,r,c,d,h,p,g,u="scroll",m=0,v=0,b=0,f=0;function w(){if(t.getOption("enableMobileMenu")){g||(l=window.navigator&&window.navigator.clipboard,r=!1,c=function(e){return t.commands.canExecute(e,t)},d=function(e){var a,s,o=e.target.getAttribute("action");if("more"==o||!r)return r=!r,a=t.getCopyText(),s=t.session.getUndoManager().hasUndo(),void g.replaceChild(n.buildDom(r?["span",!a&&c("selectall")&&["span",{class:"ace_mobile-button",action:"selectall"},"Select All"],a&&c("copy")&&["span",{class:"ace_mobile-button",action:"copy"},"Copy"],a&&c("cut")&&["span",{class:"ace_mobile-button",action:"cut"},"Cut"],l&&c("paste")&&["span",{class:"ace_mobile-button",action:"paste"},"Paste"],s&&c("undo")&&["span",{class:"ace_mobile-button",action:"undo"},"Undo"],c("find")&&["span",{class:"ace_mobile-button",action:"find"},"Find"],c("openCommandPalette")&&["span",{class:"ace_mobile-button",action:"openCommandPalette"},"Palette"]]:["span"]),g.firstChild);"paste"==o?l.readText().then((function(e){t.execCommand(o,e)})):o&&("cut"!=o&&"copy"!=o||(l?l.writeText(t.getCopyText()):document.execCommand("copy")),t.execCommand(o)),g.firstChild.style.display="none",r=!1,"openCommandPalette"!=o&&t.focus()},(g=n.buildDom(["div",{class:"ace_mobile-menu",onclick:d},["span"],["span",{class:"ace_mobile-button",action:"more"},"..."]],t.container)).addEventListener("touchstart",(function(e){u="menu",e.stopPropagation(),e.preventDefault(),t.textInput.focus()})),g.addEventListener("touchend",(function(e){e.stopPropagation(),e.preventDefault(),d(e)})));var e=t.selection.cursor,a=t.renderer.textToScreenCoordinates(e.row,e.column),s=t.renderer.textToScreenCoordinates(0,0).pageX,o=t.renderer.scrollLeft,i=t.container.getBoundingClientRect();g.style.top=a.pageY-i.top-3+"px",a.pageX-i.left<i.width-70?(g.style.left="",g.style.right="10px"):(g.style.right="",g.style.left=s+o-i.left+"px"),g.style.display="",g.firstChild.style.display="none",t.on("input",x)}else g&&x();var l,r,c,d}function x(e){g&&(g.style.display="none"),t.off("input",x)}function y(){c=null,clearTimeout(c);var e=t.selection.getRange(),a=e.contains(h.row,h.column);!e.isEmpty()&&a||(t.selection.moveToPosition(h),t.selection.selectWord()),u="wait",w()}o.addListener(e,"contextmenu",(function(e){p&&t.textInput.getElement().focus()}),t),o.addListener(e,"touchstart",(function(e){var o=e.touches;if(c||o.length>1)return clearTimeout(c),c=null,l=-1,void(u="zoom");p=t.$mouseHandler.isMousePressed=!0;var n=t.renderer.layerConfig.lineHeight,d=t.renderer.layerConfig.lineHeight,g=e.timeStamp;r=g;var w=o[0],x=w.clientX,k=w.clientY;Math.abs(a-x)+Math.abs(i-k)>n&&(l=-1),a=e.clientX=x,i=e.clientY=k,b=f=0;var C=new s(e,t);if(h=C.getDocumentPosition(),g-l<500&&1==o.length&&!m)v++,e.preventDefault(),e.button=0,function(){c=null,clearTimeout(c),t.selection.moveToPosition(h);var e=v>=2?t.selection.getLineRange(h.row):t.session.getBracketRange(h);e&&!e.isEmpty()?t.selection.setRange(e):t.selection.selectWord(),u="wait"}();else{v=0;var _=t.selection.cursor,M=t.selection.isEmpty()?_:t.selection.anchor,z=t.renderer.$cursorLayer.getPixelPosition(_,!0),j=t.renderer.$cursorLayer.getPixelPosition(M,!0),L=t.renderer.scroller.getBoundingClientRect(),S=t.renderer.layerConfig.offset,$=t.renderer.scrollLeft,H=function(e,t){return(e/=d)*e+(t=t/n-.75)*t};if(e.clientX<L.left)return void(u="zoom");var T=H(e.clientX-L.left-z.left+$,e.clientY-L.top-z.top+S),B=H(e.clientX-L.left-j.left+$,e.clientY-L.top-j.top+S);T<3.5&&B<3.5&&(u=T>B?"cursor":"anchor"),u=B<3.5?"anchor":T<3.5?"cursor":"scroll",c=setTimeout(y,450)}l=g}),t),o.addListener(e,"touchend",(function(e){p=t.$mouseHandler.isMousePressed=!1,d&&clearInterval(d),"zoom"==u?(u="",m=0):c?(t.selection.moveToPosition(h),m=0,w()):"scroll"==u?(m+=60,d=setInterval((function(){m--<=0&&(clearInterval(d),d=null),Math.abs(b)<.01&&(b=0),Math.abs(f)<.01&&(f=0),m<20&&(b*=.9),m<20&&(f*=.9);var e=t.session.getScrollTop();t.renderer.scrollBy(10*b,10*f),e==t.session.getScrollTop()&&(m=0)}),10),x()):w(),clearTimeout(c),c=null}),t),o.addListener(e,"touchmove",(function(e){c&&(clearTimeout(c),c=null);var o=e.touches;if(!(o.length>1||"zoom"==u)){var n=o[0],l=a-n.clientX,d=i-n.clientY;if("wait"==u){if(!(l*l+d*d>4))return e.preventDefault();u="cursor"}a=n.clientX,i=n.clientY,e.clientX=n.clientX,e.clientY=n.clientY;var h=e.timeStamp,p=h-r;if(r=h,"scroll"==u){var g=new s(e,t);g.speed=1,g.wheelX=l,g.wheelY=d,10*Math.abs(l)<Math.abs(d)&&(l=0),10*Math.abs(d)<Math.abs(l)&&(d=0),0!=p&&(b=l/p,f=d/p),t._emit("mousewheel",g),g.propagationStopped||(b=f=0)}else{var m=new s(e,t).getDocumentPosition();"cursor"==u?t.selection.moveCursorToPosition(m):"anchor"==u&&t.selection.setSelectionAnchor(m.row,m.column),t.renderer.scrollCursorIntoView(m),e.preventDefault()}}}),t)}})),ace.define("ace/mouse/mouse_handler",["require","exports","module","ace/lib/event","ace/lib/useragent","ace/mouse/default_handlers","ace/mouse/default_gutter_handler","ace/mouse/mouse_event","ace/mouse/dragdrop_handler","ace/mouse/touch_handler","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/event"),o=e("../lib/useragent"),n=e("./default_handlers").DefaultHandlers,i=e("./default_gutter_handler").GutterHandler,l=e("./mouse_event").MouseEvent,r=e("./dragdrop_handler").DragdropHandler,c=e("./touch_handler").addTouchListeners,d=e("../config"),h=function(){function e(e){this.$dragDelay,this.$dragEnabled,this.$mouseMoved,this.mouseEvent,this.$focusTimeout;var t=this;this.editor=e,new n(this),new i(this),new r(this);var a=function(t){(!document.hasFocus||!document.hasFocus()||!e.isFocused()&&document.activeElement==(e.textInput&&e.textInput.getElement()))&&window.focus(),e.focus(),setTimeout((function(){e.isFocused()||e.focus()}))},l=e.renderer.getMouseEventTarget();s.addListener(l,"click",this.onMouseEvent.bind(this,"click"),e),s.addListener(l,"mousemove",this.onMouseMove.bind(this,"mousemove"),e),s.addMultiMouseDownListener([l,e.renderer.scrollBarV&&e.renderer.scrollBarV.inner,e.renderer.scrollBarH&&e.renderer.scrollBarH.inner,e.textInput&&e.textInput.getElement()].filter(Boolean),[400,300,250],this,"onMouseEvent",e),s.addMouseWheelListener(e.container,this.onMouseWheel.bind(this,"mousewheel"),e),c(e.container,e);var d=e.renderer.$gutter;s.addListener(d,"mousedown",this.onMouseEvent.bind(this,"guttermousedown"),e),s.addListener(d,"click",this.onMouseEvent.bind(this,"gutterclick"),e),s.addListener(d,"dblclick",this.onMouseEvent.bind(this,"gutterdblclick"),e),s.addListener(d,"mousemove",this.onMouseEvent.bind(this,"guttermousemove"),e),s.addListener(l,"mousedown",a,e),s.addListener(d,"mousedown",a,e),o.isIE&&e.renderer.scrollBarV&&(s.addListener(e.renderer.scrollBarV.element,"mousedown",a,e),s.addListener(e.renderer.scrollBarH.element,"mousedown",a,e)),e.on("mousemove",(function(a){if(!t.state&&!t.$dragDelay&&t.$dragEnabled){var s=e.renderer.screenToTextCoordinates(a.x,a.y),o=e.session.selection.getRange(),n=e.renderer;!o.isEmpty()&&o.insideStart(s.row,s.column)?n.setCursorStyle("default"):n.setCursorStyle("")}}),e)}return e.prototype.onMouseEvent=function(e,t){this.editor.session&&this.editor._emit(e,new l(t,this.editor))},e.prototype.onMouseMove=function(e,t){var a=this.editor._eventRegistry&&this.editor._eventRegistry.mousemove;a&&a.length&&this.editor._emit(e,new l(t,this.editor))},e.prototype.onMouseWheel=function(e,t){var a=new l(t,this.editor);a.speed=2*this.$scrollSpeed,a.wheelX=t.wheelX,a.wheelY=t.wheelY,this.editor._emit(e,a)},e.prototype.setState=function(e){this.state=e},e.prototype.captureMouse=function(e,t){this.x=e.x,this.y=e.y,this.isMousePressed=!0;var a=this.editor,n=this.editor.renderer;n.$isMousePressed=!0;var i=this,r=!0,c=function(e){if(e){if(o.isWebKit&&!e.which&&i.releaseMouse)return i.releaseMouse();i.x=e.clientX,i.y=e.clientY,t&&t(e),i.mouseEvent=new l(e,i.editor),i.$mouseMoved=!0}},d=function(e){a.off("beforeEndOperation",g),r=!1,a.session&&h(),i[i.state+"End"]&&i[i.state+"End"](e),i.state="",i.isMousePressed=n.$isMousePressed=!1,n.$keepTextAreaAtCursor&&n.$moveTextAreaToCursor(),i.$onCaptureMouseMove=i.releaseMouse=null,e&&i.onMouseEvent("mouseup",e),a.endOperation()},h=function(){i[i.state]&&i[i.state](),i.$mouseMoved=!1},p=function(){r&&(h(),s.nextFrame(p))};if(o.isOldIE&&"dblclick"==e.domEvent.type)return setTimeout((function(){d(e)}));var g=function(e){i.releaseMouse&&a.curOp.command.name&&a.curOp.selectionChanged&&(i[i.state+"End"]&&i[i.state+"End"](),i.state="",i.releaseMouse())};a.on("beforeEndOperation",g),a.startOperation({command:{name:"mouse"}}),i.$onCaptureMouseMove=c,i.releaseMouse=s.capture(this.editor.container,c,d),p()},e.prototype.cancelContextMenu=function(){var e=function(t){t&&t.domEvent&&"contextmenu"!=t.domEvent.type||(this.editor.off("nativecontextmenu",e),t&&t.domEvent&&s.stopEvent(t.domEvent))}.bind(this);setTimeout(e,10),this.editor.on("nativecontextmenu",e)},e.prototype.destroy=function(){this.releaseMouse&&this.releaseMouse(),this.$tooltip&&this.$tooltip.destroy()},e}();h.prototype.releaseMouse=null,d.defineOptions(h.prototype,"mouseHandler",{scrollSpeed:{initialValue:2},dragDelay:{initialValue:o.isMac?150:0},dragEnabled:{initialValue:!0},focusTimeout:{initialValue:0}}),t.MouseHandler=h})),ace.define("ace/mouse/fold_handler",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../lib/dom");t.FoldHandler=function(e){e.on("click",(function(t){var a=t.getDocumentPosition(),o=e.session,n=o.getFoldAt(a.row,a.column,1);n&&(t.getAccelKey()?o.removeFold(n):o.expandFold(n),t.stop());var i=t.domEvent&&t.domEvent.target;i&&s.hasCssClass(i,"ace_inline_button")&&s.hasCssClass(i,"ace_toggle_wrap")&&(o.setOption("wrap",!o.getUseWrapMode()),e.renderer.scrollCursorIntoView())})),e.on("gutterclick",(function(t){if("foldWidgets"==e.renderer.$gutterLayer.getRegion(t)){var a=t.getDocumentPosition().row,s=e.session;s.foldWidgets&&s.foldWidgets[a]&&e.session.onFoldWidgetClick(a,t),e.isFocused()||e.focus(),t.stop()}})),e.on("gutterdblclick",(function(t){if("foldWidgets"==e.renderer.$gutterLayer.getRegion(t)){var a=t.getDocumentPosition().row,s=e.session,o=s.getParentFoldRangeData(a,!0),n=o.range||o.firstRange;if(n){a=n.start.row;var i=s.getFoldAt(a,s.getLine(a).length,1);i?s.removeFold(i):(s.addFold("...",n),e.renderer.scrollCursorIntoView({row:n.start.row,column:0}))}t.stop()}}))}})),ace.define("ace/keyboard/keybinding",["require","exports","module","ace/lib/keys","ace/lib/event"],(function(e,t,a){"use strict";var s=e("../lib/keys"),o=e("../lib/event"),n=function(){function e(e){this.$editor=e,this.$data={editor:e},this.$handlers=[],this.setDefaultHandler(e.commands)}return e.prototype.setDefaultHandler=function(e){this.removeKeyboardHandler(this.$defaultHandler),this.$defaultHandler=e,this.addKeyboardHandler(e,0)},e.prototype.setKeyboardHandler=function(e){var t=this.$handlers;if(t[t.length-1]!=e){for(;t[t.length-1]&&t[t.length-1]!=this.$defaultHandler;)this.removeKeyboardHandler(t[t.length-1]);this.addKeyboardHandler(e,1)}},e.prototype.addKeyboardHandler=function(e,t){if(e){"function"!=typeof e||e.handleKeyboard||(e.handleKeyboard=e);var a=this.$handlers.indexOf(e);-1!=a&&this.$handlers.splice(a,1),null==t?this.$handlers.push(e):this.$handlers.splice(t,0,e),-1==a&&e.attach&&e.attach(this.$editor)}},e.prototype.removeKeyboardHandler=function(e){var t=this.$handlers.indexOf(e);return-1!=t&&(this.$handlers.splice(t,1),e.detach&&e.detach(this.$editor),!0)},e.prototype.getKeyboardHandler=function(){return this.$handlers[this.$handlers.length-1]},e.prototype.getStatusText=function(){var e=this.$data,t=e.editor;return this.$handlers.map((function(a){return a.getStatusText&&a.getStatusText(t,e)||""})).filter(Boolean).join(" ")},e.prototype.$callKeyboardHandlers=function(e,t,a,s){for(var n,i=!1,l=this.$editor.commands,r=this.$handlers.length;r--&&!((n=this.$handlers[r].handleKeyboard(this.$data,e,t,a,s))&&n.command&&((i="null"==n.command||l.exec(n.command,this.$editor,n.args,s))&&s&&-1!=e&&1!=n.passEvent&&1!=n.command.passEvent&&o.stopEvent(s),i)););return i||-1!=e||(n={command:"insertstring"},i=l.exec("insertstring",this.$editor,t)),i&&this.$editor._signal&&this.$editor._signal("keyboardActivity",n),i},e.prototype.onCommandKey=function(e,t,a){var o=s.keyCodeToString(a);return this.$callKeyboardHandlers(t,o,a,e)},e.prototype.onTextInput=function(e){return this.$callKeyboardHandlers(-1,e)},e}();t.KeyBinding=n})),ace.define("ace/lib/bidiutil",["require","exports","module"],(function(e,t,a){"use strict";var s=0,o=0,n=!1,i=!1,l=!1,r=[[0,3,0,1,0,0,0],[0,3,0,1,2,2,0],[0,3,0,17,2,0,1],[0,3,5,5,4,1,0],[0,3,21,21,4,0,1],[0,3,5,5,4,2,0]],c=[[2,0,1,1,0,1,0],[2,0,1,1,0,2,0],[2,0,2,1,3,2,0],[2,0,2,33,3,1,1]],d=11,h=18,p=[h,h,h,h,h,h,h,h,h,6,5,6,8,5,h,h,h,h,h,h,h,h,h,h,h,h,h,h,5,5,5,6,8,4,4,d,d,d,4,4,4,4,4,10,9,10,9,9,2,2,2,2,2,2,2,2,2,2,9,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,4,4,h,h,h,h,h,h,5,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,h,9,4,d,d,d,d,4,4,4,4,0,4,4,h,4,4,d,d,2,2,4,0,4,4,4,2,0,4,4,4,4,4],g=[8,8,8,8,8,8,8,8,8,8,8,h,h,h,0,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,8,5,13,14,15,16,17,9,d,d,d,d,d,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,9,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,8];function u(e,t,a){if(!(o<e))if(1!=e||1!=s||i)for(var n,l,r,c,d=a.length,h=0;h<d;){if(t[h]>=e){for(n=h+1;n<d&&t[n]>=e;)n++;for(l=h,r=n-1;l<r;l++,r--)c=a[l],a[l]=a[r],a[r]=c;h=n}h++}else a.reverse()}function m(e,t,a,o){var r,c,p,g,u=t[o];switch(u){case 0:case 1:n=!1;case 4:case 3:return u;case 2:return n?3:2;case 7:return n=!0,1;case 8:return 4;case 9:return o<1||o+1>=t.length||2!=(r=a[o-1])&&3!=r||2!=(c=t[o+1])&&3!=c?4:(n&&(c=3),c==r?c:4);case 10:return 2==(r=o>0?a[o-1]:5)&&o+1<t.length&&2==t[o+1]?2:4;case d:if(o>0&&2==a[o-1])return 2;if(n)return 4;for(g=o+1,p=t.length;g<p&&t[g]==d;)g++;return g<p&&2==t[g]?2:4;case 12:for(p=t.length,g=o+1;g<p&&12==t[g];)g++;if(g<p){var m=e[o],v=m>=1425&&m<=2303||64286==m;if(r=t[g],v&&(1==r||7==r))return 1}return o<1||5==(r=t[o-1])?4:a[o-1];case 5:return n=!1,i=!0,s;case 6:return l=!0,4;case 13:case 14:case 16:case 17:case 15:n=!1;case h:return 4}}function v(e){var t=e.charCodeAt(0),a=t>>8;return 0==a?t>191?0:p[t]:5==a?/[\u0591-\u05f4]/.test(e)?1:0:6==a?/[\u0610-\u061a\u064b-\u065f\u06d6-\u06e4\u06e7-\u06ed]/.test(e)?12:/[\u0660-\u0669\u066b-\u066c]/.test(e)?3:1642==t?d:/[\u06f0-\u06f9]/.test(e)?2:7:32==a&&t<=8287?g[255&t]:254==a&&t>=65136?7:4}t.L=0,t.R=1,t.EN=2,t.ON_R=3,t.AN=4,t.R_H=5,t.B=6,t.RLE=7,t.DOT="·",t.doBidiReorder=function(e,a,d){if(e.length<2)return{};var p=e.split(""),g=new Array(p.length),b=new Array(p.length),f=[];s=d?1:0,function(e,t,a,d){var h=s?c:r,p=null,g=null,u=null,b=0,f=null,w=-1,x=null,y=null,k=[];if(!d)for(x=0,d=[];x<a;x++)d[x]=v(e[x]);for(o=s,n=!1,i=!1,l=!1,y=0;y<a;y++){if(p=b,k[y]=g=m(e,d,k,y),f=240&(b=h[p][g]),b&=15,t[y]=u=h[b][5],f>0)if(16==f){for(x=w;x<y;x++)t[x]=1;w=-1}else w=-1;if(h[b][6])-1==w&&(w=y);else if(w>-1){for(x=w;x<y;x++)t[x]=u;w=-1}5==d[y]&&(t[y]=0),o|=u}if(l)for(x=0;x<a;x++)if(6==d[x]){t[x]=s;for(var C=x-1;C>=0&&8==d[C];C--)t[C]=s}}(p,f,p.length,a);for(var w=0;w<g.length;g[w]=w,w++);for(u(2,f,g),u(1,f,g),w=0;w<g.length-1;w++)3===a[w]?f[w]=t.AN:1===f[w]&&(a[w]>7&&a[w]<13||4===a[w]||a[w]===h)?f[w]=t.ON_R:w>0&&"ل"===p[w-1]&&/\u0622|\u0623|\u0625|\u0627/.test(p[w])&&(f[w-1]=f[w]=t.R_H,w++);for(p[p.length-1]===t.DOT&&(f[p.length-1]=t.B),"‫"===p[0]&&(f[0]=t.RLE),w=0;w<g.length;w++)b[w]=f[g[w]];return{logicalFromVisual:g,bidiLevels:b}},t.hasBidiCharacters=function(e,t){for(var a=!1,s=0;s<e.length;s++)t[s]=v(e.charAt(s)),a||1!=t[s]&&7!=t[s]&&3!=t[s]||(a=!0);return a},t.getVisualFromLogicalIdx=function(e,t){for(var a=0;a<t.logicalFromVisual.length;a++)if(t.logicalFromVisual[a]==e)return a;return 0}})),ace.define("ace/bidihandler",["require","exports","module","ace/lib/bidiutil","ace/lib/lang"],(function(e,t,a){"use strict";var s=e("./lib/bidiutil"),o=e("./lib/lang"),n=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\u202B]/,i=function(){function e(e){this.session=e,this.bidiMap={},this.currentRow=null,this.bidiUtil=s,this.charWidths=[],this.EOL="¬",this.showInvisibles=!0,this.isRtlDir=!1,this.$isRtl=!1,this.line="",this.wrapIndent=0,this.EOF="¶",this.RLE="‫",this.contentWidth=0,this.fontMetrics=null,this.rtlLineOffset=0,this.wrapOffset=0,this.isMoveLeftOperation=!1,this.seenBidi=n.test(e.getValue())}return e.prototype.isBidiRow=function(e,t,a){return!!this.seenBidi&&(e!==this.currentRow&&(this.currentRow=e,this.updateRowLine(t,a),this.updateBidiMap()),this.bidiMap.bidiLevels)},e.prototype.onChange=function(e){this.seenBidi?this.currentRow=null:"insert"==e.action&&n.test(e.lines.join("\n"))&&(this.seenBidi=!0,this.currentRow=null)},e.prototype.getDocumentRow=function(){var e=0,t=this.session.$screenRowCache;if(t.length){var a=this.session.$getRowCacheIndex(t,this.currentRow);a>=0&&(e=this.session.$docRowCache[a])}return e},e.prototype.getSplitIndex=function(){var e=0,t=this.session.$screenRowCache;if(t.length)for(var a,s=this.session.$getRowCacheIndex(t,this.currentRow);this.currentRow-e>0&&(a=this.session.$getRowCacheIndex(t,this.currentRow-e-1))===s;)s=a,e++;else e=this.currentRow;return e},e.prototype.updateRowLine=function(e,t){void 0===e&&(e=this.getDocumentRow());var a=e===this.session.getLength()-1?this.EOF:this.EOL;if(this.wrapIndent=0,this.line=this.session.getLine(e),this.isRtlDir=this.$isRtl||this.line.charAt(0)===this.RLE,this.session.$useWrapMode){var n=this.session.$wrapData[e];n&&(void 0===t&&(t=this.getSplitIndex()),t>0&&n.length?(this.wrapIndent=n.indent,this.wrapOffset=this.wrapIndent*this.charWidths[s.L],this.line=t<n.length?this.line.substring(n[t-1],n[t]):this.line.substring(n[n.length-1])):this.line=this.line.substring(0,n[t]),t==n.length&&(this.line+=this.showInvisibles?a:s.DOT))}else this.line+=this.showInvisibles?a:s.DOT;var i,l=this.session,r=0;this.line=this.line.replace(/\t|[\u1100-\u2029, \u202F-\uFFE6]/g,(function(e,t){return"\t"===e||l.isFullWidth(e.charCodeAt(0))?(i="\t"===e?l.getScreenTabSize(t+r):2,r+=i-1,o.stringRepeat(s.DOT,i)):e})),this.isRtlDir&&(this.fontMetrics.$main.textContent=this.line.charAt(this.line.length-1)==s.DOT?this.line.substr(0,this.line.length-1):this.line,this.rtlLineOffset=this.contentWidth-this.fontMetrics.$main.getBoundingClientRect().width)},e.prototype.updateBidiMap=function(){var e=[];s.hasBidiCharacters(this.line,e)||this.isRtlDir?this.bidiMap=s.doBidiReorder(this.line,e,this.isRtlDir):this.bidiMap={}},e.prototype.markAsDirty=function(){this.currentRow=null},e.prototype.updateCharacterWidths=function(e){if(this.characterWidth!==e.$characterSize.width){this.fontMetrics=e;var t=this.characterWidth=e.$characterSize.width,a=e.$measureCharWidth("ה");this.charWidths[s.L]=this.charWidths[s.EN]=this.charWidths[s.ON_R]=t,this.charWidths[s.R]=this.charWidths[s.AN]=a,this.charWidths[s.R_H]=.45*a,this.charWidths[s.B]=this.charWidths[s.RLE]=0,this.currentRow=null}},e.prototype.setShowInvisibles=function(e){this.showInvisibles=e,this.currentRow=null},e.prototype.setEolChar=function(e){this.EOL=e},e.prototype.setContentWidth=function(e){this.contentWidth=e},e.prototype.isRtlLine=function(e){return!!this.$isRtl||(null!=e?this.session.getLine(e).charAt(0)==this.RLE:this.isRtlDir)},e.prototype.setRtlDirection=function(e,t){for(var a=e.getCursorPosition(),s=e.selection.getSelectionAnchor().row;s<=a.row;s++)t||e.session.getLine(s).charAt(0)!==e.session.$bidiHandler.RLE?t&&e.session.getLine(s).charAt(0)!==e.session.$bidiHandler.RLE&&e.session.doc.insert({column:0,row:s},e.session.$bidiHandler.RLE):e.session.doc.removeInLine(s,0,1)},e.prototype.getPosLeft=function(e){e-=this.wrapIndent;var t=this.line.charAt(0)===this.RLE?1:0,a=e>t?this.session.getOverwrite()?e:e-1:t,o=s.getVisualFromLogicalIdx(a,this.bidiMap),n=this.bidiMap.bidiLevels,i=0;!this.session.getOverwrite()&&e<=t&&n[o]%2!=0&&o++;for(var l=0;l<o;l++)i+=this.charWidths[n[l]];return!this.session.getOverwrite()&&e>t&&n[o]%2==0&&(i+=this.charWidths[n[o]]),this.wrapIndent&&(i+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset),this.isRtlDir&&(i+=this.rtlLineOffset),i},e.prototype.getSelections=function(e,t){var a,s=this.bidiMap,o=s.bidiLevels,n=[],i=0,l=Math.min(e,t)-this.wrapIndent,r=Math.max(e,t)-this.wrapIndent,c=!1,d=!1,h=0;this.wrapIndent&&(i+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);for(var p,g=0;g<o.length;g++)p=s.logicalFromVisual[g],a=o[g],(c=p>=l&&p<r)&&!d?h=i:!c&&d&&n.push({left:h,width:i-h}),i+=this.charWidths[a],d=c;if(c&&g===o.length&&n.push({left:h,width:i-h}),this.isRtlDir)for(var u=0;u<n.length;u++)n[u].left+=this.rtlLineOffset;return n},e.prototype.offsetToCol=function(e){this.isRtlDir&&(e-=this.rtlLineOffset);var t=0,a=(e=Math.max(e,0),0),s=0,o=this.bidiMap.bidiLevels,n=this.charWidths[o[s]];for(this.wrapIndent&&(e-=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);e>a+n/2;){if(a+=n,s===o.length-1){n=0;break}n=this.charWidths[o[++s]]}return s>0&&o[s-1]%2!=0&&o[s]%2==0?(e<a&&s--,t=this.bidiMap.logicalFromVisual[s]):s>0&&o[s-1]%2==0&&o[s]%2!=0?t=1+(e>a?this.bidiMap.logicalFromVisual[s]:this.bidiMap.logicalFromVisual[s-1]):this.isRtlDir&&s===o.length-1&&0===n&&o[s-1]%2==0||!this.isRtlDir&&0===s&&o[s]%2!=0?t=1+this.bidiMap.logicalFromVisual[s]:(s>0&&o[s-1]%2!=0&&0!==n&&s--,t=this.bidiMap.logicalFromVisual[s]),0===t&&this.isRtlDir&&t++,t+this.wrapIndent},e}();t.BidiHandler=i})),ace.define("ace/selection",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/range"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/lang"),n=e("./lib/event_emitter").EventEmitter,i=e("./range").Range,l=function(){function e(e){this.session=e,this.doc=e.getDocument(),this.clearSelection(),this.cursor=this.lead=this.doc.createAnchor(0,0),this.anchor=this.doc.createAnchor(0,0),this.$silent=!1;var t=this;this.cursor.on("change",(function(e){t.$cursorChanged=!0,t.$silent||t._emit("changeCursor"),t.$isEmpty||t.$silent||t._emit("changeSelection"),t.$keepDesiredColumnOnChange||e.old.column==e.value.column||(t.$desiredColumn=null)})),this.anchor.on("change",(function(){t.$anchorChanged=!0,t.$isEmpty||t.$silent||t._emit("changeSelection")}))}return e.prototype.isEmpty=function(){return this.$isEmpty||this.anchor.row==this.lead.row&&this.anchor.column==this.lead.column},e.prototype.isMultiLine=function(){return!this.$isEmpty&&this.anchor.row!=this.cursor.row},e.prototype.getCursor=function(){return this.lead.getPosition()},e.prototype.setAnchor=function(e,t){this.$isEmpty=!1,this.anchor.setPosition(e,t)},e.prototype.getAnchor=function(){return this.$isEmpty?this.getSelectionLead():this.anchor.getPosition()},e.prototype.getSelectionLead=function(){return this.lead.getPosition()},e.prototype.isBackwards=function(){var e=this.anchor,t=this.lead;return e.row>t.row||e.row==t.row&&e.column>t.column},e.prototype.getRange=function(){var e=this.anchor,t=this.lead;return this.$isEmpty?i.fromPoints(t,t):this.isBackwards()?i.fromPoints(t,e):i.fromPoints(e,t)},e.prototype.clearSelection=function(){this.$isEmpty||(this.$isEmpty=!0,this._emit("changeSelection"))},e.prototype.selectAll=function(){this.$setSelection(0,0,Number.MAX_VALUE,Number.MAX_VALUE)},e.prototype.setRange=function(e,t){var a=t?e.end:e.start,s=t?e.start:e.end;this.$setSelection(a.row,a.column,s.row,s.column)},e.prototype.$setSelection=function(e,t,a,s){if(!this.$silent){var o=this.$isEmpty,n=this.inMultiSelectMode;this.$silent=!0,this.$cursorChanged=this.$anchorChanged=!1,this.anchor.setPosition(e,t),this.cursor.setPosition(a,s),this.$isEmpty=!i.comparePoints(this.anchor,this.cursor),this.$silent=!1,this.$cursorChanged&&this._emit("changeCursor"),(this.$cursorChanged||this.$anchorChanged||o!=this.$isEmpty||n)&&this._emit("changeSelection")}},e.prototype.$moveSelection=function(e){var t=this.lead;this.$isEmpty&&this.setSelectionAnchor(t.row,t.column),e.call(this)},e.prototype.selectTo=function(e,t){this.$moveSelection((function(){this.moveCursorTo(e,t)}))},e.prototype.selectToPosition=function(e){this.$moveSelection((function(){this.moveCursorToPosition(e)}))},e.prototype.moveTo=function(e,t){this.clearSelection(),this.moveCursorTo(e,t)},e.prototype.moveToPosition=function(e){this.clearSelection(),this.moveCursorToPosition(e)},e.prototype.selectUp=function(){this.$moveSelection(this.moveCursorUp)},e.prototype.selectDown=function(){this.$moveSelection(this.moveCursorDown)},e.prototype.selectRight=function(){this.$moveSelection(this.moveCursorRight)},e.prototype.selectLeft=function(){this.$moveSelection(this.moveCursorLeft)},e.prototype.selectLineStart=function(){this.$moveSelection(this.moveCursorLineStart)},e.prototype.selectLineEnd=function(){this.$moveSelection(this.moveCursorLineEnd)},e.prototype.selectFileEnd=function(){this.$moveSelection(this.moveCursorFileEnd)},e.prototype.selectFileStart=function(){this.$moveSelection(this.moveCursorFileStart)},e.prototype.selectWordRight=function(){this.$moveSelection(this.moveCursorWordRight)},e.prototype.selectWordLeft=function(){this.$moveSelection(this.moveCursorWordLeft)},e.prototype.getWordRange=function(e,t){if(void 0===t){var a=e||this.lead;e=a.row,t=a.column}return this.session.getWordRange(e,t)},e.prototype.selectWord=function(){this.setSelectionRange(this.getWordRange())},e.prototype.selectAWord=function(){var e=this.getCursor(),t=this.session.getAWordRange(e.row,e.column);this.setSelectionRange(t)},e.prototype.getLineRange=function(e,t){var a,s="number"==typeof e?e:this.lead.row,o=this.session.getFoldLine(s);return o?(s=o.start.row,a=o.end.row):a=s,!0===t?new i(s,0,a,this.session.getLine(a).length):new i(s,0,a+1,0)},e.prototype.selectLine=function(){this.setSelectionRange(this.getLineRange())},e.prototype.moveCursorUp=function(){this.moveCursorBy(-1,0)},e.prototype.moveCursorDown=function(){this.moveCursorBy(1,0)},e.prototype.wouldMoveIntoSoftTab=function(e,t,a){var s=e.column,o=e.column+t;return a<0&&(s=e.column-t,o=e.column),this.session.isTabStop(e)&&this.doc.getLine(e.row).slice(s,o).split(" ").length-1==t},e.prototype.moveCursorLeft=function(){var e,t=this.lead.getPosition();if(e=this.session.getFoldAt(t.row,t.column,-1))this.moveCursorTo(e.start.row,e.start.column);else if(0===t.column)t.row>0&&this.moveCursorTo(t.row-1,this.doc.getLine(t.row-1).length);else{var a=this.session.getTabSize();this.wouldMoveIntoSoftTab(t,a,-1)&&!this.session.getNavigateWithinSoftTabs()?this.moveCursorBy(0,-a):this.moveCursorBy(0,-1)}},e.prototype.moveCursorRight=function(){var e,t=this.lead.getPosition();if(e=this.session.getFoldAt(t.row,t.column,1))this.moveCursorTo(e.end.row,e.end.column);else if(this.lead.column==this.doc.getLine(this.lead.row).length)this.lead.row<this.doc.getLength()-1&&this.moveCursorTo(this.lead.row+1,0);else{var a=this.session.getTabSize();t=this.lead,this.wouldMoveIntoSoftTab(t,a,1)&&!this.session.getNavigateWithinSoftTabs()?this.moveCursorBy(0,a):this.moveCursorBy(0,1)}},e.prototype.moveCursorLineStart=function(){var e=this.lead.row,t=this.lead.column,a=this.session.documentToScreenRow(e,t),s=this.session.screenToDocumentPosition(a,0),o=this.session.getDisplayLine(e,null,s.row,s.column).match(/^\s*/);o[0].length==t||this.session.$useEmacsStyleLineStart||(s.column+=o[0].length),this.moveCursorToPosition(s)},e.prototype.moveCursorLineEnd=function(){var e=this.lead,t=this.session.getDocumentLastRowColumnPosition(e.row,e.column);if(this.lead.column==t.column){var a=this.session.getLine(t.row);if(t.column==a.length){var s=a.search(/\s+$/);s>0&&(t.column=s)}}this.moveCursorTo(t.row,t.column)},e.prototype.moveCursorFileEnd=function(){var e=this.doc.getLength()-1,t=this.doc.getLine(e).length;this.moveCursorTo(e,t)},e.prototype.moveCursorFileStart=function(){this.moveCursorTo(0,0)},e.prototype.moveCursorLongWordRight=function(){var e=this.lead.row,t=this.lead.column,a=this.doc.getLine(e),s=a.substring(t);this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0;var o=this.session.getFoldAt(e,t,1);if(o)this.moveCursorTo(o.end.row,o.end.column);else{if(this.session.nonTokenRe.exec(s)&&(t+=this.session.nonTokenRe.lastIndex,this.session.nonTokenRe.lastIndex=0,s=a.substring(t)),t>=a.length)return this.moveCursorTo(e,a.length),this.moveCursorRight(),void(e<this.doc.getLength()-1&&this.moveCursorWordRight());this.session.tokenRe.exec(s)&&(t+=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(e,t)}},e.prototype.moveCursorLongWordLeft=function(){var e,t=this.lead.row,a=this.lead.column;if(e=this.session.getFoldAt(t,a,-1))this.moveCursorTo(e.start.row,e.start.column);else{var s=this.session.getFoldStringAt(t,a,-1);null==s&&(s=this.doc.getLine(t).substring(0,a));var n=o.stringReverse(s);if(this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0,this.session.nonTokenRe.exec(n)&&(a-=this.session.nonTokenRe.lastIndex,n=n.slice(this.session.nonTokenRe.lastIndex),this.session.nonTokenRe.lastIndex=0),a<=0)return this.moveCursorTo(t,0),this.moveCursorLeft(),void(t>0&&this.moveCursorWordLeft());this.session.tokenRe.exec(n)&&(a-=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(t,a)}},e.prototype.$shortWordEndIndex=function(e){var t,a=0,s=/\s/,o=this.session.tokenRe;if(o.lastIndex=0,this.session.tokenRe.exec(e))a=this.session.tokenRe.lastIndex;else{for(;(t=e[a])&&s.test(t);)a++;if(a<1)for(o.lastIndex=0;(t=e[a])&&!o.test(t);)if(o.lastIndex=0,a++,s.test(t)){if(a>2){a--;break}for(;(t=e[a])&&s.test(t);)a++;if(a>2)break}}return o.lastIndex=0,a},e.prototype.moveCursorShortWordRight=function(){var e=this.lead.row,t=this.lead.column,a=this.doc.getLine(e),s=a.substring(t),o=this.session.getFoldAt(e,t,1);if(o)return this.moveCursorTo(o.end.row,o.end.column);if(t==a.length){var n=this.doc.getLength();do{e++,s=this.doc.getLine(e)}while(e<n&&/^\s*$/.test(s));/^\s+/.test(s)||(s=""),t=0}var i=this.$shortWordEndIndex(s);this.moveCursorTo(e,t+i)},e.prototype.moveCursorShortWordLeft=function(){var e,t=this.lead.row,a=this.lead.column;if(e=this.session.getFoldAt(t,a,-1))return this.moveCursorTo(e.start.row,e.start.column);var s=this.session.getLine(t).substring(0,a);if(0===a){do{t--,s=this.doc.getLine(t)}while(t>0&&/^\s*$/.test(s));a=s.length,/\s+$/.test(s)||(s="")}var n=o.stringReverse(s),i=this.$shortWordEndIndex(n);return this.moveCursorTo(t,a-i)},e.prototype.moveCursorWordRight=function(){this.session.$selectLongWords?this.moveCursorLongWordRight():this.moveCursorShortWordRight()},e.prototype.moveCursorWordLeft=function(){this.session.$selectLongWords?this.moveCursorLongWordLeft():this.moveCursorShortWordLeft()},e.prototype.moveCursorBy=function(e,t){var a,s=this.session.documentToScreenPosition(this.lead.row,this.lead.column);if(0===t&&(0!==e&&(this.session.$bidiHandler.isBidiRow(s.row,this.lead.row)?(a=this.session.$bidiHandler.getPosLeft(s.column),s.column=Math.round(a/this.session.$bidiHandler.charWidths[0])):a=s.column*this.session.$bidiHandler.charWidths[0]),this.$desiredColumn?s.column=this.$desiredColumn:this.$desiredColumn=s.column),0!=e&&this.session.lineWidgets&&this.session.lineWidgets[this.lead.row]){var o=this.session.lineWidgets[this.lead.row];e<0?e-=o.rowsAbove||0:e>0&&(e+=o.rowCount-(o.rowsAbove||0))}var n=this.session.screenToDocumentPosition(s.row+e,s.column,a);0!==e&&0===t&&n.row===this.lead.row&&(n.column,this.lead.column),this.moveCursorTo(n.row,n.column+t,0===t)},e.prototype.moveCursorToPosition=function(e){this.moveCursorTo(e.row,e.column)},e.prototype.moveCursorTo=function(e,t,a){var s=this.session.getFoldAt(e,t,1);s&&(e=s.start.row,t=s.start.column),this.$keepDesiredColumnOnChange=!0;var o=this.session.getLine(e);/[\uDC00-\uDFFF]/.test(o.charAt(t))&&o.charAt(t-1)&&(this.lead.row==e&&this.lead.column==t+1?t-=1:t+=1),this.lead.setPosition(e,t),this.$keepDesiredColumnOnChange=!1,a||(this.$desiredColumn=null)},e.prototype.moveCursorToScreen=function(e,t,a){var s=this.session.screenToDocumentPosition(e,t);this.moveCursorTo(s.row,s.column,a)},e.prototype.detach=function(){this.lead.detach(),this.anchor.detach()},e.prototype.fromOrientedRange=function(e){this.setSelectionRange(e,e.cursor==e.start),this.$desiredColumn=e.desiredColumn||this.$desiredColumn},e.prototype.toOrientedRange=function(e){var t=this.getRange();return e?(e.start.column=t.start.column,e.start.row=t.start.row,e.end.column=t.end.column,e.end.row=t.end.row):e=t,e.cursor=this.isBackwards()?e.start:e.end,e.desiredColumn=this.$desiredColumn,e},e.prototype.getRangeOfMovements=function(e){var t=this.getCursor();try{e(this);var a=this.getCursor();return i.fromPoints(t,a)}catch(e){return i.fromPoints(t,t)}finally{this.moveCursorToPosition(t)}},e.prototype.toJSON=function(){if(this.rangeCount)var e=this.ranges.map((function(e){var t=e.clone();return t.isBackwards=e.cursor==e.start,t}));else(e=this.getRange()).isBackwards=this.isBackwards();return e},e.prototype.fromJSON=function(e){if(null==e.start){if(this.rangeList&&e.length>1){this.toSingleRange(e[0]);for(var t=e.length;t--;){var a=i.fromPoints(e[t].start,e[t].end);e[t].isBackwards&&(a.cursor=a.start),this.addRange(a,!0)}return}e=e[0]}this.rangeList&&this.toSingleRange(e),this.setSelectionRange(e,e.isBackwards)},e.prototype.isEqual=function(e){if((e.length||this.rangeCount)&&e.length!=this.rangeCount)return!1;if(!e.length||!this.ranges)return this.getRange().isEqual(e);for(var t=this.ranges.length;t--;)if(!this.ranges[t].isEqual(e[t]))return!1;return!0},e}();l.prototype.setSelectionAnchor=l.prototype.setAnchor,l.prototype.getSelectionAnchor=l.prototype.getAnchor,l.prototype.setSelectionRange=l.prototype.setRange,s.implement(l.prototype,n),t.Selection=l})),ace.define("ace/tokenizer",["require","exports","module","ace/lib/report_error"],(function(e,t,a){"use strict";var s=e("./lib/report_error").reportError,o=2e3,n=function(){function e(e){for(var t in this.splitRegex,this.states=e,this.regExps={},this.matchMappings={},this.states){for(var a=this.states[t],s=[],o=0,n=this.matchMappings[t]={defaultToken:"text"},i="g",l=[],r=0;r<a.length;r++){var c=a[r];if(c.defaultToken&&(n.defaultToken=c.defaultToken),c.caseInsensitive&&-1===i.indexOf("i")&&(i+="i"),c.unicode&&-1===i.indexOf("u")&&(i+="u"),null!=c.regex){c.regex instanceof RegExp&&(c.regex=c.regex.toString().slice(1,-1));var d=c.regex,h=new RegExp("(?:("+d+")|(.))").exec("a").length-2;Array.isArray(c.token)?1==c.token.length||1==h?c.token=c.token[0]:h-1!=c.token.length?(this.reportError("number of classes and regexp groups doesn't match",{rule:c,groupCount:h-1}),c.token=c.token[0]):(c.tokenArray=c.token,c.token=null,c.onMatch=this.$arrayTokens):"function"!=typeof c.token||c.onMatch||(c.onMatch=h>1?this.$applyToken:c.token),h>1&&(/\\\d/.test(c.regex)?d=c.regex.replace(/\\([0-9]+)/g,(function(e,t){return"\\"+(parseInt(t,10)+o+1)})):(h=1,d=this.removeCapturingGroups(c.regex)),c.splitRegex||"string"==typeof c.token||l.push(c)),n[o]=r,o+=h,s.push(d),c.onMatch||(c.onMatch=null)}}s.length||(n[0]=0,s.push("$")),l.forEach((function(e){e.splitRegex=this.createSplitterRegexp(e.regex,i)}),this),this.regExps[t]=new RegExp("("+s.join(")|(")+")|($)",i)}}return e.prototype.$setMaxTokenCount=function(e){o=0|e},e.prototype.$applyToken=function(e){var t=this.splitRegex.exec(e).slice(1),a=this.token.apply(this,t);if("string"==typeof a)return[{type:a,value:e}];for(var s=[],o=0,n=a.length;o<n;o++)t[o]&&(s[s.length]={type:a[o],value:t[o]});return s},e.prototype.$arrayTokens=function(e){if(!e)return[];var t=this.splitRegex.exec(e);if(!t)return"text";for(var a=[],s=this.tokenArray,o=0,n=s.length;o<n;o++)t[o+1]&&(a[a.length]={type:s[o],value:t[o+1]});return a},e.prototype.removeCapturingGroups=function(e){return e.replace(/\\.|\[(?:\\.|[^\\\]])*|\(\?[:=!<]|(\()/g,(function(e,t){return t?"(?:":e}))},e.prototype.createSplitterRegexp=function(e,t){if(-1!=e.indexOf("(?=")){var a=0,s=!1,o={};e.replace(/(\\.)|(\((?:\?[=!])?)|(\))|([\[\]])/g,(function(e,t,n,i,l,r){return s?s="]"!=l:l?s=!0:i?(a==o.stack&&(o.end=r+1,o.stack=-1),a--):n&&(a++,1!=n.length&&(o.stack=a,o.start=r)),e})),null!=o.end&&/^\)*$/.test(e.substr(o.end))&&(e=e.substring(0,o.start)+e.substr(o.end))}return"^"!=e.charAt(0)&&(e="^"+e),"$"!=e.charAt(e.length-1)&&(e+="$"),new RegExp(e,(t||"").replace("g",""))},e.prototype.getLineTokens=function(e,t){if(t&&"string"!=typeof t){var a=t.slice(0);"#tmp"===(t=a[0])&&(a.shift(),t=a.shift())}else a=[];var s=t||"start",n=this.states[s];n||(s="start",n=this.states[s]);var i=this.matchMappings[s],l=this.regExps[s];l.lastIndex=0;for(var r,c=[],d=0,h=0,p={type:null,value:""};r=l.exec(e);){var g=i.defaultToken,u=null,m=r[0],v=l.lastIndex;if(v-m.length>d){var b=e.substring(d,v-m.length);p.type==g?p.value+=b:(p.type&&c.push(p),p={type:g,value:b})}for(var f=0;f<r.length-2;f++)if(void 0!==r[f+1]){g=(u=n[i[f]]).onMatch?u.onMatch(m,s,a,e):u.token,u.next&&(s="string"==typeof u.next?u.next:u.next(s,a),(n=this.states[s])||(this.reportError("state doesn't exist",s),s="start",n=this.states[s]),i=this.matchMappings[s],d=v,(l=this.regExps[s]).lastIndex=v),u.consumeLineEnd&&(d=v);break}if(m)if("string"==typeof g)u&&!1===u.merge||p.type!==g?(p.type&&c.push(p),p={type:g,value:m}):p.value+=m;else if(g)for(p.type&&c.push(p),p={type:null,value:""},f=0;f<g.length;f++)c.push(g[f]);if(d==e.length)break;if(d=v,h++>o){for(h>2*e.length&&this.reportError("infinite loop with in ace tokenizer",{startState:t,line:e});d<e.length;)p.type&&c.push(p),p={value:e.substring(d,d+=500),type:"overflow"};s="start",a=[];break}}return p.type&&c.push(p),a.length>1&&a[0]!==s&&a.unshift("#tmp",s),{tokens:c,state:a.length?a:s}},e}();n.prototype.reportError=s,t.Tokenizer=n})),ace.define("ace/mode/text_highlight_rules",["require","exports","module","ace/lib/deep_copy"],(function(e,t,a){"use strict";var s,o=e("../lib/deep_copy").deepCopy;(function(){this.addRules=function(e,t){if(t)for(var a in e){for(var s=e[a],o=0;o<s.length;o++){var n=s[o];(n.next||n.onMatch)&&("string"==typeof n.next&&0!==n.next.indexOf(t)&&(n.next=t+n.next),n.nextState&&0!==n.nextState.indexOf(t)&&(n.nextState=t+n.nextState))}this.$rules[t+a]=s}else for(var a in e)this.$rules[a]=e[a]},this.getRules=function(){return this.$rules},this.embedRules=function(e,t,a,s,n){var i="function"==typeof e?(new e).getRules():e;if(s)for(var l=0;l<s.length;l++)s[l]=t+s[l];else for(var r in s=[],i)s.push(t+r);if(this.addRules(i,t),a){var c=Array.prototype[n?"push":"unshift"];for(l=0;l<s.length;l++)c.apply(this.$rules[s[l]],o(a))}this.$embeds||(this.$embeds=[]),this.$embeds.push(t)},this.getEmbeds=function(){return this.$embeds};var e=function(e,t){return("start"!=e||t.length)&&t.unshift(this.nextState,e),this.nextState},t=function(e,t){return t.shift(),t.shift()||"start"};this.normalizeRules=function(){var a=0,s=this.$rules;Object.keys(s).forEach((function o(n){var i=s[n];i.processed=!0;for(var l=0;l<i.length;l++){var r=i[l],c=null;Array.isArray(r)&&(c=r,r={}),!r.regex&&r.start&&(r.regex=r.start,r.next||(r.next=[]),r.next.push({defaultToken:r.token},{token:r.token+".end",regex:r.end||r.start,next:"pop"}),r.token=r.token+".start",r.push=!0);var d=r.next||r.push;if(d&&Array.isArray(d)){var h=r.stateName;h||("string"!=typeof(h=r.token)&&(h=h[0]||""),s[h]&&(h+=a++)),s[h]=d,r.next=h,o(h)}else"pop"==d&&(r.next=t);if(r.push&&(r.nextState=r.next||r.push,r.next=e,delete r.push),r.rules)for(var p in r.rules)s[p]?s[p].push&&s[p].push.apply(s[p],r.rules[p]):s[p]=r.rules[p];var g="string"==typeof r?r:r.include;if(g&&("$self"===g&&(g="start"),c=Array.isArray(g)?g.map((function(e){return s[e]})):s[g]),c){var u=[l,1].concat(c);r.noEscape&&(u=u.filter((function(e){return!e.next}))),i.splice.apply(i,u),l--}r.keywordMap&&(r.token=this.createKeywordMapper(r.keywordMap,r.defaultToken||"text",r.caseInsensitive),delete r.defaultToken)}}),this)},this.createKeywordMapper=function(e,t,a,s){var o=Object.create(null);return this.$keywordList=[],Object.keys(e).forEach((function(t){for(var n=e[t].split(s||"|"),i=n.length;i--;){var l=n[i];this.$keywordList.push(l),a&&(l=l.toLowerCase()),o[l]=t}}),this),e=null,a?function(e){return o[e.toLowerCase()]||t}:function(e){return o[e]||t}},this.getKeywords=function(){return this.$keywords}}).call((s=function(){this.$rules={start:[{token:"empty_line",regex:"^$"},{defaultToken:"text"}]}}).prototype),t.TextHighlightRules=s})),ace.define("ace/mode/behaviour",["require","exports","module"],(function(e,t,a){"use strict";var s;(function(){this.add=function(e,t,a){switch(void 0){case this.$behaviours:this.$behaviours={};case this.$behaviours[e]:this.$behaviours[e]={}}this.$behaviours[e][t]=a},this.addBehaviours=function(e){for(var t in e)for(var a in e[t])this.add(t,a,e[t][a])},this.remove=function(e){this.$behaviours&&this.$behaviours[e]&&delete this.$behaviours[e]},this.inherit=function(e,t){if("function"==typeof e)var a=(new e).getBehaviours(t);else a=e.getBehaviours(t);this.addBehaviours(a)},this.getBehaviours=function(e){if(e){for(var t={},a=0;a<e.length;a++)this.$behaviours[e[a]]&&(t[e[a]]=this.$behaviours[e[a]]);return t}return this.$behaviours}}).call((s=function(){this.$behaviours={}}).prototype),t.Behaviour=s})),ace.define("ace/token_iterator",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("./range").Range,o=function(){function e(e,t,a){this.$session=e,this.$row=t,this.$rowTokens=e.getTokens(t);var s=e.getTokenAt(t,a);this.$tokenIndex=s?s.index:-1}return e.prototype.stepBackward=function(){for(this.$tokenIndex-=1;this.$tokenIndex<0;){if(this.$row-=1,this.$row<0)return this.$row=0,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=this.$rowTokens.length-1}return this.$rowTokens[this.$tokenIndex]},e.prototype.stepForward=function(){var e;for(this.$tokenIndex+=1;this.$tokenIndex>=this.$rowTokens.length;){if(this.$row+=1,e||(e=this.$session.getLength()),this.$row>=e)return this.$row=e-1,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=0}return this.$rowTokens[this.$tokenIndex]},e.prototype.getCurrentToken=function(){return this.$rowTokens[this.$tokenIndex]},e.prototype.getCurrentTokenRow=function(){return this.$row},e.prototype.getCurrentTokenColumn=function(){var e=this.$rowTokens,t=this.$tokenIndex,a=e[t].start;if(void 0!==a)return a;for(a=0;t>0;)a+=e[t-=1].value.length;return a},e.prototype.getCurrentTokenPosition=function(){return{row:this.$row,column:this.getCurrentTokenColumn()}},e.prototype.getCurrentTokenRange=function(){var e=this.$rowTokens[this.$tokenIndex],t=this.getCurrentTokenColumn();return new s(this.$row,t,this.$row,t+e.value.length)},e}();t.TokenIterator=o})),ace.define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"],(function(e,t,a){"use strict";var s,o,n=e("../../lib/oop"),i=e("../behaviour").Behaviour,l=e("../../token_iterator").TokenIterator,r=e("../../lib/lang"),c=["text","paren.rparen","rparen","paren","punctuation.operator"],d=["text","paren.rparen","rparen","paren","punctuation.operator","comment"],h={},p={'"':'"',"'":"'"},g=function(e){var t=-1;if(e.multiSelect&&(t=e.selection.index,h.rangeCount!=e.multiSelect.rangeCount&&(h={rangeCount:e.multiSelect.rangeCount})),h[t])return s=h[t];s=h[t]={autoInsertedBrackets:0,autoInsertedRow:-1,autoInsertedLineEnd:"",maybeInsertedBrackets:0,maybeInsertedRow:-1,maybeInsertedLineStart:"",maybeInsertedLineEnd:""}},u=function(e,t,a,s){var o=e.end.row-e.start.row;return{text:a+t+s,selection:[0,e.start.column+1,o,e.end.column+(o?0:1)]}};(o=function(e){e=e||{},this.add("braces","insertion",(function(t,a,n,i,l){var c=n.getCursorPosition(),d=i.doc.getLine(c.row);if("{"==l){g(n);var h=n.getSelectionRange(),p=i.doc.getTextRange(h),m=i.getTokenAt(c.row,c.column);if(""!==p&&"{"!==p&&n.getWrapBehavioursEnabled())return u(h,p,"{","}");if(m&&/(?:string)\.quasi|\.xml/.test(m.type)){if([/tag\-(?:open|name)/,/attribute\-name/].some((function(e){return e.test(m.type)}))||/(string)\.quasi/.test(m.type)&&"$"!==m.value[c.column-m.start-1])return;return o.recordAutoInsert(n,i,"}"),{text:"{}",selection:[1,1]}}if(o.isSaneInsertion(n,i))return/[\]\}\)]/.test(d[c.column])||n.inMultiSelectMode||e.braces?(o.recordAutoInsert(n,i,"}"),{text:"{}",selection:[1,1]}):(o.recordMaybeInsert(n,i,"{"),{text:"{",selection:[1,1]})}else if("}"==l){if(g(n),"}"==d.substring(c.column,c.column+1)&&null!==i.$findOpeningBracket("}",{column:c.column+1,row:c.row})&&o.isAutoInsertedClosing(c,d,l))return o.popAutoInsertedClosing(),{text:"",selection:[1,1]}}else{if("\n"==l||"\r\n"==l){g(n);var v="";if(o.isMaybeInsertedClosing(c,d)&&(v=r.stringRepeat("}",s.maybeInsertedBrackets),o.clearMaybeInsertedClosing()),"}"===d.substring(c.column,c.column+1)){var b=i.findMatchingBracket({row:c.row,column:c.column+1},"}");if(!b)return null;var f=this.$getIndent(i.getLine(b.row))}else{if(!v)return void o.clearMaybeInsertedClosing();f=this.$getIndent(d)}var w=f+i.getTabString();return{text:"\n"+w+"\n"+f+v,selection:[1,w.length,1,w.length]}}o.clearMaybeInsertedClosing()}})),this.add("braces","deletion",(function(e,t,a,o,n){var i=o.doc.getTextRange(n);if(!n.isMultiLine()&&"{"==i){if(g(a),"}"==o.doc.getLine(n.start.row).substring(n.end.column,n.end.column+1))return n.end.column++,n;s.maybeInsertedBrackets--}})),this.add("parens","insertion",(function(e,t,a,s,n){if("("==n){g(a);var i=a.getSelectionRange(),l=s.doc.getTextRange(i);if(""!==l&&a.getWrapBehavioursEnabled())return u(i,l,"(",")");if(o.isSaneInsertion(a,s))return o.recordAutoInsert(a,s,")"),{text:"()",selection:[1,1]}}else if(")"==n){g(a);var r=a.getCursorPosition(),c=s.doc.getLine(r.row);if(")"==c.substring(r.column,r.column+1)&&null!==s.$findOpeningBracket(")",{column:r.column+1,row:r.row})&&o.isAutoInsertedClosing(r,c,n))return o.popAutoInsertedClosing(),{text:"",selection:[1,1]}}})),this.add("parens","deletion",(function(e,t,a,s,o){var n=s.doc.getTextRange(o);if(!o.isMultiLine()&&"("==n&&(g(a),")"==s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)))return o.end.column++,o})),this.add("brackets","insertion",(function(e,t,a,s,n){if("["==n){g(a);var i=a.getSelectionRange(),l=s.doc.getTextRange(i);if(""!==l&&a.getWrapBehavioursEnabled())return u(i,l,"[","]");if(o.isSaneInsertion(a,s))return o.recordAutoInsert(a,s,"]"),{text:"[]",selection:[1,1]}}else if("]"==n){g(a);var r=a.getCursorPosition(),c=s.doc.getLine(r.row);if("]"==c.substring(r.column,r.column+1)&&null!==s.$findOpeningBracket("]",{column:r.column+1,row:r.row})&&o.isAutoInsertedClosing(r,c,n))return o.popAutoInsertedClosing(),{text:"",selection:[1,1]}}})),this.add("brackets","deletion",(function(e,t,a,s,o){var n=s.doc.getTextRange(o);if(!o.isMultiLine()&&"["==n&&(g(a),"]"==s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)))return o.end.column++,o})),this.add("string_dquotes","insertion",(function(e,t,a,s,o){var n=s.$mode.$quotes||p;if(1==o.length&&n[o]){if(this.lineCommentStart&&-1!=this.lineCommentStart.indexOf(o))return;g(a);var i=o,l=a.getSelectionRange(),r=s.doc.getTextRange(l);if(!(""===r||1==r.length&&n[r])&&a.getWrapBehavioursEnabled())return u(l,r,i,i);if(!r){var c=a.getCursorPosition(),d=s.doc.getLine(c.row),h=d.substring(c.column-1,c.column),m=d.substring(c.column,c.column+1),v=s.getTokenAt(c.row,c.column),b=s.getTokenAt(c.row,c.column+1);if("\\"==h&&v&&/escape/.test(v.type))return null;var f,w=v&&/string|escape/.test(v.type),x=!b||/string|escape/.test(b.type);if(m==i)(f=w!==x)&&/string\.end/.test(b.type)&&(f=!1);else{if(w&&!x)return null;if(w&&x)return null;var y=s.$mode.tokenRe;y.lastIndex=0;var k=y.test(h);y.lastIndex=0;var C=y.test(m),_=s.$mode.$pairQuotesAfter;if(!(_&&_[i]&&_[i].test(h))&&k||C)return null;if(m&&!/[\s;,.})\]\\]/.test(m))return null;var M=d[c.column-2];if(h==i&&(M==i||y.test(M)))return null;f=!0}return{text:f?i+i:"",selection:[1,1]}}}})),this.add("string_dquotes","deletion",(function(e,t,a,s,o){var n=s.$mode.$quotes||p,i=s.doc.getTextRange(o);if(!o.isMultiLine()&&n.hasOwnProperty(i)&&(g(a),s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)==i))return o.end.column++,o})),!1!==e.closeDocComment&&this.add("doc comment end","insertion",(function(e,t,a,s,o){if("doc-start"===e&&("\n"===o||"\r\n"===o)&&a.selection.isEmpty()){var n=a.getCursorPosition();if(0===n.column)return;for(var i=s.doc.getLine(n.row),l=s.doc.getLine(n.row+1),r=s.getTokens(n.row),c=0,d=0;d<r.length;d++){c+=r[d].value.length;var h=r[d];if(c>=n.column){if(c===n.column){if(!/\.doc/.test(h.type))return;if(/\*\//.test(h.value)){var p=r[d+1];if(!p||!/\.doc/.test(p.type))return}}var g=n.column-(c-h.value.length),u=h.value.indexOf("*/"),m=h.value.indexOf("/**",u>-1?u+2:0);if(-1!==m&&g>m&&g<m+3)return;if(-1!==u&&-1!==m&&g>=u&&g<=m||!/\.doc/.test(h.type))return;break}}var v=this.$getIndent(i);if(/\s*\*/.test(l))return/^\s*\*/.test(i)?{text:o+v+"* ",selection:[1,2+v.length,1,2+v.length]}:{text:o+v+" * ",selection:[1,3+v.length,1,3+v.length]};if(/\/\*\*/.test(i.substring(0,n.column)))return{text:o+v+" * "+o+" "+v+"*/",selection:[1,4+v.length,1,4+v.length]}}}))}).isSaneInsertion=function(e,t){var a=e.getCursorPosition(),s=new l(t,a.row,a.column);if(!this.$matchTokenType(s.getCurrentToken()||"text",c)){if(/[)}\]]/.test(e.session.getLine(a.row)[a.column]))return!0;var o=new l(t,a.row,a.column+1);if(!this.$matchTokenType(o.getCurrentToken()||"text",c))return!1}return s.stepForward(),s.getCurrentTokenRow()!==a.row||this.$matchTokenType(s.getCurrentToken()||"text",d)},o.$matchTokenType=function(e,t){return t.indexOf(e.type||e)>-1},o.recordAutoInsert=function(e,t,a){var o=e.getCursorPosition(),n=t.doc.getLine(o.row);this.isAutoInsertedClosing(o,n,s.autoInsertedLineEnd[0])||(s.autoInsertedBrackets=0),s.autoInsertedRow=o.row,s.autoInsertedLineEnd=a+n.substr(o.column),s.autoInsertedBrackets++},o.recordMaybeInsert=function(e,t,a){var o=e.getCursorPosition(),n=t.doc.getLine(o.row);this.isMaybeInsertedClosing(o,n)||(s.maybeInsertedBrackets=0),s.maybeInsertedRow=o.row,s.maybeInsertedLineStart=n.substr(0,o.column)+a,s.maybeInsertedLineEnd=n.substr(o.column),s.maybeInsertedBrackets++},o.isAutoInsertedClosing=function(e,t,a){return s.autoInsertedBrackets>0&&e.row===s.autoInsertedRow&&a===s.autoInsertedLineEnd[0]&&t.substr(e.column)===s.autoInsertedLineEnd},o.isMaybeInsertedClosing=function(e,t){return s.maybeInsertedBrackets>0&&e.row===s.maybeInsertedRow&&t.substr(e.column)===s.maybeInsertedLineEnd&&t.substr(0,e.column)==s.maybeInsertedLineStart},o.popAutoInsertedClosing=function(){s.autoInsertedLineEnd=s.autoInsertedLineEnd.substr(1),s.autoInsertedBrackets--},o.clearMaybeInsertedClosing=function(){s&&(s.maybeInsertedBrackets=0,s.maybeInsertedRow=-1)},n.inherits(o,i),t.CstyleBehaviour=o})),ace.define("ace/unicode",["require","exports","module"],(function(e,t,a){"use strict";for(var s=[48,9,8,25,5,0,2,25,48,0,11,0,5,0,6,22,2,30,2,457,5,11,15,4,8,0,2,0,18,116,2,1,3,3,9,0,2,2,2,0,2,19,2,82,2,138,2,4,3,155,12,37,3,0,8,38,10,44,2,0,2,1,2,1,2,0,9,26,6,2,30,10,7,61,2,9,5,101,2,7,3,9,2,18,3,0,17,58,3,100,15,53,5,0,6,45,211,57,3,18,2,5,3,11,3,9,2,1,7,6,2,2,2,7,3,1,3,21,2,6,2,0,4,3,3,8,3,1,3,3,9,0,5,1,2,4,3,11,16,2,2,5,5,1,3,21,2,6,2,1,2,1,2,1,3,0,2,4,5,1,3,2,4,0,8,3,2,0,8,15,12,2,2,8,2,2,2,21,2,6,2,1,2,4,3,9,2,2,2,2,3,0,16,3,3,9,18,2,2,7,3,1,3,21,2,6,2,1,2,4,3,8,3,1,3,2,9,1,5,1,2,4,3,9,2,0,17,1,2,5,4,2,2,3,4,1,2,0,2,1,4,1,4,2,4,11,5,4,4,2,2,3,3,0,7,0,15,9,18,2,2,7,2,2,2,22,2,9,2,4,4,7,2,2,2,3,8,1,2,1,7,3,3,9,19,1,2,7,2,2,2,22,2,9,2,4,3,8,2,2,2,3,8,1,8,0,2,3,3,9,19,1,2,7,2,2,2,22,2,15,4,7,2,2,2,3,10,0,9,3,3,9,11,5,3,1,2,17,4,23,2,8,2,0,3,6,4,0,5,5,2,0,2,7,19,1,14,57,6,14,2,9,40,1,2,0,3,1,2,0,3,0,7,3,2,6,2,2,2,0,2,0,3,1,2,12,2,2,3,4,2,0,2,5,3,9,3,1,35,0,24,1,7,9,12,0,2,0,2,0,5,9,2,35,5,19,2,5,5,7,2,35,10,0,58,73,7,77,3,37,11,42,2,0,4,328,2,3,3,6,2,0,2,3,3,40,2,3,3,32,2,3,3,6,2,0,2,3,3,14,2,56,2,3,3,66,5,0,33,15,17,84,13,619,3,16,2,25,6,74,22,12,2,6,12,20,12,19,13,12,2,2,2,1,13,51,3,29,4,0,5,1,3,9,34,2,3,9,7,87,9,42,6,69,11,28,4,11,5,11,11,39,3,4,12,43,5,25,7,10,38,27,5,62,2,28,3,10,7,9,14,0,89,75,5,9,18,8,13,42,4,11,71,55,9,9,4,48,83,2,2,30,14,230,23,280,3,5,3,37,3,5,3,7,2,0,2,0,2,0,2,30,3,52,2,6,2,0,4,2,2,6,4,3,3,5,5,12,6,2,2,6,67,1,20,0,29,0,14,0,17,4,60,12,5,0,4,11,18,0,5,0,3,9,2,0,4,4,7,0,2,0,2,0,2,3,2,10,3,3,6,4,5,0,53,1,2684,46,2,46,2,132,7,6,15,37,11,53,10,0,17,22,10,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,31,48,0,470,1,36,5,2,4,6,1,5,85,3,1,3,2,2,89,2,3,6,40,4,93,18,23,57,15,513,6581,75,20939,53,1164,68,45,3,268,4,27,21,31,3,13,13,1,2,24,9,69,11,1,38,8,3,102,3,1,111,44,25,51,13,68,12,9,7,23,4,0,5,45,3,35,13,28,4,64,15,10,39,54,10,13,3,9,7,22,4,1,5,66,25,2,227,42,2,1,3,9,7,11171,13,22,5,48,8453,301,3,61,3,105,39,6,13,4,6,11,2,12,2,4,2,0,2,1,2,1,2,107,34,362,19,63,3,53,41,11,5,15,17,6,13,1,25,2,33,4,2,134,20,9,8,25,5,0,2,25,12,88,4,5,3,5,3,5,3,2],o=0,n=[],i=0;i<s.length;i+=2)n.push(o+=s[i]),s[i+1]&&n.push(45,o+=s[i+1]);t.wordChars=String.fromCharCode.apply(null,n)})),ace.define("ace/mode/text",["require","exports","module","ace/config","ace/tokenizer","ace/mode/text_highlight_rules","ace/mode/behaviour/cstyle","ace/unicode","ace/lib/lang","ace/token_iterator","ace/range"],(function(e,t,a){"use strict";var s,o=e("../config"),n=e("../tokenizer").Tokenizer,i=e("./text_highlight_rules").TextHighlightRules,l=e("./behaviour/cstyle").CstyleBehaviour,r=e("../unicode"),c=e("../lib/lang"),d=e("../token_iterator").TokenIterator,h=e("../range").Range;(function(){this.$defaultBehaviour=new l,this.tokenRe=new RegExp("^["+r.wordChars+"\\$_]+","g"),this.nonTokenRe=new RegExp("^(?:[^"+r.wordChars+"\\$_]|\\s])+","g"),this.getTokenizer=function(){return this.$tokenizer||(this.$highlightRules=this.$highlightRules||new this.HighlightRules(this.$highlightRuleConfig),this.$tokenizer=new n(this.$highlightRules.getRules())),this.$tokenizer},this.lineCommentStart="",this.blockComment="",this.toggleCommentLines=function(e,t,a,s){var o=t.doc,n=!0,i=!0,l=1/0,r=t.getTabSize(),d=!1;if(this.lineCommentStart){Array.isArray(this.lineCommentStart)?(m=this.lineCommentStart.map(c.escapeRegExp).join("|"),g=this.lineCommentStart[0]):(m=c.escapeRegExp(this.lineCommentStart),g=this.lineCommentStart),m=new RegExp("^(\\s*)(?:"+m+") ?"),d=t.getUseSoftTabs(),f=function(e,t){var a=e.match(m);if(a){var s=a[1].length,n=a[0].length;p(e,s,n)||" "!=a[0][n-1]||n--,o.removeInLine(t,s,n)}};var h=g+" ",p=(b=function(e,t){n&&!/\S/.test(e)||(p(e,l,l)?o.insertInLine({row:t,column:l},h):o.insertInLine({row:t,column:l},g))},w=function(e,t){return m.test(e)},function(e,t,a){for(var s=0;t--&&" "==e.charAt(t);)s++;if(s%r!=0)return!1;for(s=0;" "==e.charAt(a++);)s++;return r>2?s%r!=r-1:s%r==0})}else{if(!this.blockComment)return!1;var g=this.blockComment.start,u=this.blockComment.end,m=new RegExp("^(\\s*)(?:"+c.escapeRegExp(g)+")"),v=new RegExp("(?:"+c.escapeRegExp(u)+")\\s*$"),b=function(e,t){w(e,t)||n&&!/\S/.test(e)||(o.insertInLine({row:t,column:e.length},u),o.insertInLine({row:t,column:l},g))},f=function(e,t){var a;(a=e.match(v))&&o.removeInLine(t,e.length-a[0].length,e.length),(a=e.match(m))&&o.removeInLine(t,a[1].length,a[0].length)},w=function(e,a){if(m.test(e))return!0;for(var s=t.getTokens(a),o=0;o<s.length;o++)if("comment"===s[o].type)return!0}}function x(e){for(var t=a;t<=s;t++)e(o.getLine(t),t)}var y=1/0;x((function(e,t){var a=e.search(/\S/);-1!==a?(a<l&&(l=a),i&&!w(e,t)&&(i=!1)):y>e.length&&(y=e.length)})),l==1/0&&(l=y,n=!1,i=!1),d&&l%r!=0&&(l=Math.floor(l/r)*r),x(i?f:b)},this.toggleBlockComment=function(e,t,a,s){var o=this.blockComment;if(o){!o.start&&o[0]&&(o=o[0]);var n,i,l=(m=new d(t,s.row,s.column)).getCurrentToken(),r=(t.selection,t.selection.toOrientedRange());if(l&&/comment/.test(l.type)){for(var c,p;l&&/comment/.test(l.type);){if(-1!=(v=l.value.indexOf(o.start))){var g=m.getCurrentTokenRow(),u=m.getCurrentTokenColumn()+v;c=new h(g,u,g,u+o.start.length);break}l=m.stepBackward()}var m;for(l=(m=new d(t,s.row,s.column)).getCurrentToken();l&&/comment/.test(l.type);){var v;if(-1!=(v=l.value.indexOf(o.end))){g=m.getCurrentTokenRow(),u=m.getCurrentTokenColumn()+v,p=new h(g,u,g,u+o.end.length);break}l=m.stepForward()}p&&t.remove(p),c&&(t.remove(c),n=c.start.row,i=-o.start.length)}else i=o.start.length,n=a.start.row,t.insert(a.end,o.end),t.insert(a.start,o.start);r.start.row==n&&(r.start.column+=i),r.end.row==n&&(r.end.column+=i),t.selection.fromOrientedRange(r)}},this.getNextLineIndent=function(e,t,a){return this.$getIndent(t)},this.checkOutdent=function(e,t,a){return!1},this.autoOutdent=function(e,t,a){},this.$getIndent=function(e){return e.match(/^\s*/)[0]},this.createWorker=function(e){return null},this.createModeDelegates=function(e){for(var t in this.$embeds=[],this.$modes={},e)if(e[t]){var a=e[t],s=a.prototype.$id,n=o.$modes[s];n||(o.$modes[s]=n=new a),o.$modes[t]||(o.$modes[t]=n),this.$embeds.push(t),this.$modes[t]=n}var i=["toggleBlockComment","toggleCommentLines","getNextLineIndent","checkOutdent","autoOutdent","transformAction","getCompletions"],l=function(e){var t,a,s;s=(t=r)[a=i[e]],t[i[e]]=function(){return this.$delegator(a,arguments,s)}},r=this;for(t=0;t<i.length;t++)l(t)},this.$delegator=function(e,t,a){var s=t[0]||"start";if("string"!=typeof s){if(Array.isArray(s[2])){var o=s[2][s[2].length-1];if(i=this.$modes[o])return i[e].apply(i,[s[1]].concat([].slice.call(t,1)))}s=s[0]||"start"}for(var n=0;n<this.$embeds.length;n++)if(this.$modes[this.$embeds[n]]){var i,l=s.split(this.$embeds[n]);if(!l[0]&&l[1])return t[0]=l[1],(i=this.$modes[this.$embeds[n]])[e].apply(i,t)}var r=a.apply(this,t);return a?r:void 0},this.transformAction=function(e,t,a,s,o){if(this.$behaviour){var n=this.$behaviour.getBehaviours();for(var i in n)if(n[i][t]){var l=n[i][t].apply(this,arguments);if(l)return l}}},this.getKeywords=function(e){if(!this.completionKeywords){var t=this.$tokenizer.rules,a=[];for(var s in t)for(var o=t[s],n=0,i=o.length;n<i;n++)if("string"==typeof o[n].token)/keyword|support|storage/.test(o[n].token)&&a.push(o[n].regex);else if("object"==typeof o[n].token)for(var l=0,r=o[n].token.length;l<r;l++)/keyword|support|storage/.test(o[n].token[l])&&(s=o[n].regex.match(/\(.+?\)/g)[l],a.push(s.substr(1,s.length-2)));this.completionKeywords=a}return e?a.concat(this.$keywordList||[]):this.$keywordList},this.$createKeywordList=function(){return this.$highlightRules||this.getTokenizer(),this.$keywordList=this.$highlightRules.$keywordList||[]},this.getCompletions=function(e,t,a,s){return(this.$keywordList||this.$createKeywordList()).map((function(e){return{name:e,value:e,score:0,meta:"keyword"}}))},this.$id="ace/mode/text"}).call((s=function(){this.HighlightRules=i}).prototype),t.Mode=s})),ace.define("ace/line_widgets",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("./lib/dom"),o=function(){function e(e){this.session=e,this.session.widgetManager=this,this.session.getRowLength=this.getRowLength,this.session.$getWidgetScreenLength=this.$getWidgetScreenLength,this.updateOnChange=this.updateOnChange.bind(this),this.renderWidgets=this.renderWidgets.bind(this),this.measureWidgets=this.measureWidgets.bind(this),this.session._changedWidgets=[],this.$onChangeEditor=this.$onChangeEditor.bind(this),this.session.on("change",this.updateOnChange),this.session.on("changeFold",this.updateOnFold),this.session.on("changeEditor",this.$onChangeEditor)}return e.prototype.getRowLength=function(e){var t;return t=this.lineWidgets&&this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0,this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1+t:1+t},e.prototype.$getWidgetScreenLength=function(){var e=0;return this.lineWidgets.forEach((function(t){t&&t.rowCount&&!t.hidden&&(e+=t.rowCount)})),e},e.prototype.$onChangeEditor=function(e){this.attach(e.editor)},e.prototype.attach=function(e){e&&e.widgetManager&&e.widgetManager!=this&&e.widgetManager.detach(),this.editor!=e&&(this.detach(),this.editor=e,e&&(e.widgetManager=this,e.renderer.on("beforeRender",this.measureWidgets),e.renderer.on("afterRender",this.renderWidgets)))},e.prototype.detach=function(e){var t=this.editor;if(t){this.editor=null,t.widgetManager=null,t.renderer.off("beforeRender",this.measureWidgets),t.renderer.off("afterRender",this.renderWidgets);var a=this.session.lineWidgets;a&&a.forEach((function(e){e&&e.el&&e.el.parentNode&&(e._inDocument=!1,e.el.parentNode.removeChild(e.el))}))}},e.prototype.updateOnFold=function(e,t){var a=t.lineWidgets;if(a&&e.action){for(var s=e.data,o=s.start.row,n=s.end.row,i="add"==e.action,l=o+1;l<n;l++)a[l]&&(a[l].hidden=i);a[n]&&(i?a[o]?a[n].hidden=i:a[o]=a[n]:(a[o]==a[n]&&(a[o]=void 0),a[n].hidden=i))}},e.prototype.updateOnChange=function(e){var t=this.session.lineWidgets;if(t){var a=e.start.row,s=e.end.row-a;if(0===s);else if("remove"==e.action){var o=t.splice(a+1,s);!t[a]&&o[o.length-1]&&(t[a]=o.pop()),o.forEach((function(e){e&&this.removeLineWidget(e)}),this),this.$updateRows()}else{var n=new Array(s);t[a]&&null!=t[a].column&&e.start.column>t[a].column&&a++,n.unshift(a,0),t.splice.apply(t,n),this.$updateRows()}}},e.prototype.$updateRows=function(){var e=this.session.lineWidgets;if(e){var t=!0;e.forEach((function(e,a){if(e)for(t=!1,e.row=a;e.$oldWidget;)e.$oldWidget.row=a,e=e.$oldWidget})),t&&(this.session.lineWidgets=null)}},e.prototype.$registerLineWidget=function(e){this.session.lineWidgets||(this.session.lineWidgets=new Array(this.session.getLength()));var t=this.session.lineWidgets[e.row];return t&&(e.$oldWidget=t,t.el&&t.el.parentNode&&(t.el.parentNode.removeChild(t.el),t._inDocument=!1)),this.session.lineWidgets[e.row]=e,e},e.prototype.addLineWidget=function(e){if(this.$registerLineWidget(e),e.session=this.session,!this.editor)return e;var t=this.editor.renderer;e.html&&!e.el&&(e.el=s.createElement("div"),e.el.innerHTML=e.html),e.text&&!e.el&&(e.el=s.createElement("div"),e.el.textContent=e.text),e.el&&(s.addCssClass(e.el,"ace_lineWidgetContainer"),e.className&&s.addCssClass(e.el,e.className),e.el.style.position="absolute",e.el.style.zIndex="5",t.container.appendChild(e.el),e._inDocument=!0,e.coverGutter||(e.el.style.zIndex="3"),null==e.pixelHeight&&(e.pixelHeight=e.el.offsetHeight)),null==e.rowCount&&(e.rowCount=e.pixelHeight/t.layerConfig.lineHeight);var a=this.session.getFoldAt(e.row,0);if(e.$fold=a,a){var o=this.session.lineWidgets;e.row!=a.end.row||o[a.start.row]?e.hidden=!0:o[a.start.row]=e}return this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows(),this.renderWidgets(null,t),this.onWidgetChanged(e),e},e.prototype.removeLineWidget=function(e){if(e._inDocument=!1,e.session=null,e.el&&e.el.parentNode&&e.el.parentNode.removeChild(e.el),e.editor&&e.editor.destroy)try{e.editor.destroy()}catch(e){}if(this.session.lineWidgets){var t=this.session.lineWidgets[e.row];if(t==e)this.session.lineWidgets[e.row]=e.$oldWidget,e.$oldWidget&&this.onWidgetChanged(e.$oldWidget);else for(;t;){if(t.$oldWidget==e){t.$oldWidget=e.$oldWidget;break}t=t.$oldWidget}}this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows()},e.prototype.getWidgetsAtRow=function(e){for(var t=this.session.lineWidgets,a=t&&t[e],s=[];a;)s.push(a),a=a.$oldWidget;return s},e.prototype.onWidgetChanged=function(e){this.session._changedWidgets.push(e),this.editor&&this.editor.renderer.updateFull()},e.prototype.measureWidgets=function(e,t){var a=this.session._changedWidgets,s=t.layerConfig;if(a&&a.length){for(var o=1/0,n=0;n<a.length;n++){var i=a[n];if(i&&i.el&&i.session==this.session){if(!i._inDocument){if(this.session.lineWidgets[i.row]!=i)continue;i._inDocument=!0,t.container.appendChild(i.el)}i.h=i.el.offsetHeight,i.fixedWidth||(i.w=i.el.offsetWidth,i.screenWidth=Math.ceil(i.w/s.characterWidth));var l=i.h/s.lineHeight;i.coverLine&&(l-=this.session.getRowLineCount(i.row))<0&&(l=0),i.rowCount!=l&&(i.rowCount=l,i.row<o&&(o=i.row))}}o!=1/0&&(this.session._emit("changeFold",{data:{start:{row:o}}}),this.session.lineWidgetWidth=null),this.session._changedWidgets=[]}},e.prototype.renderWidgets=function(e,t){var a=t.layerConfig,s=this.session.lineWidgets;if(s){for(var o=Math.min(this.firstRow,a.firstRow),n=Math.max(this.lastRow,a.lastRow,s.length);o>0&&!s[o];)o--;this.firstRow=a.firstRow,this.lastRow=a.lastRow,t.$cursorLayer.config=a;for(var i=o;i<=n;i++){var l=s[i];if(l&&l.el)if(l.hidden)l.el.style.top=-100-(l.pixelHeight||0)+"px";else{l._inDocument||(l._inDocument=!0,t.container.appendChild(l.el));var r=t.$cursorLayer.getPixelPosition({row:i,column:0},!0).top;l.coverLine||(r+=a.lineHeight*this.session.getRowLineCount(l.row)),l.el.style.top=r-a.offset+"px";var c=l.coverGutter?0:t.gutterWidth;l.fixedWidth||(c-=t.scrollLeft),l.el.style.left=c+"px",l.fullWidth&&l.screenWidth&&(l.el.style.minWidth=a.width+2*a.padding+"px"),l.fixedWidth?l.el.style.right=t.scrollBar.getWidth()+"px":l.el.style.right=""}}}},e}();t.LineWidgets=o})),ace.define("ace/apply_delta",["require","exports","module"],(function(e,t,a){"use strict";t.applyDelta=function(e,t,a){var s=t.start.row,o=t.start.column,n=e[s]||"";switch(t.action){case"insert":if(1===t.lines.length)e[s]=n.substring(0,o)+t.lines[0]+n.substring(o);else{var i=[s,1].concat(t.lines);e.splice.apply(e,i),e[s]=n.substring(0,o)+e[s],e[s+t.lines.length-1]+=n.substring(o)}break;case"remove":var l=t.end.column,r=t.end.row;s===r?e[s]=n.substring(0,o)+n.substring(l):e.splice(s,r-s+1,n.substring(0,o)+e[r].substring(l))}}})),ace.define("ace/anchor",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(){function e(e,t,a){this.$onChange=this.onChange.bind(this),this.attach(e),"number"!=typeof t?this.setPosition(t.row,t.column):this.setPosition(t,a)}return e.prototype.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},e.prototype.getDocument=function(){return this.document},e.prototype.onChange=function(e){if(!(e.start.row==e.end.row&&e.start.row!=this.row||e.start.row>this.row)){var t=function(e,t,a){var s="insert"==e.action,o=(s?1:-1)*(e.end.row-e.start.row),n=(s?1:-1)*(e.end.column-e.start.column),l=e.start,r=s?l:e.end;return i(t,l,a)?{row:t.row,column:t.column}:i(r,t,!a)?{row:t.row+o,column:t.column+(t.row==r.row?n:0)}:{row:l.row,column:l.column}}(e,{row:this.row,column:this.column},this.$insertRight);this.setPosition(t.row,t.column,!0)}},e.prototype.setPosition=function(e,t,a){var s;if(s=a?{row:e,column:t}:this.$clipPositionToDocument(e,t),this.row!=s.row||this.column!=s.column){var o={row:this.row,column:this.column};this.row=s.row,this.column=s.column,this._signal("change",{old:o,value:s})}},e.prototype.detach=function(){this.document.off("change",this.$onChange)},e.prototype.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},e.prototype.$clipPositionToDocument=function(e,t){var a={};return e>=this.document.getLength()?(a.row=Math.max(0,this.document.getLength()-1),a.column=this.document.getLine(a.row).length):e<0?(a.row=0,a.column=0):(a.row=e,a.column=Math.min(this.document.getLine(a.row).length,Math.max(0,t))),t<0&&(a.column=0),a},e}();function i(e,t,a){var s=a?e.column<=t.column:e.column<t.column;return e.row<t.row||e.row==t.row&&s}n.prototype.$insertRight=!1,s.implement(n.prototype,o),t.Anchor=n})),ace.define("ace/document",["require","exports","module","ace/lib/oop","ace/apply_delta","ace/lib/event_emitter","ace/range","ace/anchor"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./apply_delta").applyDelta,n=e("./lib/event_emitter").EventEmitter,i=e("./range").Range,l=e("./anchor").Anchor,r=function(){function e(e){this.$lines=[""],0===e.length?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)}return e.prototype.setValue=function(e){var t=this.getLength()-1;this.remove(new i(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e||"")},e.prototype.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},e.prototype.createAnchor=function(e,t){return new l(this,e,t)},e.prototype.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},e.prototype.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},e.prototype.setNewLineMode=function(e){this.$newLineMode!==e&&(this.$newLineMode=e,this._signal("changeNewLineMode"))},e.prototype.getNewLineMode=function(){return this.$newLineMode},e.prototype.isNewLine=function(e){return"\r\n"==e||"\r"==e||"\n"==e},e.prototype.getLine=function(e){return this.$lines[e]||""},e.prototype.getLines=function(e,t){return this.$lines.slice(e,t+1)},e.prototype.getAllLines=function(){return this.getLines(0,this.getLength())},e.prototype.getLength=function(){return this.$lines.length},e.prototype.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},e.prototype.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{(t=this.getLines(e.start.row,e.end.row))[0]=(t[0]||"").substring(e.start.column);var a=t.length-1;e.end.row-e.start.row==a&&(t[a]=t[a].substring(0,e.end.column))}return t},e.prototype.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},e.prototype.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},e.prototype.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},e.prototype.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},e.prototype.insertInLine=function(e,t){var a=this.clippedPos(e.row,e.column),s=this.pos(e.row,e.column+t.length);return this.applyDelta({start:a,end:s,action:"insert",lines:[t]},!0),this.clonePos(s)},e.prototype.clippedPos=function(e,t){var a=this.getLength();void 0===e?e=a:e<0?e=0:e>=a&&(e=a-1,t=void 0);var s=this.getLine(e);return null==t&&(t=s.length),{row:e,column:t=Math.min(Math.max(t,0),s.length)}},e.prototype.clonePos=function(e){return{row:e.row,column:e.column}},e.prototype.pos=function(e,t){return{row:e,column:t}},e.prototype.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},e.prototype.insertFullLines=function(e,t){var a=0;(e=Math.min(Math.max(e,0),this.getLength()))<this.getLength()?(t=t.concat([""]),a=0):(t=[""].concat(t),e--,a=this.$lines[e].length),this.insertMergedLines({row:e,column:a},t)},e.prototype.insertMergedLines=function(e,t){var a=this.clippedPos(e.row,e.column),s={row:a.row+t.length-1,column:(1==t.length?a.column:0)+t[t.length-1].length};return this.applyDelta({start:a,end:s,action:"insert",lines:t}),this.clonePos(s)},e.prototype.remove=function(e){var t=this.clippedPos(e.start.row,e.start.column),a=this.clippedPos(e.end.row,e.end.column);return this.applyDelta({start:t,end:a,action:"remove",lines:this.getLinesForRange({start:t,end:a})}),this.clonePos(t)},e.prototype.removeInLine=function(e,t,a){var s=this.clippedPos(e,t),o=this.clippedPos(e,a);return this.applyDelta({start:s,end:o,action:"remove",lines:this.getLinesForRange({start:s,end:o})},!0),this.clonePos(s)},e.prototype.removeFullLines=function(e,t){e=Math.min(Math.max(0,e),this.getLength()-1);var a=(t=Math.min(Math.max(0,t),this.getLength()-1))==this.getLength()-1&&e>0,s=t<this.getLength()-1,o=a?e-1:e,n=a?this.getLine(o).length:0,l=s?t+1:t,r=s?0:this.getLine(l).length,c=new i(o,n,l,r),d=this.$lines.slice(e,t+1);return this.applyDelta({start:c.start,end:c.end,action:"remove",lines:this.getLinesForRange(c)}),d},e.prototype.removeNewLine=function(e){e<this.getLength()-1&&e>=0&&this.applyDelta({start:this.pos(e,this.getLine(e).length),end:this.pos(e+1,0),action:"remove",lines:["",""]})},e.prototype.replace=function(e,t){return e instanceof i||(e=i.fromPoints(e.start,e.end)),0===t.length&&e.isEmpty()?e.start:t==this.getTextRange(e)?e.end:(this.remove(e),t?this.insert(e.start,t):e.start)},e.prototype.applyDeltas=function(e){for(var t=0;t<e.length;t++)this.applyDelta(e[t])},e.prototype.revertDeltas=function(e){for(var t=e.length-1;t>=0;t--)this.revertDelta(e[t])},e.prototype.applyDelta=function(e,t){var a="insert"==e.action;(a?e.lines.length<=1&&!e.lines[0]:!i.comparePoints(e.start,e.end))||(a&&e.lines.length>2e4?this.$splitAndapplyLargeDelta(e,2e4):(o(this.$lines,e,t),this._signal("change",e)))},e.prototype.$safeApplyDelta=function(e){var t=this.$lines.length;("remove"==e.action&&e.start.row<t&&e.end.row<t||"insert"==e.action&&e.start.row<=t)&&this.applyDelta(e)},e.prototype.$splitAndapplyLargeDelta=function(e,t){for(var a=e.lines,s=a.length-t+1,o=e.start.row,n=e.start.column,i=0,l=0;i<s;i=l){l+=t-1;var r=a.slice(i,l);r.push(""),this.applyDelta({start:this.pos(o+i,n),end:this.pos(o+l,n=0),action:e.action,lines:r},!0)}e.lines=a.slice(i),e.start.row=o+i,e.start.column=n,this.applyDelta(e,!0)},e.prototype.revertDelta=function(e){this.$safeApplyDelta({start:this.clonePos(e.start),end:this.clonePos(e.end),action:"insert"==e.action?"remove":"insert",lines:e.lines.slice()})},e.prototype.indexToPosition=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=t||0,n=a.length;o<n;o++)if((e-=a[o].length+s)<0)return{row:o,column:e+a[o].length+s};return{row:n-1,column:e+a[n-1].length+s}},e.prototype.positionToIndex=function(e,t){for(var a=this.$lines||this.getAllLines(),s=this.getNewLineCharacter().length,o=0,n=Math.min(e.row,a.length),i=t||0;i<n;++i)o+=a[i].length+s;return o+e.column},e.prototype.$split=function(e){return e.split(/\r\n|\r|\n/)},e}();r.prototype.$autoNewLine="",r.prototype.$newLineMode="auto",s.implement(r.prototype,n),t.Document=r})),ace.define("ace/background_tokenizer",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/event_emitter").EventEmitter,n=function(){function e(e,t){this.running=!1,this.lines=[],this.states=[],this.currentLine=0,this.tokenizer=e;var a=this;this.$worker=function(){if(a.running){for(var e=new Date,t=a.currentLine,s=-1,o=a.doc,n=t;a.lines[t];)t++;var i=o.getLength(),l=0;for(a.running=!1;t<i;){a.$tokenizeRow(t),s=t;do{t++}while(a.lines[t]);if(++l%5==0&&new Date-e>20){a.running=setTimeout(a.$worker,20);break}}a.currentLine=t,-1==s&&(s=t),n<=s&&a.fireUpdateEvent(n,s)}}}return e.prototype.setTokenizer=function(e){this.tokenizer=e,this.lines=[],this.states=[],this.start(0)},e.prototype.setDocument=function(e){this.doc=e,this.lines=[],this.states=[],this.stop()},e.prototype.fireUpdateEvent=function(e,t){var a={first:e,last:t};this._signal("update",{data:a})},e.prototype.start=function(e){this.currentLine=Math.min(e||0,this.currentLine,this.doc.getLength()),this.lines.splice(this.currentLine,this.lines.length),this.states.splice(this.currentLine,this.states.length),this.stop(),this.running=setTimeout(this.$worker,700)},e.prototype.scheduleStart=function(){this.running||(this.running=setTimeout(this.$worker,700))},e.prototype.$updateOnChange=function(e){var t=e.start.row,a=e.end.row-t;if(0===a)this.lines[t]=null;else if("remove"==e.action)this.lines.splice(t,a+1,null),this.states.splice(t,a+1,null);else{var s=Array(a+1);s.unshift(t,1),this.lines.splice.apply(this.lines,s),this.states.splice.apply(this.states,s)}this.currentLine=Math.min(t,this.currentLine,this.doc.getLength()),this.stop()},e.prototype.stop=function(){this.running&&clearTimeout(this.running),this.running=!1},e.prototype.getTokens=function(e){return this.lines[e]||this.$tokenizeRow(e)},e.prototype.getState=function(e){return this.currentLine==e&&this.$tokenizeRow(e),this.states[e]||"start"},e.prototype.$tokenizeRow=function(e){var t=this.doc.getLine(e),a=this.states[e-1],s=this.tokenizer.getLineTokens(t,a,e);return this.states[e]+""!=s.state+""?(this.states[e]=s.state,this.lines[e+1]=null,this.currentLine>e+1&&(this.currentLine=e+1)):this.currentLine==e&&(this.currentLine=e+1),this.lines[e]=s.tokens},e.prototype.cleanup=function(){this.running=!1,this.lines=[],this.states=[],this.currentLine=0,this.removeAllListeners()},e}();s.implement(n.prototype,o),t.BackgroundTokenizer=n})),ace.define("ace/search_highlight",["require","exports","module","ace/lib/lang","ace/range"],(function(e,t,a){"use strict";var s=e("./lib/lang"),o=e("./range").Range,n=function(){function e(e,t,a){void 0===a&&(a="text"),this.setRegexp(e),this.clazz=t,this.type=a,this.docLen=0}return e.prototype.setRegexp=function(e){this.regExp+""!=e+""&&(this.regExp=e,this.cache=[])},e.prototype.update=function(e,t,a,n){if(this.regExp){for(var i=n.firstRow,l=n.lastRow,r={},c=a.$editor&&a.$editor.$search,d=c&&c.$isMultilineSearch(a.$editor.getLastSearchOptions()),h=i;h<=l;h++){var p=this.cache[h];if(null==p||a.getValue().length!=this.docLen){if(d){p=[];var g=c.$multiLineForward(a,this.regExp,h,l);if(g){var u=g.endRow<=l?g.endRow-1:l;u>h&&(h=u),p.push(new o(g.startRow,g.startCol,g.endRow,g.endCol))}p.length>this.MAX_RANGES&&(p=p.slice(0,this.MAX_RANGES))}else(p=s.getMatchOffsets(a.getLine(h),this.regExp)).length>this.MAX_RANGES&&(p=p.slice(0,this.MAX_RANGES)),p=p.map((function(e){return new o(h,e.offset,h,e.offset+e.length)}));this.cache[h]=p.length?p:""}if(0!==p.length)for(var m=p.length;m--;){var v=p[m].toScreenRange(a),b=v.toString();r[b]||(r[b]=!0,t.drawSingleLineMarker(e,v,this.clazz,n))}}this.docLen=a.getValue().length}},e}();n.prototype.MAX_RANGES=500,t.SearchHighlight=n})),ace.define("ace/undomanager",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=function(){function e(){this.$keepRedoStack,this.$maxRev=0,this.$fromUndo=!1,this.$undoDepth=1/0,this.reset()}return e.prototype.addSession=function(e){this.$session=e},e.prototype.add=function(e,t,a){if(!this.$fromUndo&&e!=this.$lastDelta){if(this.$keepRedoStack||(this.$redoStack.length=0),!1===t||!this.lastDeltas){this.lastDeltas=[];var s=this.$undoStack.length;s>this.$undoDepth-1&&this.$undoStack.splice(0,s-this.$undoDepth+1),this.$undoStack.push(this.lastDeltas),e.id=this.$rev=++this.$maxRev}"remove"!=e.action&&"insert"!=e.action||(this.$lastDelta=e),this.lastDeltas.push(e)}},e.prototype.addSelection=function(e,t){this.selections.push({value:e,rev:t||this.$rev})},e.prototype.startNewGroup=function(){return this.lastDeltas=null,this.$rev},e.prototype.markIgnored=function(e,t){null==t&&(t=this.$rev+1);for(var a=this.$undoStack,s=a.length;s--;){var o=a[s][0];if(o.id<=e)break;o.id<t&&(o.ignore=!0)}this.lastDeltas=null},e.prototype.getSelection=function(e,t){for(var a=this.selections,s=a.length;s--;){var o=a[s];if(o.rev<e)return t&&(o=a[s+1]),o}},e.prototype.getRevision=function(){return this.$rev},e.prototype.getDeltas=function(e,t){null==t&&(t=this.$rev+1);for(var a=this.$undoStack,s=null,o=0,n=a.length;n--;){var i=a[n][0];if(i.id<t&&!s&&(s=n+1),i.id<=e){o=n+1;break}}return a.slice(o,s)},e.prototype.getChangedRanges=function(e,t){null==t&&(t=this.$rev+1)},e.prototype.getChangedLines=function(e,t){null==t&&(t=this.$rev+1)},e.prototype.undo=function(e,t){this.lastDeltas=null;var a=this.$undoStack;if(function(e,t){for(var a=t;a--;){var s=e[a];if(s&&!s[0].ignore){for(;a<t-1;){var o=d(e[a],e[a+1]);e[a]=o[0],e[a+1]=o[1],a++}return!0}}}(a,a.length)){e||(e=this.$session),this.$redoStackBaseRev!==this.$rev&&this.$redoStack.length&&(this.$redoStack=[]),this.$fromUndo=!0;var s=a.pop(),o=null;return s&&(o=e.undoChanges(s,t),this.$redoStack.push(s),this.$syncRev()),this.$fromUndo=!1,o}},e.prototype.redo=function(e,t){if(this.lastDeltas=null,e||(e=this.$session),this.$fromUndo=!0,this.$redoStackBaseRev!=this.$rev){var a=this.getDeltas(this.$redoStackBaseRev,this.$rev+1);!function(e,t){for(var a=0;a<t.length;a++)for(var s=t[a],o=0;o<s.length;o++)m(e,s[o])}(this.$redoStack,a),this.$redoStackBaseRev=this.$rev,this.$redoStack.forEach((function(e){e[0].id=++this.$maxRev}),this)}var s=this.$redoStack.pop(),o=null;return s&&(o=e.redoChanges(s,t),this.$undoStack.push(s),this.$syncRev()),this.$fromUndo=!1,o},e.prototype.$syncRev=function(){var e=this.$undoStack,t=e[e.length-1],a=t&&t[0].id||0;this.$redoStackBaseRev=a,this.$rev=a},e.prototype.reset=function(){this.lastDeltas=null,this.$lastDelta=null,this.$undoStack=[],this.$redoStack=[],this.$rev=0,this.mark=0,this.$redoStackBaseRev=this.$rev,this.selections=[]},e.prototype.canUndo=function(){return this.$undoStack.length>0},e.prototype.canRedo=function(){return this.$redoStack.length>0},e.prototype.bookmark=function(e){null==e&&(e=this.$rev),this.mark=e},e.prototype.isAtBookmark=function(){return this.$rev===this.mark},e.prototype.toJSON=function(){return{$redoStack:this.$redoStack,$undoStack:this.$undoStack}},e.prototype.fromJSON=function(e){this.reset(),this.$undoStack=e.$undoStack,this.$redoStack=e.$redoStack},e.prototype.$prettyPrint=function(e){return e?l(e):l(this.$undoStack)+"\n---\n"+l(this.$redoStack)},e}();s.prototype.hasUndo=s.prototype.canUndo,s.prototype.hasRedo=s.prototype.canRedo,s.prototype.isClean=s.prototype.isAtBookmark,s.prototype.markClean=s.prototype.bookmark;var o=e("./range").Range,n=o.comparePoints;function i(e){return{row:e.row,column:e.column}}function l(e){if(e=e||this,Array.isArray(e))return e.map(l).join("\n");var t="";return e.action?(t="insert"==e.action?"+":"-",t+="["+e.lines+"]"):e.value&&(t=Array.isArray(e.value)?e.value.map(r).join("\n"):r(e.value)),e.start&&(t+=r(e)),(e.id||e.rev)&&(t+="\t("+(e.id||e.rev)+")"),t}function r(e){return e.start.row+":"+e.start.column+"=>"+e.end.row+":"+e.end.column}function c(e,t){var a="insert"==e.action,s="insert"==t.action;if(a&&s)if(n(t.start,e.end)>=0)p(t,e,-1);else{if(!(n(t.start,e.start)<=0))return null;p(e,t,1)}else if(a&&!s)if(n(t.start,e.end)>=0)p(t,e,-1);else{if(!(n(t.end,e.start)<=0))return null;p(e,t,-1)}else if(!a&&s)if(n(t.start,e.start)>=0)p(t,e,1);else{if(!(n(t.start,e.start)<=0))return null;p(e,t,1)}else if(!a&&!s)if(n(t.start,e.start)>=0)p(t,e,1);else{if(!(n(t.end,e.start)<=0))return null;p(e,t,-1)}return[t,e]}function d(e,t){for(var a=e.length;a--;)for(var s=0;s<t.length;s++)if(!c(e[a],t[s])){for(;a<e.length;){for(;s--;)c(t[s],e[a]);s=t.length,a++}return[e,t]}return e.selectionBefore=t.selectionBefore=e.selectionAfter=t.selectionAfter=null,[t,e]}function h(e,t){var a="insert"==e.action,s="insert"==t.action;if(a&&s)n(e.start,t.start)<0?p(t,e,1):p(e,t,1);else if(a&&!s)n(e.start,t.end)>=0?p(e,t,-1):(n(e.start,t.start)<=0||p(e,o.fromPoints(t.start,e.start),-1),p(t,e,1));else if(!a&&s)n(t.start,e.end)>=0?p(t,e,-1):(n(t.start,e.start)<=0||p(t,o.fromPoints(e.start,t.start),-1),p(e,t,1));else if(!a&&!s)if(n(t.start,e.end)>=0)p(t,e,-1);else{var i,l;if(!(n(t.end,e.start)<=0))return n(e.start,t.start)<0&&(i=e,e=u(e,t.start)),n(e.end,t.end)>0&&(l=u(e,t.end)),g(t.end,e.start,e.end,-1),l&&!i&&(e.lines=l.lines,e.start=l.start,e.end=l.end,l=e),[t,i,l].filter(Boolean);p(e,t,-1)}return[t,e]}function p(e,t,a){g(e.start,t.start,t.end,a),g(e.end,t.start,t.end,a)}function g(e,t,a,s){e.row==(1==s?t:a).row&&(e.column+=s*(a.column-t.column)),e.row+=s*(a.row-t.row)}function u(e,t){var a=e.lines,s=e.end;e.end=i(t);var o=e.end.row-e.start.row,n=a.splice(o,a.length),l=o?t.column:t.column-e.start.column;return a.push(n[0].substring(0,l)),n[0]=n[0].substr(l),{start:i(t),end:s,lines:n,action:e.action}}function m(e,t){t=function(e){return{start:i(e.start),end:i(e.end),action:e.action,lines:e.lines.slice()}}(t);for(var a=e.length;a--;){for(var s=e[a],o=0;o<s.length;o++){var n=h(s[o],t);t=n[0],2!=n.length&&(n[2]?(s.splice(o+1,1,n[1],n[2]),o++):n[1]||(s.splice(o,1),o--))}s.length||e.splice(a,1)}return e}o.comparePoints,t.UndoManager=s})),ace.define("ace/edit_session/fold_line",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../range").Range,o=function(){function e(e,t){this.foldData=e,Array.isArray(t)?this.folds=t:t=this.folds=[t];var a=t[t.length-1];this.range=new s(t[0].start.row,t[0].start.column,a.end.row,a.end.column),this.start=this.range.start,this.end=this.range.end,this.folds.forEach((function(e){e.setFoldLine(this)}),this)}return e.prototype.shiftRow=function(e){this.start.row+=e,this.end.row+=e,this.folds.forEach((function(t){t.start.row+=e,t.end.row+=e}))},e.prototype.addFold=function(e){if(e.sameRow){if(e.start.row<this.startRow||e.endRow>this.endRow)throw new Error("Can't add a fold to this FoldLine as it has no connection");this.folds.push(e),this.folds.sort((function(e,t){return-e.range.compareEnd(t.start.row,t.start.column)})),this.range.compareEnd(e.start.row,e.start.column)>0?(this.end.row=e.end.row,this.end.column=e.end.column):this.range.compareStart(e.end.row,e.end.column)<0&&(this.start.row=e.start.row,this.start.column=e.start.column)}else if(e.start.row==this.end.row)this.folds.push(e),this.end.row=e.end.row,this.end.column=e.end.column;else{if(e.end.row!=this.start.row)throw new Error("Trying to add fold to FoldRow that doesn't have a matching row");this.folds.unshift(e),this.start.row=e.start.row,this.start.column=e.start.column}e.foldLine=this},e.prototype.containsRow=function(e){return e>=this.start.row&&e<=this.end.row},e.prototype.walk=function(e,t,a){var s,o,n=0,i=this.folds,l=!0;null==t&&(t=this.end.row,a=this.end.column);for(var r=0;r<i.length;r++){if(-1==(o=(s=i[r]).range.compareStart(t,a)))return void e(null,t,a,n,l);if(!e(null,s.start.row,s.start.column,n,l)&&e(s.placeholder,s.start.row,s.start.column,n)||0===o)return;l=!s.sameRow,n=s.end.column}e(null,t,a,n,l)},e.prototype.getNextFoldTo=function(e,t){for(var a,s,o=0;o<this.folds.length;o++){if(-1==(s=(a=this.folds[o]).range.compareEnd(e,t)))return{fold:a,kind:"after"};if(0===s)return{fold:a,kind:"inside"}}return null},e.prototype.addRemoveChars=function(e,t,a){var s,o,n=this.getNextFoldTo(e,t);if(n)if(s=n.fold,"inside"==n.kind&&s.start.column!=t&&s.start.row!=e)window.console&&window.console.log(e,t,s);else if(s.start.row==e){var i=(o=this.folds).indexOf(s);for(0===i&&(this.start.column+=a);i<o.length;i++){if((s=o[i]).start.column+=a,!s.sameRow)return;s.end.column+=a}this.end.column+=a}},e.prototype.split=function(t,a){var s=this.getNextFoldTo(t,a);if(!s||"inside"==s.kind)return null;var o=s.fold,n=this.folds,i=this.foldData,l=n.indexOf(o),r=n[l-1];this.end.row=r.end.row,this.end.column=r.end.column;var c=new e(i,n=n.splice(l,n.length-l));return i.splice(i.indexOf(this)+1,0,c),c},e.prototype.merge=function(e){for(var t=e.folds,a=0;a<t.length;a++)this.addFold(t[a]);var s=this.foldData;s.splice(s.indexOf(e),1)},e.prototype.toString=function(){var e=[this.range.toString()+": ["];return this.folds.forEach((function(t){e.push(" "+t.toString())})),e.push("]"),e.join("\n")},e.prototype.idxToPosition=function(e){for(var t=0,a=0;a<this.folds.length;a++){var s=this.folds[a];if((e-=s.start.column-t)<0)return{row:s.start.row,column:s.start.column+e};if((e-=s.placeholder.length)<0)return s.start;t=s.end.column}return{row:this.end.row,column:this.end.column+e}},e}();t.FoldLine=o})),ace.define("ace/range_list",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("./range").Range.comparePoints,o=function(){function e(){this.ranges=[],this.$bias=1}return e.prototype.pointIndex=function(e,t,a){for(var o=this.ranges,n=a||0;n<o.length;n++){var i=o[n],l=s(e,i.end);if(!(l>0)){var r=s(e,i.start);return 0===l?t&&0!==r?-n-2:n:r>0||0===r&&!t?n:-n-1}}return-n-1},e.prototype.add=function(e){var t=!e.isEmpty(),a=this.pointIndex(e.start,t);a<0&&(a=-a-1);var s=this.pointIndex(e.end,t,a);return s<0?s=-s-1:s++,this.ranges.splice(a,s-a,e)},e.prototype.addList=function(e){for(var t=[],a=e.length;a--;)t.push.apply(t,this.add(e[a]));return t},e.prototype.substractPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges.splice(t,1)},e.prototype.merge=function(){for(var e,t=[],a=this.ranges,o=(a=a.sort((function(e,t){return s(e.start,t.start)})))[0],n=1;n<a.length;n++){e=o,o=a[n];var i=s(e.end,o.start);i<0||(0!=i||e.isEmpty()||o.isEmpty())&&(s(e.end,o.end)<0&&(e.end.row=o.end.row,e.end.column=o.end.column),a.splice(n,1),t.push(o),o=e,n--)}return this.ranges=a,t},e.prototype.contains=function(e,t){return this.pointIndex({row:e,column:t})>=0},e.prototype.containsPoint=function(e){return this.pointIndex(e)>=0},e.prototype.rangeAtPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges[t]},e.prototype.clipRows=function(e,t){var a=this.ranges;if(a[0].start.row>t||a[a.length-1].start.row<e)return[];var s=this.pointIndex({row:e,column:0});s<0&&(s=-s-1);var o=this.pointIndex({row:t,column:0},s);o<0&&(o=-o-1);for(var n=[],i=s;i<o;i++)n.push(a[i]);return n},e.prototype.removeAll=function(){return this.ranges.splice(0,this.ranges.length)},e.prototype.attach=function(e){this.session&&this.detach(),this.session=e,this.onChange=this.$onChange.bind(this),this.session.on("change",this.onChange)},e.prototype.detach=function(){this.session&&(this.session.removeListener("change",this.onChange),this.session=null)},e.prototype.$onChange=function(e){for(var t=e.start,a=e.end,s=t.row,o=a.row,n=this.ranges,i=0,l=n.length;i<l&&!((d=n[i]).end.row>=s);i++);if("insert"==e.action){for(var r=o-s,c=-t.column+a.column;i<l&&!((d=n[i]).start.row>s);i++)if(d.start.row==s&&d.start.column>=t.column&&(d.start.column==t.column&&this.$bias<=0||(d.start.column+=c,d.start.row+=r)),d.end.row==s&&d.end.column>=t.column){if(d.end.column==t.column&&this.$bias<0)continue;d.end.column==t.column&&c>0&&i<l-1&&d.end.column>d.start.column&&d.end.column==n[i+1].start.column&&(d.end.column-=c),d.end.column+=c,d.end.row+=r}}else for(r=s-o,c=t.column-a.column;i<l&&!((d=n[i]).start.row>o);i++)d.end.row<o&&(s<d.end.row||s==d.end.row&&t.column<d.end.column)?(d.end.row=s,d.end.column=t.column):d.end.row==o?d.end.column<=a.column?(r||d.end.column>t.column)&&(d.end.column=t.column,d.end.row=t.row):(d.end.column+=c,d.end.row+=r):d.end.row>o&&(d.end.row+=r),d.start.row<o&&(s<d.start.row||s==d.start.row&&t.column<d.start.column)?(d.start.row=s,d.start.column=t.column):d.start.row==o?d.start.column<=a.column?(r||d.start.column>t.column)&&(d.start.column=t.column,d.start.row=t.row):(d.start.column+=c,d.start.row+=r):d.start.row>o&&(d.start.row+=r);if(0!=r&&i<l)for(;i<l;i++){var d;(d=n[i]).start.row+=r,d.end.row+=r}},e}();o.prototype.comparePoints=s,t.RangeList=o})),ace.define("ace/edit_session/fold",["require","exports","module","ace/range_list"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=function(e){function t(t,a){var s=e.call(this)||this;return s.foldLine=null,s.placeholder=a,s.range=t,s.start=t.start,s.end=t.end,s.sameRow=t.start.row==t.end.row,s.subFolds=s.ranges=[],s}return o(t,e),t.prototype.toString=function(){return'"'+this.placeholder+'" '+this.range.toString()},t.prototype.setFoldLine=function(e){this.foldLine=e,this.subFolds.forEach((function(t){t.setFoldLine(e)}))},t.prototype.clone=function(){var e=new t(this.range.clone(),this.placeholder);return this.subFolds.forEach((function(t){e.subFolds.push(t.clone())})),e.collapseChildren=this.collapseChildren,e},t.prototype.addSubFold=function(e){if(!this.range.isEqual(e)){var t,a;t=e,a=this.start,i(t.start,a),i(t.end,a);for(var s=e.start.row,o=e.start.column,n=0,l=-1;n<this.subFolds.length&&1==(l=this.subFolds[n].range.compare(s,o));n++);var r=this.subFolds[n],c=0;if(0==l){if(r.range.containsRange(e))return r.addSubFold(e);c=1}s=e.range.end.row,o=e.range.end.column;var d=n;for(l=-1;d<this.subFolds.length&&1==(l=this.subFolds[d].range.compare(s,o));d++);0==l&&d++;for(var h=this.subFolds.splice(n,d-n,e),p=0==l?h.length-1:h.length,g=c;g<p;g++)e.addSubFold(h[g]);return e.setFoldLine(this.foldLine),e}},t.prototype.restoreRange=function(e){return function(e,t){l(e.start,t),l(e.end,t)}(e,this.start)},t}(e("../range_list").RangeList);function i(e,t){e.row-=t.row,0==e.row&&(e.column-=t.column)}function l(e,t){0==e.row&&(e.column+=t.column),e.row+=t.row}t.Fold=n})),ace.define("ace/edit_session/folding",["require","exports","module","ace/range","ace/edit_session/fold_line","ace/edit_session/fold","ace/token_iterator","ace/mouse/mouse_event"],(function(e,t,a){"use strict";var s=e("../range").Range,o=e("./fold_line").FoldLine,n=e("./fold").Fold,i=e("../token_iterator").TokenIterator,l=e("../mouse/mouse_event").MouseEvent;t.Folding=function(){this.getFoldAt=function(e,t,a){var s=this.getFoldLine(e);if(!s)return null;for(var o=s.folds,n=0;n<o.length;n++){var i=o[n].range;if(i.contains(e,t)){if(1==a&&i.isEnd(e,t)&&!i.isEmpty())continue;if(-1==a&&i.isStart(e,t)&&!i.isEmpty())continue;return o[n]}}},this.getFoldsInRange=function(e){var t=e.start,a=e.end,s=this.$foldData,o=[];t.column+=1,a.column-=1;for(var n=0;n<s.length;n++){var i=s[n].range.compareRange(e);if(2!=i){if(-2==i)break;for(var l=s[n].folds,r=0;r<l.length;r++){var c=l[r];if(-2==(i=c.range.compareRange(e)))break;if(2!=i){if(42==i)break;o.push(c)}}}}return t.column-=1,a.column+=1,o},this.getFoldsInRangeList=function(e){if(Array.isArray(e)){var t=[];e.forEach((function(e){t=t.concat(this.getFoldsInRange(e))}),this)}else t=this.getFoldsInRange(e);return t},this.getAllFolds=function(){for(var e=[],t=this.$foldData,a=0;a<t.length;a++)for(var s=0;s<t[a].folds.length;s++)e.push(t[a].folds[s]);return e},this.getFoldStringAt=function(e,t,a,s){if(!(s=s||this.getFoldLine(e)))return null;for(var o,n,i={end:{column:0}},l=0;l<s.folds.length;l++){var r=(n=s.folds[l]).range.compareEnd(e,t);if(-1==r){o=this.getLine(n.start.row).substring(i.end.column,n.start.column);break}if(0===r)return null;i=n}return o||(o=this.getLine(n.start.row).substring(i.end.column)),-1==a?o.substring(0,t-i.end.column):1==a?o.substring(t-i.end.column):o},this.getFoldLine=function(e,t){var a=this.$foldData,s=0;for(t&&(s=a.indexOf(t)),-1==s&&(s=0);s<a.length;s++){var o=a[s];if(o.start.row<=e&&o.end.row>=e)return o;if(o.end.row>e)return null}return null},this.getNextFoldLine=function(e,t){var a=this.$foldData,s=0;for(t&&(s=a.indexOf(t)),-1==s&&(s=0);s<a.length;s++){var o=a[s];if(o.end.row>=e)return o}return null},this.getFoldedRowCount=function(e,t){for(var a=this.$foldData,s=t-e+1,o=0;o<a.length;o++){var n=a[o],i=n.end.row,l=n.start.row;if(i>=t){l<t&&(l>=e?s-=t-l:s=0);break}i>=e&&(s-=l>=e?i-l:i-e+1)}return s},this.$addFoldLine=function(e){return this.$foldData.push(e),this.$foldData.sort((function(e,t){return e.start.row-t.start.row})),e},this.addFold=function(e,t){var a,s=this.$foldData,i=!1;e instanceof n?a=e:(a=new n(t,e)).collapseChildren=t.collapseChildren,this.$clipRangeToDocument(a.range);var l=a.start.row,r=a.start.column,c=a.end.row,d=a.end.column,h=this.getFoldAt(l,r,1),p=this.getFoldAt(c,d,-1);if(h&&p==h)return h.addSubFold(a);h&&!h.range.isStart(l,r)&&this.removeFold(h),p&&!p.range.isEnd(c,d)&&this.removeFold(p);var g=this.getFoldsInRange(a.range);g.length>0&&(this.removeFolds(g),a.collapseChildren||g.forEach((function(e){a.addSubFold(e)})));for(var u=0;u<s.length;u++){var m=s[u];if(c==m.start.row){m.addFold(a),i=!0;break}if(l==m.end.row){if(m.addFold(a),i=!0,!a.sameRow){var v=s[u+1];if(v&&v.start.row==c){m.merge(v);break}}break}if(c<=m.start.row)break}return i||(m=this.$addFoldLine(new o(this.$foldData,a))),this.$useWrapMode?this.$updateWrapData(m.start.row,m.start.row):this.$updateRowLengthCache(m.start.row,m.start.row),this.$modified=!0,this._signal("changeFold",{data:a,action:"add"}),a},this.addFolds=function(e){e.forEach((function(e){this.addFold(e)}),this)},this.removeFold=function(e){var t=e.foldLine,a=t.start.row,s=t.end.row,o=this.$foldData,n=t.folds;if(1==n.length)o.splice(o.indexOf(t),1);else if(t.range.isEnd(e.end.row,e.end.column))n.pop(),t.end.row=n[n.length-1].end.row,t.end.column=n[n.length-1].end.column;else if(t.range.isStart(e.start.row,e.start.column))n.shift(),t.start.row=n[0].start.row,t.start.column=n[0].start.column;else if(e.sameRow)n.splice(n.indexOf(e),1);else{var i=t.split(e.start.row,e.start.column);(n=i.folds).shift(),i.start.row=n[0].start.row,i.start.column=n[0].start.column}this.$updating||(this.$useWrapMode?this.$updateWrapData(a,s):this.$updateRowLengthCache(a,s)),this.$modified=!0,this._signal("changeFold",{data:e,action:"remove"})},this.removeFolds=function(e){for(var t=[],a=0;a<e.length;a++)t.push(e[a]);t.forEach((function(e){this.removeFold(e)}),this),this.$modified=!0},this.expandFold=function(e){this.removeFold(e),e.subFolds.forEach((function(t){e.restoreRange(t),this.addFold(t)}),this),e.collapseChildren>0&&this.foldAll(e.start.row+1,e.end.row,e.collapseChildren-1),e.subFolds=[]},this.expandFolds=function(e){e.forEach((function(e){this.expandFold(e)}),this)},this.unfold=function(e,t){var a,o;if(null==e)a=new s(0,0,this.getLength(),0),null==t&&(t=!0);else if("number"==typeof e)a=new s(e,0,e,this.getLine(e).length);else if("row"in e)a=s.fromPoints(e,e);else{if(Array.isArray(e))return o=[],e.forEach((function(e){o=o.concat(this.unfold(e))}),this),o;a=e}for(var n=o=this.getFoldsInRangeList(a);1==o.length&&s.comparePoints(o[0].start,a.start)<0&&s.comparePoints(o[0].end,a.end)>0;)this.expandFolds(o),o=this.getFoldsInRangeList(a);if(0!=t?this.removeFolds(o):this.expandFolds(o),n.length)return n},this.isRowFolded=function(e,t){return!!this.getFoldLine(e,t)},this.getRowFoldEnd=function(e,t){var a=this.getFoldLine(e,t);return a?a.end.row:e},this.getRowFoldStart=function(e,t){var a=this.getFoldLine(e,t);return a?a.start.row:e},this.getFoldDisplayLine=function(e,t,a,s,o){null==s&&(s=e.start.row),null==o&&(o=0),null==t&&(t=e.end.row),null==a&&(a=this.getLine(t).length);var n=this.doc,i="";return e.walk((function(e,t,a,l){if(!(t<s)){if(t==s){if(a<o)return;l=Math.max(o,l)}i+=null!=e?e:n.getLine(t).substring(l,a)}}),t,a),i},this.getDisplayLine=function(e,t,a,s){var o,n=this.getFoldLine(e);return n?this.getFoldDisplayLine(n,e,t,a,s):(o=this.doc.getLine(e)).substring(s||0,t||o.length)},this.$cloneFoldData=function(){var e=[];return e=this.$foldData.map((function(t){var a=t.folds.map((function(e){return e.clone()}));return new o(e,a)}))},this.toggleFold=function(e){var t,a,s=this.selection.getRange();if(s.isEmpty()){var o=s.start;if(t=this.getFoldAt(o.row,o.column))return void this.expandFold(t);if(e){var n=this.getFoldLine(o.row);return void(n&&this.expandFolds(n.folds))}(a=this.findMatchingBracket(o))?1==s.comparePoint(a)?s.end=a:(s.start=a,s.start.column++,s.end.column--):(a=this.findMatchingBracket({row:o.row,column:o.column+1}))?(1==s.comparePoint(a)?s.end=a:s.start=a,s.start.column++):s=this.getCommentFoldRange(o.row,o.column)||s}else{var i=this.getFoldsInRange(s);if(e&&i.length)return void this.expandFolds(i);1==i.length&&(t=i[0])}if(t||(t=this.getFoldAt(s.start.row,s.start.column)),t&&t.range.toString()==s.toString())this.expandFold(t);else{var l="...";if(!s.isMultiLine()){if((l=this.getTextRange(s)).length<4)return;l=l.trim().substring(0,2)+".."}this.addFold(l,s)}},this.getCommentFoldRange=function(e,t,a){var o=new i(this,e,t),n=o.getCurrentToken(),l=n&&n.type;if(n&&/^comment|string/.test(l)){"comment"==(l=l.match(/comment|string/)[0])&&(l+="|doc-start|\\.doc");var r=new RegExp(l),c=new s;if(1!=a){do{n=o.stepBackward()}while(n&&r.test(n.type));n=o.stepForward()}c.start.row=o.getCurrentTokenRow(),c.start.column=o.getCurrentTokenColumn()+n.value.length,o=new i(this,e,t);var d=this.getState(o.$row);if(-1!=a){var h=-1;do{if(n=o.stepForward(),-1==h){var p=this.getState(o.$row);d.toString()!==p.toString()&&(h=o.$row)}else if(o.$row>h)break}while(n&&r.test(n.type));n=o.stepBackward()}else n=o.getCurrentToken();if(c.end.row=o.getCurrentTokenRow(),c.end.column=o.getCurrentTokenColumn(),c.start.row==c.end.row&&c.start.column>c.end.column)return;return c}},this.foldAll=function(e,t,a,s){null==a&&(a=1e5);var o=this.foldWidgets;if(o){t=t||this.getLength();for(var n=e=e||0;n<t;n++)if(null==o[n]&&(o[n]=this.getFoldWidget(n)),"start"==o[n]&&(!s||s(n))){var i=this.getFoldWidgetRange(n);i&&i.isMultiLine()&&i.end.row<=t&&i.start.row>=e&&(n=i.end.row,i.collapseChildren=a,this.addFold("...",i))}}},this.foldToLevel=function(e){for(this.foldAll();e-- >0;)this.unfold(null,!1)},this.foldAllComments=function(){var e=this;this.foldAll(null,null,null,(function(t){for(var a=e.getTokens(t),s=0;s<a.length;s++){var o=a[s];if("text"!=o.type||!/^\s+$/.test(o.value))return!!/comment/.test(o.type)}}))},this.$foldStyles={manual:1,markbegin:1,markbeginend:1},this.$foldStyle="markbegin",this.setFoldStyle=function(e){if(!this.$foldStyles[e])throw new Error("invalid fold style: "+e+"["+Object.keys(this.$foldStyles).join(", ")+"]");if(this.$foldStyle!=e){this.$foldStyle=e,"manual"==e&&this.unfold();var t=this.$foldMode;this.$setFolding(null),this.$setFolding(t)}},this.$setFolding=function(e){this.$foldMode!=e&&(this.$foldMode=e,this.off("change",this.$updateFoldWidgets),this.off("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets),this._signal("changeAnnotation"),e&&"manual"!=this.$foldStyle?(this.foldWidgets=[],this.getFoldWidget=e.getFoldWidget.bind(e,this,this.$foldStyle),this.getFoldWidgetRange=e.getFoldWidgetRange.bind(e,this,this.$foldStyle),this.$updateFoldWidgets=this.updateFoldWidgets.bind(this),this.$tokenizerUpdateFoldWidgets=this.tokenizerUpdateFoldWidgets.bind(this),this.on("change",this.$updateFoldWidgets),this.on("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets)):this.foldWidgets=null)},this.getParentFoldRangeData=function(e,t){var a=this.foldWidgets;if(!a||t&&a[e])return{};for(var s,o=e-1;o>=0;){var n=a[o];if(null==n&&(n=a[o]=this.getFoldWidget(o)),"start"==n){var i=this.getFoldWidgetRange(o);if(s||(s=i),i&&i.end.row>=e)break}o--}return{range:-1!==o&&i,firstRange:s}},this.onFoldWidgetClick=function(e,t){t instanceof l&&(t=t.domEvent);var a={children:t.shiftKey,all:t.ctrlKey||t.metaKey,siblings:t.altKey};if(!this.$toggleFoldWidget(e,a)){var s=t.target||t.srcElement;s&&/ace_fold-widget/.test(s.className)&&(s.className+=" ace_invalid")}},this.$toggleFoldWidget=function(e,t){if(this.getFoldWidget){var a=this.getFoldWidget(e),s=this.getLine(e),o="end"===a?-1:1,n=this.getFoldAt(e,-1===o?0:s.length,o);if(n)return t.children||t.all?this.removeFold(n):this.expandFold(n),n;var i=this.getFoldWidgetRange(e,!0);if(i&&!i.isMultiLine()&&(n=this.getFoldAt(i.start.row,i.start.column,1))&&i.isEqual(n.range))return this.removeFold(n),n;if(t.siblings){var l=this.getParentFoldRangeData(e);if(l.range)var r=l.range.start.row+1,c=l.range.end.row;this.foldAll(r,c,t.all?1e4:0)}else t.children?(c=i?i.end.row:this.getLength(),this.foldAll(e+1,c,t.all?1e4:0)):i&&(t.all&&(i.collapseChildren=1e4),this.addFold("...",i));return i}},this.toggleFoldWidget=function(e){var t=this.selection.getCursor().row;t=this.getRowFoldStart(t);var a=this.$toggleFoldWidget(t,{});if(!a){var s=this.getParentFoldRangeData(t,!0);if(a=s.range||s.firstRange){t=a.start.row;var o=this.getFoldAt(t,this.getLine(t).length,1);o?this.removeFold(o):this.addFold("...",a)}}},this.updateFoldWidgets=function(e){var t=e.start.row,a=e.end.row-t;if(0===a)this.foldWidgets[t]=null;else if("remove"==e.action)this.foldWidgets.splice(t,a+1,null);else{var s=Array(a+1);s.unshift(t,1),this.foldWidgets.splice.apply(this.foldWidgets,s)}},this.tokenizerUpdateFoldWidgets=function(e){var t=e.data;t.first!=t.last&&this.foldWidgets.length>t.first&&this.foldWidgets.splice(t.first,this.foldWidgets.length)}}})),ace.define("ace/edit_session/bracket_match",["require","exports","module","ace/token_iterator","ace/range"],(function(e,t,a){"use strict";var s=e("../token_iterator").TokenIterator,o=e("../range").Range;t.BracketMatch=function(){this.findMatchingBracket=function(e,t){if(0==e.column)return null;var a=t||this.getLine(e.row).charAt(e.column-1);if(""==a)return null;var s=a.match(/([\(\[\{])|([\)\]\}])/);return s?s[1]?this.$findClosingBracket(s[1],e):this.$findOpeningBracket(s[2],e):null},this.getBracketRange=function(e){var t,a=this.getLine(e.row),s=!0,n=a.charAt(e.column-1),i=n&&n.match(/([\(\[\{])|([\)\]\}])/);if(i||(n=a.charAt(e.column),e={row:e.row,column:e.column+1},i=n&&n.match(/([\(\[\{])|([\)\]\}])/),s=!1),!i)return null;if(i[1]){if(!(l=this.$findClosingBracket(i[1],e)))return null;t=o.fromPoints(e,l),s||(t.end.column++,t.start.column--),t.cursor=t.end}else{var l;if(!(l=this.$findOpeningBracket(i[2],e)))return null;t=o.fromPoints(l,e),s||(t.start.column++,t.end.column--),t.cursor=t.start}return t},this.getMatchingBracketRanges=function(e,t){var a=this.getLine(e.row),s=/([\(\[\{])|([\)\]\}])/,n=!t&&a.charAt(e.column-1),i=n&&n.match(s);if(i||(n=(void 0===t||t)&&a.charAt(e.column),e={row:e.row,column:e.column+1},i=n&&n.match(s)),!i)return null;var l=new o(e.row,e.column-1,e.row,e.column),r=i[1]?this.$findClosingBracket(i[1],e):this.$findOpeningBracket(i[2],e);return r?[l,new o(r.row,r.column,r.row,r.column+1)]:[l]},this.$brackets={")":"(","(":")","]":"[","[":"]","{":"}","}":"{","<":">",">":"<"},this.$findOpeningBracket=function(e,t,a){var o=this.$brackets[e],n=1,i=new s(this,t.row,t.column),l=i.getCurrentToken();if(l||(l=i.stepForward()),l){a||(a=new RegExp("(\\.?"+l.type.replace(".","\\.").replace("rparen",".paren").replace(/\b(?:end)\b/,"(?:start|begin|end)").replace(/-close\b/,"-(close|open)")+")+"));for(var r=t.column-i.getCurrentTokenColumn()-2,c=l.value;;){for(;r>=0;){var d=c.charAt(r);if(d==o){if(0==(n-=1))return{row:i.getCurrentTokenRow(),column:r+i.getCurrentTokenColumn()}}else d==e&&(n+=1);r-=1}do{l=i.stepBackward()}while(l&&!a.test(l.type));if(null==l)break;r=(c=l.value).length-1}return null}},this.$findClosingBracket=function(e,t,a){var o=this.$brackets[e],n=1,i=new s(this,t.row,t.column),l=i.getCurrentToken();if(l||(l=i.stepForward()),l){a||(a=new RegExp("(\\.?"+l.type.replace(".","\\.").replace("lparen",".paren").replace(/\b(?:start|begin)\b/,"(?:start|begin|end)").replace(/-open\b/,"-(close|open)")+")+"));for(var r=t.column-i.getCurrentTokenColumn();;){for(var c=l.value,d=c.length;r<d;){var h=c.charAt(r);if(h==o){if(0==(n-=1))return{row:i.getCurrentTokenRow(),column:r+i.getCurrentTokenColumn()}}else h==e&&(n+=1);r+=1}do{l=i.stepForward()}while(l&&!a.test(l.type));if(null==l)break;r=0}return null}},this.getMatchingTags=function(e){var t=new s(this,e.row,e.column),a=this.$findTagName(t);if(a)return"<"===t.stepBackward().value?this.$findClosingTag(t,a):this.$findOpeningTag(t,a)},this.$findTagName=function(e){var t=e.getCurrentToken(),a=!1,s=!1;if(t&&-1===t.type.indexOf("tag-name"))do{(t=s?e.stepBackward():e.stepForward())&&("/>"===t.value?s=!0:-1!==t.type.indexOf("tag-name")&&(a=!0))}while(t&&!a);return t},this.$findClosingTag=function(e,t){var a,s=t.value,n=t.value,i=0,l=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);t=e.stepForward();var r=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+t.value.length),c=!1;do{if(-1!==(a=t).type.indexOf("tag-close")&&!c){var d=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);c=!0}if(t=e.stepForward())if(">"!==t.value||c||(d=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1),c=!0),-1!==t.type.indexOf("tag-name")){if(n===(s=t.value))if("<"===a.value)i++;else if("</"===a.value&&--i<0){e.stepBackward();var h=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+2);t=e.stepForward();var p=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+t.value.length);if(-1===t.type.indexOf("tag-close")&&(t=e.stepForward()),!t||">"!==t.value)return;var g=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1)}}else n===s&&"/>"===t.value&&--i<0&&(g=p=h=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+2),d=new o(r.end.row,r.end.column,r.end.row,r.end.column+1))}while(t&&i>=0);if(l&&d&&h&&g&&r&&p)return{openTag:new o(l.start.row,l.start.column,d.end.row,d.end.column),closeTag:new o(h.start.row,h.start.column,g.end.row,g.end.column),openTagName:r,closeTagName:p}},this.$findOpeningTag=function(e,t){var a=e.getCurrentToken(),s=t.value,n=0,i=e.getCurrentTokenRow(),l=e.getCurrentTokenColumn(),r=l+2,c=new o(i,l,i,r);e.stepForward();var d=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+t.value.length);if(-1===t.type.indexOf("tag-close")&&(t=e.stepForward()),t&&">"===t.value){var h=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);e.stepBackward(),e.stepBackward();do{if(t=a,i=e.getCurrentTokenRow(),r=(l=e.getCurrentTokenColumn())+t.value.length,a=e.stepBackward(),t)if(-1!==t.type.indexOf("tag-name")){if(s===t.value)if("<"===a.value){if(++n>0){var p=new o(i,l,i,r),g=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1);do{t=e.stepForward()}while(t&&">"!==t.value);var u=new o(e.getCurrentTokenRow(),e.getCurrentTokenColumn(),e.getCurrentTokenRow(),e.getCurrentTokenColumn()+1)}}else"</"===a.value&&n--}else if("/>"===t.value){for(var m=0,v=a;v;){if(-1!==v.type.indexOf("tag-name")&&v.value===s){n--;break}if("<"===v.value)break;v=e.stepBackward(),m++}for(var b=0;b<m;b++)e.stepForward()}}while(a&&n<=0);return g&&u&&c&&h&&p&&d?{openTag:new o(g.start.row,g.start.column,u.end.row,u.end.column),closeTag:new o(c.start.row,c.start.column,h.end.row,h.end.column),openTagName:p,closeTagName:d}:void 0}}}})),ace.define("ace/edit_session",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/bidihandler","ace/config","ace/lib/event_emitter","ace/selection","ace/mode/text","ace/range","ace/line_widgets","ace/document","ace/background_tokenizer","ace/search_highlight","ace/undomanager","ace/edit_session/folding","ace/edit_session/bracket_match"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/lang"),n=e("./bidihandler").BidiHandler,i=e("./config"),l=e("./lib/event_emitter").EventEmitter,r=e("./selection").Selection,c=e("./mode/text").Mode,d=e("./range").Range,h=e("./line_widgets").LineWidgets,p=e("./document").Document,g=e("./background_tokenizer").BackgroundTokenizer,u=e("./search_highlight").SearchHighlight,m=e("./undomanager").UndoManager,v=function(){function e(t,a){this.doc,this.$breakpoints=[],this.$decorations=[],this.$frontMarkers={},this.$backMarkers={},this.$markerId=1,this.$undoSelect=!0,this.$editor=null,this.prevOp={},this.$foldData=[],this.id="session"+ ++e.$uid,this.$foldData.toString=function(){return this.join("\n")},this.$gutterCustomWidgets={},this.bgTokenizer=new g((new c).getTokenizer(),this);var s=this;this.bgTokenizer.on("update",(function(e){s._signal("tokenizerUpdate",e)})),this.on("changeFold",this.onChangeFold.bind(this)),this.$onChange=this.onChange.bind(this),"object"==typeof t&&t.getLine||(t=new p(t)),this.setDocument(t),this.selection=new r(this),this.$onSelectionChange=this.onSelectionChange.bind(this),this.selection.on("changeSelection",this.$onSelectionChange),this.selection.on("changeCursor",this.$onSelectionChange),this.$bidiHandler=new n(this),i.resetOptions(this),this.setMode(a),i._signal("session",this),this.destroyed=!1,this.$initOperationListeners()}return e.prototype.$initOperationListeners=function(){var e=this;this.curOp=null,this.on("change",(function(){e.curOp||(e.startOperation(),e.curOp.selectionBefore=e.$lastSel),e.curOp.docChanged=!0}),!0),this.on("changeSelection",(function(){e.curOp||(e.startOperation(),e.curOp.selectionBefore=e.$lastSel),e.curOp.selectionChanged=!0}),!0),this.$operationResetTimer=o.delayedCall(this.endOperation.bind(this,!0))},e.prototype.startOperation=function(e){if(this.curOp){if(!e||this.curOp.command)return;this.prevOp=this.curOp}e||(e={}),this.$operationResetTimer.schedule(),this.curOp={command:e.command||{},args:e.args},this.curOp.selectionBefore=this.selection.toJSON(),this._signal("startOperation",e)},e.prototype.endOperation=function(e){if(this.curOp){if(e&&!1===e.returnValue)return this.curOp=null,void this._signal("endOperation",e);if(1==e&&this.curOp.command&&"mouse"==this.curOp.command.name)return;var t=this.selection.toJSON();this.curOp.selectionAfter=t,this.$lastSel=this.selection.toJSON(),this.getUndoManager().addSelection(t),this._signal("beforeEndOperation"),this.prevOp=this.curOp,this.curOp=null,this._signal("endOperation",e)}},e.prototype.setDocument=function(e){this.doc&&this.doc.off("change",this.$onChange),this.doc=e,e.on("change",this.$onChange,!0),this.bgTokenizer.setDocument(this.getDocument()),this.resetCaches()},e.prototype.getDocument=function(){return this.doc},Object.defineProperty(e.prototype,"widgetManager",{get:function(){var e=new h(this);return this.widgetManager=e,this.$editor&&e.attach(this.$editor),e},set:function(e){Object.defineProperty(this,"widgetManager",{writable:!0,enumerable:!0,configurable:!0,value:e})},enumerable:!1,configurable:!0}),e.prototype.$resetRowCache=function(e){if(!e)return this.$docRowCache=[],void(this.$screenRowCache=[]);var t=this.$docRowCache.length,a=this.$getRowCacheIndex(this.$docRowCache,e)+1;t>a&&(this.$docRowCache.splice(a,t),this.$screenRowCache.splice(a,t))},e.prototype.$getRowCacheIndex=function(e,t){for(var a=0,s=e.length-1;a<=s;){var o=a+s>>1,n=e[o];if(t>n)a=o+1;else{if(!(t<n))return o;s=o-1}}return a-1},e.prototype.resetCaches=function(){this.$modified=!0,this.$wrapData=[],this.$rowLengthCache=[],this.$resetRowCache(0),this.destroyed||this.bgTokenizer.start(0)},e.prototype.onChangeFold=function(e){var t=e.data;this.$resetRowCache(t.start.row)},e.prototype.onChange=function(e){this.$modified=!0,this.$bidiHandler.onChange(e),this.$resetRowCache(e.start.row);var t=this.$updateInternalDataOnChange(e);!this.$fromUndo&&this.$undoManager&&(t&&t.length&&(this.$undoManager.add({action:"removeFolds",folds:t},this.mergeUndoDeltas),this.mergeUndoDeltas=!0),this.$undoManager.add(e,this.mergeUndoDeltas),this.mergeUndoDeltas=!0,this.$informUndoManager.schedule()),this.bgTokenizer.$updateOnChange(e),this._signal("change",e)},e.prototype.onSelectionChange=function(){this._signal("changeSelection")},e.prototype.setValue=function(e){this.doc.setValue(e),this.selection.moveTo(0,0),this.$resetRowCache(0),this.setUndoManager(this.$undoManager),this.getUndoManager().reset()},e.fromJSON=function(t){"string"==typeof t&&(t=JSON.parse(t));var a=new m;a.$undoStack=t.history.$undoStack,a.$redoStack=t.history.$redoStack,a.mark=t.history.mark,a.$rev=t.history.rev;var s=new e(t.value);return t.folds.forEach((function(e){s.addFold("...",d.fromPoints(e.start,e.end))})),s.setAnnotations(t.annotations),s.setBreakpoints(t.breakpoints),s.setMode(t.mode),s.setScrollLeft(t.scrollLeft),s.setScrollTop(t.scrollTop),s.setUndoManager(a),s.selection.fromJSON(t.selection),s},e.prototype.toJSON=function(){return{annotations:this.$annotations,breakpoints:this.$breakpoints,folds:this.getAllFolds().map((function(e){return e.range})),history:this.getUndoManager(),mode:this.$mode.$id,scrollLeft:this.$scrollLeft,scrollTop:this.$scrollTop,selection:this.selection.toJSON(),value:this.doc.getValue()}},e.prototype.toString=function(){return this.doc.getValue()},e.prototype.getSelection=function(){return this.selection},e.prototype.getState=function(e){return this.bgTokenizer.getState(e)},e.prototype.getTokens=function(e){return this.bgTokenizer.getTokens(e)},e.prototype.getTokenAt=function(e,t){var a,s=this.bgTokenizer.getTokens(e),o=0;if(null==t){var n=s.length-1;o=this.getLine(e).length}else for(n=0;n<s.length&&!((o+=s[n].value.length)>=t);n++);return(a=s[n])?(a.index=n,a.start=o-a.value.length,a):null},e.prototype.setUndoManager=function(e){if(this.$undoManager=e,this.$informUndoManager&&this.$informUndoManager.cancel(),e){var t=this;e.addSession(this),this.$syncInformUndoManager=function(){t.$informUndoManager.cancel(),t.mergeUndoDeltas=!1},this.$informUndoManager=o.delayedCall(this.$syncInformUndoManager)}else this.$syncInformUndoManager=function(){}},e.prototype.markUndoGroup=function(){this.$syncInformUndoManager&&this.$syncInformUndoManager()},e.prototype.getUndoManager=function(){return this.$undoManager||this.$defaultUndoManager},e.prototype.getTabString=function(){return this.getUseSoftTabs()?o.stringRepeat(" ",this.getTabSize()):"\t"},e.prototype.setUseSoftTabs=function(e){this.setOption("useSoftTabs",e)},e.prototype.getUseSoftTabs=function(){return this.$useSoftTabs&&!this.$mode.$indentWithTabs},e.prototype.setTabSize=function(e){this.setOption("tabSize",e)},e.prototype.getTabSize=function(){return this.$tabSize},e.prototype.isTabStop=function(e){return this.$useSoftTabs&&e.column%this.$tabSize==0},e.prototype.setNavigateWithinSoftTabs=function(e){this.setOption("navigateWithinSoftTabs",e)},e.prototype.getNavigateWithinSoftTabs=function(){return this.$navigateWithinSoftTabs},e.prototype.setOverwrite=function(e){this.setOption("overwrite",e)},e.prototype.getOverwrite=function(){return this.$overwrite},e.prototype.toggleOverwrite=function(){this.setOverwrite(!this.$overwrite)},e.prototype.addGutterDecoration=function(e,t){this.$decorations[e]||(this.$decorations[e]=""),this.$decorations[e]+=" "+t,this._signal("changeBreakpoint",{})},e.prototype.removeGutterCustomWidget=function(e){this.$editor&&this.$editor.renderer.$gutterLayer.$removeCustomWidget(e)},e.prototype.addGutterCustomWidget=function(e,t){this.$editor&&this.$editor.renderer.$gutterLayer.$addCustomWidget(e,t)},e.prototype.removeGutterDecoration=function(e,t){this.$decorations[e]=(this.$decorations[e]||"").replace(" "+t,""),this._signal("changeBreakpoint",{})},e.prototype.getBreakpoints=function(){return this.$breakpoints},e.prototype.setBreakpoints=function(e){this.$breakpoints=[];for(var t=0;t<e.length;t++)this.$breakpoints[e[t]]="ace_breakpoint";this._signal("changeBreakpoint",{})},e.prototype.clearBreakpoints=function(){this.$breakpoints=[],this._signal("changeBreakpoint",{})},e.prototype.setBreakpoint=function(e,t){void 0===t&&(t="ace_breakpoint"),t?this.$breakpoints[e]=t:delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},e.prototype.clearBreakpoint=function(e){delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},e.prototype.addMarker=function(e,t,a,s){var o=this.$markerId++,n={range:e,type:a||"line",renderer:"function"==typeof a?a:null,clazz:t,inFront:!!s,id:o};return s?(this.$frontMarkers[o]=n,this._signal("changeFrontMarker")):(this.$backMarkers[o]=n,this._signal("changeBackMarker")),o},e.prototype.addDynamicMarker=function(e,t){if(e.update){var a=this.$markerId++;return e.id=a,e.inFront=!!t,t?(this.$frontMarkers[a]=e,this._signal("changeFrontMarker")):(this.$backMarkers[a]=e,this._signal("changeBackMarker")),e}},e.prototype.removeMarker=function(e){var t=this.$frontMarkers[e]||this.$backMarkers[e];t&&(delete(t.inFront?this.$frontMarkers:this.$backMarkers)[e],this._signal(t.inFront?"changeFrontMarker":"changeBackMarker"))},e.prototype.getMarkers=function(e){return e?this.$frontMarkers:this.$backMarkers},e.prototype.highlight=function(e){if(!this.$searchHighlight){var t=new u(null,"ace_selected-word","text");this.$searchHighlight=this.addDynamicMarker(t)}this.$searchHighlight.setRegexp(e)},e.prototype.highlightLines=function(e,t,a,s){"number"!=typeof t&&(a=t,t=e),a||(a="ace_step");var o=new d(e,0,t,1/0);return o.id=this.addMarker(o,a,"fullLine",s),o},e.prototype.setAnnotations=function(e){this.$annotations=e,this._signal("changeAnnotation",{})},e.prototype.getAnnotations=function(){return this.$annotations||[]},e.prototype.clearAnnotations=function(){this.setAnnotations([])},e.prototype.$detectNewLine=function(e){var t=e.match(/^.*?(\r?\n)/m);this.$autoNewLine=t?t[1]:"\n"},e.prototype.getWordRange=function(e,t){var a=this.getLine(e),s=!1;if(t>0&&(s=!!a.charAt(t-1).match(this.tokenRe)),s||(s=!!a.charAt(t).match(this.tokenRe)),s)var o=this.tokenRe;else o=/^\s+$/.test(a.slice(t-1,t+1))?/\s/:this.nonTokenRe;var n=t;if(n>0){do{n--}while(n>=0&&a.charAt(n).match(o));n++}for(var i=t;i<a.length&&a.charAt(i).match(o);)i++;return new d(e,n,e,i)},e.prototype.getAWordRange=function(e,t){for(var a=this.getWordRange(e,t),s=this.getLine(a.end.row);s.charAt(a.end.column).match(/[ \t]/);)a.end.column+=1;return a},e.prototype.setNewLineMode=function(e){this.doc.setNewLineMode(e)},e.prototype.getNewLineMode=function(){return this.doc.getNewLineMode()},e.prototype.setUseWorker=function(e){this.setOption("useWorker",e)},e.prototype.getUseWorker=function(){return this.$useWorker},e.prototype.onReloadTokenizer=function(e){var t=e.data;this.bgTokenizer.start(t.first),this._signal("tokenizerUpdate",e)},e.prototype.setMode=function(e,t){if(e&&"object"==typeof e){if(e.getTokenizer)return this.$onChangeMode(e);var a=e,s=a.path}else s=e||"ace/mode/text";if(this.$modes["ace/mode/text"]||(this.$modes["ace/mode/text"]=new c),this.$modes[s]&&!a)return this.$onChangeMode(this.$modes[s]),void(t&&t());this.$modeId=s,i.loadModule(["mode",s],function(e){if(!this.destroyed){if(this.$modeId!==s)return t&&t();this.$modes[s]&&!a?this.$onChangeMode(this.$modes[s]):e&&e.Mode&&(e=new e.Mode(a),a||(this.$modes[s]=e,e.$id=s),this.$onChangeMode(e)),t&&t()}}.bind(this)),this.$mode||this.$onChangeMode(this.$modes["ace/mode/text"],!0)},e.prototype.$onChangeMode=function(e,t){if(t||(this.$modeId=e.$id),this.$mode!==e){var a=this.$mode;this.$mode=e,this.$stopWorker(),this.$useWorker&&this.$startWorker();var s=e.getTokenizer();if(void 0!==s.on){var o=this.onReloadTokenizer.bind(this);s.on("update",o)}this.bgTokenizer.setTokenizer(s),this.bgTokenizer.setDocument(this.getDocument()),this.tokenRe=e.tokenRe,this.nonTokenRe=e.nonTokenRe,t||(e.attachToSession&&e.attachToSession(this),this.$options.wrapMethod.set.call(this,this.$wrapMethod),this.$setFolding(e.foldingRules),this.bgTokenizer.start(0),this._emit("changeMode",{oldMode:a,mode:e}))}},e.prototype.$stopWorker=function(){this.$worker&&(this.$worker.terminate(),this.$worker=null)},e.prototype.$startWorker=function(){try{this.$worker=this.$mode.createWorker(this)}catch(e){i.warn("Could not load worker",e),this.$worker=null}},e.prototype.getMode=function(){return this.$mode},e.prototype.setScrollTop=function(e){this.$scrollTop===e||isNaN(e)||(this.$scrollTop=e,this._signal("changeScrollTop",e))},e.prototype.getScrollTop=function(){return this.$scrollTop},e.prototype.setScrollLeft=function(e){this.$scrollLeft===e||isNaN(e)||(this.$scrollLeft=e,this._signal("changeScrollLeft",e))},e.prototype.getScrollLeft=function(){return this.$scrollLeft},e.prototype.getScreenWidth=function(){return this.$computeWidth(),this.lineWidgets?Math.max(this.getLineWidgetMaxWidth(),this.screenWidth):this.screenWidth},e.prototype.getLineWidgetMaxWidth=function(){if(null!=this.lineWidgetsWidth)return this.lineWidgetsWidth;var e=0;return this.lineWidgets.forEach((function(t){t&&t.screenWidth>e&&(e=t.screenWidth)})),this.lineWidgetWidth=e},e.prototype.$computeWidth=function(e){if(this.$modified||e){if(this.$modified=!1,this.$useWrapMode)return this.screenWidth=this.$wrapLimit;for(var t=this.doc.getAllLines(),a=this.$rowLengthCache,s=0,o=0,n=this.$foldData[o],i=n?n.start.row:1/0,l=t.length,r=0;r<l;r++){if(r>i){if((r=n.end.row+1)>=l)break;i=(n=this.$foldData[o++])?n.start.row:1/0}null==a[r]&&(a[r]=this.$getStringScreenWidth(t[r])[0]),a[r]>s&&(s=a[r])}this.screenWidth=s}},e.prototype.getLine=function(e){return this.doc.getLine(e)},e.prototype.getLines=function(e,t){return this.doc.getLines(e,t)},e.prototype.getLength=function(){return this.doc.getLength()},e.prototype.getTextRange=function(e){return this.doc.getTextRange(e||this.selection.getRange())},e.prototype.insert=function(e,t){return this.doc.insert(e,t)},e.prototype.remove=function(e){return this.doc.remove(e)},e.prototype.removeFullLines=function(e,t){return this.doc.removeFullLines(e,t)},e.prototype.undoChanges=function(e,t){if(e.length){this.$fromUndo=!0;for(var a=e.length-1;-1!=a;a--){var s=e[a];"insert"==s.action||"remove"==s.action?this.doc.revertDelta(s):s.folds&&this.addFolds(s.folds)}!t&&this.$undoSelect&&(e.selectionBefore?this.selection.fromJSON(e.selectionBefore):this.selection.setRange(this.$getUndoSelection(e,!0))),this.$fromUndo=!1}},e.prototype.redoChanges=function(e,t){if(e.length){this.$fromUndo=!0;for(var a=0;a<e.length;a++){var s=e[a];"insert"!=s.action&&"remove"!=s.action||this.doc.$safeApplyDelta(s)}!t&&this.$undoSelect&&(e.selectionAfter?this.selection.fromJSON(e.selectionAfter):this.selection.setRange(this.$getUndoSelection(e,!1))),this.$fromUndo=!1}},e.prototype.setUndoSelect=function(e){this.$undoSelect=e},e.prototype.$getUndoSelection=function(e,t){function a(e){return t?"insert"!==e.action:"insert"===e.action}for(var s,o,n=0;n<e.length;n++){var i=e[n];i.start&&(s?a(i)?(o=i.start,-1==s.compare(o.row,o.column)&&s.setStart(o),o=i.end,1==s.compare(o.row,o.column)&&s.setEnd(o)):(o=i.start,-1==s.compare(o.row,o.column)&&(s=d.fromPoints(i.start,i.start))):s=a(i)?d.fromPoints(i.start,i.end):d.fromPoints(i.start,i.start))}return s},e.prototype.replace=function(e,t){return this.doc.replace(e,t)},e.prototype.moveText=function(e,t,a){var s=this.getTextRange(e),o=this.getFoldsInRange(e),n=d.fromPoints(t,t);if(!a){this.remove(e);var i=e.start.row-e.end.row;(c=i?-e.end.column:e.start.column-e.end.column)&&(n.start.row==e.end.row&&n.start.column>e.end.column&&(n.start.column+=c),n.end.row==e.end.row&&n.end.column>e.end.column&&(n.end.column+=c)),i&&n.start.row>=e.end.row&&(n.start.row+=i,n.end.row+=i)}if(n.end=this.insert(n.start,s),o.length){var l=e.start,r=n.start,c=(i=r.row-l.row,r.column-l.column);this.addFolds(o.map((function(e){return(e=e.clone()).start.row==l.row&&(e.start.column+=c),e.end.row==l.row&&(e.end.column+=c),e.start.row+=i,e.end.row+=i,e})))}return n},e.prototype.indentRows=function(e,t,a){a=a.replace(/\t/g,this.getTabString());for(var s=e;s<=t;s++)this.doc.insertInLine({row:s,column:0},a)},e.prototype.outdentRows=function(e){for(var t=e.collapseRows(),a=new d(0,0,0,0),s=this.getTabSize(),o=t.start.row;o<=t.end.row;++o){var n=this.getLine(o);a.start.row=o,a.end.row=o;for(var i=0;i<s&&" "==n.charAt(i);++i);i<s&&"\t"==n.charAt(i)?(a.start.column=i,a.end.column=i+1):(a.start.column=0,a.end.column=i),this.remove(a)}},e.prototype.$moveLines=function(e,t,a){if(e=this.getRowFoldStart(e),t=this.getRowFoldEnd(t),a<0){if((o=this.getRowFoldStart(e+a))<0)return 0;var s=o-e}else if(a>0){var o;if((o=this.getRowFoldEnd(t+a))>this.doc.getLength()-1)return 0;s=o-t}else e=this.$clipRowToDocument(e),s=(t=this.$clipRowToDocument(t))-e+1;var n=new d(e,0,t,Number.MAX_VALUE),i=this.getFoldsInRange(n).map((function(e){return(e=e.clone()).start.row+=s,e.end.row+=s,e})),l=0==a?this.doc.getLines(e,t):this.doc.removeFullLines(e,t);return this.doc.insertFullLines(e+s,l),i.length&&this.addFolds(i),s},e.prototype.moveLinesUp=function(e,t){return this.$moveLines(e,t,-1)},e.prototype.moveLinesDown=function(e,t){return this.$moveLines(e,t,1)},e.prototype.duplicateLines=function(e,t){return this.$moveLines(e,t,0)},e.prototype.$clipRowToDocument=function(e){return Math.max(0,Math.min(e,this.doc.getLength()-1))},e.prototype.$clipColumnToRow=function(e,t){return t<0?0:Math.min(this.doc.getLine(e).length,t)},e.prototype.$clipPositionToDocument=function(e,t){if(t=Math.max(0,t),e<0)e=0,t=0;else{var a=this.doc.getLength();e>=a?(e=a-1,t=this.doc.getLine(a-1).length):t=Math.min(this.doc.getLine(e).length,t)}return{row:e,column:t}},e.prototype.$clipRangeToDocument=function(e){e.start.row<0?(e.start.row=0,e.start.column=0):e.start.column=this.$clipColumnToRow(e.start.row,e.start.column);var t=this.doc.getLength()-1;return e.end.row>t?(e.end.row=t,e.end.column=this.doc.getLine(t).length):e.end.column=this.$clipColumnToRow(e.end.row,e.end.column),e},e.prototype.setUseWrapMode=function(e){if(e!=this.$useWrapMode){if(this.$useWrapMode=e,this.$modified=!0,this.$resetRowCache(0),e){var t=this.getLength();this.$wrapData=Array(t),this.$updateWrapData(0,t-1)}this._signal("changeWrapMode")}},e.prototype.getUseWrapMode=function(){return this.$useWrapMode},e.prototype.setWrapLimitRange=function(e,t){this.$wrapLimitRange.min===e&&this.$wrapLimitRange.max===t||(this.$wrapLimitRange={min:e,max:t},this.$modified=!0,this.$bidiHandler.markAsDirty(),this.$useWrapMode&&this._signal("changeWrapMode"))},e.prototype.adjustWrapLimit=function(e,t){var a=this.$wrapLimitRange;a.max<0&&(a={min:t,max:t});var s=this.$constrainWrapLimit(e,a.min,a.max);return s!=this.$wrapLimit&&s>1&&(this.$wrapLimit=s,this.$modified=!0,this.$useWrapMode&&(this.$updateWrapData(0,this.getLength()-1),this.$resetRowCache(0),this._signal("changeWrapLimit")),!0)},e.prototype.$constrainWrapLimit=function(e,t,a){return t&&(e=Math.max(t,e)),a&&(e=Math.min(a,e)),e},e.prototype.getWrapLimit=function(){return this.$wrapLimit},e.prototype.setWrapLimit=function(e){this.setWrapLimitRange(e,e)},e.prototype.getWrapLimitRange=function(){return{min:this.$wrapLimitRange.min,max:this.$wrapLimitRange.max}},e.prototype.$updateInternalDataOnChange=function(e){var t=this.$useWrapMode,a=e.action,s=e.start,o=e.end,n=s.row,i=o.row,l=i-n,r=null;if(this.$updating=!0,0!=l)if("remove"===a){this[t?"$wrapData":"$rowLengthCache"].splice(n,l);var c=this.$foldData;r=this.getFoldsInRange(e),this.removeFolds(r);var d=0;if(m=this.getFoldLine(o.row)){m.addRemoveChars(o.row,o.column,s.column-o.column),m.shiftRow(-l);var h=this.getFoldLine(n);h&&h!==m&&(h.merge(m),m=h),d=c.indexOf(m)+1}for(;d<c.length;d++)(m=c[d]).start.row>=o.row&&m.shiftRow(-l);i=n}else{var p=Array(l);p.unshift(n,0);var g=t?this.$wrapData:this.$rowLengthCache;if(g.splice.apply(g,p),c=this.$foldData,d=0,m=this.getFoldLine(n)){var u=m.range.compareInside(s.row,s.column);0==u?(m=m.split(s.row,s.column))&&(m.shiftRow(l),m.addRemoveChars(i,0,o.column-s.column)):-1==u&&(m.addRemoveChars(n,0,o.column-s.column),m.shiftRow(l)),d=c.indexOf(m)+1}for(;d<c.length;d++){var m;(m=c[d]).start.row>=n&&m.shiftRow(l)}}else l=Math.abs(e.start.column-e.end.column),"remove"===a&&(r=this.getFoldsInRange(e),this.removeFolds(r),l=-l),(m=this.getFoldLine(n))&&m.addRemoveChars(n,s.column,l);return t&&this.$wrapData.length!=this.doc.getLength()&&console.error("doc.getLength() and $wrapData.length have to be the same!"),this.$updating=!1,t?this.$updateWrapData(n,i):this.$updateRowLengthCache(n,i),r},e.prototype.$updateRowLengthCache=function(e,t){this.$rowLengthCache[e]=null,this.$rowLengthCache[t]=null},e.prototype.$updateWrapData=function(e,t){var a,s,o=this.doc.getAllLines(),n=this.getTabSize(),i=this.$wrapData,l=this.$wrapLimit,r=e;for(t=Math.min(t,o.length-1);r<=t;)(s=this.getFoldLine(r,s))?(a=[],s.walk(function(e,t,s,n){var i;if(null!=e){(i=this.$getDisplayTokens(e,a.length))[0]=w;for(var l=1;l<i.length;l++)i[l]=x}else i=this.$getDisplayTokens(o[t].substring(n,s),a.length);a=a.concat(i)}.bind(this),s.end.row,o[s.end.row].length+1),i[s.start.row]=this.$computeWrapSplits(a,l,n),r=s.end.row+1):(a=this.$getDisplayTokens(o[r]),i[r]=this.$computeWrapSplits(a,l,n),r++)},e.prototype.$computeWrapSplits=function(e,t,a){if(0==e.length)return[];var s=[],o=e.length,n=0,i=0,l=this.$wrapAsCode,r=this.$indentedSoftWrap,c=t<=Math.max(2*a,8)||!1===r?0:Math.floor(t/2);function d(t){for(var o=t-n,d=n;d<t;d++){var p=e[d];12!==p&&2!==p||(o-=1)}s.length||(h=function(){var t=0;if(0===c)return t;if(r)for(var s=0;s<e.length;s++){var o=e[s];if(o==k)t+=1;else{if(o!=C){if(o==_)continue;break}t+=a}}return l&&!1!==r&&(t+=a),Math.min(t,c)}(),s.indent=h),i+=o,s.push(i),n=t}for(var h=0;o-n>t-h;){var p=n+t-h;if(e[p-1]>=k&&e[p]>=k)d(p);else if(e[p]!=w&&e[p]!=x){for(var g=Math.max(p-(t-(t>>2)),n-1);p>g&&e[p]<w;)p--;if(l){for(;p>g&&e[p]<w;)p--;for(;p>g&&e[p]==y;)p--}else for(;p>g&&e[p]<k;)p--;p>g?d(++p):(e[p=n+t]==f&&p--,d(p-h))}else{for(;p!=n-1&&e[p]!=w;p--);if(p>n){d(p);continue}for(p=n+t;p<e.length&&e[p]==x;p++);if(p==e.length)break;d(p)}}return s},e.prototype.$getDisplayTokens=function(e,t){var a,s=[];t=t||0;for(var o=0;o<e.length;o++){var n=e.charCodeAt(o);if(9==n){a=this.getScreenTabSize(s.length+t),s.push(C);for(var i=1;i<a;i++)s.push(_)}else 32==n?s.push(k):n>39&&n<48||n>57&&n<64?s.push(y):n>=4352&&M(n)?s.push(b,f):s.push(b)}return s},e.prototype.$getStringScreenWidth=function(e,t,a){if(0==t)return[0,0];var s,o;for(null==t&&(t=1/0),a=a||0,o=0;o<e.length&&(9==(s=e.charCodeAt(o))?a+=this.getScreenTabSize(a):s>=4352&&M(s)?a+=2:a+=1,!(a>t));o++);return[a,o]},e.prototype.getRowLength=function(e){var t=1;return this.lineWidgets&&(t+=this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0),this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+t:t},e.prototype.getRowLineCount=function(e){return this.$useWrapMode&&this.$wrapData[e]?this.$wrapData[e].length+1:1},e.prototype.getRowWrapIndent=function(e){if(this.$useWrapMode){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE),a=this.$wrapData[t.row];return a.length&&a[0]<t.column?a.indent:0}return 0},e.prototype.getScreenLastRowColumn=function(e){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE);return this.documentToScreenColumn(t.row,t.column)},e.prototype.getDocumentLastRowColumn=function(e,t){var a=this.documentToScreenRow(e,t);return this.getScreenLastRowColumn(a)},e.prototype.getDocumentLastRowColumnPosition=function(e,t){var a=this.documentToScreenRow(e,t);return this.screenToDocumentPosition(a,Number.MAX_VALUE/10)},e.prototype.getRowSplitData=function(e){return this.$useWrapMode?this.$wrapData[e]:void 0},e.prototype.getScreenTabSize=function(e){return this.$tabSize-(e%this.$tabSize|0)},e.prototype.screenToDocumentRow=function(e,t){return this.screenToDocumentPosition(e,t).row},e.prototype.screenToDocumentColumn=function(e,t){return this.screenToDocumentPosition(e,t).column},e.prototype.screenToDocumentPosition=function(e,t,a){if(e<0)return{row:0,column:0};var s,o,n=0,i=0,l=0,r=0,c=this.$screenRowCache,d=this.$getRowCacheIndex(c,e),h=c.length;if(h&&d>=0){l=c[d],n=this.$docRowCache[d];var p=e>c[h-1]}else p=!h;for(var g=this.getLength()-1,u=this.getNextFoldLine(n),m=u?u.start.row:1/0;l<=e&&!(l+(r=this.getRowLength(n))>e||n>=g);)l+=r,++n>m&&(n=u.end.row+1,m=(u=this.getNextFoldLine(n,u))?u.start.row:1/0),p&&(this.$docRowCache.push(n),this.$screenRowCache.push(l));if(u&&u.start.row<=n)s=this.getFoldDisplayLine(u),n=u.start.row;else{if(l+r<=e||n>g)return{row:g,column:this.getLine(g).length};s=this.getLine(n),u=null}var v=0,b=Math.floor(e-l);if(this.$useWrapMode){var f=this.$wrapData[n];f&&(o=f[b],b>0&&f.length&&(v=f.indent,i=f[b-1]||f[f.length-1],s=s.substring(i)))}return void 0!==a&&this.$bidiHandler.isBidiRow(l+b,n,b)&&(t=this.$bidiHandler.offsetToCol(a)),i+=this.$getStringScreenWidth(s,t-v)[1],this.$useWrapMode&&i>=o&&(i=o-1),u?u.idxToPosition(i):{row:n,column:i}},e.prototype.documentToScreenPosition=function(e,t){if(void 0===t)var a=this.$clipPositionToDocument(e.row,e.column);else a=this.$clipPositionToDocument(e,t);e=a.row,t=a.column;var s,o=0,n=null;(s=this.getFoldAt(e,t,1))&&(e=s.start.row,t=s.start.column);var i,l=0,r=this.$docRowCache,c=this.$getRowCacheIndex(r,e),d=r.length;if(d&&c>=0){l=r[c],o=this.$screenRowCache[c];var h=e>r[d-1]}else h=!d;for(var p=this.getNextFoldLine(l),g=p?p.start.row:1/0;l<e;){if(l>=g){if((i=p.end.row+1)>e)break;g=(p=this.getNextFoldLine(i,p))?p.start.row:1/0}else i=l+1;o+=this.getRowLength(l),l=i,h&&(this.$docRowCache.push(l),this.$screenRowCache.push(o))}var u="";p&&l>=g?(u=this.getFoldDisplayLine(p,e,t),n=p.start.row):(u=this.getLine(e).substring(0,t),n=e);var m=0;if(this.$useWrapMode){var v=this.$wrapData[n];if(v){for(var b=0;u.length>=v[b];)o++,b++;u=u.substring(v[b-1]||0,u.length),m=b>0?v.indent:0}}return this.lineWidgets&&this.lineWidgets[l]&&this.lineWidgets[l].rowsAbove&&(o+=this.lineWidgets[l].rowsAbove),{row:o,column:m+this.$getStringScreenWidth(u)[0]}},e.prototype.documentToScreenColumn=function(e,t){return this.documentToScreenPosition(e,t).column},e.prototype.documentToScreenRow=function(e,t){return this.documentToScreenPosition(e,t).row},e.prototype.getScreenLength=function(){var e=0,t=null;if(this.$useWrapMode)for(var a=this.$wrapData.length,s=0,o=(l=0,(t=this.$foldData[l++])?t.start.row:1/0);s<a;){var n=this.$wrapData[s];e+=n?n.length+1:1,++s>o&&(s=t.end.row+1,o=(t=this.$foldData[l++])?t.start.row:1/0)}else{e=this.getLength();for(var i=this.$foldData,l=0;l<i.length;l++)e-=(t=i[l]).end.row-t.start.row}return this.lineWidgets&&(e+=this.$getWidgetScreenLength()),e},e.prototype.$setFontMetrics=function(e){this.$enableVarChar&&(this.$getStringScreenWidth=function(t,a,s){if(0===a)return[0,0];var o,n;for(a||(a=1/0),s=s||0,n=0;n<t.length&&!((s+="\t"===(o=t.charAt(n))?this.getScreenTabSize(s):e.getCharacterWidth(o))>a);n++);return[s,n]})},e.prototype.getPrecedingCharacter=function(){var e=this.selection.getCursor();return 0===e.column?0===e.row?"":this.doc.getNewLineCharacter():this.getLine(e.row)[e.column-1]},e.prototype.destroy=function(){this.destroyed||(this.bgTokenizer.setDocument(null),this.bgTokenizer.cleanup(),this.destroyed=!0),this.endOperation(),this.$stopWorker(),this.removeAllListeners(),this.doc&&this.doc.off("change",this.$onChange),this.selection&&(this.selection.off("changeCursor",this.$onSelectionChange),this.selection.off("changeSelection",this.$onSelectionChange)),this.selection.detach()},e}();v.$uid=0,v.prototype.$modes=i.$modes,v.prototype.getValue=v.prototype.toString,v.prototype.$defaultUndoManager={undo:function(){},redo:function(){},hasUndo:function(){},hasRedo:function(){},reset:function(){},add:function(){},addSelection:function(){},startNewGroup:function(){},addSession:function(){}},v.prototype.$overwrite=!1,v.prototype.$mode=null,v.prototype.$modeId=null,v.prototype.$scrollTop=0,v.prototype.$scrollLeft=0,v.prototype.$wrapLimit=80,v.prototype.$useWrapMode=!1,v.prototype.$wrapLimitRange={min:null,max:null},v.prototype.lineWidgets=null,v.prototype.isFullWidth=M,s.implement(v.prototype,l);var b=1,f=2,w=3,x=4,y=9,k=10,C=11,_=12;function M(e){return!(e<4352)&&(e>=4352&&e<=4447||e>=4515&&e<=4519||e>=4602&&e<=4607||e>=9001&&e<=9002||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12283||e>=12288&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12589||e>=12593&&e<=12686||e>=12688&&e<=12730||e>=12736&&e<=12771||e>=12784&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=13054||e>=13056&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=55216&&e<=55238||e>=55243&&e<=55291||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=65281&&e<=65376||e>=65504&&e<=65510)}e("./edit_session/folding").Folding.call(v.prototype),e("./edit_session/bracket_match").BracketMatch.call(v.prototype),i.defineOptions(v.prototype,"session",{wrap:{set:function(e){if(e&&"off"!=e?"free"==e?e=!0:"printMargin"==e?e=-1:"string"==typeof e&&(e=parseInt(e,10)||!1):e=!1,this.$wrap!=e)if(this.$wrap=e,e){var t="number"==typeof e?e:null;this.setWrapLimitRange(t,t),this.setUseWrapMode(!0)}else this.setUseWrapMode(!1)},get:function(){return this.getUseWrapMode()?-1==this.$wrap?"printMargin":this.getWrapLimitRange().min?this.$wrap:"free":"off"},handlesSet:!0},wrapMethod:{set:function(e){(e="auto"==e?"text"!=this.$mode.type:"text"!=e)!=this.$wrapAsCode&&(this.$wrapAsCode=e,this.$useWrapMode&&(this.$useWrapMode=!1,this.setUseWrapMode(!0)))},initialValue:"auto"},indentedSoftWrap:{set:function(){this.$useWrapMode&&(this.$useWrapMode=!1,this.setUseWrapMode(!0))},initialValue:!0},firstLineNumber:{set:function(){this._signal("changeBreakpoint")},initialValue:1},useWorker:{set:function(e){this.$useWorker=e,this.$stopWorker(),e&&this.$startWorker()},initialValue:!0},useSoftTabs:{initialValue:!0},tabSize:{set:function(e){(e=parseInt(e))>0&&this.$tabSize!==e&&(this.$modified=!0,this.$rowLengthCache=[],this.$tabSize=e,this._signal("changeTabSize"))},initialValue:4,handlesSet:!0},navigateWithinSoftTabs:{initialValue:!1},foldStyle:{set:function(e){this.setFoldStyle(e)},handlesSet:!0},overwrite:{set:function(e){this._signal("changeOverwrite")},initialValue:!1},newLineMode:{set:function(e){this.doc.setNewLineMode(e)},get:function(){return this.doc.getNewLineMode()},handlesSet:!0},mode:{set:function(e){this.setMode(e)},get:function(){return this.$modeId},handlesSet:!0}}),t.EditSession=v})),ace.define("ace/search",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/range"],(function(e,t,a){"use strict";var s=e("./lib/lang"),o=e("./lib/oop"),n=e("./range").Range,i=function(){function e(){this.$options={}}return e.prototype.set=function(e){return o.mixin(this.$options,e),this},e.prototype.getOptions=function(){return s.copyObject(this.$options)},e.prototype.setOptions=function(e){this.$options=e},e.prototype.find=function(e){var t=this.$options,a=this.$matchIterator(e,t);if(!a)return!1;var s=null;return a.forEach((function(e,a,o,i){return s=new n(e,a,o,i),!(a==i&&t.start&&t.start.start&&0!=t.skipCurrent&&s.isEqual(t.start)&&(s=null,1))})),s},e.prototype.findAll=function(e){var t=this.$options;if(!t.needle)return[];this.$assembleRegExp(t);var a=t.range,o=a?e.getLines(a.start.row,a.end.row):e.doc.getAllLines(),i=[],l=t.re;if(t.$isMultiLine){var r,c=l.length,d=o.length-c;e:for(var h=l.offset||0;h<=d;h++){for(var p=0;p<c;p++)if(-1==o[h+p].search(l[p]))continue e;var g=o[h],u=o[h+c-1],m=g.length-g.match(l[0])[0].length,v=u.match(l[c-1])[0].length;r&&r.end.row===h&&r.end.column>m||(i.push(r=new n(h,m,h+c-1,v)),c>2&&(h=h+c-2))}}else for(var b,f=0;f<o.length;f++)if(this.$isMultilineSearch(t)){var w=o.length-1;if(b=this.$multiLineForward(e,l,f,w)){var x=b.endRow<=w?b.endRow-1:w;x>f&&(f=x),i.push(new n(b.startRow,b.startCol,b.endRow,b.endCol))}}else for(b=s.getMatchOffsets(o[f],l),p=0;p<b.length;p++){var y=b[p];i.push(new n(f,y.offset,f,y.offset+y.length))}if(a){var k=a.start.column,C=a.end.column;for(f=0,p=i.length-1;f<p&&i[f].start.column<k&&0==i[f].start.row;)f++;for(var _=a.end.row-a.start.row;f<p&&i[p].end.column>C&&i[p].end.row==_;)p--;for(i=i.slice(f,p+1),f=0,p=i.length;f<p;f++)i[f].start.row+=a.start.row,i[f].end.row+=a.start.row}return i},e.prototype.parseReplaceString=function(e){for(var t="",a=0,s=e.length;a<s;a++){var o=e.charCodeAt(a);if(92!==o){if(36===o){if(++a>=s){t+="$";break}var n=e.charCodeAt(a);if(36===n){t+="$$";continue}if(48===n||38===n){t+="$&";continue}if(49<=n&&n<=57){t+="$"+e[a];continue}}t+=e[a]}else{if(++a>=s){t+="\\";break}switch(e.charCodeAt(a)){case 92:t+="\\";break;case 110:t+="\n";break;case 116:t+="\t"}}}return t||e},e.prototype.replace=function(e,t){var a=this.$options,s=this.$assembleRegExp(a);if(a.$isMultiLine)return t;if(s){var o=this.$isMultilineSearch(a);o&&(e=e.replace(/\r\n|\r|\n/g,"\n"));var n=s.exec(e);if(!n||!o&&n[0].length!=e.length)return null;if(t=a.regExp?this.parseReplaceString(t):t.replace(/\$/g,"$$$$"),t=e.replace(s,t),a.preserveCase){t=t.split("");for(var i=Math.min(e.length,e.length);i--;){var l=e[i];l&&l.toLowerCase()!=l?t[i]=t[i].toUpperCase():t[i]=t[i].toLowerCase()}t=t.join("")}return t}},e.prototype.$assembleRegExp=function(e,t){if(e.needle instanceof RegExp)return e.re=e.needle;var a=e.needle;if(!e.needle)return e.re=!1;e.regExp||(a=s.escapeRegExp(a));var o=e.caseSensitive?"gm":"gmi";try{new RegExp(a,"u"),e.$supportsUnicodeFlag=!0,o+="u"}catch(t){e.$supportsUnicodeFlag=!1}if(e.wholeWord&&(a=function(e,t){var a=s.supportsLookbehind();function o(e,s){return void 0===s&&(s=!0),(a&&t.$supportsUnicodeFlag?new RegExp("[\\p{L}\\p{N}_]","u"):new RegExp("\\w")).test(e)||t.regExp?a&&t.$supportsUnicodeFlag?s?"(?<=^|[^\\p{L}\\p{N}_])":"(?=[^\\p{L}\\p{N}_]|$)":"\\b":""}var n=Array.from(e),i=n[0],l=n[n.length-1];return o(i)+e+o(l,!1)}(a,e)),e.$isMultiLine=!t&&/[\n\r]/.test(a),e.$isMultiLine)return e.re=this.$assembleMultilineRegExp(a,o);try{var n=new RegExp(a,o)}catch(e){n=!1}return e.re=n},e.prototype.$assembleMultilineRegExp=function(e,t){for(var a=e.replace(/\r\n|\r|\n/g,"$\n^").split("\n"),s=[],o=0;o<a.length;o++)try{s.push(new RegExp(a[o],t))}catch(e){return!1}return s},e.prototype.$isMultilineSearch=function(e){return e.re&&/\\r\\n|\\r|\\n/.test(e.re.source)&&e.regExp&&!e.$isMultiLine},e.prototype.$multiLineForward=function(e,t,a,s){for(var o,n=r(e,a),i=a;i<=s;){for(var l=0;l<n&&!(i>s);l++){var c=e.getLine(i++);o=null==o?c:o+"\n"+c}var d=t.exec(o);if(t.lastIndex=0,d){var h=o.slice(0,d.index).split("\n"),p=d[0].split("\n"),g=a+h.length-1,u=h[h.length-1].length;return{startRow:g,startCol:u,endRow:g+p.length-1,endCol:1==p.length?u+p[0].length:p[p.length-1].length}}}return null},e.prototype.$multiLineBackward=function(e,t,a,s,o){for(var n,i=r(e,s),c=e.getLine(s).length-a,d=s;d>=o;){for(var h=0;h<i&&d>=o;h++){var p=e.getLine(d--);n=null==n?p:p+"\n"+n}var g=l(n,t,c);if(g){var u=n.slice(0,g.index).split("\n"),m=g[0].split("\n"),v=d+u.length,b=u[u.length-1].length;return{startRow:v,startCol:b,endRow:v+m.length-1,endCol:1==m.length?b+m[0].length:m[m.length-1].length}}}return null},e.prototype.$matchIterator=function(e,t){var a=this.$assembleRegExp(t);if(!a)return!1;var o=this.$isMultilineSearch(t),n=this.$multiLineForward,i=this.$multiLineBackward,l=1==t.backwards,r=0!=t.skipCurrent,c=a.unicode,d=t.range,h=t.start;h||(h=d?d[l?"end":"start"]:e.selection.getRange()),h.start&&(h=h[r!=l?"end":"start"]);var p=d?d.start.row:0,g=d?d.end.row:e.getLength()-1;if(l)var u=function(e){var a=h.row;if(!v(a,h.column,e)){for(a--;a>=p;a--)if(v(a,Number.MAX_VALUE,e))return;if(0!=t.wrap)for(a=g,p=h.row;a>=p;a--)if(v(a,Number.MAX_VALUE,e))return}};else u=function(e){var a=h.row;if(!v(a,h.column,e)){for(a+=1;a<=g;a++)if(v(a,0,e))return;if(0!=t.wrap)for(a=p,g=h.row;a<=g;a++)if(v(a,0,e))return}};if(t.$isMultiLine)var m=a.length,v=function(t,s,o){var n=l?t-m+1:t;if(!(n<0||n+m>e.getLength())){var i=e.getLine(n),r=i.search(a[0]);if(!(!l&&r<s||-1===r)){for(var c=1;c<m;c++)if(-1==(i=e.getLine(n+c)).search(a[c]))return;var d=i.match(a[m-1])[0].length;if(!(l&&d>s))return!!o(n,r,n+m-1,d)||void 0}}};else v=l?function(t,n,l){if(o){var r=i(e,a,n,t,p);if(!r)return!1;if(l(r.startRow,r.startCol,r.endRow,r.endCol))return!0}else{var d,h=e.getLine(t),g=[],u=0;for(a.lastIndex=0;d=a.exec(h);){var m=d[0].length;if(u=d.index,!m){if(u>=h.length)break;a.lastIndex=u+=s.skipEmptyMatch(h,u,c)}if(d.index+m>n)break;g.push(d.index,m)}for(var v=g.length-1;v>=0;v-=2){var b=g[v-1];if(l(t,b,t,b+(m=g[v])))return!0}}}:function(t,i,l){if(a.lastIndex=i,o){var r=n(e,a,t,g);if(r){var d=r.endRow<=g?r.endRow-1:g;d>t&&(t=d)}if(!r)return!1;if(l(r.startRow,r.startCol,r.endRow,r.endCol))return!0}else for(var h,p,u=e.getLine(t);p=a.exec(u);){var m=p[0].length;if(l(t,h=p.index,t,h+m))return!0;if(!m&&(a.lastIndex=h+=s.skipEmptyMatch(u,h,c),h>=u.length))return!1}};return{forEach:u}},e}();function l(e,t,a){for(var s=null,o=0;o<=e.length;){t.lastIndex=o;var n=t.exec(e);if(!n)break;var i=n.index+n[0].length;if(i>e.length-a)break;(!s||i>s.index+s[0].length)&&(s=n),o=n.index+1}return s}function r(e,t){var a={row:t,column:0},s=e.doc.positionToIndex(a)+5e3;return e.doc.indexToPosition(s).row+1}t.Search=i})),ace.define("ace/keyboard/hash_handler",["require","exports","module","ace/lib/keys","ace/lib/useragent"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("../lib/keys"),i=e("../lib/useragent"),l=n.KEY_MODS,r=function(){function e(e,t){this.$init(e,t,!1)}return e.prototype.$init=function(e,t,a){this.platform=t||(i.isMac?"mac":"win"),this.commands={},this.commandKeyBinding={},this.addCommands(e),this.$singleCommand=a},e.prototype.addCommand=function(e){this.commands[e.name]&&this.removeCommand(e),this.commands[e.name]=e,e.bindKey&&this._buildKeyHash(e)},e.prototype.removeCommand=function(e,t){var a=e&&("string"==typeof e?e:e.name);e=this.commands[a],t||delete this.commands[a];var s=this.commandKeyBinding;for(var o in s){var n=s[o];if(n==e)delete s[o];else if(Array.isArray(n)){var i=n.indexOf(e);-1!=i&&(n.splice(i,1),1==n.length&&(s[o]=n[0]))}}},e.prototype.bindKey=function(e,t,a){if("object"==typeof e&&e&&(null==a&&(a=e.position),e=e[this.platform]),e)return"function"==typeof t?this.addCommand({exec:t,bindKey:e,name:t.name||e}):void e.split("|").forEach((function(e){var s="";if(-1!=e.indexOf(" ")){var o=e.split(/\s+/);e=o.pop(),o.forEach((function(e){var t=this.parseKeys(e),a=l[t.hashId]+t.key;s+=(s?" ":"")+a,this._addCommandToBinding(s,"chainKeys")}),this),s+=" "}var n=this.parseKeys(e),i=l[n.hashId]+n.key;this._addCommandToBinding(s+i,t,a)}),this)},e.prototype._addCommandToBinding=function(e,t,a){var s,o=this.commandKeyBinding;if(t)if(!o[e]||this.$singleCommand)o[e]=t;else{Array.isArray(o[e])?-1!=(s=o[e].indexOf(t))&&o[e].splice(s,1):o[e]=[o[e]],"number"!=typeof a&&(a=c(t));var n=o[e];for(s=0;s<n.length&&!(c(n[s])>a);s++);n.splice(s,0,t)}else delete o[e]},e.prototype.addCommands=function(e){e&&Object.keys(e).forEach((function(t){var a=e[t];if(a){if("string"==typeof a)return this.bindKey(a,t);"function"==typeof a&&(a={exec:a}),"object"==typeof a&&(a.name||(a.name=t),this.addCommand(a))}}),this)},e.prototype.removeCommands=function(e){Object.keys(e).forEach((function(t){this.removeCommand(e[t])}),this)},e.prototype.bindKeys=function(e){Object.keys(e).forEach((function(t){this.bindKey(t,e[t])}),this)},e.prototype._buildKeyHash=function(e){this.bindKey(e.bindKey,e)},e.prototype.parseKeys=function(e){var t=e.toLowerCase().split(/[\-\+]([\-\+])?/).filter((function(e){return e})),a=t.pop(),s=n[a];if(n.FUNCTION_KEYS[s])a=n.FUNCTION_KEYS[s].toLowerCase();else{if(!t.length)return{key:a,hashId:-1};if(1==t.length&&"shift"==t[0])return{key:a.toUpperCase(),hashId:-1}}for(var o=0,i=t.length;i--;){var l=n.KEY_MODS[t[i]];if(null==l)return"undefined"!=typeof console&&console.error("invalid modifier "+t[i]+" in "+e),!1;o|=l}return{key:a,hashId:o}},e.prototype.findKeyCommand=function(e,t){var a=l[e]+t;return this.commandKeyBinding[a]},e.prototype.handleKeyboard=function(e,t,a,s){if(!(s<0)){var o=l[t]+a,n=this.commandKeyBinding[o];return e.$keyChain&&(e.$keyChain+=" "+o,n=this.commandKeyBinding[e.$keyChain]||n),!n||"chainKeys"!=n&&"chainKeys"!=n[n.length-1]?(e.$keyChain&&(t&&4!=t||1!=a.length?(-1==t||s>0)&&(e.$keyChain=""):e.$keyChain=e.$keyChain.slice(0,-o.length-1)),{command:n}):(e.$keyChain=e.$keyChain||o,{command:"null"})}},e.prototype.getStatusText=function(e,t){return t.$keyChain||""},e}();function c(e){return"object"==typeof e&&e.bindKey&&e.bindKey.position||(e.isDefault?-100:0)}var d=function(e){function t(t,a){var s=e.call(this,t,a)||this;return s.$singleCommand=!0,s}return o(t,e),t}(r);d.call=function(e,t,a){r.prototype.$init.call(e,t,a,!0)},r.call=function(e,t,a){r.prototype.$init.call(e,t,a,!1)},t.HashHandler=d,t.MultiHashHandler=r})),ace.define("ace/commands/command_manager",["require","exports","module","ace/lib/oop","ace/keyboard/hash_handler","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("../lib/oop"),i=e("../keyboard/hash_handler").MultiHashHandler,l=e("../lib/event_emitter").EventEmitter,r=function(e){function t(t,a){var s=e.call(this,a,t)||this;return s.byName=s.commands,s.setDefaultHandler("exec",(function(e){return e.args?e.command.exec(e.editor,e.args,e.event,!1):e.command.exec(e.editor,{},e.event,!0)})),s}return o(t,e),t.prototype.exec=function(e,t,a){if(Array.isArray(e)){for(var s=e.length;s--;)if(this.exec(e[s],t,a))return!0;return!1}"string"==typeof e&&(e=this.commands[e]);var o={editor:t,command:e,args:a};return this.canExecute(e,t)?(o.returnValue=this._emit("exec",o),this._signal("afterExec",o),!1!==o.returnValue):(this._signal("commandUnavailable",o),!1)},t.prototype.canExecute=function(e,t){return"string"==typeof e&&(e=this.commands[e]),!(!e||t&&t.$readOnly&&!e.readOnly||0!=this.$checkCommandState&&e.isAvailable&&!e.isAvailable(t))},t.prototype.toggleRecording=function(e){if(!this.$inReplay)return e&&e._emit("changeStatus"),this.recording?(this.macro.pop(),this.off("exec",this.$addCommandToMacro),this.macro.length||(this.macro=this.oldMacro),this.recording=!1):(this.$addCommandToMacro||(this.$addCommandToMacro=function(e){this.macro.push([e.command,e.args])}.bind(this)),this.oldMacro=this.macro,this.macro=[],this.on("exec",this.$addCommandToMacro),this.recording=!0)},t.prototype.replay=function(e){if(!this.$inReplay&&this.macro){if(this.recording)return this.toggleRecording(e);try{this.$inReplay=!0,this.macro.forEach((function(t){"string"==typeof t?this.exec(t,e):this.exec(t[0],e,t[1])}),this)}finally{this.$inReplay=!1}}},t.prototype.trimMacro=function(e){return e.map((function(e){return"string"!=typeof e[0]&&(e[0]=e[0].name),e[1]||(e=e[0]),e}))},t}(i);n.implement(r.prototype,l),t.CommandManager=r})),ace.define("ace/commands/default_commands",["require","exports","module","ace/lib/lang","ace/config","ace/range"],(function(e,t,a){"use strict";var s=e("../lib/lang"),o=e("../config"),n=e("../range").Range;function i(e,t){return{win:e,mac:t}}t.commands=[{name:"showSettingsMenu",description:"Show settings menu",bindKey:i("Ctrl-,","Command-,"),exec:function(e){o.loadModule("ace/ext/settings_menu",(function(t){t.init(e),e.showSettingsMenu()}))},readOnly:!0},{name:"goToNextError",description:"Go to next error",bindKey:i("Alt-E","F4"),exec:function(e){o.loadModule("ace/ext/error_marker",(function(t){t.showErrorMarker(e,1)}))},scrollIntoView:"animate",readOnly:!0},{name:"goToPreviousError",description:"Go to previous error",bindKey:i("Alt-Shift-E","Shift-F4"),exec:function(e){o.loadModule("ace/ext/error_marker",(function(t){t.showErrorMarker(e,-1)}))},scrollIntoView:"animate",readOnly:!0},{name:"selectall",description:"Select all",bindKey:i("Ctrl-A","Command-A"),exec:function(e){e.selectAll()},readOnly:!0},{name:"centerselection",description:"Center selection",bindKey:i(null,"Ctrl-L"),exec:function(e){e.centerSelection()},readOnly:!0},{name:"gotoline",description:"Go to line...",bindKey:i("Ctrl-L","Command-L"),exec:function(e,t){"number"!=typeof t||isNaN(t)||e.gotoLine(t),e.prompt({$type:"gotoLine"})},readOnly:!0},{name:"fold",bindKey:i("Alt-L|Ctrl-F1","Command-Alt-L|Command-F1"),exec:function(e){e.session.toggleFold(!1)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"unfold",bindKey:i("Alt-Shift-L|Ctrl-Shift-F1","Command-Alt-Shift-L|Command-Shift-F1"),exec:function(e){e.session.toggleFold(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleFoldWidget",description:"Toggle fold widget",bindKey:i("F2","F2"),exec:function(e){e.session.toggleFoldWidget()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleParentFoldWidget",description:"Toggle parent fold widget",bindKey:i("Alt-F2","Alt-F2"),exec:function(e){e.session.toggleFoldWidget(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"foldall",description:"Fold all",bindKey:i(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAll()},scrollIntoView:"center",readOnly:!0},{name:"foldAllComments",description:"Fold all comments",bindKey:i(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAllComments()},scrollIntoView:"center",readOnly:!0},{name:"foldOther",description:"Fold other",bindKey:i("Alt-0","Command-Option-0"),exec:function(e){e.session.foldAll(),e.session.unfold(e.selection.getAllRanges())},scrollIntoView:"center",readOnly:!0},{name:"unfoldall",description:"Unfold all",bindKey:i("Alt-Shift-0","Command-Option-Shift-0"),exec:function(e){e.session.unfold()},scrollIntoView:"center",readOnly:!0},{name:"findnext",description:"Find next",bindKey:i("Ctrl-K","Command-G"),exec:function(e){e.findNext()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"findprevious",description:"Find previous",bindKey:i("Ctrl-Shift-K","Command-Shift-G"),exec:function(e){e.findPrevious()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"selectOrFindNext",description:"Select or find next",bindKey:i("Alt-K","Ctrl-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findNext()},readOnly:!0},{name:"selectOrFindPrevious",description:"Select or find previous",bindKey:i("Alt-Shift-K","Ctrl-Shift-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findPrevious()},readOnly:!0},{name:"find",description:"Find",bindKey:i("Ctrl-F","Command-F"),exec:function(e){o.loadModule("ace/ext/searchbox",(function(t){t.Search(e)}))},readOnly:!0},{name:"overwrite",description:"Overwrite",bindKey:"Insert",exec:function(e){e.toggleOverwrite()},readOnly:!0},{name:"selecttostart",description:"Select to start",bindKey:i("Ctrl-Shift-Home","Command-Shift-Home|Command-Shift-Up"),exec:function(e){e.getSelection().selectFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotostart",description:"Go to start",bindKey:i("Ctrl-Home","Command-Home|Command-Up"),exec:function(e){e.navigateFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectup",description:"Select up",bindKey:i("Shift-Up","Shift-Up|Ctrl-Shift-P"),exec:function(e){e.getSelection().selectUp()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golineup",description:"Go line up",bindKey:i("Up","Up|Ctrl-P"),exec:function(e,t){e.navigateUp(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttoend",description:"Select to end",bindKey:i("Ctrl-Shift-End","Command-Shift-End|Command-Shift-Down"),exec:function(e){e.getSelection().selectFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotoend",description:"Go to end",bindKey:i("Ctrl-End","Command-End|Command-Down"),exec:function(e){e.navigateFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectdown",description:"Select down",bindKey:i("Shift-Down","Shift-Down|Ctrl-Shift-N"),exec:function(e){e.getSelection().selectDown()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golinedown",description:"Go line down",bindKey:i("Down","Down|Ctrl-N"),exec:function(e,t){e.navigateDown(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordleft",description:"Select word left",bindKey:i("Ctrl-Shift-Left","Option-Shift-Left"),exec:function(e){e.getSelection().selectWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordleft",description:"Go to word left",bindKey:i("Ctrl-Left","Option-Left"),exec:function(e){e.navigateWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolinestart",description:"Select to line start",bindKey:i("Alt-Shift-Left","Command-Shift-Left|Ctrl-Shift-A"),exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolinestart",description:"Go to line start",bindKey:i("Alt-Left|Home","Command-Left|Home|Ctrl-A"),exec:function(e){e.navigateLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectleft",description:"Select left",bindKey:i("Shift-Left","Shift-Left|Ctrl-Shift-B"),exec:function(e){e.getSelection().selectLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoleft",description:"Go to left",bindKey:i("Left","Left|Ctrl-B"),exec:function(e,t){e.navigateLeft(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordright",description:"Select word right",bindKey:i("Ctrl-Shift-Right","Option-Shift-Right"),exec:function(e){e.getSelection().selectWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordright",description:"Go to word right",bindKey:i("Ctrl-Right","Option-Right"),exec:function(e){e.navigateWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolineend",description:"Select to line end",bindKey:i("Alt-Shift-Right","Command-Shift-Right|Shift-End|Ctrl-Shift-E"),exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolineend",description:"Go to line end",bindKey:i("Alt-Right|End","Command-Right|End|Ctrl-E"),exec:function(e){e.navigateLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectright",description:"Select right",bindKey:i("Shift-Right","Shift-Right"),exec:function(e){e.getSelection().selectRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoright",description:"Go to right",bindKey:i("Right","Right|Ctrl-F"),exec:function(e,t){e.navigateRight(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectpagedown",description:"Select page down",bindKey:"Shift-PageDown",exec:function(e){e.selectPageDown()},readOnly:!0},{name:"pagedown",description:"Page down",bindKey:i(null,"Option-PageDown"),exec:function(e){e.scrollPageDown()},readOnly:!0},{name:"gotopagedown",description:"Go to page down",bindKey:i("PageDown","PageDown|Ctrl-V"),exec:function(e){e.gotoPageDown()},readOnly:!0},{name:"selectpageup",description:"Select page up",bindKey:"Shift-PageUp",exec:function(e){e.selectPageUp()},readOnly:!0},{name:"pageup",description:"Page up",bindKey:i(null,"Option-PageUp"),exec:function(e){e.scrollPageUp()},readOnly:!0},{name:"gotopageup",description:"Go to page up",bindKey:"PageUp",exec:function(e){e.gotoPageUp()},readOnly:!0},{name:"scrollup",description:"Scroll up",bindKey:i("Ctrl-Up",null),exec:function(e){e.renderer.scrollBy(0,-2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"scrolldown",description:"Scroll down",bindKey:i("Ctrl-Down",null),exec:function(e){e.renderer.scrollBy(0,2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"selectlinestart",description:"Select line start",bindKey:"Shift-Home",exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectlineend",description:"Select line end",bindKey:"Shift-End",exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"togglerecording",description:"Toggle recording",bindKey:i("Ctrl-Alt-E","Command-Option-E"),exec:function(e){e.commands.toggleRecording(e)},readOnly:!0},{name:"replaymacro",description:"Replay macro",bindKey:i("Ctrl-Shift-E","Command-Shift-E"),exec:function(e){e.commands.replay(e)},readOnly:!0},{name:"jumptomatching",description:"Jump to matching",bindKey:i("Ctrl-\\|Ctrl-P","Command-\\"),exec:function(e){e.jumpToMatching()},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"selecttomatching",description:"Select to matching",bindKey:i("Ctrl-Shift-\\|Ctrl-Shift-P","Command-Shift-\\"),exec:function(e){e.jumpToMatching(!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"expandToMatching",description:"Expand to matching",bindKey:i("Ctrl-Shift-M","Ctrl-Shift-M"),exec:function(e){e.jumpToMatching(!0,!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"passKeysToBrowser",description:"Pass keys to browser",bindKey:i(null,null),exec:function(){},passEvent:!0,readOnly:!0},{name:"copy",description:"Copy",exec:function(e){},readOnly:!0},{name:"cut",description:"Cut",exec:function(e){var t=e.$copyWithEmptySelection&&e.selection.isEmpty()?e.selection.getLineRange():e.selection.getRange();e._emit("cut",t),t.isEmpty()||e.session.remove(t),e.clearSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"paste",description:"Paste",exec:function(e,t){e.$handlePaste(t)},scrollIntoView:"cursor"},{name:"removeline",description:"Remove line",bindKey:i("Ctrl-D","Command-D"),exec:function(e){e.removeLines()},scrollIntoView:"cursor",multiSelectAction:"forEachLine"},{name:"duplicateSelection",description:"Duplicate selection",bindKey:i("Ctrl-Shift-D","Command-Shift-D"),exec:function(e){e.duplicateSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"sortlines",description:"Sort lines",bindKey:i("Ctrl-Alt-S","Command-Alt-S"),exec:function(e){e.sortLines()},scrollIntoView:"selection",multiSelectAction:"forEachLine"},{name:"togglecomment",description:"Toggle comment",bindKey:i("Ctrl-/","Command-/"),exec:function(e){e.toggleCommentLines()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"toggleBlockComment",description:"Toggle block comment",bindKey:i("Ctrl-Shift-/","Command-Shift-/"),exec:function(e){e.toggleBlockComment()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"modifyNumberUp",description:"Modify number up",bindKey:i("Ctrl-Shift-Up","Alt-Shift-Up"),exec:function(e){e.modifyNumber(1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"modifyNumberDown",description:"Modify number down",bindKey:i("Ctrl-Shift-Down","Alt-Shift-Down"),exec:function(e){e.modifyNumber(-1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"replace",description:"Replace",bindKey:i("Ctrl-H","Command-Option-F"),exec:function(e){o.loadModule("ace/ext/searchbox",(function(t){t.Search(e,!0)}))}},{name:"undo",description:"Undo",bindKey:i("Ctrl-Z","Command-Z"),exec:function(e){e.undo()}},{name:"redo",description:"Redo",bindKey:i("Ctrl-Shift-Z|Ctrl-Y","Command-Shift-Z|Command-Y"),exec:function(e){e.redo()}},{name:"copylinesup",description:"Copy lines up",bindKey:i("Alt-Shift-Up","Command-Option-Up"),exec:function(e){e.copyLinesUp()},scrollIntoView:"cursor"},{name:"movelinesup",description:"Move lines up",bindKey:i("Alt-Up","Option-Up"),exec:function(e){e.moveLinesUp()},scrollIntoView:"cursor"},{name:"copylinesdown",description:"Copy lines down",bindKey:i("Alt-Shift-Down","Command-Option-Down"),exec:function(e){e.copyLinesDown()},scrollIntoView:"cursor"},{name:"movelinesdown",description:"Move lines down",bindKey:i("Alt-Down","Option-Down"),exec:function(e){e.moveLinesDown()},scrollIntoView:"cursor"},{name:"del",description:"Delete",bindKey:i("Delete","Delete|Ctrl-D|Shift-Delete"),exec:function(e){e.remove("right")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"backspace",description:"Backspace",bindKey:i("Shift-Backspace|Backspace","Ctrl-Backspace|Shift-Backspace|Backspace|Ctrl-H"),exec:function(e){e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"cut_or_delete",description:"Cut or delete",bindKey:i("Shift-Delete",null),exec:function(e){if(!e.selection.isEmpty())return!1;e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestart",description:"Remove to line start",bindKey:i("Alt-Backspace","Command-Backspace"),exec:function(e){e.removeToLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineend",description:"Remove to line end",bindKey:i("Alt-Delete","Ctrl-K|Command-Delete"),exec:function(e){e.removeToLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestarthard",description:"Remove to line start hard",bindKey:i("Ctrl-Shift-Backspace",null),exec:function(e){var t=e.selection.getRange();t.start.column=0,e.session.remove(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineendhard",description:"Remove to line end hard",bindKey:i("Ctrl-Shift-Delete",null),exec:function(e){var t=e.selection.getRange();t.end.column=Number.MAX_VALUE,e.session.remove(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordleft",description:"Remove word left",bindKey:i("Ctrl-Backspace","Alt-Backspace|Ctrl-Alt-Backspace"),exec:function(e){e.removeWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordright",description:"Remove word right",bindKey:i("Ctrl-Delete","Alt-Delete"),exec:function(e){e.removeWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"outdent",description:"Outdent",bindKey:i("Shift-Tab","Shift-Tab"),exec:function(e){e.blockOutdent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"indent",description:"Indent",bindKey:i("Tab","Tab"),exec:function(e){e.indent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"blockoutdent",description:"Block outdent",bindKey:i("Ctrl-[","Ctrl-["),exec:function(e){e.blockOutdent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"blockindent",description:"Block indent",bindKey:i("Ctrl-]","Ctrl-]"),exec:function(e){e.blockIndent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"insertstring",description:"Insert string",exec:function(e,t){e.insert(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"inserttext",description:"Insert text",exec:function(e,t){e.insert(s.stringRepeat(t.text||"",t.times||1))},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"splitline",description:"Split line",bindKey:i(null,"Ctrl-O"),exec:function(e){e.splitLine()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"transposeletters",description:"Transpose letters",bindKey:i("Alt-Shift-X","Ctrl-T"),exec:function(e){e.transposeLetters()},multiSelectAction:function(e){e.transposeSelections(1)},scrollIntoView:"cursor"},{name:"touppercase",description:"To uppercase",bindKey:i("Ctrl-U","Ctrl-U"),exec:function(e){e.toUpperCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"tolowercase",description:"To lowercase",bindKey:i("Ctrl-Shift-U","Ctrl-Shift-U"),exec:function(e){e.toLowerCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"autoindent",description:"Auto Indent",bindKey:i(null,null),exec:function(e){e.autoIndent()},scrollIntoView:"animate"},{name:"expandtoline",description:"Expand to line",bindKey:i("Ctrl-Shift-L","Command-Shift-L"),exec:function(e){var t=e.selection.getRange();t.start.column=t.end.column=0,t.end.row++,e.selection.setRange(t,!1)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"openlink",bindKey:i("Ctrl+F3","F3"),exec:function(e){e.openLink()}},{name:"joinlines",description:"Join lines",bindKey:i(null,null),exec:function(e){for(var t=e.selection.isBackwards(),a=t?e.selection.getSelectionLead():e.selection.getSelectionAnchor(),o=t?e.selection.getSelectionAnchor():e.selection.getSelectionLead(),i=e.session.doc.getLine(a.row).length,l=e.session.doc.getTextRange(e.selection.getRange()).replace(/\n\s*/," ").length,r=e.session.doc.getLine(a.row),c=a.row+1;c<=o.row+1;c++){var d=s.stringTrimLeft(s.stringTrimRight(e.session.doc.getLine(c)));0!==d.length&&(d=" "+d),r+=d}o.row+1<e.session.doc.getLength()-1&&(r+=e.session.doc.getNewLineCharacter()),e.clearSelection(),e.session.doc.replace(new n(a.row,0,o.row+2,0),r),l>0?(e.selection.moveCursorTo(a.row,a.column),e.selection.selectTo(a.row,a.column+l)):(i=e.session.doc.getLine(a.row).length>i?i+1:i,e.selection.moveCursorTo(a.row,i))},multiSelectAction:"forEach",readOnly:!0},{name:"invertSelection",description:"Invert selection",bindKey:i(null,null),exec:function(e){var t=e.session.doc.getLength()-1,a=e.session.doc.getLine(t).length,s=e.selection.rangeList.ranges,o=[];s.length<1&&(s=[e.selection.getRange()]);for(var i=0;i<s.length;i++)i==s.length-1&&(s[i].end.row===t&&s[i].end.column===a||o.push(new n(s[i].end.row,s[i].end.column,t,a))),0===i?0===s[i].start.row&&0===s[i].start.column||o.push(new n(0,0,s[i].start.row,s[i].start.column)):o.push(new n(s[i-1].end.row,s[i-1].end.column,s[i].start.row,s[i].start.column));for(e.exitMultiSelectMode(),e.clearSelection(),i=0;i<o.length;i++)e.selection.addRange(o[i],!1)},readOnly:!0,scrollIntoView:"none"},{name:"addLineAfter",description:"Add new line after the current line",exec:function(e){e.selection.clearSelection(),e.navigateLineEnd(),e.insert("\n")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"addLineBefore",description:"Add new line before the current line",exec:function(e){e.selection.clearSelection();var t=e.getCursorPosition();e.selection.moveTo(t.row-1,Number.MAX_VALUE),e.insert("\n"),0===t.row&&e.navigateUp()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"openCommandPallete",exec:function(e){console.warn("This is an obsolete command. Please use `openCommandPalette` instead."),e.prompt({$type:"commands"})},readOnly:!0},{name:"openCommandPalette",description:"Open command palette",bindKey:i("F1","F1"),exec:function(e){e.prompt({$type:"commands"})},readOnly:!0},{name:"modeSelect",description:"Change language mode...",bindKey:i(null,null),exec:function(e){e.prompt({$type:"modes"})},readOnly:!0}];for(var l=1;l<9;l++)t.commands.push({name:"foldToLevel"+l,description:"Fold To Level "+l,level:l,exec:function(e){e.session.foldToLevel(this.level)},scrollIntoView:"center",readOnly:!0})})),ace.define("ace/keyboard/gutter_handler",["require","exports","module","ace/lib/keys"],(function(e,t,a){"use strict";var s=e("../lib/keys"),o=function(){function e(e){this.editor=e,this.gutterLayer=e.renderer.$gutterLayer,this.element=e.renderer.$gutter,this.lines=e.renderer.$gutterLayer.$lines,this.activeRowIndex=null,this.activeLane=null,this.annotationTooltip=this.editor.$mouseHandler.$tooltip}return e.prototype.addListener=function(){this.element.addEventListener("keydown",this.$onGutterKeyDown.bind(this)),this.element.addEventListener("focusout",this.$blurGutter.bind(this)),this.editor.on("mousewheel",this.$blurGutter.bind(this))},e.prototype.removeListener=function(){this.element.removeEventListener("keydown",this.$onGutterKeyDown.bind(this)),this.element.removeEventListener("focusout",this.$blurGutter.bind(this)),this.editor.off("mousewheel",this.$blurGutter.bind(this))},e.prototype.$onGutterKeyDown=function(e){if(this.annotationTooltip.isOpen)return e.preventDefault(),void(e.keyCode===s.escape&&this.annotationTooltip.hide());if(e.target===this.element){if(e.keyCode!=s.enter)return;e.preventDefault();var t=this.editor.getCursorPosition().row;return this.editor.isRowVisible(t)||this.editor.scrollToLine(t,!0,!0),void setTimeout(function(){var e=this.$rowToRowIndex(this.gutterLayer.$cursorCell.row),t=this.$findNearestFoldLaneWidget(e),a=this.$findNearestAnnotation(e);if(null!==t||null!==a)return this.$findClosestNumber(t,a,e)===t?(this.activeLane="fold",this.activeRowIndex=t,this.$isCustomWidgetVisible(t)?void this.$focusCustomWidget(this.activeRowIndex):void this.$focusFoldWidget(this.activeRowIndex)):(this.activeRowIndex=a,this.activeLane="annotation",void this.$focusAnnotation(this.activeRowIndex))}.bind(this),10)}this.$handleGutterKeyboardInteraction(e),setTimeout(function(){this.editor._signal("gutterkeydown",new n(e,this))}.bind(this),10)},e.prototype.$handleGutterKeyboardInteraction=function(e){if(e.keyCode!==s.tab){if(e.keyCode===s.escape)return e.preventDefault(),this.$blurGutter(),this.element.focus(),void(this.lane=null);if(e.keyCode!==s.up)if(e.keyCode!==s.down){if(e.keyCode===s.left)return e.preventDefault(),void this.$switchLane("annotation");if(e.keyCode===s.right)return e.preventDefault(),void this.$switchLane("fold");if(e.keyCode!==s.enter&&e.keyCode!==s.space);else switch(e.preventDefault(),this.activeLane){case"fold":var t=this.$rowIndexToRow(this.activeRowIndex),a=this.editor.session.$gutterCustomWidgets[t];if(a)a.callbacks&&a.callbacks.onClick&&a.callbacks.onClick(e,t);else{if("start"===this.gutterLayer.session.foldWidgets[t]){this.editor.session.onFoldWidgetClick(this.$rowIndexToRow(this.activeRowIndex),e),setTimeout(function(){this.$rowIndexToRow(this.activeRowIndex)!==t&&(this.$blurFoldWidget(this.activeRowIndex),this.activeRowIndex=this.$rowToRowIndex(t),this.$focusFoldWidget(this.activeRowIndex))}.bind(this),10);break}if("end"===this.gutterLayer.session.foldWidgets[this.$rowIndexToRow(this.activeRowIndex)])break}return;case"annotation":this.annotationTooltip.showTooltip(this.$rowIndexToRow(this.activeRowIndex)),this.annotationTooltip.$fromKeyboard=!0}}else switch(e.preventDefault(),this.activeLane){case"fold":this.$moveFoldWidgetDown();break;case"annotation":this.$moveAnnotationDown()}else switch(e.preventDefault(),this.activeLane){case"fold":this.$moveFoldWidgetUp();break;case"annotation":this.$moveAnnotationUp()}}else e.preventDefault()},e.prototype.$blurGutter=function(){if(null!==this.activeRowIndex)switch(this.activeLane){case"fold":this.$blurFoldWidget(this.activeRowIndex),this.$blurCustomWidget(this.activeRowIndex);break;case"annotation":this.$blurAnnotation(this.activeRowIndex)}this.annotationTooltip.isOpen&&this.annotationTooltip.hide()},e.prototype.$isFoldWidgetVisible=function(e){var t=this.editor.isRowFullyVisible(this.$rowIndexToRow(e)),a="none"!==this.$getFoldWidget(e).style.display;return t&&a},e.prototype.$isCustomWidgetVisible=function(e){var t=this.editor.isRowFullyVisible(this.$rowIndexToRow(e)),a=!!this.$getCustomWidget(e);return t&&a},e.prototype.$isAnnotationVisible=function(e){var t=this.editor.isRowFullyVisible(this.$rowIndexToRow(e)),a="none"!==this.$getAnnotation(e).style.display;return t&&a},e.prototype.$getFoldWidget=function(e){return this.lines.get(e).element.childNodes[1]},e.prototype.$getCustomWidget=function(e){return this.lines.get(e).element.childNodes[3]},e.prototype.$getAnnotation=function(e){return this.lines.get(e).element.childNodes[2]},e.prototype.$findNearestFoldLaneWidget=function(e){if(this.$isCustomWidgetVisible(e))return e;if(this.$isFoldWidgetVisible(e))return e;for(var t=0;e-t>0||e+t<this.lines.getLength()-1;){if(e-++t>=0&&this.$isCustomWidgetVisible(e-t))return e-t;if(e+t<=this.lines.getLength()-1&&this.$isCustomWidgetVisible(e+t))return e+t;if(e-t>=0&&this.$isFoldWidgetVisible(e-t))return e-t;if(e+t<=this.lines.getLength()-1&&this.$isFoldWidgetVisible(e+t))return e+t}return null},e.prototype.$findNearestAnnotation=function(e){if(this.$isAnnotationVisible(e))return e;for(var t=0;e-t>0||e+t<this.lines.getLength()-1;){if(e-++t>=0&&this.$isAnnotationVisible(e-t))return e-t;if(e+t<=this.lines.getLength()-1&&this.$isAnnotationVisible(e+t))return e+t}return null},e.prototype.$focusFoldWidget=function(e){if(null!=e){var t=this.$getFoldWidget(e);t.classList.add(this.editor.renderer.keyboardFocusClassName),t.focus()}},e.prototype.$focusCustomWidget=function(e){if(null!=e){var t=this.$getCustomWidget(e);t&&(t.classList.add(this.editor.renderer.keyboardFocusClassName),t.focus())}},e.prototype.$focusAnnotation=function(e){if(null!=e){var t=this.$getAnnotation(e);t.classList.add(this.editor.renderer.keyboardFocusClassName),t.focus()}},e.prototype.$blurFoldWidget=function(e){var t=this.$getFoldWidget(e);t.classList.remove(this.editor.renderer.keyboardFocusClassName),t.blur()},e.prototype.$blurCustomWidget=function(e){var t=this.$getCustomWidget(e);t&&(t.classList.remove(this.editor.renderer.keyboardFocusClassName),t.blur())},e.prototype.$blurAnnotation=function(e){var t=this.$getAnnotation(e);t.classList.remove(this.editor.renderer.keyboardFocusClassName),t.blur()},e.prototype.$moveFoldWidgetUp=function(){for(var e=this.activeRowIndex;e>0;)if(e--,this.$isFoldWidgetVisible(e)||this.$isCustomWidgetVisible(e))return this.$blurFoldWidget(this.activeRowIndex),this.$blurCustomWidget(this.activeRowIndex),this.activeRowIndex=e,void(this.$isFoldWidgetVisible(e)?this.$focusFoldWidget(this.activeRowIndex):this.$focusCustomWidget(this.activeRowIndex))},e.prototype.$moveFoldWidgetDown=function(){for(var e=this.activeRowIndex;e<this.lines.getLength()-1;)if(e++,this.$isFoldWidgetVisible(e)||this.$isCustomWidgetVisible(e))return this.$blurFoldWidget(this.activeRowIndex),this.$blurCustomWidget(this.activeRowIndex),this.activeRowIndex=e,void(this.$isFoldWidgetVisible(e)?this.$focusFoldWidget(this.activeRowIndex):this.$focusCustomWidget(this.activeRowIndex))},e.prototype.$moveAnnotationUp=function(){for(var e=this.activeRowIndex;e>0;)if(e--,this.$isAnnotationVisible(e))return this.$blurAnnotation(this.activeRowIndex),this.activeRowIndex=e,void this.$focusAnnotation(this.activeRowIndex)},e.prototype.$moveAnnotationDown=function(){for(var e=this.activeRowIndex;e<this.lines.getLength()-1;)if(e++,this.$isAnnotationVisible(e))return this.$blurAnnotation(this.activeRowIndex),this.activeRowIndex=e,void this.$focusAnnotation(this.activeRowIndex)},e.prototype.$findClosestNumber=function(e,t,a){return null===e?t:null===t||Math.abs(a-e)<=Math.abs(a-t)?e:t},e.prototype.$switchLane=function(e){switch(e){case"annotation":if("annotation"===this.activeLane)break;var t=this.$findNearestAnnotation(this.activeRowIndex);if(null==t)break;this.activeLane="annotation",this.$blurFoldWidget(this.activeRowIndex),this.$blurCustomWidget(this.activeRowIndex),this.activeRowIndex=t,this.$focusAnnotation(this.activeRowIndex);break;case"fold":if("fold"===this.activeLane)break;var a=this.$findNearestFoldLaneWidget(this.activeRowIndex);if(null===a)break;this.activeLane="fold",this.$blurAnnotation(this.activeRowIndex),this.activeRowIndex=a,this.$isCustomWidgetVisible(a)?this.$focusCustomWidget(this.activeRowIndex):this.$focusFoldWidget(this.activeRowIndex)}},e.prototype.$rowIndexToRow=function(e){var t=this.lines.get(e);return t?t.row:null},e.prototype.$rowToRowIndex=function(e){for(var t=0;t<this.lines.getLength();t++)if(this.lines.get(t).row==e)return t;return null},e}();t.GutterKeyboardHandler=o;var n=function(){function e(e,t){this.gutterKeyboardHandler=t,this.domEvent=e}return e.prototype.getKey=function(){return s.keyCodeToString(this.domEvent.keyCode)},e.prototype.getRow=function(){return this.gutterKeyboardHandler.$rowIndexToRow(this.gutterKeyboardHandler.activeRowIndex)},e.prototype.isInAnnotationLane=function(){return"annotation"===this.gutterKeyboardHandler.activeLane},e.prototype.isInFoldLane=function(){return"fold"===this.gutterKeyboardHandler.activeLane},e}();t.GutterKeyboardEvent=n})),ace.define("ace/editor",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/useragent","ace/keyboard/textinput","ace/mouse/mouse_handler","ace/mouse/fold_handler","ace/keyboard/keybinding","ace/edit_session","ace/search","ace/range","ace/lib/event_emitter","ace/commands/command_manager","ace/commands/default_commands","ace/config","ace/token_iterator","ace/keyboard/gutter_handler","ace/config","ace/clipboard","ace/lib/keys","ace/lib/event","ace/tooltip"],(function(e,t,a){"use strict";var s=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],s=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&s>=e.length&&(e=void 0),{value:e&&e[s++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=e("./lib/oop"),n=e("./lib/dom"),i=e("./lib/lang"),l=e("./lib/useragent"),r=e("./keyboard/textinput").TextInput,c=e("./mouse/mouse_handler").MouseHandler,d=e("./mouse/fold_handler").FoldHandler,h=e("./keyboard/keybinding").KeyBinding,p=e("./edit_session").EditSession,g=e("./search").Search,u=e("./range").Range,m=e("./lib/event_emitter").EventEmitter,v=e("./commands/command_manager").CommandManager,b=e("./commands/default_commands").commands,f=e("./config"),w=e("./token_iterator").TokenIterator,x=e("./keyboard/gutter_handler").GutterKeyboardHandler,y=e("./config").nls,k=e("./clipboard"),C=e("./lib/keys"),_=e("./lib/event"),M=e("./tooltip").HoverTooltip,z=function(){function e(t,a,s){this.id="editor"+ ++e.$uid,this.session,this.$toDestroy=[];var o=t.getContainerElement();this.container=o,this.renderer=t,this.commands=new v(l.isMac?"mac":"win",b),"object"==typeof document&&(this.textInput=new r(t.getTextAreaContainer(),this),this.renderer.textarea=this.textInput.getElement(),this.$mouseHandler=new c(this),new d(this)),this.keyBinding=new h(this),this.$search=(new g).set({wrap:!0}),this.$historyTracker=this.$historyTracker.bind(this),this.commands.on("exec",this.$historyTracker),this.$initOperationListeners(),this._$emitInputEvent=i.delayedCall(function(){this._signal("input",{}),this.session&&!this.session.destroyed&&this.session.bgTokenizer.scheduleStart()}.bind(this)),this.on("change",(function(e,t){t._$emitInputEvent.schedule(31)})),this.setSession(a||s&&s.session||new p("")),f.resetOptions(this),s&&this.setOptions(s),f._signal("editor",this)}return e.prototype.$initOperationListeners=function(){this.commands.on("exec",this.startOperation.bind(this),!0),this.commands.on("afterExec",this.endOperation.bind(this),!0)},e.prototype.startOperation=function(e){this.session.startOperation(e)},e.prototype.endOperation=function(e){this.session.endOperation(e)},e.prototype.onStartOperation=function(e){this.curOp=this.session.curOp,this.curOp.scrollTop=this.renderer.scrollTop,this.prevOp=this.session.prevOp,e||(this.previousCommand=null)},e.prototype.onEndOperation=function(e){if(this.curOp&&this.session){if(e&&!1===e.returnValue)return void(this.curOp=null);if(this._signal("beforeEndOperation"),!this.curOp)return;var t=this.curOp.command,a=t&&t.scrollIntoView;if(a){switch(a){case"center-animate":a="animate";case"center":this.renderer.scrollCursorIntoView(null,.5);break;case"animate":case"cursor":this.renderer.scrollCursorIntoView();break;case"selectionPart":var s=this.selection.getRange(),o=this.renderer.layerConfig;(s.start.row>=o.lastRow||s.end.row<=o.firstRow)&&this.renderer.scrollSelectionIntoView(this.selection.anchor,this.selection.lead)}"animate"==a&&this.renderer.animateScrolling(this.curOp.scrollTop)}this.$lastSel=this.session.selection.toJSON(),this.prevOp=this.curOp,this.curOp=null}},e.prototype.$historyTracker=function(e){if(this.$mergeUndoDeltas){var t=this.prevOp,a=this.$mergeableCommands,s=t.command&&e.command.name==t.command.name;if("insertstring"==e.command.name){var o=e.args;void 0===this.mergeNextCommand&&(this.mergeNextCommand=!0),s=s&&this.mergeNextCommand&&(!/\s/.test(o)||/\s/.test(t.args)),this.mergeNextCommand=!0}else s=s&&-1!==a.indexOf(e.command.name);"always"!=this.$mergeUndoDeltas&&Date.now()-this.sequenceStartTime>2e3&&(s=!1),s?this.session.mergeUndoDeltas=!0:-1!==a.indexOf(e.command.name)&&(this.sequenceStartTime=Date.now())}},e.prototype.setKeyboardHandler=function(e,t){if(e&&"string"==typeof e&&"ace"!=e){this.$keybindingId=e;var a=this;f.loadModule(["keybinding",e],(function(s){a.$keybindingId==e&&a.keyBinding.setKeyboardHandler(s&&s.handler),t&&t()}))}else this.$keybindingId=null,this.keyBinding.setKeyboardHandler(e),t&&t()},e.prototype.getKeyboardHandler=function(){return this.keyBinding.getKeyboardHandler()},e.prototype.setSession=function(e){if(this.session!=e){this.curOp&&this.endOperation(),this.curOp={};var t=this.session;if(t){this.session.off("change",this.$onDocumentChange),this.session.off("changeMode",this.$onChangeMode),this.session.off("tokenizerUpdate",this.$onTokenizerUpdate),this.session.off("changeTabSize",this.$onChangeTabSize),this.session.off("changeWrapLimit",this.$onChangeWrapLimit),this.session.off("changeWrapMode",this.$onChangeWrapMode),this.session.off("changeFold",this.$onChangeFold),this.session.off("changeFrontMarker",this.$onChangeFrontMarker),this.session.off("changeBackMarker",this.$onChangeBackMarker),this.session.off("changeBreakpoint",this.$onChangeBreakpoint),this.session.off("changeAnnotation",this.$onChangeAnnotation),this.session.off("changeOverwrite",this.$onCursorChange),this.session.off("changeScrollTop",this.$onScrollTopChange),this.session.off("changeScrollLeft",this.$onScrollLeftChange),this.session.off("startOperation",this.$onStartOperation),this.session.off("endOperation",this.$onEndOperation);var a=this.session.getSelection();a.off("changeCursor",this.$onCursorChange),a.off("changeSelection",this.$onSelectionChange)}this.session=e,e?(this.$onDocumentChange=this.onDocumentChange.bind(this),e.on("change",this.$onDocumentChange),this.renderer.setSession(e),this.$onChangeMode=this.onChangeMode.bind(this),e.on("changeMode",this.$onChangeMode),this.$onTokenizerUpdate=this.onTokenizerUpdate.bind(this),e.on("tokenizerUpdate",this.$onTokenizerUpdate),this.$onChangeTabSize=this.renderer.onChangeTabSize.bind(this.renderer),e.on("changeTabSize",this.$onChangeTabSize),this.$onChangeWrapLimit=this.onChangeWrapLimit.bind(this),e.on("changeWrapLimit",this.$onChangeWrapLimit),this.$onChangeWrapMode=this.onChangeWrapMode.bind(this),e.on("changeWrapMode",this.$onChangeWrapMode),this.$onChangeFold=this.onChangeFold.bind(this),e.on("changeFold",this.$onChangeFold),this.$onChangeFrontMarker=this.onChangeFrontMarker.bind(this),this.session.on("changeFrontMarker",this.$onChangeFrontMarker),this.$onChangeBackMarker=this.onChangeBackMarker.bind(this),this.session.on("changeBackMarker",this.$onChangeBackMarker),this.$onChangeBreakpoint=this.onChangeBreakpoint.bind(this),this.session.on("changeBreakpoint",this.$onChangeBreakpoint),this.$onChangeAnnotation=this.onChangeAnnotation.bind(this),this.session.on("changeAnnotation",this.$onChangeAnnotation),this.$onCursorChange=this.onCursorChange.bind(this),this.session.on("changeOverwrite",this.$onCursorChange),this.$onScrollTopChange=this.onScrollTopChange.bind(this),this.session.on("changeScrollTop",this.$onScrollTopChange),this.$onScrollLeftChange=this.onScrollLeftChange.bind(this),this.session.on("changeScrollLeft",this.$onScrollLeftChange),this.selection=e.getSelection(),this.selection.on("changeCursor",this.$onCursorChange),this.$onSelectionChange=this.onSelectionChange.bind(this),this.selection.on("changeSelection",this.$onSelectionChange),this.$onStartOperation=this.onStartOperation.bind(this),this.session.on("startOperation",this.$onStartOperation),this.$onEndOperation=this.onEndOperation.bind(this),this.session.on("endOperation",this.$onEndOperation),this.onChangeMode(),this.onCursorChange(),this.onScrollTopChange(),this.onScrollLeftChange(),this.onSelectionChange(),this.onChangeFrontMarker(),this.onChangeBackMarker(),this.onChangeBreakpoint(),this.onChangeAnnotation(),this.session.getUseWrapMode()&&this.renderer.adjustWrapLimit(),this.renderer.updateFull()):(this.selection=null,this.renderer.setSession(e)),this._signal("changeSession",{session:e,oldSession:t}),this.curOp=null,t&&t._signal("changeEditor",{oldEditor:this}),t&&(t.$editor=null),e&&e._signal("changeEditor",{editor:this}),e&&(e.$editor=this),e&&!e.destroyed&&e.bgTokenizer.scheduleStart()}},e.prototype.getSession=function(){return this.session},e.prototype.setValue=function(e,t){return this.session.doc.setValue(e),t?1==t?this.navigateFileEnd():-1==t&&this.navigateFileStart():this.selectAll(),e},e.prototype.getValue=function(){return this.session.getValue()},e.prototype.getSelection=function(){return this.selection},e.prototype.resize=function(e){this.renderer.onResize(e)},e.prototype.setTheme=function(e,t){this.renderer.setTheme(e,t)},e.prototype.getTheme=function(){return this.renderer.getTheme()},e.prototype.setStyle=function(e,t){this.renderer.setStyle(e,t)},e.prototype.unsetStyle=function(e){this.renderer.unsetStyle(e)},e.prototype.getFontSize=function(){return this.getOption("fontSize")||n.computedStyle(this.container).fontSize},e.prototype.setFontSize=function(e){this.setOption("fontSize",e)},e.prototype.$highlightBrackets=function(){if(!this.$highlightPending){var e=this;this.$highlightPending=!0,setTimeout((function(){e.$highlightPending=!1;var t=e.session;if(t&&!t.destroyed){t.$bracketHighlight&&(t.$bracketHighlight.markerIds.forEach((function(e){t.removeMarker(e)})),t.$bracketHighlight=null);var a=e.getCursorPosition(),s=e.getKeyboardHandler(),o=s&&s.$getDirectionForHighlight&&s.$getDirectionForHighlight(e),n=t.getMatchingBracketRanges(a,o);if(!n){var i=new w(t,a.row,a.column).getCurrentToken();if(i&&/\b(?:tag-open|tag-name)/.test(i.type)){var l=t.getMatchingTags(a);l&&(n=[l.openTagName.isEmpty()?l.openTag:l.openTagName,l.closeTagName.isEmpty()?l.closeTag:l.closeTagName])}}if(!n&&t.$mode.getMatching&&(n=t.$mode.getMatching(e.session)),n){var r="ace_bracket";Array.isArray(n)?1==n.length&&(r="ace_error_bracket"):n=[n],2==n.length&&(0==u.comparePoints(n[0].end,n[1].start)?n=[u.fromPoints(n[0].start,n[1].end)]:0==u.comparePoints(n[0].start,n[1].end)&&(n=[u.fromPoints(n[1].start,n[0].end)])),t.$bracketHighlight={ranges:n,markerIds:n.map((function(e){return t.addMarker(e,r,"text")}))},e.getHighlightIndentGuides()&&e.renderer.$textLayer.$highlightIndentGuide()}else e.getHighlightIndentGuides()&&e.renderer.$textLayer.$highlightIndentGuide()}}),50)}},e.prototype.focus=function(){this.textInput.focus()},e.prototype.isFocused=function(){return this.textInput.isFocused()},e.prototype.blur=function(){this.textInput.blur()},e.prototype.onFocus=function(e){this.$isFocused||(this.$isFocused=!0,this.renderer.showCursor(),this.renderer.visualizeFocus(),this._emit("focus",e))},e.prototype.onBlur=function(e){this.$isFocused&&(this.$isFocused=!1,this.renderer.hideCursor(),this.renderer.visualizeBlur(),this._emit("blur",e))},e.prototype.$cursorChange=function(){this.renderer.updateCursor(),this.$highlightBrackets(),this.$updateHighlightActiveLine()},e.prototype.onDocumentChange=function(e){var t=this.session.$useWrapMode,a=e.start.row==e.end.row?e.end.row:1/0;this.renderer.updateLines(e.start.row,a,t),this._signal("change",e),this.$cursorChange()},e.prototype.onTokenizerUpdate=function(e){var t=e.data;this.renderer.updateLines(t.first,t.last)},e.prototype.onScrollTopChange=function(){this.renderer.scrollToY(this.session.getScrollTop())},e.prototype.onScrollLeftChange=function(){this.renderer.scrollToX(this.session.getScrollLeft())},e.prototype.onCursorChange=function(){this.$cursorChange(),this._signal("changeSelection")},e.prototype.$updateHighlightActiveLine=function(){var e,t=this.getSession();if(this.$highlightActiveLine&&("line"==this.$selectionStyle&&this.selection.isMultiLine()||(e=this.getCursorPosition()),this.renderer.theme&&this.renderer.theme.$selectionColorConflict&&!this.selection.isEmpty()&&(e=!1),!this.renderer.$maxLines||1!==this.session.getLength()||this.renderer.$minLines>1||(e=!1)),t.$highlightLineMarker&&!e)t.removeMarker(t.$highlightLineMarker.id),t.$highlightLineMarker=null;else if(!t.$highlightLineMarker&&e){var a=new u(e.row,e.column,e.row,1/0);a.id=t.addMarker(a,"ace_active-line","screenLine"),t.$highlightLineMarker=a}else e&&(t.$highlightLineMarker.start.row=e.row,t.$highlightLineMarker.end.row=e.row,t.$highlightLineMarker.start.column=e.column,t._signal("changeBackMarker"))},e.prototype.onSelectionChange=function(e){var t=this.session;if(t.$selectionMarker&&t.removeMarker(t.$selectionMarker),t.$selectionMarker=null,this.selection.isEmpty())this.$updateHighlightActiveLine();else{var a=this.selection.getRange(),s=this.getSelectionStyle();t.$selectionMarker=t.addMarker(a,"ace_selection",s)}var o=this.$highlightSelectedWord&&this.$getSelectionHighLightRegexp();this.session.highlight(o),this._signal("changeSelection")},e.prototype.$getSelectionHighLightRegexp=function(){var e=this.session,t=this.getSelectionRange();if(!t.isEmpty()&&!t.isMultiLine()){var a=t.start.column,s=t.end.column,o=e.getLine(t.start.row),n=o.substring(a,s);if(!(n.length>5e3)&&/[\w\d]/.test(n)){var i=this.$search.$assembleRegExp({wholeWord:!0,caseSensitive:!0,needle:n}),l=o.substring(a-1,s+1);if(i.test(l))return i}}},e.prototype.onChangeFrontMarker=function(){this.renderer.updateFrontMarkers()},e.prototype.onChangeBackMarker=function(){this.renderer.updateBackMarkers()},e.prototype.onChangeBreakpoint=function(){this.renderer.updateBreakpoints()},e.prototype.onChangeAnnotation=function(){this.renderer.setAnnotations(this.session.getAnnotations())},e.prototype.onChangeMode=function(e){this.renderer.updateText(),this._emit("changeMode",e)},e.prototype.onChangeWrapLimit=function(){this.renderer.updateFull()},e.prototype.onChangeWrapMode=function(){this.renderer.onResize(!0)},e.prototype.onChangeFold=function(){this.$updateHighlightActiveLine(),this.renderer.updateFull()},e.prototype.getSelectedText=function(){return this.session.getTextRange(this.getSelectionRange())},e.prototype.getCopyText=function(){var e=this.getSelectedText(),t=this.session.doc.getNewLineCharacter(),a=!1;if(!e&&this.$copyWithEmptySelection){a=!0;for(var s=this.selection.getAllRanges(),o=0;o<s.length;o++){var n=s[o];o&&s[o-1].start.row==n.start.row||(e+=this.session.getLine(n.start.row)+t)}}var i={text:e};return this._signal("copy",i),k.lineMode=!!a&&i.text,i.text},e.prototype.onCopy=function(){this.commands.exec("copy",this)},e.prototype.onCut=function(){this.commands.exec("cut",this)},e.prototype.onPaste=function(e,t){var a={text:e,event:t};this.commands.exec("paste",this,a)},e.prototype.$handlePaste=function(e){"string"==typeof e&&(e={text:e}),this._signal("paste",e);var t=e.text,a=t===k.lineMode,s=this.session;if(!this.inMultiSelectMode||this.inVirtualSelectionMode)a?s.insert({row:this.selection.lead.row,column:0},t):this.insert(t);else if(a)this.selection.rangeList.ranges.forEach((function(e){s.insert({row:e.start.row,column:0},t)}));else{var o=t.split(/\r\n|\r|\n/),n=this.selection.rangeList.ranges,i=!(2!=o.length||o[0]&&o[1]);if(o.length!=n.length||i)return this.commands.exec("insertstring",this,t);for(var l=n.length;l--;){var r=n[l];r.isEmpty()||s.remove(r),s.insert(r.start,o[l])}}},e.prototype.execCommand=function(e,t){return this.commands.exec(e,this,t)},e.prototype.insert=function(e,t){var a=this.session,s=a.getMode(),o=this.getCursorPosition();if(this.getBehavioursEnabled()&&!t){var n=s.transformAction(a.getState(o.row),"insertion",this,a,e);n&&(e!==n.text&&(this.inVirtualSelectionMode||(this.session.mergeUndoDeltas=!1,this.mergeNextCommand=!1)),e=n.text)}if("\t"==e&&(e=this.session.getTabString()),this.selection.isEmpty())this.session.getOverwrite()&&-1==e.indexOf("\n")&&((i=u.fromPoints(o,o)).end.column+=e.length,this.session.remove(i));else{var i=this.getSelectionRange();o=this.session.remove(i),this.clearSelection()}if("\n"==e||"\r\n"==e){var l=a.getLine(o.row);if(o.column>l.search(/\S|$/)){var r=l.substr(o.column).search(/\S|$/);a.doc.removeInLine(o.row,o.column,o.column+r)}}this.clearSelection();var c=o.column,d=a.getState(o.row),h=(l=a.getLine(o.row),s.checkOutdent(d,l,e));if(a.insert(o,e),n&&n.selection&&(2==n.selection.length?this.selection.setSelectionRange(new u(o.row,c+n.selection[0],o.row,c+n.selection[1])):this.selection.setSelectionRange(new u(o.row+n.selection[0],n.selection[1],o.row+n.selection[2],n.selection[3]))),this.$enableAutoIndent){if(a.getDocument().isNewLine(e)){var p=s.getNextLineIndent(d,l.slice(0,o.column),a.getTabString());a.insert({row:o.row+1,column:0},p)}h&&s.autoOutdent(d,a,o.row)}},e.prototype.autoIndent=function(){for(var e=this.session,t=e.getMode(),a=this.selection.isEmpty()?[new u(0,0,e.doc.getLength()-1,0)]:this.selection.getAllRanges(),s="",o="",n="",i=e.getTabString(),l=0;l<a.length;l++)for(var r=a[l].start.row,c=a[l].end.row,d=r;d<=c;d++){d>0&&(s=e.getState(d-1),o=e.getLine(d-1),n=t.getNextLineIndent(s,o,i));var h=e.getLine(d),p=t.$getIndent(h);if(n!==p){if(p.length>0){var g=new u(d,0,d,p.length);e.remove(g)}n.length>0&&e.insert({row:d,column:0},n)}t.autoOutdent(s,e,d)}},e.prototype.onTextInput=function(e,t){if(!t)return this.keyBinding.onTextInput(e);this.startOperation({command:{name:"insertstring"}});var a=this.applyComposition.bind(this,e,t);this.selection.rangeCount?this.forEachSelection(a):a(),this.endOperation()},e.prototype.applyComposition=function(e,t){var a;(t.extendLeft||t.extendRight)&&((a=this.selection.getRange()).start.column-=t.extendLeft,a.end.column+=t.extendRight,a.start.column<0&&(a.start.row--,a.start.column+=this.session.getLine(a.start.row).length+1),this.selection.setRange(a),e||a.isEmpty()||this.remove()),!e&&this.selection.isEmpty()||this.insert(e,!0),(t.restoreStart||t.restoreEnd)&&((a=this.selection.getRange()).start.column-=t.restoreStart,a.end.column-=t.restoreEnd,this.selection.setRange(a))},e.prototype.onCommandKey=function(e,t,a){return this.keyBinding.onCommandKey(e,t,a)},e.prototype.setOverwrite=function(e){this.session.setOverwrite(e)},e.prototype.getOverwrite=function(){return this.session.getOverwrite()},e.prototype.toggleOverwrite=function(){this.session.toggleOverwrite()},e.prototype.setScrollSpeed=function(e){this.setOption("scrollSpeed",e)},e.prototype.getScrollSpeed=function(){return this.getOption("scrollSpeed")},e.prototype.setDragDelay=function(e){this.setOption("dragDelay",e)},e.prototype.getDragDelay=function(){return this.getOption("dragDelay")},e.prototype.setSelectionStyle=function(e){this.setOption("selectionStyle",e)},e.prototype.getSelectionStyle=function(){return this.getOption("selectionStyle")},e.prototype.setHighlightActiveLine=function(e){this.setOption("highlightActiveLine",e)},e.prototype.getHighlightActiveLine=function(){return this.getOption("highlightActiveLine")},e.prototype.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},e.prototype.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},e.prototype.setHighlightSelectedWord=function(e){this.setOption("highlightSelectedWord",e)},e.prototype.getHighlightSelectedWord=function(){return this.$highlightSelectedWord},e.prototype.setAnimatedScroll=function(e){this.renderer.setAnimatedScroll(e)},e.prototype.getAnimatedScroll=function(){return this.renderer.getAnimatedScroll()},e.prototype.setShowInvisibles=function(e){this.renderer.setShowInvisibles(e)},e.prototype.getShowInvisibles=function(){return this.renderer.getShowInvisibles()},e.prototype.setDisplayIndentGuides=function(e){this.renderer.setDisplayIndentGuides(e)},e.prototype.getDisplayIndentGuides=function(){return this.renderer.getDisplayIndentGuides()},e.prototype.setHighlightIndentGuides=function(e){this.renderer.setHighlightIndentGuides(e)},e.prototype.getHighlightIndentGuides=function(){return this.renderer.getHighlightIndentGuides()},e.prototype.setShowPrintMargin=function(e){this.renderer.setShowPrintMargin(e)},e.prototype.getShowPrintMargin=function(){return this.renderer.getShowPrintMargin()},e.prototype.setPrintMarginColumn=function(e){this.renderer.setPrintMarginColumn(e)},e.prototype.getPrintMarginColumn=function(){return this.renderer.getPrintMarginColumn()},e.prototype.setReadOnly=function(e){this.setOption("readOnly",e)},e.prototype.getReadOnly=function(){return this.getOption("readOnly")},e.prototype.setBehavioursEnabled=function(e){this.setOption("behavioursEnabled",e)},e.prototype.getBehavioursEnabled=function(){return this.getOption("behavioursEnabled")},e.prototype.setWrapBehavioursEnabled=function(e){this.setOption("wrapBehavioursEnabled",e)},e.prototype.getWrapBehavioursEnabled=function(){return this.getOption("wrapBehavioursEnabled")},e.prototype.setShowFoldWidgets=function(e){this.setOption("showFoldWidgets",e)},e.prototype.getShowFoldWidgets=function(){return this.getOption("showFoldWidgets")},e.prototype.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},e.prototype.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},e.prototype.remove=function(e){this.selection.isEmpty()&&("left"==e?this.selection.selectLeft():this.selection.selectRight());var t=this.getSelectionRange();if(this.getBehavioursEnabled()){var a=this.session,s=a.getState(t.start.row),o=a.getMode().transformAction(s,"deletion",this,a,t);if(0===t.end.column){var n=a.getTextRange(t);if("\n"==n[n.length-1]){var i=a.getLine(t.end.row);/^\s+$/.test(i)&&(t.end.column=i.length)}}o&&(t=o)}this.session.remove(t),this.clearSelection()},e.prototype.removeWordRight=function(){this.selection.isEmpty()&&this.selection.selectWordRight(),this.session.remove(this.getSelectionRange()),this.clearSelection()},e.prototype.removeWordLeft=function(){this.selection.isEmpty()&&this.selection.selectWordLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},e.prototype.removeToLineStart=function(){this.selection.isEmpty()&&this.selection.selectLineStart(),this.selection.isEmpty()&&this.selection.selectLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},e.prototype.removeToLineEnd=function(){this.selection.isEmpty()&&this.selection.selectLineEnd();var e=this.getSelectionRange();e.start.column==e.end.column&&e.start.row==e.end.row&&(e.end.column=0,e.end.row++),this.session.remove(e),this.clearSelection()},e.prototype.splitLine=function(){this.selection.isEmpty()||(this.session.remove(this.getSelectionRange()),this.clearSelection());var e=this.getCursorPosition();this.insert("\n"),this.moveCursorToPosition(e)},e.prototype.setGhostText=function(e,t){this.renderer.setGhostText(e,t)},e.prototype.removeGhostText=function(){this.renderer.removeGhostText()},e.prototype.transposeLetters=function(){if(this.selection.isEmpty()){var e=this.getCursorPosition(),t=e.column;if(0!==t){var a,s,o=this.session.getLine(e.row);t<o.length?(a=o.charAt(t)+o.charAt(t-1),s=new u(e.row,t-1,e.row,t+1)):(a=o.charAt(t-1)+o.charAt(t-2),s=new u(e.row,t-2,e.row,t)),this.session.replace(s,a),this.session.selection.moveToPosition(s.end)}}},e.prototype.toLowerCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),a=this.session.getTextRange(t);this.session.replace(t,a.toLowerCase()),this.selection.setSelectionRange(e)},e.prototype.toUpperCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),a=this.session.getTextRange(t);this.session.replace(t,a.toUpperCase()),this.selection.setSelectionRange(e)},e.prototype.indent=function(){var e=this.session,t=this.getSelectionRange();if(!(t.start.row<t.end.row)){if(t.start.column<t.end.column){var a=e.getTextRange(t);if(!/^\s+$/.test(a))return d=this.$getSelectedRows(),void e.indentRows(d.first,d.last,"\t")}var s=e.getLine(t.start.row),o=t.start,n=e.getTabSize(),l=e.documentToScreenColumn(o.row,o.column);if(this.session.getUseSoftTabs())var r=n-l%n,c=i.stringRepeat(" ",r);else{for(r=l%n;" "==s[t.start.column-1]&&r;)t.start.column--,r--;this.selection.setSelectionRange(t),c="\t"}return this.insert(c)}var d=this.$getSelectedRows();e.indentRows(d.first,d.last,"\t")},e.prototype.blockIndent=function(){var e=this.$getSelectedRows();this.session.indentRows(e.first,e.last,"\t")},e.prototype.blockOutdent=function(){var e=this.session.getSelection();this.session.outdentRows(e.getRange())},e.prototype.sortLines=function(){for(var e=this.$getSelectedRows(),t=this.session,a=[],s=e.first;s<=e.last;s++)a.push(t.getLine(s));a.sort((function(e,t){return e.toLowerCase()<t.toLowerCase()?-1:e.toLowerCase()>t.toLowerCase()?1:0}));var o=new u(0,0,0,0);for(s=e.first;s<=e.last;s++){var n=t.getLine(s);o.start.row=s,o.end.row=s,o.end.column=n.length,t.replace(o,a[s-e.first])}},e.prototype.toggleCommentLines=function(){var e=this.session.getState(this.getCursorPosition().row),t=this.$getSelectedRows();this.session.getMode().toggleCommentLines(e,this.session,t.first,t.last)},e.prototype.toggleBlockComment=function(){var e=this.getCursorPosition(),t=this.session.getState(e.row),a=this.getSelectionRange();this.session.getMode().toggleBlockComment(t,this.session,a,e)},e.prototype.getNumberAt=function(e,t){var a=/[\-]?[0-9]+(?:\.[0-9]+)?/g;a.lastIndex=0;for(var s=this.session.getLine(e);a.lastIndex<t;){var o=a.exec(s);if(o.index<=t&&o.index+o[0].length>=t)return{value:o[0],start:o.index,end:o.index+o[0].length}}return null},e.prototype.modifyNumber=function(e){var t=this.selection.getCursor().row,a=this.selection.getCursor().column,s=new u(t,a-1,t,a),o=this.session.getTextRange(s);if(!isNaN(parseFloat(o))&&isFinite(o)){var n=this.getNumberAt(t,a);if(n){var i=n.value.indexOf(".")>=0?n.start+n.value.indexOf(".")+1:n.end,l=n.start+n.value.length-i,r=parseFloat(n.value);r*=Math.pow(10,l),i!==n.end&&a<i?e*=Math.pow(10,n.end-a-1):e*=Math.pow(10,n.end-a),r+=e;var c=(r/=Math.pow(10,l)).toFixed(l),d=new u(t,n.start,t,n.end);this.session.replace(d,c),this.moveCursorTo(t,Math.max(n.start+1,a+c.length-n.value.length))}}else this.toggleWord()},e.prototype.toggleWord=function(){var e=this.selection.getCursor().row,t=this.selection.getCursor().column;this.selection.selectWord();var a=this.getSelectedText(),s=this.selection.getWordRange().start.column,o=a.replace(/([a-z]+|[A-Z]+)(?=[A-Z_]|$)/g,"$1 ").split(/\s/),n=t-s-1;n<0&&(n=0);var l=0,r=0,c=this;a.match(/[A-Za-z0-9_]+/)&&o.forEach((function(t,o){r=l+t.length,n>=l&&n<=r&&(a=t,c.selection.clearSelection(),c.moveCursorTo(e,l+s),c.selection.selectTo(e,r+s)),l=r}));for(var d,h=this.$toggleWordPairs,p=0;p<h.length;p++)for(var g=h[p],u=0;u<=1;u++){var m=+!u,v=a.match(new RegExp("^\\s?_?("+i.escapeRegExp(g[u])+")\\s?$","i"));v&&a.match(new RegExp("([_]|^|\\s)("+i.escapeRegExp(v[1])+")($|\\s)","g"))&&(d=a.replace(new RegExp(i.escapeRegExp(g[u]),"i"),(function(e){var t=g[m];return e.toUpperCase()==e?t=t.toUpperCase():e.charAt(0).toUpperCase()==e.charAt(0)&&(t=t.substr(0,0)+g[m].charAt(0).toUpperCase()+t.substr(1)),t})),this.insert(d),d="")}},e.prototype.findLinkAt=function(e,t){var a,o,n=this.session.getLine(e).split(/((?:https?|ftp):\/\/[\S]+)/),i=t;i<0&&(i=0);var l,r=0,c=0;try{for(var d=s(n),h=d.next();!h.done;h=d.next()){var p=h.value;if(c=r+p.length,i>=r&&i<=c&&p.match(/((?:https?|ftp):\/\/[\S]+)/)){l=p.replace(/[\s:.,'";}\]]+$/,"");break}r=c}}catch(e){a={error:e}}finally{try{h&&!h.done&&(o=d.return)&&o.call(d)}finally{if(a)throw a.error}}return l},e.prototype.openLink=function(){var e=this.selection.getCursor(),t=this.findLinkAt(e.row,e.column);return t&&window.open(t,"_blank"),null!=t},e.prototype.removeLines=function(){var e=this.$getSelectedRows();this.session.removeFullLines(e.first,e.last),this.clearSelection()},e.prototype.duplicateSelection=function(){var e=this.selection,t=this.session,a=e.getRange(),s=e.isBackwards();if(a.isEmpty()){var o=a.start.row;t.duplicateLines(o,o)}else{var n=s?a.start:a.end,i=t.insert(n,t.getTextRange(a));a.start=n,a.end=i,e.setSelectionRange(a,s)}},e.prototype.moveLinesDown=function(){this.$moveLines(1,!1)},e.prototype.moveLinesUp=function(){this.$moveLines(-1,!1)},e.prototype.moveText=function(e,t,a){return this.session.moveText(e,t,a)},e.prototype.copyLinesUp=function(){this.$moveLines(-1,!0)},e.prototype.copyLinesDown=function(){this.$moveLines(1,!0)},e.prototype.$moveLines=function(e,t){var a,s,o=this.selection;if(!o.inMultiSelectMode||this.inVirtualSelectionMode){var n=o.toOrientedRange();a=this.$getSelectedRows(n),s=this.session.$moveLines(a.first,a.last,t?0:e),t&&-1==e&&(s=0),n.moveBy(s,0),o.fromOrientedRange(n)}else{var i=o.rangeList.ranges;o.rangeList.detach(this.session),this.inVirtualSelectionMode=!0;for(var l=0,r=0,c=i.length,d=0;d<c;d++){var h=d;i[d].moveBy(l,0);for(var p=(a=this.$getSelectedRows(i[d])).first,g=a.last;++d<c;){r&&i[d].moveBy(r,0);var u=this.$getSelectedRows(i[d]);if(t&&u.first!=g)break;if(!t&&u.first>g+1)break;g=u.last}for(d--,l=this.session.$moveLines(p,g,t?0:e),t&&-1==e&&(h=d+1);h<=d;)i[h].moveBy(l,0),h++;t||(l=0),r+=l}o.fromOrientedRange(o.ranges[0]),o.rangeList.attach(this.session),this.inVirtualSelectionMode=!1}},e.prototype.$getSelectedRows=function(e){return e=(e||this.getSelectionRange()).collapseRows(),{first:this.session.getRowFoldStart(e.start.row),last:this.session.getRowFoldEnd(e.end.row)}},e.prototype.onCompositionStart=function(e){this.renderer.showComposition(e)},e.prototype.onCompositionUpdate=function(e){this.renderer.setCompositionText(e)},e.prototype.onCompositionEnd=function(){this.renderer.hideComposition()},e.prototype.getFirstVisibleRow=function(){return this.renderer.getFirstVisibleRow()},e.prototype.getLastVisibleRow=function(){return this.renderer.getLastVisibleRow()},e.prototype.isRowVisible=function(e){return e>=this.getFirstVisibleRow()&&e<=this.getLastVisibleRow()},e.prototype.isRowFullyVisible=function(e){return e>=this.renderer.getFirstFullyVisibleRow()&&e<=this.renderer.getLastFullyVisibleRow()},e.prototype.$getVisibleRowCount=function(){return this.renderer.getScrollBottomRow()-this.renderer.getScrollTopRow()+1},e.prototype.$moveByPage=function(e,t){var a=this.renderer,s=this.renderer.layerConfig,o=e*Math.floor(s.height/s.lineHeight);!0===t?this.selection.$moveSelection((function(){this.moveCursorBy(o,0)})):!1===t&&(this.selection.moveCursorBy(o,0),this.selection.clearSelection());var n=a.scrollTop;a.scrollBy(0,o*s.lineHeight),null!=t&&a.scrollCursorIntoView(null,.5),a.animateScrolling(n)},e.prototype.selectPageDown=function(){this.$moveByPage(1,!0)},e.prototype.selectPageUp=function(){this.$moveByPage(-1,!0)},e.prototype.gotoPageDown=function(){this.$moveByPage(1,!1)},e.prototype.gotoPageUp=function(){this.$moveByPage(-1,!1)},e.prototype.scrollPageDown=function(){this.$moveByPage(1)},e.prototype.scrollPageUp=function(){this.$moveByPage(-1)},e.prototype.scrollToRow=function(e){this.renderer.scrollToRow(e)},e.prototype.scrollToLine=function(e,t,a,s){this.renderer.scrollToLine(e,t,a,s)},e.prototype.centerSelection=function(){var e=this.getSelectionRange(),t={row:Math.floor(e.start.row+(e.end.row-e.start.row)/2),column:Math.floor(e.start.column+(e.end.column-e.start.column)/2)};this.renderer.alignCursor(t,.5)},e.prototype.getCursorPosition=function(){return this.selection.getCursor()},e.prototype.getCursorPositionScreen=function(){return this.session.documentToScreenPosition(this.getCursorPosition())},e.prototype.getSelectionRange=function(){return this.selection.getRange()},e.prototype.selectAll=function(){this.selection.selectAll()},e.prototype.clearSelection=function(){this.selection.clearSelection()},e.prototype.moveCursorTo=function(e,t){this.selection.moveCursorTo(e,t)},e.prototype.moveCursorToPosition=function(e){this.selection.moveCursorToPosition(e)},e.prototype.jumpToMatching=function(e,t){var a=this.getCursorPosition(),s=new w(this.session,a.row,a.column),o=s.getCurrentToken(),n=0;o&&-1!==o.type.indexOf("tag-name")&&(o=s.stepBackward());var i=o||s.stepForward();if(i){var l,r,c=!1,d={},h=a.column-i.start,p={")":"(","(":"(","]":"[","[":"[","{":"{","}":"{"};do{if(i.value.match(/[{}()\[\]]/g)){for(;h<i.value.length&&!c;h++)if(p[i.value[h]])switch(r=p[i.value[h]]+"."+i.type.replace("rparen","lparen"),isNaN(d[r])&&(d[r]=0),i.value[h]){case"(":case"[":case"{":d[r]++;break;case")":case"]":case"}":d[r]--,-1===d[r]&&(l="bracket",c=!0)}}else-1!==i.type.indexOf("tag-name")&&(isNaN(d[i.value])&&(d[i.value]=0),"<"===o.value&&n>1?d[i.value]++:"</"===o.value&&d[i.value]--,-1===d[i.value]&&(l="tag",c=!0));c||(o=i,n++,i=s.stepForward(),h=0)}while(i&&!c);if(l){var g,m;if("bracket"===l)(g=this.session.getBracketRange(a))||(m=(g=new u(s.getCurrentTokenRow(),s.getCurrentTokenColumn()+h-1,s.getCurrentTokenRow(),s.getCurrentTokenColumn()+h-1)).start,(t||m.row===a.row&&Math.abs(m.column-a.column)<2)&&(g=this.session.getBracketRange(m)));else if("tag"===l){if(!i||-1===i.type.indexOf("tag-name"))return;if(0===(g=new u(s.getCurrentTokenRow(),s.getCurrentTokenColumn()-2,s.getCurrentTokenRow(),s.getCurrentTokenColumn()-2)).compare(a.row,a.column)){var v=this.session.getMatchingTags(a);v&&(v.openTag.contains(a.row,a.column)?m=(g=v.closeTag).start:(g=v.openTag,m=v.closeTag.start.row===a.row&&v.closeTag.start.column===a.column?g.end:g.start))}m=m||g.start}(m=g&&g.cursor||m)&&(e?g&&t?this.selection.setRange(g):g&&g.isEqual(this.getSelectionRange())?this.clearSelection():this.selection.selectTo(m.row,m.column):this.selection.moveTo(m.row,m.column))}}},e.prototype.gotoLine=function(e,t,a){this.selection.clearSelection(),this.session.unfold({row:e-1,column:t||0}),this.exitMultiSelectMode&&this.exitMultiSelectMode(),this.moveCursorTo(e-1,t||0),this.isRowFullyVisible(e-1)||this.scrollToLine(e-1,!0,a)},e.prototype.navigateTo=function(e,t){this.selection.moveTo(e,t)},e.prototype.navigateUp=function(e){if(this.selection.isMultiLine()&&!this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(-e||-1,0)},e.prototype.navigateDown=function(e){if(this.selection.isMultiLine()&&this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(e||1,0)},e.prototype.navigateLeft=function(e){if(this.selection.isEmpty())for(e=e||1;e--;)this.selection.moveCursorLeft();else{var t=this.getSelectionRange().start;this.moveCursorToPosition(t)}this.clearSelection()},e.prototype.navigateRight=function(e){if(this.selection.isEmpty())for(e=e||1;e--;)this.selection.moveCursorRight();else{var t=this.getSelectionRange().end;this.moveCursorToPosition(t)}this.clearSelection()},e.prototype.navigateLineStart=function(){this.selection.moveCursorLineStart(),this.clearSelection()},e.prototype.navigateLineEnd=function(){this.selection.moveCursorLineEnd(),this.clearSelection()},e.prototype.navigateFileEnd=function(){this.selection.moveCursorFileEnd(),this.clearSelection()},e.prototype.navigateFileStart=function(){this.selection.moveCursorFileStart(),this.clearSelection()},e.prototype.navigateWordRight=function(){this.selection.moveCursorWordRight(),this.clearSelection()},e.prototype.navigateWordLeft=function(){this.selection.moveCursorWordLeft(),this.clearSelection()},e.prototype.replace=function(e,t){t&&this.$search.set(t);var a=this.$search.find(this.session),s=0;return a?(this.$tryReplace(a,e)&&(s=1),this.selection.setSelectionRange(a),this.renderer.scrollSelectionIntoView(a.start,a.end),s):s},e.prototype.replaceAll=function(e,t){t&&this.$search.set(t);var a=this.$search.findAll(this.session),s=0;if(!a.length)return s;var o=this.getSelectionRange();this.selection.moveTo(0,0);for(var n=a.length-1;n>=0;--n)this.$tryReplace(a[n],e)&&s++;return this.selection.setSelectionRange(o),s},e.prototype.$tryReplace=function(e,t){var a=this.session.getTextRange(e);return null!==(t=this.$search.replace(a,t))?(e.end=this.session.replace(e,t),e):null},e.prototype.getLastSearchOptions=function(){return this.$search.getOptions()},e.prototype.find=function(e,t,a){t||(t={}),"string"==typeof e||e instanceof RegExp?t.needle=e:"object"==typeof e&&o.mixin(t,e);var s=this.selection.getRange();null==t.needle&&((e=this.session.getTextRange(s)||this.$search.$options.needle)||(s=this.session.getWordRange(s.start.row,s.start.column),e=this.session.getTextRange(s)),this.$search.set({needle:e})),this.$search.set(t),t.start||this.$search.set({start:s});var n=this.$search.find(this.session);return t.preventScroll?n:n?(this.revealRange(n,a),n):(t.backwards?s.start=s.end:s.end=s.start,void this.selection.setRange(s))},e.prototype.findNext=function(e,t){this.find({skipCurrent:!0,backwards:!1},e,t)},e.prototype.findPrevious=function(e,t){this.find(e,{skipCurrent:!0,backwards:!0},t)},e.prototype.revealRange=function(e,t){this.session.unfold(e),this.selection.setSelectionRange(e);var a=this.renderer.scrollTop;this.renderer.scrollSelectionIntoView(e.start,e.end,.5),!1!==t&&this.renderer.animateScrolling(a)},e.prototype.undo=function(){this.session.getUndoManager().undo(this.session),this.renderer.scrollCursorIntoView(null,.5)},e.prototype.redo=function(){this.session.getUndoManager().redo(this.session),this.renderer.scrollCursorIntoView(null,.5)},e.prototype.destroy=function(){this.destroyed=!0,this.$toDestroy&&(this.$toDestroy.forEach((function(e){e.destroy()})),this.$toDestroy=[]),this.$mouseHandler&&this.$mouseHandler.destroy(),this.renderer.destroy(),this._signal("destroy",this),this.session&&this.session.destroy(),this._$emitInputEvent&&this._$emitInputEvent.cancel(),this.removeAllListeners()},e.prototype.setAutoScrollEditorIntoView=function(e){if(e){var t,a=this,s=!1;this.$scrollAnchor||(this.$scrollAnchor=document.createElement("div"));var o=this.$scrollAnchor;o.style.cssText="position:absolute",this.container.insertBefore(o,this.container.firstChild);var n=this.on("changeSelection",(function(){s=!0})),i=this.renderer.on("beforeRender",(function(){s&&(t=a.renderer.container.getBoundingClientRect())})),l=this.renderer.on("afterRender",(function(){if(s&&t&&(a.isFocused()||a.searchBox&&a.searchBox.isFocused())){var e=a.renderer,n=e.$cursorLayer.$pixelPos,i=e.layerConfig,l=n.top-i.offset;null!=(s=n.top>=0&&l+t.top<0||!(n.top<i.height&&n.top+t.top+i.lineHeight>window.innerHeight)&&null)&&(o.style.top=l+"px",o.style.left=n.left+"px",o.style.height=i.lineHeight+"px",o.scrollIntoView(s)),s=t=null}}));this.setAutoScrollEditorIntoView=function(e){e||(delete this.setAutoScrollEditorIntoView,this.off("changeSelection",n),this.renderer.off("afterRender",l),this.renderer.off("beforeRender",i))}}},e.prototype.$resetCursorStyle=function(){var e=this.$cursorStyle||"ace",t=this.renderer.$cursorLayer;t&&(t.setSmoothBlinking(/smooth/.test(e)),t.isBlinking=!this.$readOnly&&"wide"!=e,n.setCssClass(t.element,"ace_slim-cursors",/slim/.test(e)))},e.prototype.prompt=function(e,t,a){var s=this;f.loadModule("ace/ext/prompt",(function(o){o.prompt(s,e,t,a)}))},Object.defineProperty(e.prototype,"hoverTooltip",{get:function(){return this.$hoverTooltip||(this.$hoverTooltip=new M(this.container))},set:function(e){this.$hoverTooltip&&this.$hoverTooltip.destroy(),this.$hoverTooltip=e},enumerable:!1,configurable:!0}),e}();z.$uid=0,z.prototype.curOp=null,z.prototype.prevOp={},z.prototype.$mergeableCommands=["backspace","del","insertstring"],z.prototype.$toggleWordPairs=[["first","last"],["true","false"],["yes","no"],["width","height"],["top","bottom"],["right","left"],["on","off"],["x","y"],["get","set"],["max","min"],["horizontal","vertical"],["show","hide"],["add","remove"],["up","down"],["before","after"],["even","odd"],["in","out"],["inside","outside"],["next","previous"],["increase","decrease"],["attach","detach"],["&&","||"],["==","!="]],o.implement(z.prototype,m),f.defineOptions(z.prototype,"editor",{selectionStyle:{set:function(e){this.onSelectionChange(),this._signal("changeSelectionStyle",{data:e})},initialValue:"line"},highlightActiveLine:{set:function(){this.$updateHighlightActiveLine()},initialValue:!0},highlightSelectedWord:{set:function(e){this.$onSelectionChange()},initialValue:!0},readOnly:{set:function(e){var t=this;if(this.textInput.setReadOnly(e),!this.destroyed){this.$resetCursorStyle(),this.$readOnlyCallback||(this.$readOnlyCallback=function(e){var a=!1;if(e&&"keydown"==e.type){if(e&&e.key&&!e.ctrlKey&&!e.metaKey&&(" "==e.key&&e.preventDefault(),a=1==e.key.length),!a)return}else e&&"exec"!==e.type&&(a=!0);if(a){var s=n.createElement("div");s.textContent=y("editor.tooltip.disable-editing","Editing is disabled"),t.hoverTooltip.isOpen||t.hoverTooltip.showForRange(t,t.getSelectionRange(),s)}else t.hoverTooltip&&t.hoverTooltip.isOpen&&t.hoverTooltip.hide()});var a=this.textInput.getElement();e?(_.addListener(a,"keydown",this.$readOnlyCallback,this),this.commands.on("exec",this.$readOnlyCallback),this.commands.on("commandUnavailable",this.$readOnlyCallback)):(_.removeListener(a,"keydown",this.$readOnlyCallback),this.commands.off("exec",this.$readOnlyCallback),this.commands.off("commandUnavailable",this.$readOnlyCallback))}},initialValue:!1},copyWithEmptySelection:{set:function(e){this.textInput.setCopyWithEmptySelection(e)},initialValue:!1},cursorStyle:{set:function(e){this.$resetCursorStyle()},values:["ace","slim","smooth","wide"],initialValue:"ace"},mergeUndoDeltas:{values:[!1,!0,"always"],initialValue:!0},behavioursEnabled:{initialValue:!0},wrapBehavioursEnabled:{initialValue:!0},enableAutoIndent:{initialValue:!0},autoScrollEditorIntoView:{set:function(e){this.setAutoScrollEditorIntoView(e)}},keyboardHandler:{set:function(e){this.setKeyboardHandler(e)},get:function(){return this.$keybindingId},handlesSet:!0},value:{set:function(e){this.session.setValue(e)},get:function(){return this.getValue()},handlesSet:!0,hidden:!0},session:{set:function(e){this.setSession(e)},get:function(){return this.session},handlesSet:!0,hidden:!0},showLineNumbers:{set:function(e){this.renderer.$gutterLayer.setShowLineNumbers(e),this.renderer.$loop.schedule(this.renderer.CHANGE_GUTTER),e&&this.$relativeLineNumbers?j.attach(this):j.detach(this)},initialValue:!0},relativeLineNumbers:{set:function(e){this.$showLineNumbers&&e?j.attach(this):j.detach(this)}},placeholder:{set:function(e){this.$updatePlaceholder||(this.$updatePlaceholder=function(){var e=this.session&&(this.renderer.$composition||this.session.getLength()>1||this.session.getLine(0).length>0);if(e&&this.renderer.placeholderNode)this.renderer.off("afterRender",this.$updatePlaceholder),n.removeCssClass(this.container,"ace_hasPlaceholder"),this.renderer.placeholderNode.remove(),this.renderer.placeholderNode=null;else if(e||this.renderer.placeholderNode)!e&&this.renderer.placeholderNode&&(this.renderer.placeholderNode.textContent=this.$placeholder||"");else{this.renderer.on("afterRender",this.$updatePlaceholder),n.addCssClass(this.container,"ace_hasPlaceholder");var t=n.createElement("div");t.className="ace_placeholder",t.textContent=this.$placeholder||"",this.renderer.placeholderNode=t,this.renderer.content.appendChild(this.renderer.placeholderNode)}}.bind(this),this.on("input",this.$updatePlaceholder)),this.$updatePlaceholder()}},enableKeyboardAccessibility:{set:function(e){var t,a={name:"blurTextInput",description:"Set focus to the editor content div to allow tabbing through the page",bindKey:"Esc",exec:function(e){e.blur(),e.renderer.scroller.focus()},readOnly:!0},s=function(e){if(e.target==this.renderer.scroller&&e.keyCode===C.enter){e.preventDefault();var t=this.getCursorPosition().row;this.isRowVisible(t)||this.scrollToLine(t,!0,!0),this.focus()}};e?(this.renderer.enableKeyboardAccessibility=!0,this.renderer.keyboardFocusClassName="ace_keyboard-focus",this.textInput.getElement().setAttribute("tabindex",-1),this.textInput.setNumberOfExtraLines(l.isWin?3:0),this.renderer.scroller.setAttribute("tabindex",0),this.renderer.scroller.setAttribute("role","group"),this.renderer.scroller.setAttribute("aria-roledescription",y("editor.scroller.aria-roledescription","editor")),this.renderer.scroller.classList.add(this.renderer.keyboardFocusClassName),this.renderer.scroller.setAttribute("aria-label",y("editor.scroller.aria-label","Editor content, press Enter to start editing, press Escape to exit")),this.renderer.scroller.addEventListener("keyup",s.bind(this)),this.commands.addCommand(a),this.renderer.$gutter.setAttribute("tabindex",0),this.renderer.$gutter.setAttribute("aria-hidden",!1),this.renderer.$gutter.setAttribute("role","group"),this.renderer.$gutter.setAttribute("aria-roledescription",y("editor.gutter.aria-roledescription","editor gutter")),this.renderer.$gutter.setAttribute("aria-label",y("editor.gutter.aria-label","Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit")),this.renderer.$gutter.classList.add(this.renderer.keyboardFocusClassName),this.renderer.content.setAttribute("aria-hidden",!0),t||(t=new x(this)),t.addListener(),this.textInput.setAriaOptions({setLabel:!0})):(this.renderer.enableKeyboardAccessibility=!1,this.textInput.getElement().setAttribute("tabindex",0),this.textInput.setNumberOfExtraLines(0),this.renderer.scroller.setAttribute("tabindex",-1),this.renderer.scroller.removeAttribute("role"),this.renderer.scroller.removeAttribute("aria-roledescription"),this.renderer.scroller.classList.remove(this.renderer.keyboardFocusClassName),this.renderer.scroller.removeAttribute("aria-label"),this.renderer.scroller.removeEventListener("keyup",s.bind(this)),this.commands.removeCommand(a),this.renderer.content.removeAttribute("aria-hidden"),this.renderer.$gutter.setAttribute("tabindex",-1),this.renderer.$gutter.setAttribute("aria-hidden",!0),this.renderer.$gutter.removeAttribute("role"),this.renderer.$gutter.removeAttribute("aria-roledescription"),this.renderer.$gutter.removeAttribute("aria-label"),this.renderer.$gutter.classList.remove(this.renderer.keyboardFocusClassName),t&&t.removeListener())},initialValue:!1},textInputAriaLabel:{set:function(e){this.$textInputAriaLabel=e},initialValue:""},enableMobileMenu:{set:function(e){this.$enableMobileMenu=e},initialValue:!0},customScrollbar:"renderer",hScrollBarAlwaysVisible:"renderer",vScrollBarAlwaysVisible:"renderer",highlightGutterLine:"renderer",animatedScroll:"renderer",showInvisibles:"renderer",showPrintMargin:"renderer",printMarginColumn:"renderer",printMargin:"renderer",fadeFoldWidgets:"renderer",showFoldWidgets:"renderer",displayIndentGuides:"renderer",highlightIndentGuides:"renderer",showGutter:"renderer",fontSize:"renderer",fontFamily:"renderer",maxLines:"renderer",minLines:"renderer",scrollPastEnd:"renderer",fixedWidthGutter:"renderer",theme:"renderer",hasCssTransforms:"renderer",maxPixelHeight:"renderer",useTextareaForIME:"renderer",useResizeObserver:"renderer",useSvgGutterIcons:"renderer",showFoldedAnnotations:"renderer",scrollSpeed:"$mouseHandler",dragDelay:"$mouseHandler",dragEnabled:"$mouseHandler",focusTimeout:"$mouseHandler",firstLineNumber:"session",overwrite:"session",newLineMode:"session",useWorker:"session",useSoftTabs:"session",navigateWithinSoftTabs:"session",tabSize:"session",wrap:"session",indentedSoftWrap:"session",foldStyle:"session",mode:"session"});var j={getText:function(e,t){return(Math.abs(e.selection.lead.row-t)||t+1+(t<9?"·":""))+""},getWidth:function(e,t,a){return Math.max(t.toString().length,(a.lastRow+1).toString().length,2)*a.characterWidth},update:function(e,t){t.renderer.$loop.schedule(t.renderer.CHANGE_GUTTER)},attach:function(e){e.renderer.$gutterLayer.$renderer=this,e.on("changeSelection",this.update),this.update(null,e)},detach:function(e){e.renderer.$gutterLayer.$renderer==this&&(e.renderer.$gutterLayer.$renderer=null),e.off("changeSelection",this.update),this.update(null,e)}};t.Editor=z})),ace.define("ace/layer/lines",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=function(){function e(e,t){this.element=e,this.canvasHeight=t||5e5,this.element.style.height=2*this.canvasHeight+"px",this.cells=[],this.cellCache=[],this.$offsetCoefficient=0}return e.prototype.moveContainer=function(e){s.translate(this.element,0,-e.firstRowScreen*e.lineHeight%this.canvasHeight-e.offset*this.$offsetCoefficient)},e.prototype.pageChanged=function(e,t){return Math.floor(e.firstRowScreen*e.lineHeight/this.canvasHeight)!==Math.floor(t.firstRowScreen*t.lineHeight/this.canvasHeight)},e.prototype.computeLineTop=function(e,t,a){var s=t.firstRowScreen*t.lineHeight,o=Math.floor(s/this.canvasHeight);return a.documentToScreenRow(e,0)*t.lineHeight-o*this.canvasHeight},e.prototype.computeLineHeight=function(e,t,a){return t.lineHeight*a.getRowLineCount(e)},e.prototype.getLength=function(){return this.cells.length},e.prototype.get=function(e){return this.cells[e]},e.prototype.shift=function(){this.$cacheCell(this.cells.shift())},e.prototype.pop=function(){this.$cacheCell(this.cells.pop())},e.prototype.push=function(e){if(Array.isArray(e)){this.cells.push.apply(this.cells,e);for(var t=s.createFragment(this.element),a=0;a<e.length;a++)t.appendChild(e[a].element);this.element.appendChild(t)}else this.cells.push(e),this.element.appendChild(e.element)},e.prototype.unshift=function(e){if(Array.isArray(e)){this.cells.unshift.apply(this.cells,e);for(var t=s.createFragment(this.element),a=0;a<e.length;a++)t.appendChild(e[a].element);this.element.firstChild?this.element.insertBefore(t,this.element.firstChild):this.element.appendChild(t)}else this.cells.unshift(e),this.element.insertAdjacentElement("afterbegin",e.element)},e.prototype.last=function(){return this.cells.length?this.cells[this.cells.length-1]:null},e.prototype.$cacheCell=function(e){e&&(e.element.remove(),this.cellCache.push(e))},e.prototype.createCell=function(e,t,a,o){var n=this.cellCache.pop();if(!n){var i=s.createElement("div");o&&o(i),this.element.appendChild(i),n={element:i,text:"",row:e}}return n.row=e,n},e}();t.Lines=o})),ace.define("ace/layer/gutter",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/layer/lines","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../lib/oop"),n=e("../lib/lang"),i=e("../lib/event_emitter").EventEmitter,l=e("./lines").Lines,r=e("../config").nls,c=function(){function e(e){this.$showCursorMarker=null,this.element=s.createElement("div"),this.element.className="ace_layer ace_gutter-layer",e.appendChild(this.element),this.setShowFoldWidgets(this.$showFoldWidgets),this.gutterWidth=0,this.$annotations=[],this.$updateAnnotations=this.$updateAnnotations.bind(this),this.$lines=new l(this.element),this.$lines.$offsetCoefficient=1}return e.prototype.setSession=function(e){this.session&&this.session.off("change",this.$updateAnnotations),this.session=e,e&&e.on("change",this.$updateAnnotations)},e.prototype.addGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.addGutterDecoration"),this.session.addGutterDecoration(e,t)},e.prototype.removeGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.removeGutterDecoration"),this.session.removeGutterDecoration(e,t)},e.prototype.setAnnotations=function(e){this.$annotations=[];for(var t=0;t<e.length;t++){var a=e[t],s=a.row,o=this.$annotations[s];o||(o=this.$annotations[s]={text:[],type:[],displayText:[]});var i=a.text,l=a.text,r=a.type;i=i?n.escapeHTML(i):a.html||"",l=l||a.html||"",-1===o.text.indexOf(i)&&(o.text.push(i),o.type.push(r),o.displayText.push(l));var c=a.className;c?o.className=c:"error"===r?o.className=" ace_error":"security"!==r||/\bace_error\b/.test(o.className)?"warning"!==r||/\bace_(error|security)\b/.test(o.className)?"info"!==r||o.className?"hint"!==r||o.className||(o.className=" ace_hint"):o.className=" ace_info":o.className=" ace_warning":o.className=" ace_security"}},e.prototype.$updateAnnotations=function(e){if(this.$annotations.length){var t=e.start.row,a=e.end.row-t;if(0===a);else if("remove"==e.action)this.$annotations.splice(t,a+1,null);else{var s=new Array(a+1);s.unshift(t,1),this.$annotations.splice.apply(this.$annotations,s)}}},e.prototype.update=function(e){this.config=e;var t=this.session,a=e.firstRow,s=Math.min(e.lastRow+e.gutterOffset,t.getLength()-1);this.oldLastRow=s,this.config=e,this.$lines.moveContainer(e),this.$updateCursorRow();for(var o=t.getNextFoldLine(a),n=o?o.start.row:1/0,i=null,l=-1,r=a;;){if(r>n&&(r=o.end.row+1,n=(o=t.getNextFoldLine(r,o))?o.start.row:1/0),r>s){for(;this.$lines.getLength()>l+1;)this.$lines.pop();break}(i=this.$lines.get(++l))?i.row=r:(i=this.$lines.createCell(r,e,this.session,d),this.$lines.push(i)),this.$renderCell(i,e,o,r),r++}this._signal("afterRender"),this.$updateGutterWidth(e),this.$showCursorMarker&&this.$highlightGutterLine&&this.$updateCursorMarker()},e.prototype.$updateGutterWidth=function(e){var t=this.session,a=t.gutterRenderer||this.$renderer,s=t.$firstLineNumber,o=this.$lines.last()?this.$lines.last().text:"";(this.$fixedWidth||t.$useWrapMode)&&(o=t.getLength()+s-1);var n=a?a.getWidth(t,o,e):o.toString().length*e.characterWidth,i=this.$padding||this.$computePadding();(n+=i.left+i.right)===this.gutterWidth||isNaN(n)||(this.gutterWidth=n,this.element.parentNode.style.width=this.element.style.width=Math.ceil(this.gutterWidth)+"px",this._signal("changeGutterWidth",n))},e.prototype.$updateCursorRow=function(){if(this.$highlightGutterLine){var e=this.session.selection.getCursor();this.$cursorRow!==e.row&&(this.$cursorRow=e.row)}},e.prototype.updateLineHighlight=function(){if(this.$showCursorMarker&&this.$updateCursorMarker(),this.$highlightGutterLine){var e=this.session.selection.cursor.row;if(this.$cursorRow=e,!this.$cursorCell||this.$cursorCell.row!=e){this.$cursorCell&&(this.$cursorCell.element.className=this.$cursorCell.element.className.replace("ace_gutter-active-line ",""));var t=this.$lines.cells;this.$cursorCell=null;for(var a=0;a<t.length;a++){var s=t[a];if(s.row>=this.$cursorRow){if(s.row>this.$cursorRow){var o=this.session.getFoldLine(this.$cursorRow);if(!(a>0&&o&&o.start.row==t[a-1].row))break;s=t[a-1]}s.element.className="ace_gutter-active-line "+s.element.className,this.$cursorCell=s;break}}}}},e.prototype.$updateCursorMarker=function(){if(this.session){var e=this.session;this.$highlightElement||(this.$highlightElement=s.createElement("div"),this.$highlightElement.className="ace_gutter-cursor",this.$highlightElement.style.pointerEvents="none",this.element.appendChild(this.$highlightElement));var t=e.selection.cursor,a=this.config,o=this.$lines,n=a.firstRowScreen*a.lineHeight,i=Math.floor(n/o.canvasHeight),l=e.documentToScreenRow(t)*a.lineHeight-i*o.canvasHeight;s.setStyle(this.$highlightElement.style,"height",a.lineHeight+"px"),s.setStyle(this.$highlightElement.style,"top",l+"px")}},e.prototype.scrollLines=function(e){var t=this.config;if(this.config=e,this.$updateCursorRow(),this.$lines.pageChanged(t,e))return this.update(e);this.$lines.moveContainer(e);var a=Math.min(e.lastRow+e.gutterOffset,this.session.getLength()-1),s=this.oldLastRow;if(this.oldLastRow=a,!t||s<e.firstRow)return this.update(e);if(a<t.firstRow)return this.update(e);if(t.firstRow<e.firstRow)for(var o=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);o>0;o--)this.$lines.shift();if(s>a)for(o=this.session.getFoldedRowCount(a+1,s);o>0;o--)this.$lines.pop();e.firstRow<t.firstRow&&this.$lines.unshift(this.$renderLines(e,e.firstRow,t.firstRow-1)),a>s&&this.$lines.push(this.$renderLines(e,s+1,a)),this.updateLineHighlight(),this._signal("afterRender"),this.$updateGutterWidth(e)},e.prototype.$renderLines=function(e,t,a){for(var s=[],o=t,n=this.session.getNextFoldLine(o),i=n?n.start.row:1/0;o>i&&(o=n.end.row+1,i=(n=this.session.getNextFoldLine(o,n))?n.start.row:1/0),!(o>a);){var l=this.$lines.createCell(o,e,this.session,d);this.$renderCell(l,e,n,o),s.push(l),o++}return s},e.prototype.$renderCell=function(e,t,a,o){var n=e.element,i=this.session,l=n.childNodes[0],c=n.childNodes[1],d=n.childNodes[2],h=n.childNodes[3],p=d.firstChild,g=i.$firstLineNumber,u=i.$breakpoints,m=i.$decorations,v=i.gutterRenderer||this.$renderer,b=this.$showFoldWidgets&&i.foldWidgets,f=a?a.start.row:Number.MAX_VALUE,w=t.lineHeight+"px",x=this.$useSvgGutterIcons?"ace_gutter-cell_svg-icons ":"ace_gutter-cell ",y=this.$useSvgGutterIcons?"ace_icon_svg":"ace_icon",k=(v?v.getText(i,o):o+g).toString();if(this.$highlightGutterLine&&(o==this.$cursorRow||a&&o<this.$cursorRow&&o>=f&&this.$cursorRow<=a.end.row)&&(x+="ace_gutter-active-line ",this.$cursorCell!=e&&(this.$cursorCell&&(this.$cursorCell.element.className=this.$cursorCell.element.className.replace("ace_gutter-active-line ","")),this.$cursorCell=e)),u[o]&&(x+=u[o]),m[o]&&(x+=m[o]),this.$annotations[o]&&o!==f&&(x+=this.$annotations[o].className),b){var C=b[o];null==C&&(C=b[o]=i.getFoldWidget(o))}if(C){var _="ace_fold-widget ace_"+C,M="start"==C&&o==f&&o<a.end.row;if(M){_+=" ace_closed";for(var z="",j=!1,L=o+1;L<=a.end.row;L++)if(this.$annotations[L]){if(" ace_error"===this.$annotations[L].className){j=!0,z=" ace_error_fold";break}" ace_security"===this.$annotations[L].className?(j=!0,z=" ace_security_fold"):" ace_warning"===this.$annotations[L].className&&" ace_security_fold"!==z&&(j=!0,z=" ace_warning_fold")}x+=z}else _+=" ace_open";c.className!=_&&(c.className=_),s.setStyle(c.style,"height",w),s.setStyle(c.style,"display","inline-block"),c.setAttribute("role","button"),c.setAttribute("tabindex","-1");var S=i.getFoldWidgetRange(o);S?c.setAttribute("aria-label",r("gutter.code-folding.range.aria-label","Toggle code folding, rows $0 through $1",[S.start.row+1,S.end.row+1])):a?c.setAttribute("aria-label",r("gutter.code-folding.closed.aria-label","Toggle code folding, rows $0 through $1",[a.start.row+1,a.end.row+1])):c.setAttribute("aria-label",r("gutter.code-folding.open.aria-label","Toggle code folding, row $0",[o+1])),M?(c.setAttribute("aria-expanded","false"),c.setAttribute("title",r("gutter.code-folding.closed.title","Unfold code"))):(c.setAttribute("aria-expanded","true"),c.setAttribute("title",r("gutter.code-folding.open.title","Fold code")))}else c&&(s.setStyle(c.style,"display","none"),c.setAttribute("tabindex","0"),c.removeAttribute("role"),c.removeAttribute("aria-label"));var $=this.session.$gutterCustomWidgets[o];if($?this.$addCustomWidget(o,$,e):h&&this.$removeCustomWidget(o,e),j&&this.$showFoldedAnnotations){switch(d.className="ace_gutter_annotation",p.className=y,p.className+=z,s.setStyle(p.style,"height",w),s.setStyle(d.style,"display","block"),s.setStyle(d.style,"height",w),z){case" ace_error_fold":H=r("gutter.annotation.aria-label.error","Error, read annotations row $0",[k]);break;case" ace_security_fold":H=r("gutter.annotation.aria-label.security","Security finding, read annotations row $0",[k]);break;case" ace_warning_fold":H=r("gutter.annotation.aria-label.warning","Warning, read annotations row $0",[k])}d.setAttribute("aria-label",H),d.setAttribute("tabindex","-1"),d.setAttribute("role","button")}else if(this.$annotations[o]){var H;switch(d.className="ace_gutter_annotation",p.className=y,this.$useSvgGutterIcons?p.className+=this.$annotations[o].className:n.classList.add(this.$annotations[o].className.replace(" ","")),s.setStyle(p.style,"height",w),s.setStyle(d.style,"display","block"),s.setStyle(d.style,"height",w),this.$annotations[o].className){case" ace_error":H=r("gutter.annotation.aria-label.error","Error, read annotations row $0",[k]);break;case" ace_security":H=r("gutter.annotation.aria-label.security","Security finding, read annotations row $0",[k]);break;case" ace_warning":H=r("gutter.annotation.aria-label.warning","Warning, read annotations row $0",[k]);break;case" ace_info":H=r("gutter.annotation.aria-label.info","Info, read annotations row $0",[k]);break;case" ace_hint":H=r("gutter.annotation.aria-label.hint","Suggestion, read annotations row $0",[k])}d.setAttribute("aria-label",H),d.setAttribute("tabindex","-1"),d.setAttribute("role","button")}else s.setStyle(d.style,"display","none"),d.removeAttribute("aria-label"),d.removeAttribute("role"),d.setAttribute("tabindex","0");return k!==l.data&&(l.data=k),n.className!=x&&(n.className=x),s.setStyle(e.element.style,"height",this.$lines.computeLineHeight(o,t,i)+"px"),s.setStyle(e.element.style,"top",this.$lines.computeLineTop(o,t,i)+"px"),e.text=k,"none"!==d.style.display||"none"!==c.style.display||$?e.element.setAttribute("aria-hidden",!1):e.element.setAttribute("aria-hidden",!0),e},e.prototype.setHighlightGutterLine=function(e){this.$highlightGutterLine=e,!e&&this.$highlightElement&&(this.$highlightElement.remove(),this.$highlightElement=null)},e.prototype.setShowLineNumbers=function(e){this.$renderer=!e&&{getWidth:function(){return 0},getText:function(){return""}}},e.prototype.getShowLineNumbers=function(){return this.$showLineNumbers},e.prototype.setShowFoldWidgets=function(e){e?s.addCssClass(this.element,"ace_folding-enabled"):s.removeCssClass(this.element,"ace_folding-enabled"),this.$showFoldWidgets=e,this.$padding=null},e.prototype.getShowFoldWidgets=function(){return this.$showFoldWidgets},e.prototype.$hideFoldWidget=function(e,t){var a=t||this.$getGutterCell(e);if(a&&a.element){var o=a.element.childNodes[1];o&&s.setStyle(o.style,"display","none")}},e.prototype.$showFoldWidget=function(e,t){var a=t||this.$getGutterCell(e);if(a&&a.element){var o=a.element.childNodes[1];o&&this.session.foldWidgets&&this.session.foldWidgets[a.row]&&s.setStyle(o.style,"display","inline-block")}},e.prototype.$getGutterCell=function(e){var t=this.$lines.cells,a=0,s=t.length-1;if(!(e<t[0].row||e>t[s].row)){for(;a<=s;){var o=Math.floor((a+s)/2),n=t[o];if(n.row>e)s=o-1;else{if(!(n.row<e))return n;a=o+1}}return n}},e.prototype.$addCustomWidget=function(e,t,a){var o=t.className,n=t.label,i=t.title,l=t.callbacks;this.session.$gutterCustomWidgets[e]={className:o,label:n,title:i,callbacks:l},this.$hideFoldWidget(e,a);var r=a||this.$getGutterCell(e);if(r&&r.element){var c=r.element.querySelector(".ace_custom-widget");c&&c.remove(),(c=s.createElement("span")).className="ace_custom-widget ".concat(o),c.setAttribute("tabindex","-1"),c.setAttribute("role","button"),c.setAttribute("aria-label",n),c.setAttribute("title",i),s.setStyle(c.style,"display","inline-block"),s.setStyle(c.style,"height","inherit"),l&&l.onClick&&c.addEventListener("click",(function(t){l.onClick(t,e),t.stopPropagation()})),r.element.appendChild(c)}},e.prototype.$removeCustomWidget=function(e,t){delete this.session.$gutterCustomWidgets[e],this.$showFoldWidget(e,t);var a=t||this.$getGutterCell(e);if(a&&a.element){var s=a.element.querySelector(".ace_custom-widget");s&&a.element.removeChild(s)}},e.prototype.$computePadding=function(){if(!this.element.firstChild)return{left:0,right:0};var e=s.computedStyle(this.element.firstChild);return this.$padding={},this.$padding.left=(parseInt(e.borderLeftWidth)||0)+(parseInt(e.paddingLeft)||0)+1,this.$padding.right=(parseInt(e.borderRightWidth)||0)+(parseInt(e.paddingRight)||0),this.$padding},e.prototype.getRegion=function(e){var t=this.$padding||this.$computePadding(),a=this.element.getBoundingClientRect();return e.x<t.left+a.left?"markers":this.$showFoldWidgets&&e.x>a.right-t.right?"foldWidgets":void 0},e}();function d(e){var t=document.createTextNode("");e.appendChild(t);var a=s.createElement("span");e.appendChild(a);var o=s.createElement("span");e.appendChild(o);var n=s.createElement("span");return o.appendChild(n),e}c.prototype.$fixedWidth=!1,c.prototype.$highlightGutterLine=!0,c.prototype.$renderer=void 0,c.prototype.$showLineNumbers=!0,c.prototype.$showFoldWidgets=!0,o.implement(c.prototype,i),t.Gutter=c})),ace.define("ace/layer/marker",["require","exports","module","ace/range","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../range").Range,o=e("../lib/dom"),n=function(){function e(e){this.element=o.createElement("div"),this.element.className="ace_layer ace_marker-layer",e.appendChild(this.element)}return e.prototype.setPadding=function(e){this.$padding=e},e.prototype.setSession=function(e){this.session=e},e.prototype.setMarkers=function(e){this.markers=e},e.prototype.elt=function(e,t){var a=-1!=this.i&&this.element.childNodes[this.i];a?this.i++:(a=document.createElement("div"),this.element.appendChild(a),this.i=-1),a.style.cssText=t,a.className=e},e.prototype.update=function(e){if(e){var t;for(var a in this.config=e,this.i=0,this.markers){var s=this.markers[a];if(s.range){var o=s.range.clipRows(e.firstRow,e.lastRow);if(!o.isEmpty())if(o=o.toScreenRange(this.session),s.renderer){var n=this.$getTop(o.start.row,e),i=this.$padding+o.start.column*e.characterWidth;s.renderer(t,o,i,n,e)}else"fullLine"==s.type?this.drawFullLineMarker(t,o,s.clazz,e):"screenLine"==s.type?this.drawScreenLineMarker(t,o,s.clazz,e):o.isMultiLine()?"text"==s.type?this.drawTextMarker(t,o,s.clazz,e):this.drawMultiLineMarker(t,o,s.clazz,e):this.drawSingleLineMarker(t,o,s.clazz+" ace_start ace_br15",e)}else s.update(t,this,this.session,e)}if(-1!=this.i)for(;this.i<this.element.childElementCount;)this.element.removeChild(this.element.lastChild)}},e.prototype.$getTop=function(e,t){return(e-t.firstRowScreen)*t.lineHeight},e.prototype.drawTextMarker=function(e,t,a,o,n){for(var i=this.session,l=t.start.row,r=t.end.row,c=l,d=0,h=0,p=i.getScreenLastRowColumn(c),g=new s(c,t.start.column,c,h);c<=r;c++)g.start.row=g.end.row=c,g.start.column=c==l?t.start.column:i.getRowWrapIndent(c),g.end.column=p,d=h,h=p,p=c+1<r?i.getScreenLastRowColumn(c+1):c==r?0:t.end.column,this.drawSingleLineMarker(e,g,a+(c==l?" ace_start":"")+" ace_br"+((c==l||c==l+1&&t.start.column?1:0)|(d<h?2:0)|(h>p?4:0)|(c==r?8:0)),o,c==r?0:1,n)},e.prototype.drawMultiLineMarker=function(e,t,a,s,o){var n=this.$padding,i=s.lineHeight,l=this.$getTop(t.start.row,s),r=n+t.start.column*s.characterWidth;if(o=o||"",this.session.$bidiHandler.isBidiRow(t.start.row)?((c=t.clone()).end.row=c.start.row,c.end.column=this.session.getLine(c.start.row).length,this.drawBidiSingleLineMarker(e,c,a+" ace_br1 ace_start",s,null,o)):this.elt(a+" ace_br1 ace_start","height:"+i+"px;right:"+n+"px;top:"+l+"px;left:"+r+"px;"+(o||"")),this.session.$bidiHandler.isBidiRow(t.end.row)){var c;(c=t.clone()).start.row=c.end.row,c.start.column=0,this.drawBidiSingleLineMarker(e,c,a+" ace_br12",s,null,o)}else{l=this.$getTop(t.end.row,s);var d=t.end.column*s.characterWidth;this.elt(a+" ace_br12","height:"+i+"px;width:"+d+"px;top:"+l+"px;left:"+n+"px;"+(o||""))}if(!((i=(t.end.row-t.start.row-1)*s.lineHeight)<=0)){l=this.$getTop(t.start.row+1,s);var h=(t.start.column?1:0)|(t.end.column?0:8);this.elt(a+(h?" ace_br"+h:""),"height:"+i+"px;right:"+n+"px;top:"+l+"px;left:"+n+"px;"+(o||""))}},e.prototype.drawSingleLineMarker=function(e,t,a,s,o,n){if(this.session.$bidiHandler.isBidiRow(t.start.row))return this.drawBidiSingleLineMarker(e,t,a,s,o,n);var i=s.lineHeight,l=(t.end.column+(o||0)-t.start.column)*s.characterWidth,r=this.$getTop(t.start.row,s),c=this.$padding+t.start.column*s.characterWidth;this.elt(a,"height:"+i+"px;width:"+l+"px;top:"+r+"px;left:"+c+"px;"+(n||""))},e.prototype.drawBidiSingleLineMarker=function(e,t,a,s,o,n){var i=s.lineHeight,l=this.$getTop(t.start.row,s),r=this.$padding;this.session.$bidiHandler.getSelections(t.start.column,t.end.column).forEach((function(e){this.elt(a,"height:"+i+"px;width:"+(e.width+(o||0))+"px;top:"+l+"px;left:"+(r+e.left)+"px;"+(n||""))}),this)},e.prototype.drawFullLineMarker=function(e,t,a,s,o){var n=this.$getTop(t.start.row,s),i=s.lineHeight;t.start.row!=t.end.row&&(i+=this.$getTop(t.end.row,s)-n),this.elt(a,"height:"+i+"px;top:"+n+"px;left:0;right:0;"+(o||""))},e.prototype.drawScreenLineMarker=function(e,t,a,s,o){var n=this.$getTop(t.start.row,s),i=s.lineHeight;this.elt(a,"height:"+i+"px;top:"+n+"px;left:0;right:0;"+(o||""))},e}();n.prototype.$padding=0,t.Marker=n})),ace.define("ace/layer/text_util",["require","exports","module"],(function(e,t,a){var s=new Set(["text","rparen","lparen"]);t.isTextToken=function(e){return s.has(e)}})),ace.define("ace/layer/text",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/layer/lines","ace/lib/event_emitter","ace/config","ace/layer/text_util"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/dom"),n=e("../lib/lang"),i=e("./lines").Lines,l=e("../lib/event_emitter").EventEmitter,r=e("../config").nls,c=e("./text_util").isTextToken,d=function(){function e(e){this.dom=o,this.element=this.dom.createElement("div"),this.element.className="ace_layer ace_text-layer",e.appendChild(this.element),this.$updateEolChar=this.$updateEolChar.bind(this),this.$lines=new i(this.element)}return e.prototype.$updateEolChar=function(){var e=this.session.doc,t="\n"==e.getNewLineCharacter()&&"windows"!=e.getNewLineMode()?this.EOL_CHAR_LF:this.EOL_CHAR_CRLF;if(this.EOL_CHAR!=t)return this.EOL_CHAR=t,!0},e.prototype.setPadding=function(e){this.$padding=e,this.element.style.margin="0 "+e+"px"},e.prototype.getLineHeight=function(){return this.$fontMetrics.$characterSize.height||0},e.prototype.getCharacterWidth=function(){return this.$fontMetrics.$characterSize.width||0},e.prototype.$setFontMetrics=function(e){this.$fontMetrics=e,this.$fontMetrics.on("changeCharacterSize",function(e){this._signal("changeCharacterSize",e)}.bind(this)),this.$pollSizeChanges()},e.prototype.checkForSizeChanges=function(){this.$fontMetrics.checkForSizeChanges()},e.prototype.$pollSizeChanges=function(){return this.$pollSizeChangesTimer=this.$fontMetrics.$pollSizeChanges()},e.prototype.setSession=function(e){this.session=e,e&&this.$computeTabString()},e.prototype.setShowInvisibles=function(e){return this.showInvisibles!=e&&(this.showInvisibles=e,"string"==typeof e?(this.showSpaces=/tab/i.test(e),this.showTabs=/space/i.test(e),this.showEOL=/eol/i.test(e)):this.showSpaces=this.showTabs=this.showEOL=e,this.$computeTabString(),!0)},e.prototype.setDisplayIndentGuides=function(e){return this.displayIndentGuides!=e&&(this.displayIndentGuides=e,this.$computeTabString(),!0)},e.prototype.setHighlightIndentGuides=function(e){return this.$highlightIndentGuides!==e&&(this.$highlightIndentGuides=e,e)},e.prototype.$computeTabString=function(){var e=this.session.getTabSize();this.tabSize=e;for(var t=this.$tabStrings=[0],a=1;a<e+1;a++)this.showTabs?((s=this.dom.createElement("span")).className="ace_invisible ace_invisible_tab",s.textContent=n.stringRepeat(this.TAB_CHAR,a),t.push(s)):t.push(this.dom.createTextNode(n.stringRepeat(" ",a),this.element));if(this.displayIndentGuides){this.$indentGuideRe=/\s\S| \t|\t |\s$/;var s,o="ace_indent-guide",i=this.showSpaces?" ace_invisible ace_invisible_space":"",l=this.showSpaces?n.stringRepeat(this.SPACE_CHAR,this.tabSize):n.stringRepeat(" ",this.tabSize),r=this.showTabs?" ace_invisible ace_invisible_tab":"",c=this.showTabs?n.stringRepeat(this.TAB_CHAR,this.tabSize):l;(s=this.dom.createElement("span")).className=o+i,s.textContent=l,this.$tabStrings[" "]=s,(s=this.dom.createElement("span")).className=o+r,s.textContent=c,this.$tabStrings["\t"]=s}},e.prototype.updateLines=function(e,t,a){if(this.config.lastRow!=e.lastRow||this.config.firstRow!=e.firstRow)return this.update(e);this.config=e;for(var s=Math.max(t,e.firstRow),o=Math.min(a,e.lastRow),n=this.element.childNodes,i=0,l=e.firstRow;l<s;l++){if(r=this.session.getFoldLine(l)){if(r.containsRow(s)){s=r.start.row;break}l=r.end.row}i++}for(var r,c=!1,d=(l=s,(r=this.session.getNextFoldLine(l))?r.start.row:1/0);l>d&&(l=r.end.row+1,d=(r=this.session.getNextFoldLine(l,r))?r.start.row:1/0),!(l>o);){var h=n[i++];if(h){this.dom.removeChildren(h),this.$renderLine(h,l,l==d&&r),c&&(h.style.top=this.$lines.computeLineTop(l,e,this.session)+"px");var p=e.lineHeight*this.session.getRowLength(l)+"px";h.style.height!=p&&(c=!0,h.style.height=p)}l++}if(c)for(;i<this.$lines.cells.length;){var g=this.$lines.cells[i++];g.element.style.top=this.$lines.computeLineTop(g.row,e,this.session)+"px"}},e.prototype.scrollLines=function(e){var t=this.config;if(this.config=e,this.$lines.pageChanged(t,e))return this.update(e);this.$lines.moveContainer(e);var a=e.lastRow,s=t?t.lastRow:-1;if(!t||s<e.firstRow)return this.update(e);if(a<t.firstRow)return this.update(e);if(!t||t.lastRow<e.firstRow)return this.update(e);if(e.lastRow<t.firstRow)return this.update(e);if(t.firstRow<e.firstRow)for(var o=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);o>0;o--)this.$lines.shift();if(t.lastRow>e.lastRow)for(o=this.session.getFoldedRowCount(e.lastRow+1,t.lastRow);o>0;o--)this.$lines.pop();e.firstRow<t.firstRow&&this.$lines.unshift(this.$renderLinesFragment(e,e.firstRow,t.firstRow-1)),e.lastRow>t.lastRow&&this.$lines.push(this.$renderLinesFragment(e,t.lastRow+1,e.lastRow)),this.$highlightIndentGuide()},e.prototype.$renderLinesFragment=function(e,t,a){for(var s=[],n=t,i=this.session.getNextFoldLine(n),l=i?i.start.row:1/0;n>l&&(n=i.end.row+1,l=(i=this.session.getNextFoldLine(n,i))?i.start.row:1/0),!(n>a);){var r=this.$lines.createCell(n,e,this.session),c=r.element;this.dom.removeChildren(c),o.setStyle(c.style,"height",this.$lines.computeLineHeight(n,e,this.session)+"px"),o.setStyle(c.style,"top",this.$lines.computeLineTop(n,e,this.session)+"px"),this.$renderLine(c,n,n==l&&i),this.$useLineGroups()?c.className="ace_line_group":c.className="ace_line",s.push(r),n++}return s},e.prototype.update=function(e){this.$lines.moveContainer(e),this.config=e;for(var t=e.firstRow,a=e.lastRow,s=this.$lines;s.getLength();)s.pop();s.push(this.$renderLinesFragment(e,t,a))},e.prototype.$renderToken=function(e,t,a,s){for(var o,i=this,l=/(\t)|( +)|([\x00-\x1f\x80-\xa0\xad\u1680\u180E\u2000-\u200f\u2028\u2029\u202F\u205F\uFEFF\uFFF9-\uFFFC\u2066\u2067\u2068\u202A\u202B\u202D\u202E\u202C\u2069\u2060\u2061\u2062\u2063\u2064\u206A\u206B\u206B\u206C\u206D\u206E\u206F]+)|(\u3000)|([\u1100-\u115F\u11A3-\u11A7\u11FA-\u11FF\u2329-\u232A\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3001-\u303E\u3041-\u3096\u3099-\u30FF\u3105-\u312D\u3131-\u318E\u3190-\u31BA\u31C0-\u31E3\u31F0-\u321E\u3220-\u3247\u3250-\u32FE\u3300-\u4DBF\u4E00-\uA48C\uA490-\uA4C6\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFAFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFF01-\uFF60\uFFE0-\uFFE6]|[\uD800-\uDBFF][\uDC00-\uDFFF])/g,d=this.dom.createFragment(this.element),h=0;o=l.exec(s);){var p=o[1],g=o[2],u=o[3],m=o[4],v=o[5];if(i.showSpaces||!g){var b=h!=o.index?s.slice(h,o.index):"";if(h=o.index+o[0].length,b&&d.appendChild(this.dom.createTextNode(b,this.element)),p){var f=i.session.getScreenTabSize(t+o.index),w=i.$tabStrings[f].cloneNode(!0);w.charCount=1,d.appendChild(w),t+=f-1}else g?i.showSpaces?((y=this.dom.createElement("span")).className="ace_invisible ace_invisible_space",y.textContent=n.stringRepeat(i.SPACE_CHAR,g.length),d.appendChild(y)):d.appendChild(this.dom.createTextNode(g,this.element)):u?((y=this.dom.createElement("span")).className="ace_invisible ace_invisible_space ace_invalid",y.textContent=n.stringRepeat(i.SPACE_CHAR,u.length),d.appendChild(y)):m?(t+=1,(y=this.dom.createElement("span")).style.width=2*i.config.characterWidth+"px",y.className=i.showSpaces?"ace_cjk ace_invisible ace_invisible_space":"ace_cjk",y.textContent=i.showSpaces?i.SPACE_CHAR:m,d.appendChild(y)):v&&(t+=1,(y=this.dom.createElement("span")).style.width=2*i.config.characterWidth+"px",y.className="ace_cjk",y.textContent=v,d.appendChild(y))}}if(d.appendChild(this.dom.createTextNode(h?s.slice(h):s,this.element)),c(a.type))e.appendChild(d);else{var x="ace_"+a.type.replace(/\./g," ace_"),y=this.dom.createElement("span");"fold"==a.type&&(y.style.width=a.value.length*this.config.characterWidth+"px",y.setAttribute("title",r("inline-fold.closed.title","Unfold code"))),y.className=x,y.appendChild(d),e.appendChild(y)}return t+s.length},e.prototype.renderIndentGuide=function(e,t,a){var s=t.search(this.$indentGuideRe);if(s<=0||s>=a)return t;if(" "==t[0]){for(var o=(s-=s%this.tabSize)/this.tabSize,n=0;n<o;n++)e.appendChild(this.$tabStrings[" "].cloneNode(!0));return this.$highlightIndentGuide(),t.substr(s)}if("\t"==t[0]){for(n=0;n<s;n++){var i=this.$tabStrings["\t"].cloneNode(!0);i.charCount=1,e.appendChild(i)}return this.$highlightIndentGuide(),t.substr(s)}return this.$highlightIndentGuide(),t},e.prototype.$highlightIndentGuide=function(){if(this.$highlightIndentGuides&&this.displayIndentGuides){this.$highlightIndentGuideMarker={indentLevel:void 0,start:void 0,end:void 0,dir:void 0};var e=this.session.doc.$lines;if(e){var t=this.session.selection.getCursor(),a=/^\s*/.exec(this.session.doc.getLine(t.row))[0].length,s=Math.floor(a/this.tabSize);if(this.$highlightIndentGuideMarker={indentLevel:s,start:t.row},this.session.$bracketHighlight)for(var o=this.session.$bracketHighlight.ranges,n=0;n<o.length;n++)if(t.row!==o[n].start.row){this.$highlightIndentGuideMarker.end=o[n].start.row+1,t.row>o[n].start.row?this.$highlightIndentGuideMarker.dir=-1:this.$highlightIndentGuideMarker.dir=1;break}if(!this.$highlightIndentGuideMarker.end&&""!==e[t.row]&&t.column===e[t.row].length)for(this.$highlightIndentGuideMarker.dir=1,n=t.row+1;n<e.length;n++){var i=e[n],l=/^\s*/.exec(i)[0].length;if(""!==i&&(this.$highlightIndentGuideMarker.end=n,l<=a))break}this.$renderHighlightIndentGuide()}}},e.prototype.$clearActiveIndentGuide=function(){for(var e=this.element.querySelectorAll(".ace_indent-guide-active"),t=0;t<e.length;t++)e[t].classList.remove("ace_indent-guide-active")},e.prototype.$setIndentGuideActive=function(e,t){if(""!==this.session.doc.getLine(e.row)){var a=e.element;if(e.element.classList&&e.element.classList.contains("ace_line_group")){if(!(e.element.childNodes.length>0))return;a=e.element.childNodes[0]}var s=a.childNodes;if(s){var o=s[t-1];o&&o.classList&&o.classList.contains("ace_indent-guide")&&o.classList.add("ace_indent-guide-active")}}},e.prototype.$renderHighlightIndentGuide=function(){if(this.$lines){var e=this.$lines.cells;this.$clearActiveIndentGuide();var t=this.$highlightIndentGuideMarker.indentLevel;if(0!==t)if(1===this.$highlightIndentGuideMarker.dir)for(var a=0;a<e.length;a++){var s=e[a];if(this.$highlightIndentGuideMarker.end&&s.row>=this.$highlightIndentGuideMarker.start+1){if(s.row>=this.$highlightIndentGuideMarker.end)break;this.$setIndentGuideActive(s,t)}}else for(a=e.length-1;a>=0;a--)if(s=e[a],this.$highlightIndentGuideMarker.end&&s.row<this.$highlightIndentGuideMarker.start){if(s.row<this.$highlightIndentGuideMarker.end)break;this.$setIndentGuideActive(s,t)}}},e.prototype.$createLineElement=function(e){var t=this.dom.createElement("div");return t.className="ace_line",t.style.height=this.config.lineHeight+"px",t},e.prototype.$renderWrappedLine=function(e,t,a){var s=0,o=0,i=a[0],l=0,r=this.$createLineElement();e.appendChild(r);for(var c=0;c<t.length;c++){var d=t[c],h=d.value;if(0==c&&this.displayIndentGuides){if(s=h.length,!(h=this.renderIndentGuide(r,h,i)))continue;s-=h.length}if(s+h.length<i)l=this.$renderToken(r,l,d,h),s+=h.length;else{for(;s+h.length>=i;){l=this.$renderToken(r,l,d,h.substring(0,i-s)),h=h.substring(i-s),s=i,r=this.$createLineElement(),e.appendChild(r);var p=this.dom.createTextNode(n.stringRepeat(" ",a.indent),this.element);p.charCount=0,r.appendChild(p),l=0,i=a[++o]||Number.MAX_VALUE}0!=h.length&&(s+=h.length,l=this.$renderToken(r,l,d,h))}}a[a.length-1]>this.MAX_LINE_LENGTH&&this.$renderOverflowMessage(r,l,null,"",!0)},e.prototype.$renderSimpleLine=function(e,t){for(var a=0,s=0;s<t.length;s++){var o=t[s],n=o.value;if(0!=s||!this.displayIndentGuides||(n=this.renderIndentGuide(e,n))){if(a+n.length>this.MAX_LINE_LENGTH)return this.$renderOverflowMessage(e,a,o,n);a=this.$renderToken(e,a,o,n)}}},e.prototype.$renderOverflowMessage=function(e,t,a,s,o){a&&this.$renderToken(e,t,a,s.slice(0,this.MAX_LINE_LENGTH-t));var n=this.dom.createElement("span");n.className="ace_inline_button ace_keyword ace_toggle_wrap",n.textContent=o?"<hide>":"<click to see more...>",e.appendChild(n)},e.prototype.$renderLine=function(e,t,a){if(a||0==a||(a=this.session.getFoldLine(t)),a)var s=this.$getFoldLineTokens(t,a);else s=this.session.getTokens(t);var o=e;if(s.length){var n=this.session.getRowSplitData(t);n&&n.length?(this.$renderWrappedLine(e,s,n),o=e.lastChild):(o=e,this.$useLineGroups()&&(o=this.$createLineElement(),e.appendChild(o)),this.$renderSimpleLine(o,s))}else this.$useLineGroups()&&(o=this.$createLineElement(),e.appendChild(o));if(this.showEOL&&o){a&&(t=a.end.row);var i=this.dom.createElement("span");i.className="ace_invisible ace_invisible_eol",i.textContent=t==this.session.getLength()-1?this.EOF_CHAR:this.EOL_CHAR,o.appendChild(i)}},e.prototype.$getFoldLineTokens=function(e,t){var a=this.session,s=[],o=a.getTokens(e);return t.walk((function(e,t,n,i,l){null!=e?s.push({type:"fold",value:e}):(l&&(o=a.getTokens(t)),o.length&&function(e,t,a){for(var o=0,n=0;n+e[o].value.length<t;)if(n+=e[o].value.length,++o==e.length)return;for(n!=t&&((i=e[o].value.substring(t-n)).length>a-t&&(i=i.substring(0,a-t)),s.push({type:e[o].type,value:i}),n=t+i.length,o+=1);n<a&&o<e.length;){var i;(i=e[o].value).length+n>a?s.push({type:e[o].type,value:i.substring(0,a-n)}):s.push(e[o]),n+=i.length,o+=1}}(o,i,n))}),t.end.row,this.session.getLine(t.end.row).length),s},e.prototype.$useLineGroups=function(){return this.session.getUseWrapMode()},e}();d.prototype.EOF_CHAR="¶",d.prototype.EOL_CHAR_LF="¬",d.prototype.EOL_CHAR_CRLF="¤",d.prototype.EOL_CHAR=d.prototype.EOL_CHAR_LF,d.prototype.TAB_CHAR="—",d.prototype.SPACE_CHAR="·",d.prototype.$padding=0,d.prototype.MAX_LINE_LENGTH=1e4,d.prototype.showInvisibles=!1,d.prototype.showSpaces=!1,d.prototype.showTabs=!1,d.prototype.showEOL=!1,d.prototype.displayIndentGuides=!0,d.prototype.$highlightIndentGuides=!0,d.prototype.$tabStrings=[],d.prototype.destroy={},d.prototype.onChangeTabSize=d.prototype.$computeTabString,s.implement(d.prototype,l),t.Text=d})),ace.define("ace/layer/cursor",["require","exports","module","ace/lib/dom"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=function(){function e(e){this.element=s.createElement("div"),this.element.className="ace_layer ace_cursor-layer",e.appendChild(this.element),this.isVisible=!1,this.isBlinking=!0,this.blinkInterval=1e3,this.smoothBlinking=!1,this.cursors=[],this.cursor=this.addCursor(),s.addCssClass(this.element,"ace_hidden-cursors"),this.$updateCursors=this.$updateOpacity.bind(this)}return e.prototype.$updateOpacity=function(e){for(var t=this.cursors,a=t.length;a--;)s.setStyle(t[a].style,"opacity",e?"":"0")},e.prototype.$startCssAnimation=function(){for(var e=this.cursors,t=e.length;t--;)e[t].style.animationDuration=this.blinkInterval+"ms";this.$isAnimating=!0,setTimeout(function(){this.$isAnimating&&s.addCssClass(this.element,"ace_animate-blinking")}.bind(this))},e.prototype.$stopCssAnimation=function(){this.$isAnimating=!1,s.removeCssClass(this.element,"ace_animate-blinking")},e.prototype.setPadding=function(e){this.$padding=e},e.prototype.setSession=function(e){this.session=e},e.prototype.setBlinking=function(e){e!=this.isBlinking&&(this.isBlinking=e,this.restartTimer())},e.prototype.setBlinkInterval=function(e){e!=this.blinkInterval&&(this.blinkInterval=e,this.restartTimer())},e.prototype.setSmoothBlinking=function(e){e!=this.smoothBlinking&&(this.smoothBlinking=e,s.setCssClass(this.element,"ace_smooth-blinking",e),this.$updateCursors(!0),this.restartTimer())},e.prototype.addCursor=function(){var e=s.createElement("div");return e.className="ace_cursor",this.element.appendChild(e),this.cursors.push(e),e},e.prototype.removeCursor=function(){if(this.cursors.length>1){var e=this.cursors.pop();return e.parentNode.removeChild(e),e}},e.prototype.hideCursor=function(){this.isVisible=!1,s.addCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},e.prototype.showCursor=function(){this.isVisible=!0,s.removeCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},e.prototype.restartTimer=function(){var e=this.$updateCursors;if(clearInterval(this.intervalId),clearTimeout(this.timeoutId),this.$stopCssAnimation(),this.smoothBlinking&&(this.$isSmoothBlinking=!1,s.removeCssClass(this.element,"ace_smooth-blinking")),e(!0),this.isBlinking&&this.blinkInterval&&this.isVisible)if(this.smoothBlinking&&(this.$isSmoothBlinking=!0,setTimeout(function(){this.$isSmoothBlinking&&s.addCssClass(this.element,"ace_smooth-blinking")}.bind(this))),s.HAS_CSS_ANIMATION)this.$startCssAnimation();else{var t=function(){this.timeoutId=setTimeout((function(){e(!1)}),.6*this.blinkInterval)}.bind(this);this.intervalId=setInterval((function(){e(!0),t()}),this.blinkInterval),t()}else this.$stopCssAnimation()},e.prototype.getPixelPosition=function(e,t){if(!this.config||!this.session)return{left:0,top:0};e||(e=this.session.selection.getCursor());var a=this.session.documentToScreenPosition(e);return{left:this.$padding+(this.session.$bidiHandler.isBidiRow(a.row,e.row)?this.session.$bidiHandler.getPosLeft(a.column):a.column*this.config.characterWidth),top:(a.row-(t?this.config.firstRowScreen:0))*this.config.lineHeight}},e.prototype.isCursorInView=function(e,t){return e.top>=0&&e.top<t.maxHeight},e.prototype.update=function(e){this.config=e;var t=this.session.$selectionMarkers,a=0,o=0;void 0!==t&&0!==t.length||(t=[{cursor:null}]),a=0;for(var n=t.length;a<n;a++){var i=this.getPixelPosition(t[a].cursor,!0);if(!((i.top>e.height+e.offset||i.top<0)&&a>1)){var l=this.cursors[o++]||this.addCursor(),r=l.style;this.drawCursor?this.drawCursor(l,i,e,t[a],this.session):this.isCursorInView(i,e)?(s.setStyle(r,"display","block"),s.translate(l,i.left,i.top),s.setStyle(r,"width",Math.round(e.characterWidth)+"px"),s.setStyle(r,"height",e.lineHeight+"px")):s.setStyle(r,"display","none")}}for(;this.cursors.length>o;)this.removeCursor();var c=this.session.getOverwrite();this.$setOverwrite(c),this.$pixelPos=i,this.restartTimer()},e.prototype.$setOverwrite=function(e){e!=this.overwrite&&(this.overwrite=e,e?s.addCssClass(this.element,"ace_overwrite-cursors"):s.removeCssClass(this.element,"ace_overwrite-cursors"))},e.prototype.destroy=function(){clearInterval(this.intervalId),clearTimeout(this.timeoutId)},e}();o.prototype.$padding=0,o.prototype.drawCursor=null,t.Cursor=o})),ace.define("ace/scrollbar",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/event","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("./lib/oop"),i=e("./lib/dom"),l=e("./lib/event"),r=e("./lib/event_emitter").EventEmitter,c=32768,d=function(){function e(e,t){this.element=i.createElement("div"),this.element.className="ace_scrollbar ace_scrollbar"+t,this.element.tabIndex=-1,this.inner=i.createElement("div"),this.inner.className="ace_scrollbar-inner",this.inner.textContent=" ",this.element.appendChild(this.inner),e.appendChild(this.element),this.setVisible(!1),this.skipEvent=!1,l.addListener(this.element,"scroll",this.onScroll.bind(this)),l.addListener(this.element,"mousedown",l.preventDefault)}return e.prototype.setVisible=function(e){this.element.style.display=e?"":"none",this.isVisible=e,this.coeff=1},e}();n.implement(d.prototype,r);var h=function(e){function t(t,a){var s=e.call(this,t,"-v")||this;return s.scrollTop=0,s.scrollHeight=0,a.$scrollbarWidth=s.width=i.scrollbarWidth(t.ownerDocument),s.inner.style.width=s.element.style.width=(s.width||15)+5+"px",s.$minWidth=0,s}return o(t,e),t.prototype.onScroll=function(){if(!this.skipEvent){if(this.scrollTop=this.element.scrollTop,1!=this.coeff){var e=this.element.clientHeight/this.scrollHeight;this.scrollTop=this.scrollTop*(1-e)/(this.coeff-e)}this._emit("scroll",{data:this.scrollTop})}this.skipEvent=!1},t.prototype.getWidth=function(){return Math.max(this.isVisible?this.width:0,this.$minWidth||0)},t.prototype.setHeight=function(e){this.element.style.height=e+"px"},t.prototype.setScrollHeight=function(e){this.scrollHeight=e,e>c?(this.coeff=c/e,e=c):1!=this.coeff&&(this.coeff=1),this.inner.style.height=e+"px"},t.prototype.setScrollTop=function(e){this.scrollTop!=e&&(this.skipEvent=!0,this.scrollTop=e,this.element.scrollTop=e*this.coeff)},t}(d);h.prototype.setInnerHeight=h.prototype.setScrollHeight;var p=function(e){function t(t,a){var s=e.call(this,t,"-h")||this;return s.scrollLeft=0,s.height=a.$scrollbarWidth,s.inner.style.height=s.element.style.height=(s.height||15)+5+"px",s}return o(t,e),t.prototype.onScroll=function(){this.skipEvent||(this.scrollLeft=this.element.scrollLeft,this._emit("scroll",{data:this.scrollLeft})),this.skipEvent=!1},t.prototype.getHeight=function(){return this.isVisible?this.height:0},t.prototype.setWidth=function(e){this.element.style.width=e+"px"},t.prototype.setInnerWidth=function(e){this.inner.style.width=e+"px"},t.prototype.setScrollWidth=function(e){this.inner.style.width=e+"px"},t.prototype.setScrollLeft=function(e){this.scrollLeft!=e&&(this.skipEvent=!0,this.scrollLeft=this.element.scrollLeft=e)},t}(d);t.ScrollBar=h,t.ScrollBarV=h,t.ScrollBarH=p,t.VScrollBar=h,t.HScrollBar=p})),ace.define("ace/scrollbar_custom",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/event","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=e("./lib/oop"),i=e("./lib/dom"),l=e("./lib/event"),r=e("./lib/event_emitter").EventEmitter;i.importCssString(".ace_editor>.ace_sb-v div, .ace_editor>.ace_sb-h div{\n position: absolute;\n background: rgba(128, 128, 128, 0.6);\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n border: 1px solid #bbb;\n border-radius: 2px;\n z-index: 8;\n}\n.ace_editor>.ace_sb-v, .ace_editor>.ace_sb-h {\n position: absolute;\n z-index: 6;\n background: none;\n overflow: hidden!important;\n}\n.ace_editor>.ace_sb-v {\n z-index: 6;\n right: 0;\n top: 0;\n width: 12px;\n}\n.ace_editor>.ace_sb-v div {\n z-index: 8;\n right: 0;\n width: 100%;\n}\n.ace_editor>.ace_sb-h {\n bottom: 0;\n left: 0;\n height: 12px;\n}\n.ace_editor>.ace_sb-h div {\n bottom: 0;\n height: 100%;\n}\n.ace_editor>.ace_sb_grabbed {\n z-index: 8;\n background: #000;\n}","ace_scrollbar.css",!1);var c=function(){function e(e,t){this.element=i.createElement("div"),this.element.className="ace_sb"+t,this.inner=i.createElement("div"),this.inner.className="",this.element.appendChild(this.inner),this.VScrollWidth=12,this.HScrollHeight=12,e.appendChild(this.element),this.setVisible(!1),this.skipEvent=!1,l.addMultiMouseDownListener(this.element,[500,300,300],this,"onMouseDown")}return e.prototype.setVisible=function(e){this.element.style.display=e?"":"none",this.isVisible=e,this.coeff=1},e}();n.implement(c.prototype,r);var d=function(e){function t(t,a){var s=e.call(this,t,"-v")||this;return s.scrollTop=0,s.scrollHeight=0,s.parent=t,s.width=s.VScrollWidth,s.renderer=a,s.inner.style.width=s.element.style.width=(s.width||15)+"px",s.$minWidth=0,s}return o(t,e),t.prototype.onMouseDown=function(e,t){if("mousedown"===e&&0===l.getButton(t)&&2!==t.detail){if(t.target===this.inner){var a=this,s=t.clientY,o=t.clientY,n=this.thumbTop;l.capture(this.inner,(function(e){s=e.clientY}),(function(){clearInterval(i)}));var i=setInterval((function(){if(void 0!==s){var e=a.scrollTopFromThumbTop(n+s-o);e!==a.scrollTop&&a._emit("scroll",{data:e})}}),20);return l.preventDefault(t)}var r=t.clientY-this.element.getBoundingClientRect().top-this.thumbHeight/2;return this._emit("scroll",{data:this.scrollTopFromThumbTop(r)}),l.preventDefault(t)}},t.prototype.getHeight=function(){return this.height},t.prototype.scrollTopFromThumbTop=function(e){var t=e*(this.pageHeight-this.viewHeight)/(this.slideHeight-this.thumbHeight);return(t|=0)<0?t=0:t>this.pageHeight-this.viewHeight&&(t=this.pageHeight-this.viewHeight),t},t.prototype.getWidth=function(){return Math.max(this.isVisible?this.width:0,this.$minWidth||0)},t.prototype.setHeight=function(e){this.height=Math.max(0,e),this.slideHeight=this.height,this.viewHeight=this.height,this.setScrollHeight(this.pageHeight,!0)},t.prototype.setScrollHeight=function(e,t){(this.pageHeight!==e||t)&&(this.pageHeight=e,this.thumbHeight=this.slideHeight*this.viewHeight/this.pageHeight,this.thumbHeight>this.slideHeight&&(this.thumbHeight=this.slideHeight),this.thumbHeight<15&&(this.thumbHeight=15),this.inner.style.height=this.thumbHeight+"px",this.scrollTop>this.pageHeight-this.viewHeight&&(this.scrollTop=this.pageHeight-this.viewHeight,this.scrollTop<0&&(this.scrollTop=0),this._emit("scroll",{data:this.scrollTop})))},t.prototype.setScrollTop=function(e){this.scrollTop=e,e<0&&(e=0),this.thumbTop=e*(this.slideHeight-this.thumbHeight)/(this.pageHeight-this.viewHeight),this.inner.style.top=this.thumbTop+"px"},t}(c);d.prototype.setInnerHeight=d.prototype.setScrollHeight;var h=function(e){function t(t,a){var s=e.call(this,t,"-h")||this;return s.scrollLeft=0,s.scrollWidth=0,s.height=s.HScrollHeight,s.inner.style.height=s.element.style.height=(s.height||12)+"px",s.renderer=a,s}return o(t,e),t.prototype.onMouseDown=function(e,t){if("mousedown"===e&&0===l.getButton(t)&&2!==t.detail){if(t.target===this.inner){var a=this,s=t.clientX,o=t.clientX,n=this.thumbLeft;l.capture(this.inner,(function(e){s=e.clientX}),(function(){clearInterval(i)}));var i=setInterval((function(){if(void 0!==s){var e=a.scrollLeftFromThumbLeft(n+s-o);e!==a.scrollLeft&&a._emit("scroll",{data:e})}}),20);return l.preventDefault(t)}var r=t.clientX-this.element.getBoundingClientRect().left-this.thumbWidth/2;return this._emit("scroll",{data:this.scrollLeftFromThumbLeft(r)}),l.preventDefault(t)}},t.prototype.getHeight=function(){return this.isVisible?this.height:0},t.prototype.scrollLeftFromThumbLeft=function(e){var t=e*(this.pageWidth-this.viewWidth)/(this.slideWidth-this.thumbWidth);return(t|=0)<0?t=0:t>this.pageWidth-this.viewWidth&&(t=this.pageWidth-this.viewWidth),t},t.prototype.setWidth=function(e){this.width=Math.max(0,e),this.element.style.width=this.width+"px",this.slideWidth=this.width,this.viewWidth=this.width,this.setScrollWidth(this.pageWidth,!0)},t.prototype.setScrollWidth=function(e,t){(this.pageWidth!==e||t)&&(this.pageWidth=e,this.thumbWidth=this.slideWidth*this.viewWidth/this.pageWidth,this.thumbWidth>this.slideWidth&&(this.thumbWidth=this.slideWidth),this.thumbWidth<15&&(this.thumbWidth=15),this.inner.style.width=this.thumbWidth+"px",this.scrollLeft>this.pageWidth-this.viewWidth&&(this.scrollLeft=this.pageWidth-this.viewWidth,this.scrollLeft<0&&(this.scrollLeft=0),this._emit("scroll",{data:this.scrollLeft})))},t.prototype.setScrollLeft=function(e){this.scrollLeft=e,e<0&&(e=0),this.thumbLeft=e*(this.slideWidth-this.thumbWidth)/(this.pageWidth-this.viewWidth),this.inner.style.left=this.thumbLeft+"px"},t}(c);h.prototype.setInnerWidth=h.prototype.setScrollWidth,t.ScrollBar=d,t.ScrollBarV=d,t.ScrollBarH=h,t.VScrollBar=d,t.HScrollBar=h})),ace.define("ace/renderloop",["require","exports","module","ace/lib/event"],(function(e,t,a){"use strict";var s=e("./lib/event"),o=function(){function e(e,t){this.onRender=e,this.pending=!1,this.changes=0,this.$recursionLimit=2,this.window=t||window;var a=this;this._flush=function(e){a.pending=!1;var t=a.changes;if(t&&(s.blockIdle(100),a.changes=0,a.onRender(t)),a.changes){if(a.$recursionLimit--<0)return;a.schedule()}else a.$recursionLimit=2}}return e.prototype.schedule=function(e){this.changes=this.changes|e,this.changes&&!this.pending&&(s.nextFrame(this._flush),this.pending=!0)},e.prototype.clear=function(e){var t=this.changes;return this.changes=0,t},e}();t.RenderLoop=o})),ace.define("ace/layer/font_metrics",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/event","ace/lib/useragent","ace/lib/event_emitter"],(function(e,t,a){var s=e("../lib/oop"),o=e("../lib/dom"),n=e("../lib/lang"),i=e("../lib/event"),l=e("../lib/useragent"),r=e("../lib/event_emitter").EventEmitter,c=512,d="function"==typeof ResizeObserver,h=200,p=function(){function e(e){this.el=o.createElement("div"),this.$setMeasureNodeStyles(this.el.style,!0),this.$main=o.createElement("div"),this.$setMeasureNodeStyles(this.$main.style),this.$measureNode=o.createElement("div"),this.$setMeasureNodeStyles(this.$measureNode.style),this.el.appendChild(this.$main),this.el.appendChild(this.$measureNode),e.appendChild(this.el),this.$measureNode.textContent=n.stringRepeat("X",c),this.$characterSize={width:0,height:0},d?this.$addObserver():this.checkForSizeChanges()}return e.prototype.$setMeasureNodeStyles=function(e,t){e.width=e.height="auto",e.left=e.top="0px",e.visibility="hidden",e.position="absolute",e.whiteSpace="pre",l.isIE<8?e["font-family"]="inherit":e.font="inherit",e.overflow=t?"hidden":"visible"},e.prototype.checkForSizeChanges=function(e){if(void 0===e&&(e=this.$measureSizes()),e&&(this.$characterSize.width!==e.width||this.$characterSize.height!==e.height)){this.$measureNode.style.fontWeight="bold";var t=this.$measureSizes();this.$measureNode.style.fontWeight="",this.$characterSize=e,this.charSizes=Object.create(null),this.allowBoldFonts=t&&t.width===e.width&&t.height===e.height,this._emit("changeCharacterSize",{data:e})}},e.prototype.$addObserver=function(){var e=this;this.$observer=new window.ResizeObserver((function(t){e.checkForSizeChanges()})),this.$observer.observe(this.$measureNode)},e.prototype.$pollSizeChanges=function(){if(this.$pollSizeChangesTimer||this.$observer)return this.$pollSizeChangesTimer;var e=this;return this.$pollSizeChangesTimer=i.onIdle((function t(){e.checkForSizeChanges(),i.onIdle(t,500)}),500)},e.prototype.setPolling=function(e){e?this.$pollSizeChanges():this.$pollSizeChangesTimer&&(clearInterval(this.$pollSizeChangesTimer),this.$pollSizeChangesTimer=0)},e.prototype.$measureSizes=function(e){var t={height:(e||this.$measureNode).clientHeight,width:(e||this.$measureNode).clientWidth/c};return 0===t.width||0===t.height?null:t},e.prototype.$measureCharWidth=function(e){return this.$main.textContent=n.stringRepeat(e,c),this.$main.getBoundingClientRect().width/c},e.prototype.getCharacterWidth=function(e){var t=this.charSizes[e];return void 0===t&&(t=this.charSizes[e]=this.$measureCharWidth(e)/this.$characterSize.width),t},e.prototype.destroy=function(){clearInterval(this.$pollSizeChangesTimer),this.$observer&&this.$observer.disconnect(),this.el&&this.el.parentNode&&this.el.parentNode.removeChild(this.el)},e.prototype.$getZoom=function(e){return e&&e.parentElement?(Number(window.getComputedStyle(e).zoom)||1)*this.$getZoom(e.parentElement):1},e.prototype.$initTransformMeasureNodes=function(){var e=function(e,t){return["div",{style:"position: absolute;top:"+e+"px;left:"+t+"px;"}]};this.els=o.buildDom([e(0,0),e(h,0),e(0,h),e(h,h)],this.el)},e.prototype.transformCoordinates=function(e,t){function a(e,t,a){var s=e[1]*t[0]-e[0]*t[1];return[(-t[1]*a[0]+t[0]*a[1])/s,(+e[1]*a[0]-e[0]*a[1])/s]}function s(e,t){return[e[0]-t[0],e[1]-t[1]]}function o(e,t){return[e[0]+t[0],e[1]+t[1]]}function n(e,t){return[e*t[0],e*t[1]]}function i(e){var t=e.getBoundingClientRect();return[t.left,t.top]}e&&(e=n(1/this.$getZoom(this.el),e)),this.els||this.$initTransformMeasureNodes();var l=i(this.els[0]),r=i(this.els[1]),c=i(this.els[2]),d=i(this.els[3]),p=a(s(d,r),s(d,c),s(o(r,c),o(d,l))),g=n(1+p[0],s(r,l)),u=n(1+p[1],s(c,l));if(t){var m=t,v=p[0]*m[0]/h+p[1]*m[1]/h+1,b=o(n(m[0],g),n(m[1],u));return o(n(1/v/h,b),l)}var f=s(e,l),w=a(s(g,n(p[0],f)),s(u,n(p[1],f)),f);return n(h,w)},e}();p.prototype.$characterSize={width:0,height:0},s.implement(p.prototype,r),t.FontMetrics=p})),ace.define("ace/css/editor-css",["require","exports","module"],(function(e,t,a){a.exports='\n.ace_br1 {border-top-left-radius : 3px;}\n.ace_br2 {border-top-right-radius : 3px;}\n.ace_br3 {border-top-left-radius : 3px; border-top-right-radius: 3px;}\n.ace_br4 {border-bottom-right-radius: 3px;}\n.ace_br5 {border-top-left-radius : 3px; border-bottom-right-radius: 3px;}\n.ace_br6 {border-top-right-radius : 3px; border-bottom-right-radius: 3px;}\n.ace_br7 {border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}\n.ace_br8 {border-bottom-left-radius : 3px;}\n.ace_br9 {border-top-left-radius : 3px; border-bottom-left-radius: 3px;}\n.ace_br10{border-top-right-radius : 3px; border-bottom-left-radius: 3px;}\n.ace_br11{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br12{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br13{border-top-left-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br14{border-top-right-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n.ace_br15{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}\n\n\n.ace_editor {\n position: relative;\n overflow: hidden;\n padding: 0;\n font: 12px/normal \'Monaco\', \'Menlo\', \'Ubuntu Mono\', \'Consolas\', \'Source Code Pro\', \'source-code-pro\', monospace;\n direction: ltr;\n text-align: left;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n forced-color-adjust: none;\n}\n\n.ace_scroller {\n position: absolute;\n overflow: hidden;\n top: 0;\n bottom: 0;\n background-color: inherit;\n -ms-user-select: none;\n -moz-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n cursor: text;\n}\n\n.ace_content {\n position: absolute;\n box-sizing: border-box;\n min-width: 100%;\n contain: style size layout;\n font-variant-ligatures: no-common-ligatures;\n}\n.ace_invisible {\n font-variant-ligatures: none;\n}\n\n.ace_keyboard-focus:focus {\n box-shadow: inset 0 0 0 2px #5E9ED6;\n outline: none;\n}\n\n.ace_dragging .ace_scroller:before{\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n content: \'\';\n background: rgba(250, 250, 250, 0.01);\n z-index: 1000;\n}\n.ace_dragging.ace_dark .ace_scroller:before{\n background: rgba(0, 0, 0, 0.01);\n}\n\n.ace_gutter {\n position: absolute;\n overflow : hidden;\n width: auto;\n top: 0;\n bottom: 0;\n left: 0;\n cursor: default;\n z-index: 4;\n -ms-user-select: none;\n -moz-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n contain: style size layout;\n}\n\n.ace_gutter-active-line {\n position: absolute;\n left: 0;\n right: 0;\n}\n\n.ace_scroller.ace_scroll-left:after {\n content: "";\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;\n pointer-events: none;\n}\n\n.ace_gutter-cell, .ace_gutter-cell_svg-icons {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n padding-left: 19px;\n padding-right: 6px;\n background-repeat: no-repeat;\n}\n\n.ace_gutter-cell_svg-icons .ace_gutter_annotation {\n margin-left: -14px;\n float: left;\n}\n\n.ace_gutter-cell .ace_gutter_annotation {\n margin-left: -19px;\n float: left;\n}\n\n.ace_gutter-cell.ace_error, .ace_icon.ace_error, .ace_icon.ace_error_fold, .ace_gutter-cell.ace_security, .ace_icon.ace_security, .ace_icon.ace_security_fold {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABOFBMVEX/////////QRswFAb/Ui4wFAYwFAYwFAaWGAfDRymzOSH/PxswFAb/SiUwFAYwFAbUPRvjQiDllog5HhHdRybsTi3/Tyv9Tir+Syj/UC3////XurebMBIwFAb/RSHbPx/gUzfdwL3kzMivKBAwFAbbvbnhPx66NhowFAYwFAaZJg8wFAaxKBDZurf/RB6mMxb/SCMwFAYwFAbxQB3+RB4wFAb/Qhy4Oh+4QifbNRcwFAYwFAYwFAb/QRzdNhgwFAYwFAbav7v/Uy7oaE68MBK5LxLewr/r2NXewLswFAaxJw4wFAbkPRy2PyYwFAaxKhLm1tMwFAazPiQwFAaUGAb/QBrfOx3bvrv/VC/maE4wFAbRPBq6MRO8Qynew8Dp2tjfwb0wFAbx6eju5+by6uns4uH9/f36+vr/GkHjAAAAYnRSTlMAGt+64rnWu/bo8eAA4InH3+DwoN7j4eLi4xP99Nfg4+b+/u9B/eDs1MD1mO7+4PHg2MXa347g7vDizMLN4eG+Pv7i5evs/v79yu7S3/DV7/498Yv24eH+4ufQ3Ozu/v7+y13sRqwAAADLSURBVHjaZc/XDsFgGIBhtDrshlitmk2IrbHFqL2pvXf/+78DPokj7+Fz9qpU/9UXJIlhmPaTaQ6QPaz0mm+5gwkgovcV6GZzd5JtCQwgsxoHOvJO15kleRLAnMgHFIESUEPmawB9ngmelTtipwwfASilxOLyiV5UVUyVAfbG0cCPHig+GBkzAENHS0AstVF6bacZIOzgLmxsHbt2OecNgJC83JERmePUYq8ARGkJx6XtFsdddBQgZE2nPR6CICZhawjA4Fb/chv+399kfR+MMMDGOQAAAABJRU5ErkJggg==");\n background-repeat: no-repeat;\n background-position: 2px center;\n}\n\n.ace_gutter-cell.ace_warning, .ace_icon.ace_warning, .ace_icon.ace_warning_fold {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAmVBMVEX///8AAAD///8AAAAAAABPSzb/5sAAAAB/blH/73z/ulkAAAAAAAD85pkAAAAAAAACAgP/vGz/rkDerGbGrV7/pkQICAf////e0IsAAAD/oED/qTvhrnUAAAD/yHD/njcAAADuv2r/nz//oTj/p064oGf/zHAAAAA9Nir/tFIAAAD/tlTiuWf/tkIAAACynXEAAAAAAAAtIRW7zBpBAAAAM3RSTlMAABR1m7RXO8Ln31Z36zT+neXe5OzooRDfn+TZ4p3h2hTf4t3k3ucyrN1K5+Xaks52Sfs9CXgrAAAAjklEQVR42o3PbQ+CIBQFYEwboPhSYgoYunIqqLn6/z8uYdH8Vmdnu9vz4WwXgN/xTPRD2+sgOcZjsge/whXZgUaYYvT8QnuJaUrjrHUQreGczuEafQCO/SJTufTbroWsPgsllVhq3wJEk2jUSzX3CUEDJC84707djRc5MTAQxoLgupWRwW6UB5fS++NV8AbOZgnsC7BpEAAAAABJRU5ErkJggg==");\n background-repeat: no-repeat;\n background-position: 2px center;\n}\n\n.ace_gutter-cell.ace_info, .ace_icon.ace_info, .ace_gutter-cell.ace_hint, .ace_icon.ace_hint {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAJ0Uk5TAAB2k804AAAAPklEQVQY02NgIB68QuO3tiLznjAwpKTgNyDbMegwisCHZUETUZV0ZqOquBpXj2rtnpSJT1AEnnRmL2OgGgAAIKkRQap2htgAAAAASUVORK5CYII=");\n background-repeat: no-repeat;\n background-position: 2px center;\n}\n\n.ace_dark .ace_gutter-cell.ace_info, .ace_dark .ace_icon.ace_info, .ace_dark .ace_gutter-cell.ace_hint, .ace_dark .ace_icon.ace_hint {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJFBMVEUAAAChoaGAgIAqKiq+vr6tra1ZWVmUlJSbm5s8PDxubm56enrdgzg3AAAAAXRSTlMAQObYZgAAAClJREFUeNpjYMAPdsMYHegyJZFQBlsUlMFVCWUYKkAZMxZAGdxlDMQBAG+TBP4B6RyJAAAAAElFTkSuQmCC");\n}\n\n.ace_icon_svg.ace_error {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiI+CjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJyZWQiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KPGNpcmNsZSBmaWxsPSJub25lIiBjeD0iOCIgY3k9IjgiIHI9IjciIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGxpbmUgeDE9IjExIiB5MT0iNSIgeDI9IjUiIHkyPSIxMSIvPgo8bGluZSB4MT0iMTEiIHkxPSIxMSIgeDI9IjUiIHkyPSI1Ii8+CjwvZz4KPC9zdmc+");\n background-color: crimson;\n}\n.ace_icon_svg.ace_security {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iZGFya29yYW5nZSIgZmlsbD0ibm9uZSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgogICAgICAgIDxwYXRoIGNsYXNzPSJzdHJva2UtbGluZWpvaW4tcm91bmQiIGQ9Ik04IDE0LjgzMDdDOCAxNC44MzA3IDIgMTIuOTA0NyAyIDguMDg5OTJWMy4yNjU0OEM1LjMxIDMuMjY1NDggNy45ODk5OSAxLjM0OTE4IDcuOTg5OTkgMS4zNDkxOEM3Ljk4OTk5IDEuMzQ5MTggMTAuNjkgMy4yNjU0OCAxNCAzLjI2NTQ4VjguMDg5OTJDMTQgMTIuOTA0NyA4IDE0LjgzMDcgOCAxNC44MzA3WiIvPgogICAgICAgIDxwYXRoIGQ9Ik0yIDguMDg5OTJWMy4yNjU0OEM1LjMxIDMuMjY1NDggNy45ODk5OSAxLjM0OTE4IDcuOTg5OTkgMS4zNDkxOCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMy45OSA4LjA4OTkyVjMuMjY1NDhDMTAuNjggMy4yNjU0OCA4IDEuMzQ5MTggOCAxLjM0OTE4Ii8+CiAgICAgICAgPHBhdGggY2xhc3M9InN0cm9rZS1saW5lam9pbi1yb3VuZCIgZD0iTTggNFY5Ii8+CiAgICAgICAgPHBhdGggY2xhc3M9InN0cm9rZS1saW5lam9pbi1yb3VuZCIgZD0iTTggMTBWMTIiLz4KICAgIDwvZz4KPC9zdmc+");\n background-color: crimson;\n}\n.ace_icon_svg.ace_warning {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiI+CjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJkYXJrb3JhbmdlIiBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiI+Cjxwb2x5Z29uIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIHBvaW50cz0iOCAxIDE1IDE1IDEgMTUgOCAxIi8+CjxyZWN0IHg9IjgiIHk9IjEyIiB3aWR0aD0iMC4wMSIgaGVpZ2h0PSIwLjAxIi8+CjxsaW5lIHgxPSI4IiB5MT0iNiIgeDI9IjgiIHkyPSIxMCIvPgo8L2c+Cjwvc3ZnPg==");\n background-color: darkorange;\n}\n.ace_icon_svg.ace_info {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiI+CjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJibHVlIiBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiI+CjxjaXJjbGUgZmlsbD0ibm9uZSIgY3g9IjgiIGN5PSI4IiByPSI3IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjxwb2x5bGluZSBwb2ludHM9IjggMTEgOCA4Ii8+Cjxwb2x5bGluZSBwb2ludHM9IjkgOCA2IDgiLz4KPGxpbmUgeDE9IjEwIiB5MT0iMTEiIHgyPSI2IiB5Mj0iMTEiLz4KPHJlY3QgeD0iOCIgeT0iNSIgd2lkdGg9IjAuMDEiIGhlaWdodD0iMC4wMSIvPgo8L2c+Cjwvc3ZnPg==");\n background-color: royalblue;\n}\n.ace_icon_svg.ace_hint {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0ic2lsdmVyIiBmaWxsPSJub25lIiBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiI+CiAgICAgICAgPHBhdGggY2xhc3M9InN0cm9rZS1saW5lam9pbi1yb3VuZCIgZD0iTTYgMTRIMTAiLz4KICAgICAgICA8cGF0aCBkPSJNOCAxMUg5QzkgOS40NzAwMiAxMiA4LjU0MDAyIDEyIDUuNzYwMDJDMTIuMDIgNC40MDAwMiAxMS4zOSAzLjM2MDAyIDEwLjQzIDIuNjcwMDJDOSAxLjY0MDAyIDcuMDAwMDEgMS42NDAwMiA1LjU3MDAxIDIuNjcwMDJDNC42MTAwMSAzLjM2MDAyIDMuOTggNC40MDAwMiA0IDUuNzYwMDJDNCA4LjU0MDAyIDcuMDAwMDEgOS40NzAwMiA3LjAwMDAxIDExSDhaIi8+CiAgICA8L2c+Cjwvc3ZnPg==");\n background-color: silver;\n}\n\n.ace_icon_svg.ace_error_fold {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0ibSAxOC45Mjk4NTEsNy44Mjk4MDc2IGMgMC4xNDYzNTMsNi4zMzc0NjA0IC02LjMyMzE0Nyw3Ljc3Nzg0NDQgLTcuNDc3OTEyLDcuNzc3ODQ0NCAtMi4xMDcyNzI2LC0wLjEyODc1IDUuMTE3Njc4LDAuMzU2MjQ5IDUuMDUxNjk4LC03Ljg3MDA2MTggLTAuNjA0NjcyLC04LjAwMzk3MzQ5IC03LjA3NzI3MDYsLTcuNTYzMTE4OSAtNC44NTczLC03LjQzMDM5NTU2IDEuNjA2LC0wLjExNTE0MjI1IDYuODk3NDg1LDEuMjYyNTQ1OTYgNy4yODM1MTQsNy41MjI2MTI5NiB6IiBmaWxsPSJjcmltc29uIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibSA4LjExNDc1NjIsMi4wNTI5ODI4IGMgMy4zNDkxNjk4LDAgNi4wNjQxMzI4LDIuNjc2ODYyNyA2LjA2NDEzMjgsNS45Nzg5NTMgMCwzLjMwMjExMjIgLTIuNzE0OTYzLDUuOTc4OTIwMiAtNi4wNjQxMzI4LDUuOTc4OTIwMiAtMy4zNDkxNDczLDAgLTYuMDY0MTc3MiwtMi42NzY4MDggLTYuMDY0MTc3MiwtNS45Nzg5MjAyIDAuMDA1MzksLTMuMjk5ODg2MSAyLjcxNzI2NTYsLTUuOTczNjQwOCA2LjA2NDE3NzIsLTUuOTc4OTUzIHogbSAwLC0xLjczNTgyNzE5IGMgLTQuMzIxNDgzNiwwIC03LjgyNDc0MDM4LDMuNDU0MDE4NDkgLTcuODI0NzQwMzgsNy43MTQ3ODAxOSAwLDQuMjYwNzI4MiAzLjUwMzI1Njc4LDcuNzE0NzQ1MiA3LjgyNDc0MDM4LDcuNzE0NzQ1MiA0LjMyMTQ0OTgsMCA3LjgyNDY5OTgsLTMuNDU0MDE3IDcuODI0Njk5OCwtNy43MTQ3NDUyIDAsLTIuMDQ2MDkxNCAtMC44MjQzOTIsLTQuMDA4MzY3MiAtMi4yOTE3NTYsLTUuNDU1MTc0NiBDIDEyLjE4MDIyNSwxLjEyOTk2NDggMTAuMTkwMDEzLDAuMzE3MTU1NjEgOC4xMTQ3NTYyLDAuMzE3MTU1NjEgWiBNIDYuOTM3NDU2Myw4LjI0MDU5ODUgNC42NzE4Njg1LDEwLjQ4NTg1MiA2LjAwODY4MTQsMTEuODc2NzI4IDguMzE3MDAzNSw5LjYwMDc5MTEgMTAuNjI1MzM3LDExLjg3NjcyOCAxMS45NjIxMzgsMTAuNDg1ODUyIDkuNjk2NTUwOCw4LjI0MDU5ODUgMTEuOTYyMTM4LDYuMDA2ODA2NiAxMC41NzMyNDYsNC42Mzc0MzM1IDguMzE3MDAzNSw2Ljg3MzQyOTcgNi4wNjA3NjA3LDQuNjM3NDMzNSA0LjY3MTg2ODUsNi4wMDY4MDY2IFoiIGZpbGw9ImNyaW1zb24iIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4=");\n background-color: crimson;\n}\n.ace_icon_svg.ace_security_fold {\n -webkit-mask-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTcgMTQiIGZpbGw9Im5vbmUiPgogICAgPHBhdGggZD0iTTEwLjAwMDEgMTMuNjk5MkMxMC4wMDAxIDEzLjY5OTIgMTEuOTI0MSAxMy40NzYzIDEzIDEyLjY5OTJDMTQuNDEzOSAxMS42NzgxIDE2IDEwLjUgMTYuMTI1MSA2LjgxMTI2VjIuNTg5ODdDMTYuMTI1MSAyLjU0NzY4IDE2LjEyMjEgMi41MDYxOSAxNi4xMTY0IDIuNDY1NTlWMS43MTQ4NUgxNS4yNDE0TDE1LjIzMDcgMS43MTQ4NEwxNC42MjUxIDEuNjk5MjJWNi44MTEyM0MxNC42MjUxIDguNTEwNjEgMTQuNjI1MSA5LjQ2NDYxIDEyLjc4MjQgMTEuNzIxQzEyLjE1ODYgMTIuNDg0OCAxMC4wMDAxIDEzLjY5OTIgMTAuMDAwMSAxMy42OTkyWiIgZmlsbD0iY3JpbXNvbiIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMzM2MDkgMC4zNjc0NzVDNy4wMzIxNCAwLjE1MjY1MiA2LjYyNTQ4IDAuMTUzNjE0IDYuMzIyNTMgMC4zNjk5OTdMNi4zMDg2OSAwLjM3OTU1NEM2LjI5NTUzIDAuMzg4NTg4IDYuMjczODggMC40MDMyNjYgNi4yNDQxNyAwLjQyMjc4OUM2LjE4NDcxIDAuNDYxODYgNi4wOTMyMSAwLjUyMDE3MSA1Ljk3MzEzIDAuNTkxMzczQzUuNzMyNTEgMC43MzQwNTkgNS4zNzk5IDAuOTI2ODY0IDQuOTQyNzkgMS4xMjAwOUM0LjA2MTQ0IDEuNTA5NyAyLjg3NTQxIDEuODgzNzcgMS41ODk4NCAxLjg4Mzc3SDAuNzE0ODQ0VjIuNzU4NzdWNi45ODAxNUMwLjcxNDg0NCA5LjQ5Mzc0IDIuMjg4NjYgMTEuMTk3MyAzLjcwMjU0IDEyLjIxODVDNC40MTg0NSAxMi43MzU1IDUuMTI4NzQgMTMuMTA1MyA1LjY1NzMzIDEzLjM0NTdDNS45MjI4NCAxMy40NjY0IDYuMTQ1NjYgMTMuNTU1OSA2LjMwNDY1IDEzLjYxNjFDNi4zODQyMyAxMy42NDYyIDYuNDQ4MDUgMTMuNjY5IDYuNDkzNDkgMTMuNjg0OEM2LjUxNjIyIDEzLjY5MjcgNi41MzQzOCAxMy42OTg5IDYuNTQ3NjQgMTMuNzAzM0w2LjU2MzgyIDEzLjcwODdMNi41NjkwOCAxMy43MTA0TDYuNTcwOTkgMTMuNzExTDYuODM5ODQgMTMuNzUzM0w2LjU3MjQyIDEzLjcxMTVDNi43NDYzMyAxMy43NjczIDYuOTMzMzUgMTMuNzY3MyA3LjEwNzI3IDEzLjcxMTVMNy4xMDg3IDEzLjcxMUw3LjExMDYxIDEzLjcxMDRMNy4xMTU4NyAxMy43MDg3TDcuMTMyMDUgMTMuNzAzM0M3LjE0NTMxIDEzLjY5ODkgNy4xNjM0NiAxMy42OTI3IDcuMTg2MTkgMTMuNjg0OEM3LjIzMTY0IDEzLjY2OSA3LjI5NTQ2IDEzLjY0NjIgNy4zNzUwMyAxMy42MTYxQzcuNTM0MDMgMTMuNTU1OSA3Ljc1Njg1IDEzLjQ2NjQgOC4wMjIzNiAxMy4zNDU3QzguNTUwOTUgMTMuMTA1MyA5LjI2MTIzIDEyLjczNTUgOS45NzcxNSAxMi4yMTg1QzExLjM5MSAxMS4xOTczIDEyLjk2NDggOS40OTM3NyAxMi45NjQ4IDYuOTgwMThWMi43NTg4QzEyLjk2NDggMi43MTY2IDEyLjk2MTkgMi42NzUxMSAxMi45NTYxIDIuNjM0NTFWMS44ODM3N0gxMi4wODExQzEyLjA3NzUgMS44ODM3NyAxMi4wNzQgMS44ODM3NyAxMi4wNzA0IDEuODgzNzdDMTAuNzk3OSAxLjg4MDA0IDkuNjE5NjIgMS41MTEwMiA4LjczODk0IDEuMTI0ODZDOC43MzUzNCAxLjEyMzI3IDguNzMxNzQgMS4xMjE2OCA4LjcyODE0IDEuMTIwMDlDOC4yOTEwMyAwLjkyNjg2NCA3LjkzODQyIDAuNzM0MDU5IDcuNjk3NzkgMC41OTEzNzNDNy41Nzc3MiAwLjUyMDE3MSA3LjQ4NjIyIDAuNDYxODYgNy40MjY3NiAwLjQyMjc4OUM3LjM5NzA1IDAuNDAzMjY2IDcuMzc1MzkgMC4zODg1ODggNy4zNjIyNCAwLjM3OTU1NEw3LjM0ODk2IDAuMzcwMzVDNy4zNDg5NiAwLjM3MDM1IDcuMzQ4NDcgMC4zNzAwMiA3LjM0NTYzIDAuMzc0MDU0TDcuMzM3NzkgMC4zNjg2NTlMNy4zMzYwOSAwLjM2NzQ3NVpNOC4wMzQ3MSAyLjcyNjkxQzguODYwNCAzLjA5MDYzIDkuOTYwNjYgMy40NjMwOSAxMS4yMDYxIDMuNTg5MDdWNi45ODAxNUgxMS4yMTQ4QzExLjIxNDggOC42Nzk1MyAxMC4xNjM3IDkuOTI1MDcgOC45NTI1NCAxMC43OTk4QzguMzU1OTUgMTEuMjMwNiA3Ljc1Mzc0IDExLjU0NTQgNy4yOTc5NiAxMS43NTI3QzcuMTE2NzEgMTEuODM1MSA2Ljk2MDYyIDExLjg5OTYgNi44Mzk4NCAxMS45NDY5QzYuNzE5MDYgMTEuODk5NiA2LjU2Mjk3IDExLjgzNTEgNi4zODE3MyAxMS43NTI3QzUuOTI1OTUgMTEuNTQ1NCA1LjMyMzczIDExLjIzMDYgNC43MjcxNSAxMC43OTk4QzMuNTE2MDMgOS45MjUwNyAyLjQ2NDg0IDguNjc5NTUgMi40NjQ4NCA2Ljk4MDE4VjMuNTg5MDlDMy43MTczOCAzLjQ2MjM5IDQuODIzMDggMy4wODYzOSA1LjY1MDMzIDIuNzIwNzFDNi4xNDIyOCAyLjUwMzI0IDYuNTQ0ODUgMi4yODUzNyA2LjgzMjU0IDIuMTE2MjRDNy4xMjE4MSAyLjI4NTM1IDcuNTI3IDIuNTAzNTIgOC4wMjE5NiAyLjcyMTMxQzguMDI2MiAyLjcyMzE3IDguMDMwNDUgMi43MjUwNCA4LjAzNDcxIDIuNzI2OTFaTTUuOTY0ODQgMy40MDE0N1Y3Ljc3NjQ3SDcuNzE0ODRWMy40MDE0N0g1Ljk2NDg0Wk01Ljk2NDg0IDEwLjQwMTVWOC42NTE0N0g3LjcxNDg0VjEwLjQwMTVINS45NjQ4NFoiIGZpbGw9ImNyaW1zb24iIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4=");\n background-color: crimson;\n}\n.ace_icon_svg.ace_warning_fold {\n -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC43NzY5IDE0LjczMzdMOC42NTE5MiAyLjQ4MzY5QzguMzI5NDYgMS44Mzg3NyA3LjQwOTEzIDEuODM4NzcgNy4wODY2NyAyLjQ4MzY5TDAuOTYxNjY5IDE0LjczMzdDMC42NzA3NzUgMTUuMzE1NSAxLjA5MzgzIDE2IDEuNzQ0MjkgMTZIMTMuOTk0M0MxNC42NDQ4IDE2IDE1LjA2NzggMTUuMzE1NSAxNC43NzY5IDE0LjczMzdaTTMuMTYwMDcgMTQuMjVMNy44NjkyOSA0LjgzMTU2TDEyLjU3ODUgMTQuMjVIMy4xNjAwN1pNOC43NDQyOSAxMS42MjVWMTMuMzc1SDYuOTk0MjlWMTEuNjI1SDguNzQ0MjlaTTYuOTk0MjkgMTAuNzVWNy4yNUg4Ljc0NDI5VjEwLjc1SDYuOTk0MjlaIiBmaWxsPSIjRUM3MjExIi8+CjxwYXRoIGQ9Ik0xMS4xOTkxIDIuOTUyMzhDMTAuODgwOSAyLjMxNDY3IDEwLjM1MzcgMS44MDUyNiA5LjcwNTUgMS41MDlMMTEuMDQxIDEuMDY5NzhDMTEuNjg4MyAwLjk0OTgxNCAxMi4zMzcgMS4yNzI2MyAxMi42MzE3IDEuODYxNDFMMTcuNjEzNiAxMS44MTYxQzE4LjM1MjcgMTMuMjkyOSAxNy41OTM4IDE1LjA4MDQgMTYuMDE4IDE1LjU3NDVDMTYuNDA0NCAxNC40NTA3IDE2LjMyMzEgMTMuMjE4OCAxNS43OTI0IDEyLjE1NTVMMTEuMTk5MSAyLjk1MjM4WiIgZmlsbD0iI0VDNzIxMSIvPgo8L3N2Zz4=");\n background-color: darkorange;\n}\n\n.ace_scrollbar {\n contain: strict;\n position: absolute;\n right: 0;\n bottom: 0;\n z-index: 6;\n}\n\n.ace_scrollbar-inner {\n position: absolute;\n cursor: text;\n left: 0;\n top: 0;\n}\n\n.ace_scrollbar-v{\n overflow-x: hidden;\n overflow-y: scroll;\n top: 0;\n}\n\n.ace_scrollbar-h {\n overflow-x: scroll;\n overflow-y: hidden;\n left: 0;\n}\n\n.ace_print-margin {\n position: absolute;\n height: 100%;\n}\n\n.ace_text-input {\n position: absolute;\n z-index: 0;\n width: 0.5em;\n height: 1em;\n opacity: 0;\n background: transparent;\n -moz-appearance: none;\n appearance: none;\n border: none;\n resize: none;\n outline: none;\n overflow: hidden;\n font: inherit;\n padding: 0 1px;\n margin: 0 -1px;\n contain: strict;\n -ms-user-select: text;\n -moz-user-select: text;\n -webkit-user-select: text;\n user-select: text;\n /*with `pre-line` chrome inserts &nbsp; instead of space*/\n white-space: pre!important;\n}\n.ace_text-input.ace_composition {\n background: transparent;\n color: inherit;\n z-index: 1000;\n opacity: 1;\n}\n.ace_composition_placeholder { color: transparent }\n.ace_composition_marker { \n border-bottom: 1px solid;\n position: absolute;\n border-radius: 0;\n margin-top: 1px;\n}\n\n[ace_nocontext=true] {\n transform: none!important;\n filter: none!important;\n clip-path: none!important;\n mask : none!important;\n contain: none!important;\n perspective: none!important;\n mix-blend-mode: initial!important;\n z-index: auto;\n}\n\n.ace_layer {\n z-index: 1;\n position: absolute;\n overflow: hidden;\n /* workaround for chrome bug https://github.com/ajaxorg/ace/issues/2312*/\n word-wrap: normal;\n white-space: pre;\n height: 100%;\n width: 100%;\n box-sizing: border-box;\n /* setting pointer-events: auto; on node under the mouse, which changes\n during scroll, will break mouse wheel scrolling in Safari */\n pointer-events: none;\n}\n\n.ace_gutter-layer {\n position: relative;\n width: auto;\n text-align: right;\n pointer-events: auto;\n height: 1000000px;\n contain: style size layout;\n}\n\n.ace_text-layer {\n font: inherit !important;\n position: absolute;\n height: 1000000px;\n width: 1000000px;\n contain: style size layout;\n}\n\n.ace_text-layer > .ace_line, .ace_text-layer > .ace_line_group {\n contain: style size layout;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n}\n\n.ace_hidpi .ace_text-layer,\n.ace_hidpi .ace_gutter-layer,\n.ace_hidpi .ace_content,\n.ace_hidpi .ace_gutter {\n contain: strict;\n}\n.ace_hidpi .ace_text-layer > .ace_line, \n.ace_hidpi .ace_text-layer > .ace_line_group {\n contain: strict;\n}\n\n.ace_cjk {\n display: inline-block;\n text-align: center;\n}\n\n.ace_cursor-layer {\n z-index: 4;\n}\n\n.ace_cursor {\n z-index: 4;\n position: absolute;\n box-sizing: border-box;\n border-left: 2px solid;\n /* workaround for smooth cursor repaintng whole screen in chrome */\n transform: translatez(0);\n}\n\n.ace_multiselect .ace_cursor {\n border-left-width: 1px;\n}\n\n.ace_slim-cursors .ace_cursor {\n border-left-width: 1px;\n}\n\n.ace_overwrite-cursors .ace_cursor {\n border-left-width: 0;\n border-bottom: 1px solid;\n}\n\n.ace_hidden-cursors .ace_cursor {\n opacity: 0.2;\n}\n\n.ace_hasPlaceholder .ace_hidden-cursors .ace_cursor {\n opacity: 0;\n}\n\n.ace_smooth-blinking .ace_cursor {\n transition: opacity 0.18s;\n}\n\n.ace_animate-blinking .ace_cursor {\n animation-duration: 1000ms;\n animation-timing-function: step-end;\n animation-name: blink-ace-animate;\n animation-iteration-count: infinite;\n}\n\n.ace_animate-blinking.ace_smooth-blinking .ace_cursor {\n animation-duration: 1000ms;\n animation-timing-function: ease-in-out;\n animation-name: blink-ace-animate-smooth;\n}\n \n@keyframes blink-ace-animate {\n from, to { opacity: 1; }\n 60% { opacity: 0; }\n}\n\n@keyframes blink-ace-animate-smooth {\n from, to { opacity: 1; }\n 45% { opacity: 1; }\n 60% { opacity: 0; }\n 85% { opacity: 0; }\n}\n\n.ace_marker-layer .ace_step, .ace_marker-layer .ace_stack {\n position: absolute;\n z-index: 3;\n}\n\n.ace_marker-layer .ace_selection {\n position: absolute;\n z-index: 5;\n}\n\n.ace_marker-layer .ace_bracket {\n position: absolute;\n z-index: 6;\n}\n\n.ace_marker-layer .ace_error_bracket {\n position: absolute;\n border-bottom: 1px solid #DE5555;\n border-radius: 0;\n}\n\n.ace_marker-layer .ace_active-line {\n position: absolute;\n z-index: 2;\n}\n\n.ace_marker-layer .ace_selected-word {\n position: absolute;\n z-index: 4;\n box-sizing: border-box;\n}\n\n.ace_line .ace_fold {\n box-sizing: border-box;\n\n display: inline-block;\n height: 11px;\n margin-top: -2px;\n vertical-align: middle;\n\n background-image:\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi+P//fxgTAwPDBxDxD078RSX+YeEyDFMCIMAAI3INmXiwf2YAAAAASUVORK5CYII=");\n background-repeat: no-repeat, repeat-x;\n background-position: center center, top left;\n color: transparent;\n\n border: 1px solid black;\n border-radius: 2px;\n\n cursor: pointer;\n pointer-events: auto;\n}\n\n.ace_dark .ace_fold {\n}\n\n.ace_fold:hover{\n background-image:\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),\n url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//fz4TAwPDZxDxD5X4i5fLMEwJgAADAEPVDbjNw87ZAAAAAElFTkSuQmCC");\n}\n\n.ace_tooltip {\n background-color: #f5f5f5;\n border: 1px solid gray;\n border-radius: 1px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);\n color: black;\n padding: 3px 4px;\n position: fixed;\n z-index: 999999;\n box-sizing: border-box;\n cursor: default;\n white-space: pre-wrap;\n word-wrap: break-word;\n line-height: normal;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n pointer-events: none;\n overflow: auto;\n max-width: min(33em, 66vw);\n overscroll-behavior: contain;\n}\n.ace_tooltip pre {\n white-space: pre-wrap;\n}\n\n.ace_tooltip.ace_dark {\n background-color: #636363;\n color: #fff;\n}\n\n.ace_tooltip:focus {\n outline: 1px solid #5E9ED6;\n}\n\n.ace_icon {\n display: inline-block;\n width: 18px;\n vertical-align: top;\n}\n\n.ace_icon_svg {\n display: inline-block;\n width: 12px;\n vertical-align: top;\n -webkit-mask-repeat: no-repeat;\n -webkit-mask-size: 12px;\n -webkit-mask-position: center;\n}\n\n.ace_folding-enabled > .ace_gutter-cell, .ace_folding-enabled > .ace_gutter-cell_svg-icons {\n padding-right: 13px;\n}\n\n.ace_fold-widget, .ace_custom-widget {\n box-sizing: border-box;\n\n margin: 0 -12px 0 1px;\n display: none;\n width: 11px;\n vertical-align: top;\n\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42mWKsQ0AMAzC8ixLlrzQjzmBiEjp0A6WwBCSPgKAXoLkqSot7nN3yMwR7pZ32NzpKkVoDBUxKAAAAABJRU5ErkJggg==");\n background-repeat: no-repeat;\n background-position: center;\n\n border-radius: 3px;\n \n border: 1px solid transparent;\n cursor: pointer;\n pointer-events: auto;\n}\n\n.ace_custom-widget {\n background: none;\n}\n\n.ace_folding-enabled .ace_fold-widget {\n display: inline-block; \n}\n\n.ace_fold-widget.ace_end {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42m3HwQkAMAhD0YzsRchFKI7sAikeWkrxwScEB0nh5e7KTPWimZki4tYfVbX+MNl4pyZXejUO1QAAAABJRU5ErkJggg==");\n}\n\n.ace_fold-widget.ace_closed {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAOUlEQVR42jXKwQkAMAgDwKwqKD4EwQ26sSOkVWjgIIHAzPiCgaqiqnJHZnKICBERHN194O5b9vbLuAVRL+l0YWnZAAAAAElFTkSuQmCCXA==");\n}\n\n.ace_fold-widget:hover {\n border: 1px solid rgba(0, 0, 0, 0.3);\n background-color: rgba(255, 255, 255, 0.2);\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);\n}\n\n.ace_fold-widget:active {\n border: 1px solid rgba(0, 0, 0, 0.4);\n background-color: rgba(0, 0, 0, 0.05);\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);\n}\n/**\n * Dark version for fold widgets\n */\n.ace_dark .ace_fold-widget {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHklEQVQIW2P4//8/AzoGEQ7oGCaLLAhWiSwB146BAQCSTPYocqT0AAAAAElFTkSuQmCC");\n}\n.ace_dark .ace_fold-widget.ace_end {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2P4//8/AxQ7wNjIAjDMgC4AxjCVKBirIAAF0kz2rlhxpAAAAABJRU5ErkJggg==");\n}\n.ace_dark .ace_fold-widget.ace_closed {\n background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAHElEQVQIW2P4//+/AxAzgDADlOOAznHAKgPWAwARji8UIDTfQQAAAABJRU5ErkJggg==");\n}\n.ace_dark .ace_fold-widget:hover {\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);\n background-color: rgba(255, 255, 255, 0.1);\n}\n.ace_dark .ace_fold-widget:active {\n box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);\n}\n\n.ace_inline_button {\n border: 1px solid lightgray;\n display: inline-block;\n margin: -1px 8px;\n padding: 0 5px;\n pointer-events: auto;\n cursor: pointer;\n}\n.ace_inline_button:hover {\n border-color: gray;\n background: rgba(200,200,200,0.2);\n display: inline-block;\n pointer-events: auto;\n}\n\n.ace_fold-widget.ace_invalid {\n background-color: #FFB4B4;\n border-color: #DE5555;\n}\n\n.ace_fade-fold-widgets .ace_fold-widget {\n transition: opacity 0.4s ease 0.05s;\n opacity: 0;\n}\n\n.ace_fade-fold-widgets:hover .ace_fold-widget {\n transition: opacity 0.05s ease 0.05s;\n opacity:1;\n}\n\n.ace_underline {\n text-decoration: underline;\n}\n\n.ace_bold {\n font-weight: bold;\n}\n\n.ace_nobold .ace_bold {\n font-weight: normal;\n}\n\n.ace_italic {\n font-style: italic;\n}\n\n\n.ace_error-marker {\n background-color: rgba(255, 0, 0,0.2);\n position: absolute;\n z-index: 9;\n}\n\n.ace_highlight-marker {\n background-color: rgba(255, 255, 0,0.2);\n position: absolute;\n z-index: 8;\n}\n\n.ace_mobile-menu {\n position: absolute;\n line-height: 1.5;\n border-radius: 4px;\n -ms-user-select: none;\n -moz-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n background: white;\n box-shadow: 1px 3px 2px grey;\n border: 1px solid #dcdcdc;\n color: black;\n}\n.ace_dark > .ace_mobile-menu {\n background: #333;\n color: #ccc;\n box-shadow: 1px 3px 2px grey;\n border: 1px solid #444;\n\n}\n.ace_mobile-button {\n padding: 2px;\n cursor: pointer;\n overflow: hidden;\n}\n.ace_mobile-button:hover {\n background-color: #eee;\n opacity:1;\n}\n.ace_mobile-button:active {\n background-color: #ddd;\n}\n\n.ace_placeholder {\n position: relative;\n font-family: arial;\n transform: scale(0.9);\n transform-origin: left;\n white-space: pre;\n opacity: 0.7;\n margin: 0 10px;\n z-index: 1;\n}\n\n.ace_ghost_text {\n opacity: 0.5;\n font-style: italic;\n}\n\n.ace_ghost_text_container > div {\n white-space: pre;\n}\n\n.ghost_text_line_wrapped::after {\n content: "↩";\n position: absolute;\n}\n\n.ace_lineWidgetContainer.ace_ghost_text {\n margin: 0px 4px\n}\n\n.ace_screenreader-only {\n position:absolute;\n left:-10000px;\n top:auto;\n width:1px;\n height:1px;\n overflow:hidden;\n}\n\n.ace_hidden_token {\n display: none;\n}'})),ace.define("ace/layer/decorators",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event_emitter"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../lib/oop"),n=e("../lib/event_emitter").EventEmitter,i=function(){function e(e,t){this.renderer=t,this.pixelRatio=1,this.maxHeight=t.layerConfig.maxHeight,this.lineHeight=t.layerConfig.lineHeight,this.minDecorationHeight=2*this.pixelRatio|0,this.halfMinDecorationHeight=this.minDecorationHeight/2|0,this.colors={},this.colors.dark={error:"rgba(255, 18, 18, 1)",warning:"rgba(18, 136, 18, 1)",info:"rgba(18, 18, 136, 1)"},this.colors.light={error:"rgb(255,51,51)",warning:"rgb(32,133,72)",info:"rgb(35,68,138)"},this.setScrollBarV(e)}return e.prototype.$createCanvas=function(){this.canvas=s.createElement("canvas"),this.canvas.style.top="0px",this.canvas.style.right="0px",this.canvas.style.zIndex="7",this.canvas.style.position="absolute"},e.prototype.setScrollBarV=function(e){this.$createCanvas(),this.scrollbarV=e,e.element.appendChild(this.canvas),this.setDimensions()},e.prototype.$updateDecorators=function(e){if("function"==typeof this.canvas.getContext){var t=!0===this.renderer.theme.isDark?this.colors.dark:this.colors.light;this.setDimensions(e);var a=this.canvas.getContext("2d"),s=this.renderer.session.$annotations;if(a.clearRect(0,0,this.canvas.width,this.canvas.height),s){var o={info:1,warning:2,error:3};s.forEach((function(e){e.priority=o[e.type]||null})),s=s.sort((function(e,t){return e.priority<t.priority?-1:e.priority>t.priority?1:0}));for(var n=0;n<s.length;n++){var i=s[n].row,l=this.getVerticalOffsetForRow(i),r=l+this.lineHeight,c=Math.round(this.heightRatio*l),d=Math.round(this.heightRatio*r),h=Math.round((c+d)/2),p=d-h;p<this.halfMinDecorationHeight&&(p=this.halfMinDecorationHeight),h-p<0&&(h=p),h+p>this.canvasHeight&&(h=this.canvasHeight-p);var g=h-p,u=h+p-g;a.fillStyle=t[s[n].type]||null,a.fillRect(0,g,Math.round(this.oneZoneWidth-1),u)}}var m=this.renderer.session.selection.getCursor();if(m){var v=Math.round(this.getVerticalOffsetForRow(m.row)*this.heightRatio);a.fillStyle="rgba(0, 0, 0, 0.5)",a.fillRect(0,v,this.canvasWidth,2)}}},e.prototype.getVerticalOffsetForRow=function(e){return e|=0,this.renderer.session.documentToScreenRow(e,0)*this.lineHeight},e.prototype.setDimensions=function(e){e=e||this.renderer.layerConfig,this.maxHeight=e.maxHeight,this.lineHeight=e.lineHeight,this.canvasHeight=e.height,this.canvasWidth=this.scrollbarV.width||this.canvasWidth,this.setZoneWidth(),this.canvas.width=this.canvasWidth,this.canvas.height=this.canvasHeight,this.maxHeight<this.canvasHeight?this.heightRatio=1:this.heightRatio=this.canvasHeight/this.maxHeight},e.prototype.setZoneWidth=function(){this.oneZoneWidth=this.canvasWidth},e.prototype.destroy=function(){this.canvas.parentNode.removeChild(this.canvas)},e}();o.implement(i.prototype,n),t.Decorator=i})),ace.define("ace/virtual_renderer",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/config","ace/layer/gutter","ace/layer/marker","ace/layer/text","ace/layer/cursor","ace/scrollbar","ace/scrollbar","ace/scrollbar_custom","ace/scrollbar_custom","ace/renderloop","ace/layer/font_metrics","ace/lib/event_emitter","ace/css/editor-css","ace/layer/decorators","ace/lib/useragent","ace/layer/text_util"],(function(e,t,a){"use strict";var s=e("./lib/oop"),o=e("./lib/dom"),n=e("./lib/lang"),i=e("./config"),l=e("./layer/gutter").Gutter,r=e("./layer/marker").Marker,c=e("./layer/text").Text,d=e("./layer/cursor").Cursor,h=e("./scrollbar").HScrollBar,p=e("./scrollbar").VScrollBar,g=e("./scrollbar_custom").HScrollBar,u=e("./scrollbar_custom").VScrollBar,m=e("./renderloop").RenderLoop,v=e("./layer/font_metrics").FontMetrics,b=e("./lib/event_emitter").EventEmitter,f=e("./css/editor-css"),w=e("./layer/decorators").Decorator,x=e("./lib/useragent"),y=e("./layer/text_util").isTextToken;o.importCssString(f,"ace_editor.css",!1);var k=function(){function e(e,t){var a=this;this.container=e||o.createElement("div"),o.addCssClass(this.container,"ace_editor"),o.HI_DPI&&o.addCssClass(this.container,"ace_hidpi"),this.setTheme(t),null==i.get("useStrictCSP")&&i.set("useStrictCSP",!1),this.$gutter=o.createElement("div"),this.$gutter.className="ace_gutter",this.container.appendChild(this.$gutter),this.$gutter.setAttribute("aria-hidden","true"),this.scroller=o.createElement("div"),this.scroller.className="ace_scroller",this.container.appendChild(this.scroller),this.content=o.createElement("div"),this.content.className="ace_content",this.scroller.appendChild(this.content),this.$gutterLayer=new l(this.$gutter),this.$gutterLayer.on("changeGutterWidth",this.onGutterResize.bind(this)),this.$markerBack=new r(this.content);var s=this.$textLayer=new c(this.content);this.canvas=s.element,this.$markerFront=new r(this.content),this.$cursorLayer=new d(this.content),this.$horizScroll=!1,this.$vScroll=!1,this.scrollBar=this.scrollBarV=new p(this.container,this),this.scrollBarH=new h(this.container,this),this.scrollBarV.on("scroll",(function(e){a.$scrollAnimation||a.session.setScrollTop(e.data-a.scrollMargin.top)})),this.scrollBarH.on("scroll",(function(e){a.$scrollAnimation||a.session.setScrollLeft(e.data-a.scrollMargin.left)})),this.scrollTop=0,this.scrollLeft=0,this.cursorPos={row:0,column:0},this.$fontMetrics=new v(this.container),this.$textLayer.$setFontMetrics(this.$fontMetrics),this.$textLayer.on("changeCharacterSize",(function(e){a.updateCharacterSize(),a.onResize(!0,a.gutterWidth,a.$size.width,a.$size.height),a._signal("changeCharacterSize",e)})),this.$size={width:0,height:0,scrollerHeight:0,scrollerWidth:0,$dirty:!0},this.layerConfig={width:1,padding:0,firstRow:0,firstRowScreen:0,lastRow:0,lineHeight:0,characterWidth:0,minHeight:1,maxHeight:1,offset:0,height:1,gutterOffset:1},this.scrollMargin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.margin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.$keepTextAreaAtCursor=!x.isIOS,this.$loop=new m(this.$renderChanges.bind(this),this.container.ownerDocument.defaultView),this.$loop.schedule(this.CHANGE_FULL),this.updateCharacterSize(),this.setPadding(4),this.$addResizeObserver(),i.resetOptions(this),i._signal("renderer",this)}return e.prototype.updateCharacterSize=function(){this.$textLayer.allowBoldFonts!=this.$allowBoldFonts&&(this.$allowBoldFonts=this.$textLayer.allowBoldFonts,this.setStyle("ace_nobold",!this.$allowBoldFonts)),this.layerConfig.characterWidth=this.characterWidth=this.$textLayer.getCharacterWidth(),this.layerConfig.lineHeight=this.lineHeight=this.$textLayer.getLineHeight(),this.$updatePrintMargin(),o.setStyle(this.scroller.style,"line-height",this.lineHeight+"px")},e.prototype.setSession=function(e){this.session&&this.session.doc.off("changeNewLineMode",this.onChangeNewLineMode),this.session=e,e&&this.scrollMargin.top&&e.getScrollTop()<=0&&e.setScrollTop(-this.scrollMargin.top),this.$cursorLayer.setSession(e),this.$markerBack.setSession(e),this.$markerFront.setSession(e),this.$gutterLayer.setSession(e),this.$textLayer.setSession(e),e&&(this.$loop.schedule(this.CHANGE_FULL),this.session.$setFontMetrics(this.$fontMetrics),this.scrollBarH.scrollLeft=this.scrollBarV.scrollTop=null,this.onChangeNewLineMode=this.onChangeNewLineMode.bind(this),this.onChangeNewLineMode(),this.session.doc.on("changeNewLineMode",this.onChangeNewLineMode))},e.prototype.updateLines=function(e,t,a){if(void 0===t&&(t=1/0),this.$changedLines?(this.$changedLines.firstRow>e&&(this.$changedLines.firstRow=e),this.$changedLines.lastRow<t&&(this.$changedLines.lastRow=t)):this.$changedLines={firstRow:e,lastRow:t},this.$changedLines.lastRow<this.layerConfig.firstRow){if(!a)return;this.$changedLines.lastRow=this.layerConfig.lastRow}this.$changedLines.firstRow>this.layerConfig.lastRow||this.$loop.schedule(this.CHANGE_LINES)},e.prototype.onChangeNewLineMode=function(){this.$loop.schedule(this.CHANGE_TEXT),this.$textLayer.$updateEolChar(),this.session.$bidiHandler.setEolChar(this.$textLayer.EOL_CHAR)},e.prototype.onChangeTabSize=function(){this.$loop.schedule(this.CHANGE_TEXT|this.CHANGE_MARKER),this.$textLayer.onChangeTabSize()},e.prototype.updateText=function(){this.$loop.schedule(this.CHANGE_TEXT)},e.prototype.updateFull=function(e){e?this.$renderChanges(this.CHANGE_FULL,!0):this.$loop.schedule(this.CHANGE_FULL)},e.prototype.updateFontSize=function(){this.$textLayer.checkForSizeChanges()},e.prototype.$updateSizeAsync=function(){this.$loop.pending?this.$size.$dirty=!0:this.onResize()},e.prototype.onResize=function(e,t,a,s){if(!(this.resizing>2)){this.resizing>0?this.resizing++:this.resizing=e?1:0;var o=this.container;s||(s=o.clientHeight||o.scrollHeight),!s&&this.$maxLines&&this.lineHeight>1&&(o.style.height&&"0px"!=o.style.height||(o.style.height="1px",s=o.clientHeight||o.scrollHeight)),a||(a=o.clientWidth||o.scrollWidth);var n=this.$updateCachedSize(e,t,a,s);if(this.$resizeTimer&&this.$resizeTimer.cancel(),!this.$size.scrollerHeight||!a&&!s)return this.resizing=0;e&&(this.$gutterLayer.$padding=null),e?this.$renderChanges(n|this.$changes,!0):this.$loop.schedule(n|this.$changes),this.resizing&&(this.resizing=0),this.scrollBarH.scrollLeft=this.scrollBarV.scrollTop=null,this.$customScrollbar&&this.$updateCustomScrollbar(!0)}},e.prototype.$updateCachedSize=function(e,t,a,s){s-=this.$extraHeight||0;var n=0,i=this.$size,l={width:i.width,height:i.height,scrollerHeight:i.scrollerHeight,scrollerWidth:i.scrollerWidth};if(s&&(e||i.height!=s)&&(i.height=s,n|=this.CHANGE_SIZE,i.scrollerHeight=i.height,this.$horizScroll&&(i.scrollerHeight-=this.scrollBarH.getHeight()),this.scrollBarV.setHeight(i.scrollerHeight),this.scrollBarV.element.style.bottom=this.scrollBarH.getHeight()+"px",n|=this.CHANGE_SCROLL),a&&(e||i.width!=a)){n|=this.CHANGE_SIZE,i.width=a,null==t&&(t=this.$showGutter?this.$gutter.offsetWidth:0),this.gutterWidth=t,o.setStyle(this.scrollBarH.element.style,"left",t+"px"),o.setStyle(this.scroller.style,"left",t+this.margin.left+"px"),i.scrollerWidth=Math.max(0,a-t-this.scrollBarV.getWidth()-this.margin.h),o.setStyle(this.$gutter.style,"left",this.margin.left+"px");var r=this.scrollBarV.getWidth()+"px";o.setStyle(this.scrollBarH.element.style,"right",r),o.setStyle(this.scroller.style,"right",r),o.setStyle(this.scroller.style,"bottom",this.scrollBarH.getHeight()),this.scrollBarH.setWidth(i.scrollerWidth),(this.session&&this.session.getUseWrapMode()&&this.adjustWrapLimit()||e)&&(n|=this.CHANGE_FULL)}return i.$dirty=!a||!s,n&&this._signal("resize",l),n},e.prototype.onGutterResize=function(e){var t=this.$showGutter?e:0;t!=this.gutterWidth&&(this.$changes|=this.$updateCachedSize(!0,t,this.$size.width,this.$size.height)),this.session.getUseWrapMode()&&this.adjustWrapLimit()||this.$size.$dirty?this.$loop.schedule(this.CHANGE_FULL):this.$computeLayerConfig()},e.prototype.adjustWrapLimit=function(){var e=this.$size.scrollerWidth-2*this.$padding,t=Math.floor(e/this.characterWidth);return this.session.adjustWrapLimit(t,this.$showPrintMargin&&this.$printMarginColumn)},e.prototype.setAnimatedScroll=function(e){this.setOption("animatedScroll",e)},e.prototype.getAnimatedScroll=function(){return this.$animatedScroll},e.prototype.setShowInvisibles=function(e){this.setOption("showInvisibles",e),this.session.$bidiHandler.setShowInvisibles(e)},e.prototype.getShowInvisibles=function(){return this.getOption("showInvisibles")},e.prototype.getDisplayIndentGuides=function(){return this.getOption("displayIndentGuides")},e.prototype.setDisplayIndentGuides=function(e){this.setOption("displayIndentGuides",e)},e.prototype.getHighlightIndentGuides=function(){return this.getOption("highlightIndentGuides")},e.prototype.setHighlightIndentGuides=function(e){this.setOption("highlightIndentGuides",e)},e.prototype.setShowPrintMargin=function(e){this.setOption("showPrintMargin",e)},e.prototype.getShowPrintMargin=function(){return this.getOption("showPrintMargin")},e.prototype.setPrintMarginColumn=function(e){this.setOption("printMarginColumn",e)},e.prototype.getPrintMarginColumn=function(){return this.getOption("printMarginColumn")},e.prototype.getShowGutter=function(){return this.getOption("showGutter")},e.prototype.setShowGutter=function(e){return this.setOption("showGutter",e)},e.prototype.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},e.prototype.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},e.prototype.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},e.prototype.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},e.prototype.$updatePrintMargin=function(){if(this.$showPrintMargin||this.$printMarginEl){if(!this.$printMarginEl){var e=o.createElement("div");e.className="ace_layer ace_print-margin-layer",this.$printMarginEl=o.createElement("div"),this.$printMarginEl.className="ace_print-margin",e.appendChild(this.$printMarginEl),this.content.insertBefore(e,this.content.firstChild)}var t=this.$printMarginEl.style;t.left=Math.round(this.characterWidth*this.$printMarginColumn+this.$padding)+"px",t.visibility=this.$showPrintMargin?"visible":"hidden",this.session&&-1==this.session.$wrap&&this.adjustWrapLimit()}},e.prototype.getContainerElement=function(){return this.container},e.prototype.getMouseEventTarget=function(){return this.scroller},e.prototype.getTextAreaContainer=function(){return this.container},e.prototype.$moveTextAreaToCursor=function(){if(!this.$isMousePressed){var e=this.textarea.style,t=this.$composition;if(this.$keepTextAreaAtCursor||t){var a=this.$cursorLayer.$pixelPos;if(a){t&&t.markerRange&&(a=this.$cursorLayer.getPixelPosition(t.markerRange.start,!0));var s=this.layerConfig,n=a.top,i=a.left;n-=s.offset;var l=t&&t.useTextareaForIME||x.isMobile?this.lineHeight:1;if(n<0||n>s.height-l)o.translate(this.textarea,0,0);else{var r=1,c=this.$size.height-l;if(t)if(t.useTextareaForIME){var d=this.textarea.value;r=this.characterWidth*this.session.$getStringScreenWidth(d)[0]}else n+=this.lineHeight+2;else n+=this.lineHeight;(i-=this.scrollLeft)>this.$size.scrollerWidth-r&&(i=this.$size.scrollerWidth-r),i+=this.gutterWidth+this.margin.left,o.setStyle(e,"height",l+"px"),o.setStyle(e,"width",r+"px"),o.translate(this.textarea,Math.min(i,this.$size.scrollerWidth-r),Math.min(n,c))}}}else o.translate(this.textarea,-100,0)}},e.prototype.getFirstVisibleRow=function(){return this.layerConfig.firstRow},e.prototype.getFirstFullyVisibleRow=function(){return this.layerConfig.firstRow+(0===this.layerConfig.offset?0:1)},e.prototype.getLastFullyVisibleRow=function(){var e=this.layerConfig,t=e.lastRow;return this.session.documentToScreenRow(t,0)*e.lineHeight-this.session.getScrollTop()>e.height-e.lineHeight?t-1:t},e.prototype.getLastVisibleRow=function(){return this.layerConfig.lastRow},e.prototype.setPadding=function(e){this.$padding=e,this.$textLayer.setPadding(e),this.$cursorLayer.setPadding(e),this.$markerFront.setPadding(e),this.$markerBack.setPadding(e),this.$loop.schedule(this.CHANGE_FULL),this.$updatePrintMargin()},e.prototype.setScrollMargin=function(e,t,a,s){var o=this.scrollMargin;o.top=0|e,o.bottom=0|t,o.right=0|s,o.left=0|a,o.v=o.top+o.bottom,o.h=o.left+o.right,o.top&&this.scrollTop<=0&&this.session&&this.session.setScrollTop(-o.top),this.updateFull()},e.prototype.setMargin=function(e,t,a,s){var o=this.margin;o.top=0|e,o.bottom=0|t,o.right=0|s,o.left=0|a,o.v=o.top+o.bottom,o.h=o.left+o.right,this.$updateCachedSize(!0,this.gutterWidth,this.$size.width,this.$size.height),this.updateFull()},e.prototype.getHScrollBarAlwaysVisible=function(){return this.$hScrollBarAlwaysVisible},e.prototype.setHScrollBarAlwaysVisible=function(e){this.setOption("hScrollBarAlwaysVisible",e)},e.prototype.getVScrollBarAlwaysVisible=function(){return this.$vScrollBarAlwaysVisible},e.prototype.setVScrollBarAlwaysVisible=function(e){this.setOption("vScrollBarAlwaysVisible",e)},e.prototype.$updateScrollBarV=function(){var e=this.layerConfig.maxHeight,t=this.$size.scrollerHeight;!this.$maxLines&&this.$scrollPastEnd&&(e-=(t-this.lineHeight)*this.$scrollPastEnd,this.scrollTop>e-t&&(e=this.scrollTop+t,this.scrollBarV.scrollTop=null)),this.scrollBarV.setScrollHeight(e+this.scrollMargin.v),this.scrollBarV.setScrollTop(this.scrollTop+this.scrollMargin.top)},e.prototype.$updateScrollBarH=function(){this.scrollBarH.setScrollWidth(this.layerConfig.width+2*this.$padding+this.scrollMargin.h),this.scrollBarH.setScrollLeft(this.scrollLeft+this.scrollMargin.left)},e.prototype.freeze=function(){this.$frozen=!0},e.prototype.unfreeze=function(){this.$frozen=!1},e.prototype.$renderChanges=function(e,t){if(this.$changes&&(e|=this.$changes,this.$changes=0),this.session&&this.container.offsetWidth&&!this.$frozen&&(e||t)){if(this.$size.$dirty)return this.$changes|=e,this.onResize(!0);this.lineHeight||this.$textLayer.checkForSizeChanges(),this._signal("beforeRender",e),this.session&&this.session.$bidiHandler&&this.session.$bidiHandler.updateCharacterWidths(this.$fontMetrics);var a=this.layerConfig;if(e&this.CHANGE_FULL||e&this.CHANGE_SIZE||e&this.CHANGE_TEXT||e&this.CHANGE_LINES||e&this.CHANGE_SCROLL||e&this.CHANGE_H_SCROLL){if(e|=this.$computeLayerConfig()|this.$loop.clear(),a.firstRow!=this.layerConfig.firstRow&&a.firstRowScreen==this.layerConfig.firstRowScreen){var s=this.scrollTop+(a.firstRow-Math.max(this.layerConfig.firstRow,0))*this.lineHeight;s>0&&(this.scrollTop=s,e|=this.CHANGE_SCROLL,e|=this.$computeLayerConfig()|this.$loop.clear())}a=this.layerConfig,this.$updateScrollBarV(),e&this.CHANGE_H_SCROLL&&this.$updateScrollBarH(),o.translate(this.content,-this.scrollLeft,-a.offset);var n=a.width+2*this.$padding+"px",i=a.minHeight+"px";o.setStyle(this.content.style,"width",n),o.setStyle(this.content.style,"height",i)}if(e&this.CHANGE_H_SCROLL&&(o.translate(this.content,-this.scrollLeft,-a.offset),this.scroller.className=this.scrollLeft<=0?"ace_scroller ":"ace_scroller ace_scroll-left ",this.enableKeyboardAccessibility&&(this.scroller.className+=this.keyboardFocusClassName)),e&this.CHANGE_FULL)return this.$changedLines=null,this.$textLayer.update(a),this.$showGutter&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a),this.$markerBack.update(a),this.$markerFront.update(a),this.$cursorLayer.update(a),this.$moveTextAreaToCursor(),void this._signal("afterRender",e);if(e&this.CHANGE_SCROLL)return this.$changedLines=null,e&this.CHANGE_TEXT||e&this.CHANGE_LINES?this.$textLayer.update(a):this.$textLayer.scrollLines(a),this.$showGutter&&(e&this.CHANGE_GUTTER||e&this.CHANGE_LINES?this.$gutterLayer.update(a):this.$gutterLayer.scrollLines(a)),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a),this.$markerBack.update(a),this.$markerFront.update(a),this.$cursorLayer.update(a),this.$moveTextAreaToCursor(),void this._signal("afterRender",e);e&this.CHANGE_TEXT?(this.$changedLines=null,this.$textLayer.update(a),this.$showGutter&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)):e&this.CHANGE_LINES?((this.$updateLines()||e&this.CHANGE_GUTTER&&this.$showGutter)&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)):e&this.CHANGE_TEXT||e&this.CHANGE_GUTTER?(this.$showGutter&&this.$gutterLayer.update(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)):e&this.CHANGE_CURSOR&&(this.$highlightGutterLine&&this.$gutterLayer.updateLineHighlight(a),this.$customScrollbar&&this.$scrollDecorator.$updateDecorators(a)),e&this.CHANGE_CURSOR&&(this.$cursorLayer.update(a),this.$moveTextAreaToCursor()),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_FRONT)&&this.$markerFront.update(a),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_BACK)&&this.$markerBack.update(a),this._signal("afterRender",e)}else this.$changes|=e},e.prototype.$autosize=function(){var e=this.session.getScreenLength()*this.lineHeight,t=this.$maxLines*this.lineHeight,a=Math.min(t,Math.max((this.$minLines||1)*this.lineHeight,e))+this.scrollMargin.v+(this.$extraHeight||0);this.$horizScroll&&(a+=this.scrollBarH.getHeight()),this.$maxPixelHeight&&a>this.$maxPixelHeight&&(a=this.$maxPixelHeight);var s=!(a<=2*this.lineHeight)&&e>t;if(a!=this.desiredHeight||this.$size.height!=this.desiredHeight||s!=this.$vScroll){s!=this.$vScroll&&(this.$vScroll=s,this.scrollBarV.setVisible(s));var o=this.container.clientWidth;this.container.style.height=a+"px",this.$updateCachedSize(!0,this.$gutterWidth,o,a),this.desiredHeight=a,this._signal("autosize")}},e.prototype.$computeLayerConfig=function(){var e=this.session,t=this.$size,a=t.height<=2*this.lineHeight,s=this.session.getScreenLength()*this.lineHeight,o=this.$getLongestLine(),n=!a&&(this.$hScrollBarAlwaysVisible||t.scrollerWidth-o-2*this.$padding<0),i=this.$horizScroll!==n;i&&(this.$horizScroll=n,this.scrollBarH.setVisible(n));var l=this.$vScroll;this.$maxLines&&this.lineHeight>1&&(this.$autosize(),a=t.height<=2*this.lineHeight);var r=t.scrollerHeight+this.lineHeight,c=!this.$maxLines&&this.$scrollPastEnd?(t.scrollerHeight-this.lineHeight)*this.$scrollPastEnd:0;s+=c;var d=this.scrollMargin;this.session.setScrollTop(Math.max(-d.top,Math.min(this.scrollTop,s-t.scrollerHeight+d.bottom))),this.session.setScrollLeft(Math.max(-d.left,Math.min(this.scrollLeft,o+2*this.$padding-t.scrollerWidth+d.right)));var h=!a&&(this.$vScrollBarAlwaysVisible||t.scrollerHeight-s+c<0||this.scrollTop>d.top),p=l!==h;p&&(this.$vScroll=h,this.scrollBarV.setVisible(h));var g,u,m=this.scrollTop%this.lineHeight,v=Math.ceil(r/this.lineHeight)-1,b=Math.max(0,Math.round((this.scrollTop-m)/this.lineHeight)),f=b+v,w=this.lineHeight;b=e.screenToDocumentRow(b,0);var x=e.getFoldLine(b);x&&(b=x.start.row),g=e.documentToScreenRow(b,0),u=e.getRowLength(b)*w,f=Math.min(e.screenToDocumentRow(f,0),e.getLength()-1),r=t.scrollerHeight+e.getRowLength(f)*w+u,(m=this.scrollTop-g*w)<0&&g>0&&(g=Math.max(0,g+Math.floor(m/w)),m=this.scrollTop-g*w);var y=0;return(this.layerConfig.width!=o||i)&&(y=this.CHANGE_H_SCROLL),(i||p)&&(y|=this.$updateCachedSize(!0,this.gutterWidth,t.width,t.height),this._signal("scrollbarVisibilityChanged"),p&&(o=this.$getLongestLine())),this.layerConfig={width:o,padding:this.$padding,firstRow:b,firstRowScreen:g,lastRow:f,lineHeight:w,characterWidth:this.characterWidth,minHeight:r,maxHeight:s,offset:m,gutterOffset:w?Math.max(0,Math.ceil((m+t.height-t.scrollerHeight)/w)):0,height:this.$size.scrollerHeight},this.session.$bidiHandler&&this.session.$bidiHandler.setContentWidth(o-this.$padding),y},e.prototype.$updateLines=function(){if(this.$changedLines){var e=this.$changedLines.firstRow,t=this.$changedLines.lastRow;this.$changedLines=null;var a=this.layerConfig;if(!(e>a.lastRow+1||t<a.firstRow))return t===1/0?(this.$showGutter&&this.$gutterLayer.update(a),void this.$textLayer.update(a)):(this.$textLayer.updateLines(a,e,t),!0)}},e.prototype.$getLongestLine=function(){var e=this.session.getScreenWidth();return this.showInvisibles&&!this.session.$useWrapMode&&(e+=1),this.$textLayer&&e>this.$textLayer.MAX_LINE_LENGTH&&(e=this.$textLayer.MAX_LINE_LENGTH+30),Math.max(this.$size.scrollerWidth-2*this.$padding,Math.round(e*this.characterWidth))},e.prototype.updateFrontMarkers=function(){this.$markerFront.setMarkers(this.session.getMarkers(!0)),this.$loop.schedule(this.CHANGE_MARKER_FRONT)},e.prototype.updateBackMarkers=function(){this.$markerBack.setMarkers(this.session.getMarkers()),this.$loop.schedule(this.CHANGE_MARKER_BACK)},e.prototype.addGutterDecoration=function(e,t){this.$gutterLayer.addGutterDecoration(e,t)},e.prototype.removeGutterDecoration=function(e,t){this.$gutterLayer.removeGutterDecoration(e,t)},e.prototype.updateBreakpoints=function(e){this._rows=e,this.$loop.schedule(this.CHANGE_GUTTER)},e.prototype.setAnnotations=function(e){this.$gutterLayer.setAnnotations(e),this.$loop.schedule(this.CHANGE_GUTTER)},e.prototype.updateCursor=function(){this.$loop.schedule(this.CHANGE_CURSOR)},e.prototype.hideCursor=function(){this.$cursorLayer.hideCursor()},e.prototype.showCursor=function(){this.$cursorLayer.showCursor()},e.prototype.scrollSelectionIntoView=function(e,t,a){this.scrollCursorIntoView(e,a),this.scrollCursorIntoView(t,a)},e.prototype.scrollCursorIntoView=function(e,t,a){if(0!==this.$size.scrollerHeight){var s=this.$cursorLayer.getPixelPosition(e),o=s.left,n=s.top,i=a&&a.top||0,l=a&&a.bottom||0;this.$scrollAnimation&&(this.$stopAnimation=!0);var r=this.$scrollAnimation?this.session.getScrollTop():this.scrollTop;r+i>n?(t&&r+i>n+this.lineHeight&&(n-=t*this.$size.scrollerHeight),0===n&&(n=-this.scrollMargin.top),this.session.setScrollTop(n)):r+this.$size.scrollerHeight-l<n+this.lineHeight&&(t&&r+this.$size.scrollerHeight-l<n-this.lineHeight&&(n+=t*this.$size.scrollerHeight),this.session.setScrollTop(n+this.lineHeight+l-this.$size.scrollerHeight));var c=this.scrollLeft,d=2*this.layerConfig.characterWidth;o-d<c?((o-=d)<this.$padding+d&&(o=-this.scrollMargin.left),this.session.setScrollLeft(o)):(o+=d,c+this.$size.scrollerWidth<o+this.characterWidth?this.session.setScrollLeft(Math.round(o+this.characterWidth-this.$size.scrollerWidth)):c<=this.$padding&&o-c<this.characterWidth&&this.session.setScrollLeft(0))}},e.prototype.getScrollTop=function(){return this.session.getScrollTop()},e.prototype.getScrollLeft=function(){return this.session.getScrollLeft()},e.prototype.getScrollTopRow=function(){return this.scrollTop/this.lineHeight},e.prototype.getScrollBottomRow=function(){return Math.max(0,Math.floor((this.scrollTop+this.$size.scrollerHeight)/this.lineHeight)-1)},e.prototype.scrollToRow=function(e){this.session.setScrollTop(e*this.lineHeight)},e.prototype.alignCursor=function(e,t){"number"==typeof e&&(e={row:e,column:0});var a=this.$cursorLayer.getPixelPosition(e),s=this.$size.scrollerHeight-this.lineHeight,o=a.top-s*(t||0);return this.session.setScrollTop(o),o},e.prototype.$calcSteps=function(e,t){var a,s,o=0,n=this.STEPS,i=[];for(o=0;o<n;++o)i.push((a=o/this.STEPS,s=e,(t-e)*(Math.pow(a-1,3)+1)+s));return i},e.prototype.scrollToLine=function(e,t,a,s){var o=this.$cursorLayer.getPixelPosition({row:e,column:0}).top;t&&(o-=this.$size.scrollerHeight/2);var n=this.scrollTop;this.session.setScrollTop(o),!1!==a&&this.animateScrolling(n,s)},e.prototype.animateScrolling=function(e,t){var a=this.scrollTop;if(this.$animatedScroll){var s=this;if(e!=a){if(this.$scrollAnimation){var o=this.$scrollAnimation.steps;if(o.length&&(e=o[0])==a)return}var n=s.$calcSteps(e,a);this.$scrollAnimation={from:e,to:a,steps:n},clearInterval(this.$timer),s.session.setScrollTop(n.shift()),s.session.$scrollTop=a,this.$timer=setInterval((function(){if(!s.$stopAnimation)return s.session?void(n.length?(s.session.setScrollTop(n.shift()),s.session.$scrollTop=a):null!=a?(s.session.$scrollTop=-1,s.session.setScrollTop(a),a=null):i()):clearInterval(s.$timer);i()}),10)}}function i(){s.$timer=clearInterval(s.$timer),s.$scrollAnimation=null,s.$stopAnimation=!1,t&&t()}},e.prototype.scrollToY=function(e){this.scrollTop!==e&&(this.$loop.schedule(this.CHANGE_SCROLL),this.scrollTop=e)},e.prototype.scrollToX=function(e){this.scrollLeft!==e&&(this.scrollLeft=e),this.$loop.schedule(this.CHANGE_H_SCROLL)},e.prototype.scrollTo=function(e,t){this.session.setScrollTop(t),this.session.setScrollLeft(e)},e.prototype.scrollBy=function(e,t){t&&this.session.setScrollTop(this.session.getScrollTop()+t),e&&this.session.setScrollLeft(this.session.getScrollLeft()+e)},e.prototype.isScrollableBy=function(e,t){return t<0&&this.session.getScrollTop()>=1-this.scrollMargin.top||t>0&&this.session.getScrollTop()+this.$size.scrollerHeight-this.layerConfig.maxHeight<-1+this.scrollMargin.bottom||e<0&&this.session.getScrollLeft()>=1-this.scrollMargin.left||e>0&&this.session.getScrollLeft()+this.$size.scrollerWidth-this.layerConfig.width<-1+this.scrollMargin.right||void 0},e.prototype.pixelToScreenCoordinates=function(e,t){var a;if(this.$hasCssTransforms){a={top:0,left:0};var s=this.$fontMetrics.transformCoordinates([e,t]);e=s[1]-this.gutterWidth-this.margin.left,t=s[0]}else a=this.scroller.getBoundingClientRect();var o=e+this.scrollLeft-a.left-this.$padding,n=o/this.characterWidth,i=Math.floor((t+this.scrollTop-a.top)/this.lineHeight),l=this.$blockCursor?Math.floor(n):Math.round(n);return{row:i,column:l,side:n-l>0?1:-1,offsetX:o}},e.prototype.screenToTextCoordinates=function(e,t){var a;if(this.$hasCssTransforms){a={top:0,left:0};var s=this.$fontMetrics.transformCoordinates([e,t]);e=s[1]-this.gutterWidth-this.margin.left,t=s[0]}else a=this.scroller.getBoundingClientRect();var o=e+this.scrollLeft-a.left-this.$padding,n=o/this.characterWidth,i=this.$blockCursor?Math.floor(n):Math.round(n),l=(t+this.scrollTop-a.top)/this.lineHeight;return this.session.screenToDocumentPosition(l,Math.max(i,0),o)},e.prototype.textToScreenCoordinates=function(e,t){var a=this.scroller.getBoundingClientRect(),s=this.session.documentToScreenPosition(e,t),o=this.$padding+(this.session.$bidiHandler.isBidiRow(s.row,e)?this.session.$bidiHandler.getPosLeft(s.column):Math.round(s.column*this.characterWidth)),n=s.row*this.lineHeight;return{pageX:a.left+o-this.scrollLeft,pageY:a.top+n-this.scrollTop}},e.prototype.visualizeFocus=function(){o.addCssClass(this.container,"ace_focus")},e.prototype.visualizeBlur=function(){o.removeCssClass(this.container,"ace_focus")},e.prototype.showComposition=function(e){this.$composition=e,e.cssText||(e.cssText=this.textarea.style.cssText),null==e.useTextareaForIME&&(e.useTextareaForIME=this.$useTextareaForIME),this.$useTextareaForIME?(o.addCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText="",this.$moveTextAreaToCursor(),this.$cursorLayer.element.style.display="none"):e.markerId=this.session.addMarker(e.markerRange,"ace_composition_marker","text")},e.prototype.setCompositionText=function(e){var t=this.session.selection.cursor;this.addToken(e,"composition_placeholder",t.row,t.column),this.$moveTextAreaToCursor()},e.prototype.hideComposition=function(){if(this.$composition){this.$composition.markerId&&this.session.removeMarker(this.$composition.markerId),o.removeCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText=this.$composition.cssText;var e=this.session.selection.cursor;this.removeExtraToken(e.row,e.column),this.$composition=null,this.$cursorLayer.element.style.display=""}},e.prototype.setGhostText=function(e,t){var a=this.session.selection.cursor,s=t||{row:a.row,column:a.column};this.removeGhostText();var n=this.$calculateWrappedTextChunks(e,s);this.addToken(n[0].text,"ghost_text",s.row,s.column),this.$ghostText={text:e,position:{row:s.row,column:s.column}};var i=o.createElement("div");if(n.length>1){var l,r=this.hideTokensAfterPosition(s.row,s.column);n.slice(1).forEach((function(e){var t=o.createElement("div"),a=o.createElement("span");a.className="ace_ghost_text",e.wrapped&&(t.className="ghost_text_line_wrapped"),0===e.text.length&&(e.text=" "),a.appendChild(o.createTextNode(e.text)),t.appendChild(a),i.appendChild(t),l=t})),r.forEach((function(e){var t=o.createElement("span");y(e.type)||(t.className="ace_"+e.type.replace(/\./g," ace_")),t.appendChild(o.createTextNode(e.value)),l.appendChild(t)})),this.$ghostTextWidget={el:i,row:s.row,column:s.column,className:"ace_ghost_text_container"},this.session.widgetManager.addLineWidget(this.$ghostTextWidget);var c=this.$cursorLayer.getPixelPosition(s,!0),d=this.container.getBoundingClientRect().height,h=n.length*this.lineHeight;if(h<d-c.top)return;h<d?this.scrollBy(0,(n.length-1)*this.lineHeight):this.scrollToRow(s.row)}},e.prototype.$calculateWrappedTextChunks=function(e,t){var a=this.$size.scrollerWidth-2*this.$padding,s=Math.floor(a/this.characterWidth)-2;s=s<=0?60:s;for(var o=e.split(/\r?\n/),n=[],i=0;i<o.length;i++){var l=this.session.$getDisplayTokens(o[i],t.column),r=this.session.$computeWrapSplits(l,s,this.session.$tabSize);if(r.length>0){var c=0;r.push(o[i].length);for(var d=0;d<r.length;d++){var h=o[i].slice(c,r[d]);n.push({text:h,wrapped:!0}),c=r[d]}}else n.push({text:o[i],wrapped:!1})}return n},e.prototype.removeGhostText=function(){if(this.$ghostText){var e=this.$ghostText.position;this.removeExtraToken(e.row,e.column),this.$ghostTextWidget&&(this.session.widgetManager.removeLineWidget(this.$ghostTextWidget),this.$ghostTextWidget=null),this.$ghostText=null}},e.prototype.addToken=function(e,t,a,s){var o=this.session;o.bgTokenizer.lines[a]=null;var n={type:t,value:e},i=o.getTokens(a);if(null!=s&&i.length)for(var l=0,r=0;r<i.length;r++){var c=i[r];if(s<=(l+=c.value.length)){var d=c.value.length-(l-s),h=c.value.slice(0,d),p=c.value.slice(d);i.splice(r,1,{type:c.type,value:h},n,{type:c.type,value:p});break}}else i.push(n);this.updateLines(a,a)},e.prototype.hideTokensAfterPosition=function(e,t){for(var a=this.session.getTokens(e),s=0,o=!1,n=[],i=0;i<a.length;i++){var l=a[i];s+=l.value.length,"ghost_text"!==l.type&&(o?(n.push({type:l.type,value:l.value}),l.type="hidden_token"):s===t&&(o=!0))}return this.updateLines(e,e),n},e.prototype.removeExtraToken=function(e,t){this.session.bgTokenizer.lines[e]=null,this.updateLines(e,e)},e.prototype.setTheme=function(e,t){var a=this;if(this.$themeId=e,a._dispatchEvent("themeChange",{theme:e}),e&&"string"!=typeof e)n(e);else{var s=e||this.$options.theme.initialValue;i.loadModule(["theme",s],n)}function n(s){if(a.$themeId!=e)return t&&t();if(!s||!s.cssClass)throw new Error("couldn't load module "+e+" or it didn't call define");s.$id&&(a.$themeId=s.$id),o.importCssString(s.cssText,s.cssClass,a.container),a.theme&&o.removeCssClass(a.container,a.theme.cssClass);var n="padding"in s?s.padding:"padding"in(a.theme||{})?4:a.$padding;if(a.$padding&&n!=a.$padding&&a.setPadding(n),a.$gutterLayer){var i=s.$showGutterCursorMarker;i&&!a.$gutterLayer.$showCursorMarker?a.$gutterLayer.$showCursorMarker="theme":i||"theme"!=a.$gutterLayer.$showCursorMarker||(a.$gutterLayer.$showCursorMarker=null)}a.$theme=s.cssClass,a.theme=s,o.addCssClass(a.container,s.cssClass),o.setCssClass(a.container,"ace_dark",s.isDark),a.$size&&(a.$size.width=0,a.$updateSizeAsync()),a._dispatchEvent("themeLoaded",{theme:s}),t&&t(),x.isSafari&&a.scroller&&(a.scroller.style.background="red",a.scroller.style.background="")}},e.prototype.getTheme=function(){return this.$themeId},e.prototype.setStyle=function(e,t){o.setCssClass(this.container,e,!1!==t)},e.prototype.unsetStyle=function(e){o.removeCssClass(this.container,e)},e.prototype.setCursorStyle=function(e){o.setStyle(this.scroller.style,"cursor",e)},e.prototype.setMouseCursor=function(e){o.setStyle(this.scroller.style,"cursor",e)},e.prototype.attachToShadowRoot=function(){o.importCssString(f,"ace_editor.css",this.container)},e.prototype.destroy=function(){this.freeze(),this.$fontMetrics.destroy(),this.$cursorLayer.destroy(),this.removeAllListeners(),this.container.textContent="",this.setOption("useResizeObserver",!1)},e.prototype.$updateCustomScrollbar=function(e){var t=this;this.$horizScroll=this.$vScroll=null,this.scrollBarV.element.remove(),this.scrollBarH.element.remove(),!0===e?(this.scrollBarV=new u(this.container,this),this.scrollBarH=new g(this.container,this),this.scrollBarV.setHeight(this.$size.scrollerHeight),this.scrollBarH.setWidth(this.$size.scrollerWidth),this.scrollBarV.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollTop(e.data-t.scrollMargin.top)})),this.scrollBarH.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollLeft(e.data-t.scrollMargin.left)})),this.$scrollDecorator?(this.$scrollDecorator.setScrollBarV(this.scrollBarV),this.$scrollDecorator.$updateDecorators()):(this.$scrollDecorator=new w(this.scrollBarV,this),this.$scrollDecorator.$updateDecorators())):(this.scrollBarV=new p(this.container,this),this.scrollBarH=new h(this.container,this),this.scrollBarV.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollTop(e.data-t.scrollMargin.top)})),this.scrollBarH.addEventListener("scroll",(function(e){t.$scrollAnimation||t.session.setScrollLeft(e.data-t.scrollMargin.left)})))},e.prototype.$addResizeObserver=function(){if(window.ResizeObserver&&!this.$resizeObserver){var e=this;this.$resizeTimer=n.delayedCall((function(){e.destroyed||e.onResize()}),50),this.$resizeObserver=new window.ResizeObserver((function(t){var a=t[0].contentRect.width,s=t[0].contentRect.height;Math.abs(e.$size.width-a)>1||Math.abs(e.$size.height-s)>1?e.$resizeTimer.delay():e.$resizeTimer.cancel()})),this.$resizeObserver.observe(this.container)}},e}();k.prototype.CHANGE_CURSOR=1,k.prototype.CHANGE_MARKER=2,k.prototype.CHANGE_GUTTER=4,k.prototype.CHANGE_SCROLL=8,k.prototype.CHANGE_LINES=16,k.prototype.CHANGE_TEXT=32,k.prototype.CHANGE_SIZE=64,k.prototype.CHANGE_MARKER_BACK=128,k.prototype.CHANGE_MARKER_FRONT=256,k.prototype.CHANGE_FULL=512,k.prototype.CHANGE_H_SCROLL=1024,k.prototype.$changes=0,k.prototype.$padding=null,k.prototype.$frozen=!1,k.prototype.STEPS=8,s.implement(k.prototype,b),i.defineOptions(k.prototype,"renderer",{useResizeObserver:{set:function(e){!e&&this.$resizeObserver?(this.$resizeObserver.disconnect(),this.$resizeTimer.cancel(),this.$resizeTimer=this.$resizeObserver=null):e&&!this.$resizeObserver&&this.$addResizeObserver()}},animatedScroll:{initialValue:!1},showInvisibles:{set:function(e){this.$textLayer.setShowInvisibles(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!1},showPrintMargin:{set:function(){this.$updatePrintMargin()},initialValue:!0},printMarginColumn:{set:function(){this.$updatePrintMargin()},initialValue:80},printMargin:{set:function(e){"number"==typeof e&&(this.$printMarginColumn=e),this.$showPrintMargin=!!e,this.$updatePrintMargin()},get:function(){return this.$showPrintMargin&&this.$printMarginColumn}},showGutter:{set:function(e){this.$gutter.style.display=e?"block":"none",this.$loop.schedule(this.CHANGE_FULL),this.onGutterResize()},initialValue:!0},useSvgGutterIcons:{set:function(e){this.$gutterLayer.$useSvgGutterIcons=e},initialValue:!1},showFoldedAnnotations:{set:function(e){this.$gutterLayer.$showFoldedAnnotations=e},initialValue:!1},fadeFoldWidgets:{set:function(e){o.setCssClass(this.$gutter,"ace_fade-fold-widgets",e)},initialValue:!1},showFoldWidgets:{set:function(e){this.$gutterLayer.setShowFoldWidgets(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},displayIndentGuides:{set:function(e){this.$textLayer.setDisplayIndentGuides(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!0},highlightIndentGuides:{set:function(e){1==this.$textLayer.setHighlightIndentGuides(e)?this.$textLayer.$highlightIndentGuide():this.$textLayer.$clearActiveIndentGuide(this.$textLayer.$lines.cells)},initialValue:!0},highlightGutterLine:{set:function(e){this.$gutterLayer.setHighlightGutterLine(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},hScrollBarAlwaysVisible:{set:function(e){this.$hScrollBarAlwaysVisible&&this.$horizScroll||this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},vScrollBarAlwaysVisible:{set:function(e){this.$vScrollBarAlwaysVisible&&this.$vScroll||this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},fontSize:{set:function(e){"number"==typeof e&&(e+="px"),this.container.style.fontSize=e,this.updateFontSize()},initialValue:12},fontFamily:{set:function(e){this.container.style.fontFamily=e,this.updateFontSize()}},maxLines:{set:function(e){this.updateFull()}},minLines:{set:function(e){this.$minLines<562949953421311||(this.$minLines=0),this.updateFull()}},maxPixelHeight:{set:function(e){this.updateFull()},initialValue:0},scrollPastEnd:{set:function(e){e=+e||0,this.$scrollPastEnd!=e&&(this.$scrollPastEnd=e,this.$loop.schedule(this.CHANGE_SCROLL))},initialValue:0,handlesSet:!0},fixedWidthGutter:{set:function(e){this.$gutterLayer.$fixedWidth=!!e,this.$loop.schedule(this.CHANGE_GUTTER)}},customScrollbar:{set:function(e){this.$updateCustomScrollbar(e)},initialValue:!1},theme:{set:function(e){this.setTheme(e)},get:function(){return this.$themeId||this.theme},initialValue:"./theme/textmate",handlesSet:!0},hasCssTransforms:{},useTextareaForIME:{initialValue:!x.isMobile&&!x.isIE}}),t.VirtualRenderer=k})),ace.define("ace/worker/worker_client",["require","exports","module","ace/lib/oop","ace/lib/net","ace/lib/event_emitter","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/net"),n=e("../lib/event_emitter").EventEmitter,i=e("../config");function l(e){if("undefined"==typeof Worker)return{postMessage:function(){},terminate:function(){}};if(i.get("loadWorkerFromBlob")){var t=function(e){var t="importScripts('"+o.qualifyURL(e)+"');";try{return new Blob([t],{type:"application/javascript"})}catch(e){var a=new(window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder);return a.append(t),a.getBlob("application/javascript")}}(e),a=(window.URL||window.webkitURL).createObjectURL(t);return new Worker(a)}return new Worker(e)}var r=function(e){e.postMessage||(e=this.$createWorkerFromOldConfig.apply(this,arguments)),this.$worker=e,this.$sendDeltaQueue=this.$sendDeltaQueue.bind(this),this.changeListener=this.changeListener.bind(this),this.onMessage=this.onMessage.bind(this),this.callbackId=1,this.callbacks={},this.$worker.onmessage=this.onMessage};(function(){s.implement(this,n),this.$createWorkerFromOldConfig=function(t,a,s,o,n){if(e.nameToUrl&&!e.toUrl&&(e.toUrl=e.nameToUrl),i.get("packaged")||!e.toUrl)o=o||i.moduleUrl(a,"worker");else{var r=this.$normalizePath;o=o||r(e.toUrl("ace/worker/worker.js",null,"_"));var c={};t.forEach((function(t){c[t]=r(e.toUrl(t,null,"_").replace(/(\.js)?(\?.*)?$/,""))}))}return this.$worker=l(o),n&&this.send("importScripts",n),this.$worker.postMessage({init:!0,tlns:c,module:a,classname:s}),this.$worker},this.onMessage=function(e){var t=e.data;switch(t.type){case"event":this._signal(t.name,{data:t.data});break;case"call":var a=this.callbacks[t.id];a&&(a(t.data),delete this.callbacks[t.id]);break;case"error":this.reportError(t.data);break;case"log":window.console&&console.log&&console.log.apply(console,t.data)}},this.reportError=function(e){window.console&&console.error&&console.error(e)},this.$normalizePath=function(e){return o.qualifyURL(e)},this.terminate=function(){this._signal("terminate",{}),this.deltaQueue=null,this.$worker.terminate(),this.$worker.onerror=function(e){e.preventDefault()},this.$worker=null,this.$doc&&this.$doc.off("change",this.changeListener),this.$doc=null},this.send=function(e,t){this.$worker.postMessage({command:e,args:t})},this.call=function(e,t,a){if(a){var s=this.callbackId++;this.callbacks[s]=a,t.push(s)}this.send(e,t)},this.emit=function(e,t){try{t.data&&t.data.err&&(t.data.err={message:t.data.err.message,stack:t.data.err.stack,code:t.data.err.code}),this.$worker&&this.$worker.postMessage({event:e,data:{data:t.data}})}catch(e){console.error(e.stack)}},this.attachToDocument=function(e){this.$doc&&this.terminate(),this.$doc=e,this.call("setValue",[e.getValue()]),e.on("change",this.changeListener,!0)},this.changeListener=function(e){this.deltaQueue||(this.deltaQueue=[],setTimeout(this.$sendDeltaQueue,0)),"insert"==e.action?this.deltaQueue.push(e.start,e.lines):this.deltaQueue.push(e.start,e.end)},this.$sendDeltaQueue=function(){var e=this.deltaQueue;e&&(this.deltaQueue=null,e.length>50&&e.length>this.$doc.getLength()>>1?this.call("setValue",[this.$doc.getValue()]):this.emit("change",{data:e}))}}).call(r.prototype),t.UIWorkerClient=function(e,t,a){var s=null,o=!1,l=Object.create(n),c=[],d=new r({messageBuffer:c,terminate:function(){},postMessage:function(e){c.push(e),s&&(o?setTimeout(h):h())}});d.setEmitSync=function(e){o=e};var h=function(){var e=c.shift();e.command?s[e.command].apply(s,e.args):e.event&&l._signal(e.event,e.data)};return l.postMessage=function(e){d.onMessage({data:e})},l.callback=function(e,t){this.postMessage({type:"call",id:t,data:e})},l.emit=function(e,t){this.postMessage({type:"event",name:e,data:t})},i.loadModule(["worker",t],(function(e){for(s=new e[a](l);c.length;)h()})),d},t.WorkerClient=r,t.createWorker=l})),ace.define("ace/placeholder",["require","exports","module","ace/range","ace/lib/event_emitter","ace/lib/oop"],(function(e,t,a){"use strict";var s=e("./range").Range,o=e("./lib/event_emitter").EventEmitter,n=e("./lib/oop"),i=function(){function e(e,t,a,s,o,n){var i=this;this.length=t,this.session=e,this.doc=e.getDocument(),this.mainClass=o,this.othersClass=n,this.$onUpdate=this.onUpdate.bind(this),this.doc.on("change",this.$onUpdate,!0),this.$others=s,this.$onCursorChange=function(){setTimeout((function(){i.onCursorChange()}))},this.$pos=a;var l=e.getUndoManager().$undoStack||e.getUndoManager().$undostack||{length:-1};this.$undoStackDepth=l.length,this.setup(),e.selection.on("changeCursor",this.$onCursorChange)}return e.prototype.setup=function(){var e=this,t=this.doc,a=this.session;this.selectionBefore=a.selection.toJSON(),a.selection.inMultiSelectMode&&a.selection.toSingleRange(),this.pos=t.createAnchor(this.$pos.row,this.$pos.column);var o=this.pos;o.$insertRight=!0,o.detach(),o.markerId=a.addMarker(new s(o.row,o.column,o.row,o.column+this.length),this.mainClass,null,!1),this.others=[],this.$others.forEach((function(a){var s=t.createAnchor(a.row,a.column);s.$insertRight=!0,s.detach(),e.others.push(s)})),a.setUndoSelect(!1)},e.prototype.showOtherMarkers=function(){if(!this.othersActive){var e=this.session,t=this;this.othersActive=!0,this.others.forEach((function(a){a.markerId=e.addMarker(new s(a.row,a.column,a.row,a.column+t.length),t.othersClass,null,!1)}))}},e.prototype.hideOtherMarkers=function(){if(this.othersActive){this.othersActive=!1;for(var e=0;e<this.others.length;e++)this.session.removeMarker(this.others[e].markerId)}},e.prototype.onUpdate=function(e){if(this.$updating)return this.updateAnchors(e);var t=e;if(t.start.row===t.end.row&&t.start.row===this.pos.row){this.$updating=!0;var a="insert"===e.action?t.end.column-t.start.column:t.start.column-t.end.column,o=t.start.column>=this.pos.column&&t.start.column<=this.pos.column+this.length+1,n=t.start.column-this.pos.column;if(this.updateAnchors(e),o&&(this.length+=a),o&&!this.session.$fromUndo)if("insert"===e.action)for(var i=this.others.length-1;i>=0;i--){var l={row:(r=this.others[i]).row,column:r.column+n};this.doc.insertMergedLines(l,e.lines)}else if("remove"===e.action)for(i=this.others.length-1;i>=0;i--){var r;l={row:(r=this.others[i]).row,column:r.column+n},this.doc.remove(new s(l.row,l.column,l.row,l.column-a))}this.$updating=!1,this.updateMarkers()}},e.prototype.updateAnchors=function(e){this.pos.onChange(e);for(var t=this.others.length;t--;)this.others[t].onChange(e);this.updateMarkers()},e.prototype.updateMarkers=function(){if(!this.$updating){var e=this,t=this.session,a=function(a,o){t.removeMarker(a.markerId),a.markerId=t.addMarker(new s(a.row,a.column,a.row,a.column+e.length),o,null,!1)};a(this.pos,this.mainClass);for(var o=this.others.length;o--;)a(this.others[o],this.othersClass)}},e.prototype.onCursorChange=function(e){if(!this.$updating&&this.session){var t=this.session.selection.getCursor();t.row===this.pos.row&&t.column>=this.pos.column&&t.column<=this.pos.column+this.length?(this.showOtherMarkers(),this._emit("cursorEnter",e)):(this.hideOtherMarkers(),this._emit("cursorLeave",e))}},e.prototype.detach=function(){this.session.removeMarker(this.pos&&this.pos.markerId),this.hideOtherMarkers(),this.doc.off("change",this.$onUpdate),this.session.selection.off("changeCursor",this.$onCursorChange),this.session.setUndoSelect(!0),this.session=null},e.prototype.cancel=function(){if(-1!==this.$undoStackDepth){for(var e=this.session.getUndoManager(),t=(e.$undoStack||e.$undostack).length-this.$undoStackDepth,a=0;a<t;a++)e.undo(this.session,!0);this.selectionBefore&&this.session.selection.fromJSON(this.selectionBefore)}},e}();n.implement(i.prototype,o),t.PlaceHolder=i})),ace.define("ace/mouse/multi_select_handler",["require","exports","module","ace/lib/event","ace/lib/useragent"],(function(e,t,a){var s=e("../lib/event"),o=e("../lib/useragent");function n(e,t){return e.row==t.row&&e.column==t.column}t.onMouseDown=function(e){var t=e.domEvent,a=t.altKey,i=t.shiftKey,l=t.ctrlKey,r=e.getAccelKey(),c=e.getButton();if(l&&o.isMac&&(c=t.button),e.editor.inMultiSelectMode&&2==c)e.editor.textInput.onContextMenu(e.domEvent);else if(l||a||r){if(0===c){var d,h=e.editor,p=h.selection,g=h.inMultiSelectMode,u=e.getDocumentPosition(),m=p.getCursor(),v=e.inSelection()||p.isEmpty()&&n(u,m),b=e.x,f=e.y,w=h.session,x=h.renderer.pixelToScreenCoordinates(b,f),y=x;if(h.$mouseHandler.$enableJumpToDef)l&&a||r&&a?d=i?"block":"add":a&&h.$blockSelectEnabled&&(d="block");else if(r&&!a){if(d="add",!g&&i)return}else a&&h.$blockSelectEnabled&&(d="block");if(d&&o.isMac&&t.ctrlKey&&h.$mouseHandler.cancelContextMenu(),"add"==d){if(!g&&v)return;if(!g){var k=p.toOrientedRange();h.addSelectionMarker(k)}var C=p.rangeList.rangeAtPoint(u);h.inVirtualSelectionMode=!0,i&&(C=null,k=p.ranges[0]||k,h.removeSelectionMarker(k)),h.once("mouseup",(function(){var e=p.toOrientedRange();C&&e.isEmpty()&&n(C.cursor,e.cursor)?p.substractPoint(e.cursor):(i?p.substractPoint(k.cursor):k&&(h.removeSelectionMarker(k),p.addRange(k)),p.addRange(e)),h.inVirtualSelectionMode=!1}))}else if("block"==d){var _;e.stop(),h.inVirtualSelectionMode=!0;var M=[],z=function(){var e=h.renderer.pixelToScreenCoordinates(b,f),t=w.screenToDocumentPosition(e.row,e.column,e.offsetX);n(y,e)&&n(t,p.lead)||(y=e,h.selection.moveToPosition(t),h.renderer.scrollCursorIntoView(),h.removeSelectionMarkers(M),M=p.rectangularRangeBlock(y,x),h.$mouseHandler.$clickSelection&&1==M.length&&M[0].isEmpty()&&(M[0]=h.$mouseHandler.$clickSelection.clone()),M.forEach(h.addSelectionMarker,h),h.updateSelectionMarkers())};g&&!r?p.toSingleRange():!g&&r&&(_=p.toOrientedRange(),h.addSelectionMarker(_)),i?x=w.documentToScreenPosition(p.lead):p.moveToPosition(u),y={row:-1,column:-1};var j=z;s.capture(h.container,(function(e){b=e.clientX,f=e.clientY}),(function(e){z(),clearInterval(L),h.removeSelectionMarkers(M),M.length||(M=[p.toOrientedRange()]),_&&(h.removeSelectionMarker(_),p.toSingleRange(_));for(var t=0;t<M.length;t++)p.addRange(M[t]);h.inVirtualSelectionMode=!1,h.$mouseHandler.$clickSelection=null}));var L=setInterval((function(){j()}),20);return e.preventDefault()}}}else 0===c&&e.editor.inMultiSelectMode&&e.editor.exitMultiSelectMode()}})),ace.define("ace/commands/multi_select_commands",["require","exports","module","ace/keyboard/hash_handler"],(function(e,t,a){t.defaultCommands=[{name:"addCursorAbove",description:"Add cursor above",exec:function(e){e.selectMoreLines(-1)},bindKey:{win:"Ctrl-Alt-Up",mac:"Ctrl-Alt-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelow",description:"Add cursor below",exec:function(e){e.selectMoreLines(1)},bindKey:{win:"Ctrl-Alt-Down",mac:"Ctrl-Alt-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorAboveSkipCurrent",description:"Add cursor above (skip current)",exec:function(e){e.selectMoreLines(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Up",mac:"Ctrl-Alt-Shift-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelowSkipCurrent",description:"Add cursor below (skip current)",exec:function(e){e.selectMoreLines(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Down",mac:"Ctrl-Alt-Shift-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreBefore",description:"Select more before",exec:function(e){e.selectMore(-1)},bindKey:{win:"Ctrl-Alt-Left",mac:"Ctrl-Alt-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreAfter",description:"Select more after",exec:function(e){e.selectMore(1)},bindKey:{win:"Ctrl-Alt-Right",mac:"Ctrl-Alt-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextBefore",description:"Select next before",exec:function(e){e.selectMore(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Left",mac:"Ctrl-Alt-Shift-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextAfter",description:"Select next after",exec:function(e){e.selectMore(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Right",mac:"Ctrl-Alt-Shift-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"toggleSplitSelectionIntoLines",description:"Split selection into lines",exec:function(e){e.multiSelect.rangeCount>1?e.multiSelect.joinSelections():e.multiSelect.splitIntoLines()},bindKey:{win:"Ctrl-Alt-L",mac:"Ctrl-Alt-L"},readOnly:!0},{name:"splitSelectionIntoLines",description:"Split into lines",exec:function(e){e.multiSelect.splitIntoLines()},readOnly:!0},{name:"alignCursors",description:"Align cursors",exec:function(e){e.alignCursors()},bindKey:{win:"Ctrl-Alt-A",mac:"Ctrl-Alt-A"},scrollIntoView:"cursor"},{name:"findAll",description:"Find all",exec:function(e){e.findAll()},bindKey:{win:"Ctrl-Alt-K",mac:"Ctrl-Alt-G"},scrollIntoView:"cursor",readOnly:!0}],t.multiSelectCommands=[{name:"singleSelection",description:"Single selection",bindKey:"esc",exec:function(e){e.exitMultiSelectMode()},scrollIntoView:"cursor",readOnly:!0,isAvailable:function(e){return e&&e.inMultiSelectMode}}];var s=e("../keyboard/hash_handler").HashHandler;t.keyboardHandler=new s(t.multiSelectCommands)})),ace.define("ace/multi_select",["require","exports","module","ace/range_list","ace/range","ace/selection","ace/mouse/multi_select_handler","ace/lib/event","ace/lib/lang","ace/commands/multi_select_commands","ace/search","ace/edit_session","ace/editor","ace/config"],(function(e,t,a){var s=e("./range_list").RangeList,o=e("./range").Range,n=e("./selection").Selection,i=e("./mouse/multi_select_handler").onMouseDown,l=e("./lib/event"),r=e("./lib/lang"),c=e("./commands/multi_select_commands");t.commands=c.defaultCommands.concat(c.multiSelectCommands);var d=new(0,e("./search").Search),h=e("./edit_session").EditSession;(function(){this.getSelectionMarkers=function(){return this.$selectionMarkers}}).call(h.prototype),function(){this.ranges=null,this.rangeList=null,this.addRange=function(e,t){if(e){if(!this.inMultiSelectMode&&0===this.rangeCount){var a=this.toOrientedRange();if(this.rangeList.add(a),this.rangeList.add(e),2!=this.rangeList.ranges.length)return this.rangeList.removeAll(),t||this.fromOrientedRange(e);this.rangeList.removeAll(),this.rangeList.add(a),this.$onAddRange(a)}e.cursor||(e.cursor=e.end);var s=this.rangeList.add(e);return this.$onAddRange(e),s.length&&this.$onRemoveRange(s),this.rangeCount>1&&!this.inMultiSelectMode&&(this._signal("multiSelect"),this.inMultiSelectMode=!0,this.session.$undoSelect=!1,this.rangeList.attach(this.session)),t||this.fromOrientedRange(e)}},this.toSingleRange=function(e){e=e||this.ranges[0];var t=this.rangeList.removeAll();t.length&&this.$onRemoveRange(t),e&&this.fromOrientedRange(e)},this.substractPoint=function(e){var t=this.rangeList.substractPoint(e);if(t)return this.$onRemoveRange(t),t[0]},this.mergeOverlappingRanges=function(){var e=this.rangeList.merge();e.length&&this.$onRemoveRange(e)},this.$onAddRange=function(e){this.rangeCount=this.rangeList.ranges.length,this.ranges.unshift(e),this._signal("addRange",{range:e})},this.$onRemoveRange=function(e){if(this.rangeCount=this.rangeList.ranges.length,1==this.rangeCount&&this.inMultiSelectMode){var t=this.rangeList.ranges.pop();e.push(t),this.rangeCount=0}for(var a=e.length;a--;){var s=this.ranges.indexOf(e[a]);this.ranges.splice(s,1)}this._signal("removeRange",{ranges:e}),0===this.rangeCount&&this.inMultiSelectMode&&(this.inMultiSelectMode=!1,this._signal("singleSelect"),this.session.$undoSelect=!0,this.rangeList.detach(this.session)),(t=t||this.ranges[0])&&!t.isEqual(this.getRange())&&this.fromOrientedRange(t)},this.$initRangeList=function(){this.rangeList||(this.rangeList=new s,this.ranges=[],this.rangeCount=0)},this.getAllRanges=function(){return this.rangeCount?this.rangeList.ranges.concat():[this.getRange()]},this.splitIntoLines=function(){for(var e=this.ranges.length?this.ranges:[this.getRange()],t=[],a=0;a<e.length;a++){var s=e[a],n=s.start.row,i=s.end.row;if(n===i)t.push(s.clone());else{for(t.push(new o(n,s.start.column,n,this.session.getLine(n).length));++n<i;)t.push(this.getLineRange(n,!0));t.push(new o(i,0,i,s.end.column))}0!=a||this.isBackwards()||(t=t.reverse())}for(this.toSingleRange(),a=t.length;a--;)this.addRange(t[a])},this.joinSelections=function(){var e=this.rangeList.ranges,t=e[e.length-1],a=o.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(a,t.cursor==t.start)},this.toggleBlockSelection=function(){if(this.rangeCount>1){var e=this.rangeList.ranges,t=e[e.length-1],a=o.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(a,t.cursor==t.start)}else{var s=this.session.documentToScreenPosition(this.cursor),n=this.session.documentToScreenPosition(this.anchor);this.rectangularRangeBlock(s,n).forEach(this.addRange,this)}},this.rectangularRangeBlock=function(e,t,a){var s=[],n=e.column<t.column;if(n)var i=e.column,l=t.column,r=e.offsetX,c=t.offsetX;else i=t.column,l=e.column,r=t.offsetX,c=e.offsetX;var d,h,p,g=e.row<t.row;if(g)var u=e.row,m=t.row;else u=t.row,m=e.row;i<0&&(i=0),u<0&&(u=0),u==m&&(a=!0);for(var v=u;v<=m;v++){var b=o.fromPoints(this.session.screenToDocumentPosition(v,i,r),this.session.screenToDocumentPosition(v,l,c));if(b.isEmpty()){if(d&&(p=d,(h=b.end).row==p.row&&h.column==p.column))break;d=b.end}b.cursor=n?b.start:b.end,s.push(b)}if(g&&s.reverse(),!a){for(var f=s.length-1;s[f].isEmpty()&&f>0;)f--;if(f>0)for(var w=0;s[w].isEmpty();)w++;for(var x=f;x>=w;x--)s[x].isEmpty()&&s.splice(x,1)}return s}}.call(n.prototype);var p=e("./editor").Editor;function g(e){e.$multiselectOnSessionChange||(e.$onAddRange=e.$onAddRange.bind(e),e.$onRemoveRange=e.$onRemoveRange.bind(e),e.$onMultiSelect=e.$onMultiSelect.bind(e),e.$onSingleSelect=e.$onSingleSelect.bind(e),e.$multiselectOnSessionChange=t.onSessionChange.bind(e),e.$checkMultiselectChange=e.$checkMultiselectChange.bind(e),e.$multiselectOnSessionChange(e),e.on("changeSession",e.$multiselectOnSessionChange),e.on("mousedown",i),e.commands.addCommands(c.defaultCommands),function(e){if(e.textInput){var t=e.textInput.getElement(),a=!1;l.addListener(t,"keydown",(function(t){var o=18==t.keyCode&&!(t.ctrlKey||t.shiftKey||t.metaKey);e.$blockSelectEnabled&&o?a||(e.renderer.setMouseCursor("crosshair"),a=!0):a&&s()}),e),l.addListener(t,"keyup",s,e),l.addListener(t,"blur",s,e)}function s(t){a&&(e.renderer.setMouseCursor(""),a=!1)}}(e))}(function(){this.updateSelectionMarkers=function(){this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.addSelectionMarker=function(e){e.cursor||(e.cursor=e.end);var t=this.getSelectionStyle();return e.marker=this.session.addMarker(e,"ace_selection",t),this.session.$selectionMarkers.push(e),this.session.selectionMarkerCount=this.session.$selectionMarkers.length,e},this.removeSelectionMarker=function(e){if(e.marker){this.session.removeMarker(e.marker);var t=this.session.$selectionMarkers.indexOf(e);-1!=t&&this.session.$selectionMarkers.splice(t,1),this.session.selectionMarkerCount=this.session.$selectionMarkers.length}},this.removeSelectionMarkers=function(e){for(var t=this.session.$selectionMarkers,a=e.length;a--;){var s=e[a];if(s.marker){this.session.removeMarker(s.marker);var o=t.indexOf(s);-1!=o&&t.splice(o,1)}}this.session.selectionMarkerCount=t.length},this.$onAddRange=function(e){this.addSelectionMarker(e.range),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onRemoveRange=function(e){this.removeSelectionMarkers(e.ranges),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onMultiSelect=function(e){this.inMultiSelectMode||(this.inMultiSelectMode=!0,this.setStyle("ace_multiselect"),this.keyBinding.addKeyboardHandler(c.keyboardHandler),this.commands.setDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers())},this.$onSingleSelect=function(e){this.session.multiSelect.inVirtualMode||(this.inMultiSelectMode=!1,this.unsetStyle("ace_multiselect"),this.keyBinding.removeKeyboardHandler(c.keyboardHandler),this.commands.removeDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers(),this._emit("changeSelection"))},this.$onMultiSelectExec=function(e){var t=e.command,a=e.editor;if(a.multiSelect){if(t.multiSelectAction)"forEach"==t.multiSelectAction?s=a.forEachSelection(t,e.args):"forEachLine"==t.multiSelectAction?s=a.forEachSelection(t,e.args,!0):"single"==t.multiSelectAction?(a.exitMultiSelectMode(),s=t.exec(a,e.args||{})):s=t.multiSelectAction(a,e.args||{});else{var s=t.exec(a,e.args||{});a.multiSelect.addRange(a.multiSelect.toOrientedRange()),a.multiSelect.mergeOverlappingRanges()}return s}},this.forEachSelection=function(e,t,a){if(!this.inVirtualSelectionMode){var s,o=a&&a.keepOrder,i=1==a||a&&a.$byLines,l=this.session,r=this.selection,c=r.rangeList,d=(o?r:c).ranges;if(!d.length)return e.exec?e.exec(this,t||{}):e(this,t||{});var h=r._eventRegistry;r._eventRegistry={};var p=new n(l);this.inVirtualSelectionMode=!0;for(var g=d.length;g--;){if(i)for(;g>0&&d[g].start.row==d[g-1].end.row;)g--;p.fromOrientedRange(d[g]),p.index=g,this.selection=l.selection=p;var u=e.exec?e.exec(this,t||{}):e(this,t||{});s||void 0===u||(s=u),p.toOrientedRange(d[g])}p.detach(),this.selection=l.selection=r,this.inVirtualSelectionMode=!1,r._eventRegistry=h,r.mergeOverlappingRanges(),r.ranges[0]&&r.fromOrientedRange(r.ranges[0]);var m=this.renderer.$scrollAnimation;return this.onCursorChange(),this.onSelectionChange(),m&&m.from==m.to&&this.renderer.animateScrolling(m.from),s}},this.exitMultiSelectMode=function(){this.inMultiSelectMode&&!this.inVirtualSelectionMode&&this.multiSelect.toSingleRange()},this.getSelectedText=function(){var e="";if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){for(var t=this.multiSelect.rangeList.ranges,a=[],s=0;s<t.length;s++)a.push(this.session.getTextRange(t[s]));var o=this.session.getDocument().getNewLineCharacter();(e=a.join(o)).length==(a.length-1)*o.length&&(e="")}else this.selection.isEmpty()||(e=this.session.getTextRange(this.getSelectionRange()));return e},this.$checkMultiselectChange=function(e,t){if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){var a=this.multiSelect.ranges[0];if(this.multiSelect.isEmpty()&&t==this.multiSelect.anchor)return;var s=t==this.multiSelect.anchor?a.cursor==a.start?a.end:a.start:a.cursor;s.row!=t.row||this.session.$clipPositionToDocument(s.row,s.column).column!=t.column?this.multiSelect.toSingleRange(this.multiSelect.toOrientedRange()):this.multiSelect.mergeOverlappingRanges()}},this.findAll=function(e,t,a){if((t=t||{}).needle=e||t.needle,null==t.needle){var s=this.selection.isEmpty()?this.selection.getWordRange():this.selection.getRange();t.needle=this.session.getTextRange(s)}this.$search.set(t);var o=this.$search.findAll(this.session);if(!o.length)return 0;var n=this.multiSelect;a||n.toSingleRange(o[0]);for(var i=o.length;i--;)n.addRange(o[i],!0);return s&&n.rangeList.rangeAtPoint(s.start)&&n.addRange(s,!0),o.length},this.selectMoreLines=function(e,t){var a=this.selection.toOrientedRange(),s=a.cursor==a.end,n=this.session.documentToScreenPosition(a.cursor);this.selection.$desiredColumn&&(n.column=this.selection.$desiredColumn);var i,l=this.session.screenToDocumentPosition(n.row+e,n.column);if(a.isEmpty())c=l;else var r=this.session.documentToScreenPosition(s?a.end:a.start),c=this.session.screenToDocumentPosition(r.row+e,r.column);if(s?(i=o.fromPoints(l,c)).cursor=i.start:(i=o.fromPoints(c,l)).cursor=i.end,i.desiredColumn=n.column,this.selection.inMultiSelectMode){if(t)var d=a.cursor}else this.selection.addRange(a);this.selection.addRange(i),d&&this.selection.substractPoint(d)},this.transposeSelections=function(e){for(var t=this.session,a=t.multiSelect,s=a.ranges,o=s.length;o--;)if((l=s[o]).isEmpty()){var n=t.getWordRange(l.start.row,l.start.column);l.start.row=n.start.row,l.start.column=n.start.column,l.end.row=n.end.row,l.end.column=n.end.column}a.mergeOverlappingRanges();var i=[];for(o=s.length;o--;){var l=s[o];i.unshift(t.getTextRange(l))}for(e<0?i.unshift(i.pop()):i.push(i.shift()),o=s.length;o--;){var r=(l=s[o]).clone();t.replace(l,i[o]),l.start.row=r.start.row,l.start.column=r.start.column}a.fromOrientedRange(a.ranges[0])},this.selectMore=function(e,t,a){var s=this.session,o=s.multiSelect.toOrientedRange();if(!o.isEmpty()||((o=s.getWordRange(o.start.row,o.start.column)).cursor=-1==e?o.start:o.end,this.multiSelect.addRange(o),!a)){var n=s.getTextRange(o),i=function(e,t,a){return d.$options.wrap=!0,d.$options.needle=t,d.$options.backwards=-1==a,d.find(e)}(s,n,e);i&&(i.cursor=-1==e?i.start:i.end,this.session.unfold(i),this.multiSelect.addRange(i),this.renderer.scrollCursorIntoView(null,.5)),t&&this.multiSelect.substractPoint(o.cursor)}},this.alignCursors=function(){var e=this.session,t=e.multiSelect,a=t.ranges,s=-1,n=a.filter((function(e){if(e.cursor.row==s)return!0;s=e.cursor.row}));if(a.length&&n.length!=a.length-1){n.forEach((function(e){t.substractPoint(e.cursor)}));var i=0,l=1/0,c=a.map((function(t){var a=t.cursor,s=e.getLine(a.row).substr(a.column).search(/\S/g);return-1==s&&(s=0),a.column>i&&(i=a.column),s<l&&(l=s),s}));a.forEach((function(t,a){var s=t.cursor,n=i-s.column,d=c[a]-l;n>d?e.insert(s,r.stringRepeat(" ",n-d)):e.remove(new o(s.row,s.column,s.row,s.column-n+d)),t.start.column=t.end.column=i,t.start.row=t.end.row=s.row,t.cursor=t.end})),t.fromOrientedRange(a[0]),this.renderer.updateCursor(),this.renderer.updateBackMarkers()}else{var d=this.selection.getRange(),h=d.start.row,p=d.end.row,g=h==p;if(g){var u,m=this.session.getLength();do{u=this.session.getLine(p)}while(/[=:]/.test(u)&&++p<m);do{u=this.session.getLine(h)}while(/[=:]/.test(u)&&--h>0);h<0&&(h=0),p>=m&&(p=m-1)}var v=this.session.removeFullLines(h,p);v=this.$reAlignText(v,g),this.session.insert({row:h,column:0},v.join("\n")+"\n"),g||(d.start.column=0,d.end.column=v[v.length-1].length),this.selection.setRange(d)}},this.$reAlignText=function(e,t){var a,s,o,n=!0,i=!0;return e.map((function(e){var t=e.match(/(\s*)(.*?)(\s*)([=:].*)/);return t?null==a?(a=t[1].length,s=t[2].length,o=t[3].length,t):(a+s+o!=t[1].length+t[2].length+t[3].length&&(i=!1),a!=t[1].length&&(n=!1),a>t[1].length&&(a=t[1].length),s<t[2].length&&(s=t[2].length),o>t[3].length&&(o=t[3].length),t):[e]})).map(t?c:n?i?function(e){return e[2]?l(a+s-e[2].length)+e[2]+l(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}:c:function(e){return e[2]?l(a)+e[2]+l(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]});function l(e){return r.stringRepeat(" ",e)}function c(e){return e[2]?l(a)+e[2]+l(s-e[2].length+o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}}}).call(p.prototype),t.onSessionChange=function(e){var t=e.session;t&&!t.multiSelect&&(t.$selectionMarkers=[],t.selection.$initRangeList(),t.multiSelect=t.selection),this.multiSelect=t&&t.multiSelect;var a=e.oldSession;a&&(a.multiSelect.off("addRange",this.$onAddRange),a.multiSelect.off("removeRange",this.$onRemoveRange),a.multiSelect.off("multiSelect",this.$onMultiSelect),a.multiSelect.off("singleSelect",this.$onSingleSelect),a.multiSelect.lead.off("change",this.$checkMultiselectChange),a.multiSelect.anchor.off("change",this.$checkMultiselectChange)),t&&(t.multiSelect.on("addRange",this.$onAddRange),t.multiSelect.on("removeRange",this.$onRemoveRange),t.multiSelect.on("multiSelect",this.$onMultiSelect),t.multiSelect.on("singleSelect",this.$onSingleSelect),t.multiSelect.lead.on("change",this.$checkMultiselectChange),t.multiSelect.anchor.on("change",this.$checkMultiselectChange)),t&&this.inMultiSelectMode!=t.selection.inMultiSelectMode&&(t.selection.inMultiSelectMode?this.$onMultiSelect():this.$onSingleSelect())},t.MultiSelect=g,e("./config").defineOptions(p.prototype,"editor",{enableMultiselect:{set:function(e){g(this),e?this.on("mousedown",i):this.off("mousedown",i)},value:!0},enableBlockSelect:{set:function(e){this.$blockSelectEnabled=e},value:!0}})})),ace.define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../../range").Range,o=t.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(e,t,a){var s=e.getLine(a);return this.foldingStartMarker.test(s)?"start":"markbeginend"==t&&this.foldingStopMarker&&this.foldingStopMarker.test(s)?"end":""},this.getFoldWidgetRange=function(e,t,a){return null},this.indentationBlock=function(e,t,a){var o=/\S/,n=e.getLine(t),i=n.search(o);if(-1!=i){for(var l=a||n.length,r=e.getLength(),c=t,d=t;++t<r;){var h=e.getLine(t).search(o);if(-1!=h){if(h<=i){var p=e.getTokenAt(t,0);if(!p||"string"!==p.type)break}d=t}}if(d>c){var g=e.getLine(d).length;return new s(c,l,d,g)}}},this.openingBracketBlock=function(e,t,a,o,n){var i={row:a,column:o+1},l=e.$findClosingBracket(t,i,n);if(l){var r=e.foldWidgets[l.row];return null==r&&(r=e.getFoldWidget(l.row)),"start"==r&&l.row>i.row&&(l.row--,l.column=e.getLine(l.row).length),s.fromPoints(i,l)}},this.closingBracketBlock=function(e,t,a,o,n){var i={row:a,column:o},l=e.$findOpeningBracket(t,i);if(l)return l.column++,i.column--,s.fromPoints(l,i)}}).call(o.prototype)})),ace.define("ace/ext/error_marker",["require","exports","module","ace/lib/dom","ace/range","ace/config"],(function(e,t,a){"use strict";var s=e("../lib/dom"),o=e("../range").Range,n=e("../config").nls;t.showErrorMarker=function(e,t){var a=e.session,i=e.getCursorPosition(),l=i.row,r=a.widgetManager.getWidgetsAtRow(l).filter((function(e){return"errorMarker"==e.type}))[0];r?r.destroy():l-=t;var c,d=function(e,t,a){var s=e.getAnnotations().sort(o.comparePoints);if(s.length){var n=function(e,t,a){for(var s=0,o=e.length-1;s<=o;){var n=s+o>>1,i=a(t,e[n]);if(i>0)s=n+1;else{if(!(i<0))return n;o=n-1}}return-(s+1)}(s,{row:t,column:-1},o.comparePoints);n<0&&(n=-n-1),n>=s.length?n=a>0?0:s.length-1:0===n&&a<0&&(n=s.length-1);var i=s[n];if(i&&a){if(i.row===t){do{i=s[n+=a]}while(i&&i.row===t);if(!i)return s.slice()}var l=[];t=i.row;do{l[a<0?"unshift":"push"](i),i=s[n+=a]}while(i&&i.row==t);return l.length&&l}}}(a,l,t);if(d){var h=d[0];i.column=(h.pos&&"number"!=typeof h.column?h.pos.sc:h.column)||0,i.row=h.row,c=e.renderer.$gutterLayer.$annotations[i.row]}else{if(r)return;c={displayText:[n("error-marker.good-state","Looks good!")],className:"ace_ok"}}e.session.unfold(i.row),e.selection.moveToPosition(i);var p={row:i.row,fixedWidth:!0,coverGutter:!0,el:s.createElement("div"),type:"errorMarker"},g=p.el.appendChild(s.createElement("div")),u=p.el.appendChild(s.createElement("div"));u.className="error_widget_arrow "+c.className;var m=e.renderer.$cursorLayer.getPixelPosition(i).left;u.style.left=m+e.renderer.gutterWidth-5+"px",p.el.className="error_widget_wrapper",g.className="error_widget "+c.className,c.displayText.forEach((function(e,t){g.appendChild(s.createTextNode(e)),t<c.displayText.length-1&&g.appendChild(s.createElement("br"))})),g.appendChild(s.createElement("div"));var v=function(e,t,a){if(0===t&&("esc"===a||"return"===a))return p.destroy(),{command:"null"}};p.destroy=function(){e.$mouseHandler.isMousePressed||(e.keyBinding.removeKeyboardHandler(v),a.widgetManager.removeLineWidget(p),e.off("changeSelection",p.destroy),e.off("changeSession",p.destroy),e.off("mouseup",p.destroy),e.off("change",p.destroy))},e.keyBinding.addKeyboardHandler(v),e.on("changeSelection",p.destroy),e.on("changeSession",p.destroy),e.on("mouseup",p.destroy),e.on("change",p.destroy),e.session.widgetManager.addLineWidget(p),p.el.onmousedown=e.focus.bind(e),e.renderer.scrollCursorIntoView(null,.5,{bottom:p.el.offsetHeight})},s.importCssString("\n .error_widget_wrapper {\n background: inherit;\n color: inherit;\n border:none\n }\n .error_widget {\n border-top: solid 2px;\n border-bottom: solid 2px;\n margin: 5px 0;\n padding: 10px 40px;\n white-space: pre-wrap;\n }\n .error_widget.ace_error, .error_widget_arrow.ace_error{\n border-color: #ff5a5a\n }\n .error_widget.ace_warning, .error_widget_arrow.ace_warning{\n border-color: #F1D817\n }\n .error_widget.ace_info, .error_widget_arrow.ace_info{\n border-color: #5a5a5a\n }\n .error_widget.ace_ok, .error_widget_arrow.ace_ok{\n border-color: #5aaa5a\n }\n .error_widget_arrow {\n position: absolute;\n border: solid 5px;\n border-top-color: transparent!important;\n border-right-color: transparent!important;\n border-left-color: transparent!important;\n top: -5px;\n }\n","error_marker.css",!1)})),ace.define("ace/ace",["require","exports","module","ace/lib/dom","ace/range","ace/editor","ace/edit_session","ace/undomanager","ace/virtual_renderer","ace/worker/worker_client","ace/keyboard/hash_handler","ace/placeholder","ace/multi_select","ace/mode/folding/fold_mode","ace/theme/textmate","ace/ext/error_marker","ace/config","ace/loader_build"],(function(e,t,a){"use strict";e("./loader_build")(t);var s=e("./lib/dom"),o=e("./range").Range,n=e("./editor").Editor,i=e("./edit_session").EditSession,l=e("./undomanager").UndoManager,r=e("./virtual_renderer").VirtualRenderer;e("./worker/worker_client"),e("./keyboard/hash_handler"),e("./placeholder"),e("./multi_select"),e("./mode/folding/fold_mode"),e("./theme/textmate"),e("./ext/error_marker"),t.config=e("./config"),t.edit=function(e,a){if("string"==typeof e){var o=e;if(!(e=document.getElementById(o)))throw new Error("ace.edit can't find div #"+o)}if(e&&e.env&&e.env.editor instanceof n)return e.env.editor;var i="";if(e&&/input|textarea/i.test(e.tagName)){var l=e;i=l.value,e=s.createElement("pre"),l.parentNode.replaceChild(e,l)}else e&&(i=e.textContent,e.innerHTML="");var c=t.createEditSession(i),d=new n(new r(e),c,a),h={document:c,editor:d,onResize:d.resize.bind(d,null)};return l&&(h.textarea=l),d.on("destroy",(function(){h.editor.container.env=null})),d.container.env=d.env=h,d},t.createEditSession=function(e,t){var a=new i(e,t);return a.setUndoManager(new l),a},t.Range=o,t.Editor=n,t.EditSession=i,t.UndoManager=l,t.VirtualRenderer=r;var c=t.config.version;t.version=c})),ace.require(["ace/ace"],(function(t){t&&(t.config.init(!0),t.define=ace.define);var a=function(){return this}();for(var s in a||"undefined"==typeof window||(a=window),a||"undefined"==typeof self||(a=self),a.ace||(a.ace=t),t)t.hasOwnProperty(s)&&(a.ace[s]=t[s]);a.ace.default=a.ace,e&&(e.exports=a.ace)}))},47(e,t,a){e=a.nmd(e),ace.define("ace/snippets",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event_emitter","ace/lib/lang","ace/range","ace/range_list","ace/keyboard/hash_handler","ace/tokenizer","ace/clipboard","ace/editor"],(function(e,t,a){"use strict";var s=e("./lib/dom"),o=e("./lib/oop"),n=e("./lib/event_emitter").EventEmitter,i=e("./lib/lang"),l=e("./range").Range,r=e("./range_list").RangeList,c=e("./keyboard/hash_handler").HashHandler,d=e("./tokenizer").Tokenizer,h=e("./clipboard"),p={CURRENT_WORD:function(e){return e.session.getTextRange(e.session.getWordRange())},SELECTION:function(e,t,a){var s=e.session.getTextRange();return a?s.replace(/\n\r?([ \t]*\S)/g,"\n"+a+"$1"):s},CURRENT_LINE:function(e){return e.session.getLine(e.getCursorPosition().row)},PREV_LINE:function(e){return e.session.getLine(e.getCursorPosition().row-1)},LINE_INDEX:function(e){return e.getCursorPosition().row},LINE_NUMBER:function(e){return e.getCursorPosition().row+1},SOFT_TABS:function(e){return e.session.getUseSoftTabs()?"YES":"NO"},TAB_SIZE:function(e){return e.session.getTabSize()},CLIPBOARD:function(e){return h.getText&&h.getText()},FILENAME:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0]},FILENAME_BASE:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0].replace(/\.[^.]*$/,"")},DIRECTORY:function(e){return this.FILEPATH(e).replace(/[^/\\]*$/,"")},FILEPATH:function(e){return"/not implemented.txt"},WORKSPACE_NAME:function(){return"Unknown"},FULLNAME:function(){return"Unknown"},BLOCK_COMMENT_START:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.start||""},BLOCK_COMMENT_END:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.end||""},LINE_COMMENT:function(e){return(e.session.$mode||{}).lineCommentStart||""},CURRENT_YEAR:g.bind(null,{year:"numeric"}),CURRENT_YEAR_SHORT:g.bind(null,{year:"2-digit"}),CURRENT_MONTH:g.bind(null,{month:"numeric"}),CURRENT_MONTH_NAME:g.bind(null,{month:"long"}),CURRENT_MONTH_NAME_SHORT:g.bind(null,{month:"short"}),CURRENT_DATE:g.bind(null,{day:"2-digit"}),CURRENT_DAY_NAME:g.bind(null,{weekday:"long"}),CURRENT_DAY_NAME_SHORT:g.bind(null,{weekday:"short"}),CURRENT_HOUR:g.bind(null,{hour:"2-digit",hour12:!1}),CURRENT_MINUTE:g.bind(null,{minute:"2-digit"}),CURRENT_SECOND:g.bind(null,{second:"2-digit"})};function g(e){var t=(new Date).toLocaleString("en-us",e);return 1==t.length?"0"+t:t}p.SELECTED_TEXT=p.SELECTION;var u=function(){function e(){this.snippetMap={},this.snippetNameMap={},this.variables=p}return e.prototype.getTokenizer=function(){return e.$tokenizer||this.createTokenizer()},e.prototype.createTokenizer=function(){function t(e){return e=e.substr(1),/^\d+$/.test(e)?[{tabstopId:parseInt(e,10)}]:[{text:e}]}function a(e){return"(?:[^\\\\"+e+"]|\\\\.)"}var s={regex:"/("+a("/")+"+)/",onMatch:function(e,t,a){var s=a[0];return s.fmtString=!0,s.guard=e.slice(1,-1),s.flag="",""},next:"formatString"};return e.$tokenizer=new d({start:[{regex:/\\./,onMatch:function(e,t,a){var s=e[1];return("}"==s&&a.length||-1!="`$\\".indexOf(s))&&(e=s),[e]}},{regex:/}/,onMatch:function(e,t,a){return[a.length?a.shift():e]}},{regex:/\$(?:\d+|\w+)/,onMatch:t},{regex:/\$\{[\dA-Z_a-z]+/,onMatch:function(e,a,s){var o=t(e.substr(1));return s.unshift(o[0]),o},next:"snippetVar"},{regex:/\n/,token:"newline",merge:!1}],snippetVar:[{regex:"\\|"+a("\\|")+"*\\|",onMatch:function(e,t,a){var s=e.slice(1,-1).replace(/\\[,|\\]|,/g,(function(e){return 2==e.length?e[1]:"\0"})).split("\0").map((function(e){return{value:e}}));return a[0].choices=s,[s[0]]},next:"start"},s,{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"start"}],formatString:[{regex:/:/,onMatch:function(e,t,a){return a.length&&a[0].expectElse?(a[0].expectElse=!1,a[0].ifEnd={elseEnd:a[0]},[a[0].ifEnd]):":"}},{regex:/\\./,onMatch:function(e,t,a){var s=e[1];return"}"==s&&a.length||-1!="`$\\".indexOf(s)?e=s:"n"==s?e="\n":"t"==s?e="\t":-1!="ulULE".indexOf(s)&&(e={changeCase:s,local:s>"a"}),[e]}},{regex:"/\\w*}",onMatch:function(e,t,a){var s=a.shift();return s&&(s.flag=e.slice(1,-1)),this.next=s&&s.tabstopId?"start":"",[s||e]},next:"start"},{regex:/\$(?:\d+|\w+)/,onMatch:function(e,t,a){return[{text:e.slice(1)}]}},{regex:/\${\w+/,onMatch:function(e,t,a){var s={text:e.slice(2)};return a.unshift(s),[s]},next:"formatStringVar"},{regex:/\n/,token:"newline",merge:!1},{regex:/}/,onMatch:function(e,t,a){var s=a.shift();return this.next=s&&s.tabstopId?"start":"",[s||e]},next:"start"}],formatStringVar:[{regex:/:\/\w+}/,onMatch:function(e,t,a){return a[0].formatFunction=e.slice(2,-1),[a.shift()]},next:"formatString"},s,{regex:/:[\?\-+]?/,onMatch:function(e,t,a){"+"==e[1]&&(a[0].ifEnd=a[0]),"?"==e[1]&&(a[0].expectElse=!0)},next:"formatString"},{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"formatString"}]}),e.$tokenizer},e.prototype.tokenizeTmSnippet=function(e,t){return this.getTokenizer().getLineTokens(e,t).tokens.map((function(e){return e.value||e}))},e.prototype.getVariableValue=function(e,t,a){if(/^\d+$/.test(t))return(this.variables.__||{})[t]||"";if(/^[A-Z]\d+$/.test(t))return(this.variables[t[0]+"__"]||{})[t.substr(1)]||"";if(t=t.replace(/^TM_/,""),!this.variables.hasOwnProperty(t))return"";var s=this.variables[t];return"function"==typeof s&&(s=this.variables[t](e,t,a)),s??""},e.prototype.tmStrFormat=function(e,t,a){if(!t.fmt)return e;var s=t.flag||"",o=t.guard;o=new RegExp(o,s.replace(/[^gim]/g,""));var n="string"==typeof t.fmt?this.tokenizeTmSnippet(t.fmt,"formatString"):t.fmt,i=this,l=e.replace(o,(function(){var e=i.variables.__;i.variables.__=[].slice.call(arguments);for(var t=i.resolveVariables(n,a),s="E",o=0;o<t.length;o++){var l=t[o];if("object"==typeof l)if(t[o]="",l.changeCase&&l.local){var r=t[o+1];r&&"string"==typeof r&&("u"==l.changeCase?t[o]=r[0].toUpperCase():t[o]=r[0].toLowerCase(),t[o+1]=r.substr(1))}else l.changeCase&&(s=l.changeCase);else"U"==s?t[o]=l.toUpperCase():"L"==s&&(t[o]=l.toLowerCase())}return i.variables.__=e,t.join("")}));return l},e.prototype.tmFormatFunction=function(e,t,a){return"upcase"==t.formatFunction?e.toUpperCase():"downcase"==t.formatFunction?e.toLowerCase():e},e.prototype.resolveVariables=function(e,t){for(var a=[],s="",o=!0,n=0;n<e.length;n++){var i=e[n];if("string"!=typeof i){if(i){if(o=!1,i.fmtString){var l=e.indexOf(i,n+1);-1==l&&(l=e.length),i.fmt=e.slice(n+1,l),n=l}if(i.text){var r=this.getVariableValue(t,i.text,s)+"";i.fmtString&&(r=this.tmStrFormat(r,i,t)),i.formatFunction&&(r=this.tmFormatFunction(r,i,t)),r&&!i.ifEnd?(a.push(r),c(i)):!r&&i.ifEnd&&c(i.ifEnd)}else i.elseEnd?c(i.elseEnd):(null!=i.tabstopId||null!=i.changeCase)&&a.push(i)}}else a.push(i),"\n"==i?(o=!0,s=""):o&&(s=/^\t*/.exec(i)[0],o=/\S/.test(i))}function c(t){var a=e.indexOf(t,n+1);-1!=a&&(n=a)}return a},e.prototype.getDisplayTextForSnippet=function(e,t){return m.call(this,e,t).text},e.prototype.insertSnippetForSelection=function(e,t,a){void 0===a&&(a={});var s=m.call(this,e,t,a),o=e.getSelectionRange(),n=e.session.replace(o,s.text),i=new v(e),l=e.inVirtualSelectionMode&&e.selection.index;i.addTabstops(s.tabstops,o.start,n,l)},e.prototype.insertSnippet=function(e,t,a){void 0===a&&(a={});var s=this;if(e.inVirtualSelectionMode)return s.insertSnippetForSelection(e,t,a);e.forEachSelection((function(){s.insertSnippetForSelection(e,t,a)}),null,{keepOrder:!0}),e.tabstopManager&&e.tabstopManager.tabNext()},e.prototype.$getScope=function(e){var t=e.session.$mode.$id||"";if("html"===(t=t.split("/").pop())||"php"===t){"php"!==t||e.session.$mode.inlinePhp||(t="html");var a=e.getCursorPosition(),s=e.session.getState(a.row);"object"==typeof s&&(s=s[0]),s.substring&&("js-"==s.substring(0,3)?t="javascript":"css-"==s.substring(0,4)?t="css":"php-"==s.substring(0,4)&&(t="php"))}return t},e.prototype.getActiveScopes=function(e){var t=this.$getScope(e),a=[t],s=this.snippetMap;return s[t]&&s[t].includeScopes&&a.push.apply(a,s[t].includeScopes),a.push("_"),a},e.prototype.expandWithTab=function(e,t){var a=this,s=e.forEachSelection((function(){return a.expandSnippetForSelection(e,t)}),null,{keepOrder:!0});return s&&e.tabstopManager&&e.tabstopManager.tabNext(),s},e.prototype.expandSnippetForSelection=function(e,t){var a,s=e.getCursorPosition(),o=e.session.getLine(s.row),n=o.substring(0,s.column),i=o.substr(s.column),l=this.snippetMap;return this.getActiveScopes(e).some((function(e){var t=l[e];return t&&(a=this.findMatchingSnippet(t,n,i)),!!a}),this),!!a&&(t&&t.dryRun||(e.session.doc.removeInLine(s.row,s.column-a.replaceBefore.length,s.column+a.replaceAfter.length),this.variables.M__=a.matchBefore,this.variables.T__=a.matchAfter,this.insertSnippetForSelection(e,a.content),this.variables.M__=this.variables.T__=null),!0)},e.prototype.findMatchingSnippet=function(e,t,a){for(var s=e.length;s--;){var o=e[s];if((!o.startRe||o.startRe.test(t))&&(!o.endRe||o.endRe.test(a))&&(o.startRe||o.endRe))return o.matchBefore=o.startRe?o.startRe.exec(t):[""],o.matchAfter=o.endRe?o.endRe.exec(a):[""],o.replaceBefore=o.triggerRe?o.triggerRe.exec(t)[0]:"",o.replaceAfter=o.endTriggerRe?o.endTriggerRe.exec(a)[0]:"",o}},e.prototype.register=function(e,t){var a=this.snippetMap,s=this.snippetNameMap,o=this;function n(e){return e&&!/^\^?\(.*\)\$?$|^\\b$/.test(e)&&(e="(?:"+e+")"),e||""}function l(e,t,a){return e=n(e),t=n(t),a?(e=t+e)&&"$"!=e[e.length-1]&&(e+="$"):(e+=t)&&"^"!=e[0]&&(e="^"+e),new RegExp(e)}function r(e){e.scope||(e.scope=t||"_"),t=e.scope,a[t]||(a[t]=[],s[t]={});var n=s[t];if(e.name){var r=n[e.name];r&&o.unregister(r),n[e.name]=e}a[t].push(e),e.prefix&&(e.tabTrigger=e.prefix),!e.content&&e.body&&(e.content=Array.isArray(e.body)?e.body.join("\n"):e.body),e.tabTrigger&&!e.trigger&&(!e.guard&&/^\w/.test(e.tabTrigger)&&(e.guard="\\b"),e.trigger=i.escapeRegExp(e.tabTrigger)),(e.trigger||e.guard||e.endTrigger||e.endGuard)&&(e.startRe=l(e.trigger,e.guard,!0),e.triggerRe=new RegExp(e.trigger),e.endRe=l(e.endTrigger,e.endGuard,!0),e.endTriggerRe=new RegExp(e.endTrigger))}e||(e=[]),Array.isArray(e)?e.forEach(r):Object.keys(e).forEach((function(t){r(e[t])})),this._signal("registerSnippets",{scope:t})},e.prototype.unregister=function(e,t){var a=this.snippetMap,s=this.snippetNameMap;function o(e){var o=s[e.scope||t];if(o&&o[e.name]){delete o[e.name];var n=a[e.scope||t],i=n&&n.indexOf(e);i>=0&&n.splice(i,1)}}e.content?o(e):Array.isArray(e)&&e.forEach(o)},e.prototype.parseSnippetFile=function(e){e=e.replace(/\r/g,"");for(var t,a=[],s={},o=/^#.*|^({[\s\S]*})\s*$|^(\S+) (.*)$|^((?:\n*\t.*)+)/gm;t=o.exec(e);){if(t[1])try{s=JSON.parse(t[1]),a.push(s)}catch(e){}if(t[4])s.content=t[4].replace(/^\t/gm,""),a.push(s),s={};else{var n=t[2],i=t[3];if("regex"==n){var l=/\/((?:[^\/\\]|\\.)*)|$/g;s.guard=l.exec(i)[1],s.trigger=l.exec(i)[1],s.endTrigger=l.exec(i)[1],s.endGuard=l.exec(i)[1]}else"snippet"==n?(s.tabTrigger=i.match(/^\S*/)[0],s.name||(s.name=i)):n&&(s[n]=i)}}return a},e.prototype.getSnippetByName=function(e,t){var a,s=this.snippetNameMap;return this.getActiveScopes(t).some((function(t){var o=s[t];return o&&(a=o[e]),!!a}),this),a},e}();o.implement(u.prototype,n);var m=function(e,t,a){void 0===a&&(a={});var s=e.getCursorPosition(),o=e.session.getLine(s.row),n=e.session.getTabString(),i=o.match(/^\s*/)[0];s.column<i.length&&(i=i.slice(0,s.column)),t=t.replace(/\r/g,"");var l=this.tokenizeTmSnippet(t);l=(l=this.resolveVariables(l,e)).map((function(e){return"\n"!=e||a.excludeExtraIndent?"string"==typeof e?e.replace(/\t/g,n):e:e+i}));var r=[];l.forEach((function(e,t){if("object"==typeof e){var a=e.tabstopId,s=r[a];if(s||((s=r[a]=[]).index=a,s.value="",s.parents={}),-1===s.indexOf(e)){e.choices&&!s.choices&&(s.choices=e.choices),s.push(e);var o=l.indexOf(e,t+1);if(-1!==o){var n=l.slice(t+1,o);n.some((function(e){return"object"==typeof e}))&&!s.value?s.value=n:!n.length||s.value&&"string"==typeof s.value||(s.value=n.join(""))}}}})),r.forEach((function(e){e.length=0}));var c={};function d(e){for(var t=[],a=0;a<e.length;a++){var s=e[a];if("object"==typeof s){if(c[s.tabstopId])continue;s=t[e.lastIndexOf(s,a-1)]||{tabstopId:s.tabstopId}}t[a]=s}return t}for(var h=0;h<l.length;h++){var p=l[h];if("object"==typeof p){var g=p.tabstopId,u=r[g],m=l.indexOf(p,h+1);if(c[g])c[g]===p&&(delete c[g],Object.keys(c).forEach((function(e){u.parents[e]=!0})));else{c[g]=p;var v=u.value;"string"!=typeof v?v=d(v):p.fmt&&(v=this.tmStrFormat(v,p,e)),l.splice.apply(l,[h+1,Math.max(0,m-h)].concat(v,p)),-1===u.indexOf(p)&&u.push(p)}}}var b=0,f=0,w="";return l.forEach((function(e){if("string"==typeof e){var t=e.split("\n");t.length>1?(f=t[t.length-1].length,b+=t.length-1):f+=e.length,w+=e}else e&&(e.start?e.end={row:b,column:f}:e.start={row:b,column:f})})),{text:w,tabstops:r,tokens:l}},v=function(){function e(e){if(this.index=0,this.ranges=[],this.tabstops=[],e.tabstopManager)return e.tabstopManager;e.tabstopManager=this,this.$onChange=this.onChange.bind(this),this.$onChangeSelection=i.delayedCall(this.onChangeSelection.bind(this)).schedule,this.$onChangeSession=this.onChangeSession.bind(this),this.$onAfterExec=this.onAfterExec.bind(this),this.attach(e)}return e.prototype.attach=function(e){this.$openTabstops=null,this.selectedTabstop=null,this.editor=e,this.session=e.session,this.editor.on("change",this.$onChange),this.editor.on("changeSelection",this.$onChangeSelection),this.editor.on("changeSession",this.$onChangeSession),this.editor.commands.on("afterExec",this.$onAfterExec),this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler)},e.prototype.detach=function(){this.tabstops.forEach(this.removeTabstopMarkers,this),this.ranges.length=0,this.tabstops.length=0,this.selectedTabstop=null,this.editor.off("change",this.$onChange),this.editor.off("changeSelection",this.$onChangeSelection),this.editor.off("changeSession",this.$onChangeSession),this.editor.commands.off("afterExec",this.$onAfterExec),this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.tabstopManager=null,this.session=null,this.editor=null},e.prototype.onChange=function(e){for(var t="r"==e.action[0],a=this.selectedTabstop||{},s=a.parents||{},o=this.tabstops.slice(),n=0;n<o.length;n++){var i=o[n],l=i==a||s[i.index];if(i.rangeList.$bias=l?0:1,"remove"==e.action&&i!==a){var r=i.parents&&i.parents[a.index],c=i.rangeList.pointIndex(e.start,r);c=c<0?-c-1:c+1;var d=i.rangeList.pointIndex(e.end,r);d=d<0?-d-1:d-1;for(var h=i.rangeList.ranges.slice(c,d),p=0;p<h.length;p++)this.removeRange(h[p])}i.rangeList.$onChange(e)}var g=this.session;this.$inChange||!t||1!=g.getLength()||g.getValue()||this.detach()},e.prototype.updateLinkedFields=function(){var e=this.selectedTabstop;if(e&&e.hasLinkedRanges&&e.firstNonLinked){this.$inChange=!0;for(var a=this.session,s=a.getTextRange(e.firstNonLinked),o=0;o<e.length;o++){var n=e[o];if(n.linked){var i=n.original,l=t.snippetManager.tmStrFormat(s,i,this.editor);a.replace(n,l)}}this.$inChange=!1}},e.prototype.onAfterExec=function(e){e.command&&!e.command.readOnly&&this.updateLinkedFields()},e.prototype.onChangeSelection=function(){if(this.editor){for(var e=this.editor.selection.lead,t=this.editor.selection.anchor,a=this.editor.selection.isEmpty(),s=0;s<this.ranges.length;s++)if(!this.ranges[s].linked){var o=this.ranges[s].contains(e.row,e.column),n=a||this.ranges[s].contains(t.row,t.column);if(o&&n)return}this.detach()}},e.prototype.onChangeSession=function(){this.detach()},e.prototype.tabNext=function(e){var t=this.tabstops.length,a=this.index+(e||1);(a=Math.min(Math.max(a,1),t))==t&&(a=0),this.selectTabstop(a),this.updateTabstopMarkers(),0===a&&this.detach()},e.prototype.selectTabstop=function(e){this.$openTabstops=null;var t=this.tabstops[this.index];if(t&&this.addTabstopMarkers(t),this.index=e,(t=this.tabstops[this.index])&&t.length){this.selectedTabstop=t;var a=t.firstNonLinked||t;if(t.choices&&(a.cursor=a.start),this.editor.inVirtualSelectionMode)this.editor.selection.fromOrientedRange(a);else{var s=this.editor.multiSelect;s.toSingleRange(a);for(var o=0;o<t.length;o++)t.hasLinkedRanges&&t[o].linked||s.addRange(t[o].clone(),!0)}this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler),this.selectedTabstop&&this.selectedTabstop.choices&&this.editor.execCommand("startAutocomplete",{matches:this.selectedTabstop.choices})}},e.prototype.addTabstops=function(e,t,a){var s=this.useLink||!this.editor.getOption("enableMultiselect");if(this.$openTabstops||(this.$openTabstops=[]),!e[0]){var o=l.fromPoints(a,a);f(o.start,t),f(o.end,t),e[0]=[o],e[0].index=0}var n=[this.index+1,0],i=this.ranges,c=this.snippetId=(this.snippetId||0)+1;e.forEach((function(e,a){var o=this.$openTabstops[a]||e;o.snippetId=c;for(var d=0;d<e.length;d++){var h=e[d],p=l.fromPoints(h.start,h.end||h.start);b(p.start,t),b(p.end,t),p.original=h,p.tabstop=o,i.push(p),o!=e?o.unshift(p):o[d]=p,h.fmtString||o.firstNonLinked&&s?(p.linked=!0,o.hasLinkedRanges=!0):o.firstNonLinked||(o.firstNonLinked=p)}o.firstNonLinked||(o.hasLinkedRanges=!1),o===e&&(n.push(o),this.$openTabstops[a]=o),this.addTabstopMarkers(o),o.rangeList=o.rangeList||new r,o.rangeList.$bias=0,o.rangeList.addList(o)}),this),n.length>2&&(this.tabstops.length&&n.push(n.splice(2,1)[0]),this.tabstops.splice.apply(this.tabstops,n))},e.prototype.addTabstopMarkers=function(e){var t=this.session;e.forEach((function(e){e.markerId||(e.markerId=t.addMarker(e,"ace_snippet-marker","text"))}))},e.prototype.removeTabstopMarkers=function(e){var t=this.session;e.forEach((function(e){t.removeMarker(e.markerId),e.markerId=null}))},e.prototype.updateTabstopMarkers=function(){if(this.selectedTabstop){var e=this.selectedTabstop.snippetId;0===this.selectedTabstop.index&&e--,this.tabstops.forEach((function(t){t.snippetId===e?this.addTabstopMarkers(t):this.removeTabstopMarkers(t)}),this)}},e.prototype.removeRange=function(e){var t=e.tabstop.indexOf(e);-1!=t&&e.tabstop.splice(t,1),-1!=(t=this.ranges.indexOf(e))&&this.ranges.splice(t,1),-1!=(t=e.tabstop.rangeList.ranges.indexOf(e))&&e.tabstop.splice(t,1),this.session.removeMarker(e.markerId),e.tabstop.length||(-1!=(t=this.tabstops.indexOf(e.tabstop))&&this.tabstops.splice(t,1),this.tabstops.length||this.detach())},e}();v.prototype.keyboardHandler=new c,v.prototype.keyboardHandler.bindKeys({Tab:function(e){t.snippetManager&&t.snippetManager.expandWithTab(e)||(e.tabstopManager.tabNext(1),e.renderer.scrollCursorIntoView())},"Shift-Tab":function(e){e.tabstopManager.tabNext(-1),e.renderer.scrollCursorIntoView()},Esc:function(e){e.tabstopManager.detach()}});var b=function(e,t){0==e.row&&(e.column+=t.column),e.row+=t.row},f=function(e,t){e.row==t.row&&(e.column-=t.column),e.row-=t.row};s.importCssString("\n.ace_snippet-marker {\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n background: rgba(194, 193, 208, 0.09);\n border: 1px dotted rgba(211, 208, 235, 0.62);\n position: absolute;\n}","snippets.css",!1),t.snippetManager=new u;var w=e("./editor").Editor;(function(){this.insertSnippet=function(e,a){return t.snippetManager.insertSnippet(this,e,a)},this.expandSnippet=function(e){return t.snippetManager.expandWithTab(this,e)}}).call(w.prototype)})),ace.define("ace/autocomplete/popup",["require","exports","module","ace/virtual_renderer","ace/editor","ace/range","ace/lib/event","ace/lib/lang","ace/lib/dom","ace/config","ace/lib/useragent"],(function(e,t,a){"use strict";var s=e("../virtual_renderer").VirtualRenderer,o=e("../editor").Editor,n=e("../range").Range,i=e("../lib/event"),l=e("../lib/lang"),r=e("../lib/dom"),c=e("../config").nls,d=e("./../lib/useragent"),h=function(e){return"suggest-aria-id:".concat(e)},p=d.isSafari?"menu":"listbox",g=d.isSafari?"menuitem":"option",u=d.isSafari?"aria-current":"aria-selected",m=function(e){var t=new s(e);t.$maxLines=4;var a=new o(t);return a.setHighlightActiveLine(!1),a.setShowPrintMargin(!1),a.renderer.setShowGutter(!1),a.renderer.setHighlightGutterLine(!1),a.$mouseHandler.$focusTimeout=0,a.$highlightTagPending=!0,a};r.importCssString('\n.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\n background-color: #CAD6FA;\n z-index: 1;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {\n background-color: #3a674e;\n}\n.ace_editor.ace_autocomplete .ace_line-hover {\n border: 1px solid #abbffe;\n margin-top: -1px;\n background: rgba(233,233,253,0.4);\n position: absolute;\n z-index: 2;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_line-hover {\n border: 1px solid rgba(109, 150, 13, 0.8);\n background: rgba(58, 103, 78, 0.62);\n}\n.ace_completion-meta {\n opacity: 0.5;\n margin-left: 0.9em;\n}\n.ace_completion-message {\n margin-left: 0.9em;\n color: blue;\n}\n.ace_editor.ace_autocomplete .ace_completion-highlight{\n color: #2d69c7;\n}\n.ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{\n color: #93ca12;\n}\n.ace_editor.ace_autocomplete {\n width: 300px;\n z-index: 200000;\n border: 1px lightgray solid;\n position: fixed;\n box-shadow: 2px 3px 5px rgba(0,0,0,.2);\n line-height: 1.4;\n background: #fefefe;\n color: #111;\n}\n.ace_dark.ace_editor.ace_autocomplete {\n border: 1px #484747 solid;\n box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51);\n line-height: 1.4;\n background: #25282c;\n color: #c1c1c1;\n}\n.ace_autocomplete .ace_text-layer {\n width: calc(100% - 8px);\n}\n.ace_autocomplete .ace_line {\n display: flex;\n align-items: center;\n}\n.ace_autocomplete .ace_line > * {\n min-width: 0;\n flex: 0 0 auto;\n}\n.ace_autocomplete .ace_line .ace_ {\n flex: 0 1 auto;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.ace_autocomplete .ace_completion-spacer {\n flex: 1;\n}\n.ace_autocomplete.ace_loading:after {\n content: "";\n position: absolute;\n top: 0px;\n height: 2px;\n width: 8%;\n background: blue;\n z-index: 100;\n animation: ace_progress 3s infinite linear;\n animation-delay: 300ms;\n transform: translateX(-100%) scaleX(1);\n}\n@keyframes ace_progress {\n 0% { transform: translateX(-100%) scaleX(1) }\n 50% { transform: translateX(625%) scaleX(2) } \n 100% { transform: translateX(1500%) scaleX(3) } \n}\n@media (prefers-reduced-motion) {\n .ace_autocomplete.ace_loading:after {\n transform: translateX(625%) scaleX(2);\n animation: none;\n }\n}\n',"autocompletion.css",!1),t.AcePopup=function(e){var t=r.createElement("div"),a=m(t);e&&e.appendChild(t),t.style.display="none",a.renderer.content.style.cursor="default",a.renderer.setStyle("ace_autocomplete"),a.renderer.$textLayer.element.setAttribute("role",p),a.renderer.$textLayer.element.setAttribute("aria-roledescription",c("autocomplete.popup.aria-roledescription","Autocomplete suggestions")),a.renderer.$textLayer.element.setAttribute("aria-label",c("autocomplete.popup.aria-label","Autocomplete suggestions")),a.renderer.textarea.setAttribute("aria-hidden","true"),a.setOption("displayIndentGuides",!1),a.setOption("dragDelay",150);var s,o=function(){};a.focus=o,a.$isFocused=!0,a.renderer.$cursorLayer.restartTimer=o,a.renderer.$cursorLayer.element.style.opacity="0",a.renderer.$maxLines=8,a.renderer.$keepTextAreaAtCursor=!1,a.setHighlightActiveLine(!1),a.session.highlight(""),a.session.$searchHighlight.clazz="ace_highlight-marker",a.on("mousedown",(function(e){var t=e.getDocumentPosition();a.selection.moveToPosition(t),v.start.row=v.end.row=t.row,e.stop()}));var d=new n(-1,0,-1,1/0),v=new n(-1,0,-1,1/0);v.id=a.session.addMarker(v,"ace_active-line","fullLine"),a.setSelectOnHover=function(e){e?d.id&&(a.session.removeMarker(d.id),d.id=null):d.id=a.session.addMarker(d,"ace_line-hover","fullLine")},a.setSelectOnHover(!1),a.on("mousemove",(function(e){if(s){if(s.x!=e.x||s.y!=e.y){(s=e).scrollTop=a.renderer.scrollTop,a.isMouseOver=!0;var t=s.getDocumentPosition().row;d.start.row!=t&&(d.id||a.setRow(t),f(t))}}else s=e})),a.renderer.on("beforeRender",(function(){if(s&&-1!=d.start.row){s.$pos=null;var e=s.getDocumentPosition().row;d.id||a.setRow(e),f(e,!0)}})),a.renderer.on("afterRender",(function(){for(var e=a.renderer.$textLayer,t=e.config.firstRow,s=e.config.lastRow;t<=s;t++){var o=e.element.childNodes[t-e.config.firstRow];o.setAttribute("role",g),o.setAttribute("aria-roledescription",c("autocomplete.popup.item.aria-roledescription","item")),o.setAttribute("aria-setsize",a.data.length),o.setAttribute("aria-describedby","doc-tooltip"),o.setAttribute("aria-posinset",t+1);var n=a.getData(t);if(n){var i="".concat(n.caption||n.value).concat(n.meta?", ".concat(n.meta):"");o.setAttribute("aria-label",i)}o.querySelectorAll(".ace_completion-highlight").forEach((function(e){e.setAttribute("role","mark")}))}})),a.renderer.on("afterRender",(function(){var e=a.getRow(),t=a.renderer.$textLayer,s=t.element.childNodes[e-t.config.firstRow],o=document.activeElement;if(s!==a.selectedNode&&a.selectedNode&&(r.removeCssClass(a.selectedNode,"ace_selected"),a.selectedNode.removeAttribute(u),a.selectedNode.removeAttribute("id")),o.removeAttribute("aria-activedescendant"),a.selectedNode=s,s){var n=h(e);r.addCssClass(s,"ace_selected"),s.id=n,t.element.setAttribute("aria-activedescendant",n),o.setAttribute("aria-activedescendant",n),s.setAttribute(u,"true")}}));var b=function(){f(-1)},f=function(e,t){e!==d.start.row&&(d.start.row=d.end.row=e,t||a.session._emit("changeBackMarker"),a._emit("changeHoverMarker"))};a.getHoveredRow=function(){return d.start.row},i.addListener(a.container,"mouseout",(function(){a.isMouseOver=!1,b()})),a.on("hide",b),a.on("changeSelection",b),a.session.doc.getLength=function(){return a.data.length},a.session.doc.getLine=function(e){var t=a.data[e];return"string"==typeof t?t:t&&t.value||""};var w=a.session.bgTokenizer;return w.$tokenizeRow=function(e){var t=a.data[e],s=[];if(!t)return s;"string"==typeof t&&(t={value:t});var o=t.caption||t.value||t.name;function n(e,a){e&&s.push({type:(t.className||"")+(a||""),value:e})}for(var i=o.toLowerCase(),l=(a.filterText||"").toLowerCase(),r=0,c=0,d=0;d<=l.length;d++)if(d!=c&&(t.matchMask&1<<d||d==l.length)){var h=l.slice(c,d);c=d;var p=i.indexOf(h,r);if(-1==p)continue;n(o.slice(r,p),""),r=p+h.length,n(o.slice(p,r),"completion-highlight")}return n(o.slice(r,o.length),""),s.push({type:"completion-spacer",value:" "}),t.meta&&s.push({type:"completion-meta",value:t.meta}),t.message&&s.push({type:"completion-message",value:t.message}),s},w.$updateOnChange=o,w.start=o,a.session.$computeWidth=function(){return this.screenWidth=0},a.isOpen=!1,a.isTopdown=!1,a.autoSelect=!0,a.filterText="",a.isMouseOver=!1,a.data=[],a.setData=function(e,t){a.filterText=t||"",a.setValue(l.stringRepeat("\n",e.length),-1),a.data=e||[],a.setRow(0)},a.getData=function(e){return a.data[e]},a.getRow=function(){return v.start.row},a.setRow=function(e){e=Math.max(this.autoSelect?0:-1,Math.min(this.data.length-1,e)),v.start.row!=e&&(a.selection.clearSelection(),v.start.row=v.end.row=e||0,a.session._emit("changeBackMarker"),a.moveCursorTo(e||0,0),a.isOpen&&a._signal("select"))},a.on("changeSelection",(function(){a.isOpen&&a.setRow(a.selection.lead.row),a.renderer.scrollCursorIntoView()})),a.hide=function(){this.container.style.display="none",a.anchorPos=null,a.anchor=null,a.isOpen&&(a.isOpen=!1,this._signal("hide"))},a.tryShow=function(e,t,o,n){if(!n&&a.isOpen&&a.anchorPos&&a.anchor&&a.anchorPos.top===e.top&&a.anchorPos.left===e.left&&a.anchor===o)return!0;var i=this.container,l=this.renderer.scrollBar.width||10,c=window.innerHeight-l,d=window.innerWidth-l,h=this.renderer,p=h.$maxLines*t*1.4,g={top:0,bottom:0,left:0},u=c-e.top-3*this.$borderSize-t,m=e.top-3*this.$borderSize;o||(o=m<=u||u>=p?"bottom":"top"),"top"===o?(g.bottom=e.top-this.$borderSize,g.top=g.bottom-p):"bottom"===o&&(g.top=e.top+t+this.$borderSize,g.bottom=g.top+p);var v=g.top>=0&&g.bottom<=c;if(!n&&!v)return!1;h.$maxPixelHeight=v?null:"top"===o?m:u,"top"===o?(i.style.top="",i.style.bottom=c+l-g.bottom+"px",a.isTopdown=!1):(i.style.top=g.top+"px",i.style.bottom="",a.isTopdown=!0),i.style.display="";var b=e.left;return b+i.offsetWidth>d&&(b=d-i.offsetWidth),i.style.left=b+"px",i.style.right="",r.$fixPositionBug(i),a.isOpen||(a.isOpen=!0,this._signal("show"),s=null),a.anchorPos=e,a.anchor=o,!0},a.show=function(e,t,a){this.tryShow(e,t,a?"bottom":void 0,!0)},a.goTo=function(e){var t=this.getRow(),a=this.session.getLength()-1;switch(e){case"up":t=t<=0?a:t-1;break;case"down":t=t>=a?-1:t+1;break;case"start":t=0;break;case"end":t=a}this.setRow(t)},a.getTextLeftOffset=function(){return this.$borderSize+this.renderer.$padding+this.$imageSize},a.$imageSize=0,a.$borderSize=1,a},t.$singleLineEditor=m,t.getAriaId=h})),ace.define("ace/autocomplete/inline_screenreader",["require","exports","module"],(function(e,t,a){"use strict";var s=function(){function e(e){this.editor=e,this.screenReaderDiv=document.createElement("div"),this.screenReaderDiv.classList.add("ace_screenreader-only"),this.editor.container.appendChild(this.screenReaderDiv)}return e.prototype.setScreenReaderContent=function(e){for(!this.popup&&this.editor.completer&&this.editor.completer.popup&&(this.popup=this.editor.completer.popup,this.popup.renderer.on("afterRender",function(){var e=this.popup.getRow(),t=this.popup.renderer.$textLayer,a=t.element.childNodes[e-t.config.firstRow];if(a){for(var s="doc-tooltip ",o=0;o<this._lines.length;o++)s+="ace-inline-screenreader-line-".concat(o," ");a.setAttribute("aria-describedby",s)}}.bind(this)));this.screenReaderDiv.firstChild;)this.screenReaderDiv.removeChild(this.screenReaderDiv.firstChild);this._lines=e.split(/\r\n|\r|\n/);var t=this.createCodeBlock();this.screenReaderDiv.appendChild(t)},e.prototype.destroy=function(){this.screenReaderDiv.remove()},e.prototype.createCodeBlock=function(){var e=document.createElement("pre");e.setAttribute("id","ace-inline-screenreader");for(var t=0;t<this._lines.length;t++){var a=document.createElement("code");a.setAttribute("id","ace-inline-screenreader-line-".concat(t));var s=document.createTextNode(this._lines[t]);a.appendChild(s),e.appendChild(a)}return e},e}();t.AceInlineScreenReader=s})),ace.define("ace/autocomplete/inline",["require","exports","module","ace/snippets","ace/autocomplete/inline_screenreader"],(function(e,t,a){"use strict";var s=e("../snippets").snippetManager,o=e("./inline_screenreader").AceInlineScreenReader,n=function(){function e(){this.editor=null}return e.prototype.show=function(e,t,a){if(a=a||"",e&&this.editor&&this.editor!==e&&(this.hide(),this.editor=null,this.inlineScreenReader=null),!e||!t)return!1;this.inlineScreenReader||(this.inlineScreenReader=new o(e));var n=t.snippet?s.getDisplayTextForSnippet(e,t.snippet):t.value;return!(t.hideInlinePreview||!n||!n.startsWith(a)||(this.editor=e,this.inlineScreenReader.setScreenReaderContent(n),""===(n=n.slice(a.length))?e.removeGhostText():e.setGhostText(n),0))},e.prototype.isOpen=function(){return!!this.editor&&!!this.editor.renderer.$ghostText},e.prototype.hide=function(){return!!this.editor&&(this.editor.removeGhostText(),!0)},e.prototype.destroy=function(){this.hide(),this.editor=null,this.inlineScreenReader&&(this.inlineScreenReader.destroy(),this.inlineScreenReader=null)},e}();t.AceInline=n})),ace.define("ace/autocomplete/util",["require","exports","module"],(function(e,t,a){"use strict";t.parForEach=function(e,t,a){var s=0,o=e.length;0===o&&a();for(var n=0;n<o;n++)t(e[n],(function(e,t){++s===o&&a(e,t)}))};var s=/[a-zA-Z_0-9\$\-\u00A2-\u2000\u2070-\uFFFF]/;t.retrievePrecedingIdentifier=function(e,t,a){a=a||s;for(var o=[],n=t-1;n>=0&&a.test(e[n]);n--)o.push(e[n]);return o.reverse().join("")},t.retrieveFollowingIdentifier=function(e,t,a){a=a||s;for(var o=[],n=t;n<e.length&&a.test(e[n]);n++)o.push(e[n]);return o},t.getCompletionPrefix=function(e){var t,a=e.getCursorPosition(),s=e.session.getLine(a.row);return e.completers.forEach(function(e){e.identifierRegexps&&e.identifierRegexps.forEach(function(e){!t&&e&&(t=this.retrievePrecedingIdentifier(s,a.column,e))}.bind(this))}.bind(this)),t||this.retrievePrecedingIdentifier(s,a.column)},t.triggerAutocomplete=function(e,t){return t=t??e.session.getPrecedingCharacter(),e.completers.some((function(e){if(e.triggerCharacters&&Array.isArray(e.triggerCharacters))return e.triggerCharacters.includes(t)}))}})),ace.define("ace/autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/popup","ace/autocomplete/inline","ace/autocomplete/popup","ace/autocomplete/util","ace/lib/lang","ace/lib/dom","ace/snippets","ace/config","ace/lib/event","ace/lib/scroll"],(function(e,t,a){"use strict";var s=e("./keyboard/hash_handler").HashHandler,o=e("./autocomplete/popup").AcePopup,n=e("./autocomplete/inline").AceInline,i=e("./autocomplete/popup").getAriaId,l=e("./autocomplete/util"),r=e("./lib/lang"),c=e("./lib/dom"),d=e("./snippets").snippetManager,h=e("./config"),p=e("./lib/event"),g=e("./lib/scroll").preventParentScroll,u=function(e,t){t.completer&&t.completer.destroy()},m=function(){function e(){this.autoInsert=!1,this.autoSelect=!0,this.autoShown=!1,this.exactMatch=!1,this.inlineEnabled=!1,this.keyboardHandler=new s,this.keyboardHandler.bindKeys(this.commands),this.parentNode=null,this.setSelectOnHover=!1,this.hasSeen=new Set,this.showLoadingState=!1,this.stickySelectionDelay=500,this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.mousedownListener=this.mousedownListener.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this),this.onLayoutChange=this.onLayoutChange.bind(this),this.changeTimer=r.delayedCall(function(){this.updateCompletions(!0)}.bind(this)),this.tooltipTimer=r.delayedCall(this.updateDocTooltip.bind(this),50),this.popupTimer=r.delayedCall(this.$updatePopupPosition.bind(this),50),this.stickySelectionTimer=r.delayedCall(function(){this.stickySelection=!0}.bind(this),this.stickySelectionDelay),this.$firstOpenTimer=r.delayedCall(function(){var t=this.completionProvider&&this.completionProvider.initialPosition;this.autoShown||this.popup&&this.popup.isOpen||!t||0===this.editor.completers.length||(this.completions=new b(e.completionsForLoading),this.openPopup(this.editor,t.prefix,!1),this.popup.renderer.setStyle("ace_loading",!0))}.bind(this),this.stickySelectionDelay)}return Object.defineProperty(e,"completionsForLoading",{get:function(){return[{caption:h.nls("autocomplete.loading","Loading..."),value:""}]},enumerable:!1,configurable:!0}),e.prototype.$init=function(){return this.popup=new o(this.parentNode||document.body||document.documentElement),this.popup.on("click",function(e){this.insertMatch(),e.stop()}.bind(this)),this.popup.focus=this.editor.focus.bind(this.editor),this.popup.on("show",this.$onPopupShow.bind(this)),this.popup.on("hide",this.$onHidePopup.bind(this)),this.popup.on("select",this.$onPopupChange.bind(this)),p.addListener(this.popup.container,"mouseout",this.mouseOutListener.bind(this)),this.popup.on("changeHoverMarker",this.tooltipTimer.bind(null,null)),this.popup.renderer.on("afterRender",this.$onPopupRender.bind(this)),this.popup},e.prototype.$initInline=function(){if(this.inlineEnabled&&!this.inlineRenderer)return this.inlineRenderer=new n,this.inlineRenderer},e.prototype.getPopup=function(){return this.popup||this.$init()},e.prototype.$onHidePopup=function(){this.inlineRenderer&&this.inlineRenderer.hide(),this.hideDocTooltip(),this.stickySelectionTimer.cancel(),this.popupTimer.cancel(),this.stickySelection=!1},e.prototype.$seen=function(e){!this.hasSeen.has(e)&&e&&e.completer&&e.completer.onSeen&&"function"==typeof e.completer.onSeen&&(e.completer.onSeen(this.editor,e),this.hasSeen.add(e))},e.prototype.$onPopupChange=function(e){if(this.inlineRenderer&&this.inlineEnabled){var t=e?null:this.popup.getData(this.popup.getRow());if(this.$updateGhostText(t),this.popup.isMouseOver&&this.setSelectOnHover)return void this.tooltipTimer.call(null,null);this.popupTimer.schedule(),this.tooltipTimer.schedule()}else this.popupTimer.call(null,null),this.tooltipTimer.call(null,null)},e.prototype.$updateGhostText=function(e){var t=this.base.row,a=this.base.column,s=this.editor.getCursorPosition().column,o=this.editor.session.getLine(t).slice(a,s);this.inlineRenderer.show(this.editor,e,o)?this.$seen(e):this.inlineRenderer.hide()},e.prototype.$onPopupRender=function(){var e=this.inlineRenderer&&this.inlineEnabled;if(this.completions&&this.completions.filtered&&this.completions.filtered.length>0)for(var t=this.popup.getFirstVisibleRow();t<=this.popup.getLastVisibleRow();t++){var a=this.popup.getData(t);!a||e&&!a.hideInlinePreview||this.$seen(a)}},e.prototype.$onPopupShow=function(e){this.$onPopupChange(e),this.stickySelection=!1,this.stickySelectionDelay>=0&&this.stickySelectionTimer.schedule(this.stickySelectionDelay)},e.prototype.observeLayoutChanges=function(){if(!this.$elements&&this.editor){window.addEventListener("resize",this.onLayoutChange,{passive:!0}),window.addEventListener("wheel",this.mousewheelListener);for(var e=this.editor.container.parentNode,t=[];e;)t.push(e),e.addEventListener("scroll",this.onLayoutChange,{passive:!0}),e=e.parentNode;this.$elements=t}},e.prototype.unObserveLayoutChanges=function(){var e=this;window.removeEventListener("resize",this.onLayoutChange,{passive:!0}),window.removeEventListener("wheel",this.mousewheelListener),this.$elements&&this.$elements.forEach((function(t){t.removeEventListener("scroll",e.onLayoutChange,{passive:!0})})),this.$elements=null},e.prototype.onLayoutChange=function(){if(!this.popup.isOpen)return this.unObserveLayoutChanges();this.$updatePopupPosition(),this.updateDocTooltip()},e.prototype.$updatePopupPosition=function(){var e=this.editor,t=e.renderer,a=t.layerConfig.lineHeight,s=t.$cursorLayer.getPixelPosition(this.base,!0);s.left-=this.popup.getTextLeftOffset();var o=e.container.getBoundingClientRect();s.top+=o.top-t.layerConfig.offset,s.left+=o.left-e.renderer.scrollLeft,s.left+=t.gutterWidth;var n={top:s.top,left:s.left};t.$ghostText&&t.$ghostTextWidget&&this.base.row===t.$ghostText.position.row&&(n.top+=t.$ghostTextWidget.el.offsetHeight);var i=e.container.getBoundingClientRect().bottom-a,l=i<n.top?{top:i,left:n.left}:n;this.popup.tryShow(l,a,"bottom")||this.popup.tryShow(s,a,"top")||this.popup.show(s,a)},e.prototype.openPopup=function(e,t,a){this.$firstOpenTimer.cancel(),this.popup||this.$init(),this.inlineEnabled&&!this.inlineRenderer&&this.$initInline(),this.popup.autoSelect=this.autoSelect,this.popup.setSelectOnHover(this.setSelectOnHover);var s,o=this.popup.getRow(),n=this.popup.data[o];this.popup.setData(this.completions.filtered,this.completions.filterText),this.editor.textInput.setAriaOptions&&this.editor.textInput.setAriaOptions({activeDescendant:i(this.popup.getRow()),inline:this.inlineEnabled}),e.keyBinding.addKeyboardHandler(this.keyboardHandler),this.stickySelection&&(s=this.popup.data.indexOf(n)),s&&-1!==s||(s=0),this.popup.setRow(this.autoSelect?s:-1),s===o&&n!==this.completions.filtered[s]&&this.$onPopupChange();var l=this.inlineRenderer&&this.inlineEnabled;if(s===o&&l){var r=this.popup.getData(this.popup.getRow());this.$updateGhostText(r)}a||(this.popup.setTheme(e.getTheme()),this.popup.setFontSize(e.getFontSize()),this.$updatePopupPosition(),this.tooltipNode&&this.updateDocTooltip()),this.changeTimer.cancel(),this.observeLayoutChanges()},e.prototype.detach=function(){this.editor&&(this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener),this.editor.off("mousedown",this.mousedownListener),this.editor.off("mousewheel",this.mousewheelListener)),this.$firstOpenTimer.cancel(),this.changeTimer.cancel(),this.hideDocTooltip(),this.completionProvider&&this.completionProvider.detach(),this.popup&&this.popup.isOpen&&this.popup.hide(),this.popup&&this.popup.renderer&&this.popup.renderer.off("afterRender",this.$onPopupRender),this.base&&this.base.detach(),this.activated=!1,this.completionProvider=this.completions=this.base=null,this.unObserveLayoutChanges()},e.prototype.changeListener=function(e){var t=this.editor.selection.lead;(t.row!=this.base.row||t.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},e.prototype.blurListener=function(e){var t=document.activeElement,a=this.editor.textInput.getElement(),s=e.relatedTarget&&this.tooltipNode&&this.tooltipNode.contains(e.relatedTarget),o=this.popup&&this.popup.container;t==a||t.parentNode==o||s||t==this.tooltipNode||e.relatedTarget==a||this.detach()},e.prototype.mousedownListener=function(e){this.detach()},e.prototype.mousewheelListener=function(e){this.popup&&!this.popup.isMouseOver&&this.detach()},e.prototype.mouseOutListener=function(e){this.popup.isOpen&&this.$updatePopupPosition()},e.prototype.goTo=function(e){this.popup.goTo(e)},e.prototype.insertMatch=function(e,t){if(e||(e=this.popup.getData(this.popup.getRow())),!e)return!1;if(""===e.value)return this.detach();var a=this.completions,s=this.getCompletionProvider().insertMatch(this.editor,e,a.filterText,t);return this.completions==a&&this.detach(),s},e.prototype.showPopup=function(e,t){this.editor&&this.detach(),this.activated=!0,this.editor=e,e.completer!=this&&(e.completer&&e.completer.detach(),e.completer=this),e.on("changeSelection",this.changeListener),e.on("blur",this.blurListener),e.on("mousedown",this.mousedownListener),e.on("mousewheel",this.mousewheelListener),this.updateCompletions(!1,t)},e.prototype.getCompletionProvider=function(e){return this.completionProvider||(this.completionProvider=new v(e)),this.completionProvider},e.prototype.gatherCompletions=function(e,t){return this.getCompletionProvider().gatherCompletions(e,t)},e.prototype.updateCompletions=function(t,a){if(t&&this.base&&this.completions){var s=this.editor.getCursorPosition();if((n=this.editor.session.getTextRange({start:this.base,end:s}))==this.completions.filterText)return;return this.completions.setFilter(n),this.completions.filtered.length&&(1!=this.completions.filtered.length||this.completions.filtered[0].value!=n||this.completions.filtered[0].snippet)?void this.openPopup(this.editor,n,t):this.detach()}if(a&&a.matches)return s=this.editor.getSelectionRange().start,this.base=this.editor.session.doc.createAnchor(s.row,s.column),this.base.$insertRight=!0,this.completions=new b(a.matches),this.getCompletionProvider().completions=this.completions,this.openPopup(this.editor,"",t);var o=this.editor.getSession(),n=(s=this.editor.getCursorPosition(),l.getCompletionPrefix(this.editor));this.base=o.doc.createAnchor(s.row,s.column-n.length),this.base.$insertRight=!0;var i={exactMatch:this.exactMatch,ignoreCaption:this.ignoreCaption};this.getCompletionProvider({prefix:n,pos:s}).provideCompletions(this.editor,i,function(a,s,o){var n=s.filtered,i=l.getCompletionPrefix(this.editor);if(this.$firstOpenTimer.cancel(),o){if(!n.length){var r=!this.autoShown&&this.emptyMessage;if("function"==typeof r&&(r=this.emptyMessage(i)),r){var c=[{caption:r,value:""}];return this.completions=new b(c),this.openPopup(this.editor,i,t),this.popup.renderer.setStyle("ace_loading",!1),void this.popup.renderer.setStyle("ace_empty-message",!0)}return this.detach()}if(1==n.length&&n[0].value==i&&!n[0].snippet)return this.detach();if(this.autoInsert&&!this.autoShown&&1==n.length)return this.insertMatch(n[0])}this.completions=!o&&this.showLoadingState?new b(e.completionsForLoading.concat(n),s.filterText):s,this.openPopup(this.editor,i,t),this.popup.renderer.setStyle("ace_empty-message",!1),this.popup.renderer.setStyle("ace_loading",!o)}.bind(this)),!this.showLoadingState||this.autoShown||this.popup&&this.popup.isOpen||this.$firstOpenTimer.delay(this.stickySelectionDelay/2)},e.prototype.cancelContextMenu=function(){this.editor.$mouseHandler.cancelContextMenu()},e.prototype.updateDocTooltip=function(){var e=this.popup,t=this.completions&&this.completions.filtered,a=t&&(t[e.getHoveredRow()]||t[e.getRow()]),s=null;if(!a||!this.editor||!this.popup.isOpen)return this.hideDocTooltip();for(var o=this.editor.completers.length,n=0;n<o;n++){var i=this.editor.completers[n];if(i.getDocTooltip&&a.completerId===i.id){s=i.getDocTooltip(a);break}}if(s||"string"==typeof a||(s=a),"string"==typeof s&&(s={docText:s}),!s||!s.docHTML&&!s.docText)return this.hideDocTooltip();this.showDocTooltip(s)},e.prototype.showDocTooltip=function(e){this.tooltipNode||(this.tooltipNode=c.createElement("div"),this.tooltipNode.style.margin="0",this.tooltipNode.style.pointerEvents="auto",this.tooltipNode.style.overscrollBehavior="contain",this.tooltipNode.tabIndex=-1,this.tooltipNode.onblur=this.blurListener.bind(this),this.tooltipNode.onclick=this.onTooltipClick.bind(this),this.tooltipNode.id="doc-tooltip",this.tooltipNode.setAttribute("role","tooltip"),this.tooltipNode.addEventListener("wheel",g));var t=this.editor.renderer.theme;this.tooltipNode.className="ace_tooltip ace_doc-tooltip "+(t.isDark?"ace_dark ":"")+(t.cssClass||"");var a=this.tooltipNode;e.docHTML?a.innerHTML=e.docHTML:e.docText&&(a.textContent=e.docText),a.parentNode||this.popup.container.appendChild(this.tooltipNode);var s=this.popup,o=s.container.getBoundingClientRect(),n=400,i=300,l=s.renderer.scrollBar.width||10,r=o.left,d=window.innerWidth-o.right-l,h=s.isTopdown?window.innerHeight-l-o.bottom:o.top,p=[Math.min(d/n,1),Math.min(r/n,1),.9*Math.min(h/i,1)],u=Math.max.apply(Math,p),m=a.style;m.display="block",u==p[0]||p[0]>=1?(m.left=o.right+1+"px",m.right="",m.maxWidth=n*u+"px",m.top=o.top+"px",m.bottom="",m.maxHeight=Math.min(window.innerHeight-l-o.top,i)+"px"):u==p[1]||p[1]>=1?(m.right=window.innerWidth-o.left+"px",m.left="",m.maxWidth=n*u+"px",m.top=o.top+"px",m.bottom="",m.maxHeight=Math.min(window.innerHeight-l-o.top,i)+"px"):u==p[2]&&(m.left=o.left+"px",m.right="",m.maxWidth=Math.min(n,window.innerWidth-o.left)+"px",s.isTopdown?(m.top=o.bottom+"px",m.bottom="",m.maxHeight=Math.min(window.innerHeight-l-o.bottom,i)+"px"):(m.top="",m.bottom=window.innerHeight-o.top+"px",m.maxHeight=Math.min(o.top,i)+"px")),c.$fixPositionBug(a)},e.prototype.hideDocTooltip=function(){if(this.tooltipTimer.cancel(),this.tooltipNode){var e=this.tooltipNode;this.editor.isFocused()||document.activeElement!=e||this.editor.focus(),this.tooltipNode=null,e.parentNode&&e.parentNode.removeChild(e)}},e.prototype.onTooltipClick=function(e){for(var t=e.target;t&&t!=this.tooltipNode;){if("A"==t.nodeName&&t.href){t.rel="noreferrer",t.target="_blank";break}t=t.parentNode}},e.prototype.destroy=function(){if(this.detach(),this.popup){this.popup.destroy();var e=this.popup.container;e&&e.parentNode&&e.parentNode.removeChild(e)}this.editor&&this.editor.completer==this&&(this.editor.off("destroy",u),this.editor.completer=null),this.inlineRenderer=this.popup=this.editor=null},e.for=function(t){return t.completer instanceof e||(t.completer&&(t.completer.destroy(),t.completer=null),h.get("sharedPopups")?(e.$sharedInstance||(e.$sharedInstance=new e),t.completer=e.$sharedInstance):(t.completer=new e,t.once("destroy",u))),t.completer},e}();m.prototype.commands={Up:function(e){e.completer.goTo("up")},Down:function(e){e.completer.goTo("down")},"Ctrl-Up|Ctrl-Home":function(e){e.completer.goTo("start")},"Ctrl-Down|Ctrl-End":function(e){e.completer.goTo("end")},Esc:function(e){e.completer.detach()},Return:function(e){return e.completer.insertMatch()},"Shift-Return":function(e){e.completer.insertMatch(null,{deleteSuffix:!0})},Tab:function(e){var t=e.completer.insertMatch();if(t||e.tabstopManager)return t;e.completer.goTo("down")},Backspace:function(e){e.execCommand("backspace"),!l.getCompletionPrefix(e)&&e.completer&&e.completer.detach()},PageUp:function(e){e.completer.popup.gotoPageUp()},PageDown:function(e){e.completer.popup.gotoPageDown()}},m.startCommand={name:"startAutocomplete",exec:function(e,t){var a=m.for(e);a.autoInsert=!1,a.autoSelect=!0,a.autoShown=!1,a.showPopup(e,t),a.cancelContextMenu()},bindKey:"Ctrl-Space|Ctrl-Shift-Space|Alt-Space"};var v=function(){function e(e){this.initialPosition=e,this.active=!0}return e.prototype.insertByIndex=function(e,t,a){return!(!this.completions||!this.completions.filtered)&&this.insertMatch(e,this.completions.filtered[t],a)},e.prototype.insertMatch=function(e,t,a){if(!t)return!1;if(e.startOperation({command:{name:"insertMatch"}}),t.completer&&t.completer.insertMatch)t.completer.insertMatch(e,t);else{if(!this.completions)return!1;var s=this.completions.filterText.length,o=0;if(t.range&&t.range.start.row===t.range.end.row&&(s-=this.initialPosition.prefix.length,s+=this.initialPosition.pos.column-t.range.start.column,o+=t.range.end.column-this.initialPosition.pos.column),s||o){var n;n=e.selection.getAllRanges?e.selection.getAllRanges():[e.getSelectionRange()];for(var i,l=0;i=n[l];l++)i.start.column-=s,i.end.column+=o,e.session.remove(i)}t.snippet?d.insertSnippet(e,t.snippet):this.$insertString(e,t),t.completer&&t.completer.onInsert&&"function"==typeof t.completer.onInsert&&t.completer.onInsert(e,t),t.command&&"startAutocomplete"===t.command&&e.execCommand(t.command)}return e.endOperation(),!0},e.prototype.$insertString=function(e,t){var a=t.value||t;e.execCommand("insertstring",a)},e.prototype.gatherCompletions=function(e,t){var a=e.getSession(),s=e.getCursorPosition(),o=l.getCompletionPrefix(e),n=[];this.completers=e.completers;var i=e.completers.length;return e.completers.forEach((function(r,c){r.getCompletions(e,a,s,o,(function(a,s){r.hideInlinePreview&&(s=s.map((function(e){return Object.assign(e,{hideInlinePreview:r.hideInlinePreview})}))),!a&&s&&(n=n.concat(s)),t(null,{prefix:l.getCompletionPrefix(e),matches:n,finished:0==--i})}))})),!0},e.prototype.provideCompletions=function(e,t,a){var s=function(e){var s=e.prefix,o=e.matches;this.completions=new b(o),t.exactMatch&&(this.completions.exactMatch=!0),t.ignoreCaption&&(this.completions.ignoreCaption=!0),this.completions.setFilter(s),(e.finished||this.completions.filtered.length)&&a(null,this.completions,e.finished)}.bind(this),o=!0,n=null;if(this.gatherCompletions(e,function(e,t){this.active&&(e&&(a(e,[],!0),this.detach()),0===t.prefix.indexOf(t.prefix)&&(o?n=t:s(t)))}.bind(this)),o=!1,n){var i=n;n=null,s(i)}},e.prototype.detach=function(){this.active=!1,this.completers&&this.completers.forEach((function(e){"function"==typeof e.cancel&&e.cancel()}))},e}(),b=function(){function e(e,t){this.all=e,this.filtered=e,this.filterText=t||"",this.exactMatch=!1,this.ignoreCaption=!1}return e.prototype.setFilter=function(e){if(e.length>this.filterText&&0===e.lastIndexOf(this.filterText,0))var t=this.filtered;else t=this.all;this.filterText=e,t=(t=this.filterCompletions(t,this.filterText)).sort((function(e,t){return t.exactMatch-e.exactMatch||t.$score-e.$score||(e.caption||e.value).localeCompare(t.caption||t.value)}));var a=null;t=t.filter((function(e){var t=e.snippet||e.caption||e.value;return t!==a&&(a=t,!0)})),this.filtered=t},e.prototype.filterCompletions=function(e,t){var a=[],s=t.toUpperCase(),o=t.toLowerCase();e:for(var n,i=0;n=e[i];i++)if(n.skipFilter)n.$score=n.score,a.push(n);else{var l=!this.ignoreCaption&&n.caption||n.value||n.snippet;if(l){var r,c,d=-1,h=0,p=0;if(this.exactMatch){if(t!==l.substr(0,t.length))continue e}else{var g=l.toLowerCase().indexOf(o);if(g>-1)p=g;else for(var u=0;u<t.length;u++){var m=l.indexOf(o[u],d+1),v=l.indexOf(s[u],d+1);if((r=m>=0&&(v<0||m<v)?m:v)<0)continue e;(c=r-d-1)>0&&(-1===d&&(p+=10),p+=c,h|=1<<u),d=r}}n.matchMask=h,n.exactMatch=p?0:1,n.$score=(n.score||0)-p,a.push(n)}}return a},e}();t.Autocomplete=m,t.CompletionProvider=v,t.FilteredList=b})),ace.define("ace/marker_group",["require","exports","module"],(function(e,t,a){"use strict";var s=function(){function e(e,t){t&&(this.markerType=t.markerType),this.markers=[],this.session=e,e.addDynamicMarker(this)}return e.prototype.getMarkerAtPosition=function(e){return this.markers.find((function(t){return t.range.contains(e.row,e.column)}))},e.prototype.markersComparator=function(e,t){return e.range.start.row-t.range.start.row},e.prototype.setMarkers=function(e){this.markers=e.sort(this.markersComparator).slice(0,this.MAX_MARKERS),this.session._signal("changeBackMarker")},e.prototype.update=function(e,t,a,s){if(this.markers&&this.markers.length)for(var o,n=s.firstRow,i=s.lastRow,l=0,r=0,c=0;c<this.markers.length;c++){var d=this.markers[c];if(!(d.range.end.row<n||d.range.start.row>i||(d.range.start.row===r?l++:(r=d.range.start.row,l=0),l>200))){var h=d.range.clipRows(n,i);if(h.start.row!==h.end.row||h.start.column!==h.end.column){var p=h.toScreenRange(a);p.isEmpty()?(o=a.getNextFoldLine(h.end.row,o))&&o.end.row>h.end.row&&(n=o.end.row):"fullLine"===this.markerType?t.drawFullLineMarker(e,p,d.className,s):p.isMultiLine()?"line"===this.markerType?t.drawMultiLineMarker(e,p,d.className,s):t.drawTextMarker(e,p,d.className,s):t.drawSingleLineMarker(e,p,d.className+" ace_br15",s)}}}},e}();s.prototype.MAX_MARKERS=1e4,t.MarkerGroup=s})),ace.define("ace/autocomplete/text_completer",["require","exports","module","ace/range"],(function(e,t,a){var s=e("../range").Range,o=/[^a-zA-Z_0-9\$\-\u00C0-\u1FFF\u2C00-\uD7FF\w]+/;t.id="textCompleter",t.getCompletions=function(e,t,a,n,i){var l=function(e,t){var a=function(e,t){return e.getTextRange(s.fromPoints({row:0,column:0},t)).split(o).length-1}(e,t),n=e.getValue().split(o),i=Object.create(null),l=n[a];return n.forEach((function(e,t){if(e&&e!==l){var s=Math.abs(a-t),o=n.length-s;i[e]?i[e]=Math.max(o,i[e]):i[e]=o}})),i}(t,a);i(null,Object.keys(l).map((function(e){return{caption:e,value:e,score:l[e],meta:"local"}})))}})),ace.define("ace/ext/language_tools",["require","exports","module","ace/snippets","ace/autocomplete","ace/config","ace/lib/lang","ace/autocomplete/util","ace/marker_group","ace/autocomplete/text_completer","ace/editor","ace/config"],(function(e,t,a){"use strict";var s=e("../snippets").snippetManager,o=e("../autocomplete").Autocomplete,n=e("../config"),i=e("../lib/lang"),l=e("../autocomplete/util"),r=e("../marker_group").MarkerGroup,c=e("../autocomplete/text_completer"),d={getCompletions:function(e,t,a,s,o){if(t.$mode.completer)return t.$mode.completer.getCompletions(e,t,a,s,o);var n=e.session.getState(a.row),i=t.$mode.getCompletions(n,t,a,s);o(null,i=i.map((function(e){return e.completerId=d.id,e})))},id:"keywordCompleter"},h={getCompletions:function(e,t,a,o,n){var i=[],l=t.getTokenAt(a.row,a.column);l&&l.type.match(/(tag-name|tag-open|tag-whitespace|attribute-name|attribute-value)\.xml$/)?i.push("html-tag"):i=s.getActiveScopes(e);var r=s.snippetMap,c=[];i.forEach((function(e){for(var t=r[e]||[],a=t.length;a--;){var s=t[a],o=s.name||s.tabTrigger;o&&c.push({caption:o,snippet:s.content,meta:s.tabTrigger&&!s.name?s.tabTrigger+"⇥ ":"snippet",completerId:h.id})}}),this),n(null,c)},getDocTooltip:function(e){var t,a;e.snippet&&!e.docHTML&&(e.docHTML=["<b>",i.escapeHTML(e.caption),"</b>","<hr></hr>",i.escapeHTML((t=e.snippet,a={},t.replace(/\${(\d+)(:(.*?))?}/g,(function(e,t,s,o){return a[t]=o||""})).replace(/\$(\d+?)/g,(function(e,t){return a[t]}))))].join(""))},id:"snippetCompleter"},p=[h,c,d];t.setCompleters=function(e){p.length=0,e&&p.push.apply(p,e)},t.addCompleter=function(e){p.push(e)},t.textCompleter=c,t.keyWordCompleter=d,t.snippetCompleter=h;var g,u={name:"expandSnippet",exec:function(e){return s.expandWithTab(e)},bindKey:"Tab"},m=function(e,t){v(t.session.$mode)},v=function(e){"string"==typeof e&&(e=n.$modes[e]),e&&(s.files||(s.files={}),b(e.$id,e.snippetFileId),e.modes&&e.modes.forEach(v))},b=function(e,t){t&&e&&!s.files[e]&&(s.files[e]={},n.loadModule(t,(function(t){t&&(s.files[e]=t,!t.snippets&&t.snippetText&&(t.snippets=s.parseSnippetFile(t.snippetText)),s.register(t.snippets||[],t.scope),t.includeScopes&&(s.snippetMap[t.scope].includeScopes=t.includeScopes,t.includeScopes.forEach((function(e){v("ace/mode/"+e)}))))})))},f=function(e){var t=e.editor,a=t.completer&&t.completer.activated;if("backspace"===e.command.name)a&&!l.getCompletionPrefix(t)&&t.completer.detach();else if("insertstring"===e.command.name&&!a){g=e;var s=e.editor.$liveAutocompletionDelay;s?w.delay(s):x(e)}},w=i.delayedCall((function(){x(g)}),0),x=function(e){var t=e.editor,a=l.getCompletionPrefix(t),s=e.args,n=l.triggerAutocomplete(t,s);if(a&&a.length>=t.$liveAutocompletionThreshold||n){var i=o.for(t);i.autoShown=!0,i.showPopup(t)}},y=e("../editor").Editor;e("../config").defineOptions(y.prototype,"editor",{enableBasicAutocompletion:{set:function(e){e?(o.for(this),this.completers||(this.completers=Array.isArray(e)?e:p),this.commands.addCommand(o.startCommand)):this.commands.removeCommand(o.startCommand)},value:!1},enableLiveAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:p),this.commands.on("afterExec",f)):this.commands.off("afterExec",f)},value:!1},liveAutocompletionDelay:{initialValue:0},liveAutocompletionThreshold:{initialValue:0},enableSnippets:{set:function(e){e?(this.commands.addCommand(u),this.on("changeMode",m),m(0,this)):(this.commands.removeCommand(u),this.off("changeMode",m))},value:!1}}),t.MarkerGroup=r})),ace.require(["ace/ext/language_tools"],(function(t){e&&(e.exports=t)}))},9(e,t,a){e=a.nmd(e),ace.define("ace/split",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/editor","ace/virtual_renderer","ace/edit_session"],(function(e,t,a){"use strict";var s,o=e("./lib/oop"),n=(e("./lib/lang"),e("./lib/event_emitter").EventEmitter),i=e("./editor").Editor,l=e("./virtual_renderer").VirtualRenderer,r=e("./edit_session").EditSession;(function(){o.implement(this,n),this.$createEditor=function(){var e=document.createElement("div");e.className=this.$editorCSS,e.style.cssText="position: absolute; top:0px; bottom:0px",this.$container.appendChild(e);var t=new i(new l(e,this.$theme));return t.on("focus",function(){this._emit("focus",t)}.bind(this)),this.$editors.push(t),t.setFontSize(this.$fontSize),t},this.setSplits=function(e){var t;if(e<1)throw"The number of splits have to be > 0!";if(e!=this.$splits){if(e>this.$splits){for(;this.$splits<this.$editors.length&&this.$splits<e;)t=this.$editors[this.$splits],this.$container.appendChild(t.container),t.setFontSize(this.$fontSize),this.$splits++;for(;this.$splits<e;)this.$createEditor(),this.$splits++}else for(;this.$splits>e;)t=this.$editors[this.$splits-1],this.$container.removeChild(t.container),this.$splits--;this.resize()}},this.getSplits=function(){return this.$splits},this.getEditor=function(e){return this.$editors[e]},this.getCurrentEditor=function(){return this.$cEditor},this.focus=function(){this.$cEditor.focus()},this.blur=function(){this.$cEditor.blur()},this.setTheme=function(e){this.$editors.forEach((function(t){t.setTheme(e)}))},this.setKeyboardHandler=function(e){this.$editors.forEach((function(t){t.setKeyboardHandler(e)}))},this.forEach=function(e,t){this.$editors.forEach(e,t)},this.$fontSize="",this.setFontSize=function(e){this.$fontSize=e,this.forEach((function(t){t.setFontSize(e)}))},this.$cloneSession=function(e){var t=new r(e.getDocument(),e.getMode()),a=e.getUndoManager();return t.setUndoManager(a),t.setTabSize(e.getTabSize()),t.setUseSoftTabs(e.getUseSoftTabs()),t.setOverwrite(e.getOverwrite()),t.setBreakpoints(e.getBreakpoints()),t.setUseWrapMode(e.getUseWrapMode()),t.setUseWorker(e.getUseWorker()),t.setWrapLimitRange(e.$wrapLimitRange.min,e.$wrapLimitRange.max),t.$foldData=e.$cloneFoldData(),t},this.setSession=function(e,t){var a;a=null==t?this.$cEditor:this.$editors[t];var s=this.$editors.some((function(t){return t.session===e}));return s&&(e=this.$cloneSession(e)),a.setSession(e),e},this.getOrientation=function(){return this.$orientation},this.setOrientation=function(e){this.$orientation!=e&&(this.$orientation=e,this.resize())},this.resize=function(){var e,t=this.$container.clientWidth,a=this.$container.clientHeight;if(this.$orientation==this.BESIDE)for(var s=t/this.$splits,o=0;o<this.$splits;o++)(e=this.$editors[o]).container.style.width=s+"px",e.container.style.top="0px",e.container.style.left=o*s+"px",e.container.style.height=a+"px",e.resize();else{var n=a/this.$splits;for(o=0;o<this.$splits;o++)(e=this.$editors[o]).container.style.width=t+"px",e.container.style.top=o*n+"px",e.container.style.left="0px",e.container.style.height=n+"px",e.resize()}}}).call((s=function(e,t,a){this.BELOW=1,this.BESIDE=0,this.$container=e,this.$theme=t,this.$splits=0,this.$editorCSS="",this.$editors=[],this.$orientation=this.BESIDE,this.setSplits(a||1),this.$cEditor=this.$editors[0],this.on("focus",function(e){this.$cEditor=e}.bind(this))}).prototype),t.Split=s})),ace.define("ace/ext/split",["require","exports","module","ace/ext/split","ace/split"],(function(e,t,a){"use strict";a.exports=e("../split")})),ace.require(["ace/ext/split"],(function(t){e&&(e.exports=t)}))},3158(e,t,a){e=a.nmd(e),ace.define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=(e("../lib/lang"),e("./text_highlight_rules").TextHighlightRules),n=t.supportType="align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index",i=t.supportFunction="rgb|rgba|url|attr|counter|counters",l=t.supportConstant="absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|flex-end|flex-start|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom",r=t.supportConstantColor="aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen",c=t.supportConstantFonts="arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace",d=t.numRe="\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))",h=t.pseudoElements="(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b",p=t.pseudoClasses="(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b",g=function(){var e=this.createKeywordMapper({"support.function":i,"support.constant":l,"support.type":n,"support.constant.color":r,"support.constant.fonts":c},"text",!0);this.$rules={start:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"ruleset"},{token:"paren.rparen",regex:"\\}"},{token:"string",regex:"@(?!viewport)",next:"media"},{token:"keyword",regex:"#[a-z0-9-_]+"},{token:"keyword",regex:"%"},{token:"variable",regex:"\\.[a-z0-9-_]+"},{token:"string",regex:":[a-z0-9-_]+"},{token:"constant.numeric",regex:d},{token:"constant",regex:"[a-z0-9-_]+"},{caseInsensitive:!0}],media:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"start"},{token:"paren.rparen",regex:"\\}",next:"start"},{token:"string",regex:";",next:"start"},{token:"keyword",regex:"(?:media|supports|document|charset|import|namespace|media|supports|document|page|font|keyframes|viewport|counter-style|font-feature-values|swash|ornaments|annotation|stylistic|styleset|character-variant)"}],comments:[{token:"comment",regex:"\\/\\*",push:[{token:"comment",regex:"\\*\\/",next:"pop"},{defaultToken:"comment"}]}],ruleset:[{regex:"-(webkit|ms|moz|o)-",token:"text"},{token:"punctuation.operator",regex:"[:;]"},{token:"paren.rparen",regex:"\\}",next:"start"},{include:["strings","url","comments"]},{token:["constant.numeric","keyword"],regex:"("+d+")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"},{token:"constant.numeric",regex:d},{token:"constant.numeric",regex:"#[a-f0-9]{6}"},{token:"constant.numeric",regex:"#[a-f0-9]{3}"},{token:["punctuation","entity.other.attribute-name.pseudo-element.css"],regex:h},{token:["punctuation","entity.other.attribute-name.pseudo-class.css"],regex:p},{include:"url"},{token:e,regex:"\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"},{token:"paren.lparen",regex:"\\{"},{caseInsensitive:!0}],url:[{token:"support.function",regex:"(?:url(:?-prefix)?|domain|regexp)\\(",push:[{token:"support.function",regex:"\\)",next:"pop"},{defaultToken:"string"}]}],strings:[{token:"string.start",regex:"'",push:[{token:"string.end",regex:"'|$",next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]},{token:"string.start",regex:'"',push:[{token:"string.end",regex:'"|$',next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]}],escapes:[{token:"constant.language.escape",regex:/\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/}]},this.normalizeRules()};s.inherits(g,o),t.CssHighlightRules=g})),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../range").Range,o=function(){};(function(){this.checkOutdent=function(e,t){return!!/^\s+$/.test(e)&&/^\s*\}/.test(t)},this.autoOutdent=function(e,t){var a=e.getLine(t).match(/^(\s*\})/);if(!a)return 0;var o=a[1].length,n=e.findMatchingBracket({row:t,column:o});if(!n||n.row==t)return 0;var i=this.$getIndent(e.getLine(n.row));e.replace(new s(t,0,t,o-1),i)},this.$getIndent=function(e){return e.match(/^\s*/)[0]}}).call(o.prototype),t.MatchingBraceOutdent=o})),ace.define("ace/mode/css_completions",["require","exports","module"],(function(e,t,a){"use strict";var s={background:{"#$0":1},"background-color":{"#$0":1,transparent:1,fixed:1},"background-image":{"url('/$0')":1},"background-repeat":{repeat:1,"repeat-x":1,"repeat-y":1,"no-repeat":1,inherit:1},"background-position":{bottom:2,center:2,left:2,right:2,top:2,inherit:2},"background-attachment":{scroll:1,fixed:1},"background-size":{cover:1,contain:1},"background-clip":{"border-box":1,"padding-box":1,"content-box":1},"background-origin":{"border-box":1,"padding-box":1,"content-box":1},border:{"solid $0":1,"dashed $0":1,"dotted $0":1,"#$0":1},"border-color":{"#$0":1},"border-style":{solid:2,dashed:2,dotted:2,double:2,groove:2,hidden:2,inherit:2,inset:2,none:2,outset:2,ridged:2},"border-collapse":{collapse:1,separate:1},bottom:{px:1,em:1,"%":1},clear:{left:1,right:1,both:1,none:1},color:{"#$0":1,"rgb(#$00,0,0)":1},cursor:{default:1,pointer:1,move:1,text:1,wait:1,help:1,progress:1,"n-resize":1,"ne-resize":1,"e-resize":1,"se-resize":1,"s-resize":1,"sw-resize":1,"w-resize":1,"nw-resize":1},display:{none:1,block:1,inline:1,"inline-block":1,"table-cell":1},"empty-cells":{show:1,hide:1},float:{left:1,right:1,none:1},"font-family":{Arial:2,"Comic Sans MS":2,Consolas:2,"Courier New":2,Courier:2,Georgia:2,Monospace:2,"Sans-Serif":2,"Segoe UI":2,Tahoma:2,"Times New Roman":2,"Trebuchet MS":2,Verdana:1},"font-size":{px:1,em:1,"%":1},"font-weight":{bold:1,normal:1},"font-style":{italic:1,normal:1},"font-variant":{normal:1,"small-caps":1},height:{px:1,em:1,"%":1},left:{px:1,em:1,"%":1},"letter-spacing":{normal:1},"line-height":{normal:1},"list-style-type":{none:1,disc:1,circle:1,square:1,decimal:1,"decimal-leading-zero":1,"lower-roman":1,"upper-roman":1,"lower-greek":1,"lower-latin":1,"upper-latin":1,georgian:1,"lower-alpha":1,"upper-alpha":1},margin:{px:1,em:1,"%":1},"margin-right":{px:1,em:1,"%":1},"margin-left":{px:1,em:1,"%":1},"margin-top":{px:1,em:1,"%":1},"margin-bottom":{px:1,em:1,"%":1},"max-height":{px:1,em:1,"%":1},"max-width":{px:1,em:1,"%":1},"min-height":{px:1,em:1,"%":1},"min-width":{px:1,em:1,"%":1},overflow:{hidden:1,visible:1,auto:1,scroll:1},"overflow-x":{hidden:1,visible:1,auto:1,scroll:1},"overflow-y":{hidden:1,visible:1,auto:1,scroll:1},padding:{px:1,em:1,"%":1},"padding-top":{px:1,em:1,"%":1},"padding-right":{px:1,em:1,"%":1},"padding-bottom":{px:1,em:1,"%":1},"padding-left":{px:1,em:1,"%":1},"page-break-after":{auto:1,always:1,avoid:1,left:1,right:1},"page-break-before":{auto:1,always:1,avoid:1,left:1,right:1},position:{absolute:1,relative:1,fixed:1,static:1},right:{px:1,em:1,"%":1},"table-layout":{fixed:1,auto:1},"text-decoration":{none:1,underline:1,"line-through":1,blink:1},"text-align":{left:1,right:1,center:1,justify:1},"text-transform":{capitalize:1,uppercase:1,lowercase:1,none:1},top:{px:1,em:1,"%":1},"vertical-align":{top:1,bottom:1},visibility:{hidden:1,visible:1},"white-space":{nowrap:1,normal:1,pre:1,"pre-line":1,"pre-wrap":1},width:{px:1,em:1,"%":1},"word-spacing":{normal:1},filter:{"alpha(opacity=$0100)":1},"text-shadow":{"$02px 2px 2px #777":1},"text-overflow":{"ellipsis-word":1,clip:1,ellipsis:1},"-moz-border-radius":1,"-moz-border-radius-topright":1,"-moz-border-radius-bottomright":1,"-moz-border-radius-topleft":1,"-moz-border-radius-bottomleft":1,"-webkit-border-radius":1,"-webkit-border-top-right-radius":1,"-webkit-border-top-left-radius":1,"-webkit-border-bottom-right-radius":1,"-webkit-border-bottom-left-radius":1,"-moz-box-shadow":1,"-webkit-box-shadow":1,transform:{"rotate($00deg)":1,"skew($00deg)":1},"-moz-transform":{"rotate($00deg)":1,"skew($00deg)":1},"-webkit-transform":{"rotate($00deg)":1,"skew($00deg)":1}},o=function(){};(function(){this.completionsDefined=!1,this.defineCompletions=function(){if(document){var e=document.createElement("c").style;for(var t in e)if("string"==typeof e[t]){var a=t.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()}));s.hasOwnProperty(a)||(s[a]=1)}}this.completionsDefined=!0},this.getCompletions=function(e,t,a,s){if(this.completionsDefined||this.defineCompletions(),"ruleset"===e||"ace/mode/scss"==t.$mode.$id){var o=t.getLine(a.row).substr(0,a.column),n=/\([^)]*$/.test(o);return n&&(o=o.substr(o.lastIndexOf("(")+1)),/:[^;]+$/.test(o)?(/([\w\-]+):[^:]*$/.test(o),this.getPropertyValueCompletions(e,t,a,s)):this.getPropertyCompletions(e,t,a,s,n)}return[]},this.getPropertyCompletions=function(e,t,a,o,n){return n=n||!1,Object.keys(s).map((function(e){return{caption:e,snippet:e+": $0"+(n?"":";"),meta:"property",score:1e6}}))},this.getPropertyValueCompletions=function(e,t,a,o){var n=t.getLine(a.row).substr(0,a.column),i=(/([\w\-]+):[^:]*$/.exec(n)||{})[1];if(!i)return[];var l=[];return i in s&&"object"==typeof s[i]&&(l=Object.keys(s[i])),l.map((function(e){return{caption:e,snippet:e,meta:"property value",score:1e6}}))}}).call(o.prototype),t.CssCompletions=o})),ace.define("ace/mode/behaviour/css",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle","ace/token_iterator"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=(e("../behaviour").Behaviour,e("./cstyle").CstyleBehaviour),n=e("../../token_iterator").TokenIterator,i=function(){this.inherit(o),this.add("colon","insertion",(function(e,t,a,s,o){if(":"===o&&a.selection.isEmpty()){var i=a.getCursorPosition(),l=new n(s,i.row,i.column),r=l.getCurrentToken();if(r&&r.value.match(/\s+/)&&(r=l.stepBackward()),r&&"support.type"===r.type){var c=s.doc.getLine(i.row);if(":"===c.substring(i.column,i.column+1))return{text:"",selection:[1,1]};if(/^(\s+[^;]|\s*$)/.test(c.substring(i.column)))return{text:":;",selection:[1,1]}}}})),this.add("colon","deletion",(function(e,t,a,s,o){var i=s.doc.getTextRange(o);if(!o.isMultiLine()&&":"===i){var l=a.getCursorPosition(),r=new n(s,l.row,l.column),c=r.getCurrentToken();if(c&&c.value.match(/\s+/)&&(c=r.stepBackward()),c&&"support.type"===c.type&&";"===s.doc.getLine(o.start.row).substring(o.end.column,o.end.column+1))return o.end.column++,o}})),this.add("semicolon","insertion",(function(e,t,a,s,o){if(";"===o&&a.selection.isEmpty()){var n=a.getCursorPosition();if(";"===s.doc.getLine(n.row).substring(n.column,n.column+1))return{text:"",selection:[1,1]}}})),this.add("!important","insertion",(function(e,t,a,s,o){if("!"===o&&a.selection.isEmpty()){var n=a.getCursorPosition(),i=s.doc.getLine(n.row);if(/^\s*(;|}|$)/.test(i.substring(n.column)))return{text:"!important",selection:[10,10]}}}))};s.inherits(i,o),t.CssBehaviour=i})),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("../../range").Range,n=e("./fold_mode").FoldMode,i=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};s.inherits(i,n),function(){this.foldingStartMarker=/([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/,this.singleLineBlockCommentRe=/^\s*(\/\*).*\*\/\s*$/,this.tripleStarBlockCommentRe=/^\s*(\/\*\*\*).*\*\/\s*$/,this.startRegionRe=/^\s*(\/\*|\/\/)#?region\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,a){var s=e.getLine(a);if(this.singleLineBlockCommentRe.test(s)&&!this.startRegionRe.test(s)&&!this.tripleStarBlockCommentRe.test(s))return"";var o=this._getFoldWidgetBase(e,t,a);return!o&&this.startRegionRe.test(s)?"start":o},this.getFoldWidgetRange=function(e,t,a,s){var o,n=e.getLine(a);if(this.startRegionRe.test(n))return this.getCommentRegionBlock(e,n,a);if(o=n.match(this.foldingStartMarker)){var i=o.index;if(o[1])return this.openingBracketBlock(e,o[1],a,i);var l=e.getCommentFoldRange(a,i+o[0].length,1);return l&&!l.isMultiLine()&&(s?l=this.getSectionRange(e,a):"all"!=t&&(l=null)),l}return"markbegin"!==t&&(o=n.match(this.foldingStopMarker))?(i=o.index+o[0].length,o[1]?this.closingBracketBlock(e,o[1],a,i):e.getCommentFoldRange(a,i,-1)):void 0},this.getSectionRange=function(e,t){for(var a=e.getLine(t),s=a.search(/\S/),n=t,i=a.length,l=t+=1,r=e.getLength();++t<r;){var c=(a=e.getLine(t)).search(/\S/);if(-1!==c){if(s>c)break;var d=this.getFoldWidgetRange(e,"all",t);if(d){if(d.start.row<=n)break;if(d.isMultiLine())t=d.end.row;else if(s==c)break}l=t}}return new o(n,i,l,e.getLine(l).length)},this.getCommentRegionBlock=function(e,t,a){for(var s=t.search(/\s*$/),n=e.getLength(),i=a,l=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,r=1;++a<n;){t=e.getLine(a);var c=l.exec(t);if(c&&(c[1]?r--:r++,!r))break}if(a>i)return new o(i,s,a,t.length)}}.call(i.prototype)})),ace.define("ace/mode/css",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/css_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/css_completions","ace/mode/behaviour/css","ace/mode/folding/cstyle"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./text").Mode,n=e("./css_highlight_rules").CssHighlightRules,i=e("./matching_brace_outdent").MatchingBraceOutdent,l=e("../worker/worker_client").WorkerClient,r=e("./css_completions").CssCompletions,c=e("./behaviour/css").CssBehaviour,d=e("./folding/cstyle").FoldMode,h=function(){this.HighlightRules=n,this.$outdent=new i,this.$behaviour=new c,this.$completer=new r,this.foldingRules=new d};s.inherits(h,o),function(){this.foldingRules="cStyle",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(e,t,a){var s=this.$getIndent(t),o=this.getTokenizer().getLineTokens(t,e).tokens;return o.length&&"comment"==o[o.length-1].type||t.match(/^.*\{\s*$/)&&(s+=a),s},this.checkOutdent=function(e,t,a){return this.$outdent.checkOutdent(t,a)},this.autoOutdent=function(e,t,a){this.$outdent.autoOutdent(t,a)},this.getCompletions=function(e,t,a,s){return this.$completer.getCompletions(e,t,a,s)},this.createWorker=function(e){var t=new l(["ace"],"ace/mode/css_worker","Worker");return t.attachToDocument(e.getDocument()),t.on("annotate",(function(t){e.setAnnotations(t.data)})),t.on("terminate",(function(){e.clearAnnotations()})),t},this.$id="ace/mode/css",this.snippetFileId="ace/snippets/css"}.call(h.prototype),t.Mode=h})),ace.require(["ace/mode/css"],(function(t){e&&(e.exports=t)}))},9072(e,t,a){e=a.nmd(e),ace.define("ace/mode/jsdoc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,n=function(){this.$rules={start:[{token:["comment.doc.tag","comment.doc.text","lparen.doc"],regex:"(@(?:param|member|typedef|property|namespace|var|const|callback))(\\s*)({)",push:[{token:"lparen.doc",regex:"{",push:[{include:"doc-syntax"},{token:"rparen.doc",regex:"}|(?=$)",next:"pop"}]},{token:["rparen.doc","text.doc","variable.parameter.doc","lparen.doc","variable.parameter.doc","rparen.doc"],regex:/(})(\s*)(?:([\w=:\/\.]+)|(?:(\[)([\w=:\/\.\-\'\" ]+)(\])))/,next:"pop"},{token:"rparen.doc",regex:"}|(?=$)",next:"pop"},{include:"doc-syntax"},{defaultToken:"text.doc"}]},{token:["comment.doc.tag","text.doc","lparen.doc"],regex:"(@(?:returns?|yields|type|this|suppress|public|protected|private|package|modifies|implements|external|exception|throws|enum|define|extends))(\\s*)({)",push:[{token:"lparen.doc",regex:"{",push:[{include:"doc-syntax"},{token:"rparen.doc",regex:"}|(?=$)",next:"pop"}]},{token:"rparen.doc",regex:"}|(?=$)",next:"pop"},{include:"doc-syntax"},{defaultToken:"text.doc"}]},{token:["comment.doc.tag","text.doc","variable.parameter.doc"],regex:'(@(?:alias|memberof|instance|module|name|lends|namespace|external|this|template|requires|param|implements|function|extends|typedef|mixes|constructor|var|memberof\\!|event|listens|exports|class|constructs|interface|emits|fires|throws|const|callback|borrows|augments))(\\s+)(\\w[\\w#.:/~"\\-]*)?'},{token:["comment.doc.tag","text.doc","variable.parameter.doc"],regex:"(@method)(\\s+)(\\w[\\w.\\(\\)]*)"},{token:"comment.doc.tag",regex:"@access\\s+(?:private|public|protected)"},{token:"comment.doc.tag",regex:"@kind\\s+(?:class|constant|event|external|file|function|member|mixin|module|namespace|typedef)"},{token:"comment.doc.tag",regex:"@\\w+(?=\\s|$)"},n.getTagRule(),{defaultToken:"comment.doc.body",caseInsensitive:!0}],"doc-syntax":[{token:"operator.doc",regex:/[|:]/},{token:"paren.doc",regex:/[\[\]]/}]},this.normalizeRules()};s.inherits(n,o),n.getTagRule=function(e){return{token:"comment.doc.tag.storage.type",regex:"\\b(?:TODO|FIXME|XXX|HACK)\\b"}},n.getStartRule=function(e){return{token:"comment.doc",regex:/\/\*\*(?!\/)/,next:e}},n.getEndRule=function(e){return{token:"comment.doc",regex:"\\*\\/",next:e}},t.JsDocCommentHighlightRules=n})),ace.define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/jsdoc_comment_highlight_rules","ace/mode/text_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./jsdoc_comment_highlight_rules").JsDocCommentHighlightRules,n=e("./text_highlight_rules").TextHighlightRules,i="[a-zA-Z\\$_¡-￿][a-zA-Z\\d\\$_¡-￿]*",l=function(e){var t={"variable.language":"Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|Symbol|Namespace|QName|XML|XMLList|ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|SyntaxError|TypeError|URIError|decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|isNaN|parseFloat|parseInt|JSON|Math|this|arguments|prototype|window|document",keyword:"const|yield|import|get|set|async|await|break|case|catch|continue|default|delete|do|else|finally|for|if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|__parent__|__count__|escape|unescape|with|__proto__|class|enum|extends|super|export|implements|private|public|interface|package|protected|static|constructor","storage.type":"const|let|var|function","constant.language":"null|Infinity|NaN|undefined","support.function":"alert","constant.language.boolean":"true|false"},a=this.createKeywordMapper(t,"identifier"),s="\\\\(?:x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|u{[0-9a-fA-F]{1,6}}|[0-2][0-7]{0,2}|3[0-7][0-7]?|[4-7][0-7]?|.)",n="(function)(\\s*)(\\*?)",l={token:["identifier","text","paren.lparen"],regex:"(\\b(?!"+Object.values(t).join("|")+"\\b)"+i+")(\\s*)(\\()"};this.$rules={no_regex:[o.getStartRule("doc-start"),c("no_regex"),l,{token:"string",regex:"'(?=.)",next:"qstring"},{token:"string",regex:'"(?=.)',next:"qqstring"},{include:"numeric_constants"},{token:["entity.name.function","text","keyword.operator","text","storage.type","text","storage.type","text","paren.lparen"],regex:"("+i+")(\\s*)(=)(\\s*)"+n+"(\\s*)(\\()",next:"function_arguments"},{token:["storage.type","text","storage.type","text","text","entity.name.function","text","paren.lparen"],regex:"(function)(?:(?:(\\s*)(\\*)(\\s*))|(\\s+))("+i+")(\\s*)(\\()",next:"function_arguments"},{token:["entity.name.function","text","punctuation.operator","text","storage.type","text","storage.type","text","paren.lparen"],regex:"("+i+")(\\s*)(:)(\\s*)"+n+"(\\s*)(\\()",next:"function_arguments"},{token:["text","text","storage.type","text","storage.type","text","paren.lparen"],regex:"(:)(\\s*)"+n+"(\\s*)(\\()",next:"function_arguments"},{token:"keyword",regex:"from(?=\\s*('|\"))"},{token:"keyword",regex:"(?:case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void)\\b",next:"start"},{token:"support.constant",regex:/that\b/},{token:["storage.type","punctuation.operator","support.function.firebug"],regex:/(console)(\.)(warn|info|log|error|debug|time|trace|timeEnd|assert)\b/},{token:a,regex:i},{token:"punctuation.operator",regex:/[.](?![.])/,next:"property"},{token:"storage.type",regex:/=>/,next:"start"},{token:"keyword.operator",regex:/--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/,next:"start"},{token:"punctuation.operator",regex:/[?:,;.]/,next:"start"},{token:"paren.lparen",regex:/[\[({]/,next:"start"},{token:"paren.rparen",regex:/[\])}]/},{token:"comment",regex:/^#!.*$/}],property:[{token:"text",regex:"\\s+"},{token:"keyword.operator",regex:/=/},{token:["storage.type","text","storage.type","text","paren.lparen"],regex:n+"(\\s*)(\\()",next:"function_arguments"},{token:["storage.type","text","storage.type","text","text","entity.name.function","text","paren.lparen"],regex:"(function)(?:(?:(\\s*)(\\*)(\\s*))|(\\s+))(\\w+)(\\s*)(\\()",next:"function_arguments"},{token:"punctuation.operator",regex:/[.](?![.])/},{token:"support.function",regex:"prototype"},{token:"support.function",regex:/(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:op|rike)|i(?:n|zeToContent|debar|gnText)|ort|u(?:p|b(?:str(?:ing)?)?)|pli(?:ce|t)|e(?:nd|t(?:Re(?:sizable|questHeader)|M(?:i(?:nutes|lliseconds)|onth)|Seconds|Ho(?:tKeys|urs)|Year|Cursor|Time(?:out)?|Interval|ZOptions|Date|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear)|FullYear|Active)|arch)|qrt|lice|avePreferences|mall)|h(?:ome|andleEvent)|navigate|c(?:har(?:CodeAt|At)|o(?:s|n(?:cat|textual|firm)|mpile)|eil|lear(?:Timeout|Interval)?|a(?:ptureEvents|ll)|reate(?:StyleSheet|Popup|EventObject))|t(?:o(?:GMTString|S(?:tring|ource)|U(?:TCString|pperCase)|Lo(?:caleString|werCase))|est|a(?:n|int(?:Enabled)?))|i(?:s(?:NaN|Finite)|ndexOf|talics)|d(?:isableExternalCapture|ump|etachEvent)|u(?:n(?:shift|taint|escape|watch)|pdateCommands)|j(?:oin|avaEnabled)|p(?:o(?:p|w)|ush|lugins.refresh|a(?:ddings|rse(?:Int|Float)?)|r(?:int|ompt|eference))|e(?:scape|nableExternalCapture|val|lementFromPoint|x(?:p|ec(?:Script|Command)?))|valueOf|UTC|queryCommand(?:State|Indeterm|Enabled|Value)|f(?:i(?:nd|lter|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward|rEach)|loor|romCharCode)|watch|l(?:ink|o(?:ad|g)|astIndexOf)|a(?:sin|nchor|cos|t(?:tachEvent|ob|an(?:2)?)|pply|lert|b(?:s|ort))|r(?:ou(?:nd|teEvents)|e(?:size(?:By|To)|calc|turnValue|place|verse|l(?:oad|ease(?:Capture|Events)))|andom)|g(?:o|et(?:ResponseHeader|M(?:i(?:nutes|lliseconds)|onth)|Se(?:conds|lection)|Hours|Year|Time(?:zoneOffset)?|Da(?:y|te)|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Da(?:y|te)|FullYear)|FullYear|A(?:ttention|llResponseHeaders)))|m(?:in|ove(?:B(?:y|elow)|To(?:Absolute)?|Above)|ergeAttributes|a(?:tch|rgins|x))|b(?:toa|ig|o(?:ld|rderWidths)|link|ack))\b(?=\()/},{token:"support.function.dom",regex:/(s(?:ub(?:stringData|mit)|plitText|e(?:t(?:NamedItem|Attribute(?:Node)?)|lect))|has(?:ChildNodes|Feature)|namedItem|c(?:l(?:ick|o(?:se|neNode))|reate(?:C(?:omment|DATASection|aption)|T(?:Head|extNode|Foot)|DocumentFragment|ProcessingInstruction|E(?:ntityReference|lement)|Attribute))|tabIndex|i(?:nsert(?:Row|Before|Cell|Data)|tem)|open|delete(?:Row|C(?:ell|aption)|T(?:Head|Foot)|Data)|focus|write(?:ln)?|a(?:dd|ppend(?:Child|Data))|re(?:set|place(?:Child|Data)|move(?:NamedItem|Child|Attribute(?:Node)?)?)|get(?:NamedItem|Element(?:sBy(?:Name|TagName|ClassName)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/},{token:"support.constant",regex:/(s(?:ystemLanguage|cr(?:ipts|ollbars|een(?:X|Y|Top|Left))|t(?:yle(?:Sheets)?|atus(?:Text|bar)?)|ibling(?:Below|Above)|ource|uffixes|e(?:curity(?:Policy)?|l(?:ection|f)))|h(?:istory|ost(?:name)?|as(?:h|Focus))|y|X(?:MLDocument|SLDocument)|n(?:ext|ame(?:space(?:s|URI)|Prop))|M(?:IN_VALUE|AX_VALUE)|c(?:haracterSet|o(?:n(?:structor|trollers)|okieEnabled|lorDepth|mp(?:onents|lete))|urrent|puClass|l(?:i(?:p(?:boardData)?|entInformation)|osed|asses)|alle(?:e|r)|rypto)|t(?:o(?:olbar|p)|ext(?:Transform|Indent|Decoration|Align)|ags)|SQRT(?:1_2|2)|i(?:n(?:ner(?:Height|Width)|put)|ds|gnoreCase)|zIndex|o(?:scpu|n(?:readystatechange|Line)|uter(?:Height|Width)|p(?:sProfile|ener)|ffscreenBuffering)|NEGATIVE_INFINITY|d(?:i(?:splay|alog(?:Height|Top|Width|Left|Arguments)|rectories)|e(?:scription|fault(?:Status|Ch(?:ecked|arset)|View)))|u(?:ser(?:Profile|Language|Agent)|n(?:iqueID|defined)|pdateInterval)|_content|p(?:ixelDepth|ort|ersonalbar|kcs11|l(?:ugins|atform)|a(?:thname|dding(?:Right|Bottom|Top|Left)|rent(?:Window|Layer)?|ge(?:X(?:Offset)?|Y(?:Offset)?))|r(?:o(?:to(?:col|type)|duct(?:Sub)?|mpter)|e(?:vious|fix)))|e(?:n(?:coding|abledPlugin)|x(?:ternal|pando)|mbeds)|v(?:isibility|endor(?:Sub)?|Linkcolor)|URLUnencoded|P(?:I|OSITIVE_INFINITY)|f(?:ilename|o(?:nt(?:Size|Family|Weight)|rmName)|rame(?:s|Element)|gColor)|E|whiteSpace|l(?:i(?:stStyleType|n(?:eHeight|kColor))|o(?:ca(?:tion(?:bar)?|lName)|wsrc)|e(?:ngth|ft(?:Context)?)|a(?:st(?:M(?:odified|atch)|Index|Paren)|yer(?:s|X)|nguage))|a(?:pp(?:MinorVersion|Name|Co(?:deName|re)|Version)|vail(?:Height|Top|Width|Left)|ll|r(?:ity|guments)|Linkcolor|bove)|r(?:ight(?:Context)?|e(?:sponse(?:XML|Text)|adyState))|global|x|m(?:imeTypes|ultiline|enubar|argin(?:Right|Bottom|Top|Left))|L(?:N(?:10|2)|OG(?:10E|2E))|b(?:o(?:ttom|rder(?:Width|RightWidth|BottomWidth|Style|Color|TopWidth|LeftWidth))|ufferDepth|elow|ackground(?:Color|Image)))\b/},{token:"identifier",regex:i},{regex:"",token:"empty",next:"no_regex"}],start:[o.getStartRule("doc-start"),c("start"),{token:"string.regexp",regex:"\\/",next:"regex"},{token:"text",regex:"\\s+|^$",next:"start"},{token:"empty",regex:"",next:"no_regex"}],regex:[{token:"regexp.keyword.operator",regex:"\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"},{token:"string.regexp",regex:"/[sxngimy]*",next:"no_regex"},{token:"invalid",regex:/\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/},{token:"constant.language.escape",regex:/\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/},{token:"constant.language.delimiter",regex:/\|/},{token:"constant.language.escape",regex:/\[\^?/,next:"regex_character_class"},{token:"empty",regex:"$",next:"no_regex"},{defaultToken:"string.regexp"}],regex_character_class:[{token:"regexp.charclass.keyword.operator",regex:"\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"},{token:"constant.language.escape",regex:"]",next:"regex"},{token:"constant.language.escape",regex:"-"},{token:"empty",regex:"$",next:"no_regex"},{defaultToken:"string.regexp.charachterclass"}],default_parameter:[{token:"string",regex:"'(?=.)",push:[{token:"string",regex:"'|$",next:"pop"},{include:"qstring"}]},{token:"string",regex:'"(?=.)',push:[{token:"string",regex:'"|$',next:"pop"},{include:"qqstring"}]},{token:"constant.language",regex:"null|Infinity|NaN|undefined"},{include:"numeric_constants"},{token:"punctuation.operator",regex:",",next:"function_arguments"},{token:"text",regex:"\\s+"},{token:"punctuation.operator",regex:"$"},{token:"empty",regex:"",next:"no_regex"}],function_arguments:[c("function_arguments"),{token:"variable.parameter",regex:i},{token:"punctuation.operator",regex:","},{token:"text",regex:"\\s+"},{token:"punctuation.operator",regex:"$"},{token:"empty",regex:"",next:"no_regex"}],qqstring:[{token:"constant.language.escape",regex:s},{token:"string",regex:"\\\\$",consumeLineEnd:!0},{token:"string",regex:'"|$',next:"no_regex"},{defaultToken:"string"}],qstring:[{token:"constant.language.escape",regex:s},{token:"string",regex:"\\\\$",consumeLineEnd:!0},{token:"string",regex:"'|$",next:"no_regex"},{defaultToken:"string"}],numeric_constants:[{token:"constant.numeric",regex:/0(?:[xX][0-9a-fA-F_]+|[oO][0-7_]+|[bB][01_]+)\b/},{token:"constant.numeric",regex:/(?:\d[\d_]*(?:\.[\d_]*)?|\.\d[\d_]*)(?:[eE][+-]?\d+\b)?/}]},e&&e.noES6||(this.$rules.no_regex.unshift({regex:"[{}]",onMatch:function(e,t,a){if(this.next="{"==e?this.nextState:"","{"==e&&a.length)a.unshift("start",t);else if("}"==e&&a.length&&(a.shift(),this.next=a.shift(),-1!=this.next.indexOf("string")||-1!=this.next.indexOf("jsx")))return"paren.quasi.end";return"{"==e?"paren.lparen":"paren.rparen"},nextState:"start"},{token:"string.quasi.start",regex:/`/,push:[{token:"constant.language.escape",regex:s},{token:"paren.quasi.start",regex:/\${/,push:"start"},{token:"string.quasi.end",regex:/`/,next:"pop"},{defaultToken:"string.quasi"}]},{token:["variable.parameter","text"],regex:"("+i+")(\\s*)(?=\\=>)"},{token:"paren.lparen",regex:"(\\()(?=[^\\(]+\\s*=>)",next:"function_arguments"},{token:"variable.language",regex:"(?:(?:(?:Weak)?(?:Set|Map))|Promise)\\b"}),this.$rules.function_arguments.unshift({token:"keyword.operator",regex:"=",next:"default_parameter"},{token:"keyword.operator",regex:"\\.{3}"}),this.$rules.property.unshift({token:"support.function",regex:"(findIndex|repeat|startsWith|endsWith|includes|isSafeInteger|trunc|cbrt|log2|log10|sign|then|catch|finally|resolve|reject|race|any|all|allSettled|keys|entries|isInteger)\\b(?=\\()"},{token:"constant.language",regex:"(?:MAX_SAFE_INTEGER|MIN_SAFE_INTEGER|EPSILON)\\b"}),e&&0==e.jsx||r.call(this)),this.embedRules(o,"doc-",[o.getEndRule("no_regex")]),this.normalizeRules()};function r(){var e=i.replace("\\d","\\d\\-"),t={onMatch:function(e,t,a){var s="/"==e.charAt(1)?2:1;return 1==s?(t!=this.nextState?a.unshift(this.next,this.nextState,0):a.unshift(this.next),a[2]++):2==s&&t==this.nextState&&(a[1]--,(!a[1]||a[1]<0)&&(a.shift(),a.shift())),[{type:"meta.tag.punctuation."+(1==s?"":"end-")+"tag-open.xml",value:e.slice(0,s)},{type:"meta.tag.tag-name.xml",value:e.substr(s)}]},regex:"</?(?:"+e+"|(?=>))",next:"jsxAttributes",nextState:"jsx"};this.$rules.start.unshift(t);var a={regex:"{",token:"paren.quasi.start",push:"start"};this.$rules.jsx=[a,t,{include:"reference"},{defaultToken:"string.xml"}],this.$rules.jsxAttributes=[{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",onMatch:function(e,t,a){return t==a[0]&&a.shift(),2==e.length&&(a[0]==this.nextState&&a[1]--,(!a[1]||a[1]<0)&&a.splice(0,2)),this.next=a[0]||"start",[{type:this.token,value:e}]},nextState:"jsx"},a,c("jsxAttributes"),{token:"entity.other.attribute-name.xml",regex:e},{token:"keyword.operator.attribute-equals.xml",regex:"="},{token:"text.tag-whitespace.xml",regex:"\\s+"},{token:"string.attribute-value.xml",regex:"'",stateName:"jsx_attr_q",push:[{token:"string.attribute-value.xml",regex:"'",next:"pop"},{include:"reference"},{defaultToken:"string.attribute-value.xml"}]},{token:"string.attribute-value.xml",regex:'"',stateName:"jsx_attr_qq",push:[{token:"string.attribute-value.xml",regex:'"',next:"pop"},{include:"reference"},{defaultToken:"string.attribute-value.xml"}]},t],this.$rules.reference=[{token:"constant.language.escape.reference.xml",regex:"(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"}]}function c(e){return[{token:"comment",regex:/\/\*/,next:[o.getTagRule(),{token:"comment",regex:"\\*\\/",next:e||"pop"},{defaultToken:"comment",caseInsensitive:!0}]},{token:"comment",regex:"\\/\\/",next:[o.getTagRule(),{token:"comment",regex:"$|^",next:e||"pop"},{defaultToken:"comment",caseInsensitive:!0}]}]}s.inherits(l,n),t.JavaScriptHighlightRules=l})),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],(function(e,t,a){"use strict";var s=e("../range").Range,o=function(){};(function(){this.checkOutdent=function(e,t){return!!/^\s+$/.test(e)&&/^\s*\}/.test(t)},this.autoOutdent=function(e,t){var a=e.getLine(t).match(/^(\s*\})/);if(!a)return 0;var o=a[1].length,n=e.findMatchingBracket({row:t,column:o});if(!n||n.row==t)return 0;var i=this.$getIndent(e.getLine(n.row));e.replace(new s(t,0,t,o-1),i)},this.$getIndent=function(e){return e.match(/^\s*/)[0]}}).call(o.prototype),t.MatchingBraceOutdent=o})),ace.define("ace/mode/behaviour/xml",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("../behaviour").Behaviour,n=e("../../token_iterator").TokenIterator;function i(e,t){return e&&e.type.lastIndexOf(t+".xml")>-1}var l=function(){this.add("string_dquotes","insertion",(function(e,t,a,s,o){if('"'==o||"'"==o){var l=o,r=s.doc.getTextRange(a.getSelectionRange());if(""!==r&&"'"!==r&&'"'!=r&&a.getWrapBehavioursEnabled())return{text:l+r+l,selection:!1};var c=a.getCursorPosition(),d=s.doc.getLine(c.row).substring(c.column,c.column+1),h=new n(s,c.row,c.column),p=h.getCurrentToken();if(d==l&&(i(p,"attribute-value")||i(p,"string")))return{text:"",selection:[1,1]};if(p||(p=h.stepBackward()),!p)return;for(;i(p,"tag-whitespace")||i(p,"whitespace");)p=h.stepBackward();var g=!d||d.match(/\s/);if(i(p,"attribute-equals")&&(g||">"==d)||i(p,"decl-attribute-equals")&&(g||"?"==d))return{text:l+l,selection:[1,1]}}})),this.add("string_dquotes","deletion",(function(e,t,a,s,o){var n=s.doc.getTextRange(o);if(!o.isMultiLine()&&('"'==n||"'"==n)&&s.doc.getLine(o.start.row).substring(o.start.column+1,o.start.column+2)==n)return o.end.column++,o})),this.add("autoclosing","insertion",(function(e,t,a,s,o){if(">"==o){var l=a.getSelectionRange().start,r=new n(s,l.row,l.column),c=r.getCurrentToken()||r.stepBackward();if(!c||!(i(c,"tag-name")||i(c,"tag-whitespace")||i(c,"attribute-name")||i(c,"attribute-equals")||i(c,"attribute-value")))return;if(i(c,"reference.attribute-value"))return;if(i(c,"attribute-value")){var d=r.getCurrentTokenColumn()+c.value.length;if(l.column<d)return;if(l.column==d){var h=r.stepForward();if(h&&i(h,"attribute-value"))return;r.stepBackward()}}if(/^\s*>/.test(s.getLine(l.row).slice(l.column)))return;for(;!i(c,"tag-name");)if("<"==(c=r.stepBackward()).value){c=r.stepForward();break}var p=r.getCurrentTokenRow(),g=r.getCurrentTokenColumn();if(i(r.stepBackward(),"end-tag-open"))return;var u=c.value;if(p==l.row&&(u=u.substring(0,l.column-g)),this.voidElements&&this.voidElements.hasOwnProperty(u.toLowerCase()))return;return{text:"></"+u+">",selection:[1,1]}}})),this.add("autoindent","insertion",(function(e,t,a,s,o){if("\n"==o){var l=a.getCursorPosition(),r=s.getLine(l.row),c=new n(s,l.row,l.column),d=c.getCurrentToken();if(i(d,"")&&-1!==d.type.indexOf("tag-close")){if("/>"==d.value)return;for(;d&&-1===d.type.indexOf("tag-name");)d=c.stepBackward();if(!d)return;var h=d.value,p=c.getCurrentTokenRow();if(!(d=c.stepBackward())||-1!==d.type.indexOf("end-tag"))return;if(this.voidElements&&!this.voidElements[h]||!this.voidElements){var g=s.getTokenAt(l.row,l.column+1),u=(r=s.getLine(p),this.$getIndent(r)),m=u+s.getTabString();return g&&"</"===g.value?{text:"\n"+m+"\n"+u,selection:[1,m.length,1,m.length]}:{text:"\n"+m}}}}}))};s.inherits(l,o),t.XmlBehaviour=l})),ace.define("ace/mode/behaviour/javascript",["require","exports","module","ace/lib/oop","ace/token_iterator","ace/mode/behaviour/cstyle","ace/mode/behaviour/xml"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("../../token_iterator").TokenIterator,n=e("../behaviour/cstyle").CstyleBehaviour,i=e("../behaviour/xml").XmlBehaviour,l=function(){var e=new i({closeCurlyBraces:!0}).getBehaviours();this.addBehaviours(e),this.inherit(n),this.add("autoclosing-fragment","insertion",(function(e,t,a,s,n){if(">"==n){var i=a.getSelectionRange().start,l=new o(s,i.row,i.column),r=l.getCurrentToken()||l.stepBackward();if(!r)return;if("<"==r.value)return{text:"></>",selection:[1,1]}}}))};s.inherits(l,n),t.JavaScriptBehaviour=l})),ace.define("ace/mode/folding/xml",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("../../range").Range,n=e("./fold_mode").FoldMode,i=t.FoldMode=function(e,t){n.call(this),this.voidElements=e||{},this.optionalEndTags=s.mixin({},this.voidElements),t&&s.mixin(this.optionalEndTags,t)};s.inherits(i,n);var l=function(){this.tagName="",this.closing=!1,this.selfClosing=!1,this.start={row:0,column:0},this.end={row:0,column:0}};function r(e,t){return e&&e.type&&e.type.lastIndexOf(t+".xml")>-1}(function(){this.getFoldWidget=function(e,t,a){var s=this._getFirstTagInLine(e,a);return s?s.closing||!s.tagName&&s.selfClosing?"markbeginend"===t?"end":"":!s.tagName||s.selfClosing||this.voidElements.hasOwnProperty(s.tagName.toLowerCase())||this._findEndTagInLine(e,a,s.tagName,s.end.column)?"":"start":this.getCommentFoldWidget(e,a)},this.getCommentFoldWidget=function(e,t){return/comment/.test(e.getState(t))&&/<!-/.test(e.getLine(t))?"start":""},this._getFirstTagInLine=function(e,t){for(var a=e.getTokens(t),s=new l,o=0;o<a.length;o++){var n=a[o];if(r(n,"tag-open")){if(s.end.column=s.start.column+n.value.length,s.closing=r(n,"end-tag-open"),!(n=a[++o]))return null;if(s.tagName=n.value,""===n.value){if(!(n=a[++o]))return null;s.tagName=n.value}for(s.end.column+=n.value.length,o++;o<a.length;o++)if(n=a[o],s.end.column+=n.value.length,r(n,"tag-close")){s.selfClosing="/>"==n.value;break}return s}if(r(n,"tag-close"))return s.selfClosing="/>"==n.value,s;s.start.column+=n.value.length}return null},this._findEndTagInLine=function(e,t,a,s){for(var o=e.getTokens(t),n=0,i=0;i<o.length;i++){var l=o[i];if(!((n+=l.value.length)<s-1)&&r(l,"end-tag-open")&&(r(l=o[i+1],"tag-name")&&""===l.value&&(l=o[i+2]),l&&l.value==a))return!0}return!1},this.getFoldWidgetRange=function(e,t,a){if(!this._getFirstTagInLine(e,a))return this.getCommentFoldWidget(e,a)&&e.getCommentFoldRange(a,e.getLine(a).length);var s=e.getMatchingTags({row:a,column:0});return s?new o(s.openTag.end.row,s.openTag.end.column,s.closeTag.start.row,s.closeTag.start.column):void 0}}).call(i.prototype)})),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("../../range").Range,n=e("./fold_mode").FoldMode,i=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end)))};s.inherits(i,n),function(){this.foldingStartMarker=/([\{\[\(])[^\}\]\)]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{\(]*([\}\]\)])|^[\s\*]*(\*\/)/,this.singleLineBlockCommentRe=/^\s*(\/\*).*\*\/\s*$/,this.tripleStarBlockCommentRe=/^\s*(\/\*\*\*).*\*\/\s*$/,this.startRegionRe=/^\s*(\/\*|\/\/)#?region\b/,this._getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,a){var s=e.getLine(a);if(this.singleLineBlockCommentRe.test(s)&&!this.startRegionRe.test(s)&&!this.tripleStarBlockCommentRe.test(s))return"";var o=this._getFoldWidgetBase(e,t,a);return!o&&this.startRegionRe.test(s)?"start":o},this.getFoldWidgetRange=function(e,t,a,s){var o,n=e.getLine(a);if(this.startRegionRe.test(n))return this.getCommentRegionBlock(e,n,a);if(o=n.match(this.foldingStartMarker)){var i=o.index;if(o[1])return this.openingBracketBlock(e,o[1],a,i);var l=e.getCommentFoldRange(a,i+o[0].length,1);return l&&!l.isMultiLine()&&(s?l=this.getSectionRange(e,a):"all"!=t&&(l=null)),l}return"markbegin"!==t&&(o=n.match(this.foldingStopMarker))?(i=o.index+o[0].length,o[1]?this.closingBracketBlock(e,o[1],a,i):e.getCommentFoldRange(a,i,-1)):void 0},this.getSectionRange=function(e,t){for(var a=e.getLine(t),s=a.search(/\S/),n=t,i=a.length,l=t+=1,r=e.getLength();++t<r;){var c=(a=e.getLine(t)).search(/\S/);if(-1!==c){if(s>c)break;var d=this.getFoldWidgetRange(e,"all",t);if(d){if(d.start.row<=n)break;if(d.isMultiLine())t=d.end.row;else if(s==c)break}l=t}}return new o(n,i,l,e.getLine(l).length)},this.getCommentRegionBlock=function(e,t,a){for(var s=t.search(/\s*$/),n=e.getLength(),i=a,l=/^\s*(?:\/\*|\/\/|--)#?(end)?region\b/,r=1;++a<n;){t=e.getLine(a);var c=l.exec(t);if(c&&(c[1]?r--:r++,!r))break}if(a>i)return new o(i,s,a,t.length)}}.call(i.prototype)})),ace.define("ace/mode/folding/javascript",["require","exports","module","ace/lib/oop","ace/mode/folding/xml","ace/mode/folding/cstyle"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("./xml").FoldMode,n=e("./cstyle").FoldMode,i=t.FoldMode=function(e){e&&(this.foldingStartMarker=new RegExp(this.foldingStartMarker.source.replace(/\|[^|]*?$/,"|"+e.start)),this.foldingStopMarker=new RegExp(this.foldingStopMarker.source.replace(/\|[^|]*?$/,"|"+e.end))),this.xmlFoldMode=new o};s.inherits(i,n),function(){this.getFoldWidgetRangeBase=this.getFoldWidgetRange,this.getFoldWidgetBase=this.getFoldWidget,this.getFoldWidget=function(e,t,a){return this.getFoldWidgetBase(e,t,a)||this.xmlFoldMode.getFoldWidget(e,t,a)},this.getFoldWidgetRange=function(e,t,a,s){return this.getFoldWidgetRangeBase(e,t,a,s)||this.xmlFoldMode.getFoldWidgetRange(e,t,a)}}.call(i.prototype)})),ace.define("ace/mode/javascript",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/javascript_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/behaviour/javascript","ace/mode/folding/javascript"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./text").Mode,n=e("./javascript_highlight_rules").JavaScriptHighlightRules,i=e("./matching_brace_outdent").MatchingBraceOutdent,l=e("../worker/worker_client").WorkerClient,r=e("./behaviour/javascript").JavaScriptBehaviour,c=e("./folding/javascript").FoldMode,d=function(){this.HighlightRules=n,this.$outdent=new i,this.$behaviour=new r,this.foldingRules=new c};s.inherits(d,o),function(){this.lineCommentStart="//",this.blockComment={start:"/*",end:"*/"},this.$quotes={'"':'"',"'":"'","`":"`"},this.$pairQuotesAfter={"`":/\w/},this.getNextLineIndent=function(e,t,a){var s=this.$getIndent(t),o=this.getTokenizer().getLineTokens(t,e),n=o.tokens,i=o.state;if(n.length&&"comment"==n[n.length-1].type)return s;if("start"==e||"no_regex"==e)t.match(/^.*(?:\bcase\b.*:|[\{\(\[])\s*$/)&&(s+=a);else if("doc-start"==e&&("start"==i||"no_regex"==i))return"";return s},this.checkOutdent=function(e,t,a){return this.$outdent.checkOutdent(t,a)},this.autoOutdent=function(e,t,a){this.$outdent.autoOutdent(t,a)},this.createWorker=function(e){var t=new l(["ace"],"ace/mode/javascript_worker","JavaScriptWorker");return t.attachToDocument(e.getDocument()),t.on("annotate",(function(t){e.setAnnotations(t.data)})),t.on("terminate",(function(){e.clearAnnotations()})),t},this.$id="ace/mode/javascript",this.snippetFileId="ace/snippets/javascript"}.call(d.prototype),t.Mode=d})),ace.define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=(e("../lib/lang"),e("./text_highlight_rules").TextHighlightRules),n=t.supportType="align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index",i=t.supportFunction="rgb|rgba|url|attr|counter|counters",l=t.supportConstant="absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|flex-end|flex-start|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom",r=t.supportConstantColor="aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen",c=t.supportConstantFonts="arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace",d=t.numRe="\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))",h=t.pseudoElements="(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b",p=t.pseudoClasses="(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b",g=function(){var e=this.createKeywordMapper({"support.function":i,"support.constant":l,"support.type":n,"support.constant.color":r,"support.constant.fonts":c},"text",!0);this.$rules={start:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"ruleset"},{token:"paren.rparen",regex:"\\}"},{token:"string",regex:"@(?!viewport)",next:"media"},{token:"keyword",regex:"#[a-z0-9-_]+"},{token:"keyword",regex:"%"},{token:"variable",regex:"\\.[a-z0-9-_]+"},{token:"string",regex:":[a-z0-9-_]+"},{token:"constant.numeric",regex:d},{token:"constant",regex:"[a-z0-9-_]+"},{caseInsensitive:!0}],media:[{include:["strings","url","comments"]},{token:"paren.lparen",regex:"\\{",next:"start"},{token:"paren.rparen",regex:"\\}",next:"start"},{token:"string",regex:";",next:"start"},{token:"keyword",regex:"(?:media|supports|document|charset|import|namespace|media|supports|document|page|font|keyframes|viewport|counter-style|font-feature-values|swash|ornaments|annotation|stylistic|styleset|character-variant)"}],comments:[{token:"comment",regex:"\\/\\*",push:[{token:"comment",regex:"\\*\\/",next:"pop"},{defaultToken:"comment"}]}],ruleset:[{regex:"-(webkit|ms|moz|o)-",token:"text"},{token:"punctuation.operator",regex:"[:;]"},{token:"paren.rparen",regex:"\\}",next:"start"},{include:["strings","url","comments"]},{token:["constant.numeric","keyword"],regex:"("+d+")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"},{token:"constant.numeric",regex:d},{token:"constant.numeric",regex:"#[a-f0-9]{6}"},{token:"constant.numeric",regex:"#[a-f0-9]{3}"},{token:["punctuation","entity.other.attribute-name.pseudo-element.css"],regex:h},{token:["punctuation","entity.other.attribute-name.pseudo-class.css"],regex:p},{include:"url"},{token:e,regex:"\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"},{token:"paren.lparen",regex:"\\{"},{caseInsensitive:!0}],url:[{token:"support.function",regex:"(?:url(:?-prefix)?|domain|regexp)\\(",push:[{token:"support.function",regex:"\\)",next:"pop"},{defaultToken:"string"}]}],strings:[{token:"string.start",regex:"'",push:[{token:"string.end",regex:"'|$",next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]},{token:"string.start",regex:'"',push:[{token:"string.end",regex:'"|$',next:"pop"},{include:"escapes"},{token:"constant.language.escape",regex:/\\$/,consumeLineEnd:!0},{defaultToken:"string"}]}],escapes:[{token:"constant.language.escape",regex:/\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/}]},this.normalizeRules()};s.inherits(g,o),t.CssHighlightRules=g})),ace.define("ace/mode/css_completions",["require","exports","module"],(function(e,t,a){"use strict";var s={background:{"#$0":1},"background-color":{"#$0":1,transparent:1,fixed:1},"background-image":{"url('/$0')":1},"background-repeat":{repeat:1,"repeat-x":1,"repeat-y":1,"no-repeat":1,inherit:1},"background-position":{bottom:2,center:2,left:2,right:2,top:2,inherit:2},"background-attachment":{scroll:1,fixed:1},"background-size":{cover:1,contain:1},"background-clip":{"border-box":1,"padding-box":1,"content-box":1},"background-origin":{"border-box":1,"padding-box":1,"content-box":1},border:{"solid $0":1,"dashed $0":1,"dotted $0":1,"#$0":1},"border-color":{"#$0":1},"border-style":{solid:2,dashed:2,dotted:2,double:2,groove:2,hidden:2,inherit:2,inset:2,none:2,outset:2,ridged:2},"border-collapse":{collapse:1,separate:1},bottom:{px:1,em:1,"%":1},clear:{left:1,right:1,both:1,none:1},color:{"#$0":1,"rgb(#$00,0,0)":1},cursor:{default:1,pointer:1,move:1,text:1,wait:1,help:1,progress:1,"n-resize":1,"ne-resize":1,"e-resize":1,"se-resize":1,"s-resize":1,"sw-resize":1,"w-resize":1,"nw-resize":1},display:{none:1,block:1,inline:1,"inline-block":1,"table-cell":1},"empty-cells":{show:1,hide:1},float:{left:1,right:1,none:1},"font-family":{Arial:2,"Comic Sans MS":2,Consolas:2,"Courier New":2,Courier:2,Georgia:2,Monospace:2,"Sans-Serif":2,"Segoe UI":2,Tahoma:2,"Times New Roman":2,"Trebuchet MS":2,Verdana:1},"font-size":{px:1,em:1,"%":1},"font-weight":{bold:1,normal:1},"font-style":{italic:1,normal:1},"font-variant":{normal:1,"small-caps":1},height:{px:1,em:1,"%":1},left:{px:1,em:1,"%":1},"letter-spacing":{normal:1},"line-height":{normal:1},"list-style-type":{none:1,disc:1,circle:1,square:1,decimal:1,"decimal-leading-zero":1,"lower-roman":1,"upper-roman":1,"lower-greek":1,"lower-latin":1,"upper-latin":1,georgian:1,"lower-alpha":1,"upper-alpha":1},margin:{px:1,em:1,"%":1},"margin-right":{px:1,em:1,"%":1},"margin-left":{px:1,em:1,"%":1},"margin-top":{px:1,em:1,"%":1},"margin-bottom":{px:1,em:1,"%":1},"max-height":{px:1,em:1,"%":1},"max-width":{px:1,em:1,"%":1},"min-height":{px:1,em:1,"%":1},"min-width":{px:1,em:1,"%":1},overflow:{hidden:1,visible:1,auto:1,scroll:1},"overflow-x":{hidden:1,visible:1,auto:1,scroll:1},"overflow-y":{hidden:1,visible:1,auto:1,scroll:1},padding:{px:1,em:1,"%":1},"padding-top":{px:1,em:1,"%":1},"padding-right":{px:1,em:1,"%":1},"padding-bottom":{px:1,em:1,"%":1},"padding-left":{px:1,em:1,"%":1},"page-break-after":{auto:1,always:1,avoid:1,left:1,right:1},"page-break-before":{auto:1,always:1,avoid:1,left:1,right:1},position:{absolute:1,relative:1,fixed:1,static:1},right:{px:1,em:1,"%":1},"table-layout":{fixed:1,auto:1},"text-decoration":{none:1,underline:1,"line-through":1,blink:1},"text-align":{left:1,right:1,center:1,justify:1},"text-transform":{capitalize:1,uppercase:1,lowercase:1,none:1},top:{px:1,em:1,"%":1},"vertical-align":{top:1,bottom:1},visibility:{hidden:1,visible:1},"white-space":{nowrap:1,normal:1,pre:1,"pre-line":1,"pre-wrap":1},width:{px:1,em:1,"%":1},"word-spacing":{normal:1},filter:{"alpha(opacity=$0100)":1},"text-shadow":{"$02px 2px 2px #777":1},"text-overflow":{"ellipsis-word":1,clip:1,ellipsis:1},"-moz-border-radius":1,"-moz-border-radius-topright":1,"-moz-border-radius-bottomright":1,"-moz-border-radius-topleft":1,"-moz-border-radius-bottomleft":1,"-webkit-border-radius":1,"-webkit-border-top-right-radius":1,"-webkit-border-top-left-radius":1,"-webkit-border-bottom-right-radius":1,"-webkit-border-bottom-left-radius":1,"-moz-box-shadow":1,"-webkit-box-shadow":1,transform:{"rotate($00deg)":1,"skew($00deg)":1},"-moz-transform":{"rotate($00deg)":1,"skew($00deg)":1},"-webkit-transform":{"rotate($00deg)":1,"skew($00deg)":1}},o=function(){};(function(){this.completionsDefined=!1,this.defineCompletions=function(){if(document){var e=document.createElement("c").style;for(var t in e)if("string"==typeof e[t]){var a=t.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()}));s.hasOwnProperty(a)||(s[a]=1)}}this.completionsDefined=!0},this.getCompletions=function(e,t,a,s){if(this.completionsDefined||this.defineCompletions(),"ruleset"===e||"ace/mode/scss"==t.$mode.$id){var o=t.getLine(a.row).substr(0,a.column),n=/\([^)]*$/.test(o);return n&&(o=o.substr(o.lastIndexOf("(")+1)),/:[^;]+$/.test(o)?(/([\w\-]+):[^:]*$/.test(o),this.getPropertyValueCompletions(e,t,a,s)):this.getPropertyCompletions(e,t,a,s,n)}return[]},this.getPropertyCompletions=function(e,t,a,o,n){return n=n||!1,Object.keys(s).map((function(e){return{caption:e,snippet:e+": $0"+(n?"":";"),meta:"property",score:1e6}}))},this.getPropertyValueCompletions=function(e,t,a,o){var n=t.getLine(a.row).substr(0,a.column),i=(/([\w\-]+):[^:]*$/.exec(n)||{})[1];if(!i)return[];var l=[];return i in s&&"object"==typeof s[i]&&(l=Object.keys(s[i])),l.map((function(e){return{caption:e,snippet:e,meta:"property value",score:1e6}}))}}).call(o.prototype),t.CssCompletions=o})),ace.define("ace/mode/behaviour/css",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle","ace/token_iterator"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=(e("../behaviour").Behaviour,e("./cstyle").CstyleBehaviour),n=e("../../token_iterator").TokenIterator,i=function(){this.inherit(o),this.add("colon","insertion",(function(e,t,a,s,o){if(":"===o&&a.selection.isEmpty()){var i=a.getCursorPosition(),l=new n(s,i.row,i.column),r=l.getCurrentToken();if(r&&r.value.match(/\s+/)&&(r=l.stepBackward()),r&&"support.type"===r.type){var c=s.doc.getLine(i.row);if(":"===c.substring(i.column,i.column+1))return{text:"",selection:[1,1]};if(/^(\s+[^;]|\s*$)/.test(c.substring(i.column)))return{text:":;",selection:[1,1]}}}})),this.add("colon","deletion",(function(e,t,a,s,o){var i=s.doc.getTextRange(o);if(!o.isMultiLine()&&":"===i){var l=a.getCursorPosition(),r=new n(s,l.row,l.column),c=r.getCurrentToken();if(c&&c.value.match(/\s+/)&&(c=r.stepBackward()),c&&"support.type"===c.type&&";"===s.doc.getLine(o.start.row).substring(o.end.column,o.end.column+1))return o.end.column++,o}})),this.add("semicolon","insertion",(function(e,t,a,s,o){if(";"===o&&a.selection.isEmpty()){var n=a.getCursorPosition();if(";"===s.doc.getLine(n.row).substring(n.column,n.column+1))return{text:"",selection:[1,1]}}})),this.add("!important","insertion",(function(e,t,a,s,o){if("!"===o&&a.selection.isEmpty()){var n=a.getCursorPosition(),i=s.doc.getLine(n.row);if(/^\s*(;|}|$)/.test(i.substring(n.column)))return{text:"!important",selection:[10,10]}}}))};s.inherits(i,o),t.CssBehaviour=i})),ace.define("ace/mode/css",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/css_highlight_rules","ace/mode/matching_brace_outdent","ace/worker/worker_client","ace/mode/css_completions","ace/mode/behaviour/css","ace/mode/folding/cstyle"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./text").Mode,n=e("./css_highlight_rules").CssHighlightRules,i=e("./matching_brace_outdent").MatchingBraceOutdent,l=e("../worker/worker_client").WorkerClient,r=e("./css_completions").CssCompletions,c=e("./behaviour/css").CssBehaviour,d=e("./folding/cstyle").FoldMode,h=function(){this.HighlightRules=n,this.$outdent=new i,this.$behaviour=new c,this.$completer=new r,this.foldingRules=new d};s.inherits(h,o),function(){this.foldingRules="cStyle",this.blockComment={start:"/*",end:"*/"},this.getNextLineIndent=function(e,t,a){var s=this.$getIndent(t),o=this.getTokenizer().getLineTokens(t,e).tokens;return o.length&&"comment"==o[o.length-1].type||t.match(/^.*\{\s*$/)&&(s+=a),s},this.checkOutdent=function(e,t,a){return this.$outdent.checkOutdent(t,a)},this.autoOutdent=function(e,t,a){this.$outdent.autoOutdent(t,a)},this.getCompletions=function(e,t,a,s){return this.$completer.getCompletions(e,t,a,s)},this.createWorker=function(e){var t=new l(["ace"],"ace/mode/css_worker","Worker");return t.attachToDocument(e.getDocument()),t.on("annotate",(function(t){e.setAnnotations(t.data)})),t.on("terminate",(function(){e.clearAnnotations()})),t},this.$id="ace/mode/css",this.snippetFileId="ace/snippets/css"}.call(h.prototype),t.Mode=h})),ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("./text_highlight_rules").TextHighlightRules,n=function(e){var t="[_:a-zA-ZÀ-￿][-_:.a-zA-Z0-9À-￿]*";this.$rules={start:[{token:"string.cdata.xml",regex:"<\\!\\[CDATA\\[",next:"cdata"},{token:["punctuation.instruction.xml","keyword.instruction.xml"],regex:"(<\\?)("+t+")",next:"processing_instruction"},{token:"comment.start.xml",regex:"<\\!--",next:"comment"},{token:["xml-pe.doctype.xml","xml-pe.doctype.xml"],regex:"(<\\!)(DOCTYPE)(?=[\\s])",next:"doctype",caseInsensitive:!0},{include:"tag"},{token:"text.end-tag-open.xml",regex:"</"},{token:"text.tag-open.xml",regex:"<"},{include:"reference"},{defaultToken:"text.xml"}],processing_instruction:[{token:"entity.other.attribute-name.decl-attribute-name.xml",regex:t},{token:"keyword.operator.decl-attribute-equals.xml",regex:"="},{include:"whitespace"},{include:"string"},{token:"punctuation.xml-decl.xml",regex:"\\?>",next:"start"}],doctype:[{include:"whitespace"},{include:"string"},{token:"xml-pe.doctype.xml",regex:">",next:"start"},{token:"xml-pe.xml",regex:"[-_a-zA-Z0-9:]+"},{token:"punctuation.int-subset",regex:"\\[",push:"int_subset"}],int_subset:[{token:"text.xml",regex:"\\s+"},{token:"punctuation.int-subset.xml",regex:"]",next:"pop"},{token:["punctuation.markup-decl.xml","keyword.markup-decl.xml"],regex:"(<\\!)("+t+")",push:[{token:"text",regex:"\\s+"},{token:"punctuation.markup-decl.xml",regex:">",next:"pop"},{include:"string"}]}],cdata:[{token:"string.cdata.xml",regex:"\\]\\]>",next:"start"},{token:"text.xml",regex:"\\s+"},{token:"text.xml",regex:"(?:[^\\]]|\\](?!\\]>))+"}],comment:[{token:"comment.end.xml",regex:"--\x3e",next:"start"},{defaultToken:"comment.xml"}],reference:[{token:"constant.language.escape.reference.xml",regex:"(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"}],attr_reference:[{token:"constant.language.escape.reference.attribute-value.xml",regex:"(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"}],tag:[{token:["meta.tag.punctuation.tag-open.xml","meta.tag.punctuation.end-tag-open.xml","meta.tag.tag-name.xml"],regex:"(?:(<)|(</))((?:"+t+":)?"+t+")",next:[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:"start"}]}],tag_whitespace:[{token:"text.tag-whitespace.xml",regex:"\\s+"}],whitespace:[{token:"text.whitespace.xml",regex:"\\s+"}],string:[{token:"string.xml",regex:"'",push:[{token:"string.xml",regex:"'",next:"pop"},{defaultToken:"string.xml"}]},{token:"string.xml",regex:'"',push:[{token:"string.xml",regex:'"',next:"pop"},{defaultToken:"string.xml"}]}],attributes:[{token:"entity.other.attribute-name.xml",regex:t},{token:"keyword.operator.attribute-equals.xml",regex:"="},{include:"tag_whitespace"},{include:"attribute_value"}],attribute_value:[{token:"string.attribute-value.xml",regex:"'",push:[{token:"string.attribute-value.xml",regex:"'",next:"pop"},{include:"attr_reference"},{defaultToken:"string.attribute-value.xml"}]},{token:"string.attribute-value.xml",regex:'"',push:[{token:"string.attribute-value.xml",regex:'"',next:"pop"},{include:"attr_reference"},{defaultToken:"string.attribute-value.xml"}]}]},this.constructor===n&&this.normalizeRules()};(function(){this.embedTagRules=function(e,t,a){this.$rules.tag.unshift({token:["meta.tag.punctuation.tag-open.xml","meta.tag."+a+".tag-name.xml"],regex:"(<)("+a+"(?=\\s|>|$))",next:[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:t+"start"}]}),this.$rules[a+"-end"]=[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:"start",onMatch:function(e,t,a){return a.splice(0),this.token}}],this.embedRules(e,t,[{token:["meta.tag.punctuation.end-tag-open.xml","meta.tag."+a+".tag-name.xml"],regex:"(</)("+a+"(?=\\s|>|$))",next:a+"-end"},{token:"string.cdata.xml",regex:"<\\!\\[CDATA\\["},{token:"string.cdata.xml",regex:"\\]\\]>"}])}}).call(o.prototype),s.inherits(n,o),t.XmlHighlightRules=n})),ace.define("ace/mode/html_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/css_highlight_rules","ace/mode/javascript_highlight_rules","ace/mode/xml_highlight_rules"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/lang"),n=e("./css_highlight_rules").CssHighlightRules,i=e("./javascript_highlight_rules").JavaScriptHighlightRules,l=e("./xml_highlight_rules").XmlHighlightRules,r=o.createMap({a:"anchor",button:"form",form:"form",img:"image",input:"form",label:"form",option:"form",script:"script",select:"form",textarea:"form",style:"style",table:"table",tbody:"table",td:"table",tfoot:"table",th:"table",tr:"table"}),c=function(){l.call(this),this.addRules({attributes:[{include:"tag_whitespace"},{token:"entity.other.attribute-name.xml",regex:"[-_a-zA-Z0-9:.]+"},{token:"keyword.operator.attribute-equals.xml",regex:"=",push:[{include:"tag_whitespace"},{token:"string.unquoted.attribute-value.html",regex:"[^<>='\"`\\s]+",next:"pop"},{token:"empty",regex:"",next:"pop"}]},{include:"attribute_value"}],tag:[{token:function(e,t){var a=r[t];return["meta.tag.punctuation."+("<"==e?"":"end-")+"tag-open.xml","meta.tag"+(a?"."+a:"")+".tag-name.xml"]},regex:"(</?)([-_a-zA-Z0-9:.]+)",next:"tag_stuff"}],tag_stuff:[{include:"attributes"},{token:"meta.tag.punctuation.tag-close.xml",regex:"/?>",next:"start"}]}),this.embedTagRules(n,"css-","style"),this.embedTagRules(new i({jsx:!1}).getRules(),"js-","script"),this.constructor===c&&this.normalizeRules()};s.inherits(c,l),t.HtmlHighlightRules=c})),ace.define("ace/mode/folding/mixed",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("./fold_mode").FoldMode,n=t.FoldMode=function(e,t){this.defaultMode=e,this.subModes=t};s.inherits(n,o),function(){this.$getMode=function(e){for(var t in"string"!=typeof e&&(e=e[0]),this.subModes)if(0===e.indexOf(t))return this.subModes[t];return null},this.$tryMode=function(e,t,a,s){var o=this.$getMode(e);return o?o.getFoldWidget(t,a,s):""},this.getFoldWidget=function(e,t,a){return this.$tryMode(e.getState(a-1),e,t,a)||this.$tryMode(e.getState(a),e,t,a)||this.defaultMode.getFoldWidget(e,t,a)},this.getFoldWidgetRange=function(e,t,a){var s=this.$getMode(e.getState(a-1));return s&&s.getFoldWidget(e,t,a)||(s=this.$getMode(e.getState(a))),s&&s.getFoldWidget(e,t,a)||(s=this.defaultMode),s.getFoldWidgetRange(e,t,a)}}.call(n.prototype)})),ace.define("ace/mode/folding/html",["require","exports","module","ace/lib/oop","ace/mode/folding/mixed","ace/mode/folding/xml","ace/mode/folding/cstyle"],(function(e,t,a){"use strict";var s=e("../../lib/oop"),o=e("./mixed").FoldMode,n=e("./xml").FoldMode,i=e("./cstyle").FoldMode,l=t.FoldMode=function(e,t){o.call(this,new n(e,t),{"js-":new i,"css-":new i})};s.inherits(l,o)})),ace.define("ace/mode/html_completions",["require","exports","module","ace/token_iterator"],(function(e,t,a){"use strict";var s=e("../token_iterator").TokenIterator,o=["accesskey","class","contenteditable","contextmenu","dir","draggable","dropzone","hidden","id","inert","itemid","itemprop","itemref","itemscope","itemtype","lang","spellcheck","style","tabindex","title","translate"].concat(["onabort","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncontextmenu","oncuechange","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onmousedown","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onpause","onplay","onplaying","onprogress","onratechange","onreset","onscroll","onseeked","onseeking","onselect","onshow","onstalled","onsubmit","onsuspend","ontimeupdate","onvolumechange","onwaiting"]),n={a:{href:1,target:{_blank:1,top:1},ping:1,rel:{nofollow:1,alternate:1,author:1,bookmark:1,help:1,license:1,next:1,noreferrer:1,prefetch:1,prev:1,search:1,tag:1},media:1,hreflang:1,type:1},abbr:{},address:{},area:{shape:1,coords:1,href:1,hreflang:1,alt:1,target:1,media:1,rel:1,ping:1,type:1},article:{pubdate:1},aside:{},audio:{src:1,autobuffer:1,autoplay:{autoplay:1},loop:{loop:1},controls:{controls:1},muted:{muted:1},preload:{auto:1,metadata:1,none:1}},b:{},base:{href:1,target:1},bdi:{},bdo:{},blockquote:{cite:1},body:{onafterprint:1,onbeforeprint:1,onbeforeunload:1,onhashchange:1,onmessage:1,onoffline:1,onpopstate:1,onredo:1,onresize:1,onstorage:1,onundo:1,onunload:1},br:{},button:{autofocus:1,disabled:{disabled:1},form:1,formaction:1,formenctype:1,formmethod:1,formnovalidate:1,formtarget:1,name:1,value:1,type:{button:1,submit:1}},canvas:{width:1,height:1},caption:{},cite:{},code:{},col:{span:1},colgroup:{span:1},command:{type:1,label:1,icon:1,disabled:1,checked:1,radiogroup:1,command:1},data:{},datalist:{},dd:{},del:{cite:1,datetime:1},details:{open:1},dfn:{},dialog:{open:1},div:{},dl:{},dt:{},em:{},embed:{src:1,height:1,width:1,type:1},fieldset:{disabled:1,form:1,name:1},figcaption:{},figure:{},footer:{},form:{"accept-charset":1,action:1,autocomplete:1,enctype:{"multipart/form-data":1,"application/x-www-form-urlencoded":1},method:{get:1,post:1},name:1,novalidate:1,target:{_blank:1,top:1}},h1:{},h2:{},h3:{},h4:{},h5:{},h6:{},head:{},header:{},hr:{},html:{manifest:1},i:{},iframe:{name:1,src:1,height:1,width:1,sandbox:{"allow-same-origin":1,"allow-top-navigation":1,"allow-forms":1,"allow-scripts":1},seamless:{seamless:1}},img:{alt:1,src:1,height:1,width:1,usemap:1,ismap:1},input:{type:{text:1,password:1,hidden:1,checkbox:1,submit:1,radio:1,file:1,button:1,reset:1,image:31,color:1,date:1,datetime:1,"datetime-local":1,email:1,month:1,number:1,range:1,search:1,tel:1,time:1,url:1,week:1},accept:1,alt:1,autocomplete:{on:1,off:1},autofocus:{autofocus:1},checked:{checked:1},disabled:{disabled:1},form:1,formaction:1,formenctype:{"application/x-www-form-urlencoded":1,"multipart/form-data":1,"text/plain":1},formmethod:{get:1,post:1},formnovalidate:{formnovalidate:1},formtarget:{_blank:1,_self:1,_parent:1,_top:1},height:1,list:1,max:1,maxlength:1,min:1,multiple:{multiple:1},name:1,pattern:1,placeholder:1,readonly:{readonly:1},required:{required:1},size:1,src:1,step:1,width:1,files:1,value:1},ins:{cite:1,datetime:1},kbd:{},keygen:{autofocus:1,challenge:{challenge:1},disabled:{disabled:1},form:1,keytype:{rsa:1,dsa:1,ec:1},name:1},label:{form:1,for:1},legend:{},li:{value:1},link:{href:1,hreflang:1,rel:{stylesheet:1,icon:1},media:{all:1,screen:1,print:1},type:{"text/css":1,"image/png":1,"image/jpeg":1,"image/gif":1},sizes:1},main:{},map:{name:1},mark:{},math:{},menu:{type:1,label:1},meta:{"http-equiv":{"content-type":1},name:{description:1,keywords:1},content:{"text/html; charset=UTF-8":1},charset:1},meter:{value:1,min:1,max:1,low:1,high:1,optimum:1},nav:{},noscript:{href:1},object:{param:1,data:1,type:1,height:1,width:1,usemap:1,name:1,form:1,classid:1},ol:{start:1,reversed:1},optgroup:{disabled:1,label:1},option:{disabled:1,selected:1,label:1,value:1},output:{for:1,form:1,name:1},p:{},param:{name:1,value:1},pre:{},progress:{value:1,max:1},q:{cite:1},rp:{},rt:{},ruby:{},s:{},samp:{},script:{charset:1,type:{"text/javascript":1},src:1,defer:1,async:1},select:{autofocus:1,disabled:1,form:1,multiple:{multiple:1},name:1,size:1,readonly:{readonly:1}},small:{},source:{src:1,type:1,media:1},span:{},strong:{},style:{type:1,media:{all:1,screen:1,print:1},scoped:1},sub:{},sup:{},svg:{},table:{summary:1},tbody:{},td:{headers:1,rowspan:1,colspan:1},textarea:{autofocus:{autofocus:1},disabled:{disabled:1},form:1,maxlength:1,name:1,placeholder:1,readonly:{readonly:1},required:{required:1},rows:1,cols:1,wrap:{on:1,off:1,hard:1,soft:1}},tfoot:{},th:{headers:1,rowspan:1,colspan:1,scope:1},thead:{},time:{datetime:1},title:{},tr:{},track:{kind:1,src:1,srclang:1,label:1,default:1},section:{},summary:{},u:{},ul:{},var:{},video:{src:1,autobuffer:1,autoplay:{autoplay:1},loop:{loop:1},controls:{controls:1},width:1,height:1,poster:1,muted:{muted:1},preload:{auto:1,metadata:1,none:1}},wbr:{}},i=Object.keys(n);function l(e,t){return e.type.lastIndexOf(t+".xml")>-1}function r(e,t){for(var a=new s(e,t.row,t.column),o=a.getCurrentToken();o&&!l(o,"tag-name");)o=a.stepBackward();if(o)return o.value}var c=function(){};(function(){this.getCompletions=function(e,t,a,s){var o=t.getTokenAt(a.row,a.column);if(!o)return[];if(l(o,"tag-name")||l(o,"tag-open")||l(o,"end-tag-open"))return this.getTagCompletions(e,t,a,s);if(l(o,"tag-whitespace")||l(o,"attribute-name"))return this.getAttributeCompletions(e,t,a,s);if(l(o,"attribute-value"))return this.getAttributeValueCompletions(e,t,a,s);var n=t.getLine(a.row).substr(0,a.column);return/&[a-z]*$/i.test(n)?this.getHTMLEntityCompletions(e,t,a,s):[]},this.getTagCompletions=function(e,t,a,s){return i.map((function(e){return{value:e,meta:"tag",score:1e6}}))},this.getAttributeCompletions=function(e,t,a,s){var i=r(t,a);if(!i)return[];var l=o;return i in n&&(l=l.concat(Object.keys(n[i]))),l.map((function(e){return{caption:e,snippet:e+'="$0"',meta:"attribute",score:1e6}}))},this.getAttributeValueCompletions=function(e,t,a,o){var i=r(t,a),c=function(e,t){for(var a=new s(e,t.row,t.column),o=a.getCurrentToken();o&&!l(o,"attribute-name");)o=a.stepBackward();if(o)return o.value}(t,a);if(!i)return[];var d=[];return i in n&&c in n[i]&&"object"==typeof n[i][c]&&(d=Object.keys(n[i][c])),d.map((function(e){return{caption:e,snippet:e,meta:"attribute value",score:1e6}}))},this.getHTMLEntityCompletions=function(e,t,a,s){return["Aacute;","aacute;","Acirc;","acirc;","acute;","AElig;","aelig;","Agrave;","agrave;","alefsym;","Alpha;","alpha;","amp;","and;","ang;","Aring;","aring;","asymp;","Atilde;","atilde;","Auml;","auml;","bdquo;","Beta;","beta;","brvbar;","bull;","cap;","Ccedil;","ccedil;","cedil;","cent;","Chi;","chi;","circ;","clubs;","cong;","copy;","crarr;","cup;","curren;","Dagger;","dagger;","dArr;","darr;","deg;","Delta;","delta;","diams;","divide;","Eacute;","eacute;","Ecirc;","ecirc;","Egrave;","egrave;","empty;","emsp;","ensp;","Epsilon;","epsilon;","equiv;","Eta;","eta;","ETH;","eth;","Euml;","euml;","euro;","exist;","fnof;","forall;","frac12;","frac14;","frac34;","frasl;","Gamma;","gamma;","ge;","gt;","hArr;","harr;","hearts;","hellip;","Iacute;","iacute;","Icirc;","icirc;","iexcl;","Igrave;","igrave;","image;","infin;","int;","Iota;","iota;","iquest;","isin;","Iuml;","iuml;","Kappa;","kappa;","Lambda;","lambda;","lang;","laquo;","lArr;","larr;","lceil;","ldquo;","le;","lfloor;","lowast;","loz;","lrm;","lsaquo;","lsquo;","lt;","macr;","mdash;","micro;","middot;","minus;","Mu;","mu;","nabla;","nbsp;","ndash;","ne;","ni;","not;","notin;","nsub;","Ntilde;","ntilde;","Nu;","nu;","Oacute;","oacute;","Ocirc;","ocirc;","OElig;","oelig;","Ograve;","ograve;","oline;","Omega;","omega;","Omicron;","omicron;","oplus;","or;","ordf;","ordm;","Oslash;","oslash;","Otilde;","otilde;","otimes;","Ouml;","ouml;","para;","part;","permil;","perp;","Phi;","phi;","Pi;","pi;","piv;","plusmn;","pound;","Prime;","prime;","prod;","prop;","Psi;","psi;","quot;","radic;","rang;","raquo;","rArr;","rarr;","rceil;","rdquo;","real;","reg;","rfloor;","Rho;","rho;","rlm;","rsaquo;","rsquo;","sbquo;","Scaron;","scaron;","sdot;","sect;","shy;","Sigma;","sigma;","sigmaf;","sim;","spades;","sub;","sube;","sum;","sup;","sup1;","sup2;","sup3;","supe;","szlig;","Tau;","tau;","there4;","Theta;","theta;","thetasym;","thinsp;","THORN;","thorn;","tilde;","times;","trade;","Uacute;","uacute;","uArr;","uarr;","Ucirc;","ucirc;","Ugrave;","ugrave;","uml;","upsih;","Upsilon;","upsilon;","Uuml;","uuml;","weierp;","Xi;","xi;","Yacute;","yacute;","yen;","Yuml;","yuml;","Zeta;","zeta;","zwj;","zwnj;"].map((function(e){return{caption:e,snippet:e,meta:"html entity",score:1e6}}))}}).call(c.prototype),t.HtmlCompletions=c})),ace.define("ace/mode/html",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text","ace/mode/javascript","ace/mode/css","ace/mode/html_highlight_rules","ace/mode/behaviour/xml","ace/mode/folding/html","ace/mode/html_completions","ace/worker/worker_client"],(function(e,t,a){"use strict";var s=e("../lib/oop"),o=e("../lib/lang"),n=e("./text").Mode,i=e("./javascript").Mode,l=e("./css").Mode,r=e("./html_highlight_rules").HtmlHighlightRules,c=e("./behaviour/xml").XmlBehaviour,d=e("./folding/html").FoldMode,h=e("./html_completions").HtmlCompletions,p=e("../worker/worker_client").WorkerClient,g=["area","base","br","col","embed","hr","img","input","keygen","link","meta","menuitem","param","source","track","wbr"],u=["li","dt","dd","p","rt","rp","optgroup","option","colgroup","td","th"],m=function(e){this.fragmentContext=e&&e.fragmentContext,this.HighlightRules=r,this.$behaviour=new c,this.$completer=new h,this.createModeDelegates({"js-":i,"css-":l}),this.foldingRules=new d(this.voidElements,o.arrayToMap(u))};s.inherits(m,n),function(){this.blockComment={start:"\x3c!--",end:"--\x3e"},this.voidElements=o.arrayToMap(g),this.getNextLineIndent=function(e,t,a){return this.$getIndent(t)},this.checkOutdent=function(e,t,a){return!1},this.getCompletions=function(e,t,a,s){return this.$completer.getCompletions(e,t,a,s)},this.createWorker=function(e){if(this.constructor==m){var t=new p(["ace"],"ace/mode/html_worker","Worker");return t.attachToDocument(e.getDocument()),this.fragmentContext&&t.call("setOptions",[{context:this.fragmentContext}]),t.on("error",(function(t){e.setAnnotations(t.data)})),t.on("terminate",(function(){e.clearAnnotations()})),t}},this.$id="ace/mode/html",this.snippetFileId="ace/snippets/html"}.call(m.prototype),t.Mode=m})),ace.require(["ace/mode/html"],(function(t){e&&(e.exports=t)}))},9289(e,t,a){e=a.nmd(e),ace.define("ace/snippets/html.snippets",["require","exports","module"],(function(e,t,a){a.exports='# Some useful Unicode entities\n# Non-Breaking Space\nsnippet nbs\n\t&nbsp;\n# ←\nsnippet left\n\t&#x2190;\n# →\nsnippet right\n\t&#x2192;\n# ↑\nsnippet up\n\t&#x2191;\n# ↓\nsnippet down\n\t&#x2193;\n# ↩\nsnippet return\n\t&#x21A9;\n# ⇤\nsnippet backtab\n\t&#x21E4;\n# ⇥\nsnippet tab\n\t&#x21E5;\n# ⇧\nsnippet shift\n\t&#x21E7;\n# ⌃\nsnippet ctrl\n\t&#x2303;\n# ⌅\nsnippet enter\n\t&#x2305;\n# ⌘\nsnippet cmd\n\t&#x2318;\n# ⌥\nsnippet option\n\t&#x2325;\n# ⌦\nsnippet delete\n\t&#x2326;\n# ⌫\nsnippet backspace\n\t&#x232B;\n# ⎋\nsnippet esc\n\t&#x238B;\n# Generic Doctype\nsnippet doctype HTML 4.01 Strict\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\n\t"http://www.w3.org/TR/html4/strict.dtd">\nsnippet doctype HTML 4.01 Transitional\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n\t"http://www.w3.org/TR/html4/loose.dtd">\nsnippet doctype HTML 5\n\t<!DOCTYPE HTML>\nsnippet doctype XHTML 1.0 Frameset\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\nsnippet doctype XHTML 1.0 Strict\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\nsnippet doctype XHTML 1.0 Transitional\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\nsnippet doctype XHTML 1.1\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\n\t"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n# HTML Doctype 4.01 Strict\nsnippet docts\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"\n\t"http://www.w3.org/TR/html4/strict.dtd">\n# HTML Doctype 4.01 Transitional\nsnippet doct\n\t<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\n\t"http://www.w3.org/TR/html4/loose.dtd">\n# HTML Doctype 5\nsnippet doct5\n\t<!DOCTYPE html>\n# XHTML Doctype 1.0 Frameset\nsnippet docxf\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">\n# XHTML Doctype 1.0 Strict\nsnippet docxs\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n# XHTML Doctype 1.0 Transitional\nsnippet docxt\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n# XHTML Doctype 1.1\nsnippet docx\n\t<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\n\t"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\n# html5shiv\nsnippet html5shiv\n\t\x3c!--[if lte IE 8]>\n\t\t<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"><\/script>\n\t<![endif]--\x3e\nsnippet html5printshiv\n\t\x3c!--[if lte IE 8]>\n\t\t<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"><\/script>\n\t<![endif]--\x3e\n# Attributes\nsnippet attr\n\t${1:attribute}="${2:property}"\nsnippet attr+\n\t${1:attribute}="${2:property}" attr+${3}\nsnippet .\n\tclass="${1}"${2}\nsnippet #\n\tid="${1}"${2}\nsnippet alt\n\talt="${1}"${2}\nsnippet charset\n\tcharset="${1:utf-8}"${2}\nsnippet data\n\tdata-${1}="${2:$1}"${3}\nsnippet for\n\tfor="${1}"${2}\nsnippet height\n\theight="${1}"${2}\nsnippet href\n\thref="${1:#}"${2}\nsnippet lang\n\tlang="${1:en}"${2}\nsnippet media\n\tmedia="${1}"${2}\nsnippet name\n\tname="${1}"${2}\nsnippet rel\n\trel="${1}"${2}\nsnippet scope\n\tscope="${1:row}"${2}\nsnippet src\n\tsrc="${1}"${2}\nsnippet title=\n\ttitle="${1}"${2}\nsnippet type\n\ttype="${1}"${2}\nsnippet value\n\tvalue="${1}"${2}\nsnippet width\n\twidth="${1}"${2}\n# Elements\nsnippet a\n\t<a href="${1:#}">${2:$1}</a>\nsnippet a.\n\t<a class="${1}" href="${2:#}">${3:$1}</a>\nsnippet a#\n\t<a id="${1}" href="${2:#}">${3:$1}</a>\nsnippet a:ext\n\t<a href="http://${1:example.com}">${2:$1}</a>\nsnippet a:mail\n\t<a href="mailto:${1:joe@example.com}?subject=${2:feedback}">${3:email me}</a>\nsnippet abbr\n\t<abbr title="${1}">${2}</abbr>\nsnippet address\n\t<address>\n\t\t${1}\n\t</address>\nsnippet area\n\t<area shape="${1:rect}" coords="${2}" href="${3}" alt="${4}" />\nsnippet area+\n\t<area shape="${1:rect}" coords="${2}" href="${3}" alt="${4}" />\n\tarea+${5}\nsnippet area:c\n\t<area shape="circle" coords="${1}" href="${2}" alt="${3}" />\nsnippet area:d\n\t<area shape="default" coords="${1}" href="${2}" alt="${3}" />\nsnippet area:p\n\t<area shape="poly" coords="${1}" href="${2}" alt="${3}" />\nsnippet area:r\n\t<area shape="rect" coords="${1}" href="${2}" alt="${3}" />\nsnippet article\n\t<article>\n\t\t${1}\n\t</article>\nsnippet article.\n\t<article class="${1}">\n\t\t${2}\n\t</article>\nsnippet article#\n\t<article id="${1}">\n\t\t${2}\n\t</article>\nsnippet aside\n\t<aside>\n\t\t${1}\n\t</aside>\nsnippet aside.\n\t<aside class="${1}">\n\t\t${2}\n\t</aside>\nsnippet aside#\n\t<aside id="${1}">\n\t\t${2}\n\t</aside>\nsnippet audio\n\t<audio src="${1}>${2}</audio>\nsnippet b\n\t<b>${1}</b>\nsnippet base\n\t<base href="${1}" target="${2}" />\nsnippet bdi\n\t<bdi>${1}</bdo>\nsnippet bdo\n\t<bdo dir="${1}">${2}</bdo>\nsnippet bdo:l\n\t<bdo dir="ltr">${1}</bdo>\nsnippet bdo:r\n\t<bdo dir="rtl">${1}</bdo>\nsnippet blockquote\n\t<blockquote>\n\t\t${1}\n\t</blockquote>\nsnippet body\n\t<body>\n\t\t${1}\n\t</body>\nsnippet br\n\t<br />${1}\nsnippet button\n\t<button type="${1:submit}">${2}</button>\nsnippet button.\n\t<button class="${1:button}" type="${2:submit}">${3}</button>\nsnippet button#\n\t<button id="${1}" type="${2:submit}">${3}</button>\nsnippet button:s\n\t<button type="submit">${1}</button>\nsnippet button:r\n\t<button type="reset">${1}</button>\nsnippet canvas\n\t<canvas id="${1:canvas}"></canvas>\nsnippet caption\n\t<caption>${1}</caption>\nsnippet cite\n\t<cite>${1}</cite>\nsnippet code\n\t<code>${1}</code>\nsnippet col\n\t<col />${1}\nsnippet col+\n\t<col />\n\tcol+${1}\nsnippet colgroup\n\t<colgroup>\n\t\t${1}\n\t</colgroup>\nsnippet colgroup+\n\t<colgroup>\n\t\t<col />\n\t\tcol+${1}\n\t</colgroup>\nsnippet command\n\t<command type="command" label="${1}" icon="${2}" />\nsnippet command:c\n\t<command type="checkbox" label="${1}" icon="${2}" />\nsnippet command:r\n\t<command type="radio" radiogroup="${1}" label="${2}" icon="${3}" />\nsnippet datagrid\n\t<datagrid>\n\t\t${1}\n\t</datagrid>\nsnippet datalist\n\t<datalist>\n\t\t${1}\n\t</datalist>\nsnippet datatemplate\n\t<datatemplate>\n\t\t${1}\n\t</datatemplate>\nsnippet dd\n\t<dd>${1}</dd>\nsnippet dd.\n\t<dd class="${1}">${2}</dd>\nsnippet dd#\n\t<dd id="${1}">${2}</dd>\nsnippet del\n\t<del>${1}</del>\nsnippet details\n\t<details>${1}</details>\nsnippet dfn\n\t<dfn>${1}</dfn>\nsnippet dialog\n\t<dialog>\n\t\t${1}\n\t</dialog>\nsnippet div\n\t<div>\n\t\t${1}\n\t</div>\nsnippet div.\n\t<div class="${1}">\n\t\t${2}\n\t</div>\nsnippet div#\n\t<div id="${1}">\n\t\t${2}\n\t</div>\nsnippet dl\n\t<dl>\n\t\t${1}\n\t</dl>\nsnippet dl.\n\t<dl class="${1}">\n\t\t${2}\n\t</dl>\nsnippet dl#\n\t<dl id="${1}">\n\t\t${2}\n\t</dl>\nsnippet dl+\n\t<dl>\n\t\t<dt>${1}</dt>\n\t\t<dd>${2}</dd>\n\t\tdt+${3}\n\t</dl>\nsnippet dt\n\t<dt>${1}</dt>\nsnippet dt.\n\t<dt class="${1}">${2}</dt>\nsnippet dt#\n\t<dt id="${1}">${2}</dt>\nsnippet dt+\n\t<dt>${1}</dt>\n\t<dd>${2}</dd>\n\tdt+${3}\nsnippet em\n\t<em>${1}</em>\nsnippet embed\n\t<embed src=${1} type="${2} />\nsnippet fieldset\n\t<fieldset>\n\t\t${1}\n\t</fieldset>\nsnippet fieldset.\n\t<fieldset class="${1}">\n\t\t${2}\n\t</fieldset>\nsnippet fieldset#\n\t<fieldset id="${1}">\n\t\t${2}\n\t</fieldset>\nsnippet fieldset+\n\t<fieldset>\n\t\t<legend><span>${1}</span></legend>\n\t\t${2}\n\t</fieldset>\n\tfieldset+${3}\nsnippet figcaption\n\t<figcaption>${1}</figcaption>\nsnippet figure\n\t<figure>${1}</figure>\nsnippet footer\n\t<footer>\n\t\t${1}\n\t</footer>\nsnippet footer.\n\t<footer class="${1}">\n\t\t${2}\n\t</footer>\nsnippet footer#\n\t<footer id="${1}">\n\t\t${2}\n\t</footer>\nsnippet form\n\t<form action="${1}" method="${2:get}" accept-charset="utf-8">\n\t\t${3}\n\t</form>\nsnippet form.\n\t<form class="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">\n\t\t${4}\n\t</form>\nsnippet form#\n\t<form id="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">\n\t\t${4}\n\t</form>\nsnippet h1\n\t<h1>${1}</h1>\nsnippet h1.\n\t<h1 class="${1}">${2}</h1>\nsnippet h1#\n\t<h1 id="${1}">${2}</h1>\nsnippet h2\n\t<h2>${1}</h2>\nsnippet h2.\n\t<h2 class="${1}">${2}</h2>\nsnippet h2#\n\t<h2 id="${1}">${2}</h2>\nsnippet h3\n\t<h3>${1}</h3>\nsnippet h3.\n\t<h3 class="${1}">${2}</h3>\nsnippet h3#\n\t<h3 id="${1}">${2}</h3>\nsnippet h4\n\t<h4>${1}</h4>\nsnippet h4.\n\t<h4 class="${1}">${2}</h4>\nsnippet h4#\n\t<h4 id="${1}">${2}</h4>\nsnippet h5\n\t<h5>${1}</h5>\nsnippet h5.\n\t<h5 class="${1}">${2}</h5>\nsnippet h5#\n\t<h5 id="${1}">${2}</h5>\nsnippet h6\n\t<h6>${1}</h6>\nsnippet h6.\n\t<h6 class="${1}">${2}</h6>\nsnippet h6#\n\t<h6 id="${1}">${2}</h6>\nsnippet head\n\t<head>\n\t\t<meta http-equiv="content-type" content="text/html; charset=utf-8" />\n\n\t\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\n\t\t${2}\n\t</head>\nsnippet header\n\t<header>\n\t\t${1}\n\t</header>\nsnippet header.\n\t<header class="${1}">\n\t\t${2}\n\t</header>\nsnippet header#\n\t<header id="${1}">\n\t\t${2}\n\t</header>\nsnippet hgroup\n\t<hgroup>\n\t\t${1}\n\t</hgroup>\nsnippet hgroup.\n\t<hgroup class="${1}>\n\t\t${2}\n\t</hgroup>\nsnippet hr\n\t<hr />${1}\nsnippet html\n\t<html>\n\t${1}\n\t</html>\nsnippet xhtml\n\t<html xmlns="http://www.w3.org/1999/xhtml">\n\t${1}\n\t</html>\nsnippet html5\n\t<!DOCTYPE html>\n\t<html>\n\t\t<head>\n\t\t\t<meta http-equiv="content-type" content="text/html; charset=utf-8" />\n\t\t\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\n\t\t\t${2:meta}\n\t\t</head>\n\t\t<body>\n\t\t\t${3:body}\n\t\t</body>\n\t</html>\nsnippet xhtml5\n\t<!DOCTYPE html>\n\t<html xmlns="http://www.w3.org/1999/xhtml">\n\t\t<head>\n\t\t\t<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />\n\t\t\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\n\t\t\t${2:meta}\n\t\t</head>\n\t\t<body>\n\t\t\t${3:body}\n\t\t</body>\n\t</html>\nsnippet i\n\t<i>${1}</i>\nsnippet iframe\n\t<iframe src="${1}" frameborder="0"></iframe>${2}\nsnippet iframe.\n\t<iframe class="${1}" src="${2}" frameborder="0"></iframe>${3}\nsnippet iframe#\n\t<iframe id="${1}" src="${2}" frameborder="0"></iframe>${3}\nsnippet img\n\t<img src="${1}" alt="${2}" />${3}\nsnippet img.\n\t<img class="${1}" src="${2}" alt="${3}" />${4}\nsnippet img#\n\t<img id="${1}" src="${2}" alt="${3}" />${4}\nsnippet input\n\t<input type="${1:text/submit/hidden/button/image}" name="${2}" id="${3:$2}" value="${4}" />${5}\nsnippet input.\n\t<input class="${1}" type="${2:text/submit/hidden/button/image}" name="${3}" id="${4:$3}" value="${5}" />${6}\nsnippet input:text\n\t<input type="text" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:submit\n\t<input type="submit" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:hidden\n\t<input type="hidden" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:button\n\t<input type="button" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:image\n\t<input type="image" name="${1}" id="${2:$1}" src="${3}" alt="${4}" />${5}\nsnippet input:checkbox\n\t<input type="checkbox" name="${1}" id="${2:$1}" />${3}\nsnippet input:radio\n\t<input type="radio" name="${1}" id="${2:$1}" />${3}\nsnippet input:color\n\t<input type="color" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:date\n\t<input type="date" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:datetime\n\t<input type="datetime" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:datetime-local\n\t<input type="datetime-local" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:email\n\t<input type="email" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:file\n\t<input type="file" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:month\n\t<input type="month" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:number\n\t<input type="number" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:password\n\t<input type="password" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:range\n\t<input type="range" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:reset\n\t<input type="reset" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:search\n\t<input type="search" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:time\n\t<input type="time" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:url\n\t<input type="url" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet input:week\n\t<input type="week" name="${1}" id="${2:$1}" value="${3}" />${4}\nsnippet ins\n\t<ins>${1}</ins>\nsnippet kbd\n\t<kbd>${1}</kbd>\nsnippet keygen\n\t<keygen>${1}</keygen>\nsnippet label\n\t<label for="${2:$1}">${1}</label>\nsnippet label:i\n\t<label for="${2:$1}">${1}</label>\n\t<input type="${3:text/submit/hidden/button}" name="${4:$2}" id="${5:$2}" value="${6}" />${7}\nsnippet label:s\n\t<label for="${2:$1}">${1}</label>\n\t<select name="${3:$2}" id="${4:$2}">\n\t\t<option value="${5}">${6:$5}</option>\n\t</select>\nsnippet legend\n\t<legend>${1}</legend>\nsnippet legend+\n\t<legend><span>${1}</span></legend>\nsnippet li\n\t<li>${1}</li>\nsnippet li.\n\t<li class="${1}">${2}</li>\nsnippet li+\n\t<li>${1}</li>\n\tli+${2}\nsnippet lia\n\t<li><a href="${2:#}">${1}</a></li>\nsnippet lia+\n\t<li><a href="${2:#}">${1}</a></li>\n\tlia+${3}\nsnippet link\n\t<link rel="${1}" href="${2}" title="${3}" type="${4}" />${5}\nsnippet link:atom\n\t<link rel="alternate" href="${1:atom.xml}" title="Atom" type="application/atom+xml" />${2}\nsnippet link:css\n\t<link rel="stylesheet" href="${2:style.css}" type="text/css" media="${3:all}" />${4}\nsnippet link:favicon\n\t<link rel="shortcut icon" href="${1:favicon.ico}" type="image/x-icon" />${2}\nsnippet link:rss\n\t<link rel="alternate" href="${1:rss.xml}" title="RSS" type="application/atom+xml" />${2}\nsnippet link:touch\n\t<link rel="apple-touch-icon" href="${1:favicon.png}" />${2}\nsnippet map\n\t<map name="${1}">\n\t\t${2}\n\t</map>\nsnippet map.\n\t<map class="${1}" name="${2}">\n\t\t${3}\n\t</map>\nsnippet map#\n\t<map name="${1}" id="${2:$1}>\n\t\t${3}\n\t</map>\nsnippet map+\n\t<map name="${1}">\n\t\t<area shape="${2}" coords="${3}" href="${4}" alt="${5}" />${6}\n\t</map>${7}\nsnippet mark\n\t<mark>${1}</mark>\nsnippet menu\n\t<menu>\n\t\t${1}\n\t</menu>\nsnippet menu:c\n\t<menu type="context">\n\t\t${1}\n\t</menu>\nsnippet menu:t\n\t<menu type="toolbar">\n\t\t${1}\n\t</menu>\nsnippet meta\n\t<meta http-equiv="${1}" content="${2}" />${3}\nsnippet meta:compat\n\t<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}" />${3}\nsnippet meta:refresh\n\t<meta http-equiv="refresh" content="text/html;charset=UTF-8" />${3}\nsnippet meta:utf\n\t<meta http-equiv="content-type" content="text/html;charset=UTF-8" />${3}\nsnippet meter\n\t<meter>${1}</meter>\nsnippet nav\n\t<nav>\n\t\t${1}\n\t</nav>\nsnippet nav.\n\t<nav class="${1}">\n\t\t${2}\n\t</nav>\nsnippet nav#\n\t<nav id="${1}">\n\t\t${2}\n\t</nav>\nsnippet noscript\n\t<noscript>\n\t\t${1}\n\t</noscript>\nsnippet object\n\t<object data="${1}" type="${2}">\n\t\t${3}\n\t</object>${4}\n# Embed QT Movie\nsnippet movie\n\t<object width="$2" height="$3" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"\n\t codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n\t\t<param name="src" value="$1" />\n\t\t<param name="controller" value="$4" />\n\t\t<param name="autoplay" value="$5" />\n\t\t<embed src="${1:movie.mov}"\n\t\t\twidth="${2:320}" height="${3:240}"\n\t\t\tcontroller="${4:true}" autoplay="${5:true}"\n\t\t\tscale="tofit" cache="true"\n\t\t\tpluginspage="http://www.apple.com/quicktime/download/" />\n\t</object>${6}\nsnippet ol\n\t<ol>\n\t\t${1}\n\t</ol>\nsnippet ol.\n\t<ol class="${1}>\n\t\t${2}\n\t</ol>\nsnippet ol#\n\t<ol id="${1}>\n\t\t${2}\n\t</ol>\nsnippet ol+\n\t<ol>\n\t\t<li>${1}</li>\n\t\tli+${2}\n\t</ol>\nsnippet opt\n\t<option value="${1}">${2:$1}</option>\nsnippet opt+\n\t<option value="${1}">${2:$1}</option>\n\topt+${3}\nsnippet optt\n\t<option>${1}</option>\nsnippet optgroup\n\t<optgroup>\n\t\t<option value="${1}">${2:$1}</option>\n\t\topt+${3}\n\t</optgroup>\nsnippet output\n\t<output>${1}</output>\nsnippet p\n\t<p>${1}</p>\nsnippet param\n\t<param name="${1}" value="${2}" />${3}\nsnippet pre\n\t<pre>\n\t\t${1}\n\t</pre>\nsnippet progress\n\t<progress>${1}</progress>\nsnippet q\n\t<q>${1}</q>\nsnippet rp\n\t<rp>${1}</rp>\nsnippet rt\n\t<rt>${1}</rt>\nsnippet ruby\n\t<ruby>\n\t\t<rp><rt>${1}</rt></rp>\n\t</ruby>\nsnippet s\n\t<s>${1}</s>\nsnippet samp\n\t<samp>\n\t\t${1}\n\t</samp>\nsnippet script\n\t<script type="text/javascript" charset="utf-8">\n\t\t${1}\n\t<\/script>\nsnippet scriptsrc\n\t<script src="${1}.js" type="text/javascript" charset="utf-8"><\/script>\nsnippet newscript\n\t<script type="application/javascript" charset="utf-8">\n\t\t${1}\n\t<\/script>\nsnippet newscriptsrc\n\t<script src="${1}.js" type="application/javascript" charset="utf-8"><\/script>\nsnippet section\n\t<section>\n\t\t${1}\n\t</section>\nsnippet section.\n\t<section class="${1}">\n\t\t${2}\n\t</section>\nsnippet section#\n\t<section id="${1}">\n\t\t${2}\n\t</section>\nsnippet select\n\t<select name="${1}" id="${2:$1}">\n\t\t${3}\n\t</select>\nsnippet select.\n\t<select name="${1}" id="${2:$1}" class="${3}>\n\t\t${4}\n\t</select>\nsnippet select+\n\t<select name="${1}" id="${2:$1}">\n\t\t<option value="${3}">${4:$3}</option>\n\t\topt+${5}\n\t</select>\nsnippet small\n\t<small>${1}</small>\nsnippet source\n\t<source src="${1}" type="${2}" media="${3}" />\nsnippet span\n\t<span>${1}</span>\nsnippet strong\n\t<strong>${1}</strong>\nsnippet style\n\t<style type="text/css" media="${1:all}">\n\t\t${2}\n\t</style>\nsnippet sub\n\t<sub>${1}</sub>\nsnippet summary\n\t<summary>\n\t\t${1}\n\t</summary>\nsnippet sup\n\t<sup>${1}</sup>\nsnippet table\n\t<table border="${1:0}">\n\t\t${2}\n\t</table>\nsnippet table.\n\t<table class="${1}" border="${2:0}">\n\t\t${3}\n\t</table>\nsnippet table#\n\t<table id="${1}" border="${2:0}">\n\t\t${3}\n\t</table>\nsnippet tbody\n\t<tbody>\n\t\t${1}\n\t</tbody>\nsnippet td\n\t<td>${1}</td>\nsnippet td.\n\t<td class="${1}">${2}</td>\nsnippet td#\n\t<td id="${1}">${2}</td>\nsnippet td+\n\t<td>${1}</td>\n\ttd+${2}\nsnippet textarea\n\t<textarea name="${1}" id=${2:$1} rows="${3:8}" cols="${4:40}">${5}</textarea>${6}\nsnippet tfoot\n\t<tfoot>\n\t\t${1}\n\t</tfoot>\nsnippet th\n\t<th>${1}</th>\nsnippet th.\n\t<th class="${1}">${2}</th>\nsnippet th#\n\t<th id="${1}">${2}</th>\nsnippet th+\n\t<th>${1}</th>\n\tth+${2}\nsnippet thead\n\t<thead>\n\t\t${1}\n\t</thead>\nsnippet time\n\t<time datetime="${1}" pubdate="${2:$1}>${3:$1}</time>\nsnippet title\n\t<title>${1:`substitute(Filename(\'\', \'Page Title\'), \'^.\', \'\\u&\', \'\')`}</title>\nsnippet tr\n\t<tr>\n\t\t${1}\n\t</tr>\nsnippet tr+\n\t<tr>\n\t\t<td>${1}</td>\n\t\ttd+${2}\n\t</tr>\nsnippet track\n\t<track src="${1}" srclang="${2}" label="${3}" default="${4:default}>${5}</track>${6}\nsnippet ul\n\t<ul>\n\t\t${1}\n\t</ul>\nsnippet ul.\n\t<ul class="${1}">\n\t\t${2}\n\t</ul>\nsnippet ul#\n\t<ul id="${1}">\n\t\t${2}\n\t</ul>\nsnippet ul+\n\t<ul>\n\t\t<li>${1}</li>\n\t\tli+${2}\n\t</ul>\nsnippet var\n\t<var>${1}</var>\nsnippet video\n\t<video src="${1}" height="${2}" width="${3}" preload="${5:none}" autoplay="${6:autoplay}">${7}</video>${8}\nsnippet wbr\n\t<wbr />${1}\n'})),ace.define("ace/snippets/html",["require","exports","module","ace/snippets/html.snippets"],(function(e,t,a){"use strict";t.snippetText=e("./html.snippets"),t.scope="html"})),ace.require(["ace/snippets/html"],(function(t){e&&(e.exports=t)}))},1289(e,t,a){e=a.nmd(e),ace.define("ace/theme/monokai-css",["require","exports","module"],(function(e,t,a){a.exports=".ace-monokai .ace_gutter {\n background: #2F3129;\n color: #8F908A\n}\n\n.ace-monokai .ace_print-margin {\n width: 1px;\n background: #555651\n}\n\n.ace-monokai {\n background-color: #272822;\n color: #F8F8F2\n}\n\n.ace-monokai .ace_cursor {\n color: #F8F8F0\n}\n\n.ace-monokai .ace_marker-layer .ace_selection {\n background: #49483E\n}\n\n.ace-monokai.ace_multiselect .ace_selection.ace_start {\n box-shadow: 0 0 3px 0px #272822;\n}\n\n.ace-monokai .ace_marker-layer .ace_step {\n background: rgb(102, 82, 0)\n}\n\n.ace-monokai .ace_marker-layer .ace_bracket {\n margin: -1px 0 0 -1px;\n border: 1px solid #49483E\n}\n\n.ace-monokai .ace_marker-layer .ace_active-line {\n background: #202020\n}\n\n.ace-monokai .ace_gutter-active-line {\n background-color: #272727\n}\n\n.ace-monokai .ace_marker-layer .ace_selected-word {\n border: 1px solid #49483E\n}\n\n.ace-monokai .ace_invisible {\n color: #52524d\n}\n\n.ace-monokai .ace_entity.ace_name.ace_tag,\n.ace-monokai .ace_keyword,\n.ace-monokai .ace_meta.ace_tag,\n.ace-monokai .ace_storage {\n color: #F92672\n}\n\n.ace-monokai .ace_punctuation,\n.ace-monokai .ace_punctuation.ace_tag {\n color: #fff\n}\n\n.ace-monokai .ace_constant.ace_character,\n.ace-monokai .ace_constant.ace_language,\n.ace-monokai .ace_constant.ace_numeric,\n.ace-monokai .ace_constant.ace_other {\n color: #AE81FF\n}\n\n.ace-monokai .ace_invalid {\n color: #F8F8F0;\n background-color: #F92672\n}\n\n.ace-monokai .ace_invalid.ace_deprecated {\n color: #F8F8F0;\n background-color: #AE81FF\n}\n\n.ace-monokai .ace_support.ace_constant,\n.ace-monokai .ace_support.ace_function {\n color: #66D9EF\n}\n\n.ace-monokai .ace_fold {\n background-color: #A6E22E;\n border-color: #F8F8F2\n}\n\n.ace-monokai .ace_storage.ace_type,\n.ace-monokai .ace_support.ace_class,\n.ace-monokai .ace_support.ace_type {\n font-style: italic;\n color: #66D9EF\n}\n\n.ace-monokai .ace_entity.ace_name.ace_function,\n.ace-monokai .ace_entity.ace_other,\n.ace-monokai .ace_entity.ace_other.ace_attribute-name,\n.ace-monokai .ace_variable {\n color: #A6E22E\n}\n\n.ace-monokai .ace_variable.ace_parameter {\n font-style: italic;\n color: #FD971F\n}\n\n.ace-monokai .ace_string {\n color: #E6DB74\n}\n\n.ace-monokai .ace_comment {\n color: #75715E\n}\n\n.ace-monokai .ace_indent-guide {\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0FD0ZXBzd/wPAAjVAoxeSgNeAAAAAElFTkSuQmCC) right repeat-y\n}\n\n.ace-monokai .ace_indent-guide-active {\n background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;\n}\n"})),ace.define("ace/theme/monokai",["require","exports","module","ace/theme/monokai-css","ace/lib/dom"],(function(e,t,a){t.isDark=!0,t.cssClass="ace-monokai",t.cssText=e("./monokai-css"),e("../lib/dom").importCssString(t.cssText,t.cssClass,!1)})),ace.require(["ace/theme/monokai"],(function(t){e&&(e.exports=t)}))},2343(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{I:()=>useRunJs});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(1609),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);const useRunJs=(htmlCode,delay=300)=>{const timer=(0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)();(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)((()=>{if(htmlCode)return timer.current&&clearTimeout(timer.current),timer.current=setTimeout((()=>{const matchedScripts=htmlCode.match(/<script\b[^>]*>([\s\S]*?)<\/script>/gm);matchedScripts&&matchedScripts.forEach((scriptTag=>{const scriptContentMatch=scriptTag.match(/<script\b[^>]*>([\s\S]*?)<\/script>/i);scriptContentMatch&&scriptContentMatch[1]&&eval(scriptContentMatch[1])}))}),delay),()=>{timer.current&&clearTimeout(timer.current)}}),[htmlCode,delay])}},2189(e){var t=function(){this.Diff_Timeout=1,this.Diff_EditCost=4,this.Match_Threshold=.5,this.Match_Distance=1e3,this.Patch_DeleteThreshold=.5,this.Patch_Margin=4,this.Match_MaxBits=32},a=-1;t.Diff=function(e,t){return[e,t]},t.prototype.diff_main=function(e,a,s,o){void 0===o&&(o=this.Diff_Timeout<=0?Number.MAX_VALUE:(new Date).getTime()+1e3*this.Diff_Timeout);var n=o;if(null==e||null==a)throw new Error("Null input. (diff_main)");if(e==a)return e?[new t.Diff(0,e)]:[];void 0===s&&(s=!0);var i=s,l=this.diff_commonPrefix(e,a),r=e.substring(0,l);e=e.substring(l),a=a.substring(l),l=this.diff_commonSuffix(e,a);var c=e.substring(e.length-l);e=e.substring(0,e.length-l),a=a.substring(0,a.length-l);var d=this.diff_compute_(e,a,i,n);return r&&d.unshift(new t.Diff(0,r)),c&&d.push(new t.Diff(0,c)),this.diff_cleanupMerge(d),d},t.prototype.diff_compute_=function(e,s,o,n){var i;if(!e)return[new t.Diff(1,s)];if(!s)return[new t.Diff(a,e)];var l=e.length>s.length?e:s,r=e.length>s.length?s:e,c=l.indexOf(r);if(-1!=c)return i=[new t.Diff(1,l.substring(0,c)),new t.Diff(0,r),new t.Diff(1,l.substring(c+r.length))],e.length>s.length&&(i[0][0]=i[2][0]=a),i;if(1==r.length)return[new t.Diff(a,e),new t.Diff(1,s)];var d=this.diff_halfMatch_(e,s);if(d){var h=d[0],p=d[1],g=d[2],u=d[3],m=d[4],v=this.diff_main(h,g,o,n),b=this.diff_main(p,u,o,n);return v.concat([new t.Diff(0,m)],b)}return o&&e.length>100&&s.length>100?this.diff_lineMode_(e,s,n):this.diff_bisect_(e,s,n)},t.prototype.diff_lineMode_=function(e,s,o){var n=this.diff_linesToChars_(e,s);e=n.chars1,s=n.chars2;var i=n.lineArray,l=this.diff_main(e,s,!1,o);this.diff_charsToLines_(l,i),this.diff_cleanupSemantic(l),l.push(new t.Diff(0,""));for(var r=0,c=0,d=0,h="",p="";r<l.length;){switch(l[r][0]){case 1:d++,p+=l[r][1];break;case a:c++,h+=l[r][1];break;case 0:if(c>=1&&d>=1){l.splice(r-c-d,c+d),r=r-c-d;for(var g=this.diff_main(h,p,!1,o),u=g.length-1;u>=0;u--)l.splice(r,0,g[u]);r+=g.length}d=0,c=0,h="",p=""}r++}return l.pop(),l},t.prototype.diff_bisect_=function(e,s,o){for(var n=e.length,i=s.length,l=Math.ceil((n+i)/2),r=l,c=2*l,d=new Array(c),h=new Array(c),p=0;p<c;p++)d[p]=-1,h[p]=-1;d[r+1]=0,h[r+1]=0;for(var g=n-i,u=g%2!=0,m=0,v=0,b=0,f=0,w=0;w<l&&!((new Date).getTime()>o);w++){for(var x=-w+m;x<=w-v;x+=2){for(var y=r+x,k=(j=x==-w||x!=w&&d[y-1]<d[y+1]?d[y+1]:d[y-1]+1)-x;j<n&&k<i&&e.charAt(j)==s.charAt(k);)j++,k++;if(d[y]=j,j>n)v+=2;else if(k>i)m+=2;else if(u&&(M=r+g-x)>=0&&M<c&&-1!=h[M]&&j>=(_=n-h[M]))return this.diff_bisectSplit_(e,s,j,k,o)}for(var C=-w+b;C<=w-f;C+=2){for(var _,M=r+C,z=(_=C==-w||C!=w&&h[M-1]<h[M+1]?h[M+1]:h[M-1]+1)-C;_<n&&z<i&&e.charAt(n-_-1)==s.charAt(i-z-1);)_++,z++;if(h[M]=_,_>n)f+=2;else if(z>i)b+=2;else if(!u){var j;if((y=r+g-C)>=0&&y<c&&-1!=d[y])if(k=r+(j=d[y])-y,j>=(_=n-_))return this.diff_bisectSplit_(e,s,j,k,o)}}}return[new t.Diff(a,e),new t.Diff(1,s)]},t.prototype.diff_bisectSplit_=function(e,t,a,s,o){var n=e.substring(0,a),i=t.substring(0,s),l=e.substring(a),r=t.substring(s),c=this.diff_main(n,i,!1,o),d=this.diff_main(l,r,!1,o);return c.concat(d)},t.prototype.diff_linesToChars_=function(e,t){var a=[],s={};function o(e){for(var t="",o=0,i=-1,l=a.length;i<e.length-1;){-1==(i=e.indexOf("\n",o))&&(i=e.length-1);var r=e.substring(o,i+1);(s.hasOwnProperty?s.hasOwnProperty(r):void 0!==s[r])?t+=String.fromCharCode(s[r]):(l==n&&(r=e.substring(o),i=e.length),t+=String.fromCharCode(l),s[r]=l,a[l++]=r),o=i+1}return t}a[0]="";var n=4e4,i=o(e);return n=65535,{chars1:i,chars2:o(t),lineArray:a}},t.prototype.diff_charsToLines_=function(e,t){for(var a=0;a<e.length;a++){for(var s=e[a][1],o=[],n=0;n<s.length;n++)o[n]=t[s.charCodeAt(n)];e[a][1]=o.join("")}},t.prototype.diff_commonPrefix=function(e,t){if(!e||!t||e.charAt(0)!=t.charAt(0))return 0;for(var a=0,s=Math.min(e.length,t.length),o=s,n=0;a<o;)e.substring(n,o)==t.substring(n,o)?n=a=o:s=o,o=Math.floor((s-a)/2+a);return o},t.prototype.diff_commonSuffix=function(e,t){if(!e||!t||e.charAt(e.length-1)!=t.charAt(t.length-1))return 0;for(var a=0,s=Math.min(e.length,t.length),o=s,n=0;a<o;)e.substring(e.length-o,e.length-n)==t.substring(t.length-o,t.length-n)?n=a=o:s=o,o=Math.floor((s-a)/2+a);return o},t.prototype.diff_commonOverlap_=function(e,t){var a=e.length,s=t.length;if(0==a||0==s)return 0;a>s?e=e.substring(a-s):a<s&&(t=t.substring(0,a));var o=Math.min(a,s);if(e==t)return o;for(var n=0,i=1;;){var l=e.substring(o-i),r=t.indexOf(l);if(-1==r)return n;i+=r,0!=r&&e.substring(o-i)!=t.substring(0,i)||(n=i,i++)}},t.prototype.diff_halfMatch_=function(e,t){if(this.Diff_Timeout<=0)return null;var a=e.length>t.length?e:t,s=e.length>t.length?t:e;if(a.length<4||2*s.length<a.length)return null;var o=this;function n(e,t,a){for(var s,n,i,l,r=e.substring(a,a+Math.floor(e.length/4)),c=-1,d="";-1!=(c=t.indexOf(r,c+1));){var h=o.diff_commonPrefix(e.substring(a),t.substring(c)),p=o.diff_commonSuffix(e.substring(0,a),t.substring(0,c));d.length<p+h&&(d=t.substring(c-p,c)+t.substring(c,c+h),s=e.substring(0,a-p),n=e.substring(a+h),i=t.substring(0,c-p),l=t.substring(c+h))}return 2*d.length>=e.length?[s,n,i,l,d]:null}var i,l,r,c,d,h=n(a,s,Math.ceil(a.length/4)),p=n(a,s,Math.ceil(a.length/2));return h||p?(i=p?h&&h[4].length>p[4].length?h:p:h,e.length>t.length?(l=i[0],r=i[1],c=i[2],d=i[3]):(c=i[0],d=i[1],l=i[2],r=i[3]),[l,r,c,d,i[4]]):null},t.prototype.diff_cleanupSemantic=function(e){for(var s=!1,o=[],n=0,i=null,l=0,r=0,c=0,d=0,h=0;l<e.length;)0==e[l][0]?(o[n++]=l,r=d,c=h,d=0,h=0,i=e[l][1]):(1==e[l][0]?d+=e[l][1].length:h+=e[l][1].length,i&&i.length<=Math.max(r,c)&&i.length<=Math.max(d,h)&&(e.splice(o[n-1],0,new t.Diff(a,i)),e[o[n-1]+1][0]=1,n--,l=--n>0?o[n-1]:-1,r=0,c=0,d=0,h=0,i=null,s=!0)),l++;for(s&&this.diff_cleanupMerge(e),this.diff_cleanupSemanticLossless(e),l=1;l<e.length;){if(e[l-1][0]==a&&1==e[l][0]){var p=e[l-1][1],g=e[l][1],u=this.diff_commonOverlap_(p,g),m=this.diff_commonOverlap_(g,p);u>=m?(u>=p.length/2||u>=g.length/2)&&(e.splice(l,0,new t.Diff(0,g.substring(0,u))),e[l-1][1]=p.substring(0,p.length-u),e[l+1][1]=g.substring(u),l++):(m>=p.length/2||m>=g.length/2)&&(e.splice(l,0,new t.Diff(0,p.substring(0,m))),e[l-1][0]=1,e[l-1][1]=g.substring(0,g.length-m),e[l+1][0]=a,e[l+1][1]=p.substring(m),l++),l++}l++}},t.prototype.diff_cleanupSemanticLossless=function(e){function a(e,a){if(!e||!a)return 6;var s=e.charAt(e.length-1),o=a.charAt(0),n=s.match(t.nonAlphaNumericRegex_),i=o.match(t.nonAlphaNumericRegex_),l=n&&s.match(t.whitespaceRegex_),r=i&&o.match(t.whitespaceRegex_),c=l&&s.match(t.linebreakRegex_),d=r&&o.match(t.linebreakRegex_),h=c&&e.match(t.blanklineEndRegex_),p=d&&a.match(t.blanklineStartRegex_);return h||p?5:c||d?4:n&&!l&&r?3:l||r?2:n||i?1:0}for(var s=1;s<e.length-1;){if(0==e[s-1][0]&&0==e[s+1][0]){var o=e[s-1][1],n=e[s][1],i=e[s+1][1],l=this.diff_commonSuffix(o,n);if(l){var r=n.substring(n.length-l);o=o.substring(0,o.length-l),n=r+n.substring(0,n.length-l),i=r+i}for(var c=o,d=n,h=i,p=a(o,n)+a(n,i);n.charAt(0)===i.charAt(0);){o+=n.charAt(0),n=n.substring(1)+i.charAt(0),i=i.substring(1);var g=a(o,n)+a(n,i);g>=p&&(p=g,c=o,d=n,h=i)}e[s-1][1]!=c&&(c?e[s-1][1]=c:(e.splice(s-1,1),s--),e[s][1]=d,h?e[s+1][1]=h:(e.splice(s+1,1),s--))}s++}},t.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,t.whitespaceRegex_=/\s/,t.linebreakRegex_=/[\r\n]/,t.blanklineEndRegex_=/\n\r?\n$/,t.blanklineStartRegex_=/^\r?\n\r?\n/,t.prototype.diff_cleanupEfficiency=function(e){for(var s=!1,o=[],n=0,i=null,l=0,r=!1,c=!1,d=!1,h=!1;l<e.length;)0==e[l][0]?(e[l][1].length<this.Diff_EditCost&&(d||h)?(o[n++]=l,r=d,c=h,i=e[l][1]):(n=0,i=null),d=h=!1):(e[l][0]==a?h=!0:d=!0,i&&(r&&c&&d&&h||i.length<this.Diff_EditCost/2&&r+c+d+h==3)&&(e.splice(o[n-1],0,new t.Diff(a,i)),e[o[n-1]+1][0]=1,n--,i=null,r&&c?(d=h=!0,n=0):(l=--n>0?o[n-1]:-1,d=h=!1),s=!0)),l++;s&&this.diff_cleanupMerge(e)},t.prototype.diff_cleanupMerge=function(e){e.push(new t.Diff(0,""));for(var s,o=0,n=0,i=0,l="",r="";o<e.length;)switch(e[o][0]){case 1:i++,r+=e[o][1],o++;break;case a:n++,l+=e[o][1],o++;break;case 0:n+i>1?(0!==n&&0!==i&&(0!==(s=this.diff_commonPrefix(r,l))&&(o-n-i>0&&0==e[o-n-i-1][0]?e[o-n-i-1][1]+=r.substring(0,s):(e.splice(0,0,new t.Diff(0,r.substring(0,s))),o++),r=r.substring(s),l=l.substring(s)),0!==(s=this.diff_commonSuffix(r,l))&&(e[o][1]=r.substring(r.length-s)+e[o][1],r=r.substring(0,r.length-s),l=l.substring(0,l.length-s))),o-=n+i,e.splice(o,n+i),l.length&&(e.splice(o,0,new t.Diff(a,l)),o++),r.length&&(e.splice(o,0,new t.Diff(1,r)),o++),o++):0!==o&&0==e[o-1][0]?(e[o-1][1]+=e[o][1],e.splice(o,1)):o++,i=0,n=0,l="",r=""}""===e[e.length-1][1]&&e.pop();var c=!1;for(o=1;o<e.length-1;)0==e[o-1][0]&&0==e[o+1][0]&&(e[o][1].substring(e[o][1].length-e[o-1][1].length)==e[o-1][1]?(e[o][1]=e[o-1][1]+e[o][1].substring(0,e[o][1].length-e[o-1][1].length),e[o+1][1]=e[o-1][1]+e[o+1][1],e.splice(o-1,1),c=!0):e[o][1].substring(0,e[o+1][1].length)==e[o+1][1]&&(e[o-1][1]+=e[o+1][1],e[o][1]=e[o][1].substring(e[o+1][1].length)+e[o+1][1],e.splice(o+1,1),c=!0)),o++;c&&this.diff_cleanupMerge(e)},t.prototype.diff_xIndex=function(e,t){var s,o=0,n=0,i=0,l=0;for(s=0;s<e.length&&(1!==e[s][0]&&(o+=e[s][1].length),e[s][0]!==a&&(n+=e[s][1].length),!(o>t));s++)i=o,l=n;return e.length!=s&&e[s][0]===a?l:l+(t-i)},t.prototype.diff_prettyHtml=function(e){for(var t=[],s=/&/g,o=/</g,n=/>/g,i=/\n/g,l=0;l<e.length;l++){var r=e[l][0],c=e[l][1].replace(s,"&amp;").replace(o,"&lt;").replace(n,"&gt;").replace(i,"&para;<br>");switch(r){case 1:t[l]='<ins style="background:#e6ffe6;">'+c+"</ins>";break;case a:t[l]='<del style="background:#ffe6e6;">'+c+"</del>";break;case 0:t[l]="<span>"+c+"</span>"}}return t.join("")},t.prototype.diff_text1=function(e){for(var t=[],a=0;a<e.length;a++)1!==e[a][0]&&(t[a]=e[a][1]);return t.join("")},t.prototype.diff_text2=function(e){for(var t=[],s=0;s<e.length;s++)e[s][0]!==a&&(t[s]=e[s][1]);return t.join("")},t.prototype.diff_levenshtein=function(e){for(var t=0,s=0,o=0,n=0;n<e.length;n++){var i=e[n][0],l=e[n][1];switch(i){case 1:s+=l.length;break;case a:o+=l.length;break;case 0:t+=Math.max(s,o),s=0,o=0}}return t+Math.max(s,o)},t.prototype.diff_toDelta=function(e){for(var t=[],s=0;s<e.length;s++)switch(e[s][0]){case 1:t[s]="+"+encodeURI(e[s][1]);break;case a:t[s]="-"+e[s][1].length;break;case 0:t[s]="="+e[s][1].length}return t.join("\t").replace(/%20/g," ")},t.prototype.diff_fromDelta=function(e,s){for(var o=[],n=0,i=0,l=s.split(/\t/g),r=0;r<l.length;r++){var c=l[r].substring(1);switch(l[r].charAt(0)){case"+":try{o[n++]=new t.Diff(1,decodeURI(c))}catch(e){throw new Error("Illegal escape in diff_fromDelta: "+c)}break;case"-":case"=":var d=parseInt(c,10);if(isNaN(d)||d<0)throw new Error("Invalid number in diff_fromDelta: "+c);var h=e.substring(i,i+=d);"="==l[r].charAt(0)?o[n++]=new t.Diff(0,h):o[n++]=new t.Diff(a,h);break;default:if(l[r])throw new Error("Invalid diff operation in diff_fromDelta: "+l[r])}}if(i!=e.length)throw new Error("Delta length ("+i+") does not equal source text length ("+e.length+").");return o},t.prototype.match_main=function(e,t,a){if(null==e||null==t||null==a)throw new Error("Null input. (match_main)");return a=Math.max(0,Math.min(a,e.length)),e==t?0:e.length?e.substring(a,a+t.length)==t?a:this.match_bitap_(e,t,a):-1},t.prototype.match_bitap_=function(e,t,a){if(t.length>this.Match_MaxBits)throw new Error("Pattern too long for this browser.");var s=this.match_alphabet_(t),o=this;function n(e,s){var n=e/t.length,i=Math.abs(a-s);return o.Match_Distance?n+i/o.Match_Distance:i?1:n}var i=this.Match_Threshold,l=e.indexOf(t,a);-1!=l&&(i=Math.min(n(0,l),i),-1!=(l=e.lastIndexOf(t,a+t.length))&&(i=Math.min(n(0,l),i)));var r,c,d=1<<t.length-1;l=-1;for(var h,p=t.length+e.length,g=0;g<t.length;g++){for(r=0,c=p;r<c;)n(g,a+c)<=i?r=c:p=c,c=Math.floor((p-r)/2+r);p=c;var u=Math.max(1,a-c+1),m=Math.min(a+c,e.length)+t.length,v=Array(m+2);v[m+1]=(1<<g)-1;for(var b=m;b>=u;b--){var f=s[e.charAt(b-1)];if(v[b]=0===g?(v[b+1]<<1|1)&f:(v[b+1]<<1|1)&f|(h[b+1]|h[b])<<1|1|h[b+1],v[b]&d){var w=n(g,b-1);if(w<=i){if(i=w,!((l=b-1)>a))break;u=Math.max(1,2*a-l)}}}if(n(g+1,a)>i)break;h=v}return l},t.prototype.match_alphabet_=function(e){for(var t={},a=0;a<e.length;a++)t[e.charAt(a)]=0;for(a=0;a<e.length;a++)t[e.charAt(a)]|=1<<e.length-a-1;return t},t.prototype.patch_addContext_=function(e,a){if(0!=a.length){if(null===e.start2)throw Error("patch not initialized");for(var s=a.substring(e.start2,e.start2+e.length1),o=0;a.indexOf(s)!=a.lastIndexOf(s)&&s.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)o+=this.Patch_Margin,s=a.substring(e.start2-o,e.start2+e.length1+o);o+=this.Patch_Margin;var n=a.substring(e.start2-o,e.start2);n&&e.diffs.unshift(new t.Diff(0,n));var i=a.substring(e.start2+e.length1,e.start2+e.length1+o);i&&e.diffs.push(new t.Diff(0,i)),e.start1-=n.length,e.start2-=n.length,e.length1+=n.length+i.length,e.length2+=n.length+i.length}},t.prototype.patch_make=function(e,s,o){var n,i;if("string"==typeof e&&"string"==typeof s&&void 0===o)n=e,(i=this.diff_main(n,s,!0)).length>2&&(this.diff_cleanupSemantic(i),this.diff_cleanupEfficiency(i));else if(e&&"object"==typeof e&&void 0===s&&void 0===o)i=e,n=this.diff_text1(i);else if("string"==typeof e&&s&&"object"==typeof s&&void 0===o)n=e,i=s;else{if("string"!=typeof e||"string"!=typeof s||!o||"object"!=typeof o)throw new Error("Unknown call format to patch_make.");n=e,i=o}if(0===i.length)return[];for(var l=[],r=new t.patch_obj,c=0,d=0,h=0,p=n,g=n,u=0;u<i.length;u++){var m=i[u][0],v=i[u][1];switch(c||0===m||(r.start1=d,r.start2=h),m){case 1:r.diffs[c++]=i[u],r.length2+=v.length,g=g.substring(0,h)+v+g.substring(h);break;case a:r.length1+=v.length,r.diffs[c++]=i[u],g=g.substring(0,h)+g.substring(h+v.length);break;case 0:v.length<=2*this.Patch_Margin&&c&&i.length!=u+1?(r.diffs[c++]=i[u],r.length1+=v.length,r.length2+=v.length):v.length>=2*this.Patch_Margin&&c&&(this.patch_addContext_(r,p),l.push(r),r=new t.patch_obj,c=0,p=g,d=h)}1!==m&&(d+=v.length),m!==a&&(h+=v.length)}return c&&(this.patch_addContext_(r,p),l.push(r)),l},t.prototype.patch_deepCopy=function(e){for(var a=[],s=0;s<e.length;s++){var o=e[s],n=new t.patch_obj;n.diffs=[];for(var i=0;i<o.diffs.length;i++)n.diffs[i]=new t.Diff(o.diffs[i][0],o.diffs[i][1]);n.start1=o.start1,n.start2=o.start2,n.length1=o.length1,n.length2=o.length2,a[s]=n}return a},t.prototype.patch_apply=function(e,t){if(0==e.length)return[t,[]];e=this.patch_deepCopy(e);var s=this.patch_addPadding(e);t=s+t+s,this.patch_splitMax(e);for(var o=0,n=[],i=0;i<e.length;i++){var l,r,c=e[i].start2+o,d=this.diff_text1(e[i].diffs),h=-1;if(d.length>this.Match_MaxBits?-1!=(l=this.match_main(t,d.substring(0,this.Match_MaxBits),c))&&(-1==(h=this.match_main(t,d.substring(d.length-this.Match_MaxBits),c+d.length-this.Match_MaxBits))||l>=h)&&(l=-1):l=this.match_main(t,d,c),-1==l)n[i]=!1,o-=e[i].length2-e[i].length1;else if(n[i]=!0,o=l-c,d==(r=-1==h?t.substring(l,l+d.length):t.substring(l,h+this.Match_MaxBits)))t=t.substring(0,l)+this.diff_text2(e[i].diffs)+t.substring(l+d.length);else{var p=this.diff_main(d,r,!1);if(d.length>this.Match_MaxBits&&this.diff_levenshtein(p)/d.length>this.Patch_DeleteThreshold)n[i]=!1;else{this.diff_cleanupSemanticLossless(p);for(var g,u=0,m=0;m<e[i].diffs.length;m++){var v=e[i].diffs[m];0!==v[0]&&(g=this.diff_xIndex(p,u)),1===v[0]?t=t.substring(0,l+g)+v[1]+t.substring(l+g):v[0]===a&&(t=t.substring(0,l+g)+t.substring(l+this.diff_xIndex(p,u+v[1].length))),v[0]!==a&&(u+=v[1].length)}}}}return[t=t.substring(s.length,t.length-s.length),n]},t.prototype.patch_addPadding=function(e){for(var a=this.Patch_Margin,s="",o=1;o<=a;o++)s+=String.fromCharCode(o);for(o=0;o<e.length;o++)e[o].start1+=a,e[o].start2+=a;var n=e[0],i=n.diffs;if(0==i.length||0!=i[0][0])i.unshift(new t.Diff(0,s)),n.start1-=a,n.start2-=a,n.length1+=a,n.length2+=a;else if(a>i[0][1].length){var l=a-i[0][1].length;i[0][1]=s.substring(i[0][1].length)+i[0][1],n.start1-=l,n.start2-=l,n.length1+=l,n.length2+=l}return 0==(i=(n=e[e.length-1]).diffs).length||0!=i[i.length-1][0]?(i.push(new t.Diff(0,s)),n.length1+=a,n.length2+=a):a>i[i.length-1][1].length&&(l=a-i[i.length-1][1].length,i[i.length-1][1]+=s.substring(0,l),n.length1+=l,n.length2+=l),s},t.prototype.patch_splitMax=function(e){for(var s=this.Match_MaxBits,o=0;o<e.length;o++)if(!(e[o].length1<=s)){var n=e[o];e.splice(o--,1);for(var i=n.start1,l=n.start2,r="";0!==n.diffs.length;){var c=new t.patch_obj,d=!0;for(c.start1=i-r.length,c.start2=l-r.length,""!==r&&(c.length1=c.length2=r.length,c.diffs.push(new t.Diff(0,r)));0!==n.diffs.length&&c.length1<s-this.Patch_Margin;){var h=n.diffs[0][0],p=n.diffs[0][1];1===h?(c.length2+=p.length,l+=p.length,c.diffs.push(n.diffs.shift()),d=!1):h===a&&1==c.diffs.length&&0==c.diffs[0][0]&&p.length>2*s?(c.length1+=p.length,i+=p.length,d=!1,c.diffs.push(new t.Diff(h,p)),n.diffs.shift()):(p=p.substring(0,s-c.length1-this.Patch_Margin),c.length1+=p.length,i+=p.length,0===h?(c.length2+=p.length,l+=p.length):d=!1,c.diffs.push(new t.Diff(h,p)),p==n.diffs[0][1]?n.diffs.shift():n.diffs[0][1]=n.diffs[0][1].substring(p.length))}r=(r=this.diff_text2(c.diffs)).substring(r.length-this.Patch_Margin);var g=this.diff_text1(n.diffs).substring(0,this.Patch_Margin);""!==g&&(c.length1+=g.length,c.length2+=g.length,0!==c.diffs.length&&0===c.diffs[c.diffs.length-1][0]?c.diffs[c.diffs.length-1][1]+=g:c.diffs.push(new t.Diff(0,g))),d||e.splice(++o,0,c)}}},t.prototype.patch_toText=function(e){for(var t=[],a=0;a<e.length;a++)t[a]=e[a];return t.join("")},t.prototype.patch_fromText=function(e){var s=[];if(!e)return s;for(var o=e.split("\n"),n=0,i=/^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;n<o.length;){var l=o[n].match(i);if(!l)throw new Error("Invalid patch string: "+o[n]);var r=new t.patch_obj;for(s.push(r),r.start1=parseInt(l[1],10),""===l[2]?(r.start1--,r.length1=1):"0"==l[2]?r.length1=0:(r.start1--,r.length1=parseInt(l[2],10)),r.start2=parseInt(l[3],10),""===l[4]?(r.start2--,r.length2=1):"0"==l[4]?r.length2=0:(r.start2--,r.length2=parseInt(l[4],10)),n++;n<o.length;){var c=o[n].charAt(0);try{var d=decodeURI(o[n].substring(1))}catch(e){throw new Error("Illegal escape in patch_fromText: "+d)}if("-"==c)r.diffs.push(new t.Diff(a,d));else if("+"==c)r.diffs.push(new t.Diff(1,d));else if(" "==c)r.diffs.push(new t.Diff(0,d));else{if("@"==c)break;if(""!==c)throw new Error('Invalid patch mode "'+c+'" in: '+d)}n++}}return s},(t.patch_obj=function(){this.diffs=[],this.start1=null,this.start2=null,this.length1=0,this.length2=0}).prototype.toString=function(){for(var e,t=["@@ -"+(0===this.length1?this.start1+",0":1==this.length1?this.start1+1:this.start1+1+","+this.length1)+" +"+(0===this.length2?this.start2+",0":1==this.length2?this.start2+1:this.start2+1+","+this.length2)+" @@\n"],s=0;s<this.diffs.length;s++){switch(this.diffs[s][0]){case 1:e="+";break;case a:e="-";break;case 0:e=" "}t[s+1]=e+encodeURI(this.diffs[s][1])+"\n"}return t.join("").replace(/%20/g," ")},e.exports=t,e.exports.diff_match_patch=t,e.exports.DIFF_DELETE=a,e.exports.DIFF_INSERT=1,e.exports.DIFF_EQUAL=0},1040(e,t,a){var s=a(8404),o=a(2524).each;function n(e,t){this.query=e,this.isUnconditional=t,this.handlers=[],this.mql=window.matchMedia(e);var a=this;this.listener=function(e){a.mql=e.currentTarget||e,a.assess()},this.mql.addListener(this.listener)}n.prototype={constuctor:n,addHandler:function(e){var t=new s(e);this.handlers.push(t),this.matches()&&t.on()},removeHandler:function(e){var t=this.handlers;o(t,(function(a,s){if(a.equals(e))return a.destroy(),!t.splice(s,1)}))},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){o(this.handlers,(function(e){e.destroy()})),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var e=this.matches()?"on":"off";o(this.handlers,(function(t){t[e]()}))}},e.exports=n},1098(e,t,a){var s=a(1040),o=a(2524),n=o.each,i=o.isFunction,l=o.isArray;function r(){if(!window.matchMedia)throw new Error("matchMedia not present, legacy browsers require a polyfill");this.queries={},this.browserIsIncapable=!window.matchMedia("only all").matches}r.prototype={constructor:r,register:function(e,t,a){var o=this.queries,r=a&&this.browserIsIncapable;return o[e]||(o[e]=new s(e,r)),i(t)&&(t={match:t}),l(t)||(t=[t]),n(t,(function(t){i(t)&&(t={match:t}),o[e].addHandler(t)})),this},unregister:function(e,t){var a=this.queries[e];return a&&(t?a.removeHandler(t):(a.clear(),delete this.queries[e])),this}},e.exports=r},8404(e){function t(e){this.options=e,!e.deferSetup&&this.setup()}t.prototype={constructor:t,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(e){return this.options===e||this.options.match===e}},e.exports=t},2524(e){e.exports={isFunction:function(e){return"function"==typeof e},isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},each:function(e,t){for(var a=0,s=e.length;a<s&&!1!==t(e[a],a);a++);}}},2386(e,t,a){var s=a(1098);e.exports=new s},1441(e,t,a){var s=a(8028),o=function(e){var t="",a=Object.keys(e);return a.forEach((function(o,n){var i=e[o];(function(e){return/[height|width]$/.test(e)})(o=s(o))&&"number"==typeof i&&(i+="px"),t+=!0===i?o:!1===i?"not "+o:"("+o+": "+i+")",n<a.length-1&&(t+=" and ")})),t};e.exports=function(e){var t="";return"string"==typeof e?e:e instanceof Array?(e.forEach((function(a,s){t+=o(a),s<e.length-1&&(t+=", ")})),t):o(e)}},181(e){var t=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,o=/^0o[0-7]+$/i,n=parseInt,i="object"==typeof globalThis&&globalThis&&globalThis.Object===Object&&globalThis,l="object"==typeof self&&self&&self.Object===Object&&self,r=i||l||Function("return this")(),c=Object.prototype.toString,d=Math.max,h=Math.min,p=function(){return r.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function u(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==c.call(e)}(e))return NaN;if(g(e)){var i="function"==typeof e.valueOf?e.valueOf():e;e=g(i)?i+"":i}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(t,"");var l=s.test(e);return l||o.test(e)?n(e.slice(2),l?2:8):a.test(e)?NaN:+e}e.exports=function(e,t,a){var s,o,n,i,l,r,c=0,m=!1,v=!1,b=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function f(t){var a=s,n=o;return s=o=void 0,c=t,i=e.apply(n,a)}function w(e){var a=e-r;return void 0===r||a>=t||a<0||v&&e-c>=n}function x(){var e=p();if(w(e))return y(e);l=setTimeout(x,function(e){var a=t-(e-r);return v?h(a,n-(e-c)):a}(e))}function y(e){return l=void 0,b&&s?f(e):(s=o=void 0,i)}function k(){var e=p(),a=w(e);if(s=arguments,o=this,r=e,a){if(void 0===l)return function(e){return c=e,l=setTimeout(x,t),m?f(e):i}(r);if(v)return l=setTimeout(x,t),f(r)}return void 0===l&&(l=setTimeout(x,t)),i}return t=u(t)||0,g(a)&&(m=!!a.leading,n=(v="maxWait"in a)?d(u(a.maxWait)||0,t):n,b="trailing"in a?!!a.trailing:b),k.cancel=function(){void 0!==l&&clearTimeout(l),c=0,s=r=o=l=void 0},k.flush=function(){return void 0===l?i:y(p())},k}},6762(e){var t,a="__lodash_hash_undefined__",s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/,n=/^\./,i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,l=/\\(\\)?/g,r=/^\[object .+?Constructor\]$/,c="object"==typeof globalThis&&globalThis&&globalThis.Object===Object&&globalThis,d="object"==typeof self&&self&&self.Object===Object&&self,h=c||d||Function("return this")(),p=Array.prototype,g=Function.prototype,u=Object.prototype,m=h["__core-js_shared__"],v=(t=/[^.]+$/.exec(m&&m.keys&&m.keys.IE_PROTO||""))?"Symbol(src)_1."+t:"",b=g.toString,f=u.hasOwnProperty,w=u.toString,x=RegExp("^"+b.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),y=h.Symbol,k=p.splice,C=T(h,"Map"),_=T(Object,"create"),M=y?y.prototype:void 0,z=M?M.toString:void 0;function j(e){var t=-1,a=e?e.length:0;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function L(e){var t=-1,a=e?e.length:0;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function S(e){var t=-1,a=e?e.length:0;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function $(e,t){for(var a,s,o=e.length;o--;)if((a=e[o][0])===(s=t)||a!=a&&s!=s)return o;return-1}function H(e,t){var a,s,o=e.__data__;return("string"==(s=typeof(a=t))||"number"==s||"symbol"==s||"boolean"==s?"__proto__"!==a:null===a)?o["string"==typeof t?"string":"hash"]:o.map}function T(e,t){var a=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){if(!P(e)||v&&v in e)return!1;var t=function(e){var t=P(e)?w.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?x:r;return t.test(function(e){if(null!=e){try{return b.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}(a)?a:void 0}j.prototype.clear=function(){this.__data__=_?_(null):{}},j.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},j.prototype.get=function(e){var t=this.__data__;if(_){var s=t[e];return s===a?void 0:s}return f.call(t,e)?t[e]:void 0},j.prototype.has=function(e){var t=this.__data__;return _?void 0!==t[e]:f.call(t,e)},j.prototype.set=function(e,t){return this.__data__[e]=_&&void 0===t?a:t,this},L.prototype.clear=function(){this.__data__=[]},L.prototype.delete=function(e){var t=this.__data__,a=$(t,e);return!(a<0||(a==t.length-1?t.pop():k.call(t,a,1),0))},L.prototype.get=function(e){var t=this.__data__,a=$(t,e);return a<0?void 0:t[a][1]},L.prototype.has=function(e){return $(this.__data__,e)>-1},L.prototype.set=function(e,t){var a=this.__data__,s=$(a,e);return s<0?a.push([e,t]):a[s][1]=t,this},S.prototype.clear=function(){this.__data__={hash:new j,map:new(C||L),string:new j}},S.prototype.delete=function(e){return H(this,e).delete(e)},S.prototype.get=function(e){return H(this,e).get(e)},S.prototype.has=function(e){return H(this,e).has(e)},S.prototype.set=function(e,t){return H(this,e).set(e,t),this};var B=V((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(E(e))return z?z.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var a=[];return n.test(e)&&a.push(""),e.replace(i,(function(e,t,s,o){a.push(s?o.replace(l,"$1"):t||e)})),a}));function A(e){if("string"==typeof e||E(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function V(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var a=function(){var s=arguments,o=t?t.apply(this,s):s[0],n=a.cache;if(n.has(o))return n.get(o);var i=e.apply(this,s);return a.cache=n.set(o,i),i};return a.cache=new(V.Cache||S),a}V.Cache=S;var N=Array.isArray;function P(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function E(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==w.call(e)}e.exports=function(e,t,a){var n=null==e?void 0:function(e,t){var a;t=function(e,t){if(N(e))return!1;var a=typeof e;return!("number"!=a&&"symbol"!=a&&"boolean"!=a&&null!=e&&!E(e))||o.test(e)||!s.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:N(a=t)?a:B(a);for(var n=0,i=t.length;null!=e&&n<i;)e=e[A(t[n++])];return n&&n==i?e:void 0}(e,t);return void 0===n?a:n}},8142(e,t,a){e=a.nmd(e);var s="__lodash_hash_undefined__",o=9007199254740991,n="[object Arguments]",i="[object Array]",l="[object Boolean]",r="[object Date]",c="[object Error]",d="[object Function]",h="[object Map]",p="[object Number]",g="[object Object]",u="[object Promise]",m="[object RegExp]",v="[object Set]",b="[object String]",f="[object WeakMap]",w="[object ArrayBuffer]",x="[object DataView]",y=/^\[object .+?Constructor\]$/,k=/^(?:0|[1-9]\d*)$/,C={};C["[object Float32Array]"]=C["[object Float64Array]"]=C["[object Int8Array]"]=C["[object Int16Array]"]=C["[object Int32Array]"]=C["[object Uint8Array]"]=C["[object Uint8ClampedArray]"]=C["[object Uint16Array]"]=C["[object Uint32Array]"]=!0,C[n]=C[i]=C[w]=C[l]=C[x]=C[r]=C[c]=C[d]=C[h]=C[p]=C[g]=C[m]=C[v]=C[b]=C[f]=!1;var _="object"==typeof globalThis&&globalThis&&globalThis.Object===Object&&globalThis,M="object"==typeof self&&self&&self.Object===Object&&self,z=_||M||Function("return this")(),j=t&&!t.nodeType&&t,L=j&&e&&!e.nodeType&&e,S=L&&L.exports===j,$=S&&_.process,H=function(){try{return $&&$.binding&&$.binding("util")}catch(e){}}(),T=H&&H.isTypedArray;function B(e,t){for(var a=-1,s=null==e?0:e.length;++a<s;)if(t(e[a],a,e))return!0;return!1}function A(e){var t=-1,a=Array(e.size);return e.forEach((function(e,s){a[++t]=[s,e]})),a}function V(e){var t=-1,a=Array(e.size);return e.forEach((function(e){a[++t]=e})),a}var N,P,E,I=Array.prototype,O=Function.prototype,R=Object.prototype,D=z["__core-js_shared__"],F=O.toString,q=R.hasOwnProperty,W=(N=/[^.]+$/.exec(D&&D.keys&&D.keys.IE_PROTO||""))?"Symbol(src)_1."+N:"",U=R.toString,G=RegExp("^"+F.call(q).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Y=S?z.Buffer:void 0,Z=z.Symbol,K=z.Uint8Array,Q=R.propertyIsEnumerable,X=I.splice,J=Z?Z.toStringTag:void 0,ee=Object.getOwnPropertySymbols,te=Y?Y.isBuffer:void 0,ae=(P=Object.keys,E=Object,function(e){return P(E(e))}),se=Le(z,"DataView"),oe=Le(z,"Map"),ne=Le(z,"Promise"),ie=Le(z,"Set"),le=Le(z,"WeakMap"),re=Le(Object,"create"),ce=Te(se),de=Te(oe),he=Te(ne),pe=Te(ie),ge=Te(le),ue=Z?Z.prototype:void 0,me=ue?ue.valueOf:void 0;function ve(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function be(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function fe(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}function we(e){var t=-1,a=null==e?0:e.length;for(this.__data__=new fe;++t<a;)this.add(e[t])}function xe(e){var t=this.__data__=new be(e);this.size=t.size}function ye(e,t){for(var a=e.length;a--;)if(Be(e[a][0],t))return a;return-1}function ke(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":J&&J in Object(e)?function(e){var t=q.call(e,J),a=e[J];try{e[J]=void 0;var s=!0}catch(e){}var o=U.call(e);return s&&(t?e[J]=a:delete e[J]),o}(e):function(e){return U.call(e)}(e)}function Ce(e){return Oe(e)&&ke(e)==n}function _e(e,t,a,s,o){return e===t||(null==e||null==t||!Oe(e)&&!Oe(t)?e!=e&&t!=t:function(e,t,a,s,o,d){var u=Ve(e),f=Ve(t),y=u?i:$e(e),k=f?i:$e(t),C=(y=y==n?g:y)==g,_=(k=k==n?g:k)==g,M=y==k;if(M&&Ne(e)){if(!Ne(t))return!1;u=!0,C=!1}if(M&&!C)return d||(d=new xe),u||Re(e)?Me(e,t,a,s,o,d):function(e,t,a,s,o,n,i){switch(a){case x:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case w:return!(e.byteLength!=t.byteLength||!n(new K(e),new K(t)));case l:case r:case p:return Be(+e,+t);case c:return e.name==t.name&&e.message==t.message;case m:case b:return e==t+"";case h:var d=A;case v:var g=1&s;if(d||(d=V),e.size!=t.size&&!g)return!1;var u=i.get(e);if(u)return u==t;s|=2,i.set(e,t);var f=Me(d(e),d(t),s,o,n,i);return i.delete(e),f;case"[object Symbol]":if(me)return me.call(e)==me.call(t)}return!1}(e,t,y,a,s,o,d);if(!(1&a)){var z=C&&q.call(e,"__wrapped__"),j=_&&q.call(t,"__wrapped__");if(z||j){var L=z?e.value():e,S=j?t.value():t;return d||(d=new xe),o(L,S,a,s,d)}}return!!M&&(d||(d=new xe),function(e,t,a,s,o,n){var i=1&a,l=ze(e),r=l.length;if(r!=ze(t).length&&!i)return!1;for(var c=r;c--;){var d=l[c];if(!(i?d in t:q.call(t,d)))return!1}var h=n.get(e);if(h&&n.get(t))return h==t;var p=!0;n.set(e,t),n.set(t,e);for(var g=i;++c<r;){var u=e[d=l[c]],m=t[d];if(s)var v=i?s(m,u,d,t,e,n):s(u,m,d,e,t,n);if(!(void 0===v?u===m||o(u,m,a,s,n):v)){p=!1;break}g||(g="constructor"==d)}if(p&&!g){var b=e.constructor,f=t.constructor;b==f||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof f&&f instanceof f||(p=!1)}return n.delete(e),n.delete(t),p}(e,t,a,s,o,d))}(e,t,a,s,_e,o))}function Me(e,t,a,s,o,n){var i=1&a,l=e.length,r=t.length;if(l!=r&&!(i&&r>l))return!1;var c=n.get(e);if(c&&n.get(t))return c==t;var d=-1,h=!0,p=2&a?new we:void 0;for(n.set(e,t),n.set(t,e);++d<l;){var g=e[d],u=t[d];if(s)var m=i?s(u,g,d,t,e,n):s(g,u,d,e,t,n);if(void 0!==m){if(m)continue;h=!1;break}if(p){if(!B(t,(function(e,t){if(i=t,!p.has(i)&&(g===e||o(g,e,a,s,n)))return p.push(t);var i}))){h=!1;break}}else if(g!==u&&!o(g,u,a,s,n)){h=!1;break}}return n.delete(e),n.delete(t),h}function ze(e){return function(e,t,a){var s=t(e);return Ve(e)?s:function(e,t){for(var a=-1,s=t.length,o=e.length;++a<s;)e[o+a]=t[a];return e}(s,a(e))}(e,De,Se)}function je(e,t){var a,s,o=e.__data__;return("string"==(s=typeof(a=t))||"number"==s||"symbol"==s||"boolean"==s?"__proto__"!==a:null===a)?o["string"==typeof t?"string":"hash"]:o.map}function Le(e,t){var a=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!Ie(e)||function(e){return!!W&&W in e}(e))&&(Pe(e)?G:y).test(Te(e))}(a)?a:void 0}ve.prototype.clear=function(){this.__data__=re?re(null):{},this.size=0},ve.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ve.prototype.get=function(e){var t=this.__data__;if(re){var a=t[e];return a===s?void 0:a}return q.call(t,e)?t[e]:void 0},ve.prototype.has=function(e){var t=this.__data__;return re?void 0!==t[e]:q.call(t,e)},ve.prototype.set=function(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=re&&void 0===t?s:t,this},be.prototype.clear=function(){this.__data__=[],this.size=0},be.prototype.delete=function(e){var t=this.__data__,a=ye(t,e);return!(a<0||(a==t.length-1?t.pop():X.call(t,a,1),--this.size,0))},be.prototype.get=function(e){var t=this.__data__,a=ye(t,e);return a<0?void 0:t[a][1]},be.prototype.has=function(e){return ye(this.__data__,e)>-1},be.prototype.set=function(e,t){var a=this.__data__,s=ye(a,e);return s<0?(++this.size,a.push([e,t])):a[s][1]=t,this},fe.prototype.clear=function(){this.size=0,this.__data__={hash:new ve,map:new(oe||be),string:new ve}},fe.prototype.delete=function(e){var t=je(this,e).delete(e);return this.size-=t?1:0,t},fe.prototype.get=function(e){return je(this,e).get(e)},fe.prototype.has=function(e){return je(this,e).has(e)},fe.prototype.set=function(e,t){var a=je(this,e),s=a.size;return a.set(e,t),this.size+=a.size==s?0:1,this},we.prototype.add=we.prototype.push=function(e){return this.__data__.set(e,s),this},we.prototype.has=function(e){return this.__data__.has(e)},xe.prototype.clear=function(){this.__data__=new be,this.size=0},xe.prototype.delete=function(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a},xe.prototype.get=function(e){return this.__data__.get(e)},xe.prototype.has=function(e){return this.__data__.has(e)},xe.prototype.set=function(e,t){var a=this.__data__;if(a instanceof be){var s=a.__data__;if(!oe||s.length<199)return s.push([e,t]),this.size=++a.size,this;a=this.__data__=new fe(s)}return a.set(e,t),this.size=a.size,this};var Se=ee?function(e){return null==e?[]:(e=Object(e),function(t){for(var a=-1,s=null==t?0:t.length,o=0,n=[];++a<s;){var i=t[a];l=i,Q.call(e,l)&&(n[o++]=i)}var l;return n}(ee(e)))}:function(){return[]},$e=ke;function He(e,t){return!!(t=t??o)&&("number"==typeof e||k.test(e))&&e>-1&&e%1==0&&e<t}function Te(e){if(null!=e){try{return F.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Be(e,t){return e===t||e!=e&&t!=t}(se&&$e(new se(new ArrayBuffer(1)))!=x||oe&&$e(new oe)!=h||ne&&$e(ne.resolve())!=u||ie&&$e(new ie)!=v||le&&$e(new le)!=f)&&($e=function(e){var t=ke(e),a=t==g?e.constructor:void 0,s=a?Te(a):"";if(s)switch(s){case ce:return x;case de:return h;case he:return u;case pe:return v;case ge:return f}return t});var Ae=Ce(function(){return arguments}())?Ce:function(e){return Oe(e)&&q.call(e,"callee")&&!Q.call(e,"callee")},Ve=Array.isArray,Ne=te||function(){return!1};function Pe(e){if(!Ie(e))return!1;var t=ke(e);return t==d||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ee(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function Ie(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Oe(e){return null!=e&&"object"==typeof e}var Re=T?function(e){return function(t){return e(t)}}(T):function(e){return Oe(e)&&Ee(e.length)&&!!C[ke(e)]};function De(e){return null!=(t=e)&&Ee(t.length)&&!Pe(t)?function(e,t){var a=Ve(e),s=!a&&Ae(e),o=!a&&!s&&Ne(e),n=!a&&!s&&!o&&Re(e),i=a||s||o||n,l=i?function(e,t){for(var a=-1,s=Array(e);++a<e;)s[a]=t(a);return s}(e.length,String):[],r=l.length;for(var c in e)!t&&!q.call(e,c)||i&&("length"==c||o&&("offset"==c||"parent"==c)||n&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||He(c,r))||l.push(c);return l}(e):function(e){if(a=(t=e)&&t.constructor,t!==("function"==typeof a&&a.prototype||R))return ae(e);var t,a,s=[];for(var o in Object(e))q.call(e,o)&&"constructor"!=o&&s.push(o);return s}(e);var t}e.exports=function(e,t){return _e(e,t)}},7022(){!function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",a={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},s={bash:a,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:s},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:a}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:s},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:s.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:s.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},a.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],n=s.variable[1].inside,i=0;i<o.length;i++)n[o[i]]=e.languages.bash[o[i]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism)},271(){Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}}}),Prism.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Prism.languages.c.boolean},5624(){Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}},1983(e){var t=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,a=0,s={},o={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof n?new n(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++a}),e.__id},clone:function e(t,a){var s,n;switch(a=a||{},o.util.type(t)){case"Object":if(n=o.util.objId(t),a[n])return a[n];for(var i in s={},a[n]=s,t)t.hasOwnProperty(i)&&(s[i]=e(t[i],a));return s;case"Array":return n=o.util.objId(t),a[n]?a[n]:(s=[],a[n]=s,t.forEach((function(t,o){s[o]=e(t,a)})),s);default:return t}},getLanguage:function(e){for(;e;){var a=t.exec(e.className);if(a)return a[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,a){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+a)},currentScript:function(){if("undefined"==typeof document)return null;if(document.currentScript&&"SCRIPT"===document.currentScript.tagName)return document.currentScript;try{throw new Error}catch(s){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(s.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var a in t)if(t[a].src==e)return t[a]}return null}},isActive:function(e,t,a){for(var s="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(s))return!1;e=e.parentElement}return!!a}},languages:{plain:s,plaintext:s,text:s,txt:s,extend:function(e,t){var a=o.util.clone(o.languages[e]);for(var s in t)a[s]=t[s];return a},insertBefore:function(e,t,a,s){var n=(s=s||o.languages)[e],i={};for(var l in n)if(n.hasOwnProperty(l)){if(l==t)for(var r in a)a.hasOwnProperty(r)&&(i[r]=a[r]);a.hasOwnProperty(l)||(i[l]=n[l])}var c=s[e];return s[e]=i,o.languages.DFS(o.languages,(function(t,a){a===c&&t!=e&&(this[t]=i)})),i},DFS:function e(t,a,s,n){n=n||{};var i=o.util.objId;for(var l in t)if(t.hasOwnProperty(l)){a.call(t,l,t[l],s||l);var r=t[l],c=o.util.type(r);"Object"!==c||n[i(r)]?"Array"!==c||n[i(r)]||(n[i(r)]=!0,e(r,a,l,n)):(n[i(r)]=!0,e(r,a,null,n))}}},plugins:{},highlightAll:function(e,t){o.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,a){var s={callback:a,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};o.hooks.run("before-highlightall",s),s.elements=Array.prototype.slice.apply(s.container.querySelectorAll(s.selector)),o.hooks.run("before-all-elements-highlight",s);for(var n,i=0;n=s.elements[i++];)o.highlightElement(n,!0===t,s.callback)},highlightElement:function(t,a,s){var n=o.util.getLanguage(t),i=o.languages[n];o.util.setLanguage(t,n);var l=t.parentElement;l&&"pre"===l.nodeName.toLowerCase()&&o.util.setLanguage(l,n);var r={element:t,language:n,grammar:i,code:t.textContent};function c(e){r.highlightedCode=e,o.hooks.run("before-insert",r),r.element.innerHTML=r.highlightedCode,o.hooks.run("after-highlight",r),o.hooks.run("complete",r),s&&s.call(r.element)}if(o.hooks.run("before-sanity-check",r),(l=r.element.parentElement)&&"pre"===l.nodeName.toLowerCase()&&!l.hasAttribute("tabindex")&&l.setAttribute("tabindex","0"),!r.code)return o.hooks.run("complete",r),void(s&&s.call(r.element));if(o.hooks.run("before-highlight",r),r.grammar)if(a&&e.Worker){var d=new Worker(o.filename);d.onmessage=function(e){c(e.data)},d.postMessage(JSON.stringify({language:r.language,code:r.code,immediateClose:!0}))}else c(o.highlight(r.code,r.grammar,r.language));else c(o.util.encode(r.code))},highlight:function(e,t,a){var s={code:e,grammar:t,language:a};if(o.hooks.run("before-tokenize",s),!s.grammar)throw new Error('The language "'+s.language+'" has no grammar.');return s.tokens=o.tokenize(s.code,s.grammar),o.hooks.run("after-tokenize",s),n.stringify(o.util.encode(s.tokens),s.language)},tokenize:function(e,t){var a=t.rest;if(a){for(var s in a)t[s]=a[s];delete t.rest}var o=new r;return c(o,o.head,e),l(e,o,t,o.head,0),function(e){for(var t=[],a=e.head.next;a!==e.tail;)t.push(a.value),a=a.next;return t}(o)},hooks:{all:{},add:function(e,t){var a=o.hooks.all;a[e]=a[e]||[],a[e].push(t)},run:function(e,t){var a=o.hooks.all[e];if(a&&a.length)for(var s,n=0;s=a[n++];)s(t)}},Token:n};function n(e,t,a,s){this.type=e,this.content=t,this.alias=a,this.length=0|(s||"").length}function i(e,t,a,s){e.lastIndex=t;var o=e.exec(a);if(o&&s&&o[1]){var n=o[1].length;o.index+=n,o[0]=o[0].slice(n)}return o}function l(e,t,a,s,r,h){for(var p in a)if(a.hasOwnProperty(p)&&a[p]){var g=a[p];g=Array.isArray(g)?g:[g];for(var u=0;u<g.length;++u){if(h&&h.cause==p+","+u)return;var m=g[u],v=m.inside,b=!!m.lookbehind,f=!!m.greedy,w=m.alias;if(f&&!m.pattern.global){var x=m.pattern.toString().match(/[imsuy]*$/)[0];m.pattern=RegExp(m.pattern.source,x+"g")}for(var y=m.pattern||m,k=s.next,C=r;k!==t.tail&&!(h&&C>=h.reach);C+=k.value.length,k=k.next){var _=k.value;if(t.length>e.length)return;if(!(_ instanceof n)){var M,z=1;if(f){if(!(M=i(y,C,e,b))||M.index>=e.length)break;var j=M.index,L=M.index+M[0].length,S=C;for(S+=k.value.length;j>=S;)S+=(k=k.next).value.length;if(C=S-=k.value.length,k.value instanceof n)continue;for(var $=k;$!==t.tail&&(S<L||"string"==typeof $.value);$=$.next)z++,S+=$.value.length;z--,_=e.slice(C,S),M.index-=C}else if(!(M=i(y,0,_,b)))continue;j=M.index;var H=M[0],T=_.slice(0,j),B=_.slice(j+H.length),A=C+_.length;h&&A>h.reach&&(h.reach=A);var V=k.prev;if(T&&(V=c(t,V,T),C+=T.length),d(t,V,z),k=c(t,V,new n(p,v?o.tokenize(H,v):H,w,H)),B&&c(t,k,B),z>1){var N={cause:p+","+u,reach:A};l(e,t,a,k.prev,C,N),h&&N.reach>h.reach&&(h.reach=N.reach)}}}}}}function r(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,a){var s=t.next,o={value:a,prev:t,next:s};return t.next=o,s.prev=o,e.length++,o}function d(e,t,a){for(var s=t.next,o=0;o<a&&s!==e.tail;o++)s=s.next;t.next=s,s.prev=t,e.length-=o}if(e.Prism=o,n.stringify=function e(t,a){if("string"==typeof t)return t;if(Array.isArray(t)){var s="";return t.forEach((function(t){s+=e(t,a)})),s}var n={type:t.type,content:e(t.content,a),tag:"span",classes:["token",t.type],attributes:{},language:a},i=t.alias;i&&(Array.isArray(i)?Array.prototype.push.apply(n.classes,i):n.classes.push(i)),o.hooks.run("wrap",n);var l="";for(var r in n.attributes)l+=" "+r+'="'+(n.attributes[r]||"").replace(/"/g,"&quot;")+'"';return"<"+n.tag+' class="'+n.classes.join(" ")+'"'+l+">"+n.content+"</"+n.tag+">"},!e.document)return e.addEventListener?(o.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var a=JSON.parse(t.data),s=a.language,n=a.code,i=a.immediateClose;e.postMessage(o.highlight(n,o.languages[s],s)),i&&e.close()}),!1),o):o;var h=o.util.currentScript();function p(){o.manual||o.highlightAll()}if(h&&(o.filename=h.src,h.hasAttribute("data-manual")&&(o.manual=!0)),!o.manual){var g=document.readyState;"loading"===g||"interactive"===g&&h&&h.defer?document.addEventListener("DOMContentLoaded",p):window.requestAnimationFrame?window.requestAnimationFrame(p):window.setTimeout(p,16)}return o}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});e.exports&&(e.exports=t),"undefined"!=typeof globalThis&&(globalThis.Prism=t)},2415(){!function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,a=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,(function(){return a}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Prism)},5651(){!function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,a){return"(?:"+t[+a]+")"}))}function a(e,a,s){return RegExp(t(e,a),s||"")}function s(e,t){for(var a=0;a<t;a++)e=e.replace(/<<self>>/g,(function(){return"(?:"+e+")"}));return e.replace(/<<self>>/g,"[^\\s\\S]")}var o="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",n="class enum interface record struct",i="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",l="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function r(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var c=r(n),d=RegExp(r(o+" "+n+" "+i+" "+l)),h=r(n+" "+i+" "+l),p=r(o+" "+n+" "+l),g=s(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),u=s(/\((?:[^()]|<<self>>)*\)/.source,2),m=/@?\b[A-Za-z_]\w*\b/.source,v=t(/<<0>>(?:\s*<<1>>)?/.source,[m,g]),b=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[h,v]),f=/\[\s*(?:,\s*)*\]/.source,w=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[b,f]),x=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[g,u,f]),y=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[x]),k=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[y,b,f]),C={keyword:d,punctuation:/[<>()?,.:[\]]/},_=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,M=/"(?:\\.|[^\\"\r\n])*"/.source,z=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:a(/(^|[^$\\])<<0>>/.source,[z]),lookbehind:!0,greedy:!0},{pattern:a(/(^|[^@$\\])<<0>>/.source,[M]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:a(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[b]),lookbehind:!0,inside:C},{pattern:a(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[m,k]),lookbehind:!0,inside:C},{pattern:a(/(\busing\s+)<<0>>(?=\s*=)/.source,[m]),lookbehind:!0},{pattern:a(/(\b<<0>>\s+)<<1>>/.source,[c,v]),lookbehind:!0,inside:C},{pattern:a(/(\bcatch\s*\(\s*)<<0>>/.source,[b]),lookbehind:!0,inside:C},{pattern:a(/(\bwhere\s+)<<0>>/.source,[m]),lookbehind:!0},{pattern:a(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[w]),lookbehind:!0,inside:C},{pattern:a(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[k,p,m]),inside:C}],keyword:d,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:a(/([(,]\s*)<<0>>(?=\s*:)/.source,[m]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:a(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[m]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:a(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[u]),lookbehind:!0,alias:"class-name",inside:C},"return-type":{pattern:a(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[k,b]),inside:C,alias:"class-name"},"constructor-invocation":{pattern:a(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[k]),lookbehind:!0,inside:C,alias:"class-name"},"generic-method":{pattern:a(/<<0>>\s*<<1>>(?=\s*\()/.source,[m,g]),inside:{function:a(/^<<0>>/.source,[m]),generic:{pattern:RegExp(g),alias:"class-name",inside:C}}},"type-list":{pattern:a(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[c,v,m,k,d.source,u,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:a(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[v,u]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:d,"class-name":{pattern:RegExp(k),greedy:!0,inside:C},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var j=M+"|"+_,L=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[j]),S=s(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[L]),2),$=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,H=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[b,S]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:a(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[$,H]),lookbehind:!0,greedy:!0,inside:{target:{pattern:a(/^<<0>>(?=\s*:)/.source,[$]),alias:"keyword"},"attribute-arguments":{pattern:a(/\(<<0>>*\)/.source,[S]),inside:e.languages.csharp},"class-name":{pattern:RegExp(b),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var T=/:[^}\r\n]+/.source,B=s(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[L]),2),A=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[B,T]),V=s(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[j]),2),N=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[V,T]);function P(t,s){return{interpolation:{pattern:a(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:a(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[s,T]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:a(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[A]),lookbehind:!0,greedy:!0,inside:P(A,B)},{pattern:a(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[N]),lookbehind:!0,greedy:!0,inside:P(N,V)}],char:{pattern:RegExp(_),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(Prism)},1113(){!function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var a=e.languages.markup;a&&(a.tag.addInlined("style","css"),a.tag.addAttribute("style","css"))}(Prism)},869(){!function(e){var t=[/\b(?:async|sync|yield)\*/,/\b(?:abstract|assert|async|await|break|case|catch|class|const|continue|covariant|default|deferred|do|dynamic|else|enum|export|extends|extension|external|factory|final|finally|for|get|hide|if|implements|import|in|interface|library|mixin|new|null|on|operator|part|rethrow|return|set|show|static|super|switch|sync|this|throw|try|typedef|var|void|while|with|yield)\b/],a=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,s={pattern:RegExp(a+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}}}};e.languages.dart=e.languages.extend("clike",{"class-name":[s,{pattern:RegExp(a+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:s.inside}],keyword:t,operator:/\bis!|\b(?:as|is)\b|\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?/}),e.languages.insertBefore("dart","string",{"string-literal":{pattern:/r?(?:("""|''')[\s\S]*?\1|(["'])(?:\\.|(?!\2)[^\\\r\n])*\2(?!\2))/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\w+|\{(?:[^{}]|\{[^{}]*\})*\})/,lookbehind:!0,inside:{punctuation:/^\$\{?|\}$/,expression:{pattern:/[\s\S]+/,inside:e.languages.dart}}},string:/[\s\S]+/}},string:void 0}),e.languages.insertBefore("dart","class-name",{metadata:{pattern:/@\w+/,alias:"function"}}),e.languages.insertBefore("dart","class-name",{generics:{pattern:/<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<[\w\s,.&?]*>)*>)*>)*>/,inside:{"class-name":s,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}}})}(Prism)},7839(){!function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(a){var s=t[a],o=[];/^\w+$/.test(a)||o.push(/\w+/.exec(a)[0]),"diff"===a&&o.push("bold"),e.languages.diff[a]={pattern:RegExp("^(?:["+s+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:o,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(a)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(Prism)},6378(){Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Prism.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Prism.languages.go["class-name"]},4619(){Prism.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:Prism.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},Prism.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),a=0;a<t.length;){var s=t[a++];if("keyword"===s.type&&"mutation"===s.content){var o=[];if(h(["definition-mutation","punctuation"])&&"("===d(1).content){a+=2;var n=p(/^\($/,/^\)$/);if(-1===n)continue;for(;a<n;a++){var i=d(0);"variable"===i.type&&(g(i,"variable-input"),o.push(i.content))}a=n+1}if(h(["punctuation","property-query"])&&"{"===d(0).content&&(a++,g(d(0),"property-mutation"),o.length>0)){var l=p(/^\{$/,/^\}$/);if(-1===l)continue;for(var r=a;r<l;r++){var c=t[r];"variable"===c.type&&o.indexOf(c.content)>=0&&g(c,"variable-input")}}}}function d(e){return t[a+e]}function h(e,t){t=t||0;for(var a=0;a<e.length;a++){var s=d(a+t);if(!s||s.type!==e[a])return!1}return!0}function p(e,s){for(var o=1,n=a;n<t.length;n++){var i=t[n],l=i.content;if("punctuation"===i.type&&"string"==typeof l)if(e.test(l))o++;else if(s.test(l)&&0==--o)return n}return-1}function g(e,t){var a=e.alias;a?Array.isArray(a)||(e.alias=a=[a]):e.alias=a=[],a.push(t)}}))},554(){Prism.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(?:--(?:(?=.)[^-!#$%*+=?&@|~.:<>^\\\/].*|$)|\{-[\s\S]*?-\})/m,lookbehind:!0},char:{pattern:/'(?:[^\\']|\\(?:[abfnrtv\\"'&]|\^[A-Z@[\]^_]|ACK|BEL|BS|CAN|CR|DC1|DC2|DC3|DC4|DEL|DLE|EM|ENQ|EOT|ESC|ETB|ETX|FF|FS|GS|HT|LF|NAK|NUL|RS|SI|SO|SOH|SP|STX|SUB|SYN|US|VT|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,alias:"string"},string:{pattern:/"(?:[^\\"]|\\(?:\S|\s+\\))*"/,greedy:!0},keyword:/\b(?:case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,"import-statement":{pattern:/(^[\t ]*)import\s+(?:qualified\s+)?(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*(?:\s+as\s+(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*)?(?:\s+hiding\b)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|hiding|import|qualified)\b/,punctuation:/\./}},builtin:/\b(?:abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:[{pattern:/`(?:[A-Z][\w']*\.)*[_a-z][\w']*`/,greedy:!0},{pattern:/(\s)\.(?=\s)/,lookbehind:!0},/[-!#$%*+=?&@|~:<>^\\\/][-!#$%*+=?&@|~.:<>^\\\/]*|\.[-!#$%*+=?&@|~.:<>^\\\/]+/],hvariable:{pattern:/\b(?:[A-Z][\w']*\.)*[_a-z][\w']*/,inside:{punctuation:/\./}},constant:{pattern:/\b(?:[A-Z][\w']*\.)*[A-Z][\w']*/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:]/},Prism.languages.hs=Prism.languages.haskell},6976(){!function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,a=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,s={pattern:RegExp(/(^|[^\w.])/.source+a+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[s,{pattern:RegExp(/(^|[^\w.])/.source+a+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:s.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+a+/[A-Z]\w*\b/.source),lookbehind:!0,inside:s.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":s,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+a+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:s.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+a+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:s.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)},5723(){Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Prism.languages.js=Prism.languages.javascript},2514(){Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json},5903(){!function(e){var t=e.util.clone(e.languages.javascript),a=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,s=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function n(e,t){return e=e.replace(/<S>/g,(function(){return a})).replace(/<BRACES>/g,(function(){return s})).replace(/<SPREAD>/g,(function(){return o})),RegExp(e,t)}o=n(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=n(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:n(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:n(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var i=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(i).join(""):""},l=function(t){for(var a=[],s=0;s<t.length;s++){var o=t[s],n=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?a.length>0&&a[a.length-1].tagName===i(o.content[0].content[1])&&a.pop():"/>"===o.content[o.content.length-1].content||a.push({tagName:i(o.content[0].content[1]),openedBraces:0}):a.length>0&&"punctuation"===o.type&&"{"===o.content?a[a.length-1].openedBraces++:a.length>0&&a[a.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?a[a.length-1].openedBraces--:n=!0),(n||"string"==typeof o)&&a.length>0&&0===a[a.length-1].openedBraces){var r=i(o);s<t.length-1&&("string"==typeof t[s+1]||"plain-text"===t[s+1].type)&&(r+=i(t[s+1]),t.splice(s+1,1)),s>0&&("string"==typeof t[s-1]||"plain-text"===t[s-1].type)&&(r=i(t[s-1])+r,t.splice(s-1,1),s--),t[s]=new e.Token("plain-text",r,null,r)}o.content&&"string"!=typeof o.content&&l(o.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||l(e.tokens)}))}(Prism)},463(){Prism.languages.julia={comment:{pattern:/(^|[^\\])(?:#=(?:[^#=]|=(?!#)|#(?!=)|#=(?:[^#=]|=(?!#)|#(?!=))*=#)*=#|#.*)/,lookbehind:!0},regex:{pattern:/r"(?:\\.|[^"\\\r\n])*"[imsx]{0,4}/,greedy:!0},string:{pattern:/"""[\s\S]+?"""|(?:\b\w+)?"(?:\\.|[^"\\\r\n])*"|`(?:[^\\`\r\n]|\\.)*`/,greedy:!0},char:{pattern:/(^|[^\w'])'(?:\\[^\r\n][^'\r\n]*|[^\\\r\n])'/,lookbehind:!0,greedy:!0},keyword:/\b(?:abstract|baremodule|begin|bitstype|break|catch|ccall|const|continue|do|else|elseif|end|export|finally|for|function|global|if|immutable|import|importall|in|let|local|macro|module|print|println|quote|return|struct|try|type|typealias|using|while)\b/,boolean:/\b(?:false|true)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[box])?(?:[\da-f]+(?:_[\da-f]+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[efp][+-]?\d+(?:_\d+)*)?j?/i,operator:/&&|\|\||[-+*^%÷⊻&$\\]=?|\/[\/=]?|!=?=?|\|[=>]?|<(?:<=?|[=:|])?|>(?:=|>>?=?)?|==?=?|[~≠≤≥'√∛]/,punctuation:/::?|[{}[\]();,.?]/,constant:/\b(?:(?:Inf|NaN)(?:16|32|64)?|im|pi)\b|[πℯ]/}},9913(){!function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Prism)},8713(){Prism.languages.less=Prism.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),Prism.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}})},5545(){!function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function a(e){return e=e.replace(/<inner>/g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var s=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return s})),n=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+n+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+n+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(s),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+n+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(s),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:a(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:a(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:a(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:a(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(a){t!==a&&(e.languages.markdown[t].inside.content.inside[a]=e.languages.markdown[a])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var a=0,s=t.length;a<s;a++){var o=t[a];if("code"===o.type){var n=o.content[1],i=o.content[3];if(n&&i&&"code-language"===n.type&&"code-block"===i.type&&"string"==typeof n.content){var l=n.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),r="language-"+(l=(/[a-z][\w-]*/i.exec(l)||[""])[0].toLowerCase());i.alias?"string"==typeof i.alias?i.alias=[i.alias,r]:i.alias.push(r):i.alias=[r]}}else e(o.content)}}(e.tokens)})),e.hooks.add("wrap",(function(t){if("code-block"===t.type){for(var a="",s=0,o=t.classes.length;s<o;s++){var n=t.classes[s],c=/language-(.+)/.exec(n);if(c){a=c[1];break}}var d=e.languages[a];if(d)t.content=e.highlight(t.content.replace(i,"").replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,(function(e,t){var a;return"#"===(t=t.toLowerCase())[0]?(a="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),r(a)):l[t]||e})),d,a);else if(a&&"none"!==a&&e.plugins.autoloader){var h="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=h,e.plugins.autoloader.loadLanguages(a,(function(){var t=document.getElementById(h);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[a],a))}))}}}));var i=RegExp(e.languages.markup.tag.pattern.source,"gi"),l={amp:"&",lt:"<",gt:">",quot:'"'},r=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Prism)},9700(){!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(a,s,o,n){if(a.language===s){var i=a.tokenStack=[];a.code=a.code.replace(o,(function(e){if("function"==typeof n&&!n(e))return e;for(var o,l=i.length;-1!==a.code.indexOf(o=t(s,l));)++l;return i[l]=e,o})),a.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(a,s){if(a.language===s&&a.tokenStack){a.grammar=e.languages[s];var o=0,n=Object.keys(a.tokenStack);!function i(l){for(var r=0;r<l.length&&!(o>=n.length);r++){var c=l[r];if("string"==typeof c||c.content&&"string"==typeof c.content){var d=n[o],h=a.tokenStack[d],p="string"==typeof c?c:c.content,g=t(s,d),u=p.indexOf(g);if(u>-1){++o;var m=p.substring(0,u),v=new e.Token(s,e.tokenize(h,a.grammar),"language-"+s,h),b=p.substring(u+g.length),f=[];m&&f.push.apply(f,i([m])),f.push(v),b&&f.push.apply(f,i([b])),"string"==typeof c?l.splice.apply(l,[r,1].concat(f)):c.content=f}}else c.content&&i(c.content)}return l}(a.tokens)}}}})}(Prism)},4312(){Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var a={};a["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},a.cdata=/^<!\[CDATA\[|\]\]>$/i;var s={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:a}};s["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:s},Prism.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml},2821(){!function(e){var t=/(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/.source;e.languages.perl={comment:[{pattern:/(^\s*)=\w[\s\S]*?=cut.*/m,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0,greedy:!0}],string:[{pattern:RegExp(/\b(?:q|qq|qw|qx)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/([a-zA-Z0-9])(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,t].join("|")+")"),greedy:!0},{pattern:/("|`)(?:(?!\1)[^\\]|\\[\s\S])*\1/,greedy:!0},{pattern:/'(?:[^'\\\r\n]|\\.)*'/,greedy:!0}],regex:[{pattern:RegExp(/\b(?:m|qr)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/([a-zA-Z0-9])(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,t].join("|")+")"+/[msixpodualngc]*/.source),greedy:!0},{pattern:RegExp(/(^|[^-])\b(?:s|tr|y)(?![a-zA-Z0-9])\s*/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\2)[^\\]|\\[\s\S])*\2(?:(?!\2)[^\\]|\\[\s\S])*\2/.source,/([a-zA-Z0-9])(?:(?!\3)[^\\]|\\[\s\S])*\3(?:(?!\3)[^\\]|\\[\s\S])*\3/.source,t+/\s*/.source+t].join("|")+")"+/[msixpodualngcer]*/.source),lookbehind:!0,greedy:!0},{pattern:/\/(?:[^\/\\\r\n]|\\.)*\/[msixpodualngc]*(?=\s*(?:$|[\r\n,.;})&|\-+*~<>!?^]|(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|x|xor)\b))/,greedy:!0}],variable:[/[&*$@%]\{\^[A-Z]+\}/,/[&*$@%]\^[A-Z_]/,/[&*$@%]#?(?=\{)/,/[&*$@%]#?(?:(?:::)*'?(?!\d)[\w$]+(?![\w$]))+(?:::)*/,/[&*$@%]\d+/,/(?!%=)[$@%][!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~]/],filehandle:{pattern:/<(?![<=])\S*?>|\b_\b/,alias:"symbol"},"v-string":{pattern:/v\d+(?:\.\d+)*|\d+(?:\.\d+){2,}/,alias:"string"},function:{pattern:/(\bsub[ \t]+)\w+/,lookbehind:!0},keyword:/\b(?:any|break|continue|default|delete|die|do|else|elsif|eval|for|foreach|given|goto|if|last|local|my|next|our|package|print|redo|require|return|say|state|sub|switch|undef|unless|until|use|when|while)\b/,number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)\b/,operator:/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(?:and|cmp|eq|ge|gt|le|lt|ne|not|or|xor)\b/,punctuation:/[{}[\];(),:]/}}(Prism)},3554(){!function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,a=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],s=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,o=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,n=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:a,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:s,operator:o,punctuation:n};var i={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},l=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:i}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:i}}];e.languages.insertBefore("php","variable",{string:l,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:l,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:a,number:s,operator:o,punctuation:n}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",(function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")}))}(Prism)},2342(){Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},1648(){!function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var a="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",s=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+a+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+s),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+s+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+a),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+a),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)},5342(){!function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,a=0;a<2;a++)t=t.replace(/<self>/g,(function(){return t}));t=t.replace(/<self>/g,(function(){return/[^\s\S]/.source})),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string}(Prism)},4604(){Prism.languages.scss=Prism.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),Prism.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),Prism.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),Prism.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),Prism.languages.scss.atrule.inside.rest=Prism.languages.scss},6966(){Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/}},4793(){Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach((function(e){e.inside.interpolation.inside=Prism.languages.swift}))},2769(){!function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var a=e.languages.tsx.tag;a.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+a.pattern.source+")",a.pattern.flags),a.lookbehind=!0}(Prism)},9587(){!function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)},83(){!function(e){var t=/[*&][^\s[\]{},]+/,a=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,s="(?:"+a.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+a.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),n=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function i(e,t){t=(t||"").replace(/m/g,"")+"m";var a=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,(function(){return s})).replace(/<<value>>/g,(function(){return e}));return RegExp(a,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,(function(){return s}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,(function(){return s})).replace(/<<key>>/g,(function(){return"(?:"+o+"|"+n+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:i(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:i(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:i(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:i(n),lookbehind:!0,greedy:!0},number:{pattern:i(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:a,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Prism)},2694(e,t,a){"use strict";var s=a(6925);function o(){}function n(){}n.resetWarningCache=o,e.exports=function(){function e(e,t,a,o,n,i){if(i!==s){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:o};return a.PropTypes=a,a}},5556(e,t,a){e.exports=a(2694)()},6925(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5549(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,a=1,s=arguments.length;a<s;a++)for(var o in t=arguments[a])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var i=a(952),l=a(5556),r=a(1609),c=a(8142),d=a(5707),h=(0,d.getAceInstance)(),p=function(e){function t(t){var a=e.call(this,t)||this;return d.editorEvents.forEach((function(e){a[e]=a[e].bind(a)})),a.debounce=d.debounce,a}return o(t,e),t.prototype.isInShadow=function(e){for(var t=e&&e.parentNode;t;){if("[object ShadowRoot]"===t.toString())return!0;t=t.parentNode}return!1},t.prototype.componentDidMount=function(){var e=this,t=this.props,a=t.className,s=t.onBeforeLoad,o=t.onValidate,n=t.mode,i=t.focus,l=t.theme,r=t.fontSize,c=t.lineHeight,p=t.value,g=t.defaultValue,u=t.showGutter,m=t.wrapEnabled,v=t.showPrintMargin,b=t.scrollMargin,f=void 0===b?[0,0,0,0]:b,w=t.keyboardHandler,x=t.onLoad,y=t.commands,k=t.annotations,C=t.markers,_=t.placeholder;this.editor=h.edit(this.refEditor),s&&s(h);for(var M=Object.keys(this.props.editorProps),z=0;z<M.length;z++)this.editor[M[z]]=this.props.editorProps[M[z]];this.props.debounceChangePeriod&&(this.onChange=this.debounce(this.onChange,this.props.debounceChangePeriod)),this.editor.renderer.setScrollMargin(f[0],f[1],f[2],f[3]),this.isInShadow(this.refEditor)&&this.editor.renderer.attachToShadowRoot(),this.editor.getSession().setMode("string"==typeof n?"ace/mode/".concat(n):n),l&&""!==l&&this.editor.setTheme("ace/theme/".concat(l)),this.editor.setFontSize("number"==typeof r?"".concat(r,"px"):r),c&&(this.editor.container.style.lineHeight="number"==typeof c?"".concat(c,"px"):"".concat(c),this.editor.renderer.updateFontSize()),this.editor.getSession().setValue(g||p||""),this.props.navigateToFileEnd&&this.editor.navigateFileEnd(),this.editor.renderer.setShowGutter(u),this.editor.getSession().setUseWrapMode(m),this.editor.setShowPrintMargin(v),this.editor.on("focus",this.onFocus),this.editor.on("blur",this.onBlur),this.editor.on("copy",this.onCopy),this.editor.on("paste",this.onPaste),this.editor.on("change",this.onChange),this.editor.on("input",this.onInput),_&&this.updatePlaceholder(),this.editor.getSession().selection.on("changeSelection",this.onSelectionChange),this.editor.getSession().selection.on("changeCursor",this.onCursorChange),o&&this.editor.getSession().on("changeAnnotation",(function(){var t=e.editor.getSession().getAnnotations();e.props.onValidate(t)})),this.editor.session.on("changeScrollTop",this.onScroll),this.editor.getSession().setAnnotations(k||[]),C&&C.length>0&&this.handleMarkers(C);var j=this.editor.$options;d.editorOptions.forEach((function(t){j.hasOwnProperty(t)?e.editor.setOption(t,e.props[t]):e.props[t]&&console.warn("ReactAce: editor option ".concat(t," was activated but not found. Did you need to import a related tool or did you possibly mispell the option?"))})),this.handleOptions(this.props),Array.isArray(y)&&y.forEach((function(t){"string"==typeof t.exec?e.editor.commands.bindKey(t.bindKey,t.exec):e.editor.commands.addCommand(t)})),w&&this.editor.setKeyboardHandler("ace/keyboard/"+w),a&&(this.refEditor.className+=" "+a),x&&x(this.editor),this.editor.resize(),i&&this.editor.focus()},t.prototype.componentDidUpdate=function(e){for(var t=e,a=this.props,s=0;s<d.editorOptions.length;s++){var o=d.editorOptions[s];a[o]!==t[o]&&this.editor.setOption(o,a[o])}if(a.className!==t.className){var n=this.refEditor.className.trim().split(" ");t.className.trim().split(" ").forEach((function(e){var t=n.indexOf(e);n.splice(t,1)})),this.refEditor.className=" "+a.className+" "+n.join(" ")}var i=this.editor&&null!=a.value&&this.editor.getValue()!==a.value;if(i){this.silent=!0;var l=this.editor.session.selection.toJSON();this.editor.setValue(a.value,a.cursorStart),this.editor.session.selection.fromJSON(l),this.silent=!1}a.placeholder!==t.placeholder&&this.updatePlaceholder(),a.mode!==t.mode&&this.editor.getSession().setMode("string"==typeof a.mode?"ace/mode/".concat(a.mode):a.mode),a.theme!==t.theme&&this.editor.setTheme("ace/theme/"+a.theme),a.keyboardHandler!==t.keyboardHandler&&(a.keyboardHandler?this.editor.setKeyboardHandler("ace/keyboard/"+a.keyboardHandler):this.editor.setKeyboardHandler(null)),a.fontSize!==t.fontSize&&this.editor.setFontSize("number"==typeof a.fontSize?"".concat(a.fontSize,"px"):a.fontSize),a.lineHeight!==t.lineHeight&&(this.editor.container.style.lineHeight="number"==typeof a.lineHeight?"".concat(a.lineHeight,"px"):a.lineHeight,this.editor.renderer.updateFontSize()),a.wrapEnabled!==t.wrapEnabled&&this.editor.getSession().setUseWrapMode(a.wrapEnabled),a.showPrintMargin!==t.showPrintMargin&&this.editor.setShowPrintMargin(a.showPrintMargin),a.showGutter!==t.showGutter&&this.editor.renderer.setShowGutter(a.showGutter),c(a.setOptions,t.setOptions)||this.handleOptions(a),!i&&c(a.annotations,t.annotations)||this.editor.getSession().setAnnotations(a.annotations||[]),!c(a.markers,t.markers)&&Array.isArray(a.markers)&&this.handleMarkers(a.markers),c(a.scrollMargin,t.scrollMargin)||this.handleScrollMargins(a.scrollMargin),e.height===this.props.height&&e.width===this.props.width||this.editor.resize(),this.props.focus&&!e.focus&&this.editor.focus()},t.prototype.handleScrollMargins=function(e){void 0===e&&(e=[0,0,0,0]),this.editor.renderer.setScrollMargin(e[0],e[1],e[2],e[3])},t.prototype.componentWillUnmount=function(){this.editor&&(this.editor.destroy(),this.editor=null)},t.prototype.onChange=function(e){if(this.editor&&this.props.onChange&&!this.silent){var t=this.editor.getValue();this.props.onChange(t,e)}},t.prototype.onSelectionChange=function(e){if(this.props.onSelectionChange){var t=this.editor.getSelection();this.props.onSelectionChange(t,e)}},t.prototype.onCursorChange=function(e){if(this.props.onCursorChange){var t=this.editor.getSelection();this.props.onCursorChange(t,e)}},t.prototype.onInput=function(e){this.props.onInput&&this.props.onInput(e),this.props.placeholder&&this.updatePlaceholder()},t.prototype.onFocus=function(e){this.props.onFocus&&this.props.onFocus(e,this.editor)},t.prototype.onBlur=function(e){this.props.onBlur&&this.props.onBlur(e,this.editor)},t.prototype.onCopy=function(e){var t=e.text;this.props.onCopy&&this.props.onCopy(t)},t.prototype.onPaste=function(e){var t=e.text;this.props.onPaste&&this.props.onPaste(t)},t.prototype.onScroll=function(){this.props.onScroll&&this.props.onScroll(this.editor)},t.prototype.handleOptions=function(e){for(var t=Object.keys(e.setOptions),a=0;a<t.length;a++)this.editor.setOption(t[a],e.setOptions[t[a]])},t.prototype.handleMarkers=function(e){var t=this,a=this.editor.getSession().getMarkers(!0);for(var s in a)a.hasOwnProperty(s)&&this.editor.getSession().removeMarker(a[s].id);for(var s in a=this.editor.getSession().getMarkers(!1))a.hasOwnProperty(s)&&"ace_active-line"!==a[s].clazz&&"ace_selected-word"!==a[s].clazz&&this.editor.getSession().removeMarker(a[s].id);e.forEach((function(e){var a=e.startRow,s=e.startCol,o=e.endRow,n=e.endCol,l=e.className,r=e.type,c=e.inFront,d=void 0!==c&&c,h=new i.Range(a,s,o,n);t.editor.getSession().addMarker(h,l,r,d)}))},t.prototype.updatePlaceholder=function(){var e=this.editor,t=this.props.placeholder,a=!e.session.getValue().length,s=e.renderer.placeholderNode;!a&&s?(e.renderer.scroller.removeChild(e.renderer.placeholderNode),e.renderer.placeholderNode=null):a&&!s?((s=e.renderer.placeholderNode=document.createElement("div")).textContent=t||"",s.className="ace_comment ace_placeholder",s.style.padding="0 9px",s.style.position="absolute",s.style.zIndex="3",e.renderer.scroller.appendChild(s)):a&&s&&(s.textContent=t)},t.prototype.updateRef=function(e){this.refEditor=e},t.prototype.render=function(){var e=this.props,t=e.name,a=e.width,s=e.height,o=e.style,i=n({width:a,height:s},o);return r.createElement("div",{ref:this.updateRef,id:t,style:i})},t.propTypes={mode:l.oneOfType([l.string,l.object]),focus:l.bool,theme:l.string,name:l.string,className:l.string,height:l.string,width:l.string,fontSize:l.oneOfType([l.number,l.string]),lineHeight:l.oneOfType([l.number,l.string]),showGutter:l.bool,onChange:l.func,onCopy:l.func,onPaste:l.func,onFocus:l.func,onInput:l.func,onBlur:l.func,onScroll:l.func,value:l.string,defaultValue:l.string,onLoad:l.func,onSelectionChange:l.func,onCursorChange:l.func,onBeforeLoad:l.func,onValidate:l.func,minLines:l.number,maxLines:l.number,readOnly:l.bool,highlightActiveLine:l.bool,tabSize:l.number,showPrintMargin:l.bool,cursorStart:l.number,debounceChangePeriod:l.number,editorProps:l.object,setOptions:l.object,style:l.object,scrollMargin:l.array,annotations:l.array,markers:l.array,keyboardHandler:l.string,wrapEnabled:l.bool,enableSnippets:l.bool,enableBasicAutocompletion:l.oneOfType([l.bool,l.array]),enableLiveAutocompletion:l.oneOfType([l.bool,l.array]),navigateToFileEnd:l.bool,commands:l.array,placeholder:l.string},t.defaultProps={name:"ace-editor",focus:!1,mode:"",theme:"",height:"500px",width:"500px",fontSize:12,enableSnippets:!1,showGutter:!0,onChange:null,onPaste:null,onLoad:null,onScroll:null,minLines:null,maxLines:null,readOnly:!1,highlightActiveLine:!0,showPrintMargin:!0,tabSize:4,cursorStart:1,editorProps:{},style:{},scrollMargin:[0,0,0,0],setOptions:{},wrapEnabled:!1,enableBasicAutocompletion:!1,enableLiveAutocompletion:!1,placeholder:null,navigateToFileEnd:!0},t}(r.Component);t.default=p},3091(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)});Object.defineProperty(t,"__esModule",{value:!0});var n=a(5556),i=a(1609),l=a(4038),r=a(2189),c=function(e){function t(t){var a=e.call(this,t)||this;return a.state={value:a.props.value},a.onChange=a.onChange.bind(a),a.diff=a.diff.bind(a),a}return o(t,e),t.prototype.componentDidUpdate=function(){var e=this.props.value;e!==this.state.value&&this.setState({value:e})},t.prototype.onChange=function(e){this.setState({value:e}),this.props.onChange&&this.props.onChange(e)},t.prototype.diff=function(){var e=new r,t=this.state.value[0],a=this.state.value[1];if(0===t.length&&0===a.length)return[];var s=e.diff_main(t,a);e.diff_cleanupSemantic(s);var o=this.generateDiffedLines(s);return this.setCodeMarkers(o)},t.prototype.generateDiffedLines=function(e){var t={left:[],right:[]},a={left:1,right:1};return e.forEach((function(e){var s=e[0],o=e[1],n=o.split("\n").length-1;if(0!==o.length){var i=o[0],l=o[o.length-1],r=0;switch(s){case 0:a.left+=n,a.right+=n;break;case-1:"\n"===i&&(a.left++,n--),0===(r=n)&&t.right.push({startLine:a.right,endLine:a.right}),"\n"===l&&(r-=1),t.left.push({startLine:a.left,endLine:a.left+r}),a.left+=n;break;case 1:"\n"===i&&(a.right++,n--),0===(r=n)&&t.left.push({startLine:a.left,endLine:a.left}),"\n"===l&&(r-=1),t.right.push({startLine:a.right,endLine:a.right+r}),a.right+=n;break;default:throw new Error("Diff type was not defined.")}}})),t},t.prototype.setCodeMarkers=function(e){void 0===e&&(e={left:[],right:[]});for(var t=[],a={left:[],right:[]},s=0;s<e.left.length;s++){var o={startRow:e.left[s].startLine-1,endRow:e.left[s].endLine,type:"text",className:"codeMarker"};a.left.push(o)}for(s=0;s<e.right.length;s++)o={startRow:e.right[s].startLine-1,endRow:e.right[s].endLine,type:"text",className:"codeMarker"},a.right.push(o);return t[0]=a.left,t[1]=a.right,t},t.prototype.render=function(){var e=this.diff();return i.createElement(l.default,{name:this.props.name,className:this.props.className,focus:this.props.focus,orientation:this.props.orientation,splits:this.props.splits,mode:this.props.mode,theme:this.props.theme,height:this.props.height,width:this.props.width,fontSize:this.props.fontSize,showGutter:this.props.showGutter,onChange:this.onChange,onPaste:this.props.onPaste,onLoad:this.props.onLoad,onScroll:this.props.onScroll,minLines:this.props.minLines,maxLines:this.props.maxLines,readOnly:this.props.readOnly,highlightActiveLine:this.props.highlightActiveLine,showPrintMargin:this.props.showPrintMargin,tabSize:this.props.tabSize,cursorStart:this.props.cursorStart,editorProps:this.props.editorProps,style:this.props.style,scrollMargin:this.props.scrollMargin,setOptions:this.props.setOptions,wrapEnabled:this.props.wrapEnabled,enableBasicAutocompletion:this.props.enableBasicAutocompletion,enableLiveAutocompletion:this.props.enableLiveAutocompletion,value:this.state.value,markers:e})},t.propTypes={cursorStart:n.number,editorProps:n.object,enableBasicAutocompletion:n.bool,enableLiveAutocompletion:n.bool,focus:n.bool,fontSize:n.number,height:n.string,highlightActiveLine:n.bool,maxLines:n.number,minLines:n.number,mode:n.string,name:n.string,className:n.string,onLoad:n.func,onPaste:n.func,onScroll:n.func,onChange:n.func,orientation:n.string,readOnly:n.bool,scrollMargin:n.array,setOptions:n.object,showGutter:n.bool,showPrintMargin:n.bool,splits:n.number,style:n.object,tabSize:n.number,theme:n.string,value:n.array,width:n.string,wrapEnabled:n.bool},t.defaultProps={cursorStart:1,editorProps:{},enableBasicAutocompletion:!1,enableLiveAutocompletion:!1,focus:!1,fontSize:12,height:"500px",highlightActiveLine:!0,maxLines:null,minLines:null,mode:"",name:"ace-editor",onLoad:null,onScroll:null,onPaste:null,onChange:null,orientation:"beside",readOnly:!1,scrollMargin:[0,0,0,0],setOptions:{},showGutter:!0,showPrintMargin:!0,splits:2,style:{},tabSize:4,theme:"github",value:["",""],width:"500px",wrapEnabled:!0},t}(i.Component);t.default=c},5707(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getAceInstance=t.debounce=t.editorEvents=t.editorOptions=void 0,t.editorOptions=["minLines","maxLines","readOnly","highlightActiveLine","tabSize","enableBasicAutocompletion","enableLiveAutocompletion","enableSnippets"],t.editorEvents=["onChange","onFocus","onInput","onBlur","onCopy","onPaste","onSelectionChange","onCursorChange","onScroll","handleOptions","updateRef"],t.getAceInstance=function(){var e;return"undefined"==typeof window?(globalThis.window={},e=a(952),delete globalThis.window):window.ace?(e=window.ace).acequire=window.ace.require||window.ace.acequire:e=a(952),e},t.debounce=function(e,t){var a=null;return function(){var s=this,o=arguments;clearTimeout(a),a=setTimeout((function(){e.apply(s,o)}),t)}}},470(e,t,a){"use strict";var s=a(5549);a(3091).default,a(4038).default,t.Ay=s.default},4038(e,t,a){"use strict";var s,o=this&&this.__extends||(s=function(e,t){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])},s(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}),n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,a=1,s=arguments.length;a<s;a++)for(var o in t=arguments[a])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0});var i=a(5707),l=(0,i.getAceInstance)(),r=a(952),c=a(9),d=a(5556),h=a(1609),p=a(8142),g=a(6762),u=function(e){function t(t){var a=e.call(this,t)||this;return i.editorEvents.forEach((function(e){a[e]=a[e].bind(a)})),a.debounce=i.debounce,a}return o(t,e),t.prototype.isInShadow=function(e){for(var t=e&&e.parentNode;t;){if("[object ShadowRoot]"===t.toString())return!0;t=t.parentNode}return!1},t.prototype.componentDidMount=function(){var e=this,t=this.props,a=t.className,s=t.onBeforeLoad,o=t.mode,n=t.focus,r=t.theme,d=t.fontSize,h=t.value,p=t.defaultValue,u=t.cursorStart,m=t.showGutter,v=t.wrapEnabled,b=t.showPrintMargin,f=t.scrollMargin,w=void 0===f?[0,0,0,0]:f,x=t.keyboardHandler,y=t.onLoad,k=t.commands,C=t.annotations,_=t.markers,M=t.splits;this.editor=l.edit(this.refEditor),this.isInShadow(this.refEditor)&&this.editor.renderer.attachToShadowRoot(),this.editor.setTheme("ace/theme/".concat(r)),s&&s(l);var z=Object.keys(this.props.editorProps),j=new c.Split(this.editor.container,"ace/theme/".concat(r),M);this.editor.env.split=j,this.splitEditor=j.getEditor(0),this.split=j,this.editor.setShowPrintMargin(!1),this.editor.renderer.setShowGutter(!1);var L=this.splitEditor.$options;this.props.debounceChangePeriod&&(this.onChange=this.debounce(this.onChange,this.props.debounceChangePeriod)),j.forEach((function(t,a){for(var s=0;s<z.length;s++)t[z[s]]=e.props.editorProps[z[s]];var n=g(p,a),c=g(h,a,"");t.session.setUndoManager(new l.UndoManager),t.setTheme("ace/theme/".concat(r)),t.renderer.setScrollMargin(w[0],w[1],w[2],w[3]),t.getSession().setMode("ace/mode/".concat(o)),t.setFontSize(d),t.renderer.setShowGutter(m),t.getSession().setUseWrapMode(v),t.setShowPrintMargin(b),t.on("focus",e.onFocus),t.on("blur",e.onBlur),t.on("input",e.onInput),t.on("copy",e.onCopy),t.on("paste",e.onPaste),t.on("change",e.onChange),t.getSession().selection.on("changeSelection",e.onSelectionChange),t.getSession().selection.on("changeCursor",e.onCursorChange),t.session.on("changeScrollTop",e.onScroll),t.setValue(void 0===n?c:n,u);var f=g(C,a,[]),y=g(_,a,[]);for(t.getSession().setAnnotations(f),y&&y.length>0&&e.handleMarkers(y,t),s=0;s<i.editorOptions.length;s++){var M=i.editorOptions[s];L.hasOwnProperty(M)?t.setOption(M,e.props[M]):e.props[M]&&console.warn("ReaceAce: editor option ".concat(M," was activated but not found. Did you need to import a related tool or did you possibly mispell the option?"))}e.handleOptions(e.props,t),Array.isArray(k)&&k.forEach((function(e){"string"==typeof e.exec?t.commands.bindKey(e.bindKey,e.exec):t.commands.addCommand(e)})),x&&t.setKeyboardHandler("ace/keyboard/"+x)})),a&&(this.refEditor.className+=" "+a),n&&this.splitEditor.focus();var S=this.editor.env.split;S.setOrientation("below"===this.props.orientation?S.BELOW:S.BESIDE),S.resize(!0),y&&y(S)},t.prototype.componentDidUpdate=function(e){var t=this,a=e,s=this.props,o=this.editor.env.split;if(s.splits!==a.splits&&o.setSplits(s.splits),s.orientation!==a.orientation&&o.setOrientation("below"===s.orientation?o.BELOW:o.BESIDE),o.forEach((function(e,o){s.mode!==a.mode&&e.getSession().setMode("ace/mode/"+s.mode),s.keyboardHandler!==a.keyboardHandler&&(s.keyboardHandler?e.setKeyboardHandler("ace/keyboard/"+s.keyboardHandler):e.setKeyboardHandler(null)),s.fontSize!==a.fontSize&&e.setFontSize(s.fontSize),s.wrapEnabled!==a.wrapEnabled&&e.getSession().setUseWrapMode(s.wrapEnabled),s.showPrintMargin!==a.showPrintMargin&&e.setShowPrintMargin(s.showPrintMargin),s.showGutter!==a.showGutter&&e.renderer.setShowGutter(s.showGutter);for(var n=0;n<i.editorOptions.length;n++){var l=i.editorOptions[n];s[l]!==a[l]&&e.setOption(l,s[l])}p(s.setOptions,a.setOptions)||t.handleOptions(s,e);var r=g(s.value,o,"");if(e.getValue()!==r){t.silent=!0;var c=e.session.selection.toJSON();e.setValue(r,s.cursorStart),e.session.selection.fromJSON(c),t.silent=!1}var d=g(s.annotations,o,[]),h=g(a.annotations,o,[]);p(d,h)||e.getSession().setAnnotations(d);var u=g(s.markers,o,[]),m=g(a.markers,o,[]);!p(u,m)&&Array.isArray(u)&&t.handleMarkers(u,e)})),s.className!==a.className){var n=this.refEditor.className.trim().split(" ");a.className.trim().split(" ").forEach((function(e){var t=n.indexOf(e);n.splice(t,1)})),this.refEditor.className=" "+s.className+" "+n.join(" ")}s.theme!==a.theme&&o.setTheme("ace/theme/"+s.theme),s.focus&&!a.focus&&this.splitEditor.focus(),s.height===this.props.height&&s.width===this.props.width||this.editor.resize()},t.prototype.componentWillUnmount=function(){this.editor.destroy(),this.editor=null},t.prototype.onChange=function(e){if(this.props.onChange&&!this.silent){var t=[];this.editor.env.split.forEach((function(e){t.push(e.getValue())})),this.props.onChange(t,e)}},t.prototype.onSelectionChange=function(e){if(this.props.onSelectionChange){var t=[];this.editor.env.split.forEach((function(e){t.push(e.getSelection())})),this.props.onSelectionChange(t,e)}},t.prototype.onCursorChange=function(e){if(this.props.onCursorChange){var t=[];this.editor.env.split.forEach((function(e){t.push(e.getSelection())})),this.props.onCursorChange(t,e)}},t.prototype.onFocus=function(e){this.props.onFocus&&this.props.onFocus(e)},t.prototype.onInput=function(e){this.props.onInput&&this.props.onInput(e)},t.prototype.onBlur=function(e){this.props.onBlur&&this.props.onBlur(e)},t.prototype.onCopy=function(e){this.props.onCopy&&this.props.onCopy(e)},t.prototype.onPaste=function(e){this.props.onPaste&&this.props.onPaste(e)},t.prototype.onScroll=function(){this.props.onScroll&&this.props.onScroll(this.editor)},t.prototype.handleOptions=function(e,t){for(var a=Object.keys(e.setOptions),s=0;s<a.length;s++)t.setOption(a[s],e.setOptions[a[s]])},t.prototype.handleMarkers=function(e,t){var a=t.getSession().getMarkers(!0);for(var s in a)a.hasOwnProperty(s)&&t.getSession().removeMarker(a[s].id);for(var s in a=t.getSession().getMarkers(!1))a.hasOwnProperty(s)&&t.getSession().removeMarker(a[s].id);e.forEach((function(e){var a=e.startRow,s=e.startCol,o=e.endRow,n=e.endCol,i=e.className,l=e.type,c=e.inFront,d=void 0!==c&&c,h=new r.Range(a,s,o,n);t.getSession().addMarker(h,i,l,d)}))},t.prototype.updateRef=function(e){this.refEditor=e},t.prototype.render=function(){var e=this.props,t=e.name,a=e.width,s=e.height,o=e.style,i=n({width:a,height:s},o);return h.createElement("div",{ref:this.updateRef,id:t,style:i})},t.propTypes={className:d.string,debounceChangePeriod:d.number,defaultValue:d.arrayOf(d.string),focus:d.bool,fontSize:d.oneOfType([d.number,d.string]),height:d.string,mode:d.string,name:d.string,onBlur:d.func,onChange:d.func,onCopy:d.func,onFocus:d.func,onInput:d.func,onLoad:d.func,onPaste:d.func,onScroll:d.func,orientation:d.string,showGutter:d.bool,splits:d.number,theme:d.string,value:d.arrayOf(d.string),width:d.string,onSelectionChange:d.func,onCursorChange:d.func,onBeforeLoad:d.func,minLines:d.number,maxLines:d.number,readOnly:d.bool,highlightActiveLine:d.bool,tabSize:d.number,showPrintMargin:d.bool,cursorStart:d.number,editorProps:d.object,setOptions:d.object,style:d.object,scrollMargin:d.array,annotations:d.array,markers:d.array,keyboardHandler:d.string,wrapEnabled:d.bool,enableBasicAutocompletion:d.oneOfType([d.bool,d.array]),enableLiveAutocompletion:d.oneOfType([d.bool,d.array]),commands:d.array},t.defaultProps={name:"ace-editor",focus:!1,orientation:"beside",splits:2,mode:"",theme:"",height:"500px",width:"500px",value:[],fontSize:12,showGutter:!0,onChange:null,onPaste:null,onLoad:null,onScroll:null,minLines:null,maxLines:null,readOnly:!1,highlightActiveLine:!0,showPrintMargin:!0,tabSize:4,cursorStart:1,editorProps:{},style:{},scrollMargin:[0,0,0,0],setOptions:{},wrapEnabled:!1,enableBasicAutocompletion:!1,enableLiveAutocompletion:!1},t}(h.Component);t.default=u},9223(e,t,a){"use strict";function s(e){return s="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},s(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.PrevArrow=t.NextArrow=void 0;var o=l(a(1609)),n=l(a(6942)),i=a(9445);function l(e){return e&&e.__esModule?e:{default:e}}function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(e[s]=a[s])}return e},r.apply(this,arguments)}function c(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function d(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?c(Object(a),!0).forEach((function(t){var s,o,n;s=e,o=t,n=a[t],(o=u(o))in s?Object.defineProperty(s,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):s[o]=n})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):c(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function h(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,u(s.key),s)}}function g(e,t,a){return t&&p(e.prototype,t),a&&p(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e}function u(e){var t=function(e){if("object"!=s(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=s(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==s(t)?t:String(t)}function m(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&v(e,t)}function v(e,t){return v=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},v(e,t)}function b(e){var t=f();return function(){var a,o=w(e);if(t){var n=w(this).constructor;a=Reflect.construct(o,arguments,n)}else a=o.apply(this,arguments);return function(e,t){if(t&&("object"===s(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,a)}}function f(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(f=function(){return!!e})()}function w(e){return w=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},w(e)}t.PrevArrow=function(e){m(a,e);var t=b(a);function a(){return h(this,a),t.apply(this,arguments)}return g(a,[{key:"clickHandler",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:"render",value:function(){var e={"slick-arrow":!0,"slick-prev":!0},t=this.clickHandler.bind(this,{message:"previous"});!this.props.infinite&&(0===this.props.currentSlide||this.props.slideCount<=this.props.slidesToShow)&&(e["slick-disabled"]=!0,t=null);var a={key:"0","data-role":"none",className:(0,n.default)(e),style:{display:"block"},onClick:t},s={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.prevArrow?o.default.cloneElement(this.props.prevArrow,d(d({},a),s)):o.default.createElement("button",r({key:"0",type:"button"},a)," ","Previous")}}]),a}(o.default.PureComponent),t.NextArrow=function(e){m(a,e);var t=b(a);function a(){return h(this,a),t.apply(this,arguments)}return g(a,[{key:"clickHandler",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:"render",value:function(){var e={"slick-arrow":!0,"slick-next":!0},t=this.clickHandler.bind(this,{message:"next"});(0,i.canGoNext)(this.props)||(e["slick-disabled"]=!0,t=null);var a={key:"1","data-role":"none",className:(0,n.default)(e),style:{display:"block"},onClick:t},s={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.nextArrow?o.default.cloneElement(this.props.nextArrow,d(d({},a),s)):o.default.createElement("button",r({key:"1",type:"button"},a)," ","Next")}}]),a}(o.default.PureComponent)},1327(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s,o=(s=a(1609))&&s.__esModule?s:{default:s},n={accessibility:!0,adaptiveHeight:!1,afterChange:null,appendDots:function(e){return o.default.createElement("ul",{style:{display:"block"}},e)},arrows:!0,autoplay:!1,autoplaySpeed:3e3,beforeChange:null,centerMode:!1,centerPadding:"50px",className:"",cssEase:"ease",customPaging:function(e){return o.default.createElement("button",null,e+1)},dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:null,nextArrow:null,onEdge:null,onInit:null,onLazyLoadError:null,onReInit:null,pauseOnDotsHover:!1,pauseOnFocus:!1,pauseOnHover:!0,prevArrow:null,responsive:null,rows:1,rtl:!1,slide:"div",slidesPerRow:1,slidesToScroll:1,slidesToShow:1,speed:500,swipe:!0,swipeEvent:null,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,waitForAnimate:!0,asNavFor:null,unslick:!1};t.default=n},773(e,t,a){"use strict";function s(e){return s="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},s(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.Dots=void 0;var o=l(a(1609)),n=l(a(6942)),i=a(9445);function l(e){return e&&e.__esModule?e:{default:e}}function r(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function c(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,d(s.key),s)}}function d(e){var t=function(e){if("object"!=s(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=s(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==s(t)?t:String(t)}function h(e,t){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},h(e,t)}function p(e){var t=g();return function(){var a,o=u(e);if(t){var n=u(this).constructor;a=Reflect.construct(o,arguments,n)}else a=o.apply(this,arguments);return function(e,t){if(t&&("object"===s(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(this,a)}}function g(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(g=function(){return!!e})()}function u(e){return u=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},u(e)}t.Dots=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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&h(e,t)}(l,e);var t,a,s=p(l);function l(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,l),s.apply(this,arguments)}return t=l,a=[{key:"clickHandler",value:function(e,t){t.preventDefault(),this.props.clickHandler(e)}},{key:"render",value:function(){for(var e,t=this.props,a=t.onMouseEnter,s=t.onMouseOver,l=t.onMouseLeave,c=t.infinite,h=t.slidesToScroll,p=t.slidesToShow,g=t.slideCount,u=t.currentSlide,m=(e={slideCount:g,slidesToScroll:h,slidesToShow:p,infinite:c}).infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,v={onMouseEnter:a,onMouseOver:s,onMouseLeave:l},b=[],f=0;f<m;f++){var w=(f+1)*h-1,x=c?w:(0,i.clamp)(w,0,g-1),y=x-(h-1),k=c?y:(0,i.clamp)(y,0,g-1),C=(0,n.default)({"slick-active":c?u>=k&&u<=x:u===k}),_={message:"dots",index:f,slidesToScroll:h,currentSlide:u},M=this.clickHandler.bind(this,_);b=b.concat(o.default.createElement("li",{key:f,className:C},o.default.cloneElement(this.props.customPaging(f),{onClick:M})))}return o.default.cloneElement(this.props.appendDots(b),function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?r(Object(a),!0).forEach((function(t){var s,o,n;s=e,o=t,n=a[t],(o=d(o))in s?Object.defineProperty(s,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):s[o]=n})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):r(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({className:this.props.dotsClass},v))}}],a&&c(t.prototype,a),Object.defineProperty(t,"prototype",{writable:!1}),l}(o.default.PureComponent)},4589(e,t,a){"use strict";t.A=void 0;var s,o=(s=a(8120))&&s.__esModule?s:{default:s};t.A=o.default},8841(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0,targetSlide:0}},4999(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InnerSlider=void 0;var s=p(a(1609)),o=p(a(8841)),n=p(a(181)),i=p(a(6942)),l=a(9445),r=a(5942),c=a(773),d=a(9223),h=p(a(3591));function p(e){return e&&e.__esModule?e:{default:e}}function g(e){return g="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},g(e)}function u(){return u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(e[s]=a[s])}return e},u.apply(this,arguments)}function m(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function v(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?m(Object(a),!0).forEach((function(t){C(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):m(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function b(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,_(s.key),s)}}function f(e,t){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},f(e,t)}function w(e){var t=y();return function(){var a,s=k(e);if(t){var o=k(this).constructor;a=Reflect.construct(s,arguments,o)}else a=s.apply(this,arguments);return function(e,t){if(t&&("object"===g(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return x(e)}(this,a)}}function x(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function y(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(y=function(){return!!e})()}function k(e){return k=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},k(e)}function C(e,t,a){return(t=_(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _(e){var t=function(e){if("object"!=g(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=g(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==g(t)?t:String(t)}t.InnerSlider=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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&f(e,t)}(m,e);var t,a,p=w(m);function m(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,m),C(x(t=p.call(this,e)),"listRefHandler",(function(e){return t.list=e})),C(x(t),"trackRefHandler",(function(e){return t.track=e})),C(x(t),"adaptHeight",(function(){if(t.props.adaptiveHeight&&t.list){var e=t.list.querySelector('[data-index="'.concat(t.state.currentSlide,'"]'));t.list.style.height=(0,l.getHeight)(e)+"px"}})),C(x(t),"componentDidMount",(function(){if(t.props.onInit&&t.props.onInit(),t.props.lazyLoad){var e=(0,l.getOnDemandLazySlides)(v(v({},t.props),t.state));e.length>0&&(t.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),t.props.onLazyLoad&&t.props.onLazyLoad(e))}var a=v({listRef:t.list,trackRef:t.track},t.props);t.updateState(a,!0,(function(){t.adaptHeight(),t.props.autoplay&&t.autoPlay("update")})),"progressive"===t.props.lazyLoad&&(t.lazyLoadTimer=setInterval(t.progressiveLazyLoad,1e3)),t.ro=new h.default((function(){t.state.animating?(t.onWindowResized(!1),t.callbackTimers.push(setTimeout((function(){return t.onWindowResized()}),t.props.speed))):t.onWindowResized()})),t.ro.observe(t.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"),(function(e){e.onfocus=t.props.pauseOnFocus?t.onSlideFocus:null,e.onblur=t.props.pauseOnFocus?t.onSlideBlur:null})),window.addEventListener?window.addEventListener("resize",t.onWindowResized):window.attachEvent("onresize",t.onWindowResized)})),C(x(t),"componentWillUnmount",(function(){t.animationEndCallback&&clearTimeout(t.animationEndCallback),t.lazyLoadTimer&&clearInterval(t.lazyLoadTimer),t.callbackTimers.length&&(t.callbackTimers.forEach((function(e){return clearTimeout(e)})),t.callbackTimers=[]),window.addEventListener?window.removeEventListener("resize",t.onWindowResized):window.detachEvent("onresize",t.onWindowResized),t.autoplayTimer&&clearInterval(t.autoplayTimer),t.ro.disconnect()})),C(x(t),"componentDidUpdate",(function(e){if(t.checkImagesLoad(),t.props.onReInit&&t.props.onReInit(),t.props.lazyLoad){var a=(0,l.getOnDemandLazySlides)(v(v({},t.props),t.state));a.length>0&&(t.setState((function(e){return{lazyLoadedList:e.lazyLoadedList.concat(a)}})),t.props.onLazyLoad&&t.props.onLazyLoad(a))}t.adaptHeight();var o=v(v({listRef:t.list,trackRef:t.track},t.props),t.state),n=t.didPropsChange(e);n&&t.updateState(o,n,(function(){t.state.currentSlide>=s.default.Children.count(t.props.children)&&t.changeSlide({message:"index",index:s.default.Children.count(t.props.children)-t.props.slidesToShow,currentSlide:t.state.currentSlide}),t.props.autoplay?t.autoPlay("update"):t.pause("paused")}))})),C(x(t),"onWindowResized",(function(e){t.debouncedResize&&t.debouncedResize.cancel(),t.debouncedResize=(0,n.default)((function(){return t.resizeWindow(e)}),50),t.debouncedResize()})),C(x(t),"resizeWindow",(function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(Boolean(t.track&&t.track.node)){var a=v(v({listRef:t.list,trackRef:t.track},t.props),t.state);t.updateState(a,e,(function(){t.props.autoplay?t.autoPlay("update"):t.pause("paused")})),t.setState({animating:!1}),clearTimeout(t.animationEndCallback),delete t.animationEndCallback}})),C(x(t),"updateState",(function(e,a,o){var n=(0,l.initializedState)(e);e=v(v(v({},e),n),{},{slideIndex:n.currentSlide});var i=(0,l.getTrackLeft)(e);e=v(v({},e),{},{left:i});var r=(0,l.getTrackCSS)(e);(a||s.default.Children.count(t.props.children)!==s.default.Children.count(e.children))&&(n.trackStyle=r),t.setState(n,o)})),C(x(t),"ssrInit",(function(){if(t.props.variableWidth){var e=0,a=0,o=[],n=(0,l.getPreClones)(v(v(v({},t.props),t.state),{},{slideCount:t.props.children.length})),i=(0,l.getPostClones)(v(v(v({},t.props),t.state),{},{slideCount:t.props.children.length}));t.props.children.forEach((function(t){o.push(t.props.style.width),e+=t.props.style.width}));for(var r=0;r<n;r++)a+=o[o.length-1-r],e+=o[o.length-1-r];for(var c=0;c<i;c++)e+=o[c];for(var d=0;d<t.state.currentSlide;d++)a+=o[d];var h={width:e+"px",left:-a+"px"};if(t.props.centerMode){var p="".concat(o[t.state.currentSlide],"px");h.left="calc(".concat(h.left," + (100% - ").concat(p,") / 2 ) ")}return{trackStyle:h}}var g=s.default.Children.count(t.props.children),u=v(v(v({},t.props),t.state),{},{slideCount:g}),m=(0,l.getPreClones)(u)+(0,l.getPostClones)(u)+g,b=100/t.props.slidesToShow*m,f=100/m,w=-f*((0,l.getPreClones)(u)+t.state.currentSlide)*b/100;return t.props.centerMode&&(w+=(100-f*b/100)/2),{slideWidth:f+"%",trackStyle:{width:b+"%",left:w+"%"}}})),C(x(t),"checkImagesLoad",(function(){var e=t.list&&t.list.querySelectorAll&&t.list.querySelectorAll(".slick-slide img")||[],a=e.length,s=0;Array.prototype.forEach.call(e,(function(e){var o=function(){return++s&&s>=a&&t.onWindowResized()};if(e.onclick){var n=e.onclick;e.onclick=function(t){n(t),e.parentNode.focus()}}else e.onclick=function(){return e.parentNode.focus()};e.onload||(t.props.lazyLoad?e.onload=function(){t.adaptHeight(),t.callbackTimers.push(setTimeout(t.onWindowResized,t.props.speed))}:(e.onload=o,e.onerror=function(){o(),t.props.onLazyLoadError&&t.props.onLazyLoadError()}))}))})),C(x(t),"progressiveLazyLoad",(function(){for(var e=[],a=v(v({},t.props),t.state),s=t.state.currentSlide;s<t.state.slideCount+(0,l.getPostClones)(a);s++)if(t.state.lazyLoadedList.indexOf(s)<0){e.push(s);break}for(var o=t.state.currentSlide-1;o>=-(0,l.getPreClones)(a);o--)if(t.state.lazyLoadedList.indexOf(o)<0){e.push(o);break}e.length>0?(t.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),t.props.onLazyLoad&&t.props.onLazyLoad(e)):t.lazyLoadTimer&&(clearInterval(t.lazyLoadTimer),delete t.lazyLoadTimer)})),C(x(t),"slideHandler",(function(e){var a=arguments.length>1&&void 0!==arguments[1]&&arguments[1],s=t.props,o=s.asNavFor,n=s.beforeChange,i=s.onLazyLoad,r=s.speed,c=s.afterChange,d=t.state.currentSlide,h=(0,l.slideHandler)(v(v(v({index:e},t.props),t.state),{},{trackRef:t.track,useCSS:t.props.useCSS&&!a})),p=h.state,g=h.nextState;if(p){n&&n(d,p.currentSlide);var u=p.lazyLoadedList.filter((function(e){return t.state.lazyLoadedList.indexOf(e)<0}));i&&u.length>0&&i(u),!t.props.waitForAnimate&&t.animationEndCallback&&(clearTimeout(t.animationEndCallback),c&&c(d),delete t.animationEndCallback),t.setState(p,(function(){o&&t.asNavForIndex!==e&&(t.asNavForIndex=e,o.innerSlider.slideHandler(e)),g&&(t.animationEndCallback=setTimeout((function(){var e=g.animating,a=function(e,t){if(null==e)return{};var a,s,o=function(e,t){if(null==e)return{};var a,s,o={},n=Object.keys(e);for(s=0;s<n.length;s++)a=n[s],t.indexOf(a)>=0||(o[a]=e[a]);return o}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(s=0;s<n.length;s++)a=n[s],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(o[a]=e[a])}return o}(g,["animating"]);t.setState(a,(function(){t.callbackTimers.push(setTimeout((function(){return t.setState({animating:e})}),10)),c&&c(p.currentSlide),delete t.animationEndCallback}))}),r))}))}})),C(x(t),"changeSlide",(function(e){var a=arguments.length>1&&void 0!==arguments[1]&&arguments[1],s=v(v({},t.props),t.state),o=(0,l.changeSlide)(s,e);if((0===o||o)&&(!0===a?t.slideHandler(o,a):t.slideHandler(o),t.props.autoplay&&t.autoPlay("update"),t.props.focusOnSelect)){var n=t.list.querySelectorAll(".slick-current");n[0]&&n[0].focus()}})),C(x(t),"clickHandler",(function(e){!1===t.clickable&&(e.stopPropagation(),e.preventDefault()),t.clickable=!0})),C(x(t),"keyHandler",(function(e){var a=(0,l.keyHandler)(e,t.props.accessibility,t.props.rtl);""!==a&&t.changeSlide({message:a})})),C(x(t),"selectHandler",(function(e){t.changeSlide(e)})),C(x(t),"disableBodyScroll",(function(){window.ontouchmove=function(e){(e=e||window.event).preventDefault&&e.preventDefault(),e.returnValue=!1}})),C(x(t),"enableBodyScroll",(function(){window.ontouchmove=null})),C(x(t),"swipeStart",(function(e){t.props.verticalSwiping&&t.disableBodyScroll();var a=(0,l.swipeStart)(e,t.props.swipe,t.props.draggable);""!==a&&t.setState(a)})),C(x(t),"swipeMove",(function(e){var a=(0,l.swipeMove)(e,v(v(v({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));a&&(a.swiping&&(t.clickable=!1),t.setState(a))})),C(x(t),"swipeEnd",(function(e){var a=(0,l.swipeEnd)(e,v(v(v({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));if(a){var s=a.triggerSlideHandler;delete a.triggerSlideHandler,t.setState(a),void 0!==s&&(t.slideHandler(s),t.props.verticalSwiping&&t.enableBodyScroll())}})),C(x(t),"touchEnd",(function(e){t.swipeEnd(e),t.clickable=!0})),C(x(t),"slickPrev",(function(){t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:"previous"})}),0))})),C(x(t),"slickNext",(function(){t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:"next"})}),0))})),C(x(t),"slickGoTo",(function(e){var a=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e=Number(e),isNaN(e))return"";t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:"index",index:e,currentSlide:t.state.currentSlide},a)}),0))})),C(x(t),"play",(function(){var e;if(t.props.rtl)e=t.state.currentSlide-t.props.slidesToScroll;else{if(!(0,l.canGoNext)(v(v({},t.props),t.state)))return!1;e=t.state.currentSlide+t.props.slidesToScroll}t.slideHandler(e)})),C(x(t),"autoPlay",(function(e){t.autoplayTimer&&clearInterval(t.autoplayTimer);var a=t.state.autoplaying;if("update"===e){if("hovered"===a||"focused"===a||"paused"===a)return}else if("leave"===e){if("paused"===a||"focused"===a)return}else if("blur"===e&&("paused"===a||"hovered"===a))return;t.autoplayTimer=setInterval(t.play,t.props.autoplaySpeed+50),t.setState({autoplaying:"playing"})})),C(x(t),"pause",(function(e){t.autoplayTimer&&(clearInterval(t.autoplayTimer),t.autoplayTimer=null);var a=t.state.autoplaying;"paused"===e?t.setState({autoplaying:"paused"}):"focused"===e?"hovered"!==a&&"playing"!==a||t.setState({autoplaying:"focused"}):"playing"===a&&t.setState({autoplaying:"hovered"})})),C(x(t),"onDotsOver",(function(){return t.props.autoplay&&t.pause("hovered")})),C(x(t),"onDotsLeave",(function(){return t.props.autoplay&&"hovered"===t.state.autoplaying&&t.autoPlay("leave")})),C(x(t),"onTrackOver",(function(){return t.props.autoplay&&t.pause("hovered")})),C(x(t),"onTrackLeave",(function(){return t.props.autoplay&&"hovered"===t.state.autoplaying&&t.autoPlay("leave")})),C(x(t),"onSlideFocus",(function(){return t.props.autoplay&&t.pause("focused")})),C(x(t),"onSlideBlur",(function(){return t.props.autoplay&&"focused"===t.state.autoplaying&&t.autoPlay("blur")})),C(x(t),"render",(function(){var e,a,o,n=(0,i.default)("slick-slider",t.props.className,{"slick-vertical":t.props.vertical,"slick-initialized":!0}),h=v(v({},t.props),t.state),p=(0,l.extractObject)(h,["fade","cssEase","speed","infinite","centerMode","focusOnSelect","currentSlide","lazyLoad","lazyLoadedList","rtl","slideWidth","slideHeight","listHeight","vertical","slidesToShow","slidesToScroll","slideCount","trackStyle","variableWidth","unslick","centerPadding","targetSlide","useCSS"]),g=t.props.pauseOnHover;if(p=v(v({},p),{},{onMouseEnter:g?t.onTrackOver:null,onMouseLeave:g?t.onTrackLeave:null,onMouseOver:g?t.onTrackOver:null,focusOnSelect:t.props.focusOnSelect&&t.clickable?t.selectHandler:null}),!0===t.props.dots&&t.state.slideCount>=t.props.slidesToShow){var m=(0,l.extractObject)(h,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","customPaging","infinite","appendDots"]),b=t.props.pauseOnDotsHover;m=v(v({},m),{},{clickHandler:t.changeSlide,onMouseEnter:b?t.onDotsLeave:null,onMouseOver:b?t.onDotsOver:null,onMouseLeave:b?t.onDotsLeave:null}),e=s.default.createElement(c.Dots,m)}var f=(0,l.extractObject)(h,["infinite","centerMode","currentSlide","slideCount","slidesToShow","prevArrow","nextArrow"]);f.clickHandler=t.changeSlide,t.props.arrows&&(a=s.default.createElement(d.PrevArrow,f),o=s.default.createElement(d.NextArrow,f));var w=null;t.props.vertical&&(w={height:t.state.listHeight});var x=null;!1===t.props.vertical?!0===t.props.centerMode&&(x={padding:"0px "+t.props.centerPadding}):!0===t.props.centerMode&&(x={padding:t.props.centerPadding+" 0px"});var y=v(v({},w),x),k=t.props.touchMove,C={className:"slick-list",style:y,onClick:t.clickHandler,onMouseDown:k?t.swipeStart:null,onMouseMove:t.state.dragging&&k?t.swipeMove:null,onMouseUp:k?t.swipeEnd:null,onMouseLeave:t.state.dragging&&k?t.swipeEnd:null,onTouchStart:k?t.swipeStart:null,onTouchMove:t.state.dragging&&k?t.swipeMove:null,onTouchEnd:k?t.touchEnd:null,onTouchCancel:t.state.dragging&&k?t.swipeEnd:null,onKeyDown:t.props.accessibility?t.keyHandler:null},_={className:n,dir:"ltr",style:t.props.style};return t.props.unslick&&(C={className:"slick-list"},_={className:n}),s.default.createElement("div",_,t.props.unslick?"":a,s.default.createElement("div",u({ref:t.listRefHandler},C),s.default.createElement(r.Track,u({ref:t.trackRefHandler},p),t.props.children)),t.props.unslick?"":o,t.props.unslick?"":e)})),t.list=null,t.track=null,t.state=v(v({},o.default),{},{currentSlide:t.props.initialSlide,targetSlide:t.props.initialSlide?t.props.initialSlide:0,slideCount:s.default.Children.count(t.props.children)}),t.callbackTimers=[],t.clickable=!0,t.debouncedResize=null;var a=t.ssrInit();return t.state=v(v({},t.state),a),t}return t=m,(a=[{key:"didPropsChange",value:function(e){for(var t=!1,a=0,o=Object.keys(this.props);a<o.length;a++){var n=o[a];if(!e.hasOwnProperty(n)){t=!0;break}if("object"!==g(e[n])&&"function"!=typeof e[n]&&!isNaN(e[n])&&e[n]!==this.props[n]){t=!0;break}}return t||s.default.Children.count(this.props.children)!==s.default.Children.count(e.children)}}])&&b(t.prototype,a),Object.defineProperty(t,"prototype",{writable:!1}),m}(s.default.Component)},8120(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=r(a(1609)),o=a(4999),n=r(a(1441)),i=r(a(1327)),l=a(9445);function r(e){return e&&e.__esModule?e:{default:e}}function c(e){return c="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},c(e)}function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(e[s]=a[s])}return e},d.apply(this,arguments)}function h(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function p(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?h(Object(a),!0).forEach((function(t){w(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):h(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function g(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,x(s.key),s)}}function u(e,t){return u=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},u(e,t)}function m(e){var t=b();return function(){var a,s=f(e);if(t){var o=f(this).constructor;a=Reflect.construct(s,arguments,o)}else a=s.apply(this,arguments);return function(e,t){if(t&&("object"===c(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return v(e)}(this,a)}}function v(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(b=function(){return!!e})()}function f(e){return f=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},f(e)}function w(e,t,a){return(t=x(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function x(e){var t=function(e){if("object"!=c(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=c(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==c(t)?t:String(t)}var y=(0,l.canUseDOM)()&&a(2386);t.default=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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&u(e,t)}(c,e);var t,a,r=m(c);function c(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,c),w(v(t=r.call(this,e)),"innerSliderRefHandler",(function(e){return t.innerSlider=e})),w(v(t),"slickPrev",(function(){return t.innerSlider.slickPrev()})),w(v(t),"slickNext",(function(){return t.innerSlider.slickNext()})),w(v(t),"slickGoTo",(function(e){var a=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t.innerSlider.slickGoTo(e,a)})),w(v(t),"slickPause",(function(){return t.innerSlider.pause("paused")})),w(v(t),"slickPlay",(function(){return t.innerSlider.autoPlay("play")})),t.state={breakpoint:null},t._responsiveMediaHandlers=[],t}return t=c,(a=[{key:"media",value:function(e,t){y.register(e,t),this._responsiveMediaHandlers.push({query:e,handler:t})}},{key:"componentDidMount",value:function(){var e=this;if(this.props.responsive){var t=this.props.responsive.map((function(e){return e.breakpoint}));t.sort((function(e,t){return e-t})),t.forEach((function(a,s){var o;o=0===s?(0,n.default)({minWidth:0,maxWidth:a}):(0,n.default)({minWidth:t[s-1]+1,maxWidth:a}),(0,l.canUseDOM)()&&e.media(o,(function(){e.setState({breakpoint:a})}))}));var a=(0,n.default)({minWidth:t.slice(-1)[0]});(0,l.canUseDOM)()&&this.media(a,(function(){e.setState({breakpoint:null})}))}}},{key:"componentWillUnmount",value:function(){this._responsiveMediaHandlers.forEach((function(e){y.unregister(e.query,e.handler)}))}},{key:"render",value:function(){var e,t,a=this;(e=this.state.breakpoint?"unslick"===(t=this.props.responsive.filter((function(e){return e.breakpoint===a.state.breakpoint})))[0].settings?"unslick":p(p(p({},i.default),this.props),t[0].settings):p(p({},i.default),this.props)).centerMode&&(e.slidesToScroll,e.slidesToScroll=1),e.fade&&(e.slidesToShow,e.slidesToScroll,e.slidesToShow=1,e.slidesToScroll=1);var n=s.default.Children.toArray(this.props.children);n=n.filter((function(e){return"string"==typeof e?!!e.trim():!!e})),e.variableWidth&&(e.rows>1||e.slidesPerRow>1)&&(console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"),e.variableWidth=!1);for(var r=[],c=null,h=0;h<n.length;h+=e.rows*e.slidesPerRow){for(var g=[],u=h;u<h+e.rows*e.slidesPerRow;u+=e.slidesPerRow){for(var m=[],v=u;v<u+e.slidesPerRow&&(e.variableWidth&&n[v].props.style&&(c=n[v].props.style.width),!(v>=n.length));v+=1)m.push(s.default.cloneElement(n[v],{key:100*h+10*u+v,tabIndex:-1,style:{width:"".concat(100/e.slidesPerRow,"%"),display:"inline-block"}}));g.push(s.default.createElement("div",{key:10*h+u},m))}e.variableWidth?r.push(s.default.createElement("div",{key:h,style:{width:c}},g)):r.push(s.default.createElement("div",{key:h},g))}if("unslick"===e){var b="regular slider "+(this.props.className||"");return s.default.createElement("div",{className:b},n)}return r.length<=e.slidesToShow&&!e.infinite&&(e.unslick=!0),s.default.createElement(o.InnerSlider,d({style:this.props.style,ref:this.innerSliderRefHandler},(0,l.filterSettings)(e)),r)}}])&&g(t.prototype,a),Object.defineProperty(t,"prototype",{writable:!1}),c}(s.default.Component)},5942(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Track=void 0;var s=i(a(1609)),o=i(a(6942)),n=a(9445);function i(e){return e&&e.__esModule?e:{default:e}}function l(e){return l="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},l(e)}function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(e[s]=a[s])}return e},r.apply(this,arguments)}function c(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,f(s.key),s)}}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function h(e){var t=g();return function(){var a,s=u(e);if(t){var o=u(this).constructor;a=Reflect.construct(s,arguments,o)}else a=s.apply(this,arguments);return function(e,t){if(t&&("object"===l(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return p(e)}(this,a)}}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(g=function(){return!!e})()}function u(e){return u=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},u(e)}function m(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function v(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?m(Object(a),!0).forEach((function(t){b(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):m(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function b(e,t,a){return(t=f(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function f(e){var t=function(e){if("object"!=l(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=l(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==l(t)?t:String(t)}var w=function(e){var t,a,s,o,n;return s=(n=e.rtl?e.slideCount-1-e.index:e.index)<0||n>=e.slideCount,e.centerMode?(o=Math.floor(e.slidesToShow/2),a=(n-e.currentSlide)%e.slideCount==0,n>e.currentSlide-o-1&&n<=e.currentSlide+o&&(t=!0)):t=e.currentSlide<=n&&n<e.currentSlide+e.slidesToShow,{"slick-slide":!0,"slick-active":t,"slick-center":a,"slick-cloned":s,"slick-current":n===(e.targetSlide<0?e.targetSlide+e.slideCount:e.targetSlide>=e.slideCount?e.targetSlide-e.slideCount:e.targetSlide)}},x=function(e,t){return e.key||t};t.Track=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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&d(e,t)}(l,e);var t,a,i=h(l);function l(){var e;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,l);for(var t=arguments.length,a=new Array(t),s=0;s<t;s++)a[s]=arguments[s];return b(p(e=i.call.apply(i,[this].concat(a))),"node",null),b(p(e),"handleRef",(function(t){e.node=t})),e}return t=l,(a=[{key:"render",value:function(){var e=function(e){var t,a=[],i=[],l=[],r=s.default.Children.count(e.children),c=(0,n.lazyStartIndex)(e),d=(0,n.lazyEndIndex)(e);return s.default.Children.forEach(e.children,(function(h,p){var g,u={message:"children",index:p,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};g=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(p)>=0?h:s.default.createElement("div",null);var m=function(e){var t={};return void 0!==e.variableWidth&&!1!==e.variableWidth||(t.width=e.slideWidth),e.fade&&(t.position="relative",e.vertical?t.top=-e.index*parseInt(e.slideHeight):t.left=-e.index*parseInt(e.slideWidth),t.opacity=e.currentSlide===e.index?1:0,t.zIndex=e.currentSlide===e.index?999:998,e.useCSS&&(t.transition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase)),t}(v(v({},e),{},{index:p})),b=g.props.className||"",f=w(v(v({},e),{},{index:p}));if(a.push(s.default.cloneElement(g,{key:"original"+x(g,p),"data-index":p,className:(0,o.default)(f,b),tabIndex:"-1","aria-hidden":!f["slick-active"],style:v(v({outline:"none"},g.props.style||{}),m),onClick:function(t){g.props&&g.props.onClick&&g.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(u)}})),e.infinite&&!1===e.fade){var y=r-p;y<=(0,n.getPreClones)(e)&&((t=-y)>=c&&(g=h),f=w(v(v({},e),{},{index:t})),i.push(s.default.cloneElement(g,{key:"precloned"+x(g,t),"data-index":t,tabIndex:"-1",className:(0,o.default)(f,b),"aria-hidden":!f["slick-active"],style:v(v({},g.props.style||{}),m),onClick:function(t){g.props&&g.props.onClick&&g.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(u)}}))),(t=r+p)<d&&(g=h),f=w(v(v({},e),{},{index:t})),l.push(s.default.cloneElement(g,{key:"postcloned"+x(g,t),"data-index":t,tabIndex:"-1",className:(0,o.default)(f,b),"aria-hidden":!f["slick-active"],style:v(v({},g.props.style||{}),m),onClick:function(t){g.props&&g.props.onClick&&g.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(u)}}))}})),e.rtl?i.concat(a,l).reverse():i.concat(a,l)}(this.props),t=this.props,a={onMouseEnter:t.onMouseEnter,onMouseOver:t.onMouseOver,onMouseLeave:t.onMouseLeave};return s.default.createElement("div",r({ref:this.handleRef,className:"slick-track",style:this.props.trackStyle},a),e)}}])&&c(t.prototype,a),Object.defineProperty(t,"prototype",{writable:!1}),l}(s.default.PureComponent)},9445(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.checkSpecKeys=t.checkNavigable=t.changeSlide=t.canUseDOM=t.canGoNext=void 0,t.clamp=c,t.extractObject=void 0,t.filterSettings=function(e){return B.reduce((function(t,a){return e.hasOwnProperty(a)&&(t[a]=e[a]),t}),{})},t.validSettings=t.swipeStart=t.swipeMove=t.swipeEnd=t.slidesOnRight=t.slidesOnLeft=t.slideHandler=t.siblingDirection=t.safePreventDefault=t.lazyStartIndex=t.lazySlidesOnRight=t.lazySlidesOnLeft=t.lazyEndIndex=t.keyHandler=t.initializedState=t.getWidth=t.getTrackLeft=t.getTrackCSS=t.getTrackAnimateCSS=t.getTotalSlides=t.getSwipeDirection=t.getSlideCount=t.getRequiredLazySlides=t.getPreClones=t.getPostClones=t.getOnDemandLazySlides=t.getNavigableIndexes=t.getHeight=void 0;var s=n(a(1609)),o=n(a(1327));function n(e){return e&&e.__esModule?e:{default:e}}function i(e){return i="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},i(e)}function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function r(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach((function(t){var s,o,n,l;s=e,o=t,n=a[t],l=function(e){if("object"!=i(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var a=t.call(e,"string");if("object"!=i(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(o),(o="symbol"==i(l)?l:String(l))in s?Object.defineProperty(s,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):s[o]=n})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function c(e,t,a){return Math.max(t,Math.min(e,a))}var d=t.safePreventDefault=function(e){["onTouchStart","onTouchMove","onWheel"].includes(e._reactName)||e.preventDefault()},h=t.getOnDemandLazySlides=function(e){for(var t=[],a=p(e),s=g(e),o=a;o<s;o++)e.lazyLoadedList.indexOf(o)<0&&t.push(o);return t},p=(t.getRequiredLazySlides=function(e){for(var t=[],a=p(e),s=g(e),o=a;o<s;o++)t.push(o);return t},t.lazyStartIndex=function(e){return e.currentSlide-u(e)}),g=t.lazyEndIndex=function(e){return e.currentSlide+m(e)},u=t.lazySlidesOnLeft=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0},m=t.lazySlidesOnRight=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow},v=t.getWidth=function(e){return e&&e.offsetWidth||0},b=t.getHeight=function(e){return e&&e.offsetHeight||0},f=t.getSwipeDirection=function(e){var t,a,s,o,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t=e.startX-e.curX,a=e.startY-e.curY,s=Math.atan2(a,t),(o=Math.round(180*s/Math.PI))<0&&(o=360-Math.abs(o)),o<=45&&o>=0||o<=360&&o>=315?"left":o>=135&&o<=225?"right":!0===n?o>=35&&o<=135?"up":"down":"vertical"},w=t.canGoNext=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t},x=(t.extractObject=function(e,t){var a={};return t.forEach((function(t){return a[t]=e[t]})),a},t.initializedState=function(e){var t,a=s.default.Children.count(e.children),o=e.listRef,n=Math.ceil(v(o)),i=e.trackRef&&e.trackRef.node,l=Math.ceil(v(i));if(e.vertical)t=n;else{var c=e.centerMode&&2*parseInt(e.centerPadding);"string"==typeof e.centerPadding&&"%"===e.centerPadding.slice(-1)&&(c*=n/100),t=Math.ceil((n-c)/e.slidesToShow)}var d=o&&b(o.querySelector('[data-index="0"]')),p=d*e.slidesToShow,g=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(g=a-1-e.initialSlide);var u=e.lazyLoadedList||[],m=h(r(r({},e),{},{currentSlide:g,lazyLoadedList:u})),f={slideCount:a,slideWidth:t,listWidth:n,trackWidth:l,currentSlide:g,slideHeight:d,listHeight:p,lazyLoadedList:u=u.concat(m)};return null===e.autoplaying&&e.autoplay&&(f.autoplaying="playing"),f},t.slideHandler=function(e){var t=e.waitForAnimate,a=e.animating,s=e.fade,o=e.infinite,n=e.index,i=e.slideCount,l=e.lazyLoad,d=e.currentSlide,p=e.centerMode,g=e.slidesToScroll,u=e.slidesToShow,m=e.useCSS,v=e.lazyLoadedList;if(t&&a)return{};var b,f,x,y=n,k={},C={},j=o?n:c(n,0,i-1);if(s){if(!o&&(n<0||n>=i))return{};n<0?y=n+i:n>=i&&(y=n-i),l&&v.indexOf(y)<0&&(v=v.concat(y)),k={animating:!0,currentSlide:y,lazyLoadedList:v,targetSlide:y},C={animating:!1,targetSlide:y}}else b=y,y<0?(b=y+i,o?i%g!=0&&(b=i-i%g):b=0):!w(e)&&y>d?y=b=d:p&&y>=i?(y=o?i:i-1,b=o?0:i-1):y>=i&&(b=y-i,o?i%g!=0&&(b=0):b=i-u),!o&&y+u>=i&&(b=i-u),f=z(r(r({},e),{},{slideIndex:y})),x=z(r(r({},e),{},{slideIndex:b})),o||(f===x&&(y=b),f=x),l&&(v=v.concat(h(r(r({},e),{},{currentSlide:y})))),m?(k={animating:!0,currentSlide:b,trackStyle:M(r(r({},e),{},{left:f})),lazyLoadedList:v,targetSlide:j},C={animating:!1,currentSlide:b,trackStyle:_(r(r({},e),{},{left:x})),swipeLeft:null,targetSlide:j}):k={currentSlide:b,trackStyle:_(r(r({},e),{},{left:x})),lazyLoadedList:v,targetSlide:j};return{state:k,nextState:C}},t.changeSlide=function(e,t){var a,s,o,n,i=e.slidesToScroll,l=e.slidesToShow,c=e.slideCount,d=e.currentSlide,h=e.targetSlide,p=e.lazyLoad,g=e.infinite;if(a=c%i!=0?0:(c-d)%i,"previous"===t.message)n=d-(o=0===a?i:l-a),p&&!g&&(n=-1==(s=d-o)?c-1:s),g||(n=h-i);else if("next"===t.message)n=d+(o=0===a?i:a),p&&!g&&(n=(d+i)%c+a),g||(n=h+i);else if("dots"===t.message)n=t.index*t.slidesToScroll;else if("children"===t.message){if(n=t.index,g){var u=$(r(r({},e),{},{targetSlide:n}));n>t.currentSlide&&"left"===u?n-=c:n<t.currentSlide&&"right"===u&&(n+=c)}}else"index"===t.message&&(n=Number(t.index));return n},t.keyHandler=function(e,t,a){return e.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":37===e.keyCode?a?"next":"previous":39===e.keyCode?a?"previous":"next":""},t.swipeStart=function(e,t,a){return"IMG"===e.target.tagName&&d(e),!t||!a&&-1!==e.type.indexOf("mouse")?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}},t.swipeMove=function(e,t){var a=t.scrolling,s=t.animating,o=t.vertical,n=t.swipeToSlide,i=t.verticalSwiping,l=t.rtl,c=t.currentSlide,h=t.edgeFriction,p=t.edgeDragged,g=t.onEdge,u=t.swiped,m=t.swiping,v=t.slideCount,b=t.slidesToScroll,x=t.infinite,y=t.touchObject,k=t.swipeEvent,C=t.listHeight,M=t.listWidth;if(!a){if(s)return d(e);o&&n&&i&&d(e);var j,L={},S=z(t);y.curX=e.touches?e.touches[0].pageX:e.clientX,y.curY=e.touches?e.touches[0].pageY:e.clientY,y.swipeLength=Math.round(Math.sqrt(Math.pow(y.curX-y.startX,2)));var $=Math.round(Math.sqrt(Math.pow(y.curY-y.startY,2)));if(!i&&!m&&$>10)return{scrolling:!0};i&&(y.swipeLength=$);var H=(l?-1:1)*(y.curX>y.startX?1:-1);i&&(H=y.curY>y.startY?1:-1);var T=Math.ceil(v/b),B=f(t.touchObject,i),A=y.swipeLength;return x||(0===c&&("right"===B||"down"===B)||c+1>=T&&("left"===B||"up"===B)||!w(t)&&("left"===B||"up"===B))&&(A=y.swipeLength*h,!1===p&&g&&(g(B),L.edgeDragged=!0)),!u&&k&&(k(B),L.swiped=!0),j=o?S+A*(C/M)*H:l?S-A*H:S+A*H,i&&(j=S+A*H),L=r(r({},L),{},{touchObject:y,swipeLeft:j,trackStyle:_(r(r({},t),{},{left:j}))}),Math.abs(y.curX-y.startX)<.8*Math.abs(y.curY-y.startY)||y.swipeLength>10&&(L.swiping=!0,d(e)),L}},t.swipeEnd=function(e,t){var a=t.dragging,s=t.swipe,o=t.touchObject,n=t.listWidth,i=t.touchThreshold,l=t.verticalSwiping,c=t.listHeight,h=t.swipeToSlide,p=t.scrolling,g=t.onSwipe,u=t.targetSlide,m=t.currentSlide,v=t.infinite;if(!a)return s&&d(e),{};var b=l?c/i:n/i,w=f(o,l),x={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(p)return x;if(!o.swipeLength)return x;if(o.swipeLength>b){var C,_;d(e),g&&g(w);var j=v?m:u;switch(w){case"left":case"up":_=j+k(t),C=h?y(t,_):_,x.currentDirection=0;break;case"right":case"down":_=j-k(t),C=h?y(t,_):_,x.currentDirection=1;break;default:C=j}x.triggerSlideHandler=C}else{var L=z(t);x.trackStyle=M(r(r({},t),{},{left:L}))}return x},t.getNavigableIndexes=function(e){for(var t=e.infinite?2*e.slideCount:e.slideCount,a=e.infinite?-1*e.slidesToShow:0,s=e.infinite?-1*e.slidesToShow:0,o=[];a<t;)o.push(a),a=s+e.slidesToScroll,s+=Math.min(e.slidesToScroll,e.slidesToShow);return o}),y=t.checkNavigable=function(e,t){var a=x(e),s=0;if(t>a[a.length-1])t=a[a.length-1];else for(var o in a){if(t<a[o]){t=s;break}s=a[o]}return t},k=t.getSlideCount=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var a,s=e.listRef,o=s.querySelectorAll&&s.querySelectorAll(".slick-slide")||[];if(Array.from(o).every((function(s){if(e.vertical){if(s.offsetTop+b(s)/2>-1*e.swipeLeft)return a=s,!1}else if(s.offsetLeft-t+v(s)/2>-1*e.swipeLeft)return a=s,!1;return!0})),!a)return 0;var n=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(a.dataset.index-n)||1}return e.slidesToScroll},C=t.checkSpecKeys=function(e,t){return t.reduce((function(t,a){return t&&e.hasOwnProperty(a)}),!0)?null:console.error("Keys Missing:",e)},_=t.getTrackCSS=function(e){var t,a;C(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);var s=e.slideCount+2*e.slidesToShow;e.vertical?a=s*e.slideHeight:t=S(e)*e.slideWidth;var o={opacity:1,transition:"",WebkitTransition:""};if(e.useTransform){var n=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",i=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",l=e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)";o=r(r({},o),{},{WebkitTransform:n,transform:i,msTransform:l})}else e.vertical?o.top=e.left:o.left=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t),a&&(o.height=a),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+"px":o.marginLeft=e.left+"px"),o},M=t.getTrackAnimateCSS=function(e){C(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);var t=_(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t},z=t.getTrackLeft=function(e){if(e.unslick)return 0;C(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);var t,a,s=e.slideIndex,o=e.trackRef,n=e.infinite,i=e.centerMode,l=e.slideCount,r=e.slidesToShow,c=e.slidesToScroll,d=e.slideWidth,h=e.listWidth,p=e.variableWidth,g=e.slideHeight,u=e.fade,m=e.vertical;if(u||1===e.slideCount)return 0;var v=0;if(n?(v=-j(e),l%c!=0&&s+c>l&&(v=-(s>l?r-(s-l):l%c)),i&&(v+=parseInt(r/2))):(l%c!=0&&s+c>l&&(v=r-l%c),i&&(v=parseInt(r/2))),t=m?s*g*-1+v*g:s*d*-1+v*d,!0===p){var b,f=o&&o.node;if(b=s+j(e),t=(a=f&&f.childNodes[b])?-1*a.offsetLeft:0,!0===i){b=n?s+j(e):s,a=f&&f.children[b],t=0;for(var w=0;w<b;w++)t-=f&&f.children[w]&&f.children[w].offsetWidth;t-=parseInt(e.centerPadding),t+=a&&(h-a.offsetWidth)/2}}return t},j=t.getPreClones=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)},L=t.getPostClones=function(e){return e.unslick||!e.infinite?0:e.slideCount},S=t.getTotalSlides=function(e){return 1===e.slideCount?1:j(e)+e.slideCount+L(e)},$=t.siblingDirection=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+H(e)?"left":"right":e.targetSlide<e.currentSlide-T(e)?"right":"left"},H=t.slidesOnRight=function(e){var t=e.slidesToShow,a=e.centerMode,s=e.rtl,o=e.centerPadding;if(a){var n=(t-1)/2+1;return parseInt(o)>0&&(n+=1),s&&t%2==0&&(n+=1),n}return s?0:t-1},T=t.slidesOnLeft=function(e){var t=e.slidesToShow,a=e.centerMode,s=e.rtl,o=e.centerPadding;if(a){var n=(t-1)/2+1;return parseInt(o)>0&&(n+=1),s||t%2!=0||(n+=1),n}return s?t-1:0},B=(t.canUseDOM=function(){return!("undefined"==typeof window||!window.document||!window.document.createElement)},t.validSettings=Object.keys(o.default))},3591(e,t,a){"use strict";a.r(t),a.d(t,{default:()=>C});var s=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var a=-1;return e.some((function(e,s){return e[0]===t&&(a=s,!0)})),a}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var a=e(this.__entries__,t),s=this.__entries__[a];return s&&s[1]},t.prototype.set=function(t,a){var s=e(this.__entries__,t);~s?this.__entries__[s][1]=a:this.__entries__.push([t,a])},t.prototype.delete=function(t){var a=this.__entries__,s=e(a,t);~s&&a.splice(s,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var a=0,s=this.__entries__;a<s.length;a++){var o=s[a];e.call(t,o[1],o[0])}},t}()}(),o="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,n="undefined"!=typeof globalThis&&globalThis.Math===Math?globalThis:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),i="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(n):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)},l=["top","right","bottom","left","width","height","size","weight"],r="undefined"!=typeof MutationObserver,c=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e){var t=!1,a=!1,s=0;function o(){t&&(t=!1,e()),a&&l()}function n(){i(o)}function l(){var e=Date.now();if(t){if(e-s<2)return;a=!0}else t=!0,a=!1,setTimeout(n,20);s=e}return l}(this.refresh.bind(this))}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,a=t.indexOf(e);~a&&t.splice(a,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){o&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),r?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){o&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,a=void 0===t?"":t;l.some((function(e){return!!~a.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),d=function(e,t){for(var a=0,s=Object.keys(t);a<s.length;a++){var o=s[a];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},h=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||n},p=b(0,0,0,0);function g(e){return parseFloat(e)||0}function u(e){for(var t=[],a=1;a<arguments.length;a++)t[a-1]=arguments[a];return t.reduce((function(t,a){return t+g(e["border-"+a+"-width"])}),0)}var m="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof h(e).SVGGraphicsElement}:function(e){return e instanceof h(e).SVGElement&&"function"==typeof e.getBBox};function v(e){return o?m(e)?function(e){var t=e.getBBox();return b(0,0,t.width,t.height)}(e):function(e){var t=e.clientWidth,a=e.clientHeight;if(!t&&!a)return p;var s=h(e).getComputedStyle(e),o=function(e){for(var t={},a=0,s=["top","right","bottom","left"];a<s.length;a++){var o=s[a],n=e["padding-"+o];t[o]=g(n)}return t}(s),n=o.left+o.right,i=o.top+o.bottom,l=g(s.width),r=g(s.height);if("border-box"===s.boxSizing&&(Math.round(l+n)!==t&&(l-=u(s,"left","right")+n),Math.round(r+i)!==a&&(r-=u(s,"top","bottom")+i)),!function(e){return e===h(e).document.documentElement}(e)){var c=Math.round(l+n)-t,d=Math.round(r+i)-a;1!==Math.abs(c)&&(l-=c),1!==Math.abs(d)&&(r-=d)}return b(o.left,o.top,l,r)}(e):p}function b(e,t,a,s){return{x:e,y:t,width:a,height:s}}var f=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=b(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=v(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),w=function(e,t){var a,s,o,n,i,l,r,c=(s=(a=t).x,o=a.y,n=a.width,i=a.height,l="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,r=Object.create(l.prototype),d(r,{x:s,y:o,width:n,height:i,top:o,right:s+n,bottom:i+o,left:s}),r);d(this,{target:e,contentRect:c})},x=function(){function e(e,t,a){if(this.activeObservations_=[],this.observations_=new s,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=a}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof h(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new f(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof h(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new w(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),y="undefined"!=typeof WeakMap?new WeakMap:new s,k=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var a=c.getInstance(),s=new x(t,a,this);y.set(this,s)};["observe","unobserve","disconnect"].forEach((function(e){k.prototype[e]=function(){var t;return(t=y.get(this))[e].apply(t,arguments)}}));const C=void 0!==n.ResizeObserver?n.ResizeObserver:k},8028(e){e.exports=function(e){return e.replace(/[A-Z]/g,(function(e){return"-"+e.toLowerCase()})).toLowerCase()}},1609(e){"use strict";e.exports=window.React},428(e){"use strict";e.exports=window.jQuery},6942(e,t){var a;!function(){"use strict";var s={}.hasOwnProperty;function o(){for(var e="",t=0;t<arguments.length;t++){var a=arguments[t];a&&(e=i(e,n(a)))}return e}function n(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return o.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var a in e)s.call(e,a)&&e[a]&&(t=i(t,a));return t}function i(e,t){return t?e?e+" "+t:e+t:e}e.exports?(o.default=o,e.exports=o):void 0===(a=function(){return o}.apply(t,[]))||(e.exports=a)}()}},__webpack_module_cache__={},leafPrototypes,getProto,inProgress,dataWebpackPrefix;function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var a=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(a.exports,a,a.exports,__webpack_require__),a.loaded=!0,a.exports}__webpack_require__.m=__webpack_modules__,__webpack_require__.amdD=function(){throw new Error("define cannot be used indirect")},__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},getProto=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,__webpack_require__.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var a=Object.create(null);__webpack_require__.r(a);var s={};leafPrototypes=leafPrototypes||[null,getProto({}),getProto([]),getProto(getProto)];for(var o=2&t&&e;("object"==typeof o||"function"==typeof o)&&!~leafPrototypes.indexOf(o);o=getProto(o))Object.getOwnPropertyNames(o).forEach((t=>s[t]=()=>e[t]));return s.default=()=>e,__webpack_require__.d(a,s),a},__webpack_require__.d=(e,t)=>{for(var a in t)__webpack_require__.o(t,a)&&!__webpack_require__.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},__webpack_require__.f={},__webpack_require__.e=e=>Promise.all(Object.keys(__webpack_require__.f).reduce(((t,a)=>(__webpack_require__.f[a](e,t),t)),[])),__webpack_require__.u=e=>e+".js?ver="+{417:"b9dacbbe3d0e78f4f9e0",897:"66de7c694425e4edb0ce",1710:"9a7a98e7a7c2baf4abee",2877:"9c2c538051043d297a6b",2967:"13c1f81038868fefd56c",5668:"7e57287fa00d12110663",7108:"fe828c66bec16c3dadc8",7164:"4f70d75e5c864ede57d8",7837:"2bd0fd24a27410c74306",7917:"58c9a32ff1c088e9f27c",8486:"2fa638353d2a1f15ac31",9908:"3d6258eac3f42e18272c"}[e],__webpack_require__.miniCssF=e=>{},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),inProgress={},dataWebpackPrefix="b-blocks:",__webpack_require__.l=(e,t,a,s)=>{if(inProgress[e])inProgress[e].push(t);else{var o,n;if(void 0!==a)for(var i=document.getElementsByTagName("script"),l=0;l<i.length;l++){var r=i[l];if(r.getAttribute("src")==e||r.getAttribute("data-webpack")==dataWebpackPrefix+a){o=r;break}}o||(n=!0,(o=document.createElement("script")).charset="utf-8",__webpack_require__.nc&&o.setAttribute("nonce",__webpack_require__.nc),o.setAttribute("data-webpack",dataWebpackPrefix+a),o.src=e),inProgress[e]=[t];var c=(t,a)=>{o.onerror=o.onload=null,clearTimeout(d);var s=inProgress[e];if(delete inProgress[e],o.parentNode&&o.parentNode.removeChild(o),s&&s.forEach((e=>e(a))),t)return t(a)},d=setTimeout(c.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=c.bind(null,o.onerror),o.onload=c.bind(null,o.onload),n&&document.head.appendChild(o)}},__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var t=globalThis.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var a=t.getElementsByTagName("script");if(a.length)for(var s=a.length-1;s>-1&&(!e||!/^http(s?):/.test(e));)e=a[s--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),__webpack_require__.p=e})(),(()=>{var e={3057:0};__webpack_require__.f.j=(t,a)=>{var s=__webpack_require__.o(e,t)?e[t]:void 0;if(0!==s)if(s)a.push(s[2]);else{var o=new Promise(((a,o)=>s=e[t]=[a,o]));a.push(s[2]=o);var n=__webpack_require__.p+__webpack_require__.u(t),i=new Error;__webpack_require__.l(n,(a=>{if(__webpack_require__.o(e,t)&&(0!==(s=e[t])&&(e[t]=void 0),s)){var o=a&&("load"===a.type?"missing":a.type),n=a&&a.target&&a.target.src;i.message="Loading chunk "+t+" failed.\n("+o+": "+n+")",i.name="ChunkLoadError",i.type=o,i.request=n,s[1](i)}}),"chunk-"+t,t)}};var t=(t,a)=>{var s,o,[n,i,l]=a,r=0;if(n.some((t=>0!==e[t]))){for(s in i)__webpack_require__.o(i,s)&&(__webpack_require__.m[s]=i[s]);l&&l(__webpack_require__)}for(t&&t(a);r<n.length;r++)o=n[r],__webpack_require__.o(e,o)&&e[o]&&e[o][0](),e[o]=0},a=globalThis.webpackChunkb_blocks=globalThis.webpackChunkb_blocks||[];a.forEach(t.bind(null,0)),a.push=t.bind(null,a.push.bind(a))})();var __webpack_exports__={};(()=>{"use strict";const e="@media only screen and (max-width: 1024px)",t="@media only screen and (max-width: 640px)",a="#146EF5",s="#85b4fa",o="#FF7A00",n="linear-gradient(135deg, #0040E3, #18D4FD)",i=window.ReactJSXRuntime,l=(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 43 43",fill:"none",children:[(0,i.jsxs)("g",{clipPath:"url(#clip0_1877_1771)",children:[(0,i.jsx)("rect",{width:"43",height:"43",rx:"15",fill:"url(#paint0_linear_1877_1771)"}),(0,i.jsx)("path",{d:"M24.2285 40.5754C21.8801 38.2139 19.3932 35.7203 16.8931 33.2071L19.9671 30.265C19.9209 30.1528 19.9209 30.1462 19.8747 30.0341H11.1541C10.2107 30.0341 9.43896 29.2689 9.43896 28.319V15.1984C9.43896 14.4464 10.0458 13.8395 10.7979 13.8395H19.9803L16.7348 10.7589L24.3736 3.14648L34.2487 13.0216C35.0205 13.7934 35.0205 15.0533 34.2487 15.8185L28.1798 21.8016C30.2577 23.8597 32.2763 25.8651 34.2553 27.8242C35.0271 28.5894 35.0205 29.8296 34.2553 30.5948L24.2285 40.5754ZM20.1914 14.11V29.5394C22.7706 26.9799 25.3631 24.4006 27.9357 21.8478C25.3961 19.3147 22.8234 16.742 20.1914 14.11Z",fill:"white"})]}),(0,i.jsxs)("defs",{children:[(0,i.jsxs)("linearGradient",{id:"paint0_linear_1877_1771",x1:"-4.31905",y1:"30.2033",x2:"31.8123",y2:"30.2033",gradientUnits:"userSpaceOnUse",children:[(0,i.jsx)("stop",{stopColor:"#A997F7"}),(0,i.jsx)("stop",{offset:"1",stopColor:"#8C74FD"})]}),(0,i.jsx)("clipPath",{id:"clip0_1877_1771",children:(0,i.jsx)("rect",{width:"43",height:"43",fill:"white"})})]})]}),r=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 14.707 14.707",children:(0,i.jsx)("rect",{x:"6.275",y:"0",width:"2.158",height:"14.707"})}),c=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 357 357",children:(0,i.jsx)("path",{d:"M357,204H0v-51h357V204z"})}),d=window.wp.blocks,h=window.wp.blockEditor,p=JSON.parse('{"apiVersion":3,"name":"b-blocks/container","title":"Container","description":"A versatile block for grouping and styling multiple blocks.","category":"bBlocks","keywords":["container","wrapper","gutenberg-wrapper","container-block"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"layout":{"type":"object","default":{"type":"constrained"}},"wrapper":{"type":"object","default":{"minHeight":""}},"content":{"type":"object","default":{"isFullWidth":true,"width":{"desktop":"100%","tablet":"","mobile":""},"height":"initial","verticalAlign":"center","horizontalAlign":"center"}},"shape":{"type":"object","default":{"top":{"isUpload":false,"uploadSvg":{"url":""},"type":"none","color":"#000","isFlip":false,"isFront":false,"width":{"desktop":"100%","tablet":"","mobile":""},"height":{"desktop":"","tablet":"","mobile":""}},"bottom":{"isUpload":false,"uploadSvg":{"url":""},"type":"none","color":"#000","isFlip":false,"isFront":false,"width":{"desktop":"100%","tablet":"","mobile":""},"height":{"desktop":"","tablet":"","mobile":""}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"border":{"width":"","style":"","color":""},"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[]}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false,"layout":{"allowSizingOnChildren":true}},"editorScript":"file:../index.js","style":["file:./view.css","aos"],"render":"file:./render.php","viewScript":["file:./view.js","aos"]}');var g=__webpack_require__(1609),u=__webpack_require__.n(g);const m=window.wp.data,v=window.wp.i18n,b=window.wp.components,f=e=>{const{className:t="mt20 mb5",htmlFor:a,children:s}=e;return(0,i.jsx)("label",{className:`bPlLabel ${t}`,htmlFor:a,children:s})},w=e=>{const{label:t,values:a={},onChange:s=()=>{},resetValues:o,units:n,sides:l,style:r,className:c="mt10",disableUnits:d=!1}=e,[h,p]=(0,g.useState)(!1),u=l||["top","right","bottom","left"],m=o&&Object.keys(o).map((e=>{let t=!1;return t=!Object.keys(a)||o[e]===a[e],t})),v=o&&m.includes(!1)&&Object.keys(a)?.length>0,w=[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}];return(0,i.jsxs)("div",{style:{...r},className:`bPlBoxControl ${c}`,children:[t&&(0,i.jsx)(f,{className:"mb5",children:t}),(0,i.jsxs)("div",{className:"sides "+(l&&l.includes("horizontal","vertical")?"gap":""),children:[u.map(((e,t)=>(0,i.jsxs)("div",{className:"bplUnitControlWrapper",children:[(0,i.jsx)(b.__experimentalUnitControl,{onChange:t=>((e,t)=>{h?s({top:e,right:e,bottom:e,left:e}):l?"horizontal"===t?s({...a,right:e,left:e}):"vertical"===t&&s({...a,top:e,bottom:e}):s({...a,[t]:e})})(t,e),value:l?"horizontal"===e?a?.right:"vertical"===e&&a?.top:a?.[e],units:n||w,disableUnits:d}),(0,i.jsx)("div",{className:"sideLabel",children:e})]},t))),!l&&(0,i.jsx)("button",{className:"bplBoxControlLinkButton "+(h?"activeLink":""),onClick:()=>p(!h),children:h?(0,i.jsx)("span",{className:"dashicons dashicons-admin-links"}):(0,i.jsx)("span",{className:"dashicons dashicons-editor-unlink"})}),v&&(0,i.jsx)("button",{className:"bplBoxControlLinkButton",onClick:()=>s(o),children:(0,i.jsx)("span",{className:"dashicons dashicons-image-rotate"})})]})]})},x=window.wp.compose,y=(0,x.compose)((0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}})),(0,m.withDispatch)((e=>({setDevice:t=>e("core/editor").setDeviceType(t)}))))((({style:e,className:t,position:a="horizontal",device:s,setDevice:o,onChange:n=()=>{}})=>(0,i.jsx)("div",{className:`bPlDeviceControl ${t}`,style:{display:"horizontal"===a?"flex":"grid",...e},children:[{label:"Desktop",name:"desktop",icon:"dashicons-desktop"},{label:"Tablet",name:"tablet",icon:"dashicons-tablet"},{label:"Mobile",name:"mobile",icon:"dashicons-smartphone"}].map((({label:e,name:t,icon:a},l)=>(0,i.jsx)("button",{className:t===s?"active":"",onClick:()=>{o(e),n(e.toLowerCase())},children:(0,i.jsx)("span",{className:`dashicons ${a} ${t===s?"active":""} `})},l)))})));var k=Symbol.for("immer-nothing"),C=Symbol.for("immer-draftable"),_=Symbol.for("immer-state");function M(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var z=Object.getPrototypeOf;function j(e){return!!e&&!!e[_]}function L(e){return!!e&&($(e)||Array.isArray(e)||!!e[C]||!!e.constructor?.[C]||V(e)||N(e))}var S=Object.prototype.constructor.toString();function $(e){if(!e||"object"!=typeof e)return!1;const t=z(e);if(null===t)return!0;const a=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return a===Object||"function"==typeof a&&Function.toString.call(a)===S}function H(e,t){0===T(e)?Reflect.ownKeys(e).forEach((a=>{t(a,e[a],e)})):e.forEach(((a,s)=>t(s,a,e)))}function T(e){const t=e[_];return t?t.type_:Array.isArray(e)?1:V(e)?2:N(e)?3:0}function B(e,t){return 2===T(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function A(e,t,a){const s=T(e);2===s?e.set(t,a):3===s?e.add(a):e[t]=a}function V(e){return e instanceof Map}function N(e){return e instanceof Set}function P(e){return e.copy_||e.base_}function E(e,t){if(V(e))return new Map(e);if(N(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const a=$(e);if(!0===t||"class_only"===t&&!a){const t=Object.getOwnPropertyDescriptors(e);delete t[_];let a=Reflect.ownKeys(t);for(let s=0;s<a.length;s++){const o=a[s],n=t[o];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(t[o]={configurable:!0,writable:!0,enumerable:n.enumerable,value:e[o]})}return Object.create(z(e),t)}{const t=z(e);if(null!==t&&a)return{...e};const s=Object.create(t);return Object.assign(s,e)}}function I(e,t=!1){return R(e)||j(e)||!L(e)||(T(e)>1&&(e.set=e.add=e.clear=e.delete=O),Object.freeze(e),t&&Object.entries(e).forEach((([e,t])=>I(t,!0)))),e}function O(){M(2)}function R(e){return Object.isFrozen(e)}var D,F={};function q(e){const t=F[e];return t||M(0),t}function W(){return D}function U(e,t){t&&(q("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function G(e){Y(e),e.drafts_.forEach(K),e.drafts_=null}function Y(e){e===D&&(D=e.parent_)}function Z(e){return D={drafts_:[],parent_:D,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function K(e){const t=e[_];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function Q(e,t){t.unfinalizedDrafts_=t.drafts_.length;const a=t.drafts_[0];return void 0!==e&&e!==a?(a[_].modified_&&(G(t),M(4)),L(e)&&(e=X(t,e),t.parent_||ee(t,e)),t.patches_&&q("Patches").generateReplacementPatches_(a[_].base_,e,t.patches_,t.inversePatches_)):e=X(t,a,[]),G(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==k?e:void 0}function X(e,t,a){if(R(t))return t;const s=t[_];if(!s)return H(t,((o,n)=>J(e,s,t,o,n,a))),t;if(s.scope_!==e)return t;if(!s.modified_)return ee(e,s.base_,!0),s.base_;if(!s.finalized_){s.finalized_=!0,s.scope_.unfinalizedDrafts_--;const t=s.copy_;let o=t,n=!1;3===s.type_&&(o=new Set(t),t.clear(),n=!0),H(o,((o,i)=>J(e,s,t,o,i,a,n))),ee(e,t,!1),a&&e.patches_&&q("Patches").generatePatches_(s,a,e.patches_,e.inversePatches_)}return s.copy_}function J(e,t,a,s,o,n,i){if(j(o)){const i=X(e,o,n&&t&&3!==t.type_&&!B(t.assigned_,s)?n.concat(s):void 0);if(A(a,s,i),!j(i))return;e.canAutoFreeze_=!1}else i&&a.add(o);if(L(o)&&!R(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;X(e,o),t&&t.scope_.parent_||"symbol"==typeof s||!Object.prototype.propertyIsEnumerable.call(a,s)||ee(e,o)}}function ee(e,t,a=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&I(t,a)}var te={get(e,t){if(t===_)return e;const a=P(e);if(!B(a,t))return function(e,t,a){const s=oe(t,a);return s?"value"in s?s.value:s.get?.call(e.draft_):void 0}(e,a,t);const s=a[t];return e.finalized_||!L(s)?s:s===se(e.base_,t)?(ie(e),e.copy_[t]=le(s,e)):s},has:(e,t)=>t in P(e),ownKeys:e=>Reflect.ownKeys(P(e)),set(e,t,a){const s=oe(P(e),t);if(s?.set)return s.set.call(e.draft_,a),!0;if(!e.modified_){const s=se(P(e),t),i=s?.[_];if(i&&i.base_===a)return e.copy_[t]=a,e.assigned_[t]=!1,!0;if(((o=a)===(n=s)?0!==o||1/o==1/n:o!=o&&n!=n)&&(void 0!==a||B(e.base_,t)))return!0;ie(e),ne(e)}var o,n;return e.copy_[t]===a&&(void 0!==a||t in e.copy_)||Number.isNaN(a)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=a,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==se(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,ie(e),ne(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const a=P(e),s=Reflect.getOwnPropertyDescriptor(a,t);return s?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:s.enumerable,value:a[t]}:s},defineProperty(){M(11)},getPrototypeOf:e=>z(e.base_),setPrototypeOf(){M(12)}},ae={};function se(e,t){const a=e[_];return(a?P(a):e)[t]}function oe(e,t){if(!(t in e))return;let a=z(e);for(;a;){const e=Object.getOwnPropertyDescriptor(a,t);if(e)return e;a=z(a)}}function ne(e){e.modified_||(e.modified_=!0,e.parent_&&ne(e.parent_))}function ie(e){e.copy_||(e.copy_=E(e.base_,e.scope_.immer_.useStrictShallowCopy_))}function le(e,t){const a=V(e)?q("MapSet").proxyMap_(e,t):N(e)?q("MapSet").proxySet_(e,t):function(e,t){const a=Array.isArray(e),s={type_:a?1:0,scope_:t?t.scope_:W(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=s,n=te;a&&(o=[s],n=ae);const{revoke:i,proxy:l}=Proxy.revocable(o,n);return s.draft_=l,s.revoke_=i,l}(e,t);return(t?t.scope_:W()).drafts_.push(a),a}function re(e){if(!L(e)||R(e))return e;const t=e[_];let a;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,a=E(e,t.scope_.immer_.useStrictShallowCopy_)}else a=E(e,!0);return H(a,((e,t)=>{A(a,e,re(t))})),t&&(t.finalized_=!1),a}H(te,((e,t)=>{ae[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),ae.deleteProperty=function(e,t){return ae.set.call(this,e,t,void 0)},ae.set=function(e,t,a){return te.set.call(this,e[0],t,a,e[0])};var ce=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,a)=>{if("function"==typeof e&&"function"!=typeof t){const a=t;t=e;const s=this;return function(e=a,...o){return s.produce(e,(e=>t.call(this,e,...o)))}}let s;if("function"!=typeof t&&M(6),void 0!==a&&"function"!=typeof a&&M(7),L(e)){const o=Z(this),n=le(e,void 0);let i=!0;try{s=t(n),i=!1}finally{i?G(o):Y(o)}return U(o,a),Q(s,o)}if(!e||"object"!=typeof e){if(s=t(e),void 0===s&&(s=e),s===k&&(s=void 0),this.autoFreeze_&&I(s,!0),a){const t=[],o=[];q("Patches").generateReplacementPatches_(e,s,t,o),a(t,o)}return s}M(1)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...a)=>this.produceWithPatches(t,(t=>e(t,...a)));let a,s;return[this.produce(e,t,((e,t)=>{a=e,s=t})),a,s]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){var t;L(e)||M(8),j(e)&&(j(t=e)||M(10),e=re(t));const a=Z(this),s=le(e,void 0);return s[_].isManual_=!0,Y(a),s}finishDraft(e,t){const a=e&&e[_];a&&a.isManual_||M(9);const{scope_:s}=a;return U(s,t),Q(void 0,s)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let a;for(a=t.length-1;a>=0;a--){const s=t[a];if(0===s.path.length&&"replace"===s.op){e=s.value;break}}a>-1&&(t=t.slice(a+1));const s=q("Patches").applyPatches_;return j(e)?s(e,t):this.produce(e,(e=>s(e,t)))}},de=ce.produce;ce.produceWithPatches.bind(ce),ce.setAutoFreeze.bind(ce),ce.setUseStrictShallowCopy.bind(ce),ce.applyPatches.bind(ce),ce.createDraft.bind(ce),ce.finishDraft.bind(ce);const he=e=>Object.values(e).join(" "),pe=(e,t)=>{if(!e)return[];let a=[];const s=e.media_details.sizes;for(const e in s){const o=t.find((t=>t.slug===e));o&&a.push({label:o.name,value:s[e].source_url})}return a},ge=()=>{setTimeout((()=>{const e=document.querySelectorAll(".bPlPanelBody:not(.itemPanelBody) > h2 > button");function t(){this.removeEventListener("click",t),e.forEach((e=>{"true"!==e.getAttribute("aria-expanded")||e.isEqualNode(this)||e.click()})),setTimeout((()=>{this.addEventListener("click",t)}),500)}e.forEach((e=>{e.addEventListener("click",t)}))}),500)},ue=(e,t,...a)=>{if(0===a.length)return t;const s=e??{},[o,...n]=a;return 0===n.length?de(s,(e=>{e[o]=t})):de(s,(e=>{null!==e[o]&&void 0!==e[o]&&"object"==typeof e[o]||(e[o]={}),e[o]=ue(e[o],t,...n)}))},me=(e,t)=>(a,s,...o)=>{t({[a]:ue(e[a]??{},s,...o)})},ve=(e,t)=>{let a;return(...s)=>{clearTimeout(a),a=setTimeout((()=>{e(...s)}),t)}},be=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({dimension:e,onChange:t,title:a=(0,v.__)("Dimension"),enabled:s,device:o})=>{const{padding:n={},margin:l={},width:r={},height:c={}}=e||{},d=e=>s.includes(e);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:a,children:[d("width")&&(0,i.jsxs)(b.Flex,{className:"mb5",gap:"20px",children:[(0,i.jsxs)(b.Flex,{className:"flex1",gap:"2px",children:[" ",(0,i.jsx)(f,{className:"",children:"Width"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",label:"",labelPosition:"edge",value:r?.width?.[o],onChange:a=>t(ue(e,a,"width","width",o))})]}),d("minWidth")&&(0,i.jsxs)(b.Flex,{className:"mb5",gap:"20px",children:[(0,i.jsxs)(b.Flex,{className:"flex1",children:[" ",(0,i.jsx)(f,{className:"",children:"Min Width"})," ",(0,i.jsx)(y,{style:{marginLeft:"auto"}})," "]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",label:"",labelPosition:"edge",value:r?.min?.[o],onChange:a=>t(ue(e,a,"width","min",o))})]}),d("maxWidth")&&(0,i.jsxs)(b.Flex,{className:"mb15",gap:"20px",children:[(0,i.jsxs)(b.Flex,{className:"flex1",children:[" ",(0,i.jsx)(f,{className:"",children:"Max Width"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",label:"",labelPosition:"edge",value:r?.max?.[o],onChange:a=>t(ue(e,a,"width","max",o))})]}),d("height")&&(0,i.jsxs)(b.Flex,{className:"mb5",gap:"20px",children:[(0,i.jsxs)(b.Flex,{className:"flex1",children:[" ",(0,i.jsx)(f,{className:"",children:"Height"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",label:"",labelPosition:"edge",value:c?.height?.[o],onChange:a=>t(ue(e,a,"height","height",o))})]}),d("minHeight")&&(0,i.jsxs)(b.Flex,{className:"mb5",gap:"20px",children:[(0,i.jsxs)(b.Flex,{className:"flex1",children:[" ",(0,i.jsx)(f,{className:"",children:"Min Height"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",label:"",labelPosition:"edge",value:c?.min?.[o],onChange:a=>t(ue(e,a,"height","min",o))})]}),d("maxHeight")&&(0,i.jsxs)(b.Flex,{gap:"20px",children:[(0,i.jsxs)(b.Flex,{className:"flex1",children:[" ",(0,i.jsx)(f,{className:"",children:"Max Height"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",label:"",labelPosition:"edge",value:c?.max?.[o],onChange:a=>t(ue(e,a,"height","max",o))})]}),d("padding")&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mb5",children:[" ",(0,i.jsx)(f,{className:"",children:"Padding"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(w,{values:n[o],onChange:a=>t(ue(e,a,"padding",o))})]}),d("margin")&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt20 mb5",children:[" ",(0,i.jsx)(f,{className:"",children:"Margin"})," ",(0,i.jsx)(y,{})," "]}),(0,i.jsx)(w,{values:l[o],onChange:a=>t(ue(e,a,"margin",o))})]})]})})),fe=e=>{const{className:t,label:a="",value:s,types:o=["image"],onChange:n,placeholder:l=(0,v.__)("Enter URL")}=e;return(0,i.jsxs)("div",{className:t,children:[a&&(0,i.jsx)(f,{className:"mb5",children:a}),(0,i.jsxs)(b.PanelRow,{className:"bPlInlineMediaUpload",children:[(0,i.jsx)(b.TextControl,{value:s,onChange:e=>n(e),placeholder:l}),(0,i.jsx)(h.MediaUpload,{allowedTypes:o,onSelect:e=>n(e.url),render:({open:e})=>(0,i.jsx)(b.Button,{className:"button button-primary",onClick:e,children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M7.4,10h1.59v5c0,0.55,0.45,1,1,1h4c0.55,0,1-0.45,1-1v-5h1.59c0.89,0,1.34-1.08,0.71-1.71L12.7,3.7 c-0.39-0.39-1.02-0.39-1.41,0L6.7,8.29C6.07,8.92,6.51,10,7.4,10z M5,19c0,0.55,0.45,1,1,1h12c0.55,0,1-0.45,1-1s-0.45-1-1-1H6 C5.45,18,5,18.45,5,19z"})})})})]})]})},we=e=>{const{className:t,label:a="",value:s={},types:o=["image"],onChange:n,placeholder:l=(0,v.__)("Enter URL")}=e;return(0,i.jsxs)("div",{className:t,children:[a&&(0,i.jsx)(f,{className:"mb5",children:a}),(0,i.jsxs)(b.PanelRow,{className:"bPlInlineMediaUpload",children:[(0,i.jsx)(b.TextControl,{value:s?.url,onChange:e=>n({id:null,url:e,alt:"",title:"",caption:""}),placeholder:l}),(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:o,onSelect:({id:e,url:t,alt:a,title:s,caption:o})=>n({id:e,url:t,alt:a,title:s,caption:o}),render:({open:e})=>(0,i.jsx)(b.Button,{className:"button button-primary",onClick:e,icon:"upload"})})})]})]})},xe=e=>{const{className:t="",label:a="Choose",value:s,types:o=["image/*"],onChange:n=()=>{},default:l="",height:r="50px",width:c="50px",style:d,onClick:p=()=>{},isSvgEnabled:g=!1}=e,u=e=>({onClick:()=>{p(),g&&wp.media({library:{type:["image/svg+xml"]},mimeType:"image/svg+xml"}),e()}}),m=e=>g?(0,i.jsx)("img",{src:`data:image/svg+xml;utf8,${s?.url||l}`,alt:"",className:"mediaImage",...u(e),style:{height:r,width:c}}):(0,i.jsx)("img",{className:"mediaImage",src:s?.url||l,alt:"",...u(e),style:{height:r,width:c}});return(0,i.jsx)("div",{style:d,className:`bPlMediaArea ${t}`,children:(0,i.jsx)(h.MediaUpload,{value:s?.id?[s?.id]:[],onSelect:({id:e,url:t,alt:a,title:s})=>{n({id:e,url:t,alt:a,title:s})},gallery:!1,allowedTypes:o,multiple:!1,render:({open:e})=>(0,i.jsxs)("div",{className:"mediaAreaContainer",children:[l||s?.url?m(e):(0,i.jsx)("div",{className:"mediaPlusBtnWrapper",...u(e),children:(0,i.jsx)("div",{className:"mediaPlusBtnCircle",children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:"mediaPlusBtn",width:"1em",height:"1em",viewBox:"0 0 448 512",fill:"currentColor",children:(0,i.jsx)("path",{d:"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"})})})}),(0,i.jsx)("div",{onClick:()=>n({}),className:"mediaDelete",children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 448 512",fill:"currentColor",children:(0,i.jsx)("path",{d:"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z"})})}),(0,i.jsx)("div",{...u(e),className:"mediaButton",children:(0,i.jsx)("span",{children:a})})]})})})},ye=e=>{const{className:t="",onChange:a,icon:s="format-image",type:o="image",typeName:n="",placeholder:l=(0,v.__)("Paste or type a image URL")}=e,[r,c]=(0,g.useState)();return(0,i.jsxs)(b.Placeholder,{className:`bPlMediaPlaceholder ${t}`,label:(0,v.__)(`Upload ${n||o}`),instructions:(0,v.__)(`Upload a ${n||o} or paste/write ${n||o} url to get started.`),icon:s,children:[(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:[o],onSelect:({id:e,url:t,alt:s,title:o})=>a({id:e,url:t,alt:s,title:o}),render:({open:e})=>(0,i.jsxs)(b.Button,{isPrimary:!0,onClick:e,children:[" ",(0,v.__)("Upload")," "]})})}),(0,i.jsxs)(b.PanelRow,{className:"bPlUrlInput",children:[(0,i.jsxs)("h3",{children:[" ",(0,v.__)("Or")," "]}),(0,i.jsx)("input",{type:"url","aria-label":(0,v.__)("URL"),placeholder:l,onChange:e=>c(e.target.value),value:r}),(0,i.jsx)(b.Button,{label:(0,v.__)("Apply"),type:"submit",onClick:e=>{e.preventDefault(),a({id:null,url:r,alt:"",title:""}),c("")},isPrimary:!0,children:(0,v.__)("Apply")})]})]})},ke=e=>{const{label:t=(0,v.__)("Edit Image:"),icon:a="format-image",types:s=["image"],value:o={},onChange:n,isMultiple:l=!1}=e;return(l?o?.length:o?.url)&&(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:s,value:l?o.map((e=>e.id)):o?.id,onSelect:e=>{if(l){const t=e.map((e=>({id:e?.id,url:e?.url,alt:e?.alt,name:e?.name,title:e?.title,sizes:e?.sizes,caption:e?.caption,description:e?.description,link:e?.link})));n(t)}else n({id:e?.id,url:e?.url,alt:e?.alt,name:e?.name,title:e?.title,sizes:e?.sizes,caption:e?.caption,description:e?.description,link:e?.link})},render:({open:e})=>(0,i.jsx)(b.ToolbarButton,{label:t,icon:a,onClick:e}),multiple:l})})})},Ce=[{label:"Circle",value:"circle"},{label:"Flower",value:"flower"},{label:"Sketch",value:"sketch"},{label:"Triangle",value:"triangle"},{label:"Blob",value:"blob"},{label:"Hexagon",value:"hexagon"},{label:"Custom",value:"custom"}],_e=[{label:"Fit",value:"contain"},{label:"Fill",value:"cover"},{label:"Custom",value:"custom"}],Me=[{label:"Center Center",value:"center center"},{label:"Center Left",value:"center left"},{label:"Center Right",value:"center right"},{label:"Top Center",value:"top center"},{label:"Top Left",value:"top left"},{label:"Top Right",value:"top right"},{label:"Bottom Center",value:"bottom center"},{label:"Bottom Left",value:"bottom left"},{label:"Bottom Right",value:"bottom right"},{label:"Custom",value:"custom"}],ze=[{label:"No-repeat",value:"no-repeat"},{label:"Repeat",value:"repeat"},{label:"Repeat-x",value:"repeat-x"},{label:"Repeat-y",value:"repeat-y"},{label:"Round",value:"round"},{label:"Space",value:"space"}],je=({mask:e,onChange:t})=>{const{isMask:a=!1,shape:s={},size:o={},position:n={},repeat:l="no-repeat"}=e||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:"Mask",initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mb10",label:"Mask",checked:a,value:a,onChange:a=>t({...e,isMask:a}),__nextHasNoMarginBottom:!0}),a&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:"Shape"}),(0,i.jsx)(b.SelectControl,{options:Ce,value:s.type,onChange:a=>t({...e,shape:{...e.shape,type:a}})})]}),"custom"===s.type&&(0,i.jsx)(xe,{className:"mt10",types:["image/svg+xml"],value:{url:s.url},onChange:a=>t({...e,shape:{...e.shape,url:a.url}})}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:"Size"}),(0,i.jsx)(b.SelectControl,{options:_e,value:o.type,onChange:a=>t({...e,size:{...e.size,type:a}})})]}),"custom"===o.type&&(0,i.jsx)(b.__experimentalUnitControl,{label:"Size",labelPosition:"edge",min:0,max:1e3,value:o.scale,onChange:a=>t({...e,size:{...e.size,scale:a}})}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:"Position"}),(0,i.jsx)(b.SelectControl,{options:Me,value:n.type,onChange:a=>t({...e,position:{...e.position,type:a}})})]}),"custom"===n.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:"Position X",labelPosition:"edge",min:-1e3,max:1e3,value:n.x,onChange:a=>t({...e,position:{...e.position,x:a}})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:"Position Y",labelPosition:"edge",min:-1e3,max:1e3,value:n.y,onChange:a=>t({...e,position:{...e.position,y:a}})})]}),"cover"!==o.type&&(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:"Repeat"}),(0,i.jsx)(b.SelectControl,{options:ze,value:l,onChange:a=>t({...e,repeat:a})})]})]})]})},Le=[{title:(0,v.__)("Normal"),name:"normal"},{title:(0,v.__)("Hover"),name:"hover"}],Se=[{label:"Solid",value:"solid"},{label:"Dashed",value:"dashed"},{label:"Dotted",value:"dotted"},{label:"Double",value:"double"},{label:"Groove",value:"groove"},{label:"Inset",value:"inset"},{label:"Outset",value:"outset"},{label:"Ridge",value:"ridge"}],$e=(e=0)=>({value:"px",label:"px",default:e}),He=(e=0)=>({value:"%",label:"%",default:e}),Te=(e=0)=>({value:"em",label:"em",default:e}),Be=(e=0)=>({value:"rem",label:"rem",default:e}),Ae=(e=0)=>({value:"vw",label:"vw",default:e}),Ve=(e=0)=>({value:"vh",label:"vh",default:e}),Ne=[{value:"all",label:"All Sides"},{value:"top",label:"Top"},{value:"right",label:"Right"},{value:"bottom",label:"Bottom"},{value:"left",label:"Left"},{value:"topRight",label:"Top Right"},{value:"topBottom",label:"Top Bottom"},{value:"topLeft",label:"Top Left"},{value:"topRightBottom",label:"Top Right Bottom"},{value:"topRightLeft",label:"Top Right Left"},{value:"topBottomLeft",label:"Top Bottom Left"},{value:"rightBottom",label:"Right Bottom"},{value:"rightLeft",label:"Right Left"},{value:"rightBottomLeft",label:"Right Bottom Left"},{value:"bottomLeft",label:"Bottom Left"}],Pe=[{label:"Solid",value:"solid"},{label:"Gradient",value:"gradient"}],Ee=[{label:(0,v.__)("Default"),value:""},{label:(0,v.__)("Auto"),value:"auto"},{label:(0,v.__)("Hidden"),value:"hidden"},{label:(0,v.__)("Visible"),value:"visible"},{label:(0,v.__)("Scroll"),value:"scroll"}],Ie=[{label:(0,v.__)("None"),value:""},{label:(0,v.__)("Fade Up"),value:"fade-up"},{label:(0,v.__)("Fade Down"),value:"fade-down"},{label:(0,v.__)("Fade Left"),value:"fade-left"},{label:(0,v.__)("Fade Right"),value:"fade-right"},{label:(0,v.__)("Fade Up Left"),value:"fade-up-left"},{label:(0,v.__)("Fade Up Right"),value:"fade-up-right"},{label:(0,v.__)("Fade Down Left"),value:"fade-down-left"},{label:(0,v.__)("Fade Down Right"),value:"fade-down-right"},{label:(0,v.__)("Flip Left"),value:"flip-left"},{label:(0,v.__)("Flip Right"),value:"flip-right"},{label:(0,v.__)("Flip Up"),value:"flip-up"},{label:(0,v.__)("Flip Down"),value:"flip-down"},{label:(0,v.__)("Zoom In"),value:"zoom-in"},{label:(0,v.__)("Zoom In Up"),value:"zoom-in-up"},{label:(0,v.__)("Zoom In Down"),value:"zoom-in-down"},{label:(0,v.__)("Zoom In Left"),value:"zoom-in-left"},{label:(0,v.__)("Zoom In Right"),value:"zoom-in-right"},{label:(0,v.__)("Zoom Out"),value:"zoom-out"},{label:(0,v.__)("Zoom Out Up"),value:"zoom-out-up"},{label:(0,v.__)("Zoom Out Down"),value:"zoom-out-down"},{label:(0,v.__)("Zoom Out Right"),value:"zoom-out-right"},{label:(0,v.__)("Zoom Out Left"),value:"zoom-out-left"}],Oe=({animation:e,onChange:t,id:a})=>{const{type:s="",duration:o=1,delay:n=0}=e||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:"Animation",initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Type"),labelPosition:"left",value:s,onChange:a=>t(ue(e,a,"type")),options:Ie}),(0,i.jsx)(b.RangeControl,{className:"mt20",label:"Duration (s)",value:o,onChange:a=>t(ue(e,a,"duration")),min:0,max:3,step:.05}),(0,i.jsx)(b.RangeControl,{className:"mt20",label:"Delay (s)",value:n,onChange:a=>t(ue(e,a,"delay")),min:0,max:3,step:.05})]})},Re=(0,m.withSelect)((e=>({themeColors:e("core/block-editor").getSettings().colors})))((({isOpen:e,onClose:t,onChange:a,themeColors:s})=>s.length?(0,i.jsx)("div",{className:"bPlThemeColors",children:s.map((({color:s})=>(0,i.jsx)("div",{className:"bPlColorButtonContainer",children:(0,i.jsx)("button",{type:"button",className:"bPlColorButton","aria-expanded":e,style:{backgroundColor:s||"transparent"},onClick:()=>{a(s),t()}})},s)))}):null)),De=(0,g.forwardRef)(((e,t)=>{const{className:a="",label:s=(0,v.__)("Color:"),value:o="",onChange:n,defaultColor:l,disableAlpha:r=!1}=e;return(0,i.jsxs)(b.PanelRow,{ref:t,className:a,children:[(0,i.jsx)(f,{className:"",children:s}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer bPlColor",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"top-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:"bPlColorButtonContainer",children:(0,i.jsx)("button",{type:"button",className:"bPlColorButton",onClick:t,"aria-expanded":e,style:{backgroundColor:o||"transparent"}})}),l&&l!=o&&(0,i.jsx)(b.Button,{className:"bPlResetVal",icon:"image-rotate",label:(0,v.__)("Reset"),onClick:()=>n(l)})]}),renderContent:({isOpen:e,onClose:t})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ColorPicker,{color:o||"",disableAlpha:r,onChangeComplete:e=>n(`rgba(${e.rgb.r}, ${e.rgb.g}, ${e.rgb.b}, ${e.rgb.a})`)}),(0,i.jsx)(Re,{isOpen:e,onClose:t,onChange:n})]})})]})})),Fe=e=>{const{className:t="",label:a=(0,v.__)("Color:"),value:s,onChange:o,defaultColor:n,disableAlpha:l}=e;return(0,i.jsxs)(b.PanelRow,{className:t,children:[(0,i.jsx)(f,{className:"",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer bPlColor",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"top-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:"bPlColorButtonContainer",children:(0,i.jsx)("button",{type:"button",className:"bPlColorButton",onClick:t,"aria-expanded":e,style:{backgroundColor:s||"transparent"}})}),n&&n!=s&&(0,i.jsx)(b.Button,{className:"bPlResetVal",icon:"image-rotate",label:(0,v.__)("Reset"),onClick:()=>o(n)})]}),renderContent:({isOpen:e,onClose:t})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ColorPicker,{className:"bPlColorControl",color:s||"",onChangeComplete:e=>{const t=l?"":("0"+Math.round(255*e.rgb.a).toString(16)).slice(-2);o(e.hex+t)},disableAlpha:l}),(0,i.jsx)(Re,{isOpen:e,onClose:t,onChange:o})]})})]})},qe=e=>{const{className:t="",options:s=[],label:o="Button Group",value:n,onChange:l=()=>{},borderRadius:r="30px",height:c,paddingX:d="8px",paddingY:h="4px",fontSize:p="12px",fontWeight:u=400,activeBg:m,activeColor:v="#fff",inactiveColor:b="#000",hoverBg:f,hoverColor:w,style:x}=e,[y,k]=(0,g.useState)(0),C=s.length>0?s:[1,2],_=(0,g.useRef)(null),M=(0,g.useRef)(null),z=Math.floor(99999999*Math.random());return(0,g.useEffect)((()=>{const e=y>s.length-1?y-1:y,t=_.current,a=M.current;n&&C.forEach(((e,t)=>{e.value===n&&k(t)}));const o=t.querySelectorAll(`.bpl-button-group-${z}`),i=Array.from(o)[e],l=i.getBoundingClientRect().height.toFixed(2),r=i.getBoundingClientRect().width.toFixed(2),c=Number(r),d=Number(l);a.style.width=`${c||i.clientWidth}px`,a.style.height=`${d||i.clientHeight}px`,a.style.left=`${i.offsetLeft}px`}),[y,s,n]),(0,i.jsxs)("div",{className:t,style:{marginBottom:"10px",...x},children:[(0,i.jsx)("style",{children:`\n\t\t\t\t.bpl-buttonGroupHover-${z}.bpl-button-group-${z}:hover{\n\t\t\t\t\tbackground:${f};\n\t\t\t\t\tcolor:${w};\n\t\t\t\t\ttransition: background 0.3s ease-in-out;\n\t\t\t\t}\n\t\t\t`}),(0,i.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[o&&(0,i.jsx)("label",{style:{fontWeight:500},children:o}),(0,i.jsxs)("div",{ref:_,style:{display:"flex",position:"relative",border:"1px solid #ccc",borderRadius:r},children:[C.map(((e,t)=>(0,i.jsx)("button",{style:{background:f?y===t?"transparent":"":"transparent",borderRadius:r,height:c,padding:`${h} ${d}`,fontSize:p,zIndex:20,cursor:"pointer",fontWeight:u,color:`${y!==t?b:v}`,border:"none"},onClick:a=>((e,t,a)=>{k(a),l(t.value)})(0,e,t),className:`${y!==t?`bpl-buttonGroupHover-${z}`:""} bpl-button-group-${z}`,children:s.length?e.label:`Button ${t+1}`},t))),(0,i.jsx)("div",{ref:M,style:{background:m||a,transition:"left 0.2s ease-in-out",position:"absolute",top:0,left:0,zIndex:10,borderRadius:r}})]})]})]})},We=e=>{const{value:t={},onChange:s}=e,{type:o="linear",radialType:n="ellipse",colors:l=[],centerPositions:r={x:0,y:0},angel:c=90}=t,d=(e,a,o)=>{const n=de(t.colors,(t=>{t[e][a]=o}));s({...t,colors:n})};return(0,g.useEffect)((()=>{s(t)}),[t,t]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qe,{className:"mt10",label:"Gradient Type",value:o,onChange:e=>s({...t,type:e}),options:[{label:"Linear",value:"linear"},{label:"Radial",value:"radial"}]}),"radial"===o&&(0,i.jsx)(qe,{label:"Radial Type",value:n,onChange:e=>s({...t,radialType:e}),options:[{label:"Ellipse",value:"ellipse"},{label:"Circle",value:"circle"}]}),l?.map(((e,a)=>(0,i.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"10px"},children:[(0,i.jsx)(De,{value:e.color,onChange:e=>d(a,"color",e),tooltip:"Color"}),(0,i.jsxs)("div",{className:"advExtraMargin",style:{display:"flex",alignItems:"center",gap:"5px"},children:[(0,i.jsx)(b.Tooltip,{delay:300,text:"Position",placement:"top",children:(0,i.jsx)(b.__experimentalNumberControl,{value:e.position,onChange:e=>d(a,"position",e),min:0,max:100})}),l.length>1&&(0,i.jsx)(b.Dashicon,{style:{cursor:"pointer",color:"red"},onClick:()=>(e=>{const a=de(t.colors,(t=>{t.splice(e,1)}));s({...t,colors:a})})(a),icon:"trash"})]})]},a))),(0,i.jsx)("div",{style:{display:"flex",justifyContent:"center",margin:"10px 0"},children:(0,i.jsx)(b.Button,{text:"Add Color",variant:"tertiary",style:{color:"#fff",background:a},icon:"plus",iconPosition:"right",onClick:()=>{const e=[...l];e.push({color:"#"+Math.floor(16777215*Math.random()).toString(16).padStart(6,"0"),position:parseInt(99*Math.random())}),s({...t,colors:e})}})}),"radial"===o?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{label:"Center X Position",value:r?.x,onChange:e=>s({...t,centerPositions:{...r,x:e}}),min:0,max:100}),(0,i.jsx)(b.RangeControl,{label:"Center Y Position",value:r?.y,onChange:e=>s({...t,centerPositions:{...r,y:e}}),min:0,max:100})]}):(0,i.jsx)(b.RangeControl,{label:"Angle",value:c,onChange:e=>s({...t,angel:e}),min:0,max:360})]})},Ue=(0,m.withSelect)((e=>{const{gradients:t}=e("core/block-editor").getSettings();return{gradients:t.length>12?t.slice(0,12):t}}))((e=>{const{label:t="Color",value:a,onChange:s=()=>{},className:o="",gradients:l}=e,[r,c]=(0,g.useState)("solid"),d=Math.floor(9999999*Math.random());return(0,i.jsxs)("div",{className:o,children:[(0,i.jsx)("style",{children:`#customColorControlPanel-${d}-dualColor{\n\t\t\t\t${a?`background: ${a};`:"\n\t\t\t\t\tbackground-image: linear-gradient( 45deg, #d5d8dc 25%, transparent 0, transparent 75%, #d5d8dc 0, #d5d8dc ), linear-gradient( 45deg, #d5d8dc 25%, transparent 0, transparent 75%, #d5d8dc 0, #d5d8dc );\n\t\t\t\t\tbackground-size: 16px 16px;\n\t\t\t\t\tbackground-position: 0 0, calc(16px / 2) calc(16px / 2);\n\t\t\t\t"}\n\t\t\t}`}),(0,i.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,i.jsx)(f,{className:"",children:t}),(0,i.jsx)(b.Dropdown,{className:"my-container-class-name",contentClassName:"my-popover-content-classname",renderToggle:({isOpen:e,onToggle:t,onClose:a})=>(0,i.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:"5px"},children:[(0,i.jsx)("div",{id:`customColorControlPanel-${d}-dualColor`,style:{height:"25px",width:"25px",borderRadius:"50%",border:"1px solid #ccc"}}),(0,i.jsx)(b.Button,{onClick:t,"aria-expanded":e,icon:"edit"})]}),renderContent:({isOpen:e,onToggle:t,onClose:o})=>(0,i.jsxs)("div",{className:"panel-custom-color-control-container",children:[(0,i.jsx)(qe,{label:"Type:",options:[{label:"Solid",value:"solid"},{label:"Gradient",value:"gradient"}],value:r,onChange:e=>c(e)}),"solid"===r&&(0,i.jsx)("div",{style:{marginTop:"20px"},children:(0,i.jsx)(De,{value:a,label:"Color :",onChange:e=>s(e)})}),"gradient"===r&&(0,i.jsx)("div",{style:{marginTop:"10px"},children:(0,i.jsx)(b.GradientPicker,{value:a||n,onChange:e=>s(e),gradients:l})}),(0,i.jsx)("div",{onClick:o})]})})]})]})})),Ge=[{label:"Default",value:"initial"},{label:"Fixed",value:"fixed"},{label:"Scroll",value:"scroll"}],Ye=[{label:"Default",value:"initial"},{label:"Center Center",value:"center center"},{label:"Center Left",value:"center left"},{label:"Center Right",value:"center right"},{label:"Top Center",value:"center top"},{label:"Top Left",value:"left top"},{label:"Top Right",value:"left bottom"},{label:"Bottom Center",value:"right center"},{label:"Bottom Left",value:"right top"},{label:"Bottom Right",value:"right bottom"},{label:"Custom",value:"custom"}],Ze=[{label:"Default",value:"initial"},{label:"Repeat",value:"repeat"},{label:"Repeat-X",value:"repeat-x"},{label:"Repeat-Y",value:"repeat-y"},{label:"No-Repeat",value:"no-repeat"}],Ke=[{label:"Default",value:"initial"},{label:"Auto",value:"auto"},{label:"Cover",value:"cover"},{label:"Contain",value:"contain"},{label:"Custom",value:"custom"}],Qe=[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"}],Xe=[{title:(0,v.__)("Color"),name:"color"},{title:(0,v.__)("Gradient"),name:"gradient"},{title:(0,v.__)("Image"),name:"image"},{title:(0,v.__)("Video"),name:"video"}],Je=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({name:e="Background",value:t,onChange:a,isVideo:s=!1,device:o})=>{const{type:n="color",color:l="",gradient:r={},img:c={},video:d={}}=t||{},{position:h="center center",xPosition:p,yPosition:g,attachment:u,repeat:m="no-repeat",size:v="cover",customSize:w}=c?.[o]||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10 mb10",children:e}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:s?Xe:Xe.filter((e=>"video"!==e.name)),initialTabName:n,onSelect:e=>a({...t,type:e}),children:s=>(0,i.jsxs)(i.Fragment,{children:["color"===s.name&&(0,i.jsx)(Ue,{className:"mt20",label:`${e} Color`,value:l,onChange:e=>a({...t,color:e})}),"gradient"===s.name&&(0,i.jsx)(We,{value:r,onChange:e=>a({...t,gradient:e})}),"image"===s.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(f,{className:"mt10 mb10",children:[e," Image"]}),(0,i.jsx)(xe,{label:"Upload Image",value:t?.img,onChange:e=>a({...t,img:{...c,url:e.url}}),width:"100%",height:"100%"}),c?.url&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:"Position"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.SelectControl,{value:h,options:Ye,onChange:e=>a({...t,img:{...c,[o]:{...c[o],position:e}}})}),"custom"===h&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt15",children:[(0,i.jsx)(f,{className:"",children:"X Position"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{units:Qe,value:p,min:-2e3,max:2e3,onChange:e=>a({...t,img:{...c,[o]:{...c[o],xPosition:e}}})}),(0,i.jsxs)(b.PanelRow,{className:"mt15",children:[(0,i.jsx)(f,{className:"",children:"Y Position"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{units:Qe,value:g,min:-2e3,max:2e3,onChange:e=>a({...t,img:{...c,[o]:{...c[o],yPosition:e}}})})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:"Attachment"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.SelectControl,{value:u,options:Ge,onChange:e=>a({...t,img:{...c,[o]:{...c[o],attachment:e}}})}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:"Repeat"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.SelectControl,{value:m,options:Ze,onChange:e=>a({...t,img:{...c,[o]:{...c[o],repeat:e}}})}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:"Size"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.SelectControl,{value:v,options:Ke,onChange:e=>a({...t,img:{...c,[o]:{...c[o],size:e}}})}),"custom"===v&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt15",children:[(0,i.jsx)(f,{className:"",children:"Width"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{units:Qe,value:w,min:-2e3,max:2e3,onChange:e=>a({...t,img:{...c,[o]:{...c[o],customSize:e}}})})]})]})]}),"video"===s.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(f,{className:"mt10 mb10",children:[e," Video"]}),(0,i.jsx)(xe,{loop:d?.loop,types:["video/mp4","video/3gpp","video/x-ms-wmv"],isVideo:!0,value:d,onChange:e=>a({...t,video:{...d,url:e.url}}),label:"Upload Video"}),(0,i.jsx)(b.__experimentalInputControl,{style:{marginTop:"10px"},label:"Inline Upload",labelPosition:"top",type:"text",value:d?.url,onChange:e=>a({...t,video:{...d,url:e}}),placeholder:"Insert your video link.."}),d?.url&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:"Loop",checked:d?.loop,value:d?.loop,onChange:e=>a({...t,video:{...d,loop:e}}),__nextHasNoMarginBottom:!0})]})]})})]})})),et=[{label:"Normal",value:"normal"},{label:"Multiply",value:"multiply"},{label:"Screen",value:"screen"},{label:"Overlay",value:"overlay"},{label:"Darken",value:"darken"},{label:"Lighten",value:"lighten"},{label:"Color Dodge",value:"color-dodge"},{label:"Saturation",value:"saturation"},{label:"Color",value:"color"},{label:"Luminosity",value:"luminosity"}],tt={top:0,right:0,bottom:0,left:0},at=e=>{const{value:t,onChange:a}=e,{isEnabled:s=!1,colors:o={},opacity:n=1,blend:l="normal",filter:r="",blur:c=0,brightness:d=100,contrast:h=100,saturation:p=100,hue:g=0,position:u=tt,zIndex:m=-1}=t||{},v=(e,s,o=null)=>{const n=de(t||{},(t=>{null!==o?t[e][o]=s:t[e]=s}));a(n)};return(0,i.jsxs)(b.PanelBody,{title:"Overlay",className:"bPlPanelBody bPlOverlay mt20",children:[(0,i.jsx)(b.ToggleControl,{label:"Enable",checked:s,value:s,onChange:e=>v("isEnabled",e),__nextHasNoMarginBottom:!0}),s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Je,{name:"Overlay",value:o,onChange:e=>v("colors",e)}),(0,i.jsx)(w,{label:"Overlay Position",values:u,resetValues:tt,onChange:e=>v("position",e)}),(0,i.jsx)(b.RangeControl,{className:"mt20",label:"Opacity",value:n,onChange:e=>v("opacity",e),min:0,max:1,step:.01}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:"Blend Mode",labelPosition:"left",value:l,onChange:e=>v("blend",e),options:et}),(0,i.jsx)(b.SelectControl,{className:"mt20 mb5",label:"CSS Filter",labelPosition:"left",value:r,onChange:e=>v("filter",e),options:[{label:"None",value:""},{label:"Filter",value:"filter"},{label:"Backdrop Filter",value:"backdrop-filter"}]}),r&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{className:"mt15",label:"Blur",value:c,onChange:e=>v("blur",e),min:0,max:20}),(0,i.jsx)(b.RangeControl,{className:"mt15",label:"Brightness",value:d,onChange:e=>v("brightness",e),min:0,max:200}),(0,i.jsx)(b.RangeControl,{className:"mt15",label:"Contrast",value:h,onChange:e=>v("contrast",e),min:0,max:200}),(0,i.jsx)(b.RangeControl,{className:"mt15",label:"Saturation",value:p,onChange:e=>v("saturation",e),min:0,max:200}),(0,i.jsx)(b.RangeControl,{className:"mt15",label:"Hue",value:g,onChange:e=>v("hue",e),min:0,max:360})]}),(0,i.jsx)(b.__experimentalNumberControl,{label:"Z Index",labelPosition:"edge",value:m,onChange:e=>v("zIndex",e)})]})]})},st=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({background:e,onChange:t,enabled:a,isPremium:s})=>{const o=a?.filter((e=>"overlay"!==e))?.map((e=>({title:e,name:e}))),n=e=>a.includes(e);return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:"Background",initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:o,children:a=>(0,i.jsxs)(i.Fragment,{children:["normal"===a.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Je,{name:"Background Type",value:e?.[a.name],onChange:s=>t(ue(e,s,a.name)),isVideo:s}),n("overlay")&&(0,i.jsx)(at,{value:e?.overlay,onChange:a=>t(ue(e,a,"overlay"))})]}),"hover"===a.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{className:"mt10 mb10",label:"Hover Transition",value:e?.transition||.4,onChange:a=>t(ue(e,a,"transition")),min:0,max:10,step:.05}),(0,i.jsx)(Je,{name:"Hover Background Type",value:e?.[a.name],onChange:s=>t(ue(e,s,a.name)),isVideo:!1,isHover:!0}),n("overlay")&&(0,i.jsx)(at,{value:e?.hoverOverlay,onChange:a=>t(ue(e,a,"hoverOverlay"))})]})]})})})})),ot=(0,i.jsx)("svg",{xmlns:"https://www.w3.org/2000/svg",width:15,height:15,viewBox:"0 0 548.172 548.172",children:(0,i.jsx)("path",{fill:a,d:"M534.75 49.965c-8.945-8.945-19.694-13.422-32.261-13.422H45.681c-12.562 0-23.313 4.477-32.264 13.422C4.471 58.913 0 69.663 0 82.226v310.633c0 12.566 4.471 23.315 13.417 32.265 8.951 8.945 19.702 13.414 32.264 13.414h155.318c0 7.231-1.524 14.661-4.57 22.269-3.044 7.614-6.09 14.273-9.136 19.981-3.042 5.715-4.565 9.897-4.565 12.56 0 4.948 1.807 9.24 5.424 12.847 3.615 3.621 7.898 5.435 12.847 5.435h146.179c4.949 0 9.233-1.813 12.848-5.435 3.62-3.606 5.427-7.898 5.427-12.847 0-2.468-1.526-6.611-4.571-12.415-3.046-5.801-6.092-12.566-9.134-20.267-3.046-7.71-4.569-15.085-4.569-22.128h155.318c12.56 0 23.309-4.469 32.254-13.414 8.949-8.949 13.422-19.698 13.422-32.265V82.226c.003-12.563-4.474-23.313-13.423-32.261zm-23.123 269.803c0 2.475-.903 4.613-2.711 6.424-1.81 1.804-3.952 2.707-6.427 2.707H45.681c-2.473 0-4.615-.903-6.423-2.707-1.807-1.817-2.712-3.949-2.712-6.424V82.226c0-2.475.902-4.615 2.712-6.423 1.809-1.805 3.951-2.712 6.423-2.712h456.815c2.471 0 4.617.904 6.42 2.712 1.808 1.809 2.711 3.949 2.711 6.423v237.542z"})}),nt=(0,i.jsx)("svg",{xmlns:"https://www.w3.org/2000/svg",width:15,height:15,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{fill:a,d:"M394.667 0H117.333C87.936 0 64 23.936 64 53.333v405.333C64 488.064 87.936 512 117.333 512h277.333C424.064 512 448 488.064 448 458.667V53.333C448 23.936 424.064 0 394.667 0zM256 480c-11.755 0-21.333-9.579-21.333-21.333s9.579-21.333 21.333-21.333 21.333 9.579 21.333 21.333S267.755 480 256 480zm149.333-64c0 5.888-4.779 10.667-10.667 10.667H117.333c-5.888 0-10.667-4.779-10.667-10.667V53.333c0-5.888 4.779-10.667 10.667-10.667h277.333c5.888 0 10.667 4.779 10.667 10.667V416z"})}),it=(0,i.jsx)("svg",{xmlns:"https://www.w3.org/2000/svg",width:15,height:15,viewBox:"0 0 503.604 503.604",children:(0,i.jsx)("path",{fill:a,d:"M337.324 0H167.192c-28.924 0-53.5 23.584-53.5 52.5v398.664c0 28.916 24.056 52.44 52.98 52.44l170.412-.184c28.92 0 52.58-23.528 52.58-52.448l.248-398.5C389.908 23.452 366.364 0 337.324 0zM227.68 31.476h49.36c4.336 0 7.868 3.52 7.868 7.868 0 4.348-3.532 7.868-7.868 7.868h-49.36a7.865 7.865 0 01-7.868-7.868 7.865 7.865 0 017.868-7.868zm-29.66 2.504c2.916-2.912 8.224-2.952 11.136 0a7.973 7.973 0 012.324 5.588c0 2.048-.864 4.088-2.324 5.548-1.452 1.46-3.504 2.32-5.548 2.32-2.084 0-4.088-.86-5.588-2.32-1.452-1.456-2.28-3.5-2.28-5.548-.004-2.088.828-4.132 2.28-5.588zm52.752 454.028c-12.984 0-23.544-10.568-23.544-23.548 0-12.984 10.56-23.548 23.544-23.548s23.544 10.564 23.544 23.548c0 12.98-10.564 23.548-23.544 23.548zm114.716-63.1H141.232V74.756h224.256v350.152z"})}),lt=(0,i.jsx)("svg",{xmlns:"https://www.w3.org/2000/svg",width:14,height:14,viewBox:"0 0 330 330",children:(0,i.jsx)("path",{d:"M100.606 229.393c-5.857-5.857-15.355-5.857-21.213 0-5.858 5.857-5.858 15.355 0 21.213l75 75A14.954 14.954 0 00165 330a14.95 14.95 0 0010.606-4.394l75-75c5.858-5.857 5.858-15.355 0-21.213-5.857-5.857-15.355-5.857-21.213 0L180 278.787V51.212l49.394 49.394A14.95 14.95 0 00240 105a14.95 14.95 0 0010.606-4.394c5.858-5.857 5.858-15.355 0-21.213l-75-75c-5.857-5.858-15.355-5.858-21.213 0l-75 75c-5.858 5.857-5.858 15.355 0 21.213 5.857 5.857 15.355 5.857 21.213 0L150 51.212v227.574l-49.394-49.393z"})}),rt=(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:16,height:16,viewBox:"0 0 430.848 430.848",children:[(0,i.jsx)("path",{d:"M286.244,249.537l10.992-45.639c0.035-0.143,0.071-0.285,0.109-0.428c2.909-10.867,11.469-19.426,22.339-22.338 l33.347-8.936c-5.472-6.525-13.678-10.682-22.839-10.682h-9.837c-2.511-7.895-5.7-15.59-9.515-22.957l6.96-6.959 c11.622-11.623,11.622-30.535,0-42.156L296.76,68.4c-5.631-5.629-13.117-8.73-21.079-8.73c-7.961,0-15.447,3.102-21.078,8.732 l-6.96,6.959c-7.369-3.814-15.064-7.004-22.956-9.516V56.01c0-16.436-13.372-29.807-29.808-29.807h-29.758 c-16.436,0-29.808,13.371-29.808,29.807v9.836c-7.893,2.512-15.588,5.701-22.957,9.516l-6.96-6.961 c-5.631-5.629-13.117-8.73-21.078-8.73c-7.961,0-15.447,3.102-21.079,8.732L42.2,89.443c-11.622,11.621-11.622,30.533,0,42.156 l6.959,6.959c-3.815,7.367-7.004,15.063-9.515,22.957h-9.837C13.372,161.516,0,174.887,0,191.324v29.758 c0,16.436,13.372,29.807,29.808,29.807h9.837c2.511,7.895,5.7,15.588,9.515,22.957l-6.96,6.959 c-11.623,11.623-11.623,30.533,0,42.158l21.041,21.039c5.632,5.631,13.118,8.732,21.079,8.732s15.447-3.102,21.077-8.732 l6.96-6.959c7.366,3.815,15.061,7.002,22.957,9.514v9.838c0,16.436,13.372,29.809,29.808,29.809h25.809 c-2.388-5.691-3.644-11.852-3.645-18.209c-0.002-12.572,4.892-24.391,13.781-33.279L286.244,249.537z M180,286.201 c-44.112,0-80-35.887-80-79.998c0-44.113,35.888-80.002,80-80.002s80,35.889,80,80.002C260,250.314,224.112,286.201,180,286.201z"}),(0,i.jsx)("path",{d:"M425.267,218.734l-0.319-0.32c-0.939-0.941-2.189-1.428-3.541-1.469c-1.326,0-2.598,0.525-3.536,1.465l-21.596,21.596 c-3.304,3.305-7.699,5.125-12.375,5.125c-4.676,0-9.072-1.82-12.379-5.129c-3.307-3.305-5.128-7.701-5.128-12.377 c0.001-4.676,1.821-9.072,5.126-12.377l21.596-21.596c0.939-0.939,1.465-2.213,1.464-3.539c-0.001-1.328-0.53-2.6-1.47-3.537 l-0.314-0.313c-3.605-3.605-8.399-5.592-13.499-5.592c-1.665,0-3.325,0.219-4.936,0.65l-44.348,11.885 c-6.568,1.76-11.741,6.932-13.498,13.496c-0.011,0.041-0.021,0.08-0.031,0.121l-11.817,49.063l-87.667,87.666 c-6.528,6.527-10.122,15.207-10.121,24.44c0.002,9.232,3.598,17.91,10.126,24.439l2.088,2.088 c6.528,6.529,15.209,10.125,24.443,10.125h0c9.231,0,17.909-3.594,24.437-10.121l87.667-87.666l49.061-11.816 c0.041-0.01,0.082-0.022,0.122-0.031c6.563-1.758,11.735-6.928,13.497-13.496l11.883-44.352 C431.959,230.598,430.066,223.535,425.267,218.734z M257.26,368.406c-1.888,1.889-4.399,2.93-7.071,2.93 c-2.671,0-5.183-1.041-7.072-2.932c-1.887-1.885-2.928-4.397-2.928-7.068c-0.001-2.672,1.041-5.185,2.931-7.072 c1.886-1.887,4.398-2.928,7.069-2.928c2.672,0,5.184,1.041,7.072,2.93c1.887,1.885,2.928,4.396,2.928,7.068 C260.189,364.006,259.148,366.518,257.26,368.406z M316.194,305.935L274.82,347.31c-1.416,1.416-3.3,2.197-5.303,2.197 c-2.003,0-3.887-0.781-5.303-2.197c-1.417-1.416-2.197-3.299-2.197-5.303s0.78-3.887,2.197-5.303l41.374-41.375 c1.417-1.418,3.3-2.197,5.303-2.197s3.887,0.779,5.303,2.197c1.417,1.416,2.197,3.299,2.197,5.303S317.611,304.519,316.194,305.935 z"})]}),ct=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"})}),dt=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z"})}),ht=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 576 512",children:(0,i.jsx)("path",{d:"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"})}),pt=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:30,height:30,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"})}),gt=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:18,height:18,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z"})}),ut=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 -960 960 960",children:(0,i.jsx)("path",{d:"M480-424 284-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l196 196 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L536-480l196 196q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-424Z"})}),mt=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 320 512",width:16,height:16,children:(0,i.jsx)("path",{d:"M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"})}),vt=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 544 432",children:(0,i.jsx)("path",{d:"m297 71.2c9.2-7.3 15-18.6 15-31.2 0-22.1-17.9-40-40-40-22.1 0-40 17.9-40 40 0 12.6 5.9 23.9 15 31.2l-68.4 107.6c-10 15.7-31.3 19.6-46.2 8.4l-59.5-44.5c4.5-6.4 7.1-14.3 7.1-22.7 0-22.1-17.9-40-40-40-22.1 0-40 17.9-40 40 0 21.8 17.5 39.6 39.2 40l32.6 217.5c4.7 31.3 31.6 54.5 63.3 54.5h273.8c31.7 0 58.6-23.2 63.3-54.5l32.6-217.5c21.7-0.4 39.2-18.2 39.2-40 0-22.1-17.9-40-40-40-22.1 0-40 17.9-40 40 0 8.4 2.6 16.3 7.1 22.7l-59.4 44.6c-14.9 11.2-36.2 7.3-46.2-8.4z"})}),bt=e=>{const{className:t="",label:a=(0,v.__)("Shadow"),value:s,onChange:o,type:n="box",defaults:l=[]}=e,[r,c]=(0,g.useState)(0),d=[{hOffset:"0px",vOffset:"0px",blur:"0px",spreed:"0px",color:"#7090b0",isInset:!1}],h=(s?.length?s:null)||(l?.length?l:null)||d,p=e=>l?.[r]?.[e]||d[0][e],u=e=>(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>m(e,p(e))}),m=(e,t)=>{const a=de(h,(a=>{null==a&&(a=[]),a[r][e]=t}));o(a)},w=e=>{e.preventDefault(),o([...h.slice(0,r),{...h[r]},...h.slice(r)]),c(r+1)},x=e=>{e.preventDefault(),o([...h.slice(0,r),...h.slice(r+1)]),c(0===r?0:r-1)},{hOffset:y="",vOffset:k="",blur:C="",spreed:_="",color:M="",isInset:z=!1}=h[r]||{};return(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"mt5",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"edit",onClick:()=>{t(),c(0)},"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[1<h.length&&(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Shadow:")}),(0,i.jsx)(qe,{label:"",value:r,onChange:e=>c(e),options:h&&h?.map(((e,t)=>({label:t+1+"",value:t})))||[{label:1,value:0}],borderRadius:"5px"})]}),null!==r&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Horizontal Offset:"),labelPosition:"left",value:y,onChange:e=>m("hOffset",e),units:[$e(),Te(),Be()]}),y&&y!==p("hOffset")&&u("hOffset")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Vertical Offset:"),labelPosition:"left",value:k,onChange:e=>m("vOffset",e),units:[$e(),Te(),Be()]}),k&&k!==p("vOffset")&&u("vOffset")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Blur:"),labelPosition:"left",value:C,onChange:e=>m("blur",e),units:[$e(),Te(),Be()]}),C&&C!==p("blur")&&u("blur")]}),(0,i.jsx)("small",{children:(0,v.__)("Blur cannot be negative value!")}),"box"===n&&(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Spreed:"),labelPosition:"left",value:_,onChange:e=>m("spreed",e),units:[$e(),Te(),Be()]}),_&&_!==p("spreed")&&u("spreed")]}),(0,i.jsx)(De,{label:(0,v.__)("Color:"),value:M,onChange:e=>m("color",e),defaultColor:p("color")}),"box"===n&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Shadow Inset?"),checked:z,onChange:e=>m("isInset",e),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.PanelRow,{className:"itemAction mt20",children:[1<h?.length&&(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove"),onClick:x,children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove")]}),(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate"),onClick:w,children:[rt,(0,v.__)("Duplicate")]})]})]}),(0,i.jsx)("br",{}),(0,i.jsx)("div",{className:"addItem",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add New Shadow"),onClick:()=>o([...h,d[0]]),children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Shadow")]})})]})})]})},ft=({borderShadow:e,onChange:t,enabled:a})=>{const s=a?.filter((e=>!["border","shadow"].includes(e)))?.map((e=>({title:e,name:e}))),o=e=>a.includes(e);return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:"Border & Shadow",initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:s,children:a=>(0,i.jsxs)(i.Fragment,{children:["normal"===a.name&&(0,i.jsxs)(i.Fragment,{children:[o("border")&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Borders"),value:e?.[a.name]?.border,onChange:s=>t(ue(e,s,a.name,"border"))}),(0,i.jsx)(b.PanelRow,{className:"mt20 mb5",children:(0,i.jsx)(f,{className:"",children:(0,v.__)("Border Radius")})}),(0,i.jsx)(w,{values:e?.[a.name]?.radius,onChange:s=>t(ue(e,s,a.name,"radius"))})]}),o("shadow")&&(0,i.jsx)(bt,{label:(0,v.__)("Shadow"),value:e?.[a.name]?.shadow,onChange:s=>t(ue(e,s,a.name,"shadow"))})]}),"hover"===a.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{className:"mt10 mb10",label:"Hover Transition",value:e?.transition||.4,onChange:a=>t(ue(e,a,"transition")),min:0,max:10,step:.05}),o("border")&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt20",label:(0,v.__)("Borders"),value:e?.[a.name]?.border,onChange:s=>t(ue(e,s,a.name,"border"))}),(0,i.jsx)(b.PanelRow,{className:"mt20 mb5",children:(0,i.jsx)(f,{className:"",children:(0,v.__)("Border Radius")})}),(0,i.jsx)(w,{values:e?.[a.name]?.radius,onChange:s=>t(ue(e,s,a.name,"radius"))})]}),o("shadow")&&(0,i.jsx)(bt,{label:(0,v.__)("Shadow"),value:e?.[a.name]?.shadow,onChange:s=>t(ue(e,s,a.name,"shadow"))})]})]})})})};var wt=__webpack_require__(8579);__webpack_require__(44),__webpack_require__(997),__webpack_require__(3222),__webpack_require__(2972),__webpack_require__(4144),__webpack_require__(9326),__webpack_require__(6704);const xt=e=>{const{value:t,onChange:a,height:s="300px",width:o="100%",wrap:n=!1}=e,l=Math.floor(99999999*Math.random()),r=(0,g.useRef)(null),c=(0,g.useCallback)((e=>{clearTimeout(r.current),r.current=setTimeout((()=>a(e)),600)}),[a]);return(0,i.jsx)("div",{className:"bPlCustomCodeEditor",children:(0,i.jsx)(wt.Ay,{mode:"css",theme:"monokai",name:`advEditor-${l}`,onChange:c,fontSize:14,lineHeight:19,height:s,width:o,showPrintMargin:!0,showGutter:!0,highlightActiveLine:!0,wrapEnabled:n,value:t,setOptions:{useWorker:!1,enableBasicAutocompletion:!0,enableLiveAutocompletion:!0,enableSnippets:!0,showLineNumbers:!0,tabSize:2}})})},yt=({css:e="",onChange:t})=>(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:"Custom CSS",initialOpen:!1,children:(0,i.jsx)(xt,{value:e,onChange:a=>t(ue(e,a))})}),kt=({responsive:e,onChange:t})=>{const{desktop:a=!1,tablet:s=!1,mobile:o=!1}=e||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:"Responsive Control",initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:"Hide on Desktop",checked:a,onChange:a=>t(ue(e,a,"desktop")),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt15",label:"Hide on Tablet",checked:s,onChange:a=>t(ue(e,a,"tablet")),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt15",label:"Hide on Mobile",checked:o,onChange:a=>t(ue(e,a,"mobile")),__nextHasNoMarginBottom:!0})]})},Ct=e=>!(null==e||""===e||Array.isArray(e)&&0===e.length||"object"==typeof e&&0===Object.keys(e).length||"string"==typeof e&&""===e.trim()||"number"==typeof e&&0===e),_t=e=>{try{const t=new URL(e);return["http:","https:"].includes(t.protocol)?t.toString():null}catch(t){return"string"==typeof e&&e.startsWith("/")&&!e.startsWith("//")?e:null}},Mt=e=>{const t=(new DOMParser).parseFromString(e,"text/html"),a=["b","strong","i","em","span","a","br"],s=["style","href","target","rel","class"];return t.body.querySelectorAll("*").forEach((e=>{a.includes(e.tagName.toLowerCase())?[...e.attributes].forEach((t=>{if(s.includes(t.name)||e.removeAttribute(t.name),"href"===t.name){const a=_t(t.value);a?e.setAttribute("href",a):e.removeAttribute("href")}})):e.remove()})),t.body.innerHTML};class zt{constructor(e={}){this.defaultOptions={allowedTags:["svg","g","path","rect","circle","ellipse","line","polyline","polygon","text","tspan","defs","clipPath","mask","linearGradient","radialGradient","stop","style","title","desc"],allowedAttributes:["id","class","style","transform","d","x","y","width","height","cx","cy","r","rx","ry","points","x1","y1","x2","y2","fill","stroke","stroke-width","stroke-linecap","stroke-linejoin","opacity","fill-opacity","stroke-opacity","viewBox","preserveAspectRatio","xmlns","xmlns:xlink"],allowedProtocols:["http","https","data"],removeScripts:!0,removeEvents:!0,removeExternalResources:!0,sanitizeStyle:!0},this.options={...this.defaultOptions,...e}}sanitize(e){const t=(new DOMParser).parseFromString(e,"image/svg+xml");return this.removeScripts(t),this.sanitizeElements(t),(new XMLSerializer).serializeToString(t.documentElement)}async sanitizeFile(e){const t=await fetch(e),a=await t.text();return this.sanitize(`${a}`)}removeScripts(e){this.options.removeScripts&&(e.querySelectorAll("script").forEach((e=>e.remove())),e.querySelectorAll("*").forEach((e=>{e.tagName.toLowerCase().includes("script")&&e.remove()})))}sanitizeElements(e){e.querySelectorAll("*").forEach((e=>{const t=e.tagName.toLowerCase();this.options.allowedTags.includes(t)?this.sanitizeAttributes(e):e.remove()}))}sanitizeAttributes(e){Array.from(e.attributes).forEach((t=>{const a=t.name.toLowerCase(),s=t.value;if(this.options.removeEvents&&a.startsWith("on"))return void e.removeAttribute(a);if(this.options.removeExternalResources&&("href"===a||"xlink:href"===a)&&!this.isAllowedUrl(s))return void e.removeAttribute(a);const o=a.replace("xlink:","");this.options.allowedAttributes.includes(o)?"style"===a&&this.options.sanitizeStyle&&this.sanitizeStyleAttribute(e,s):e.removeAttribute(a)}))}isAllowedUrl(e){if(e.startsWith("data:")||e.startsWith("#"))return!0;try{const t=new URL(e);return this.options.allowedProtocols.includes(t.protocol.replace(":",""))}catch{return!1}}sanitizeStyleAttribute(e,t){const a=t.replace(/expression\(|javascript:|url\(javascript:/gi,"").replace(/behavior\s*:/gi,"").replace(/binding\s*:/gi,"");e.setAttribute("style",a)}}const jt=({icon:e,btnText:t,children:a,value:s,label:o,resetValues:n={},onClick:l=()=>{}})=>{const[r,c]=(0,g.useState)(!1),d=(0,g.useRef)(null),h=(0,g.useRef)(null),p=Ct(s)&&Ct(n)&&JSON.stringify(s)!==JSON.stringify(n);return(0,g.useEffect)((()=>{const e=e=>{h?.current?.contains(e.target)||d?.current?.contains(e.target)||c(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}})),(0,i.jsxs)("div",{className:"bPlCustomPopoverWrapper",children:[o&&(0,i.jsx)(f,{className:"",children:o}),(0,i.jsxs)("div",{children:[(0,i.jsxs)(b.Flex,{children:[p?(0,i.jsx)(b.Tooltip,{text:"Back to default",delay:100,position:"top center",placement:"top",children:(0,i.jsx)(b.Button,{icon:"image-rotate",onClick:()=>l(n)})}):"",(0,i.jsx)(b.Button,{icon:e,ref:h,isSecondary:!0,onClick:()=>c(!r),children:t})]}),r&&(0,i.jsx)(b.Popover,{ref:d,onMouseOver:()=>c(!0),children:(0,i.jsx)("div",{className:"bPlCustomPopoverChildren",children:a})})]})]})},Lt={x:"",y:""},St={desktop:{...Lt,z:""},tablet:{...Lt,z:""},mobile:{...Lt,z:""},threeDRotate:!1},$t={desktop:Lt,tablet:Lt,mobile:Lt},Ht={isProportion:!0,desktop:{...Lt,scale:""},tablet:{...Lt,scale:""},mobile:{...Lt,scale:""}},Tt={desktop:Lt,tablet:Lt,mobile:Lt},Bt=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({value:e={},onChange:t=()=>{},device:a})=>{const{rotate:s={},offset:o={},scale:n={},skew:l={},flipX:r=!1,flipY:c=!1}=e||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(jt,{value:s,onClick:a=>t({...e,rotate:a}),icon:"edit",label:"Rotate",resetValues:St,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Rotate (deg)"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",value:s?.[a]?.z,min:-360,max:360,onChange:s=>t({...e,rotate:{...e.rotate,[a]:{...e.rotate[a],z:s}}})}),(0,i.jsx)(b.ToggleControl,{className:"bPlPanelBody",label:"3D Rotate",defaultChecked:!1,defaultValue:!1,checked:s?.threeDRotate,value:s?.threeDRotate,onChange:a=>t({...e,rotate:{...e.rotate,threeDRotate:a}}),__nextHasNoMarginBottom:!0}),s?.threeDRotate&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Rotate X (deg)"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",value:s?.[a]?.x,min:-360,max:360,onChange:s=>t({...e,rotate:{...e.rotate,[a]:{...e.rotate[a],x:s}}})}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Rotate Y (deg)"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",value:s?.[a]?.y,min:-360,max:360,onChange:s=>t({...e,rotate:{...e.rotate,[a]:{...e.rotate[a],y:s}}})})]})]}),(0,i.jsxs)(jt,{value:o,resetValues:$t,onClick:a=>t({...e,offset:a}),className:"bPlPanelBody",icon:"edit",label:"Offset",children:[(0,i.jsxs)(b.PanelRow,{children:[" ",(0,i.jsx)(f,{className:"mt0",children:"Offset X"})," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{value:o?.[a]?.x,min:-1e3,max:1e3,onChange:s=>t({...e,offset:{...e.offset,[a]:{...e.offset[a],x:s}}})}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Offset Y"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"bPlPanelBody",value:o?.[a]?.y,min:-1e3,max:1e3,onChange:s=>t({...e,offset:{...e.offset,[a]:{...e.offset[a],y:s}}})})]}),(0,i.jsxs)(jt,{value:n,resetValues:Ht,onClick:a=>t({...e,scale:a}),icon:"edit",label:"Scale",children:[(0,i.jsx)(b.ToggleControl,{className:"bPlPanelBody",label:"Keep Proportions",defaultChecked:!1,defaultValue:!1,checked:n?.isProportion,value:n?.isProportion,onChange:a=>t({...e,scale:{...e.scale,isProportion:a}}),__nextHasNoMarginBottom:!0}),n?.isProportion?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Scale"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",value:n?.[a]?.scale,step:.1,min:0,max:5,onChange:s=>t({...e,scale:{...e.scale,[a]:{...e.scale[a],scale:s}}})})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Scale X"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",value:n?.[a]?.x,step:.1,min:0,max:5,onChange:s=>t({...e,scale:{...e.scale,[a]:{...e.scale[a],x:s}}})}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Scale Y"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",value:n?.[a]?.y,step:.1,min:0,max:5,onChange:s=>t({...e,scale:{...e.scale,[a]:{...e.scale[a],y:s}}})})]})]}),(0,i.jsxs)(jt,{value:l,resetValues:Tt,onClick:a=>t({...e,skew:a}),icon:"edit",label:"Skew",children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Skew X (deg)"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",defaultValue:0,min:-360,max:360,value:l?.[a]?.x,onChange:s=>t({...e,skew:{...e.skew,[a]:{...e.skew[a],x:s}}})}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0",children:"Skew Y (deg)"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",defaultValue:0,min:-360,max:360,value:l?.[a]?.y,onChange:s=>t({...e,skew:{...e.skew,[a]:{...e.skew[a],y:s}}})})]}),(0,i.jsx)(b.ToggleControl,{className:"bPlPanelBody",label:"Flip Horizontal",checked:r,value:r,onChange:a=>t({...e,flipX:a}),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"bPlPanelBody",label:"Flip Vertical",checked:c,value:c,onChange:a=>t({...e,flipY:a}),__nextHasNoMarginBottom:!0})]})})),At=({transform:e={},onChange:t=()=>{},device:a})=>{const{normal:s,hover:o,transition:n}=e||{};return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:"Transform",initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:Le,children:l=>(0,i.jsxs)(i.Fragment,{children:["normal"===l.name&&(0,i.jsx)(Bt,{value:s,device:a,onChange:a=>t({...e,normal:a})}),"hover"===l.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Bt,{value:o,device:a,onChange:a=>t({...e,hover:a})}),(0,i.jsx)(b.RangeControl,{className:"bPlPanelBody",label:"Transition Duration (ms)",value:n,max:1e4,onChange:a=>t({...e,transition:a})})]})]})})})},Vt=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({visibility:e,onChange:t,enabled:a,device:s})=>{const{zIndex:o={},overflow:n=""}=e||{},l=e=>a.includes(e);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:"Visibility",initialOpen:!1,children:[l("zIndex")&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mb5",children:[(0,i.jsx)(f,{className:"",children:"Z Index"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalNumberControl,{value:o[s],onChange:a=>t(ue(e,a,"zIndex",s))})]}),l("overflow")&&(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Overflow"),labelPosition:"left",value:n,onChange:a=>t(ue(e,a,"overflow")),options:Ee})]})})),Nt={dimension:["padding","margin","width"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,animation:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0},Pt=({advanced:e,onChange:t,enabled:a=Nt,id:s=null,isPremium:o=!1})=>{const{dimension:n={},transform:l={},background:r={},borderShadow:c={},mask:d={},animation:h={},visibility:p={},responsive:g={},css:u=""}=e||{},m=e=>Object.prototype.hasOwnProperty.call(a,e);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{children:(0,i.jsx)(b.Notice,{status:"info",isDismissible:!1,children:"Leave blank if you don't want to use/apply this option."})}),m("dimension")&&(0,i.jsx)(be,{dimension:n,onChange:a=>t(ue(e,a,"dimension")),enabled:a.dimension}),m("transform")&&o&&(0,i.jsx)(At,{transform:l,onChange:a=>t(ue(e,a,"transform"))}),m("background")&&(0,i.jsx)(st,{background:r,onChange:a=>t(ue(e,a,"background")),enabled:a.background,isPremium:o}),m("borderShadow")&&(a.borderShadow?.includes("border")||a.borderShadow?.includes("shadow"))&&(0,i.jsx)(ft,{borderShadow:c,onChange:a=>t(ue(e,a,"borderShadow")),enabled:a.borderShadow}),m("mask")&&o&&(0,i.jsx)(je,{mask:d,onChange:a=>t(ue(e,a,"mask"))}),m("animation")&&(0,i.jsx)(Oe,{animation:h,onChange:a=>t(ue(e,a,"animation")),id:s,isPremium:o}),m("visibility")&&(0,i.jsx)(Vt,{visibility:p,onChange:a=>t(ue(e,a,"visibility")),enabled:a.visibility}),m("responsive")&&(0,i.jsx)(kt,{responsive:g,onChange:a=>t(ue(e,a,"responsive"))}),m("css")&&(0,i.jsx)(yt,{css:u,onChange:a=>t(ue(e,a,"css"))})]})},Et=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],It=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Ot=((0,v.__)("General","b-blocks"),(0,v.__)("Style","b-blocks"),(0,v.__)("Advanced","b-blocks"),[{label:"Left",value:"left",icon:"editor-alignleft"},{label:"Center",value:"center",icon:"editor-aligncenter"},{label:"Right",value:"right",icon:"editor-alignright"},{label:"Justify",value:"justify",icon:"editor-justify"}]),Rt=[{name:"normal",title:(0,v.__)("Normal","b-blocks")},{name:"hover",title:(0,v.__)("Hover","b-blocks")}],Dt=[{label:"Start",value:"flex-start"},{label:"End",value:"flex-end"},{label:"Center",value:"center"},{label:"Space Around",value:"space-around"},{label:"Space Between",value:"space-between"},{label:"Space Evenly",value:"space-evenly"}],Ft="b-blocks",qt="https://bblockswp.com/docs/",Wt=`${qt}3d-viewer-block/`,Ut=`${qt}alert-block/`,Gt=`${qt}animated-text-block/`,Yt=`${qt}chart-block/`,Zt=`${qt}countdown-block/`,Kt=`${qt}counters-block/`,Qt=`${qt}gif-block/`,Xt=`${qt}mail-to-block/`,Jt=`${qt}pricing-table-block/`,ea=`${qt}qr-code-block/`,ta=`${qt}row-block/`,aa=`${qt}services-section-block/`,sa=`${qt}social-share-block/`,oa=`${qt}team-block/`,na=`${location.origin}/wp-admin/admin.php?page=b-blocks#/pricing`,ia=`${location.origin}/wp-admin/admin.php?page=b-blocks#/settings`,la="https://templates.bplugins.com/wp-content/uploads/2025/10/placeholder.png",ra=["b-blocks/logo-slider","b-blocks/content-ticker","b-blocks/image-hotspot","b-blocks/stacked-cards","b-blocks/key-takeaways","b-blocks/stat-cards","b-blocks/article-card","b-blocks/event-card","b-blocks/file-download-card","b-blocks/google-map","b-blocks/code-highlight"],ca=["Posts","Countdown","Slider","Lottie Player","Button","Cards","Image Comparison","SVG Draw","Logo Slider","Content Ticker"],da=({isProModalOpen:e,setIsProModalOpen:t,block:a,children:s})=>{const o=ca.filter((e=>e!==a)).map(((e,t)=>ca.length>2&&t===ca.length-2?`and ${e}`:e)).join(", ");return e&&(0,i.jsxs)(b.Modal,{className:"bBlocksProModal",title:(0,i.jsx)(pa,{}),onRequestClose:()=>t(!1),children:[(0,i.jsxs)("h3",{children:["Enhance your experience with Pro features of the ",(0,i.jsx)("span",{children:a})," block"]}),(0,i.jsx)("ul",{className:"features",children:s}),(0,i.jsxs)("h4",{className:"text",children:["Also, upgrade to the pro versions of ",(0,i.jsx)("span",{children:o})," blocks ",(0,i.jsx)("br",{})," to access advanced features and enhance your website with more functionalities."]}),(0,i.jsx)(ha,{})]})},ha=()=>(0,i.jsx)("a",{className:"upgradeNow",href:na,target:"_blank",rel:"noreferrer",children:(0,v.__)("Upgrade Now","advanced-post-block")}),pa=()=>(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Upgrade to bBlocks Pro for advanced features","b-blocks"),(0,i.jsx)(ha,{})]}),ga=e=>{const{className:t,label:a="",labelPosition:s="left",value:o,onChange:n,options:l,isIcon:r=!1,isTextIcon:c=!1,size:d="compact"}=e,h=({className:e=""})=>(0,i.jsx)(b.ButtonGroup,{className:`bPlBtnGroup ${e||null}`,children:Object.values(l).map((e=>{const{value:t,icon:a="",label:s="",def:l=""}=e,h=o===t;return(0,i.jsx)(b.Button,{value:t,label:s,showTooltip:!0,tooltipPosition:"top",icon:r?a:null,variant:h?"primary":"","aria-pressed":h,size:d,onClick:()=>n(t,l&&l),children:c?a:r?"":s},t)}))});return a?"left"===s?(0,i.jsxs)(b.PanelRow,{className:t,children:[(0,i.jsx)(f,{className:"",children:a}),(0,i.jsx)(h,{})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:a}),(0,i.jsx)(h,{className:t})]}):(0,i.jsx)(h,{className:t})},ua=[{label:"Solid",value:"solid"},{label:"Gradient",value:"gradient"},{label:"Image",value:"image"}],ma=[{label:"Default",value:""},{label:"Initial",value:"initial"},{label:"Scroll",value:"scroll"},{label:"Fixed",value:"fixed"},{label:"Local",value:"local"}],va=[{label:"Default",value:""},{label:"No Repeat",value:"no-repeat"},{label:"Repeat",value:"repeat"},{label:"Repeat X",value:"repeat-x"},{label:"Repeat Y",value:"repeat-y"}],ba=[{label:"Default",value:""},{label:"Cover",value:"cover"},{label:"Auto",value:"auto"},{label:"Contain",value:"contain"}],fa=b.__experimentalGradientPicker||b.GradientPicker,wa=(0,m.withSelect)((e=>{const{gradients:t}=e("core/block-editor").getSettings();return{gradients:t.length>12?t.slice(0,12):t}}))((e=>{const{className:t="",label:a=(0,v.__)("Background"),value:s={},onChange:o,defaults:l={},isSolid:r=!0,isGradient:c=!0,isImage:d=!0,gradients:h}=e,p={type:"solid",color:"",gradient:n,image:{},position:"center center",attachment:"",repeat:"",size:"",overlayColor:""},g=e=>l?.[e]||p[e],u=e=>o({...s,[e]:g(e)}),m=e=>s?.[e]||g(e),w=(e,t)=>o({...s,[e]:t}),x=e=>s?.[e]&&s?.[e]!==g(e)?(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>u(e)}):null,y=()=>{o({...s,type:"image",image:g("image"),position:g("position"),attachment:g("attachment"),repeat:g("repeat"),size:g("size"),overlayColor:g("overlayColor")})};return(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"mb5",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"edit",onClick:t,"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:")}),(0,i.jsx)(ga,{value:m("type"),onChange:e=>w("type",e),options:ua.filter((e=>{switch(e.value){case"solid":return r;case"gradient":return c;case"image":return d;default:return!0}}))})]}),"solid"===m("type")&&r&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt20",label:(0,v.__)("Color:"),value:m("color"),onChange:e=>w("color",e),defaultColor:g("color")}),(0,i.jsx)(b.Flex,{justify:"flex-end",className:"mt10",children:(0,i.jsx)(b.Button,{variant:"tertiary",onClick:()=>u("color"),children:"Clear"})})]}),"gradient"===m("type")&&c&&(0,i.jsx)(fa,{className:"mt20",value:m("gradient"),onChange:e=>w("gradient",e),gradients:h}),"image"===m("type")&&d&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Image")}),(0,i.jsx)(we,{types:["image"],value:m("image"),onChange:e=>w("image",e)}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Position")}),(0,i.jsx)(b.__experimentalAlignmentMatrixControl,{value:m("position"),onChange:e=>w("position",e)}),x("position")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Attachment:")}),(0,i.jsx)(b.SelectControl,{value:m("attachment"),onChange:e=>w("attachment",e),options:ma}),x("attachments")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Repeat:")}),(0,i.jsx)(b.SelectControl,{value:m("repeat"),onChange:e=>w("repeat",e),options:va}),x("repeat")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Size:")}),(0,i.jsx)(b.SelectControl,{value:m("size"),onChange:e=>w("size",e),options:ba}),x("size")]}),(0,i.jsx)(De,{className:"mt20",label:(0,v.__)("Overlay Color:"),value:m("overlayColor"),onChange:e=>w("overlayColor",e),defaultColor:g("overlayColor")}),(0,i.jsx)(b.Flex,{justify:"flex-end",className:"mt10",children:(0,i.jsx)(b.Button,{variant:"tertiary",onClick:y,children:"Clear"})})]})]})})]})}));(0,m.withDispatch)((e=>({replaceBlock:e("core/block-editor").replaceBlock})))((({blocks:e,clientId:t,value:a,minHeight:s="",minWidth:o="200px",viewportWidth:n=1600,replaceBlock:l})=>{const[r,c]=(0,g.useState)(null),p=(e,t)=>{c(e),m(t)},u=(e,t)=>{c(t?e:null)},m=e=>{const a=(0,d.parse)(e);l(t,a)};return(0,i.jsx)("div",{className:"bPlBlockPreviewWrapper",children:e.map(((e,t)=>(0,i.jsxs)("div",{children:[(0,i.jsx)("div",{children:(0,i.jsx)(b.Button,{className:"bPl-previewBtn "+(a===e.value?"bPl-activeBtn":""),onClick:()=>p(t,e.content),onMouseEnter:()=>u(t,!0),onMouseLeave:()=>u(t,!1),children:e.label})}),r===t&&(0,i.jsx)(b.Popover,{style:{cursor:"pointer"},onClick:()=>p(t,e.content),children:(0,i.jsx)("div",{onMouseEnter:()=>u(t,!0),onMouseLeave:()=>u(t,!1),style:{minWidth:o,minHeight:s},children:(0,i.jsx)(h.BlockPreview,{blocks:(0,d.parse)(e.content),viewportWidth:n,minHeight:s})})})]},t)))})}));const xa=({type:e="button",href:t="",target:a="",onClick:s=null,className:o,variant:n="primary",size:l="",children:r,disabled:c=!1,...d})=>{const h=`bPlButton ${n?`variant-${n}`:""} ${l?`size-${l}`:""} ${o||""} ${c?"bPlButton-disabled":""}`;return"function"!=typeof s&&t?(0,i.jsx)("a",{href:t,target:a,className:h,...d,children:r}):(0,i.jsx)("button",{type:e,className:h,...d,onClick:s,children:r})},ya=b.__experimentalGradientPicker||b.GradientPicker,ka=(0,m.withSelect)((e=>{const{gradients:t}=e("core/block-editor").getSettings();return{gradients:t.length>12?t.slice(0,12):t}}))((e=>{const{className:t="",label:a=(0,v.__)("Colors:"),labelPosition:s="left",value:o,onChange:l,defaults:r={},gradients:c}=e,d={color:"#333",bgType:"solid",bg:"",gradient:n},h=e=>r?.[e]||d[e],p=e=>o?.[e]||h(e),g=(e,t)=>l({...o,[e]:t}),u=(0,i.jsxs)(i.Fragment,{children:[a," ",(0,i.jsx)(b.ColorIndicator,{colorValue:p("color")})," ",(0,i.jsx)(b.ColorIndicator,{colorValue:p("gradient"===p("bgType")?"gradient":"bg")})]});return"left"===s?(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"",children:u}),(0,i.jsx)(Ca,{getValue:p,setValue:g,getDefault:h,gradients:c,bgTypes:Pe})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:u}),(0,i.jsx)(Ca,{getValue:p,setValue:g,getDefault:h,gradients:c,bgTypes:Pe})]})})),Ca=({getValue:e,setValue:t,getDefault:a,gradients:s,bgTypes:o})=>(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"edit",onClick:t,"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Color:"),value:e("color"),onChange:e=>t("color",e),defaultColor:a("color")}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Background:")}),(0,i.jsx)(ga,{value:e("bgType"),onChange:e=>t("bgType",e),options:o,size:"small"})]}),"gradient"===e("bgType")?(0,i.jsx)(ya,{value:e("gradient"),onChange:e=>t("gradient",e),gradients:s}):(0,i.jsx)(De,{label:(0,v.__)("Background Color:"),value:e("bg"),onChange:e=>t("bg",e),defaultColor:a("bg")})]})}),_a=({tagName:e,...t})=>(0,i.jsx)(e,{...t}),Ma=({slug:e,docsLink:t})=>(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody bPlHelpPanel",title:(0,v.__)("Help"),initialOpen:!1,children:(0,i.jsxs)("div",{className:"helpItems",children:[t&&(0,i.jsxs)("a",{href:t,target:"_blank",rel:"noreferrer",children:[ct,(0,i.jsx)("p",{children:(0,v.__)("Read Documentation")})]}),(0,i.jsxs)("a",{href:"https://bplugins.com/support",target:"_blank",rel:"noreferrer",children:[dt,(0,i.jsx)("p",{children:(0,v.__)("Contact Support")})]}),e&&(0,i.jsxs)("a",{href:`https://wordpress.org/support/plugin/${e}/reviews/#new-post`,target:"_blank",rel:"noreferrer",children:[ht,(0,i.jsx)("p",{children:(0,v.__)("Rate Plugin")})]}),(0,i.jsxs)("a",{href:"https://bplugins.com/products",target:"_blank",rel:"noreferrer",children:[pt,(0,i.jsx)("p",{children:(0,v.__)("Other Plugins")})]})]})}),za=["","fa-solid fa-0","fa-solid fa-1","fa-solid fa-2","fa-solid fa-3","fa-solid fa-4","fa-solid fa-5","fa-solid fa-6","fa-solid fa-7","fa-solid fa-8","fa-solid fa-9","fa-brands fa-11ty","fa-brands fa-42-group","fa-brands fa-500px","fa-solid fa-a","fa-brands fa-accessible-icon","fa-brands fa-accusoft","fa-regular fa-address-book","fa-solid fa-address-book","fa-regular fa-address-card","fa-solid fa-address-card","fa-brands fa-adn","fa-brands fa-adversal","fa-brands fa-affiliatetheme","fa-brands fa-airbnb","fa-regular fa-alarm-clock","fa-solid fa-alarm-clock","fa-brands fa-algolia","fa-solid fa-align-center","fa-solid fa-align-justify","fa-solid fa-align-left","fa-solid fa-align-right","fa-brands fa-alipay","fa-brands fa-amazon","fa-brands fa-amazon-pay","fa-brands fa-amilia","fa-solid fa-anchor","fa-solid fa-anchor-circle-check","fa-solid fa-anchor-circle-exclamation","fa-solid fa-anchor-circle-xmark","fa-solid fa-anchor-lock","fa-brands fa-android","fa-brands fa-angellist","fa-solid fa-angle-down","fa-solid fa-angle-left","fa-solid fa-angle-right","fa-solid fa-angle-up","fa-solid fa-angles-down","fa-solid fa-angles-left","fa-solid fa-angles-right","fa-solid fa-angles-up","fa-brands fa-angrycreative","fa-brands fa-angular","fa-solid fa-ankh","fa-brands fa-app-store","fa-brands fa-app-store-ios","fa-brands fa-apper","fa-brands fa-apple","fa-brands fa-apple-pay","fa-solid fa-apple-whole","fa-solid fa-archway","fa-solid fa-arrow-down","fa-solid fa-arrow-down-1-9","fa-solid fa-arrow-down-9-1","fa-solid fa-arrow-down-a-z","fa-solid fa-arrow-down-long","fa-solid fa-arrow-down-short-wide","fa-solid fa-arrow-down-up-across-line","fa-solid fa-arrow-down-up-lock","fa-solid fa-arrow-down-wide-short","fa-solid fa-arrow-down-z-a","fa-solid fa-arrow-left","fa-solid fa-arrow-left-long","fa-solid fa-arrow-pointer","fa-solid fa-arrow-right","fa-solid fa-arrow-right-arrow-left","fa-solid fa-arrow-right-from-bracket","fa-solid fa-arrow-right-long","fa-solid fa-arrow-right-to-bracket","fa-solid fa-arrow-right-to-city","fa-solid fa-arrow-rotate-left","fa-solid fa-arrow-rotate-right","fa-solid fa-arrow-trend-down","fa-solid fa-arrow-trend-up","fa-solid fa-arrow-turn-down","fa-solid fa-arrow-turn-up","fa-solid fa-arrow-up","fa-solid fa-arrow-up-1-9","fa-solid fa-arrow-up-9-1","fa-solid fa-arrow-up-a-z","fa-solid fa-arrow-up-from-bracket","fa-solid fa-arrow-up-from-ground-water","fa-solid fa-arrow-up-from-water-pump","fa-solid fa-arrow-up-long","fa-solid fa-arrow-up-right-dots","fa-solid fa-arrow-up-right-from-square","fa-solid fa-arrow-up-short-wide","fa-solid fa-arrow-up-wide-short","fa-solid fa-arrow-up-z-a","fa-solid fa-arrows-down-to-line","fa-solid fa-arrows-down-to-people","fa-solid fa-arrows-left-right","fa-solid fa-arrows-left-right-to-line","fa-solid fa-arrows-rotate","fa-solid fa-arrows-spin","fa-solid fa-arrows-split-up-and-left","fa-solid fa-arrows-to-circle","fa-solid fa-arrows-to-dot","fa-solid fa-arrows-to-eye","fa-solid fa-arrows-turn-right","fa-solid fa-arrows-turn-to-dots","fa-solid fa-arrows-up-down","fa-solid fa-arrows-up-down-left-right","fa-solid fa-arrows-up-to-line","fa-brands fa-artstation","fa-solid fa-asterisk","fa-brands fa-asymmetrik","fa-solid fa-at","fa-brands fa-atlassian","fa-solid fa-atom","fa-brands fa-audible","fa-solid fa-audio-description","fa-solid fa-austral-sign","fa-brands fa-autoprefixer","fa-brands fa-avianex","fa-brands fa-aviato","fa-solid fa-award","fa-brands fa-aws","fa-solid fa-b","fa-solid fa-baby","fa-solid fa-baby-carriage","fa-solid fa-backward","fa-solid fa-backward-fast","fa-solid fa-backward-step","fa-solid fa-bacon","fa-solid fa-bacteria","fa-solid fa-bacterium","fa-solid fa-bag-shopping","fa-solid fa-bahai","fa-solid fa-baht-sign","fa-solid fa-ban","fa-solid fa-ban-smoking","fa-solid fa-bandage","fa-brands fa-bandcamp","fa-solid fa-bangladeshi-taka-sign","fa-solid fa-barcode","fa-solid fa-bars","fa-solid fa-bars-progress","fa-solid fa-bars-staggered","fa-solid fa-baseball","fa-solid fa-baseball-bat-ball","fa-solid fa-basket-shopping","fa-solid fa-basketball","fa-solid fa-bath","fa-solid fa-battery-empty","fa-solid fa-battery-full","fa-solid fa-battery-half","fa-solid fa-battery-quarter","fa-solid fa-battery-three-quarters","fa-brands fa-battle-net","fa-solid fa-bed","fa-solid fa-bed-pulse","fa-solid fa-beer-mug-empty","fa-brands fa-behance","fa-regular fa-bell","fa-solid fa-bell","fa-solid fa-bell-concierge","fa-regular fa-bell-slash","fa-solid fa-bell-slash","fa-solid fa-bezier-curve","fa-solid fa-bicycle","fa-brands fa-bilibili","fa-brands fa-bimobject","fa-solid fa-binoculars","fa-solid fa-biohazard","fa-brands fa-bitbucket","fa-brands fa-bitcoin","fa-solid fa-bitcoin-sign","fa-brands fa-bity","fa-brands fa-black-tie","fa-brands fa-blackberry","fa-solid fa-blender","fa-solid fa-blender-phone","fa-solid fa-blog","fa-brands fa-blogger","fa-brands fa-blogger-b","fa-brands fa-bluesky","fa-brands fa-bluetooth","fa-brands fa-bluetooth-b","fa-solid fa-bold","fa-solid fa-bolt","fa-solid fa-bolt-lightning","fa-solid fa-bomb","fa-solid fa-bone","fa-solid fa-bong","fa-solid fa-book","fa-solid fa-book-atlas","fa-solid fa-book-bible","fa-solid fa-book-bookmark","fa-solid fa-book-journal-whills","fa-solid fa-book-medical","fa-solid fa-book-open","fa-solid fa-book-open-reader","fa-solid fa-book-quran","fa-solid fa-book-skull","fa-solid fa-book-tanakh","fa-regular fa-bookmark","fa-solid fa-bookmark","fa-brands fa-bootstrap","fa-solid fa-border-all","fa-solid fa-border-none","fa-solid fa-border-top-left","fa-solid fa-bore-hole","fa-brands fa-bots","fa-solid fa-bottle-droplet","fa-solid fa-bottle-water","fa-solid fa-bowl-food","fa-solid fa-bowl-rice","fa-solid fa-bowling-ball","fa-solid fa-box","fa-solid fa-box-archive","fa-solid fa-box-open","fa-solid fa-box-tissue","fa-solid fa-boxes-packing","fa-solid fa-boxes-stacked","fa-solid fa-braille","fa-solid fa-brain","fa-brands fa-brave","fa-brands fa-brave-reverse","fa-solid fa-brazilian-real-sign","fa-solid fa-bread-slice","fa-solid fa-bridge","fa-solid fa-bridge-circle-check","fa-solid fa-bridge-circle-exclamation","fa-solid fa-bridge-circle-xmark","fa-solid fa-bridge-lock","fa-solid fa-bridge-water","fa-solid fa-briefcase","fa-solid fa-briefcase-medical","fa-solid fa-broom","fa-solid fa-broom-ball","fa-solid fa-brush","fa-brands fa-btc","fa-solid fa-bucket","fa-brands fa-buffer","fa-solid fa-bug","fa-solid fa-bug-slash","fa-solid fa-bugs","fa-regular fa-building","fa-solid fa-building","fa-solid fa-building-circle-arrow-right","fa-solid fa-building-circle-check","fa-solid fa-building-circle-exclamation","fa-solid fa-building-circle-xmark","fa-solid fa-building-columns","fa-solid fa-building-flag","fa-solid fa-building-lock","fa-solid fa-building-ngo","fa-solid fa-building-shield","fa-solid fa-building-un","fa-solid fa-building-user","fa-solid fa-building-wheat","fa-solid fa-bullhorn","fa-solid fa-bullseye","fa-solid fa-burger","fa-brands fa-buromobelexperte","fa-solid fa-burst","fa-solid fa-bus","fa-solid fa-bus-side","fa-solid fa-bus-simple","fa-solid fa-business-time","fa-brands fa-buy-n-large","fa-brands fa-buysellads","fa-solid fa-c","fa-solid fa-cable-car","fa-solid fa-cake-candles","fa-solid fa-calculator","fa-regular fa-calendar","fa-solid fa-calendar","fa-regular fa-calendar-check","fa-solid fa-calendar-check","fa-solid fa-calendar-day","fa-regular fa-calendar-days","fa-solid fa-calendar-days","fa-regular fa-calendar-minus","fa-solid fa-calendar-minus","fa-regular fa-calendar-plus","fa-solid fa-calendar-plus","fa-solid fa-calendar-week","fa-regular fa-calendar-xmark","fa-solid fa-calendar-xmark","fa-regular fa-camera","fa-solid fa-camera","fa-solid fa-camera-retro","fa-solid fa-camera-rotate","fa-solid fa-campground","fa-brands fa-canadian-maple-leaf","fa-solid fa-candy-cane","fa-solid fa-cannabis","fa-solid fa-capsules","fa-solid fa-car","fa-solid fa-car-battery","fa-solid fa-car-burst","fa-solid fa-car-on","fa-solid fa-car-rear","fa-solid fa-car-side","fa-solid fa-car-tunnel","fa-solid fa-caravan","fa-solid fa-caret-down","fa-solid fa-caret-left","fa-solid fa-caret-right","fa-solid fa-caret-up","fa-solid fa-carrot","fa-solid fa-cart-arrow-down","fa-solid fa-cart-flatbed","fa-solid fa-cart-flatbed-suitcase","fa-solid fa-cart-plus","fa-solid fa-cart-shopping","fa-brands fa-cash-app","fa-solid fa-cash-register","fa-solid fa-cat","fa-brands fa-cc-amazon-pay","fa-brands fa-cc-amex","fa-brands fa-cc-apple-pay","fa-brands fa-cc-diners-club","fa-brands fa-cc-discover","fa-brands fa-cc-jcb","fa-brands fa-cc-mastercard","fa-brands fa-cc-paypal","fa-brands fa-cc-stripe","fa-brands fa-cc-visa","fa-solid fa-cedi-sign","fa-solid fa-cent-sign","fa-brands fa-centercode","fa-brands fa-centos","fa-solid fa-certificate","fa-solid fa-chair","fa-solid fa-chalkboard","fa-solid fa-chalkboard-user","fa-solid fa-champagne-glasses","fa-solid fa-charging-station","fa-solid fa-chart-area","fa-regular fa-chart-bar","fa-solid fa-chart-bar","fa-solid fa-chart-column","fa-solid fa-chart-diagram","fa-solid fa-chart-gantt","fa-solid fa-chart-line","fa-solid fa-chart-pie","fa-solid fa-chart-simple","fa-solid fa-check","fa-solid fa-check-double","fa-solid fa-check-to-slot","fa-solid fa-cheese","fa-solid fa-chess","fa-regular fa-chess-bishop","fa-solid fa-chess-bishop","fa-solid fa-chess-board","fa-regular fa-chess-king","fa-solid fa-chess-king","fa-regular fa-chess-knight","fa-solid fa-chess-knight","fa-regular fa-chess-pawn","fa-solid fa-chess-pawn","fa-regular fa-chess-queen","fa-solid fa-chess-queen","fa-regular fa-chess-rook","fa-solid fa-chess-rook","fa-solid fa-chevron-down","fa-solid fa-chevron-left","fa-solid fa-chevron-right","fa-solid fa-chevron-up","fa-solid fa-child","fa-solid fa-child-combatant","fa-solid fa-child-dress","fa-solid fa-child-reaching","fa-solid fa-children","fa-brands fa-chrome","fa-brands fa-chromecast","fa-solid fa-church","fa-regular fa-circle","fa-solid fa-circle","fa-solid fa-circle-arrow-down","fa-solid fa-circle-arrow-left","fa-solid fa-circle-arrow-right","fa-solid fa-circle-arrow-up","fa-regular fa-circle-check","fa-solid fa-circle-check","fa-solid fa-circle-chevron-down","fa-solid fa-circle-chevron-left","fa-solid fa-circle-chevron-right","fa-solid fa-circle-chevron-up","fa-solid fa-circle-dollar-to-slot","fa-regular fa-circle-dot","fa-solid fa-circle-dot","fa-regular fa-circle-down","fa-solid fa-circle-down","fa-solid fa-circle-exclamation","fa-solid fa-circle-h","fa-solid fa-circle-half-stroke","fa-solid fa-circle-info","fa-regular fa-circle-left","fa-solid fa-circle-left","fa-solid fa-circle-minus","fa-solid fa-circle-nodes","fa-solid fa-circle-notch","fa-regular fa-circle-pause","fa-solid fa-circle-pause","fa-regular fa-circle-play","fa-solid fa-circle-play","fa-solid fa-circle-plus","fa-regular fa-circle-question","fa-solid fa-circle-question","fa-solid fa-circle-radiation","fa-regular fa-circle-right","fa-solid fa-circle-right","fa-regular fa-circle-stop","fa-solid fa-circle-stop","fa-regular fa-circle-up","fa-solid fa-circle-up","fa-regular fa-circle-user","fa-solid fa-circle-user","fa-regular fa-circle-xmark","fa-solid fa-circle-xmark","fa-solid fa-city","fa-solid fa-clapperboard","fa-regular fa-clipboard","fa-solid fa-clipboard","fa-solid fa-clipboard-check","fa-solid fa-clipboard-list","fa-solid fa-clipboard-question","fa-solid fa-clipboard-user","fa-regular fa-clock","fa-solid fa-clock","fa-solid fa-clock-rotate-left","fa-regular fa-clone","fa-solid fa-clone","fa-regular fa-closed-captioning","fa-solid fa-closed-captioning","fa-regular fa-cloud","fa-solid fa-cloud","fa-solid fa-cloud-arrow-down","fa-solid fa-cloud-arrow-up","fa-solid fa-cloud-bolt","fa-solid fa-cloud-meatball","fa-solid fa-cloud-moon","fa-solid fa-cloud-moon-rain","fa-solid fa-cloud-rain","fa-solid fa-cloud-showers-heavy","fa-solid fa-cloud-showers-water","fa-solid fa-cloud-sun","fa-solid fa-cloud-sun-rain","fa-brands fa-cloudflare","fa-brands fa-cloudscale","fa-brands fa-cloudsmith","fa-brands fa-cloudversify","fa-solid fa-clover","fa-brands fa-cmplid","fa-solid fa-code","fa-solid fa-code-branch","fa-solid fa-code-commit","fa-solid fa-code-compare","fa-solid fa-code-fork","fa-solid fa-code-merge","fa-solid fa-code-pull-request","fa-brands fa-codepen","fa-brands fa-codiepie","fa-solid fa-coins","fa-solid fa-colon-sign","fa-regular fa-comment","fa-solid fa-comment","fa-solid fa-comment-dollar","fa-regular fa-comment-dots","fa-solid fa-comment-dots","fa-solid fa-comment-medical","fa-solid fa-comment-nodes","fa-solid fa-comment-slash","fa-solid fa-comment-sms","fa-regular fa-comments","fa-solid fa-comments","fa-solid fa-comments-dollar","fa-solid fa-compact-disc","fa-regular fa-compass","fa-solid fa-compass","fa-solid fa-compass-drafting","fa-solid fa-compress","fa-solid fa-computer","fa-solid fa-computer-mouse","fa-brands fa-confluence","fa-brands fa-connectdevelop","fa-brands fa-contao","fa-solid fa-cookie","fa-solid fa-cookie-bite","fa-regular fa-copy","fa-solid fa-copy","fa-regular fa-copyright","fa-solid fa-copyright","fa-brands fa-cotton-bureau","fa-solid fa-couch","fa-solid fa-cow","fa-brands fa-cpanel","fa-brands fa-creative-commons","fa-brands fa-creative-commons-by","fa-brands fa-creative-commons-nc","fa-brands fa-creative-commons-nc-eu","fa-brands fa-creative-commons-nc-jp","fa-brands fa-creative-commons-nd","fa-brands fa-creative-commons-pd","fa-brands fa-creative-commons-pd-alt","fa-brands fa-creative-commons-remix","fa-brands fa-creative-commons-sa","fa-brands fa-creative-commons-sampling","fa-brands fa-creative-commons-sampling-plus","fa-brands fa-creative-commons-share","fa-brands fa-creative-commons-zero","fa-regular fa-credit-card","fa-solid fa-credit-card","fa-brands fa-critical-role","fa-solid fa-crop","fa-solid fa-crop-simple","fa-solid fa-cross","fa-solid fa-crosshairs","fa-solid fa-crow","fa-solid fa-crown","fa-solid fa-crutch","fa-solid fa-cruzeiro-sign","fa-brands fa-css","fa-brands fa-css3","fa-brands fa-css3-alt","fa-solid fa-cube","fa-solid fa-cubes","fa-solid fa-cubes-stacked","fa-brands fa-cuttlefish","fa-solid fa-d","fa-brands fa-d-and-d","fa-brands fa-d-and-d-beyond","fa-brands fa-dailymotion","fa-brands fa-dart-lang","fa-brands fa-dashcube","fa-solid fa-database","fa-brands fa-debian","fa-brands fa-deezer","fa-solid fa-delete-left","fa-brands fa-delicious","fa-solid fa-democrat","fa-brands fa-deploydog","fa-brands fa-deskpro","fa-solid fa-desktop","fa-brands fa-dev","fa-brands fa-deviantart","fa-solid fa-dharmachakra","fa-brands fa-dhl","fa-solid fa-diagram-next","fa-solid fa-diagram-predecessor","fa-solid fa-diagram-project","fa-solid fa-diagram-successor","fa-solid fa-diamond","fa-solid fa-diamond-turn-right","fa-brands fa-diaspora","fa-solid fa-dice","fa-solid fa-dice-d20","fa-solid fa-dice-d6","fa-solid fa-dice-five","fa-solid fa-dice-four","fa-solid fa-dice-one","fa-solid fa-dice-six","fa-solid fa-dice-three","fa-solid fa-dice-two","fa-brands fa-digg","fa-brands fa-digital-ocean","fa-brands fa-discord","fa-brands fa-discourse","fa-solid fa-disease","fa-solid fa-display","fa-brands fa-disqus","fa-solid fa-divide","fa-solid fa-dna","fa-brands fa-dochub","fa-brands fa-docker","fa-solid fa-dog","fa-solid fa-dollar-sign","fa-solid fa-dolly","fa-solid fa-dong-sign","fa-solid fa-door-closed","fa-solid fa-door-open","fa-solid fa-dove","fa-solid fa-down-left-and-up-right-to-center","fa-solid fa-down-long","fa-solid fa-download","fa-brands fa-draft2digital","fa-solid fa-dragon","fa-solid fa-draw-polygon","fa-brands fa-dribbble","fa-brands fa-dropbox","fa-solid fa-droplet","fa-solid fa-droplet-slash","fa-solid fa-drum","fa-solid fa-drum-steelpan","fa-solid fa-drumstick-bite","fa-brands fa-drupal","fa-solid fa-dumbbell","fa-solid fa-dumpster","fa-solid fa-dumpster-fire","fa-solid fa-dungeon","fa-brands fa-duolingo","fa-brands fa-dyalog","fa-solid fa-e","fa-solid fa-ear-deaf","fa-solid fa-ear-listen","fa-brands fa-earlybirds","fa-solid fa-earth-africa","fa-solid fa-earth-americas","fa-solid fa-earth-asia","fa-solid fa-earth-europe","fa-solid fa-earth-oceania","fa-brands fa-ebay","fa-brands fa-edge","fa-brands fa-edge-legacy","fa-solid fa-egg","fa-solid fa-eject","fa-brands fa-elementor","fa-solid fa-elevator","fa-brands fa-eleventy","fa-solid fa-ellipsis","fa-solid fa-ellipsis-vertical","fa-brands fa-ello","fa-brands fa-ember","fa-brands fa-empire","fa-regular fa-envelope","fa-solid fa-envelope","fa-solid fa-envelope-circle-check","fa-regular fa-envelope-open","fa-solid fa-envelope-open","fa-solid fa-envelope-open-text","fa-solid fa-envelopes-bulk","fa-brands fa-envira","fa-solid fa-equals","fa-solid fa-eraser","fa-brands fa-erlang","fa-brands fa-ethereum","fa-solid fa-ethernet","fa-brands fa-etsy","fa-solid fa-euro-sign","fa-brands fa-evernote","fa-solid fa-exclamation","fa-solid fa-expand","fa-brands fa-expeditedssl","fa-solid fa-explosion","fa-regular fa-eye","fa-solid fa-eye","fa-solid fa-eye-dropper","fa-solid fa-eye-low-vision","fa-regular fa-eye-slash","fa-solid fa-eye-slash","fa-solid fa-f","fa-regular fa-face-angry","fa-solid fa-face-angry","fa-regular fa-face-dizzy","fa-solid fa-face-dizzy","fa-regular fa-face-flushed","fa-solid fa-face-flushed","fa-regular fa-face-frown","fa-solid fa-face-frown","fa-regular fa-face-frown-open","fa-solid fa-face-frown-open","fa-regular fa-face-grimace","fa-solid fa-face-grimace","fa-regular fa-face-grin","fa-solid fa-face-grin","fa-regular fa-face-grin-beam","fa-solid fa-face-grin-beam","fa-regular fa-face-grin-beam-sweat","fa-solid fa-face-grin-beam-sweat","fa-regular fa-face-grin-hearts","fa-solid fa-face-grin-hearts","fa-regular fa-face-grin-squint","fa-solid fa-face-grin-squint","fa-regular fa-face-grin-squint-tears","fa-solid fa-face-grin-squint-tears","fa-regular fa-face-grin-stars","fa-solid fa-face-grin-stars","fa-regular fa-face-grin-tears","fa-solid fa-face-grin-tears","fa-regular fa-face-grin-tongue","fa-solid fa-face-grin-tongue","fa-regular fa-face-grin-tongue-squint","fa-solid fa-face-grin-tongue-squint","fa-regular fa-face-grin-tongue-wink","fa-solid fa-face-grin-tongue-wink","fa-regular fa-face-grin-wide","fa-solid fa-face-grin-wide","fa-regular fa-face-grin-wink","fa-solid fa-face-grin-wink","fa-regular fa-face-kiss","fa-solid fa-face-kiss","fa-regular fa-face-kiss-beam","fa-solid fa-face-kiss-beam","fa-regular fa-face-kiss-wink-heart","fa-solid fa-face-kiss-wink-heart","fa-regular fa-face-laugh","fa-solid fa-face-laugh","fa-regular fa-face-laugh-beam","fa-solid fa-face-laugh-beam","fa-regular fa-face-laugh-squint","fa-solid fa-face-laugh-squint","fa-regular fa-face-laugh-wink","fa-solid fa-face-laugh-wink","fa-regular fa-face-meh","fa-solid fa-face-meh","fa-regular fa-face-meh-blank","fa-solid fa-face-meh-blank","fa-regular fa-face-rolling-eyes","fa-solid fa-face-rolling-eyes","fa-regular fa-face-sad-cry","fa-solid fa-face-sad-cry","fa-regular fa-face-sad-tear","fa-solid fa-face-sad-tear","fa-regular fa-face-smile","fa-solid fa-face-smile","fa-regular fa-face-smile-beam","fa-solid fa-face-smile-beam","fa-regular fa-face-smile-wink","fa-solid fa-face-smile-wink","fa-regular fa-face-surprise","fa-solid fa-face-surprise","fa-regular fa-face-tired","fa-solid fa-face-tired","fa-brands fa-facebook","fa-brands fa-facebook-f","fa-brands fa-facebook-messenger","fa-solid fa-fan","fa-brands fa-fantasy-flight-games","fa-solid fa-faucet","fa-solid fa-faucet-drip","fa-solid fa-fax","fa-solid fa-feather","fa-solid fa-feather-pointed","fa-brands fa-fedex","fa-brands fa-fedora","fa-solid fa-ferry","fa-brands fa-figma","fa-regular fa-file","fa-solid fa-file","fa-solid fa-file-arrow-down","fa-solid fa-file-arrow-up","fa-regular fa-file-audio","fa-solid fa-file-audio","fa-solid fa-file-circle-check","fa-solid fa-file-circle-exclamation","fa-solid fa-file-circle-minus","fa-solid fa-file-circle-plus","fa-solid fa-file-circle-question","fa-solid fa-file-circle-xmark","fa-regular fa-file-code","fa-solid fa-file-code","fa-solid fa-file-contract","fa-solid fa-file-csv","fa-regular fa-file-excel","fa-solid fa-file-excel","fa-solid fa-file-export","fa-solid fa-file-fragment","fa-solid fa-file-half-dashed","fa-regular fa-file-image","fa-solid fa-file-image","fa-solid fa-file-import","fa-solid fa-file-invoice","fa-solid fa-file-invoice-dollar","fa-regular fa-file-lines","fa-solid fa-file-lines","fa-solid fa-file-medical","fa-regular fa-file-pdf","fa-solid fa-file-pdf","fa-solid fa-file-pen","fa-regular fa-file-powerpoint","fa-solid fa-file-powerpoint","fa-solid fa-file-prescription","fa-solid fa-file-shield","fa-solid fa-file-signature","fa-regular fa-file-video","fa-solid fa-file-video","fa-solid fa-file-waveform","fa-regular fa-file-word","fa-solid fa-file-word","fa-regular fa-file-zipper","fa-solid fa-file-zipper","fa-brands fa-files-pinwheel","fa-solid fa-fill","fa-solid fa-fill-drip","fa-solid fa-film","fa-solid fa-filter","fa-solid fa-filter-circle-dollar","fa-solid fa-filter-circle-xmark","fa-solid fa-fingerprint","fa-solid fa-fire","fa-solid fa-fire-burner","fa-solid fa-fire-extinguisher","fa-solid fa-fire-flame-curved","fa-solid fa-fire-flame-simple","fa-brands fa-firefox","fa-brands fa-firefox-browser","fa-brands fa-first-order","fa-brands fa-first-order-alt","fa-brands fa-firstdraft","fa-solid fa-fish","fa-solid fa-fish-fins","fa-regular fa-flag","fa-solid fa-flag","fa-solid fa-flag-checkered","fa-solid fa-flag-usa","fa-solid fa-flask","fa-solid fa-flask-vial","fa-brands fa-flickr","fa-brands fa-flipboard","fa-regular fa-floppy-disk","fa-solid fa-floppy-disk","fa-solid fa-florin-sign","fa-brands fa-flutter","fa-brands fa-fly","fa-regular fa-folder","fa-solid fa-folder","fa-regular fa-folder-closed","fa-solid fa-folder-closed","fa-solid fa-folder-minus","fa-regular fa-folder-open","fa-solid fa-folder-open","fa-solid fa-folder-plus","fa-solid fa-folder-tree","fa-solid fa-font","fa-brands fa-font-awesome","fa-regular fa-font-awesome","fa-solid fa-font-awesome","fa-brands fa-fonticons","fa-brands fa-fonticons-fi","fa-solid fa-football","fa-brands fa-fort-awesome","fa-brands fa-fort-awesome-alt","fa-brands fa-forumbee","fa-solid fa-forward","fa-solid fa-forward-fast","fa-solid fa-forward-step","fa-brands fa-foursquare","fa-solid fa-franc-sign","fa-brands fa-free-code-camp","fa-brands fa-freebsd","fa-solid fa-frog","fa-brands fa-fulcrum","fa-regular fa-futbol","fa-solid fa-futbol","fa-solid fa-g","fa-brands fa-galactic-republic","fa-brands fa-galactic-senate","fa-solid fa-gamepad","fa-solid fa-gas-pump","fa-solid fa-gauge","fa-solid fa-gauge-high","fa-solid fa-gauge-simple","fa-solid fa-gauge-simple-high","fa-solid fa-gavel","fa-solid fa-gear","fa-solid fa-gears","fa-regular fa-gem","fa-solid fa-gem","fa-solid fa-genderless","fa-brands fa-get-pocket","fa-brands fa-gg","fa-brands fa-gg-circle","fa-solid fa-ghost","fa-solid fa-gift","fa-solid fa-gifts","fa-brands fa-git","fa-brands fa-git-alt","fa-brands fa-github","fa-brands fa-github-alt","fa-brands fa-gitkraken","fa-brands fa-gitlab","fa-brands fa-gitter","fa-solid fa-glass-water","fa-solid fa-glass-water-droplet","fa-solid fa-glasses","fa-brands fa-glide","fa-brands fa-glide-g","fa-solid fa-globe","fa-brands fa-gofore","fa-brands fa-golang","fa-solid fa-golf-ball-tee","fa-brands fa-goodreads","fa-brands fa-goodreads-g","fa-brands fa-google","fa-brands fa-google-drive","fa-brands fa-google-pay","fa-brands fa-google-play","fa-brands fa-google-plus","fa-brands fa-google-plus-g","fa-brands fa-google-scholar","fa-brands fa-google-wallet","fa-solid fa-gopuram","fa-solid fa-graduation-cap","fa-brands fa-gratipay","fa-brands fa-grav","fa-solid fa-greater-than","fa-solid fa-greater-than-equal","fa-solid fa-grip","fa-solid fa-grip-lines","fa-solid fa-grip-lines-vertical","fa-solid fa-grip-vertical","fa-brands fa-gripfire","fa-solid fa-group-arrows-rotate","fa-brands fa-grunt","fa-solid fa-guarani-sign","fa-brands fa-guilded","fa-solid fa-guitar","fa-brands fa-gulp","fa-solid fa-gun","fa-solid fa-h","fa-brands fa-hacker-news","fa-brands fa-hackerrank","fa-solid fa-hammer","fa-solid fa-hamsa","fa-regular fa-hand","fa-solid fa-hand","fa-regular fa-hand-back-fist","fa-solid fa-hand-back-fist","fa-solid fa-hand-dots","fa-solid fa-hand-fist","fa-solid fa-hand-holding","fa-solid fa-hand-holding-dollar","fa-solid fa-hand-holding-droplet","fa-solid fa-hand-holding-hand","fa-solid fa-hand-holding-heart","fa-solid fa-hand-holding-medical","fa-regular fa-hand-lizard","fa-solid fa-hand-lizard","fa-solid fa-hand-middle-finger","fa-regular fa-hand-peace","fa-solid fa-hand-peace","fa-regular fa-hand-point-down","fa-solid fa-hand-point-down","fa-regular fa-hand-point-left","fa-solid fa-hand-point-left","fa-regular fa-hand-point-right","fa-solid fa-hand-point-right","fa-regular fa-hand-point-up","fa-solid fa-hand-point-up","fa-regular fa-hand-pointer","fa-solid fa-hand-pointer","fa-regular fa-hand-scissors","fa-solid fa-hand-scissors","fa-solid fa-hand-sparkles","fa-regular fa-hand-spock","fa-solid fa-hand-spock","fa-solid fa-handcuffs","fa-solid fa-hands","fa-solid fa-hands-asl-interpreting","fa-solid fa-hands-bound","fa-solid fa-hands-bubbles","fa-solid fa-hands-clapping","fa-solid fa-hands-holding","fa-solid fa-hands-holding-child","fa-solid fa-hands-holding-circle","fa-solid fa-hands-praying","fa-regular fa-handshake","fa-solid fa-handshake","fa-solid fa-handshake-angle","fa-solid fa-handshake-slash","fa-solid fa-hanukiah","fa-regular fa-hard-drive","fa-solid fa-hard-drive","fa-brands fa-hashnode","fa-solid fa-hashtag","fa-solid fa-hat-cowboy","fa-solid fa-hat-cowboy-side","fa-solid fa-hat-wizard","fa-solid fa-head-side-cough","fa-solid fa-head-side-cough-slash","fa-solid fa-head-side-mask","fa-solid fa-head-side-virus","fa-solid fa-heading","fa-regular fa-headphones","fa-solid fa-headphones","fa-solid fa-headset","fa-regular fa-heart","fa-solid fa-heart","fa-solid fa-heart-circle-bolt","fa-solid fa-heart-circle-check","fa-solid fa-heart-circle-exclamation","fa-solid fa-heart-circle-minus","fa-solid fa-heart-circle-plus","fa-solid fa-heart-circle-xmark","fa-solid fa-heart-crack","fa-solid fa-heart-pulse","fa-solid fa-helicopter","fa-solid fa-helicopter-symbol","fa-solid fa-helmet-safety","fa-solid fa-helmet-un","fa-solid fa-hexagon","fa-solid fa-hexagon-nodes","fa-solid fa-hexagon-nodes-bolt","fa-solid fa-highlighter","fa-solid fa-hill-avalanche","fa-solid fa-hill-rockslide","fa-solid fa-hippo","fa-brands fa-hips","fa-brands fa-hire-a-helper","fa-brands fa-hive","fa-solid fa-hockey-puck","fa-solid fa-holly-berry","fa-brands fa-hooli","fa-brands fa-hornbill","fa-solid fa-horse","fa-solid fa-horse-head","fa-regular fa-hospital","fa-solid fa-hospital","fa-solid fa-hospital-user","fa-solid fa-hot-tub-person","fa-solid fa-hotdog","fa-solid fa-hotel","fa-brands fa-hotjar","fa-regular fa-hourglass","fa-solid fa-hourglass","fa-solid fa-hourglass-end","fa-regular fa-hourglass-half","fa-solid fa-hourglass-half","fa-solid fa-hourglass-start","fa-regular fa-house","fa-solid fa-house","fa-solid fa-house-chimney","fa-solid fa-house-chimney-crack","fa-solid fa-house-chimney-medical","fa-solid fa-house-chimney-user","fa-solid fa-house-chimney-window","fa-solid fa-house-circle-check","fa-solid fa-house-circle-exclamation","fa-solid fa-house-circle-xmark","fa-solid fa-house-crack","fa-solid fa-house-fire","fa-solid fa-house-flag","fa-solid fa-house-flood-water","fa-solid fa-house-flood-water-circle-arrow-right","fa-solid fa-house-laptop","fa-solid fa-house-lock","fa-solid fa-house-medical","fa-solid fa-house-medical-circle-check","fa-solid fa-house-medical-circle-exclamation","fa-solid fa-house-medical-circle-xmark","fa-solid fa-house-medical-flag","fa-solid fa-house-signal","fa-solid fa-house-tsunami","fa-solid fa-house-user","fa-brands fa-houzz","fa-solid fa-hryvnia-sign","fa-brands fa-html5","fa-brands fa-hubspot","fa-solid fa-hurricane","fa-solid fa-i","fa-solid fa-i-cursor","fa-solid fa-ice-cream","fa-solid fa-icicles","fa-solid fa-icons","fa-regular fa-id-badge","fa-solid fa-id-badge","fa-regular fa-id-card","fa-solid fa-id-card","fa-solid fa-id-card-clip","fa-brands fa-ideal","fa-solid fa-igloo","fa-regular fa-image","fa-solid fa-image","fa-solid fa-image-portrait","fa-regular fa-images","fa-solid fa-images","fa-brands fa-imdb","fa-solid fa-inbox","fa-solid fa-indent","fa-solid fa-indian-rupee-sign","fa-solid fa-industry","fa-solid fa-infinity","fa-solid fa-info","fa-brands fa-innosoft","fa-brands fa-instagram","fa-brands fa-instalod","fa-brands fa-intercom","fa-brands fa-internet-explorer","fa-brands fa-invision","fa-brands fa-ioxhost","fa-solid fa-italic","fa-brands fa-itch-io","fa-brands fa-itunes","fa-brands fa-itunes-note","fa-solid fa-j","fa-solid fa-jar","fa-solid fa-jar-wheat","fa-brands fa-java","fa-solid fa-jedi","fa-brands fa-jedi-order","fa-brands fa-jenkins","fa-solid fa-jet-fighter","fa-solid fa-jet-fighter-up","fa-brands fa-jira","fa-brands fa-joget","fa-solid fa-joint","fa-brands fa-joomla","fa-brands fa-js","fa-brands fa-jsfiddle","fa-solid fa-jug-detergent","fa-brands fa-jxl","fa-solid fa-k","fa-solid fa-kaaba","fa-brands fa-kaggle","fa-brands fa-kakao-talk","fa-solid fa-key","fa-brands fa-keybase","fa-regular fa-keyboard","fa-solid fa-keyboard","fa-brands fa-keycdn","fa-solid fa-khanda","fa-brands fa-kickstarter","fa-brands fa-kickstarter-k","fa-solid fa-kip-sign","fa-solid fa-kit-medical","fa-solid fa-kitchen-set","fa-solid fa-kiwi-bird","fa-brands fa-korvue","fa-solid fa-l","fa-solid fa-land-mine-on","fa-solid fa-landmark","fa-solid fa-landmark-dome","fa-solid fa-landmark-flag","fa-solid fa-language","fa-solid fa-laptop","fa-solid fa-laptop-code","fa-solid fa-laptop-file","fa-solid fa-laptop-medical","fa-brands fa-laravel","fa-solid fa-lari-sign","fa-brands fa-lastfm","fa-solid fa-layer-group","fa-solid fa-leaf","fa-brands fa-leanpub","fa-solid fa-left-long","fa-solid fa-left-right","fa-regular fa-lemon","fa-solid fa-lemon","fa-brands fa-less","fa-solid fa-less-than","fa-solid fa-less-than-equal","fa-brands fa-letterboxd","fa-regular fa-life-ring","fa-solid fa-life-ring","fa-regular fa-lightbulb","fa-solid fa-lightbulb","fa-brands fa-line","fa-solid fa-lines-leaning","fa-solid fa-link","fa-solid fa-link-slash","fa-brands fa-linkedin","fa-brands fa-linkedin-in","fa-brands fa-linktree","fa-brands fa-linode","fa-brands fa-linux","fa-solid fa-lira-sign","fa-solid fa-list","fa-solid fa-list-check","fa-solid fa-list-ol","fa-solid fa-list-ul","fa-solid fa-litecoin-sign","fa-solid fa-location-arrow","fa-solid fa-location-crosshairs","fa-solid fa-location-dot","fa-solid fa-location-pin","fa-solid fa-location-pin-lock","fa-solid fa-lock","fa-solid fa-lock-open","fa-solid fa-locust","fa-brands fa-lumon","fa-brands fa-lumon-drop","fa-solid fa-lungs","fa-solid fa-lungs-virus","fa-brands fa-lyft","fa-solid fa-m","fa-brands fa-magento","fa-solid fa-magnet","fa-solid fa-magnifying-glass","fa-solid fa-magnifying-glass-arrow-right","fa-solid fa-magnifying-glass-chart","fa-solid fa-magnifying-glass-dollar","fa-solid fa-magnifying-glass-location","fa-solid fa-magnifying-glass-minus","fa-solid fa-magnifying-glass-plus","fa-brands fa-mailchimp","fa-solid fa-manat-sign","fa-brands fa-mandalorian","fa-regular fa-map","fa-solid fa-map","fa-solid fa-map-location","fa-solid fa-map-location-dot","fa-solid fa-map-pin","fa-brands fa-markdown","fa-solid fa-marker","fa-solid fa-mars","fa-solid fa-mars-and-venus","fa-solid fa-mars-and-venus-burst","fa-solid fa-mars-double","fa-solid fa-mars-stroke","fa-solid fa-mars-stroke-right","fa-solid fa-mars-stroke-up","fa-solid fa-martini-glass","fa-solid fa-martini-glass-citrus","fa-solid fa-martini-glass-empty","fa-solid fa-mask","fa-solid fa-mask-face","fa-solid fa-mask-ventilator","fa-solid fa-masks-theater","fa-brands fa-mastodon","fa-solid fa-mattress-pillow","fa-brands fa-maxcdn","fa-solid fa-maximize","fa-brands fa-mdb","fa-solid fa-medal","fa-brands fa-medapps","fa-brands fa-medium","fa-brands fa-medium-m","fa-brands fa-medrt","fa-brands fa-meetup","fa-brands fa-megaport","fa-solid fa-memory","fa-brands fa-mendeley","fa-solid fa-menorah","fa-solid fa-mercury","fa-regular fa-message","fa-solid fa-message","fa-brands fa-meta","fa-solid fa-meteor","fa-brands fa-microblog","fa-solid fa-microchip","fa-solid fa-microphone","fa-solid fa-microphone-lines","fa-solid fa-microphone-lines-slash","fa-solid fa-microphone-slash","fa-solid fa-microscope","fa-brands fa-microsoft","fa-solid fa-mill-sign","fa-solid fa-minimize","fa-brands fa-mintbit","fa-solid fa-minus","fa-solid fa-mitten","fa-brands fa-mix","fa-brands fa-mixcloud","fa-brands fa-mixer","fa-brands fa-mizuni","fa-solid fa-mobile","fa-solid fa-mobile-button","fa-solid fa-mobile-retro","fa-solid fa-mobile-screen","fa-solid fa-mobile-screen-button","fa-solid fa-mobile-vibrate","fa-brands fa-modx","fa-brands fa-monero","fa-solid fa-money-bill","fa-regular fa-money-bill-1","fa-solid fa-money-bill-1","fa-solid fa-money-bill-1-wave","fa-solid fa-money-bill-transfer","fa-solid fa-money-bill-trend-up","fa-solid fa-money-bill-wave","fa-solid fa-money-bill-wheat","fa-solid fa-money-bills","fa-solid fa-money-check","fa-solid fa-money-check-dollar","fa-solid fa-monument","fa-regular fa-moon","fa-solid fa-moon","fa-solid fa-mortar-pestle","fa-solid fa-mosque","fa-solid fa-mosquito","fa-solid fa-mosquito-net","fa-solid fa-motorcycle","fa-solid fa-mound","fa-solid fa-mountain","fa-solid fa-mountain-city","fa-solid fa-mountain-sun","fa-solid fa-mug-hot","fa-solid fa-mug-saucer","fa-solid fa-music","fa-solid fa-n","fa-solid fa-naira-sign","fa-brands fa-napster","fa-brands fa-neos","fa-solid fa-network-wired","fa-solid fa-neuter","fa-regular fa-newspaper","fa-solid fa-newspaper","fa-brands fa-nfc-directional","fa-brands fa-nfc-symbol","fa-brands fa-nimblr","fa-brands fa-node","fa-brands fa-node-js","fa-solid fa-non-binary","fa-solid fa-not-equal","fa-solid fa-notdef","fa-regular fa-note-sticky","fa-solid fa-note-sticky","fa-solid fa-notes-medical","fa-brands fa-notion","fa-brands fa-npm","fa-brands fa-ns8","fa-brands fa-nutritionix","fa-solid fa-o","fa-regular fa-object-group","fa-solid fa-object-group","fa-regular fa-object-ungroup","fa-solid fa-object-ungroup","fa-solid fa-octagon","fa-brands fa-octopus-deploy","fa-brands fa-odnoklassniki","fa-brands fa-odysee","fa-solid fa-oil-can","fa-solid fa-oil-well","fa-brands fa-old-republic","fa-solid fa-om","fa-brands fa-openai","fa-brands fa-opencart","fa-brands fa-openid","fa-brands fa-opensuse","fa-brands fa-opera","fa-brands fa-optin-monster","fa-brands fa-orcid","fa-brands fa-osi","fa-solid fa-otter","fa-solid fa-outdent","fa-solid fa-p","fa-brands fa-padlet","fa-brands fa-page4","fa-brands fa-pagelines","fa-solid fa-pager","fa-solid fa-paint-roller","fa-solid fa-paintbrush","fa-solid fa-palette","fa-brands fa-palfed","fa-solid fa-pallet","fa-brands fa-pandora","fa-solid fa-panorama","fa-regular fa-paper-plane","fa-solid fa-paper-plane","fa-solid fa-paperclip","fa-solid fa-parachute-box","fa-solid fa-paragraph","fa-solid fa-passport","fa-regular fa-paste","fa-solid fa-paste","fa-brands fa-patreon","fa-solid fa-pause","fa-solid fa-paw","fa-brands fa-paypal","fa-solid fa-peace","fa-solid fa-pen","fa-solid fa-pen-clip","fa-solid fa-pen-fancy","fa-solid fa-pen-nib","fa-solid fa-pen-ruler","fa-regular fa-pen-to-square","fa-solid fa-pen-to-square","fa-solid fa-pencil","fa-solid fa-pentagon","fa-solid fa-people-arrows","fa-solid fa-people-carry-box","fa-solid fa-people-group","fa-solid fa-people-line","fa-solid fa-people-pulling","fa-solid fa-people-robbery","fa-solid fa-people-roof","fa-solid fa-pepper-hot","fa-brands fa-perbyte","fa-solid fa-percent","fa-brands fa-periscope","fa-solid fa-person","fa-solid fa-person-arrow-down-to-line","fa-solid fa-person-arrow-up-from-line","fa-solid fa-person-biking","fa-solid fa-person-booth","fa-solid fa-person-breastfeeding","fa-solid fa-person-burst","fa-solid fa-person-cane","fa-solid fa-person-chalkboard","fa-solid fa-person-circle-check","fa-solid fa-person-circle-exclamation","fa-solid fa-person-circle-minus","fa-solid fa-person-circle-plus","fa-solid fa-person-circle-question","fa-solid fa-person-circle-xmark","fa-solid fa-person-digging","fa-solid fa-person-dots-from-line","fa-solid fa-person-dress","fa-solid fa-person-dress-burst","fa-solid fa-person-drowning","fa-solid fa-person-falling","fa-solid fa-person-falling-burst","fa-solid fa-person-half-dress","fa-solid fa-person-harassing","fa-solid fa-person-hiking","fa-solid fa-person-military-pointing","fa-solid fa-person-military-rifle","fa-solid fa-person-military-to-person","fa-solid fa-person-praying","fa-solid fa-person-pregnant","fa-solid fa-person-rays","fa-solid fa-person-rifle","fa-solid fa-person-running","fa-solid fa-person-shelter","fa-solid fa-person-skating","fa-solid fa-person-skiing","fa-solid fa-person-skiing-nordic","fa-solid fa-person-snowboarding","fa-solid fa-person-swimming","fa-solid fa-person-through-window","fa-solid fa-person-walking","fa-solid fa-person-walking-arrow-loop-left","fa-solid fa-person-walking-arrow-right","fa-solid fa-person-walking-dashed-line-arrow-right","fa-solid fa-person-walking-luggage","fa-solid fa-person-walking-with-cane","fa-solid fa-peseta-sign","fa-solid fa-peso-sign","fa-brands fa-phabricator","fa-brands fa-phoenix-framework","fa-brands fa-phoenix-squadron","fa-solid fa-phone","fa-solid fa-phone-flip","fa-solid fa-phone-slash","fa-solid fa-phone-volume","fa-solid fa-photo-film","fa-brands fa-php","fa-brands fa-pied-piper","fa-brands fa-pied-piper-alt","fa-brands fa-pied-piper-hat","fa-brands fa-pied-piper-pp","fa-brands fa-pied-piper-square","fa-solid fa-piggy-bank","fa-solid fa-pills","fa-brands fa-pinterest","fa-brands fa-pinterest-p","fa-brands fa-pix","fa-brands fa-pixelfed","fa-brands fa-pixiv","fa-solid fa-pizza-slice","fa-solid fa-place-of-worship","fa-solid fa-plane","fa-solid fa-plane-arrival","fa-solid fa-plane-circle-check","fa-solid fa-plane-circle-exclamation","fa-solid fa-plane-circle-xmark","fa-solid fa-plane-departure","fa-solid fa-plane-lock","fa-solid fa-plane-slash","fa-solid fa-plane-up","fa-solid fa-plant-wilt","fa-solid fa-plate-wheat","fa-solid fa-play","fa-brands fa-playstation","fa-solid fa-plug","fa-solid fa-plug-circle-bolt","fa-solid fa-plug-circle-check","fa-solid fa-plug-circle-exclamation","fa-solid fa-plug-circle-minus","fa-solid fa-plug-circle-plus","fa-solid fa-plug-circle-xmark","fa-solid fa-plus","fa-solid fa-plus-minus","fa-solid fa-podcast","fa-solid fa-poo","fa-solid fa-poo-storm","fa-solid fa-poop","fa-solid fa-power-off","fa-solid fa-prescription","fa-solid fa-prescription-bottle","fa-solid fa-prescription-bottle-medical","fa-solid fa-print","fa-brands fa-product-hunt","fa-solid fa-pump-medical","fa-solid fa-pump-soap","fa-brands fa-pushed","fa-solid fa-puzzle-piece","fa-brands fa-python","fa-solid fa-q","fa-brands fa-qq","fa-solid fa-qrcode","fa-solid fa-question","fa-brands fa-quinscape","fa-brands fa-quora","fa-solid fa-quote-left","fa-solid fa-quote-right","fa-solid fa-r","fa-brands fa-r-project","fa-solid fa-radiation","fa-solid fa-radio","fa-solid fa-rainbow","fa-solid fa-ranking-star","fa-brands fa-raspberry-pi","fa-brands fa-ravelry","fa-brands fa-react","fa-brands fa-reacteurope","fa-brands fa-readme","fa-brands fa-rebel","fa-solid fa-receipt","fa-solid fa-record-vinyl","fa-solid fa-rectangle-ad","fa-regular fa-rectangle-list","fa-solid fa-rectangle-list","fa-regular fa-rectangle-xmark","fa-solid fa-rectangle-xmark","fa-solid fa-recycle","fa-brands fa-red-river","fa-brands fa-reddit","fa-brands fa-reddit-alien","fa-brands fa-redhat","fa-regular fa-registered","fa-solid fa-registered","fa-brands fa-rendact","fa-brands fa-renren","fa-solid fa-repeat","fa-solid fa-reply","fa-solid fa-reply-all","fa-brands fa-replyd","fa-solid fa-republican","fa-brands fa-researchgate","fa-brands fa-resolving","fa-solid fa-restroom","fa-solid fa-retweet","fa-brands fa-rev","fa-solid fa-ribbon","fa-solid fa-right-from-bracket","fa-solid fa-right-left","fa-solid fa-right-long","fa-solid fa-right-to-bracket","fa-solid fa-ring","fa-solid fa-road","fa-solid fa-road-barrier","fa-solid fa-road-bridge","fa-solid fa-road-circle-check","fa-solid fa-road-circle-exclamation","fa-solid fa-road-circle-xmark","fa-solid fa-road-lock","fa-solid fa-road-spikes","fa-solid fa-robot","fa-solid fa-rocket","fa-brands fa-rocketchat","fa-brands fa-rockrms","fa-solid fa-rotate","fa-solid fa-rotate-left","fa-solid fa-rotate-right","fa-solid fa-route","fa-solid fa-rss","fa-solid fa-ruble-sign","fa-solid fa-rug","fa-solid fa-ruler","fa-solid fa-ruler-combined","fa-solid fa-ruler-horizontal","fa-solid fa-ruler-vertical","fa-solid fa-rupee-sign","fa-solid fa-rupiah-sign","fa-brands fa-rust","fa-solid fa-s","fa-solid fa-sack-dollar","fa-solid fa-sack-xmark","fa-brands fa-safari","fa-solid fa-sailboat","fa-brands fa-salesforce","fa-brands fa-sass","fa-solid fa-satellite","fa-solid fa-satellite-dish","fa-solid fa-scale-balanced","fa-solid fa-scale-unbalanced","fa-solid fa-scale-unbalanced-flip","fa-brands fa-schlix","fa-solid fa-school","fa-solid fa-school-circle-check","fa-solid fa-school-circle-exclamation","fa-solid fa-school-circle-xmark","fa-solid fa-school-flag","fa-solid fa-school-lock","fa-solid fa-scissors","fa-brands fa-screenpal","fa-solid fa-screwdriver","fa-solid fa-screwdriver-wrench","fa-brands fa-scribd","fa-solid fa-scroll","fa-solid fa-scroll-torah","fa-solid fa-sd-card","fa-brands fa-searchengin","fa-solid fa-section","fa-solid fa-seedling","fa-brands fa-sellcast","fa-brands fa-sellsy","fa-solid fa-septagon","fa-solid fa-server","fa-brands fa-servicestack","fa-solid fa-shapes","fa-solid fa-share","fa-regular fa-share-from-square","fa-solid fa-share-from-square","fa-solid fa-share-nodes","fa-solid fa-sheet-plastic","fa-solid fa-shekel-sign","fa-solid fa-shield","fa-solid fa-shield-cat","fa-solid fa-shield-dog","fa-solid fa-shield-halved","fa-solid fa-shield-heart","fa-solid fa-shield-virus","fa-solid fa-ship","fa-solid fa-shirt","fa-brands fa-shirtsinbulk","fa-solid fa-shoe-prints","fa-brands fa-shoelace","fa-solid fa-shop","fa-solid fa-shop-lock","fa-solid fa-shop-slash","fa-brands fa-shopify","fa-brands fa-shopware","fa-solid fa-shower","fa-solid fa-shrimp","fa-solid fa-shuffle","fa-solid fa-shuttle-space","fa-solid fa-sign-hanging","fa-solid fa-signal","fa-brands fa-signal-messenger","fa-solid fa-signature","fa-solid fa-signs-post","fa-solid fa-sim-card","fa-brands fa-simplybuilt","fa-solid fa-single-quote-left","fa-solid fa-single-quote-right","fa-solid fa-sink","fa-brands fa-sistrix","fa-solid fa-sitemap","fa-brands fa-sith","fa-brands fa-sitrox","fa-brands fa-sketch","fa-solid fa-skull","fa-solid fa-skull-crossbones","fa-brands fa-skyatlas","fa-brands fa-skype","fa-brands fa-slack","fa-brands fa-slack-hash","fa-solid fa-slash","fa-solid fa-sleigh","fa-solid fa-sliders","fa-brands fa-slideshare","fa-solid fa-smog","fa-solid fa-smoking","fa-brands fa-snapchat","fa-brands fa-snapchat-ghost","fa-regular fa-snowflake","fa-solid fa-snowflake","fa-solid fa-snowman","fa-solid fa-snowplow","fa-solid fa-soap","fa-solid fa-socks","fa-solid fa-solar-panel","fa-solid fa-sort","fa-solid fa-sort-down","fa-solid fa-sort-up","fa-brands fa-soundcloud","fa-brands fa-sourcetree","fa-solid fa-spa","fa-brands fa-space-awesome","fa-solid fa-spaghetti-monster-flying","fa-brands fa-speakap","fa-brands fa-speaker-deck","fa-solid fa-spell-check","fa-solid fa-spider","fa-solid fa-spinner","fa-solid fa-spiral","fa-solid fa-splotch","fa-solid fa-spoon","fa-brands fa-spotify","fa-solid fa-spray-can","fa-solid fa-spray-can-sparkles","fa-regular fa-square","fa-solid fa-square","fa-solid fa-square-arrow-up-right","fa-brands fa-square-behance","fa-solid fa-square-binary","fa-brands fa-square-bluesky","fa-regular fa-square-caret-down","fa-solid fa-square-caret-down","fa-regular fa-square-caret-left","fa-solid fa-square-caret-left","fa-regular fa-square-caret-right","fa-solid fa-square-caret-right","fa-regular fa-square-caret-up","fa-solid fa-square-caret-up","fa-regular fa-square-check","fa-solid fa-square-check","fa-brands fa-square-dribbble","fa-solid fa-square-envelope","fa-brands fa-square-facebook","fa-brands fa-square-figma","fa-brands fa-square-font-awesome","fa-brands fa-square-font-awesome-stroke","fa-regular fa-square-full","fa-solid fa-square-full","fa-brands fa-square-git","fa-brands fa-square-github","fa-brands fa-square-gitlab","fa-brands fa-square-google-plus","fa-solid fa-square-h","fa-brands fa-square-hacker-news","fa-brands fa-square-instagram","fa-brands fa-square-js","fa-brands fa-square-lastfm","fa-brands fa-square-letterboxd","fa-brands fa-square-linkedin","fa-regular fa-square-minus","fa-solid fa-square-minus","fa-solid fa-square-nfi","fa-brands fa-square-odnoklassniki","fa-solid fa-square-parking","fa-solid fa-square-pen","fa-solid fa-square-person-confined","fa-solid fa-square-phone","fa-solid fa-square-phone-flip","fa-brands fa-square-pied-piper","fa-brands fa-square-pinterest","fa-regular fa-square-plus","fa-solid fa-square-plus","fa-solid fa-square-poll-horizontal","fa-solid fa-square-poll-vertical","fa-brands fa-square-reddit","fa-solid fa-square-root-variable","fa-solid fa-square-rss","fa-solid fa-square-share-nodes","fa-brands fa-square-snapchat","fa-brands fa-square-steam","fa-brands fa-square-threads","fa-brands fa-square-tumblr","fa-brands fa-square-twitter","fa-solid fa-square-up-right","fa-brands fa-square-upwork","fa-brands fa-square-viadeo","fa-brands fa-square-vimeo","fa-solid fa-square-virus","fa-brands fa-square-web-awesome","fa-brands fa-square-web-awesome-stroke","fa-brands fa-square-whatsapp","fa-brands fa-square-x-twitter","fa-brands fa-square-xing","fa-solid fa-square-xmark","fa-brands fa-square-youtube","fa-brands fa-squarespace","fa-brands fa-stack-exchange","fa-brands fa-stack-overflow","fa-brands fa-stackpath","fa-solid fa-staff-snake","fa-solid fa-stairs","fa-solid fa-stamp","fa-solid fa-stapler","fa-regular fa-star","fa-solid fa-star","fa-solid fa-star-and-crescent","fa-regular fa-star-half","fa-solid fa-star-half","fa-regular fa-star-half-stroke","fa-solid fa-star-half-stroke","fa-solid fa-star-of-david","fa-solid fa-star-of-life","fa-brands fa-staylinked","fa-brands fa-steam","fa-brands fa-steam-symbol","fa-solid fa-sterling-sign","fa-solid fa-stethoscope","fa-brands fa-sticker-mule","fa-solid fa-stop","fa-solid fa-stopwatch","fa-solid fa-stopwatch-20","fa-solid fa-store","fa-solid fa-store-slash","fa-brands fa-strava","fa-solid fa-street-view","fa-solid fa-strikethrough","fa-brands fa-stripe","fa-brands fa-stripe-s","fa-solid fa-stroopwafel","fa-brands fa-stubber","fa-brands fa-studiovinari","fa-brands fa-stumbleupon","fa-brands fa-stumbleupon-circle","fa-solid fa-subscript","fa-solid fa-suitcase","fa-solid fa-suitcase-medical","fa-solid fa-suitcase-rolling","fa-regular fa-sun","fa-solid fa-sun","fa-solid fa-sun-plant-wilt","fa-brands fa-superpowers","fa-solid fa-superscript","fa-brands fa-supple","fa-brands fa-suse","fa-solid fa-swatchbook","fa-brands fa-swift","fa-brands fa-symfony","fa-solid fa-synagogue","fa-solid fa-syringe","fa-solid fa-t","fa-solid fa-table","fa-solid fa-table-cells","fa-solid fa-table-cells-column-lock","fa-solid fa-table-cells-large","fa-solid fa-table-cells-row-lock","fa-solid fa-table-cells-row-unlock","fa-solid fa-table-columns","fa-solid fa-table-list","fa-solid fa-table-tennis-paddle-ball","fa-solid fa-tablet","fa-solid fa-tablet-button","fa-solid fa-tablet-screen-button","fa-solid fa-tablets","fa-solid fa-tachograph-digital","fa-solid fa-tag","fa-solid fa-tags","fa-solid fa-tape","fa-solid fa-tarp","fa-solid fa-tarp-droplet","fa-solid fa-taxi","fa-brands fa-teamspeak","fa-solid fa-teeth","fa-solid fa-teeth-open","fa-brands fa-telegram","fa-brands fa-telegram-plane","fa-solid fa-temperature-arrow-down","fa-solid fa-temperature-arrow-up","fa-solid fa-temperature-empty","fa-solid fa-temperature-full","fa-solid fa-temperature-half","fa-solid fa-temperature-high","fa-solid fa-temperature-low","fa-solid fa-temperature-quarter","fa-solid fa-temperature-three-quarters","fa-brands fa-tencent-weibo","fa-solid fa-tenge-sign","fa-solid fa-tent","fa-solid fa-tent-arrow-down-to-line","fa-solid fa-tent-arrow-left-right","fa-solid fa-tent-arrow-turn-left","fa-solid fa-tent-arrows-down","fa-solid fa-tents","fa-solid fa-terminal","fa-brands fa-tex","fa-solid fa-text-height","fa-solid fa-text-slash","fa-solid fa-text-width","fa-brands fa-the-red-yeti","fa-brands fa-themeco","fa-brands fa-themeisle","fa-solid fa-thermometer","fa-brands fa-think-peaks","fa-brands fa-threads","fa-regular fa-thumbs-down","fa-solid fa-thumbs-down","fa-regular fa-thumbs-up","fa-solid fa-thumbs-up","fa-solid fa-thumbtack","fa-solid fa-thumbtack-slash","fa-solid fa-ticket","fa-solid fa-ticket-simple","fa-brands fa-tidal","fa-brands fa-tiktok","fa-solid fa-timeline","fa-solid fa-toggle-off","fa-solid fa-toggle-on","fa-solid fa-toilet","fa-solid fa-toilet-paper","fa-solid fa-toilet-paper-slash","fa-solid fa-toilet-portable","fa-solid fa-toilets-portable","fa-solid fa-toolbox","fa-solid fa-tooth","fa-solid fa-torii-gate","fa-solid fa-tornado","fa-solid fa-tower-broadcast","fa-solid fa-tower-cell","fa-solid fa-tower-observation","fa-solid fa-tractor","fa-brands fa-trade-federation","fa-solid fa-trademark","fa-solid fa-traffic-light","fa-solid fa-trailer","fa-solid fa-train","fa-solid fa-train-subway","fa-solid fa-train-tram","fa-solid fa-transgender","fa-solid fa-trash","fa-solid fa-trash-arrow-up","fa-regular fa-trash-can","fa-solid fa-trash-can","fa-solid fa-trash-can-arrow-up","fa-solid fa-tree","fa-solid fa-tree-city","fa-brands fa-trello","fa-solid fa-triangle-exclamation","fa-solid fa-trophy","fa-solid fa-trowel","fa-solid fa-trowel-bricks","fa-regular fa-truck","fa-solid fa-truck","fa-solid fa-truck-arrow-right","fa-solid fa-truck-droplet","fa-solid fa-truck-fast","fa-solid fa-truck-field","fa-solid fa-truck-field-un","fa-solid fa-truck-front","fa-solid fa-truck-medical","fa-solid fa-truck-monster","fa-solid fa-truck-moving","fa-solid fa-truck-pickup","fa-solid fa-truck-plane","fa-solid fa-truck-ramp-box","fa-solid fa-tty","fa-brands fa-tumblr","fa-solid fa-turkish-lira-sign","fa-solid fa-turn-down","fa-solid fa-turn-up","fa-solid fa-tv","fa-brands fa-twitch","fa-brands fa-twitter","fa-brands fa-typo3","fa-solid fa-u","fa-brands fa-uber","fa-brands fa-ubuntu","fa-brands fa-uikit","fa-brands fa-umbraco","fa-solid fa-umbrella","fa-solid fa-umbrella-beach","fa-brands fa-uncharted","fa-solid fa-underline","fa-brands fa-uniregistry","fa-brands fa-unity","fa-solid fa-universal-access","fa-solid fa-unlock","fa-solid fa-unlock-keyhole","fa-brands fa-unsplash","fa-brands fa-untappd","fa-solid fa-up-down","fa-solid fa-up-down-left-right","fa-solid fa-up-long","fa-solid fa-up-right-and-down-left-from-center","fa-solid fa-up-right-from-square","fa-solid fa-upload","fa-brands fa-ups","fa-brands fa-upwork","fa-brands fa-usb","fa-regular fa-user","fa-solid fa-user","fa-solid fa-user-astronaut","fa-solid fa-user-check","fa-solid fa-user-clock","fa-solid fa-user-doctor","fa-solid fa-user-gear","fa-solid fa-user-graduate","fa-solid fa-user-group","fa-solid fa-user-injured","fa-solid fa-user-lock","fa-solid fa-user-minus","fa-solid fa-user-ninja","fa-solid fa-user-nurse","fa-solid fa-user-pen","fa-solid fa-user-plus","fa-solid fa-user-secret","fa-solid fa-user-shield","fa-solid fa-user-slash","fa-solid fa-user-tag","fa-solid fa-user-tie","fa-solid fa-user-xmark","fa-solid fa-users","fa-solid fa-users-between-lines","fa-solid fa-users-gear","fa-solid fa-users-line","fa-solid fa-users-rays","fa-solid fa-users-rectangle","fa-solid fa-users-slash","fa-solid fa-users-viewfinder","fa-brands fa-usps","fa-brands fa-ussunnah","fa-solid fa-utensils","fa-solid fa-v","fa-brands fa-vaadin","fa-solid fa-van-shuttle","fa-solid fa-vault","fa-solid fa-venus","fa-solid fa-venus-double","fa-solid fa-venus-mars","fa-solid fa-vest","fa-solid fa-vest-patches","fa-brands fa-viacoin","fa-brands fa-viadeo","fa-solid fa-vial","fa-solid fa-vial-circle-check","fa-solid fa-vial-virus","fa-solid fa-vials","fa-brands fa-viber","fa-solid fa-video","fa-solid fa-video-slash","fa-solid fa-vihara","fa-brands fa-vimeo","fa-brands fa-vimeo-v","fa-brands fa-vine","fa-solid fa-virus","fa-solid fa-virus-covid","fa-solid fa-virus-covid-slash","fa-solid fa-virus-slash","fa-solid fa-viruses","fa-brands fa-vk","fa-brands fa-vnv","fa-solid fa-voicemail","fa-solid fa-volcano","fa-solid fa-volleyball","fa-solid fa-volume-high","fa-solid fa-volume-low","fa-solid fa-volume-off","fa-solid fa-volume-xmark","fa-solid fa-vr-cardboard","fa-brands fa-vsco","fa-brands fa-vuejs","fa-solid fa-w","fa-brands fa-w3c","fa-solid fa-walkie-talkie","fa-solid fa-wallet","fa-solid fa-wand-magic","fa-solid fa-wand-magic-sparkles","fa-solid fa-wand-sparkles","fa-solid fa-warehouse","fa-brands fa-watchman-monitoring","fa-solid fa-water","fa-solid fa-water-ladder","fa-solid fa-wave-square","fa-brands fa-waze","fa-brands fa-web-awesome","fa-solid fa-web-awesome","fa-brands fa-webflow","fa-brands fa-weebly","fa-brands fa-weibo","fa-solid fa-weight-hanging","fa-solid fa-weight-scale","fa-brands fa-weixin","fa-brands fa-whatsapp","fa-solid fa-wheat-awn","fa-solid fa-wheat-awn-circle-exclamation","fa-solid fa-wheelchair","fa-solid fa-wheelchair-move","fa-solid fa-whiskey-glass","fa-brands fa-whmcs","fa-solid fa-wifi","fa-brands fa-wikipedia-w","fa-solid fa-wind","fa-regular fa-window-maximize","fa-solid fa-window-maximize","fa-regular fa-window-minimize","fa-solid fa-window-minimize","fa-regular fa-window-restore","fa-solid fa-window-restore","fa-brands fa-windows","fa-solid fa-wine-bottle","fa-solid fa-wine-glass","fa-solid fa-wine-glass-empty","fa-brands fa-wirsindhandwerk","fa-brands fa-wix","fa-brands fa-wizards-of-the-coast","fa-brands fa-wodu","fa-brands fa-wolf-pack-battalion","fa-solid fa-won-sign","fa-brands fa-wordpress","fa-brands fa-wordpress-simple","fa-solid fa-worm","fa-brands fa-wpbeginner","fa-brands fa-wpexplorer","fa-brands fa-wpforms","fa-brands fa-wpressr","fa-solid fa-wrench","fa-brands fa-wsh","fa-solid fa-x","fa-solid fa-x-ray","fa-brands fa-x-twitter","fa-brands fa-xbox","fa-brands fa-xing","fa-solid fa-xmark","fa-solid fa-xmarks-lines","fa-solid fa-y","fa-brands fa-y-combinator","fa-brands fa-yahoo","fa-brands fa-yammer","fa-brands fa-yandex","fa-brands fa-yandex-international","fa-brands fa-yarn","fa-brands fa-yelp","fa-solid fa-yen-sign","fa-solid fa-yin-yang","fa-brands fa-yoast","fa-brands fa-youtube","fa-solid fa-z","fa-brands fa-zhihu"],ja=b.GradientPicker||b.__experimentalGradientPicker,La=e=>(e=>e?.slice(e?.indexOf(" fa-")+4))(e)?.split("-").map((e=>e.charAt(0).toUpperCase()+e.slice(1))).join(" "),Sa=(0,m.withSelect)((e=>{const{gradients:t}=e("core/block-editor").getSettings();return{gradients:t.length>12?t.slice(0,12):t}}))((e=>{const{className:t="",label:a=(0,v.__)("Select Icon:"),value:s={},onChange:o,defaults:l={},isSize:r=!0,isColor:c=!0,gradients:d}=e,h={class:"",fontSize:16,colorType:"solid",color:"inherit",gradient:n},p=e=>l[e]||h[e],u=e=>s[e]||p(e),m=(e,t)=>o({...s,[e]:t}),[w,x]=(0,g.useState)(""),[y,k]=(0,g.useState)(!1),C=za.filter((e=>La(e).toLowerCase().includes(w.toLowerCase())));return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:`bPlIconTitle ${t}`,children:[(0,i.jsx)(f,{className:"mt0 mb0",children:a}),(0,i.jsx)(b.Tooltip,{text:La(s.class),placement:"top",position:"top",children:(0,i.jsx)("i",{className:s.class})})]}),(0,i.jsxs)("div",{className:"bPlIconSelect",children:[(0,i.jsx)("input",{type:"search",value:w,onClick:()=>k(!y),placeholder:La(u("class"))||"Search & Select Icon",onChange:e=>x(e.target.value)}),(0,i.jsx)("span",{className:"dashicon dashicons dashicons-"+(y?"arrow-up":"arrow-down"),onClick:()=>k(!y)}),y&&(0,i.jsx)("div",{className:"bPlIconLists",children:C?.map((e=>(0,i.jsx)(b.Tooltip,{text:La(e),placement:"top",position:"top",children:(0,i.jsx)("i",{onClick:()=>{o({...s,class:e}),x(""),k(!1)},className:e})},e)))})]}),r&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon Size:")}),(0,i.jsx)(b.RangeControl,{value:u("fontSize"),onChange:e=>m("fontSize",e),min:0,max:400,step:1,allowReset:!0,resetFallbackValue:p("fontSize"),initialPosition:p("fontSize")})]}),c&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Color Type:")}),(0,i.jsx)(ga,{value:u("colorType"),onChange:e=>m("colorType",e),options:Pe,size:"small"})]}),"gradient"===u("colorType")?(0,i.jsx)(ja,{value:u("gradient"),onChange:e=>m("gradient",e),gradients:d}):(0,i.jsx)(De,{label:(0,v.__)("Icon Color:"),value:u("color"),onChange:e=>m("color",e),defaultColor:p("color")})]})]})})),$a=JSON.parse('[{"terms":["shapes, number, numeral"],"label":"0-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'0-circle\'><path d=\'M7.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"0-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'0-circle-fill\'><path d=\'M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.012 4.158c1.858 0 2.96-1.582 2.96-3.99V7.84c0-2.426-1.079-3.996-2.936-3.996-1.864 0-2.965 1.588-2.965 3.996v.328c0 2.42 1.09 3.99 2.941 3.99\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"0-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'0-square\'><path d=\'M7.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"0-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'0-square-fill\'><path d=\'M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"1-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'1-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M9.283 4.002V12H7.971V5.338h-.065L6.072 6.656V5.385l1.899-1.383z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"1-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'1-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M9.283 4.002H7.971L6.072 5.385v1.271l1.834-1.318h.065V12h1.312z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"1-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'1-square\'><path d=\'M9.283 4.002V12H7.971V5.338h-.065L6.072 6.656V5.385l1.899-1.383z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"1-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'1-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm7.283 4.002V12H7.971V5.338h-.065L6.072 6.656V5.385l1.899-1.383z\'/></svg>"}},{"terms":["typography, numbers"],"label":"123","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'123\'><path d=\'M2.873 11.297V4.142H1.699L0 5.379v1.137l1.64-1.18h.06v5.961zm3.213-5.09v-.063c0-.618.44-1.169 1.196-1.169.676 0 1.174.44 1.174 1.106 0 .624-.42 1.101-.807 1.526L4.99 10.553v.744h4.78v-.99H6.643v-.069L8.41 8.252c.65-.724 1.237-1.332 1.237-2.27C9.646 4.849 8.723 4 7.308 4c-1.573 0-2.36 1.064-2.36 2.15v.057zm6.559 1.883h.786c.823 0 1.374.481 1.379 1.179.01.707-.55 1.216-1.421 1.21-.77-.005-1.326-.419-1.379-.953h-1.095c.042 1.053.938 1.918 2.464 1.918 1.478 0 2.642-.839 2.62-2.144-.02-1.143-.922-1.651-1.551-1.714v-.063c.535-.09 1.347-.66 1.326-1.678-.026-1.053-.933-1.855-2.359-1.845-1.5.005-2.317.88-2.348 1.898h1.116c.032-.498.498-.944 1.206-.944.703 0 1.206.435 1.206 1.07.005.64-.504 1.106-1.2 1.106h-.75z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"2-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'2-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.646 6.24v.07H5.375v-.064c0-1.213.879-2.402 2.637-2.402 1.582 0 2.613.949 2.613 2.215 0 1.002-.6 1.667-1.287 2.43l-.096.107-1.974 2.22v.077h3.498V12H5.422v-.832l2.97-3.293c.434-.475.903-1.008.903-1.705 0-.744-.557-1.236-1.313-1.236-.843 0-1.336.615-1.336 1.306\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"2-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'2-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.646 6.24c0-.691.493-1.306 1.336-1.306.756 0 1.313.492 1.313 1.236 0 .697-.469 1.23-.902 1.705l-2.971 3.293V12h5.344v-1.107H7.268v-.077l1.974-2.22.096-.107c.688-.763 1.287-1.428 1.287-2.43 0-1.266-1.031-2.215-2.613-2.215-1.758 0-2.637 1.19-2.637 2.402v.065h1.271v-.07Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"2-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'2-square\'><path d=\'M6.646 6.24v.07H5.375v-.064c0-1.213.879-2.402 2.637-2.402 1.582 0 2.613.949 2.613 2.215 0 1.002-.6 1.667-1.287 2.43l-.096.107-1.974 2.22v.077h3.498V12H5.422v-.832l2.97-3.293c.434-.475.903-1.008.903-1.705 0-.744-.557-1.236-1.313-1.236-.843 0-1.336.615-1.336 1.306\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"2-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'2-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm4.646 6.24v.07H5.375v-.064c0-1.213.879-2.402 2.637-2.402 1.582 0 2.613.949 2.613 2.215 0 1.002-.6 1.667-1.287 2.43l-.096.107-1.974 2.22v.077h3.498V12H5.422v-.832l2.97-3.293c.434-.475.903-1.008.903-1.705 0-.744-.557-1.236-1.313-1.236-.843 0-1.336.615-1.336 1.306\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"3-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'3-circle\'><path d=\'M7.918 8.414h-.879V7.342h.838c.78 0 1.348-.522 1.342-1.237 0-.709-.563-1.195-1.348-1.195-.79 0-1.312.498-1.348 1.055H5.275c.036-1.137.95-2.115 2.625-2.121 1.594-.012 2.608.885 2.637 2.062.023 1.137-.885 1.776-1.482 1.875v.07c.703.07 1.71.64 1.734 1.917.024 1.459-1.277 2.396-2.93 2.396-1.705 0-2.707-.967-2.754-2.144H6.33c.059.597.68 1.06 1.541 1.066.973.006 1.6-.563 1.588-1.354-.006-.779-.621-1.318-1.541-1.318\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"3-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'3-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.082.414c.92 0 1.535.54 1.541 1.318.012.791-.615 1.36-1.588 1.354-.861-.006-1.482-.469-1.54-1.066H5.104c.047 1.177 1.05 2.144 2.754 2.144 1.653 0 2.954-.937 2.93-2.396-.023-1.278-1.031-1.846-1.734-1.916v-.07c.597-.1 1.505-.739 1.482-1.876-.03-1.177-1.043-2.074-2.637-2.062-1.675.006-2.59.984-2.625 2.12h1.248c.036-.556.557-1.054 1.348-1.054.785 0 1.348.486 1.348 1.195.006.715-.563 1.237-1.342 1.237h-.838v1.072h.879Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"3-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'3-square\'><path d=\'M7.918 8.414h-.879V7.342h.838c.78 0 1.348-.522 1.342-1.237 0-.709-.563-1.195-1.348-1.195-.79 0-1.312.498-1.348 1.055H5.275c.036-1.137.95-2.115 2.625-2.121 1.594-.012 2.608.885 2.637 2.062.023 1.137-.885 1.776-1.482 1.875v.07c.703.07 1.71.64 1.734 1.917.024 1.459-1.277 2.396-2.93 2.396-1.705 0-2.707-.967-2.754-2.144H6.33c.059.597.68 1.06 1.541 1.066.973.006 1.6-.563 1.588-1.354-.006-.779-.621-1.318-1.541-1.318\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"3-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'3-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.918 8.414h-.879V7.342h.838c.78 0 1.348-.522 1.342-1.237 0-.709-.563-1.195-1.348-1.195-.79 0-1.312.498-1.348 1.055H5.275c.036-1.137.95-2.115 2.625-2.121 1.594-.012 2.608.885 2.637 2.062.023 1.137-.885 1.776-1.482 1.875v.07c.703.07 1.71.64 1.734 1.917.024 1.459-1.277 2.396-2.93 2.396-1.705 0-2.707-.967-2.754-2.144H6.33c.059.597.68 1.06 1.541 1.066.973.006 1.6-.563 1.588-1.354-.006-.779-.621-1.318-1.541-1.318\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"4-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'4-circle\'><path d=\'M7.519 5.057q.33-.527.657-1.055h1.933v5.332h1.008v1.107H10.11V12H8.85v-1.559H4.978V9.322c.77-1.427 1.656-2.847 2.542-4.265ZM6.225 9.281v.053H8.85V5.063h-.065c-.867 1.33-1.787 2.806-2.56 4.218\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"4-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'4-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M7.519 5.057c-.886 1.418-1.772 2.838-2.542 4.265v1.12H8.85V12h1.26v-1.559h1.007V9.334H10.11V4.002H8.176zM6.225 9.281v.053H8.85V5.063h-.065c-.867 1.33-1.787 2.806-2.56 4.218\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"4-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'4-square\'><path d=\'M7.519 5.057q.33-.527.657-1.055h1.933v5.332h1.008v1.107H10.11V12H8.85v-1.559H4.978V9.322c.77-1.427 1.656-2.847 2.542-4.265ZM6.225 9.281v.053H8.85V5.063h-.065c-.867 1.33-1.787 2.806-2.56 4.218\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"4-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'4-square-fill\'><path d=\'M6.225 9.281v.053H8.85V5.063h-.065c-.867 1.33-1.787 2.806-2.56 4.218\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.519 5.057q.33-.527.657-1.055h1.933v5.332h1.008v1.107H10.11V12H8.85v-1.559H4.978V9.322c.77-1.427 1.656-2.847 2.542-4.265Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"5-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'5-circle\'><path d=\'M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m15 0A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-8.006 4.158c-1.57 0-2.654-.902-2.719-2.115h1.237c.14.72.832 1.031 1.529 1.031.791 0 1.57-.597 1.57-1.681 0-.967-.732-1.57-1.582-1.57-.767 0-1.242.45-1.435.808H5.445L5.791 4h4.705v1.103H6.875l-.193 2.343h.064c.17-.258.715-.68 1.611-.68 1.383 0 2.561.944 2.561 2.585 0 1.687-1.184 2.806-2.924 2.806Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"5-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'5-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.006 4.158c1.74 0 2.924-1.119 2.924-2.806 0-1.641-1.178-2.584-2.56-2.584-.897 0-1.442.421-1.612.68h-.064l.193-2.344h3.621V4.002H5.791L5.445 8.63h1.149c.193-.358.668-.809 1.435-.809.85 0 1.582.604 1.582 1.57 0 1.085-.779 1.682-1.57 1.682-.697 0-1.389-.31-1.53-1.031H5.276c.065 1.213 1.149 2.115 2.72 2.115Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"5-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'5-square\'><path d=\'M7.994 12.158c-1.57 0-2.654-.902-2.719-2.115h1.237c.14.72.832 1.031 1.529 1.031.791 0 1.57-.597 1.57-1.681 0-.967-.732-1.57-1.582-1.57-.767 0-1.242.45-1.435.808H5.445L5.791 4h4.705v1.103H6.875l-.193 2.343h.064c.17-.258.715-.68 1.611-.68 1.383 0 2.561.944 2.561 2.585 0 1.687-1.184 2.806-2.924 2.806Z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"5-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'5-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.994 12.158c-1.57 0-2.654-.902-2.719-2.115h1.237c.14.72.832 1.031 1.529 1.031.791 0 1.57-.597 1.57-1.681 0-.967-.732-1.57-1.582-1.57-.767 0-1.242.45-1.435.808H5.445L5.791 4h4.705v1.103H6.875l-.193 2.343h.064c.17-.258.715-.68 1.611-.68 1.383 0 2.561.944 2.561 2.585 0 1.687-1.184 2.806-2.924 2.806Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"6-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'6-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.21 3.855c1.612 0 2.515.99 2.573 1.899H9.494c-.1-.358-.51-.815-1.312-.815-1.078 0-1.817 1.09-1.805 3.036h.082c.229-.545.855-1.155 1.98-1.155 1.254 0 2.508.88 2.508 2.555 0 1.77-1.218 2.783-2.847 2.783-.932 0-1.84-.328-2.409-1.254-.369-.603-.597-1.459-.597-2.642 0-3.012 1.248-4.407 3.117-4.407Zm-.099 4.008c-.92 0-1.564.65-1.564 1.576 0 1.032.703 1.635 1.558 1.635.868 0 1.553-.533 1.553-1.629 0-1.06-.744-1.582-1.547-1.582\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"6-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'6-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.21 3.855c-1.868 0-3.116 1.395-3.116 4.407 0 1.183.228 2.039.597 2.642.569.926 1.477 1.254 2.409 1.254 1.629 0 2.847-1.013 2.847-2.783 0-1.676-1.254-2.555-2.508-2.555-1.125 0-1.752.61-1.98 1.155h-.082c-.012-1.946.727-3.036 1.805-3.036.802 0 1.213.457 1.312.815h1.29c-.06-.908-.962-1.899-2.573-1.899Zm-.099 4.008c-.92 0-1.564.65-1.564 1.576 0 1.032.703 1.635 1.558 1.635.868 0 1.553-.533 1.553-1.629 0-1.06-.744-1.582-1.547-1.582\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"6-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'6-square\'><path d=\'M8.21 3.855c1.612 0 2.515.99 2.573 1.899H9.494c-.1-.358-.51-.815-1.312-.815-1.078 0-1.817 1.09-1.805 3.036h.082c.229-.545.855-1.155 1.98-1.155 1.254 0 2.508.88 2.508 2.555 0 1.77-1.218 2.783-2.847 2.783-.932 0-1.84-.328-2.409-1.254-.369-.603-.597-1.459-.597-2.642 0-3.012 1.248-4.407 3.117-4.407Zm-.099 4.008c-.92 0-1.564.65-1.564 1.576 0 1.032.703 1.635 1.558 1.635.868 0 1.553-.533 1.553-1.629 0-1.06-.744-1.582-1.547-1.582\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"6-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'6-square-fill\'><path d=\'M8.111 7.863c-.92 0-1.564.65-1.564 1.576 0 1.032.703 1.635 1.558 1.635.868 0 1.553-.533 1.553-1.629 0-1.06-.744-1.582-1.547-1.582\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.21 3.855c1.612 0 2.515.99 2.573 1.899H9.494c-.1-.358-.51-.815-1.312-.815-1.078 0-1.817 1.09-1.805 3.036h.082c.229-.545.855-1.155 1.98-1.155 1.254 0 2.508.88 2.508 2.555 0 1.77-1.218 2.783-2.847 2.783-.932 0-1.84-.328-2.409-1.254-.369-.603-.597-1.459-.597-2.642 0-3.012 1.248-4.407 3.117-4.407Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"7-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'7-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.37 5.11V4.001h5.308V5.15L7.42 12H6.025l3.317-6.82v-.07H5.369Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"7-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'7-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.37 5.11h3.972v.07L6.025 12H7.42l3.258-6.85V4.002H5.369v1.107Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"7-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'7-square\'><path d=\'M5.37 5.11V4.001h5.308V5.15L7.42 12H6.025l3.317-6.82v-.07H5.369Z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"7-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'7-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.37 5.11V4.001h5.308V5.15L7.42 12H6.025l3.317-6.82v-.07H5.369Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"8-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'8-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5.03 1.803c0 1.394-1.218 2.355-2.988 2.355-1.763 0-2.953-.955-2.953-2.344 0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781 0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .838.72 1.412 1.664 1.412.943 0 1.658-.574 1.658-1.412 0-.843-.715-1.424-1.658-1.424-.944 0-1.664.58-1.664 1.424\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"8-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'8-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5.03 1.803c0-1.248-.943-1.84-1.646-1.992v-.065c.598-.187 1.336-.72 1.336-1.781 0-1.225-1.084-2.121-2.654-2.121s-2.66.896-2.66 2.12c0 1.044.709 1.589 1.33 1.782v.065c-.697.152-1.647.732-1.647 2.003 0 1.39 1.19 2.344 2.953 2.344 1.77 0 2.989-.96 2.989-2.355Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .838.72 1.412 1.664 1.412.943 0 1.658-.574 1.658-1.412 0-.843-.715-1.424-1.658-1.424-.944 0-1.664.58-1.664 1.424\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"8-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'8-square\'><path d=\'M10.97 9.803c0 1.394-1.218 2.355-2.988 2.355-1.763 0-2.953-.955-2.953-2.344 0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781 0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Zm-4.347-3.71c0 .739.586 1.255 1.383 1.255s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23Zm-.281 3.645c0 .838.72 1.412 1.664 1.412.943 0 1.658-.574 1.658-1.412 0-.843-.715-1.424-1.658-1.424-.944 0-1.664.58-1.664 1.424\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"8-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'8-square-fill\'><path d=\'M6.623 6.094c0 .738.586 1.254 1.383 1.254s1.377-.516 1.377-1.254c0-.733-.58-1.23-1.377-1.23s-1.383.497-1.383 1.23m-.281 3.644c0 .838.72 1.412 1.664 1.412.943 0 1.658-.574 1.658-1.412 0-.843-.715-1.424-1.658-1.424-.944 0-1.664.58-1.664 1.424\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm8.97 9.803c0 1.394-1.218 2.355-2.988 2.355-1.763 0-2.953-.955-2.953-2.344 0-1.271.95-1.851 1.647-2.003v-.065c-.621-.193-1.33-.738-1.33-1.781 0-1.225 1.09-2.121 2.66-2.121s2.654.896 2.654 2.12c0 1.061-.738 1.595-1.336 1.782v.065c.703.152 1.647.744 1.647 1.992Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"9-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'9-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.223 4.146c-1.593 0-2.425-.89-2.52-1.798h1.296c.1.357.539.72 1.248.72 1.36 0 1.88-1.353 1.834-3.023h-.076c-.235.627-.873 1.184-1.934 1.184-1.395 0-2.566-.961-2.566-2.666 0-1.711 1.242-2.731 2.87-2.731 1.512 0 2.971.867 2.971 4.014 0 2.836-1.02 4.3-3.123 4.3m.118-3.972c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659 0 1.072.708 1.61 1.54 1.61Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"9-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'9-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8.223 4.146c2.104 0 3.123-1.464 3.123-4.3 0-3.147-1.459-4.014-2.97-4.014-1.63 0-2.871 1.02-2.871 2.73 0 1.706 1.171 2.667 2.566 2.667 1.06 0 1.7-.557 1.934-1.184h.076c.047 1.67-.475 3.023-1.834 3.023-.71 0-1.149-.363-1.248-.72H5.258c.094.908.926 1.798 2.52 1.798Zm.118-3.972c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659 0 1.072.708 1.61 1.54 1.61Z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"9-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'9-square\'><path d=\'M7.777 12.146c-1.593 0-2.425-.89-2.52-1.798h1.296c.1.357.539.72 1.248.72 1.36 0 1.88-1.353 1.834-3.023h-.076c-.235.627-.873 1.184-1.934 1.184-1.395 0-2.566-.961-2.566-2.666 0-1.711 1.242-2.731 2.87-2.731 1.512 0 2.971.867 2.971 4.014 0 2.836-1.02 4.3-3.123 4.3m.118-3.972c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659 0 1.072.708 1.61 1.54 1.61Z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, number, numeral"],"label":"9-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'9-square-fill\'><path d=\'M7.895 8.174c.808 0 1.535-.528 1.535-1.594s-.668-1.676-1.56-1.676c-.838 0-1.517.616-1.517 1.659 0 1.072.708 1.61 1.54 1.61Z\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.777 12.146c-1.593 0-2.425-.89-2.52-1.798h1.296c.1.357.539.72 1.248.72 1.36 0 1.88-1.353 1.834-3.023h-.076c-.235.627-.873 1.184-1.934 1.184-1.395 0-2.566-.961-2.566-2.666 0-1.711 1.242-2.731 2.87-2.731 1.512 0 2.971.867 2.971 4.014 0 2.836-1.02 4.3-3.123 4.3\'/></svg>"}},{"terms":["data, pulse, heartbeat, rhythm"],"label":"activity","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'activity\'><path fill-rule=\'evenodd\' d=\'M6 2a.5.5 0 0 1 .47.33L10 12.036l1.53-4.208A.5.5 0 0 1 12 7.5h3.5a.5.5 0 0 1 0 1h-3.15l-1.88 5.17a.5.5 0 0 1-.94 0L6 3.964 4.47 8.171A.5.5 0 0 1 4 8.5H.5a.5.5 0 0 1 0-1h3.15l1.88-5.17A.5.5 0 0 1 6 2\'/></svg>"}},{"terms":["transportation, flight, flying, plane, air, airport, aircraft"],"label":"airplane","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'airplane\'><path d=\'M6.428 1.151C6.708.591 7.213 0 8 0s1.292.592 1.572 1.151C9.861 1.73 10 2.431 10 3v3.691l5.17 2.585a1.5 1.5 0 0 1 .83 1.342V12a.5.5 0 0 1-.582.493l-5.507-.918-.375 2.253 1.318 1.318A.5.5 0 0 1 10.5 16h-5a.5.5 0 0 1-.354-.854l1.319-1.318-.376-2.253-5.507.918A.5.5 0 0 1 0 12v-1.382a1.5 1.5 0 0 1 .83-1.342L6 6.691V3c0-.568.14-1.271.428-1.849m.894.448C7.111 2.02 7 2.569 7 3v4a.5.5 0 0 1-.276.447l-5.448 2.724a.5.5 0 0 0-.276.447v.792l5.418-.903a.5.5 0 0 1 .575.41l.5 3a.5.5 0 0 1-.14.437L6.708 15h2.586l-.647-.646a.5.5 0 0 1-.14-.436l.5-3a.5.5 0 0 1 .576-.411L15 11.41v-.792a.5.5 0 0 0-.276-.447L9.276 7.447A.5.5 0 0 1 9 7V3c0-.432-.11-.979-.322-1.401C8.458 1.159 8.213 1 8 1s-.458.158-.678.599\'/></svg>"}},{"terms":["transportation, flight, flying, plane, air, airport, aircraft"],"label":"airplane-engines","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'airplane-engines\'><path d=\'M8 0c-.787 0-1.292.592-1.572 1.151A4.35 4.35 0 0 0 6 3v3.691l-2 1V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.191l-1.17.585A1.5 1.5 0 0 0 0 10.618V12a.5.5 0 0 0 .582.493l1.631-.272.313.937a.5.5 0 0 0 .948 0l.405-1.214 2.21-.369.375 2.253-1.318 1.318A.5.5 0 0 0 5.5 16h5a.5.5 0 0 0 .354-.854l-1.318-1.318.375-2.253 2.21.369.405 1.214a.5.5 0 0 0 .948 0l.313-.937 1.63.272A.5.5 0 0 0 16 12v-1.382a1.5 1.5 0 0 0-.83-1.342L14 8.691V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v.191l-2-1V3c0-.568-.14-1.271-.428-1.849C9.292.591 8.787 0 8 0M7 3c0-.432.11-.979.322-1.401C7.542 1.159 7.787 1 8 1s.458.158.678.599C8.889 2.02 9 2.569 9 3v4a.5.5 0 0 0 .276.447l5.448 2.724a.5.5 0 0 1 .276.447v.792l-5.418-.903a.5.5 0 0 0-.575.41l-.5 3a.5.5 0 0 0 .14.437l.646.646H6.707l.647-.646a.5.5 0 0 0 .14-.436l-.5-3a.5.5 0 0 0-.576-.411L1 11.41v-.792a.5.5 0 0 1 .276-.447l5.448-2.724A.5.5 0 0 0 7 7z\'/></svg>"}},{"terms":["transportation, flight, flying, plane, air, airport, aircraft"],"label":"airplane-engines-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'airplane-engines-fill\'><path d=\'M8 0c-.787 0-1.292.592-1.572 1.151A4.35 4.35 0 0 0 6 3v3.691l-2 1V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.191l-1.17.585A1.5 1.5 0 0 0 0 10.618V12a.5.5 0 0 0 .582.493l1.631-.272.313.937a.5.5 0 0 0 .948 0l.405-1.214 2.21-.369.375 2.253-1.318 1.318A.5.5 0 0 0 5.5 16h5a.5.5 0 0 0 .354-.854l-1.318-1.318.375-2.253 2.21.369.405 1.214a.5.5 0 0 0 .948 0l.313-.937 1.63.272A.5.5 0 0 0 16 12v-1.382a1.5 1.5 0 0 0-.83-1.342L14 8.691V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v.191l-2-1V3c0-.568-.14-1.271-.428-1.849C9.292.591 8.787 0 8 0\'/></svg>"}},{"terms":["transportation, flight, flying, plane, air, airport, aircraft"],"label":"airplane-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'airplane-fill\'><path d=\'M6.428 1.151C6.708.591 7.213 0 8 0s1.292.592 1.572 1.151C9.861 1.73 10 2.431 10 3v3.691l5.17 2.585a1.5 1.5 0 0 1 .83 1.342V12a.5.5 0 0 1-.582.493l-5.507-.918-.375 2.253 1.318 1.318A.5.5 0 0 1 10.5 16h-5a.5.5 0 0 1-.354-.854l1.319-1.318-.376-2.253-5.507.918A.5.5 0 0 1 0 12v-1.382a1.5 1.5 0 0 1 .83-1.342L6 6.691V3c0-.568.14-1.271.428-1.849\'/></svg>"}},{"terms":["devices, alarm, clock, time"],"label":"alarm","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alarm\'><path d=\'M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9z\'/><path d=\'M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1zm1.038 3.018a6 6 0 0 1 .924 0 6 6 0 1 1-.924 0M0 3.5c0 .753.333 1.429.86 1.887A8.04 8.04 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5M13.5 1c-.753 0-1.429.333-1.887.86a8.04 8.04 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1\'/></svg>"}},{"terms":["devices, alarm, clock, time"],"label":"alarm-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alarm-fill\'><path d=\'M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5m2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.04 8.04 0 0 0 .86 5.387M11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.04 8.04 0 0 0-3.527-3.527\'/></svg>"}},{"terms":["brand, social, assistant"],"label":"alexa","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alexa\'><path d=\'M7.996 0A8 8 0 0 0 0 8a8 8 0 0 0 6.93 7.93v-1.613a1.06 1.06 0 0 0-.717-1.008A5.6 5.6 0 0 1 2.4 7.865 5.58 5.58 0 0 1 8.054 2.4a5.6 5.6 0 0 1 5.535 5.81l-.002.046-.012.192-.005.061a5 5 0 0 1-.033.284l-.01.068c-.685 4.516-6.564 7.054-6.596 7.068A7.998 7.998 0 0 0 15.992 8 8 8 0 0 0 7.996.001Z\'/></svg>"}},{"terms":["graphics, space, align, distribute"],"label":"align-bottom","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'align-bottom\'><rect width=\'4\' height=\'12\' x=\'6\' y=\'1\' rx=\'1\'/><path d=\'M1.5 14a.5.5 0 0 0 0 1zm13 1a.5.5 0 0 0 0-1zm-13 0h13v-1h-13z\'/></svg>"}},{"terms":["graphics, space, align, distribute"],"label":"align-center","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'align-center\'><path d=\'M8 1a.5.5 0 0 1 .5.5V6h-1V1.5A.5.5 0 0 1 8 1m0 14a.5.5 0 0 1-.5-.5V10h1v4.5a.5.5 0 0 1-.5.5M2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["graphics, space, align, distribute"],"label":"align-end","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'align-end\'><path fill-rule=\'evenodd\' d=\'M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5\'/><path d=\'M13 7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["graphics, space, align, distribute"],"label":"align-middle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'align-middle\'><path d=\'M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zM1 8a.5.5 0 0 0 .5.5H6v-1H1.5A.5.5 0 0 0 1 8m14 0a.5.5 0 0 1-.5.5H10v-1h4.5a.5.5 0 0 1 .5.5\'/></svg>"}},{"terms":["graphics, space, align, distribute"],"label":"align-start","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'align-start\'><path fill-rule=\'evenodd\' d=\'M1.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5\'/><path d=\'M3 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["graphics, space, align, distribute"],"label":"align-top","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'align-top\'><rect width=\'4\' height=\'12\' rx=\'1\' transform=\'matrix(1 0 0 -1 6 15)\'/><path d=\'M1.5 2a.5.5 0 0 1 0-1zm13-1a.5.5 0 0 1 0 1zm-13 0h13v1h-13z\'/></svg>"}},{"terms":["brand, payments"],"label":"alipay","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alipay\'><path d=\'M2.541 0H13.5a2.55 2.55 0 0 1 2.54 2.563v8.297c-.006 0-.531-.046-2.978-.813-.412-.14-.916-.327-1.479-.536q-.456-.17-.957-.353a13 13 0 0 0 1.325-3.373H8.822V4.649h3.831v-.634h-3.83V2.121H7.26c-.274 0-.274.273-.274.273v1.621H3.11v.634h3.875v1.136h-3.2v.634H9.99c-.227.789-.532 1.53-.894 2.202-2.013-.67-4.161-1.212-5.51-.878-.864.214-1.42.597-1.746.998-1.499 1.84-.424 4.633 2.741 4.633 1.872 0 3.675-1.053 5.072-2.787 2.08 1.008 6.37 2.738 6.387 2.745v.105A2.55 2.55 0 0 1 13.5 16H2.541A2.55 2.55 0 0 1 0 13.437V2.563A2.55 2.55 0 0 1 2.541 0\'/><path d=\'M2.309 9.27c-1.22 1.073-.49 3.034 1.978 3.034 1.434 0 2.868-.925 3.994-2.406-1.602-.789-2.959-1.353-4.425-1.207-.397.04-1.14.217-1.547.58Z\'/></svg>"}},{"terms":["typography, letters, abc"],"label":"alphabet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alphabet\'><path d=\'M2.204 11.078c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552s.864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582m.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864m5.593.937c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86Zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401Zm2.834-1.328c0 1.47.87 2.378 2.305 2.378 1.416 0 2.139-.777 2.158-1.763h-1.186c-.06.425-.313.732-.933.732-.66 0-1.05-.512-1.05-1.352v-.625c0-.81.371-1.328 1.045-1.328.635 0 .879.425.918.776h1.187c-.02-.986-.787-1.806-2.14-1.806-1.41 0-2.304.918-2.304 2.338z\'/></svg>"}},{"terms":["typography, letters, abc"],"label":"alphabet-uppercase","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alphabet-uppercase\'><path d=\'M1.226 10.88H0l2.056-6.26h1.42l2.047 6.26h-1.29l-.48-1.61H1.707l-.48 1.61ZM2.76 5.818h-.054l-.75 2.532H3.51zm3.217 5.062V4.62h2.56c1.09 0 1.808.582 1.808 1.54 0 .762-.444 1.22-1.05 1.372v.055c.736.074 1.365.587 1.365 1.528 0 1.119-.89 1.766-2.133 1.766zM7.18 5.55v1.675h.8c.812 0 1.171-.308 1.171-.853 0-.51-.328-.822-.898-.822zm0 2.537V9.95h.903c.951 0 1.342-.312 1.342-.909 0-.591-.382-.954-1.095-.954zm5.089-.711v.775c0 1.156.49 1.803 1.347 1.803.705 0 1.163-.454 1.212-1.096H16v.12C15.942 10.173 14.95 11 13.607 11c-1.648 0-2.573-1.073-2.573-2.849v-.78c0-1.775.934-2.871 2.573-2.871 1.347 0 2.34.849 2.393 2.087v.115h-1.172c-.05-.665-.516-1.156-1.212-1.156-.849 0-1.347.67-1.347 1.83\'/></svg>"}},{"terms":["ui, and, keyboard, key, alt, option"],"label":"alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'alt\'><path d=\'M1 13.5a.5.5 0 0 0 .5.5h3.797a.5.5 0 0 0 .439-.26L11 3h3.5a.5.5 0 0 0 0-1h-3.797a.5.5 0 0 0-.439.26L5 13H1.5a.5.5 0 0 0-.5.5m10 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["brand, aws"],"label":"amazon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'amazon\'><path d=\'M10.813 11.968c.157.083.36.074.5-.05l.005.005a90 90 0 0 1 1.623-1.405c.173-.143.143-.372.006-.563l-.125-.17c-.345-.465-.673-.906-.673-1.791v-3.3l.001-.335c.008-1.265.014-2.421-.933-3.305C10.404.274 9.06 0 8.03 0 6.017 0 3.77.75 3.296 3.24c-.047.264.143.404.316.443l2.054.22c.19-.009.33-.196.366-.387.176-.857.896-1.271 1.703-1.271.435 0 .929.16 1.188.55.264.39.26.91.257 1.376v.432q-.3.033-.621.065c-1.113.114-2.397.246-3.36.67C3.873 5.91 2.94 7.08 2.94 8.798c0 2.2 1.387 3.298 3.168 3.298 1.506 0 2.328-.354 3.489-1.54l.167.246c.274.405.456.675 1.047 1.166ZM6.03 8.431C6.03 6.627 7.647 6.3 9.177 6.3v.57c.001.776.002 1.434-.396 2.133-.336.595-.87.961-1.465.961-.812 0-1.286-.619-1.286-1.533M.435 12.174c2.629 1.603 6.698 4.084 13.183.997.28-.116.475.078.199.431C13.538 13.96 11.312 16 7.57 16 3.832 16 .968 13.446.094 12.386c-.24-.275.036-.4.199-.299z\'/><path d=\'M13.828 11.943c.567-.07 1.468-.027 1.645.204.135.176-.004.966-.233 1.533-.23.563-.572.961-.762 1.115s-.333.094-.23-.137c.105-.23.684-1.663.455-1.963-.213-.278-1.177-.177-1.625-.13l-.09.009q-.142.013-.233.024c-.193.021-.245.027-.274-.032-.074-.209.779-.556 1.347-.623\'/></svg>"}},{"terms":["brand, radeon"],"label":"amd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'amd\'><path d=\'m.334 0 4.358 4.359h7.15v7.15l4.358 4.358V0zM.2 9.72l4.487-4.488v6.281h6.28L6.48 16H.2z\'/></svg>"}},{"terms":["brand, google, droid"],"label":"android","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'android\'><path d=\'M2.76 3.061a.5.5 0 0 1 .679.2l1.283 2.352A8.9 8.9 0 0 1 8 5a8.9 8.9 0 0 1 3.278.613l1.283-2.352a.5.5 0 1 1 .878.478l-1.252 2.295C14.475 7.266 16 9.477 16 12H0c0-2.523 1.525-4.734 3.813-5.966L2.56 3.74a.5.5 0 0 1 .2-.678ZM5 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2m6 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["brand, google, droid"],"label":"android2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'android2\'><path d=\'m10.213 1.471.691-1.26q.069-.124-.048-.192-.128-.057-.195.058l-.7 1.27A4.8 4.8 0 0 0 8.005.941q-1.032 0-1.956.404l-.7-1.27Q5.281-.037 5.154.02q-.117.069-.049.193l.691 1.259a4.25 4.25 0 0 0-1.673 1.476A3.7 3.7 0 0 0 3.5 5.02h9q0-1.125-.623-2.072a4.27 4.27 0 0 0-1.664-1.476ZM6.22 3.303a.37.37 0 0 1-.267.11.35.35 0 0 1-.263-.11.37.37 0 0 1-.107-.264.37.37 0 0 1 .107-.265.35.35 0 0 1 .263-.11q.155 0 .267.11a.36.36 0 0 1 .112.265.36.36 0 0 1-.112.264m4.101 0a.35.35 0 0 1-.262.11.37.37 0 0 1-.268-.11.36.36 0 0 1-.112-.264q0-.154.112-.265a.37.37 0 0 1 .268-.11q.155 0 .262.11a.37.37 0 0 1 .107.265q0 .153-.107.264M3.5 11.77q0 .441.311.75.311.306.76.307h.758l.01 2.182q0 .414.292.703a.96.96 0 0 0 .7.288.97.97 0 0 0 .71-.288.95.95 0 0 0 .292-.703v-2.182h1.343v2.182q0 .414.292.703a.97.97 0 0 0 .71.288.97.97 0 0 0 .71-.288.95.95 0 0 0 .292-.703v-2.182h.76q.436 0 .749-.308.31-.307.311-.75V5.365h-9zm10.495-6.587a.98.98 0 0 0-.702.278.9.9 0 0 0-.293.685v4.063q0 .406.293.69a.97.97 0 0 0 .702.284q.42 0 .712-.284a.92.92 0 0 0 .293-.69V6.146a.9.9 0 0 0-.293-.685 1 1 0 0 0-.712-.278m-12.702.283a1 1 0 0 1 .712-.283q.41 0 .702.283a.9.9 0 0 1 .293.68v4.063a.93.93 0 0 1-.288.69.97.97 0 0 1-.707.284 1 1 0 0 1-.712-.284.92.92 0 0 1-.293-.69V6.146q0-.396.293-.68\'/></svg>"}},{"terms":["apps, app, application, ios, android, square"],"label":"app","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'app\'><path d=\'M11 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 1a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4z\'/></svg>"}},{"terms":["apps, app, application, ios, android, notification, square"],"label":"app-indicator","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'app-indicator\'><path d=\'M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1z\'/><path d=\'M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/></svg>"}},{"terms":["brand, aapl, mac, macintosh"],"label":"apple","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'apple\'><path d=\'M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516s1.52.087 2.475-1.258.762-2.391.728-2.43m3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422s1.675-2.789 1.698-2.854-.597-.79-1.254-1.157a3.7 3.7 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116-.508.139-1.653.589-1.968.607-.316.018-1.256-.522-2.267-.665-.647-.125-1.333.131-1.824.328-.49.196-1.422.754-2.074 2.237-.652 1.482-.311 3.83-.067 4.56s.625 1.924 1.273 2.796c.576.984 1.34 1.667 1.659 1.899s1.219.386 1.843.067c.502-.308 1.408-.485 1.766-.472.357.013 1.061.154 1.782.539.571.197 1.111.115 1.652-.105.541-.221 1.324-1.059 2.238-2.758q.52-1.185.473-1.282\'/><path d=\'M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516s1.52.087 2.475-1.258.762-2.391.728-2.43m3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422s1.675-2.789 1.698-2.854-.597-.79-1.254-1.157a3.7 3.7 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116-.508.139-1.653.589-1.968.607-.316.018-1.256-.522-2.267-.665-.647-.125-1.333.131-1.824.328-.49.196-1.422.754-2.074 2.237-.652 1.482-.311 3.83-.067 4.56s.625 1.924 1.273 2.796c.576.984 1.34 1.667 1.659 1.899s1.219.386 1.843.067c.502-.308 1.408-.485 1.766-.472.357.013 1.061.154 1.782.539.571.197 1.111.115 1.652-.105.541-.221 1.324-1.059 2.238-2.758q.52-1.185.473-1.282\'/></svg>"}},{"terms":["files, and, folders, box, delete"],"label":"archive","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'archive\'><path d=\'M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5V5a1 1 0 0 1-1-1zm2 3v7.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5V5zm13-3H1v2h14zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["files, and, folders, box, delete"],"label":"archive-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'archive-fill\'><path d=\'M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1M.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8z\'/></svg>"}},{"terms":["arrows, arrow, right-angle"],"label":"arrow-90deg-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-90deg-down\'><path fill-rule=\'evenodd\' d=\'M4.854 14.854a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V3.5A2.5 2.5 0 0 1 6.5 1h8a.5.5 0 0 1 0 1h-8A1.5 1.5 0 0 0 5 3.5v9.793l3.146-3.147a.5.5 0 0 1 .708.708z\'/></svg>"}},{"terms":["arrows, arrow, right-angle"],"label":"arrow-90deg-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-90deg-left\'><path fill-rule=\'evenodd\' d=\'M1.146 4.854a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H12.5A2.5 2.5 0 0 1 15 6.5v8a.5.5 0 0 1-1 0v-8A1.5 1.5 0 0 0 12.5 5H2.707l3.147 3.146a.5.5 0 1 1-.708.708z\'/></svg>"}},{"terms":["arrows, arrow, right-angle"],"label":"arrow-90deg-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-90deg-right\'><path fill-rule=\'evenodd\' d=\'M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["arrows, arrow, right-angle"],"label":"arrow-90deg-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-90deg-up\'><path fill-rule=\'evenodd\' d=\'M4.854 1.146a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L4 2.707V12.5A2.5 2.5 0 0 0 6.5 15h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 1 5 12.5V2.707l3.146 3.147a.5.5 0 1 0 .708-.708z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-bar-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-bar-down\'><path fill-rule=\'evenodd\' d=\'M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5M8 6a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 .708-.708L7.5 12.293V6.5A.5.5 0 0 1 8 6\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-bar-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-bar-left\'><path fill-rule=\'evenodd\' d=\'M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5M10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-bar-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-bar-right\'><path fill-rule=\'evenodd\' d=\'M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8m-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-bar-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-bar-up\'><path fill-rule=\'evenodd\' d=\'M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5m-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["arrows, arrow, right, spin, turn, around, round, rotate, refresh, reload, redo"],"label":"arrow-clockwise","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-clockwise\'><path fill-rule=\'evenodd\' d=\'M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z\'/><path d=\'M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466\'/></svg>"}},{"terms":["arrows, arrow, left, spin, turn, around, round, rotate, undo"],"label":"arrow-counterclockwise","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-counterclockwise\'><path fill-rule=\'evenodd\' d=\'M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2z\'/><path d=\'M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down\'><path fill-rule=\'evenodd\' d=\'M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-down-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-down-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-down-left-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-left-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-down-left-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-left-circle-fill\'><path d=\'M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-5.904-2.803a.5.5 0 1 1 .707.707L6.707 10h2.768a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.525a.5.5 0 0 1 1 0v2.768z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-down-left-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-left-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm10.096 3.146a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-down-left-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-left-square-fill\'><path d=\'M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2zm8.096-10.803L6 9.293V6.525a.5.5 0 0 0-1 0V10.5a.5.5 0 0 0 .5.5h3.975a.5.5 0 0 0 0-1H6.707l4.096-4.096a.5.5 0 1 0-.707-.707\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-down-right-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-right-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-down-right-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-right-circle-fill\'><path d=\'M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m5.904-2.803a.5.5 0 1 0-.707.707L9.293 10H6.525a.5.5 0 0 0 0 1H10.5a.5.5 0 0 0 .5-.5V6.525a.5.5 0 0 0-1 0v2.768z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-down-right-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-right-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.854 3.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-down-right-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-right-square-fill\'><path d=\'M14 16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2zM5.904 5.197 10 9.293V6.525a.5.5 0 0 1 1 0V10.5a.5.5 0 0 1-.5.5H6.525a.5.5 0 0 1 0-1h2.768L5.197 5.904a.5.5 0 0 1 .707-.707\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-down-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.5 2.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-down-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.5 4.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-down-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-left\'><path fill-rule=\'evenodd\' d=\'M2 13.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H3.707L13.854 2.854a.5.5 0 0 0-.708-.708L3 12.293V7.5a.5.5 0 0 0-1 0z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-down-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-right\'><path fill-rule=\'evenodd\' d=\'M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-down-short","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-short\'><path fill-rule=\'evenodd\' d=\'M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-down-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-down-up\'><path fill-rule=\'evenodd\' d=\'M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5m-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left\'><path fill-rule=\'evenodd\' d=\'M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-left-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-left-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left-circle-fill\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-left-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.5 5.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-left-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left-square-fill\'><path d=\'M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-left-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left-right\'><path fill-rule=\'evenodd\' d=\'M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5m14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-left-short","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-left-short\'><path fill-rule=\'evenodd\' d=\'M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5\'/></svg>"}},{"terms":["arrows, arrow, spin, turn, around, round, rotate, sync"],"label":"arrow-repeat","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-repeat\'><path d=\'M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41m-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9\'/><path fill-rule=\'evenodd\' d=\'M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5 5 0 0 0 8 3M3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9z\'/></svg>"}},{"terms":["arrows, arrow, return"],"label":"arrow-return-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-return-left\'><path fill-rule=\'evenodd\' d=\'M14.5 1.5a.5.5 0 0 1 .5.5v4.8a2.5 2.5 0 0 1-2.5 2.5H2.707l3.347 3.346a.5.5 0 0 1-.708.708l-4.2-4.2a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 8.3H12.5A1.5 1.5 0 0 0 14 6.8V2a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["arrows, arrow, return"],"label":"arrow-return-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-return-right\'><path fill-rule=\'evenodd\' d=\'M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-right\'><path fill-rule=\'evenodd\' d=\'M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-right-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-right-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-right-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-right-circle-fill\'><path d=\'M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-right-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-right-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.5 5.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-right-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-right-square-fill\'><path d=\'M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-right-short","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-right-short\'><path fill-rule=\'evenodd\' d=\'M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8\'/></svg>"}},{"terms":["arrows, love, cupid, love, valentine"],"label":"arrow-through-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-through-heart\'><path fill-rule=\'evenodd\' d=\'M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32-.798-1.575-.775-2.996-.213-4.092C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2 12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845.562 1.096.585 2.517-.213 4.092-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182a22 22 0 0 1-2.685-2.062l-.539.54V14a.5.5 0 0 1-.146.354zm2.893-4.894A20.4 20.4 0 0 0 8 12.71c2.456-1.666 3.827-3.207 4.489-4.512.679-1.34.607-2.42.215-3.185-.817-1.595-3.087-2.054-4.346-.761L8 4.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761-.392.766-.464 1.845.215 3.185.323.636.815 1.33 1.519 2.065l1.866-1.867a.5.5 0 1 1 .708.708z\'/></svg>"}},{"terms":["arrows, love, cupid, love, valentine"],"label":"arrow-through-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-through-heart-fill\'><path fill-rule=\'evenodd\' d=\'M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l3.103-3.104a.5.5 0 1 1 .708.708L4.5 12.207V14a.5.5 0 0 1-.146.354zM16 3.5a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845.562 1.096.585 2.517-.213 4.092-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182A24 24 0 0 1 5.8 12.323L8.31 9.81a1.5 1.5 0 0 0-2.122-2.122L3.657 10.22a9 9 0 0 1-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2 12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up\'><path fill-rule=\'evenodd\' d=\'M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-up-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-up-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-circle-fill\'><path d=\'M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-up-left-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-left-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-up-left-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-left-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-up-left-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-left-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm10.096 8.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-up-left-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-left-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm8.096 10.803L6 6.707v2.768a.5.5 0 0 1-1 0V5.5a.5.5 0 0 1 .5-.5h3.975a.5.5 0 1 1 0 1H6.707l4.096 4.096a.5.5 0 1 1-.707.707\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-up-right-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-right-circle\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, circle"],"label":"arrow-up-right-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-right-circle-fill\'><path d=\'M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8m5.904 2.803a.5.5 0 1 1-.707-.707L9.293 6H6.525a.5.5 0 1 1 0-1H10.5a.5.5 0 0 1 .5.5v3.975a.5.5 0 0 1-1 0V6.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-up-right-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-right-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.854 8.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-up-right-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-right-square-fill\'><path d=\'M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM5.904 10.803 10 6.707v2.768a.5.5 0 0 0 1 0V5.5a.5.5 0 0 0-.5-.5H6.525a.5.5 0 1 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 .707.707\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-up-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.5 9.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z\'/></svg>"}},{"terms":["shape, arrows, arrow, square"],"label":"arrow-up-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-square-fill\'><path d=\'M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2zm6.5-4.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 1 0\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-up-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-left\'><path fill-rule=\'evenodd\' d=\'M2 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H3.707l10.147 10.146a.5.5 0 0 1-.708.708L3 3.707V8.5a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-up-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-right\'><path fill-rule=\'evenodd\' d=\'M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrow-up-short","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrow-up-short\'><path fill-rule=\'evenodd\' d=\'M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5\'/></svg>"}},{"terms":["arrows, arrow, resize"],"label":"arrows","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows\'><path d=\'M1.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L2.707 7.5h10.586l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L13.293 8.5H2.707l1.147 1.146a.5.5 0 0 1-.708.708z\'/></svg>"}},{"terms":["arrows, arrow, resize"],"label":"arrows-angle-contract","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-angle-contract\'><path fill-rule=\'evenodd\' d=\'M.172 15.828a.5.5 0 0 0 .707 0l4.096-4.096V14.5a.5.5 0 1 0 1 0v-3.975a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h2.768L.172 15.121a.5.5 0 0 0 0 .707M15.828.172a.5.5 0 0 0-.707 0l-4.096 4.096V1.5a.5.5 0 1 0-1 0v3.975a.5.5 0 0 0 .5.5H14.5a.5.5 0 0 0 0-1h-2.768L15.828.879a.5.5 0 0 0 0-.707\'/></svg>"}},{"terms":["arrows, arrow, resize"],"label":"arrows-angle-expand","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-angle-expand\'><path fill-rule=\'evenodd\' d=\'M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707m4.344-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrows-collapse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-collapse\'><path fill-rule=\'evenodd\' d=\'M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8m7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0m-.5 11.707-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["arrows, arrow, resize"],"label":"arrows-collapse-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-collapse-vertical\'><path d=\'M8 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5M0 8a.5.5 0 0 1 .5-.5h3.793L3.146 6.354a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8.5H.5A.5.5 0 0 1 0 8m11.707.5 1.147 1.146a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708.708L11.707 7.5H15.5a.5.5 0 0 1 0 1z\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrows-expand","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-expand\'><path fill-rule=\'evenodd\' d=\'M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10\'/></svg>"}},{"terms":["arrows, arrow, resize"],"label":"arrows-expand-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-expand-vertical\'><path d=\'M8 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5M.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8\'/></svg>"}},{"terms":["arrows, arrow"],"label":"arrows-fullscreen","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-fullscreen\'><path fill-rule=\'evenodd\' d=\'M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707m4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707m0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707m-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707\'/></svg>"}},{"terms":["arrows, arrow, cursor, move"],"label":"arrows-move","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-move\'><path fill-rule=\'evenodd\' d=\'M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10M.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8\'/></svg>"}},{"terms":["arrows, arrow, resize"],"label":"arrows-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'arrows-vertical\'><path d=\'M8.354 14.854a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 13.293V2.707L6.354 3.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 2.707v10.586l1.146-1.147a.5.5 0 0 1 .708.708z\'/></svg>"}},{"terms":["media, size, resize, crop, dimensions"],"label":"aspect-ratio","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'aspect-ratio\'><path d=\'M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z\'/><path d=\'M2 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3v2.5a.5.5 0 0 1-1 0zm12 7a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1H13V8.5a.5.5 0 0 1 1 0z\'/></svg>"}},{"terms":["media, size, resize, crop, dimensions"],"label":"aspect-ratio-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'aspect-ratio-fill\'><path d=\'M0 12.5v-9A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5M2.5 4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0V5h2.5a.5.5 0 0 0 0-1zm11 8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0V11h-2.5a.5.5 0 0 0 0 1z\'/></svg>"}},{"terms":["typography, asterisks, star"],"label":"asterisk","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'asterisk\'><path d=\'M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["communications, mention, sign"],"label":"at","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'at\'><path d=\'M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914\'/></svg>"}},{"terms":["real, world, prize, rosette"],"label":"award","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'award\'><path d=\'M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702z\'/><path d=\'M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1z\'/></svg>"}},{"terms":["real, world, prize, rosette"],"label":"award-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'award-fill\'><path d=\'m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864z\'/><path d=\'M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1z\'/></svg>"}},{"terms":["graphics, backward, layer"],"label":"back","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'back\'><path d=\'M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack\'><path d=\'M4.04 7.43a4 4 0 0 1 7.92 0 .5.5 0 1 1-.99.14 3 3 0 0 0-5.94 0 .5.5 0 1 1-.99-.14M4 9.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm1 .5v3h6v-3h-1v.5a.5.5 0 0 1-1 0V10z\'/><path d=\'M6 2.341V2a2 2 0 1 1 4 0v.341c2.33.824 4 3.047 4 5.659v5.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5V8a6 6 0 0 1 4-5.659M7 2v.083a6 6 0 0 1 2 0V2a1 1 0 0 0-2 0m1 1a5 5 0 0 0-5 5v5.5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5V8a5 5 0 0 0-5-5\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack-fill\'><path d=\'M5 13v-3h4v.5a.5.5 0 0 0 1 0V10h1v3z\'/><path d=\'M6 2v.341C3.67 3.165 2 5.388 2 8v5.5A2.5 2.5 0 0 0 4.5 16h7a2.5 2.5 0 0 0 2.5-2.5V8a6 6 0 0 0-4-5.659V2a2 2 0 1 0-4 0m2-1a1 1 0 0 1 1 1v.083a6 6 0 0 0-2 0V2a1 1 0 0 1 1-1m0 3a4 4 0 0 1 3.96 3.43.5.5 0 1 1-.99.14 3 3 0 0 0-5.94 0 .5.5 0 1 1-.99-.14A4 4 0 0 1 8 4M4.5 9h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack2\'><path d=\'M4.04 7.43a4 4 0 0 1 7.92 0 .5.5 0 1 1-.99.14 3 3 0 0 0-5.94 0 .5.5 0 1 1-.99-.14\'/><path fill-rule=\'evenodd\' d=\'M4 9.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm1 .5v3h6v-3h-1v.5a.5.5 0 0 1-1 0V10z\'/><path d=\'M6 2.341V2a2 2 0 1 1 4 0v.341c2.33.824 4 3.047 4 5.659v1.191l1.17.585a1.5 1.5 0 0 1 .83 1.342V13.5a1.5 1.5 0 0 1-1.5 1.5h-1c-.456.607-1.182 1-2 1h-7a2.5 2.5 0 0 1-2-1h-1A1.5 1.5 0 0 1 0 13.5v-2.382a1.5 1.5 0 0 1 .83-1.342L2 9.191V8a6 6 0 0 1 4-5.659M7 2v.083a6 6 0 0 1 2 0V2a1 1 0 0 0-2 0M3 13.5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5V8A5 5 0 0 0 3 8zm-1-3.19-.724.362a.5.5 0 0 0-.276.447V13.5a.5.5 0 0 0 .5.5H2zm12 0V14h.5a.5.5 0 0 0 .5-.5v-2.382a.5.5 0 0 0-.276-.447L14 10.309Z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack2-fill\'><path d=\'M5 13h6v-3h-1v.5a.5.5 0 0 1-1 0V10H5z\'/><path d=\'M6 2v.341C3.67 3.165 2 5.388 2 8v1.191l-1.17.585A1.5 1.5 0 0 0 0 11.118V13.5A1.5 1.5 0 0 0 1.5 15h1c.456.607 1.182 1 2 1h7c.818 0 1.544-.393 2-1h1a1.5 1.5 0 0 0 1.5-1.5v-2.382a1.5 1.5 0 0 0-.83-1.342L14 9.191V8a6 6 0 0 0-4-5.659V2a2 2 0 1 0-4 0m2-1a1 1 0 0 1 1 1v.083a6 6 0 0 0-2 0V2a1 1 0 0 1 1-1m0 3a4 4 0 0 1 3.96 3.43.5.5 0 1 1-.99.14 3 3 0 0 0-5.94 0 .5.5 0 1 1-.99-.14A4 4 0 0 1 8 4M4.5 9h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack3\'><path d=\'M4.04 7.43a4 4 0 0 1 7.92 0 .5.5 0 1 1-.99.14 3 3 0 0 0-5.94 0 .5.5 0 1 1-.99-.14M4 9.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm1 .5v3h6v-3h-1v.5a.5.5 0 0 1-1 0V10z\'/><path d=\'M6 2.341V2a2 2 0 1 1 4 0v.341c.465.165.904.385 1.308.653l.416-1.247a1 1 0 0 1 1.748-.284l.77 1.027a1 1 0 0 1 .15.917l-.803 2.407C13.854 6.49 14 7.229 14 8v5.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5V8c0-.771.146-1.509.41-2.186l-.802-2.407a1 1 0 0 1 .15-.917l.77-1.027a1 1 0 0 1 1.748.284l.416 1.247A6 6 0 0 1 6 2.34ZM7 2v.083a6 6 0 0 1 2 0V2a1 1 0 1 0-2 0m5.941 2.595.502-1.505-.77-1.027-.532 1.595q.447.427.8.937M3.86 3.658l-.532-1.595-.77 1.027.502 1.505q.352-.51.8-.937M8 3a5 5 0 0 0-5 5v5.5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5V8a5 5 0 0 0-5-5\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack3-fill\'><path d=\'M5 10v3h6v-3h-1v.5a.5.5 0 0 1-1 0V10z\'/><path d=\'M6 2v.341a6 6 0 0 0-1.308.653l-.416-1.247a1 1 0 0 0-1.749-.284l-.77 1.027a1 1 0 0 0-.149.917l.803 2.407A6 6 0 0 0 2 8v5.5A2.5 2.5 0 0 0 4.5 16h7a2.5 2.5 0 0 0 2.5-2.5V8c0-.771-.146-1.509-.41-2.186l.801-2.407a1 1 0 0 0-.148-.917l-.77-1.027a1 1 0 0 0-1.75.284l-.415 1.247A6 6 0 0 0 10 2.34V2a2 2 0 1 0-4 0m1 0a1 1 0 0 1 2 0v.083a6 6 0 0 0-2 0zm5.941 2.595a6 6 0 0 0-.8-.937l.531-1.595.77 1.027zM3.86 3.658a6 6 0 0 0-.8.937L2.557 3.09l.77-1.027zm.18 3.772a4 4 0 0 1 7.92 0 .5.5 0 1 1-.99.142 3 3 0 0 0-5.94 0 .5.5 0 1 1-.99-.142M4 9.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack4\'><path d=\'M4 9.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm1 .5v3h6v-3h-1v.5a.5.5 0 0 1-1 0V10z\'/><path d=\'M8 0a2 2 0 0 0-2 2H3.5a2 2 0 0 0-2 2v1c0 .52.198.993.523 1.349A.5.5 0 0 0 2 6.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6.5a.5.5 0 0 0-.023-.151c.325-.356.523-.83.523-1.349V4a2 2 0 0 0-2-2H10a2 2 0 0 0-2-2m0 1a1 1 0 0 0-1 1h2a1 1 0 0 0-1-1M3 14V6.937q.24.062.5.063h4v.5a.5.5 0 0 0 1 0V7h4q.26 0 .5-.063V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1m9.5-11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"backpack4-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backpack4-fill\'><path d=\'M8 0a2 2 0 0 0-2 2H3.5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h4v.5a.5.5 0 0 0 1 0V7h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H10a2 2 0 0 0-2-2m1 2a1 1 0 0 0-2 0zm-4 9v2h6v-2h-1v.5a.5.5 0 0 1-1 0V11z\'/><path d=\'M14 7.599A3 3 0 0 1 12.5 8H9.415a1.5 1.5 0 0 1-2.83 0H3.5A3 3 0 0 1 2 7.599V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"backspace","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backspace\'><path d=\'M5.83 5.146a.5.5 0 0 0 0 .708L7.975 8l-2.147 2.146a.5.5 0 0 0 .707.708l2.147-2.147 2.146 2.147a.5.5 0 0 0 .707-.708L9.39 8l2.146-2.146a.5.5 0 0 0-.707-.708L8.683 7.293 6.536 5.146a.5.5 0 0 0-.707 0z\'/><path d=\'M13.683 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7.08a2 2 0 0 1-1.519-.698L.241 8.65a1 1 0 0 1 0-1.302L5.084 1.7A2 2 0 0 1 6.603 1zm-7.08 1a1 1 0 0 0-.76.35L1 8l4.844 5.65a1 1 0 0 0 .759.35h7.08a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"backspace-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backspace-fill\'><path d=\'M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"backspace-reverse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backspace-reverse\'><path d=\'M9.854 5.146a.5.5 0 0 1 0 .708L7.707 8l2.147 2.146a.5.5 0 0 1-.708.708L7 8.707l-2.146 2.147a.5.5 0 0 1-.708-.708L6.293 8 4.146 5.854a.5.5 0 1 1 .708-.708L7 7.293l2.146-2.147a.5.5 0 0 1 .708 0\'/><path d=\'M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.08a2 2 0 0 0 1.519-.698l4.843-5.651a1 1 0 0 0 0-1.302L10.6 1.7A2 2 0 0 0 9.08 1zm7.08 1a1 1 0 0 1 .76.35L14.682 8l-4.844 5.65a1 1 0 0 1-.759.35H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"backspace-reverse-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'backspace-reverse-fill\'><path d=\'M0 3a2 2 0 0 1 2-2h7.08a2 2 0 0 1 1.519.698l4.843 5.651a1 1 0 0 1 0 1.302L10.6 14.3a2 2 0 0 1-1.52.7H2a2 2 0 0 1-2-2zm9.854 2.854a.5.5 0 0 0-.708-.708L7 7.293 4.854 5.146a.5.5 0 1 0-.708.708L6.293 8l-2.147 2.146a.5.5 0 0 0 .708.708L7 8.707l2.146 2.147a.5.5 0 0 0 .708-.708L7.707 8z\'/></svg>"}},{"terms":["badges, 3d, display, dimension"],"label":"badge-3d","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-3d\'><path d=\'M4.52 8.368h.664c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914zm3.606-3.367V11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984zm1.187.967h.844c1.112 0 1.621.686 1.621 2.04 0 1.353-.505 2.02-1.621 2.02h-.844z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, 3d, display, dimension"],"label":"badge-3d-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-3d-fill\'><path d=\'M10.157 5.968h-.844v4.06h.844c1.116 0 1.621-.667 1.621-2.02 0-1.354-.51-2.04-1.621-2.04\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.184 4.368c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914zM8.126 11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126z\'/></svg>"}},{"terms":["badges, 4k, display, resolution, retina"],"label":"badge-4k","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-4k\'><path d=\'M4.807 5.001C4.021 6.298 3.203 7.6 2.5 8.917v.971h2.905V11h1.112V9.888h.733V8.93h-.733V5.001zm-1.23 3.93v-.032a47 47 0 0 1 1.766-3.001h.062V8.93zm9.831-3.93h-1.306L9.835 7.687h-.057V5H8.59v6h1.187V9.075l.615-.699L12.072 11H13.5l-2.232-3.415z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, 4k, display, resolution, retina"],"label":"badge-4k-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-4k-fill\'><path d=\'M3.577 8.9v.03h1.828V5.898h-.062a47 47 0 0 0-1.766 3.001z\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2.372 3.715.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202m7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z\'/></svg>"}},{"terms":["badges, 4k, display, resolution, retina"],"label":"badge-8k","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-8k\'><path d=\'M4.837 11.114c1.406 0 2.333-.725 2.333-1.766 0-.945-.712-1.38-1.256-1.49v-.053c.496-.15 1.02-.55 1.02-1.331 0-.914-.831-1.587-2.084-1.587-1.257 0-2.087.673-2.087 1.587 0 .773.51 1.177 1.02 1.331v.053c-.546.11-1.258.54-1.258 1.494 0 1.042.906 1.762 2.312 1.762m.013-3.643c-.545 0-.95-.356-.95-.866s.405-.852.95-.852.945.343.945.852c0 .51-.4.866-.945.866m0 2.786c-.65 0-1.142-.395-1.142-.984S4.2 8.28 4.85 8.28c.646 0 1.143.404 1.143.993s-.497.984-1.143.984M13.408 5h-1.306L9.835 7.685h-.057V5H8.59v5.998h1.187V9.075l.615-.699 1.679 2.623H13.5l-2.232-3.414z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, 4k, display, resolution, retina"],"label":"badge-8k-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-8k-fill\'><path d=\'M3.9 6.605c0 .51.405.866.95.866s.945-.356.945-.866-.4-.852-.945-.852-.95.343-.95.852m-.192 2.668c0 .589.492.984 1.142.984.646 0 1.143-.395 1.143-.984S5.496 8.28 4.85 8.28c-.65 0-1.142.404-1.142.993\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm5.17 7.348c0 1.041-.927 1.766-2.333 1.766s-2.312-.72-2.312-1.762c0-.954.712-1.384 1.257-1.494v-.053c-.51-.154-1.02-.558-1.02-1.331 0-.914.831-1.587 2.088-1.587 1.253 0 2.083.673 2.083 1.587 0 .782-.523 1.182-1.02 1.331v.053c.545.11 1.257.545 1.257 1.49M12.102 5h1.306l-2.14 2.584 2.232 3.415h-1.428l-1.679-2.624-.615.699v1.925H8.59V5h1.187v2.685h.057z\'/></svg>"}},{"terms":["badges, advertisement"],"label":"badge-ad","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-ad\'><path d=\'m3.7 11 .47-1.542h2.004L6.644 11h1.261L5.901 5.001H4.513L2.5 11zm1.503-4.852.734 2.426H4.416l.734-2.426zm4.759.128c-1.059 0-1.753.765-1.753 2.043v.695c0 1.279.685 2.043 1.74 2.043.677 0 1.222-.33 1.367-.804h.057V11h1.138V4.685h-1.16v2.36h-.053c-.18-.475-.68-.77-1.336-.77zm.387.923c.58 0 1.002.44 1.002 1.138v.602c0 .76-.396 1.2-.984 1.2-.598 0-.972-.449-.972-1.248v-.453c0-.795.37-1.24.954-1.24z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, advertisement"],"label":"badge-ad-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-ad-fill\'><path d=\'M11.35 8.337c0-.699-.42-1.138-1.001-1.138-.584 0-.954.444-.954 1.239v.453c0 .8.374 1.248.972 1.248.588 0 .984-.44.984-1.2zm-5.413.237-.734-2.426H5.15l-.734 2.426h1.52z\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm6.209 6.32c0-1.28.694-2.044 1.753-2.044.655 0 1.156.294 1.336.769h.053v-2.36h1.16V11h-1.138v-.747h-.057c-.145.474-.69.804-1.367.804-1.055 0-1.74-.764-1.74-2.043v-.695zm-4.04 1.138L3.7 11H2.5l2.013-5.999H5.9L7.905 11H6.644l-.47-1.542H4.17z\'/></svg>"}},{"terms":["badges, augmented, reality, ar"],"label":"badge-ar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-ar\'><path d=\'m3.794 11 .47-1.542H6.27L6.739 11H8L5.996 5.001H4.607L2.595 11zm1.503-4.852.734 2.426h-1.52l.734-2.426zm5.598-1.147H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, augmented, reality, ar"],"label":"badge-ar-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-ar-fill\'><path d=\'m6.031 8.574-.734-2.426h-.052L4.51 8.574h1.52zm3.642-2.641v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.265 5.458h2.004L6.739 11H8L5.996 5.001H4.607L2.595 11h1.2zM8.5 5v6h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9z\'/></svg>"}},{"terms":["badges, closed, captioning"],"label":"badge-cc","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-cc\'><path d=\'M3.708 7.755c0-1.111.488-1.753 1.319-1.753.681 0 1.138.47 1.186 1.107H7.36V7c-.052-1.186-1.024-2-2.342-2C3.414 5 2.5 6.05 2.5 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114H6.213c-.048.615-.496 1.05-1.186 1.05-.84 0-1.319-.62-1.319-1.727zm6.14 0c0-1.111.488-1.753 1.318-1.753.682 0 1.139.47 1.187 1.107H13.5V7c-.053-1.186-1.024-2-2.342-2C9.554 5 8.64 6.05 8.64 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, closed, captioning"],"label":"badge-cc-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-cc-fill\'><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm3.027 4.002c-.83 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05H7.36v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747C2.5 6.051 3.414 5 5.018 5c1.318 0 2.29.813 2.342 2v.11H6.213c-.048-.638-.505-1.108-1.186-1.108m6.14 0c-.831 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.318 1.727.69 0 1.139-.435 1.187-1.05H13.5v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.751 2.518-2.751 1.318 0 2.29.813 2.342 2v.11h-1.147c-.048-.638-.505-1.108-1.187-1.108z\'/></svg>"}},{"terms":["badges, display, resolution, high, definition"],"label":"badge-hd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-hd\'><path d=\'M7.396 11V5.001H6.209v2.44H3.687V5H2.5v6h1.187V8.43h2.522V11zM8.5 5.001V11h2.188c1.811 0 2.685-1.107 2.685-3.015 0-1.894-.86-2.984-2.684-2.984zm1.187.967h.843c1.112 0 1.622.686 1.622 2.04 0 1.353-.505 2.02-1.622 2.02h-.843z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, display, resolution, high, definition"],"label":"badge-hd-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-hd-fill\'><path d=\'M10.53 5.968h-.843v4.06h.843c1.117 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm5.396 3.001V11H6.209V8.43H3.687V11H2.5V5.001h1.187v2.44h2.522V5h1.187zM8.5 11V5.001h2.188c1.824 0 2.685 1.09 2.685 2.984C13.373 9.893 12.5 11 10.69 11z\'/></svg>"}},{"terms":["badges, display, resolution, standard, definition"],"label":"badge-sd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-sd\'><path fill-rule=\'evenodd\' d=\'M15 4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.077 7.114c-1.524 0-2.263-.8-2.315-1.749h1.147c.079.466.527.809 1.234.809.739 0 1.13-.339 1.13-.83 0-.418-.3-.634-.923-.779l-.927-.215c-.932-.21-1.52-.747-1.52-1.657 0-1.098.918-1.815 2.24-1.815 1.371 0 2.162.77 2.22 1.692H6.238c-.075-.43-.466-.76-1.103-.76-.655 0-1.046.338-1.046.804 0 .36.294.598.821.712l.932.216c.971.22 1.613.685 1.613 1.691 0 1.117-.857 1.881-2.378 1.881M8.307 11V5.001h2.19c1.823 0 2.684 1.09 2.684 2.984 0 1.908-.874 3.015-2.685 3.015zm2.031-5.032h-.844v4.06h.844c1.116 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04\'/></svg>"}},{"terms":["badges, display, resolution, standard, definition"],"label":"badge-sd-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-sd-fill\'><path d=\'M10.338 5.968h-.844v4.06h.844c1.116 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.077 7.114c1.521 0 2.378-.764 2.378-1.88 0-1.007-.642-1.473-1.613-1.692l-.932-.216c-.527-.114-.821-.351-.821-.712 0-.466.39-.804 1.046-.804.637 0 1.028.33 1.103.76h1.125c-.058-.923-.849-1.692-2.22-1.692-1.322 0-2.24.717-2.24 1.815 0 .91.588 1.446 1.52 1.657l.927.215c.624.145.923.36.923.778 0 .492-.391.83-1.13.83-.707 0-1.155-.342-1.234-.808H2.762c.052.95.79 1.75 2.315 1.75ZM8.307 11h2.19c1.81 0 2.684-1.107 2.684-3.015 0-1.894-.861-2.984-2.685-2.984H8.308z\'/></svg>"}},{"terms":["badges, trademark"],"label":"badge-tm","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-tm\'><path d=\'M5.295 11V5.995H7V5H2.403v.994h1.701V11zm3.397 0V7.01h.058l1.428 3.239h.773l1.42-3.24h.057V11H13.5V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H7.634V11h1.06z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, trademark"],"label":"badge-tm-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-tm-fill\'><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm3.295 3.995V11H4.104V5.995h-1.7V5H7v.994H5.295zM8.692 7.01V11H7.633V5.001h1.209l1.71 3.894h.039l1.71-3.894H13.5V11h-1.072V7.01h-.057l-1.42 3.239h-.773L8.75 7.008h-.058z\'/></svg>"}},{"terms":["badges, voiceover, accessibility"],"label":"badge-vo","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-vo\'><path d=\'M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5zM13.5 8.39v-.77c0-1.696-.962-2.733-2.566-2.733S8.363 5.916 8.363 7.621v.769c0 1.691.967 2.724 2.57 2.724 1.605 0 2.567-1.033 2.567-2.724m-1.204-.778v.782c0 1.156-.571 1.732-1.362 1.732-.796 0-1.363-.576-1.363-1.732v-.782c0-1.156.567-1.736 1.363-1.736.79 0 1.362.58 1.362 1.736\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, voiceover, accessibility"],"label":"badge-vo-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-vo-fill\'><path d=\'M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732.79 0 1.362-.576 1.362-1.732\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724S8.363 10.081 8.363 8.39v-.77c0-1.704.967-2.733 2.57-2.733 1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318z\'/></svg>"}},{"terms":["badges, virtual, reality, vr"],"label":"badge-vr","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-vr\'><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/><path d=\'M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5zm6.387-5.999H8.5V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9zm-1.222 2.87V5.933h1.05c.63 0 1.05.347 1.05.989 0 .633-.408.95-1.067.95z\'/></svg>"}},{"terms":["badges, virtual, reality, vr"],"label":"badge-vr-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-vr-fill\'><path d=\'M9.673 5.933v1.938h1.033c.66 0 1.068-.316 1.068-.95 0-.64-.422-.988-1.05-.988z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.937 7 1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zM8.5 5.001V11h1.173V8.763h1.064L11.787 11h1.327L11.91 8.583C12.455 8.373 13 7.779 13 6.9c0-1.147-.773-1.9-2.105-1.9H8.5z\'/></svg>"}},{"terms":["badges, wash, closet, wc"],"label":"badge-wc","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-wc\'><path d=\'M10.348 7.643c0-1.112.488-1.754 1.318-1.754.682 0 1.139.47 1.187 1.108H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727zM4.457 11l1.02-4.184h.045L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11z\'/><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["badges, wash, closet, wc"],"label":"badge-wc-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'badge-wc-fill\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.666 1.89c.682 0 1.139.47 1.187 1.107H14v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.742c0-1.112.488-1.754 1.318-1.754zm-6.188.926h.044L6.542 11h1.006L9 5.001H7.818l-.82 4.355h-.056L5.97 5.001h-.94l-.972 4.355h-.053l-.827-4.355H2L3.452 11h1.005z\'/></svg>"}},{"terms":["commerce, shopping, cart, purchase, buy"],"label":"bag","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag\'><path d=\'M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-check\'><path fill-rule=\'evenodd\' d=\'M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-check-fill\'><path fill-rule=\'evenodd\' d=\'M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0m-.646 5.354a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-dash\'><path fill-rule=\'evenodd\' d=\'M5.5 10a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-dash-fill\'><path fill-rule=\'evenodd\' d=\'M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M6 9.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["commerce, shopping, cart, purchase, buy"],"label":"bag-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-fill\'><path d=\'M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4z\'/></svg>"}},{"terms":["commerce, shopping, cart, purchase, buy, valentine, love"],"label":"bag-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-heart\'><path fill-rule=\'evenodd\' d=\'M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M14 14V5H2v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1M8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["commerce, shopping, cart, purchase, buy, valentine, love"],"label":"bag-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-heart-fill\'><path d=\'M11.5 4v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m0 6.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-plus\'><path fill-rule=\'evenodd\' d=\'M8 7.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V12a.5.5 0 0 1-1 0v-1.5H6a.5.5 0 0 1 0-1h1.5V8a.5.5 0 0 1 .5-.5\'/><path d=\'M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["commerce, shopping, add, cart, basket, bag"],"label":"bag-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-plus-fill\'><path fill-rule=\'evenodd\' d=\'M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-x\'><path fill-rule=\'evenodd\' d=\'M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708\'/><path d=\'M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"bag-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bag-x-fill\'><path fill-rule=\'evenodd\' d=\'M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M6.854 8.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293z\'/></svg>"}},{"terms":["real, world, birthday"],"label":"balloon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'balloon\'><path fill-rule=\'evenodd\' d=\'M8 9.984C10.403 9.506 12 7.48 12 5a4 4 0 0 0-8 0c0 2.48 1.597 4.506 4 4.984M13 5c0 2.837-1.789 5.227-4.52 5.901l.244.487a.25.25 0 1 1-.448.224l-.008-.017c.008.11.02.202.037.29.054.27.161.488.419 1.003.288.578.235 1.15.076 1.629-.157.469-.422.867-.588 1.115l-.004.007a.25.25 0 1 1-.416-.278c.168-.252.4-.6.533-1.003.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3 3 0 0 1-.052-.45l-.04.08a.25.25 0 1 1-.447-.224l.244-.487C4.789 10.227 3 7.837 3 5a5 5 0 0 1 10 0m-6.938-.495a2 2 0 0 1 1.443-1.443C7.773 2.994 8 2.776 8 2.5s-.226-.504-.498-.459a3 3 0 0 0-2.46 2.461c-.046.272.182.498.458.498s.494-.227.562-.495\'/></svg>"}},{"terms":["real, world, birthday"],"label":"balloon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'balloon-fill\'><path fill-rule=\'evenodd\' d=\'M8.48 10.901C11.211 10.227 13 7.837 13 5A5 5 0 0 0 3 5c0 2.837 1.789 5.227 4.52 5.901l-.244.487a.25.25 0 1 0 .448.224l.04-.08c.009.17.024.315.051.45.068.344.208.622.448 1.102l.013.028c.212.422.182.85.05 1.246-.135.402-.366.751-.534 1.003a.25.25 0 0 0 .416.278l.004-.007c.166-.248.431-.646.588-1.115.16-.479.212-1.051-.076-1.629-.258-.515-.365-.732-.419-1.004a2 2 0 0 1-.037-.289l.008.017a.25.25 0 1 0 .448-.224zM4.352 3.356a4 4 0 0 1 3.15-2.325C7.774.997 8 1.224 8 1.5s-.226.496-.498.542c-.95.162-1.749.78-2.173 1.617a.6.6 0 0 1-.52.341c-.346 0-.599-.329-.457-.644\'/></svg>"}},{"terms":["real, world, love, birthday, valentine, love"],"label":"balloon-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'balloon-heart\'><path fill-rule=\'evenodd\' d=\'m8 2.42-.717-.737c-1.13-1.161-3.243-.777-4.01.72-.35.685-.451 1.707.236 3.062C4.16 6.753 5.52 8.32 8 10.042c2.479-1.723 3.839-3.29 4.491-4.577.687-1.355.587-2.377.236-3.061-.767-1.498-2.88-1.882-4.01-.721zm-.49 8.5c-10.78-7.44-3-13.155.359-10.063q.068.062.132.129.065-.067.132-.129c3.36-3.092 11.137 2.624.357 10.063l.235.468a.25.25 0 1 1-.448.224l-.008-.017c.008.11.02.202.037.29.054.27.161.488.419 1.003.288.578.235 1.15.076 1.629-.157.469-.422.867-.588 1.115l-.004.007a.25.25 0 1 1-.416-.278c.168-.252.4-.6.533-1.003.133-.396.163-.824-.049-1.246l-.013-.028c-.24-.48-.38-.758-.448-1.102a3 3 0 0 1-.052-.45l-.04.08a.25.25 0 1 1-.447-.224l.235-.468ZM6.013 2.06c-.649-.18-1.483.083-1.85.798-.131.258-.245.689-.08 1.335.063.244.414.198.487-.043.21-.697.627-1.447 1.359-1.692.217-.073.304-.337.084-.398\'/></svg>"}},{"terms":["real, world, love, birthday, valentine, love"],"label":"balloon-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'balloon-heart-fill\'><path fill-rule=\'evenodd\' d=\'M8.49 10.92C19.412 3.382 11.28-2.387 8 .986 4.719-2.387-3.413 3.382 7.51 10.92l-.234.468a.25.25 0 1 0 .448.224l.04-.08c.009.17.024.315.051.45.068.344.208.622.448 1.102l.013.028c.212.422.182.85.05 1.246-.135.402-.366.751-.534 1.003a.25.25 0 0 0 .416.278l.004-.007c.166-.248.431-.646.588-1.115.16-.479.212-1.051-.076-1.629-.258-.515-.365-.732-.419-1.004a2 2 0 0 1-.037-.289l.008.017a.25.25 0 1 0 .448-.224l-.235-.468ZM6.726 1.269c-1.167-.61-2.8-.142-3.454 1.135-.237.463-.36 1.08-.202 1.85.055.27.467.197.527-.071.285-1.256 1.177-2.462 2.989-2.528.234-.008.348-.278.14-.386\'/></svg>"}},{"terms":["real, world, false, not, allowed, block"],"label":"ban","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ban\'><path d=\'M15 8a6.97 6.97 0 0 0-1.71-4.584l-9.874 9.875A7 7 0 0 0 15 8M2.71 12.584l9.874-9.875a7 7 0 0 0-9.874 9.874ZM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0\'/></svg>"}},{"terms":["real, world, false, not, allowed"],"label":"ban-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ban-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M2.71 12.584q.328.378.706.707l9.875-9.875a7 7 0 0 0-.707-.707l-9.875 9.875Z\'/></svg>"}},{"terms":["real, world, bandage, health"],"label":"bandaid","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bandaid\'><path d=\'M14.121 1.879a3 3 0 0 0-4.242 0L8.733 3.026l4.261 4.26 1.127-1.165a3 3 0 0 0 0-4.242M12.293 8 8.027 3.734 3.738 8.031 8 12.293zm-5.006 4.994L3.03 8.737 1.879 9.88a3 3 0 0 0 4.241 4.24l.006-.006 1.16-1.121ZM2.679 7.676l6.492-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529-5.006 5.006-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002 1.505-1.492z\'/><path d=\'M5.56 7.646a.5.5 0 1 1-.706.708.5.5 0 0 1 .707-.708Zm1.415-1.414a.5.5 0 1 1-.707.707.5.5 0 0 1 .707-.707M8.39 4.818a.5.5 0 1 1-.708.707.5.5 0 0 1 .707-.707Zm0 5.657a.5.5 0 1 1-.708.707.5.5 0 0 1 .707-.707ZM9.803 9.06a.5.5 0 1 1-.707.708.5.5 0 0 1 .707-.707Zm1.414-1.414a.5.5 0 1 1-.706.708.5.5 0 0 1 .707-.708ZM6.975 9.06a.5.5 0 1 1-.707.708.5.5 0 0 1 .707-.707ZM8.39 7.646a.5.5 0 1 1-.708.708.5.5 0 0 1 .707-.708Zm1.413-1.414a.5.5 0 1 1-.707.707.5.5 0 0 1 .707-.707\'/></svg>"}},{"terms":["real, world, bandage, health"],"label":"bandaid-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bandaid-fill\'><path d=\'m2.68 7.676 6.49-6.504a4 4 0 0 1 5.66 5.653l-1.477 1.529-5.006 5.006-1.523 1.472a4 4 0 0 1-5.653-5.66l.001-.002 1.505-1.492.001-.002Zm5.71-2.858a.5.5 0 1 0-.708.707.5.5 0 0 0 .707-.707ZM6.974 6.939a.5.5 0 1 0-.707-.707.5.5 0 0 0 .707.707M5.56 8.354a.5.5 0 1 0-.707-.708.5.5 0 0 0 .707.708m2.828 2.828a.5.5 0 1 0-.707-.707.5.5 0 0 0 .707.707m1.414-2.121a.5.5 0 1 0-.707.707.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.706-.708.5.5 0 0 0 .707.708Zm-4.242.707a.5.5 0 1 0-.707.707.5.5 0 0 0 .707-.707m1.414-.707a.5.5 0 1 0-.707-.708.5.5 0 0 0 .707.708m1.414-2.122a.5.5 0 1 0-.707.707.5.5 0 0 0 .707-.707M8.646 3.354l4 4 .708-.708-4-4zm-1.292 9.292-4-4-.708.708 4 4z\'/></svg>"}},{"terms":["commerce, money, finance, banking, market, temple"],"label":"bank","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bank\'><path d=\'m8 0 6.61 3h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.38l.5 2a.498.498 0 0 1-.485.62H.5a.498.498 0 0 1-.485-.62l.5-2A.5.5 0 0 1 1 13V6H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 3h.89zM3.777 3h8.447L8 1zM2 6v7h1V6zm2 0v7h2.5V6zm3.5 0v7h1V6zm2 0v7H12V6zM13 6v7h1V6zm2-1V4H1v1zm-.39 9H1.39l-.25 1h13.72z\'/></svg>"}},{"terms":["commerce, money, finance, banking, market, temple"],"label":"bank2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bank2\'><path d=\'M8.277.084a.5.5 0 0 0-.554 0l-7.5 5A.5.5 0 0 0 .5 6h1.875v7H1.5a.5.5 0 0 0 0 1h13a.5.5 0 1 0 0-1h-.875V6H15.5a.5.5 0 0 0 .277-.916zM12.375 6v7h-1.25V6zm-2.5 0v7h-1.25V6zm-2.5 0v7h-1.25V6zm-2.5 0v7h-1.25V6zM8 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2M.5 15a.5.5 0 0 0 0 1h15a.5.5 0 1 0 0-1z\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"bar-chart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bar-chart\'><path d=\'M4 11H2v3h2zm5-4H7v7h2zm5-5v12h-2V2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"bar-chart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bar-chart-fill\'><path d=\'M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"bar-chart-line","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bar-chart-line\'><path d=\'M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1zm1 12h2V2h-2zm-3 0V7H7v7zm-5 0v-3H2v3z\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"bar-chart-line-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bar-chart-line-fill\'><path d=\'M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1z\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"bar-chart-steps","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bar-chart-steps\'><path d=\'M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0M2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"basket","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'basket\'><path d=\'M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9zM1 7v1h14V7zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"basket-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'basket-fill\'><path d=\'M5.071 1.243a.5.5 0 0 1 .858.514L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 6h1.717zM3.5 10.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"basket2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'basket2\'><path d=\'M4 10a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0zm3 0a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0zm3 0a1 1 0 1 1 2 0v2a1 1 0 0 1-2 0z\'/><path d=\'M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-.623l-1.844 6.456a.75.75 0 0 1-.722.544H3.69a.75.75 0 0 1-.722-.544L1.123 8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.163 8l1.714 6h8.246l1.714-6z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"basket2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'basket2-fill\'><path d=\'M5.929 1.757a.5.5 0 1 0-.858-.514L2.217 6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.623l1.844 6.456A.75.75 0 0 0 3.69 15h8.622a.75.75 0 0 0 .722-.544L14.877 8h.623a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.717L10.93 1.243a.5.5 0 1 0-.858.514L12.617 6H3.383zM4 10a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0zm3 0a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0zm4-1a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"basket3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'basket3\'><path d=\'M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6z\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"basket3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'basket3-fill\'><path d=\'M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.468 15.426.943 9h14.114l-1.525 6.426a.75.75 0 0 1-.729.574H3.197a.75.75 0 0 1-.73-.574z\'/></svg>"}},{"terms":["devices, power, charge"],"label":"battery","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'battery\'><path d=\'M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8\'/></svg>"}},{"terms":["devices, power, charge"],"label":"battery-charging","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'battery-charging\'><path d=\'M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z\'/><path d=\'M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2\'/><path d=\'M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2zm8.595-2-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\'/><path d=\'M12 10h-1.783l1.542-1.639q.146-.156.241-.34zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646M16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8\'/></svg>"}},{"terms":["devices, power, charge"],"label":"battery-full","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'battery-full\'><path d=\'M2 6h10v4H2z\'/><path d=\'M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8\'/></svg>"}},{"terms":["devices, power, charge"],"label":"battery-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'battery-half\'><path d=\'M2 6h5v4H2z\'/><path d=\'M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8\'/></svg>"}},{"terms":["brand, social"],"label":"behance","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'behance\'><path d=\'M4.654 3c.461 0 .887.035 1.278.14.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216 1.137 0 .496-.106.922-.356 1.242-.215.32-.566.606-.997.817.606.176 1.067.496 1.348.922s.461.957.461 1.563c0 .496-.105.922-.285 1.278a2.3 2.3 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.3 5.3 0 0 1-1.278.176L0 12.803V3zm-.285 3.978c.39 0 .71-.105.957-.285.246-.18.355-.497.355-.887 0-.216-.035-.426-.105-.567a1 1 0 0 0-.32-.355 1.8 1.8 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641 0-.496-.14-.852-.426-1.102-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427 1.278.426c.39 0 .746-.106 1.032-.286q.426-.32.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848-.566.355-1.243.566-2.06.566a4.1 4.1 0 0 1-1.527-.285 2.8 2.8 0 0 1-1.137-.782 2.85 2.85 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528 0-.531.07-1.032.25-1.493.18-.46.426-.852.747-1.207.32-.32.711-.606 1.137-.782a4 4 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355.46.25.817.532 1.102.958.285.39.496.851.641 1.348.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391-.32 0-.566.07-.781.176s-.356.25-.496.39a.96.96 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z\'/></svg>"}},{"terms":["communications, notification, clock"],"label":"bell","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bell\'><path d=\'M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2M8 1.918l-.797.161A4 4 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 0 0-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5 5 0 0 1 13 6c0 .88.32 4.2 1.22 6\'/></svg>"}},{"terms":["communications, notification, clock"],"label":"bell-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bell-fill\'><path d=\'M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2m.995-14.901a1 1 0 1 0-1.99 0A5 5 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901\'/></svg>"}},{"terms":["communications, notification, silenced, clock"],"label":"bell-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bell-slash\'><path d=\'M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6q0-.396-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164zm5.581-9.91a4 4 0 0 0-1.948-1.01L8 2.917l-.797.161A4 4 0 0 0 4 7c0 .628-.134 2.197-.459 3.742q-.075.358-.166.718l-1.653 1.653q.03-.055.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284zM10 15a2 2 0 1 1-4 0zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75z\'/></svg>"}},{"terms":["communications, notification, silenced, clock"],"label":"bell-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bell-slash-fill\'><path d=\'M5.164 14H15c-1.5-1-2-5.902-2-7q0-.396-.06-.776zm6.288-10.617A5 5 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5 5 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113zM10 15a2 2 0 1 1-4 0zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75z\'/></svg>"}},{"terms":["graphics, graphics, vector, pen"],"label":"bezier","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bezier\'><path fill-rule=\'evenodd\' d=\'M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.52 6.52 0 0 0 1.814 9H2.5q.186 0 .358.043a5.52 5.52 0 0 1 3.185-3.185A1.5 1.5 0 0 1 6 5.5zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.52 6.52 0 0 1 2.72 3.5H13.5q-.185 0-.358.043a5.52 5.52 0 0 0-3.185-3.185\'/></svg>"}},{"terms":["graphics, graphics, vector, pen"],"label":"bezier2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bezier2\'><path fill-rule=\'evenodd\' d=\'M1 2.5A1.5 1.5 0 0 1 2.5 1h1A1.5 1.5 0 0 1 5 2.5h4.134a1 1 0 1 1 0 1h-2.01q.269.27.484.605C8.246 5.097 8.5 6.459 8.5 8c0 1.993.257 3.092.713 3.7.356.476.895.721 1.787.784A1.5 1.5 0 0 1 12.5 11h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5H6.866a1 1 0 1 1 0-1h1.711a3 3 0 0 1-.165-.2C7.743 11.407 7.5 10.007 7.5 8c0-1.46-.246-2.597-.733-3.355-.39-.605-.952-1-1.767-1.112A1.5 1.5 0 0 1 3.5 5h-1A1.5 1.5 0 0 1 1 3.5zM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm10 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["real, world, bike, riding, bicycling"],"label":"bicycle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bicycle\'><path d=\'M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935.807 1.29a3 3 0 1 1-.848.53l-.508-.812-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5m1.5 2.443-.508.814c.5.444.85 1.054.967 1.743h1.139zM8 9.057 9.598 6.5H6.402zM4.937 9.5a2 2 0 0 0-.487-.877l-.548.877zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53z\'/></svg>"}},{"terms":["brand, search, microsoft"],"label":"bing","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bing\'><path d=\'M8.35 5.046a.615.615 0 0 0-.54.575c-.009.13-.006.14.289.899.67 1.727.833 2.142.86 2.2q.101.215.277.395c.089.092.148.141.247.208.176.117.262.15.944.351.664.197 1.026.327 1.338.482.405.201.688.43.866.7.128.195.242.544.291.896.02.137.02.44 0 .564-.041.27-.124.495-.252.684-.067.1-.044.084.055-.039.278-.346.562-.938.707-1.475a4.42 4.42 0 0 0-2.14-5.028 70 70 0 0 0-.888-.465l-.53-.277-.353-.184c-.16-.082-.266-.138-.345-.18-.368-.192-.523-.27-.568-.283a1 1 0 0 0-.194-.03z\'/><path d=\'M9.152 11.493a3 3 0 0 0-.135.083 320 320 0 0 0-1.513.934l-.8.496c-.012.01-.587.367-.876.543a1.9 1.9 0 0 1-.732.257c-.12.017-.349.017-.47 0a1.9 1.9 0 0 1-.884-.358 2.5 2.5 0 0 1-.365-.364 1.9 1.9 0 0 1-.34-.76 1 1 0 0 0-.027-.121c-.005-.006.004.092.022.22.018.132.057.324.098.489a4.1 4.1 0 0 0 2.487 2.796c.359.142.72.23 1.114.275.147.016.566.023.72.011a4.1 4.1 0 0 0 1.956-.661l.235-.149.394-.248.258-.163 1.164-.736c.51-.32.663-.433.9-.665.099-.097.248-.262.255-.283.002-.005.028-.046.059-.091a1.64 1.64 0 0 0 .25-.682c.02-.124.02-.427 0-.565a3 3 0 0 0-.213-.758c-.15-.314-.47-.6-.928-.83a2 2 0 0 0-.273-.12c-.006 0-.433.26-.948.58l-1.113.687z\'/><path d=\'m3.004 12.184.03.129c.089.402.245.693.515.963a1.82 1.82 0 0 0 1.312.543c.361 0 .673-.09.994-.287l.472-.29.373-.23V5.334c0-1.537-.003-2.45-.008-2.521a1.82 1.82 0 0 0-.535-1.177c-.097-.096-.18-.16-.427-.33L4.183.24c-.239-.163-.258-.175-.33-.2a.63.63 0 0 0-.842.464c-.009.042-.01.603-.01 3.646l.003 8.035Z\'/></svg>"}},{"terms":["real, world, distance, view, search"],"label":"binoculars","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'binoculars\'><path d=\'M3 2.5A1.5 1.5 0 0 1 4.5 1h1A1.5 1.5 0 0 1 7 2.5V5h2V2.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5v2.382a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V14.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 14.5v-3a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5v3A1.5 1.5 0 0 1 5.5 16h-3A1.5 1.5 0 0 1 1 14.5V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882zM4.5 2a.5.5 0 0 0-.5.5V3h2v-.5a.5.5 0 0 0-.5-.5zM6 4H4v.882a1.5 1.5 0 0 1-.83 1.342l-.894.447A.5.5 0 0 0 2 7.118V13h4v-1.293l-.854-.853A.5.5 0 0 1 5 10.5v-1A1.5 1.5 0 0 1 6.5 8h3A1.5 1.5 0 0 1 11 9.5v1a.5.5 0 0 1-.146.354l-.854.853V13h4V7.118a.5.5 0 0 0-.276-.447l-.895-.447A1.5 1.5 0 0 1 12 4.882V4h-2v1.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5zm4-1h2v-.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm4 11h-4v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-8 0H2v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5z\'/></svg>"}},{"terms":["real, world, distance, view, search"],"label":"binoculars-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'binoculars-fill\'><path d=\'M4.5 1A1.5 1.5 0 0 0 3 2.5V3h4v-.5A1.5 1.5 0 0 0 5.5 1zM7 4v1h2V4h4v.882a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V13H9v-1.5a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5V13H1V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V4zM1 14v.5A1.5 1.5 0 0 0 2.5 16h3A1.5 1.5 0 0 0 7 14.5V14zm8 0v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5V14zm4-11H9v-.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5z\'/></svg>"}},{"terms":["typography, text, type"],"label":"blockquote-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'blockquote-left\'><path d=\'M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm5 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm-5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm.79-5.373q.168-.117.444-.275L3.524 6q-.183.111-.452.287-.27.176-.51.428a2.4 2.4 0 0 0-.398.562Q2 7.587 2 7.969q0 .54.217.873.217.328.72.328.322 0 .504-.211a.7.7 0 0 0 .188-.463q0-.345-.211-.521-.205-.182-.568-.182h-.282q.036-.305.123-.498a1.4 1.4 0 0 1 .252-.37 2 2 0 0 1 .346-.298zm2.167 0q.17-.117.445-.275L5.692 6q-.183.111-.452.287-.27.176-.51.428a2.4 2.4 0 0 0-.398.562q-.165.31-.164.692 0 .54.217.873.217.328.72.328.322 0 .504-.211a.7.7 0 0 0 .188-.463q0-.345-.211-.521-.205-.182-.568-.182h-.282a1.8 1.8 0 0 1 .118-.492q.087-.194.257-.375a2 2 0 0 1 .346-.3z\'/></svg>"}},{"terms":["typography, text, type"],"label":"blockquote-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'blockquote-right\'><path d=\'M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1zm10.113-5.373a7 7 0 0 0-.445-.275l.21-.352q.183.111.452.287.27.176.51.428.234.246.398.562.164.31.164.692 0 .54-.216.873-.217.328-.721.328-.322 0-.504-.211a.7.7 0 0 1-.188-.463q0-.345.211-.521.205-.182.569-.182h.281a1.7 1.7 0 0 0-.123-.498 1.4 1.4 0 0 0-.252-.37 2 2 0 0 0-.346-.298m-2.168 0A7 7 0 0 0 10 6.352L10.21 6q.183.111.452.287.27.176.51.428.234.246.398.562.164.31.164.692 0 .54-.216.873-.217.328-.721.328-.322 0-.504-.211a.7.7 0 0 1-.188-.463q0-.345.211-.521.206-.182.569-.182h.281a1.8 1.8 0 0 0-.117-.492 1.4 1.4 0 0 0-.258-.375 2 2 0 0 0-.346-.3z\'/></svg>"}},{"terms":["brand, wireless"],"label":"bluetooth","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bluetooth\'><path fill-rule=\'evenodd\' d=\'m8.543 3.948 1.316 1.316L8.543 6.58zm0 8.104 1.316-1.316L8.543 9.42zm-1.41-4.043L4.275 5.133l.827-.827L7.377 6.58V1.128l4.137 4.136L8.787 8.01l2.745 2.745-4.136 4.137V9.42l-2.294 2.274-.827-.827zM7.903 16c3.498 0 5.904-1.655 5.904-8.01 0-6.335-2.406-7.99-5.903-7.99S2 1.655 2 8.01C2 14.344 4.407 16 7.904 16Z\'/></svg>"}},{"terms":["typography, content"],"label":"body-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'body-text\'><path fill-rule=\'evenodd\' d=\'M0 .5A.5.5 0 0 1 .5 0h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 0 .5m0 2A.5.5 0 0 1 .5 2h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m9 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-9 2A.5.5 0 0 1 .5 4h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m5 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-12 2A.5.5 0 0 1 .5 6h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m8 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-8 2A.5.5 0 0 1 .5 8h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-7 2a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["real, world, novel, read, magazine"],"label":"book","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'book\'><path d=\'M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783\'/></svg>"}},{"terms":["real, world, novel, read, magazine"],"label":"book-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'book-fill\'><path d=\'M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783\'/></svg>"}},{"terms":["real, world, novel, read, magazine"],"label":"book-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'book-half\'><path d=\'M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-check\'><path fill-rule=\'evenodd\' d=\'M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-check-fill\'><path fill-rule=\'evenodd\' d=\'M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5m8.854-9.646a.5.5 0 0 0-.708-.708L7.5 7.793 6.354 6.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-dash\'><path fill-rule=\'evenodd\' d=\'M5.5 6.5A.5.5 0 0 1 6 6h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-dash-fill\'><path fill-rule=\'evenodd\' d=\'M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5M6 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-fill\'><path d=\'M2 2v13.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-heart\'><path fill-rule=\'evenodd\' d=\'M8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-heart-fill\'><path d=\'M2 15.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2zM8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-plus\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/><path d=\'M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-plus-fill\'><path fill-rule=\'evenodd\' d=\'M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5m6.5-11a.5.5 0 0 0-1 0V6H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V7H10a.5.5 0 0 0 0-1H8.5z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-star","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-star\'><path d=\'M7.84 4.1a.178.178 0 0 1 .32 0l.634 1.285a.18.18 0 0 0 .134.098l1.42.206c.145.021.204.2.098.303L9.42 6.993a.18.18 0 0 0-.051.158l.242 1.414a.178.178 0 0 1-.258.187l-1.27-.668a.18.18 0 0 0-.165 0l-1.27.668a.178.178 0 0 1-.257-.187l.242-1.414a.18.18 0 0 0-.05-.158l-1.03-1.001a.178.178 0 0 1 .098-.303l1.42-.206a.18.18 0 0 0 .134-.098z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-star-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-star-fill\'><path fill-rule=\'evenodd\' d=\'M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5M8.16 4.1a.178.178 0 0 0-.32 0l-.634 1.285a.18.18 0 0 1-.134.098l-1.42.206a.178.178 0 0 0-.098.303L6.58 6.993c.042.041.061.1.051.158L6.39 8.565a.178.178 0 0 0 .258.187l1.27-.668a.18.18 0 0 1 .165 0l1.27.668a.178.178 0 0 0 .257-.187L9.368 7.15a.18.18 0 0 1 .05-.158l1.028-1.001a.178.178 0 0 0-.098-.303l-1.42-.206a.18.18 0 0 1-.134-.098z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-x\'><path fill-rule=\'evenodd\' d=\'M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmark-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmark-x-fill\'><path fill-rule=\'evenodd\' d=\'M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5M6.854 5.146a.5.5 0 1 0-.708.708L7.293 7 6.146 8.146a.5.5 0 1 0 .708.708L8 7.707l1.146 1.147a.5.5 0 1 0 .708-.708L8.707 7l1.147-1.146a.5.5 0 0 0-.708-.708L8 6.293z\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmarks","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmarks\'><path d=\'M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1z\'/><path d=\'M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1\'/></svg>"}},{"terms":["miscellaneous, reading, book, label, tag, category"],"label":"bookmarks-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookmarks-fill\'><path d=\'M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5z\'/><path d=\'M4.268 1A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L13 13.768V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["real, world, shelf"],"label":"bookshelf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bookshelf\'><path d=\'M2.5 0a.5.5 0 0 1 .5.5V2h10V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-1 0V15H3v.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5M3 14h10v-3H3zm0-4h10V7H3zm0-4h10V3H3z\'/></svg>"}},{"terms":["real, world, music"],"label":"boombox","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'boombox\'><path d=\'M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m7.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-7-1a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm5.5 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M11.5 13a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m0-1a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M7 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-1 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/><path d=\'M14 0a.5.5 0 0 1 .5.5V2h.5a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12.5V.5A.5.5 0 0 1 14 0M1 3v3h14V3zm14 4H1v7h14z\'/></svg>"}},{"terms":["real, world, music"],"label":"boombox-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'boombox-fill\'><path d=\'M14 0a.5.5 0 0 1 .5.5V2h.5a1 1 0 0 1 1 1v2H0V3a1 1 0 0 1 1-1h12.5V.5A.5.5 0 0 1 14 0M2 3.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m7.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1.5-.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0M9.5 3h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1M6 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m7 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m.5-1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M0 6h16v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm2 4.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0m7 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0\'/></svg>"}},{"terms":["bootstrap, bootstrap"],"label":"bootstrap","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bootstrap\'><path d=\'M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377z\'/><path d=\'M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z\'/></svg>"}},{"terms":["bootstrap, bootstrap"],"label":"bootstrap-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bootstrap-fill\'><path d=\'M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375z\'/><path d=\'M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396z\'/></svg>"}},{"terms":["bootstrap, bootstrap"],"label":"bootstrap-reboot","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bootstrap-reboot\'><path d=\'M1.161 8a6.84 6.84 0 1 0 6.842-6.84.58.58 0 1 1 0-1.16 8 8 0 1 1-6.556 3.412l-.663-.577a.58.58 0 0 1 .227-.997l2.52-.69a.58.58 0 0 1 .728.633l-.332 2.592a.58.58 0 0 1-.956.364l-.643-.56A6.8 6.8 0 0 0 1.16 8z\'/><path d=\'M6.641 11.671V8.843h1.57l1.498 2.828h1.314L9.377 8.665c.897-.3 1.427-1.106 1.427-2.1 0-1.37-.943-2.246-2.456-2.246H5.5v7.352zm0-3.75V5.277h1.57c.881 0 1.416.499 1.416 1.32 0 .84-.504 1.324-1.386 1.324z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border\'><path d=\'M0 0h.969v.5H1v.469H.969V1H.5V.969H0zm2.844 1h-.938V0h.938zm1.875 0H3.78V0h.938v1zm1.875 0h-.938V0h.938zm.937 0V.969H7.5V.5h.031V0h.938v.5H8.5v.469h-.031V1zm2.813 0h-.938V0h.938zm1.875 0h-.938V0h.938zm1.875 0h-.938V0h.938zM15.5 1h-.469V.969H15V.5h.031V0H16v.969h-.5zM1 1.906v.938H0v-.938zm6.5.938v-.938h1v.938zm7.5 0v-.938h1v.938zM1 3.78v.938H0V3.78zm6.5.938V3.78h1v.938zm7.5 0V3.78h1v.938zM1 5.656v.938H0v-.938zm6.5.938v-.938h1v.938zm7.5 0v-.938h1v.938zM.969 8.5H.5v-.031H0V7.53h.5V7.5h.469v.031H1v.938H.969zm1.875 0h-.938v-1h.938zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938zm1.875-.031V8.5H7.53v-.031H7.5V7.53h.031V7.5h.938v.031H8.5v.938zm1.875.031h-.938v-1h.938zm1.875 0h-.938v-1h.938zm1.875 0h-.938v-1h.938zm1.406 0h-.469v-.031H15V7.53h.031V7.5h.469v.031h.5v.938h-.5zM0 10.344v-.938h1v.938zm7.5 0v-.938h1v.938zm8.5-.938v.938h-1v-.938zM0 12.22v-.938h1v.938zm7.5 0v-.938h1v.938zm8.5-.938v.938h-1v-.938zM0 14.094v-.938h1v.938zm7.5 0v-.938h1v.938zm8.5-.938v.938h-1v-.938zM.969 16H0v-.969h.5V15h.469v.031H1v.469H.969zm1.875 0h-.938v-1h.938zm1.875 0H3.78v-1h.938v1zm1.875 0h-.938v-1h.938zm.937 0v-.5H7.5v-.469h.031V15h.938v.031H8.5v.469h-.031v.5zm2.813 0h-.938v-1h.938zm1.875 0h-.938v-1h.938zm1.875 0h-.938v-1h.938zm.937 0v-.5H15v-.469h.031V15h.469v.031h.5V16z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-all","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-all\'><path d=\'M0 0h16v16H0zm1 1v6.5h6.5V1zm7.5 0v6.5H15V1zM15 8.5H8.5V15H15zM7.5 15V8.5H1V15z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-bottom","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-bottom\'><path d=\'M.969 0H0v.969h.5V1h.469V.969H1V.5H.969zm.937 1h.938V0h-.938zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469zM9.406 1h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031zM1 2.844v-.938H0v.938zm6.5-.938v.938h1v-.938zm7.5 0v.938h1v-.938zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938zm6.5-.938v.938h1v-.938zm7.5 0v.938h1v-.938zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5zm1.406 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5zm.937 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031zM0 9.406v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zm-16 .937v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zm-16 .937v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zM0 15h16v1H0z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-center","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-center\'><path d=\'M.969 0H0v.969h.5V1h.469V.969H1V.5H.969zm.937 1h.938V0h-.938zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469zM9.406 1h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031zM1 2.844v-.938H0v.938zm6.5-.938v.938h1v-.938zm7.5 0v.938h1v-.938zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938zm6.5-.938v.938h1v-.938zm7.5 0v.938h1v-.938zM0 8.5v-1h16v1zm0 .906v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zm-16 .937v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zm-16 .937v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0zm1.906 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469zm1.875.5h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-inner","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-inner\'><path d=\'M.969 0H0v.969h.5V1h.469V.969H1V.5H.969zm.937 1h.938V0h-.938zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938z\'/><path d=\'M8.5 7.5H16v1H8.5V16h-1V8.5H0v-1h7.5V0h1z\'/><path d=\'M9.406 1h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031zM1 2.844v-.938H0v.938zm14-.938v.938h1v-.938zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938zm14-.938v.938h1v-.938zM0 9.406v.938h1v-.938zm16 .938v-.938h-1v.938zm-16 .937v.938h1v-.938zm16 .938v-.938h-1v.938zm-16 .937v.938h1v-.938zm16 .938v-.938h-1v.938zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0zm1.906 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm3.75 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-left\'><path d=\'M0 0v16h1V0zm1.906 1h.938V0h-.938zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469zM9.406 1h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031zM7.5 1.906v.938h1v-.938zm7.5 0v.938h1v-.938zM7.5 3.781v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM7.5 5.656v.938h1v-.938zm7.5 0v.938h1v-.938zM1.906 8.5h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5zm.937 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031zM7.5 9.406v.938h1v-.938zm8.5.938v-.938h-1v.938zm-8.5.937v.938h1v-.938zm8.5.938v-.938h-1v.938zm-8.5.937v.938h1v-.938zm8.5.938v-.938h-1v.938zM1.906 16h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469zm1.875.5h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-middle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-middle\'><path d=\'M.969 0H0v.969h.5V1h.469V.969H1V.5H.969zm.937 1h.938V0h-.938zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938zM8.5 16h-1V0h1zm.906-15h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.469V.969h.5V0h-.969v.5H15v.469h.031zM1 2.844v-.938H0v.938zm14-.938v.938h1v-.938zM1 4.719V3.78H0v.938h1zm14-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938zm14-.938v.938h1v-.938zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5zm1.406 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm3.75 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031zM0 9.406v.938h1v-.938zm16 .938v-.938h-1v.938zm-16 .937v.938h1v-.938zm16 .938v-.938h-1v.938zm-16 .937v.938h1v-.938zm16 .938v-.938h-1v.938zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0zm1.906 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm3.75 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-outer","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-outer\'><path d=\'M7.5 1.906v.938h1v-.938zm0 1.875v.938h1V3.78h-1zm0 1.875v.938h1v-.938zM1.906 8.5h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5zm.937 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zM7.5 9.406v.938h1v-.938zm0 1.875v.938h1v-.938zm0 1.875v.938h1v-.938z\'/><path d=\'M0 0v16h16V0zm1 1h14v14H1z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-right\'><path d=\'M.969 0H0v.969h.5V1h.469V.969H1V.5H.969zm.937 1h.938V0h-.938zm1.875 0h.938V0H3.78v1zm1.875 0h.938V0h-.938zM7.531.969V1h.938V.969H8.5V.5h-.031V0H7.53v.5H7.5v.469zM9.406 1h.938V0h-.938zm1.875 0h.938V0h-.938zm1.875 0h.938V0h-.938zM16 0h-1v16h1zM1 2.844v-.938H0v.938zm6.5-.938v.938h1v-.938zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zM1 6.594v-.938H0v.938zm6.5-.938v.938h1v-.938zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5zm1.406 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5zm.937 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zM0 9.406v.938h1v-.938zm7.5 0v.938h1v-.938zM0 11.281v.938h1v-.938zm7.5 0v.938h1v-.938zM0 13.156v.938h1v-.938zm7.5 0v.938h1v-.938zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0zm1.906 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469zm1.875.5h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938z\'/></svg>"}},{"terms":["typography, borders, wysiwyg"],"label":"border-style","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-style\'><path d=\'M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-4-4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["ui, and, keyboard, borders"],"label":"border-top","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-top\'><path d=\'M0 0v1h16V0zm1 2.844v-.938H0v.938zm6.5-.938v.938h1v-.938zm7.5 0v.938h1v-.938zM1 4.719V3.78H0v.938h1zm6.5-.938v.938h1V3.78h-1zm7.5 0v.938h1V3.78h-1zM1 6.594v-.938H0v.938zm6.5-.938v.938h1v-.938zm7.5 0v.938h1v-.938zM.5 8.5h.469v-.031H1V7.53H.969V7.5H.5v.031H0v.938h.5zm1.406 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5zm.937 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.469v-.031h.5V7.53h-.5V7.5h-.469v.031H15v.938h.031zM0 9.406v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zm-16 .937v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zm-16 .937v.938h1v-.938zm7.5 0v.938h1v-.938zm8.5.938v-.938h-1v.938zM0 16h.969v-.5H1v-.469H.969V15H.5v.031H0zm1.906 0h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm1.875-.5v.5h.938v-.5H8.5v-.469h-.031V15H7.53v.031H7.5v.469zm1.875.5h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875-.5v.5H16v-.969h-.5V15h-.469v.031H15v.469z\'/></svg>"}},{"terms":["typography, borders, wysiwyg"],"label":"border-width","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'border-width\'><path d=\'M0 3.5A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5zm0 5A.5.5 0 0 1 .5 8h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["graphics, text, shape, resize, dimensions"],"label":"bounding-box","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bounding-box\'><path d=\'M5 2V0H0v5h2v6H0v5h5v-2h6v2h5v-5h-2V5h2V0h-5v2zm6 1v2h2v6h-2v2H5v-2H3V5h2V3zm1-2h3v3h-3zm3 11v3h-3v-3zM4 15H1v-3h3zM1 4V1h3v3z\'/></svg>"}},{"terms":["graphics, text, shape, resize, dimensions"],"label":"bounding-box-circles","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bounding-box-circles\'><path d=\'M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2M0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2m2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2 2 0 0 1 1.437-1.437V3.937A2 2 0 0 1 12.063 2.5H3.937A2 2 0 0 1 2.5 3.937M14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2M2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["real, world, cardboard, package, cube"],"label":"box","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box\'><path d=\'M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-down-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-down-left\'><path fill-rule=\'evenodd\' d=\'M7.364 12.5a.5.5 0 0 0 .5.5H14.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 14.5 0h-10A1.5 1.5 0 0 0 3 1.5v6.636a.5.5 0 1 0 1 0V1.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H7.864a.5.5 0 0 0-.5.5\'/><path fill-rule=\'evenodd\' d=\'M0 15.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H1.707l8.147-8.146a.5.5 0 0 0-.708-.708L1 14.293V10.5a.5.5 0 0 0-1 0z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-down-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-down-right\'><path fill-rule=\'evenodd\' d=\'M8.636 12.5a.5.5 0 0 1-.5.5H1.5A1.5 1.5 0 0 1 0 11.5v-10A1.5 1.5 0 0 1 1.5 0h10A1.5 1.5 0 0 1 13 1.5v6.636a.5.5 0 0 1-1 0V1.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5\'/><path fill-rule=\'evenodd\' d=\'M16 15.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L6.146 6.854a.5.5 0 1 1 .708-.708L15 14.293V10.5a.5.5 0 0 1 1 0z\'/></svg>"}},{"terms":["box, arrows, arrow, download, save"],"label":"box-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-down\'><path fill-rule=\'evenodd\' d=\'M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1z\'/><path fill-rule=\'evenodd\' d=\'M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708z\'/></svg>"}},{"terms":["box, arrows, arrow, upload"],"label":"box-arrow-in-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-down\'><path fill-rule=\'evenodd\' d=\'M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1z\'/><path fill-rule=\'evenodd\' d=\'M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-in-down-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-down-left\'><path fill-rule=\'evenodd\' d=\'M9.636 2.5a.5.5 0 0 0-.5-.5H2.5A1.5 1.5 0 0 0 1 3.5v10A1.5 1.5 0 0 0 2.5 15h10a1.5 1.5 0 0 0 1.5-1.5V6.864a.5.5 0 0 0-1 0V13.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5\'/><path fill-rule=\'evenodd\' d=\'M5 10.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H6.707l8.147-8.146a.5.5 0 0 0-.708-.708L6 9.293V5.5a.5.5 0 0 0-1 0z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-in-down-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-down-right\'><path fill-rule=\'evenodd\' d=\'M6.364 2.5a.5.5 0 0 1 .5-.5H13.5A1.5 1.5 0 0 1 15 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 2 13.5V6.864a.5.5 0 1 1 1 0V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H6.864a.5.5 0 0 1-.5-.5\'/><path fill-rule=\'evenodd\' d=\'M11 10.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L1.146 1.854a.5.5 0 1 1 .708-.708L10 9.293V5.5a.5.5 0 0 1 1 0z\'/></svg>"}},{"terms":["box, arrows, arrow, login, signin, enter"],"label":"box-arrow-in-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-left\'><path fill-rule=\'evenodd\' d=\'M10 3.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 14h-8A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2h8A1.5 1.5 0 0 1 11 3.5v2a.5.5 0 0 1-1 0z\'/><path fill-rule=\'evenodd\' d=\'M4.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H14.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708z\'/></svg>"}},{"terms":["box, arrows, arrow, login, signin, enter"],"label":"box-arrow-in-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-right\'><path fill-rule=\'evenodd\' d=\'M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0z\'/><path fill-rule=\'evenodd\' d=\'M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-in-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-up\'><path fill-rule=\'evenodd\' d=\'M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1z\'/><path fill-rule=\'evenodd\' d=\'M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-in-up-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-up-left\'><path fill-rule=\'evenodd\' d=\'M9.636 13.5a.5.5 0 0 1-.5.5H2.5A1.5 1.5 0 0 1 1 12.5v-10A1.5 1.5 0 0 1 2.5 1h10A1.5 1.5 0 0 1 14 2.5v6.636a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5\'/><path fill-rule=\'evenodd\' d=\'M5 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H6.707l8.147 8.146a.5.5 0 0 1-.708.708L6 6.707V10.5a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-in-up-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-in-up-right\'><path fill-rule=\'evenodd\' d=\'M6.364 13.5a.5.5 0 0 0 .5.5H13.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 13.5 1h-10A1.5 1.5 0 0 0 2 2.5v6.636a.5.5 0 1 0 1 0V2.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H6.864a.5.5 0 0 0-.5.5\'/><path fill-rule=\'evenodd\' d=\'M11 5.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-8.147 8.146a.5.5 0 0 0 .708.708L10 6.707V10.5a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["box, arrows, arrow, logout, signout, exit"],"label":"box-arrow-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-left\'><path fill-rule=\'evenodd\' d=\'M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0z\'/><path fill-rule=\'evenodd\' d=\'M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708z\'/></svg>"}},{"terms":["box, arrows, arrow, logout, signout, exit"],"label":"box-arrow-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-right\'><path fill-rule=\'evenodd\' d=\'M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z\'/><path fill-rule=\'evenodd\' d=\'M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["box, arrows, arrow"],"label":"box-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-up\'><path fill-rule=\'evenodd\' d=\'M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1z\'/><path fill-rule=\'evenodd\' d=\'M7.646.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 1.707V10.5a.5.5 0 0 1-1 0V1.707L5.354 3.854a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["box, arrows, arrow, external, link"],"label":"box-arrow-up-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-up-left\'><path fill-rule=\'evenodd\' d=\'M7.364 3.5a.5.5 0 0 1 .5-.5H14.5A1.5 1.5 0 0 1 16 4.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 3 14.5V7.864a.5.5 0 1 1 1 0V14.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H7.864a.5.5 0 0 1-.5-.5\'/><path fill-rule=\'evenodd\' d=\'M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 0 1H1.707l8.147 8.146a.5.5 0 0 1-.708.708L1 1.707V5.5a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["box, arrows, arrow, external, link"],"label":"box-arrow-up-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-arrow-up-right\'><path fill-rule=\'evenodd\' d=\'M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5\'/><path fill-rule=\'evenodd\' d=\'M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["real, world, cardboard, package"],"label":"box-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-fill\'><path fill-rule=\'evenodd\' d=\'M15.528 2.973a.75.75 0 0 1 .472.696v8.662a.75.75 0 0 1-.472.696l-7.25 2.9a.75.75 0 0 1-.557 0l-7.25-2.9A.75.75 0 0 1 0 12.331V3.669a.75.75 0 0 1 .471-.696L7.443.184l.004-.001.274-.11a.75.75 0 0 1 .558 0l.274.11.004.001zm-1.374.527L8 5.962 1.846 3.5 1 3.839v.4l6.5 2.6v7.922l.5.2.5-.2V6.84l6.5-2.6v-.4l-.846-.339Z\'/></svg>"}},{"terms":["real, world, cardboard, package"],"label":"box-seam","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-seam\'><path d=\'M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2zm3.564 1.426L5.596 5 8 5.961 14.154 3.5zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464z\'/></svg>"}},{"terms":["real, world, cardboard, package"],"label":"box-seam-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box-seam-fill\'><path fill-rule=\'evenodd\' d=\'M15.528 2.973a.75.75 0 0 1 .472.696v8.662a.75.75 0 0 1-.472.696l-7.25 2.9a.75.75 0 0 1-.557 0l-7.25-2.9A.75.75 0 0 1 0 12.331V3.669a.75.75 0 0 1 .471-.696L7.443.184l.01-.003.268-.108a.75.75 0 0 1 .558 0l.269.108.01.003zM10.404 2 4.25 4.461 1.846 3.5 1 3.839v.4l6.5 2.6v7.922l.5.2.5-.2V6.84l6.5-2.6v-.4l-.846-.339L8 5.961 5.596 5l6.154-2.461z\'/></svg>"}},{"terms":["real, world, cardboard, package, cube"],"label":"box2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box2\'><path d=\'M2.95.4a1 1 0 0 1 .8-.4h8.5a1 1 0 0 1 .8.4l2.85 3.8a.5.5 0 0 1 .1.3V15a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4.5a.5.5 0 0 1 .1-.3zM7.5 1H3.75L1.5 4h6zm1 0v3h6l-2.25-3zM15 5H1v10h14z\'/></svg>"}},{"terms":["real, world, love, cardboard, package, cube"],"label":"box2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box2-fill\'><path d=\'M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4zM15 4.667V5H1v-.333L1.5 4h6V1h1v3h6z\'/></svg>"}},{"terms":["real, world, love, cardboard, package, cube, gift, valentine, love"],"label":"box2-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box2-heart\'><path d=\'M8 7.982C9.664 6.309 13.825 9.236 8 13 2.175 9.236 6.336 6.31 8 7.982\'/><path d=\'M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4zm0 1H7.5v3h-6zM8.5 4V1h3.75l2.25 3zM15 5v10H1V5z\'/></svg>"}},{"terms":["real, world, love, cardboard, package, cube, gift, valentine, love"],"label":"box2-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'box2-heart-fill\'><path d=\'M3.75 0a1 1 0 0 0-.8.4L.1 4.2a.5.5 0 0 0-.1.3V15a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-.1-.3L13.05.4a1 1 0 0 0-.8-.4zM8.5 4h6l.5.667V5H1v-.333L1.5 4h6V1h1zM8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["real, world, cardboard, package, cube"],"label":"boxes","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'boxes\'><path d=\'M7.752.066a.5.5 0 0 1 .496 0l3.75 2.143a.5.5 0 0 1 .252.434v3.995l3.498 2A.5.5 0 0 1 16 9.07v4.286a.5.5 0 0 1-.252.434l-3.75 2.143a.5.5 0 0 1-.496 0l-3.502-2-3.502 2.001a.5.5 0 0 1-.496 0l-3.75-2.143A.5.5 0 0 1 0 13.357V9.071a.5.5 0 0 1 .252-.434L3.75 6.638V2.643a.5.5 0 0 1 .252-.434zM4.25 7.504 1.508 9.071l2.742 1.567 2.742-1.567zM7.5 9.933l-2.75 1.571v3.134l2.75-1.571zm1 3.134 2.75 1.571v-3.134L8.5 9.933zm.508-3.996 2.742 1.567 2.742-1.567-2.742-1.567zm2.242-2.433V3.504L8.5 5.076V8.21zM7.5 8.21V5.076L4.75 3.504v3.134zM5.258 2.643 8 4.21l2.742-1.567L8 1.076zM15 9.933l-2.75 1.571v3.134L15 13.067zM3.75 14.638v-3.134L1 9.933v3.134z\'/></svg>"}},{"terms":["typography, text, type, code, developer, development, software"],"label":"braces","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'braces\'><path d=\'M2.114 8.063V7.9c1.005-.102 1.497-.615 1.497-1.6V4.503c0-1.094.39-1.538 1.354-1.538h.273V2h-.376C3.25 2 2.49 2.759 2.49 4.352v1.524c0 1.094-.376 1.456-1.49 1.456v1.299c1.114 0 1.49.362 1.49 1.456v1.524c0 1.593.759 2.352 2.372 2.352h.376v-.964h-.273c-.964 0-1.354-.444-1.354-1.538V9.663c0-.984-.492-1.497-1.497-1.6M13.886 7.9v.163c-1.005.103-1.497.616-1.497 1.6v1.798c0 1.094-.39 1.538-1.354 1.538h-.273v.964h.376c1.613 0 2.372-.759 2.372-2.352v-1.524c0-1.094.376-1.456 1.49-1.456V7.332c-1.114 0-1.49-.362-1.49-1.456V4.352C13.51 2.759 12.75 2 11.138 2h-.376v.964h.273c.964 0 1.354.444 1.354 1.538V6.3c0 .984.492 1.497 1.497 1.6\'/></svg>"}},{"terms":["typography, text, type, code, developer, development, software"],"label":"braces-asterisk","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'braces-asterisk\'><path fill-rule=\'evenodd\' d=\'M1.114 8.063V7.9c1.005-.102 1.497-.615 1.497-1.6V4.503c0-1.094.39-1.538 1.354-1.538h.273V2h-.376C2.25 2 1.49 2.759 1.49 4.352v1.524c0 1.094-.376 1.456-1.49 1.456v1.299c1.114 0 1.49.362 1.49 1.456v1.524c0 1.593.759 2.352 2.372 2.352h.376v-.964h-.273c-.964 0-1.354-.444-1.354-1.538V9.663c0-.984-.492-1.497-1.497-1.6M14.886 7.9v.164c-1.005.103-1.497.616-1.497 1.6v1.798c0 1.094-.39 1.538-1.354 1.538h-.273v.964h.376c1.613 0 2.372-.759 2.372-2.352v-1.524c0-1.094.376-1.456 1.49-1.456v-1.3c-1.114 0-1.49-.362-1.49-1.456V4.352C14.51 2.759 13.75 2 12.138 2h-.376v.964h.273c.964 0 1.354.444 1.354 1.538V6.3c0 .984.492 1.497 1.497 1.6M7.5 11.5V9.207l-1.621 1.621-.707-.707L6.792 8.5H4.5v-1h2.293L5.172 5.879l.707-.707L7.5 6.792V4.5h1v2.293l1.621-1.621.707.707L9.208 7.5H11.5v1H9.207l1.621 1.621-.707.707L8.5 9.208V11.5z\'/></svg>"}},{"terms":["real, world, wall, firewall"],"label":"bricks","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bricks\'><path d=\'M0 .5A.5.5 0 0 1 .5 0h15a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5H2v-2H.5a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 .5 6H2V4H.5a.5.5 0 0 1-.5-.5zM3 4v2h4.5V4zm5.5 0v2H13V4zM3 10v2h4.5v-2zm5.5 0v2H13v-2zM1 1v2h3.5V1zm4.5 0v2h5V1zm6 0v2H15V1zM1 7v2h3.5V7zm4.5 0v2h5V7zm6 0v2H15V7zM1 13v2h3.5v-2zm4.5 0v2h5v-2zm6 0v2H15v-2z\'/></svg>"}},{"terms":["real, world, business, bag, baggage"],"label":"briefcase","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'briefcase\'><path d=\'M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5m1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0M1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["real, world, business, bag, baggage"],"label":"briefcase-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'briefcase-fill\'><path d=\'M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5\'/><path d=\'M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85z\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-alt-high","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-alt-high\'><path d=\'M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3m8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5m-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4m0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-alt-high-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-alt-high-fill\'><path d=\'M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3m8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5m-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-alt-low","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-alt-low\'><path d=\'M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707M8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4m0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-alt-low-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-alt-low-fill\'><path d=\'M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707M8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-high","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-high\'><path d=\'M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-high-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-high-fill\'><path d=\'M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-low","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-low\'><path d=\'M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8m.5-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707M3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707\'/></svg>"}},{"terms":["ui, and, keyboard, brightness, sun, weather"],"label":"brightness-low-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brightness-low-fill\'><path d=\'M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0M8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707M3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"brilliance","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brilliance\'><path d=\'M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16M1 8a7 7 0 0 0 7 7 3.5 3.5 0 1 0 0-7 3.5 3.5 0 1 1 0-7 7 7 0 0 0-7 7\'/></svg>"}},{"terms":["communications, radio, radio, wave, amplify, wavelength"],"label":"broadcast","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'broadcast\'><path d=\'M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707m2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708m5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708m2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["communications, radio, radio, wave, amplify, wavelength, podcast"],"label":"broadcast-pin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'broadcast-pin\'><path d=\'M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707m2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708m5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708m2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM6 8a2 2 0 1 1 2.5 1.937V15.5a.5.5 0 0 1-1 0V9.937A2 2 0 0 1 6 8\'/></svg>"}},{"terms":["brand, google, webkit, blink"],"label":"browser-chrome","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'browser-chrome\'><path fill-rule=\'evenodd\' d=\'M16 8a8 8 0 0 1-7.022 7.94l1.902-7.098a3 3 0 0 0 .05-1.492A3 3 0 0 0 10.237 6h5.511A8 8 0 0 1 16 8M0 8a8 8 0 0 0 7.927 8l1.426-5.321a3 3 0 0 1-.723.255 3 3 0 0 1-1.743-.147 3 3 0 0 1-1.043-.7L.633 4.876A8 8 0 0 0 0 8m5.004-.167L1.108 3.936A8.003 8.003 0 0 1 15.418 5H8.066a3 3 0 0 0-1.252.243 2.99 2.99 0 0 0-1.81 2.59M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/></svg>"}},{"terms":["brand, microsoft, webkit"],"label":"browser-edge","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'browser-edge\'><path d=\'M9.482 9.341c-.069.062-.17.153-.17.309 0 .162.107.325.3.456.877.613 2.521.54 2.592.538h.002c.667 0 1.32-.18 1.894-.519A3.84 3.84 0 0 0 16 6.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963 1.487 11.106 0 8 0A8 8 0 0 0 .473 5.29C1.488 4.048 3.183 3.262 5 3.262c2.83 0 5.01 1.885 5.01 4.797h-.004v.002c0 .338-.168.832-.487 1.244l.006-.006z\'/><path d=\'M.01 7.753a8.14 8.14 0 0 0 .753 3.641 8 8 0 0 0 6.495 4.564 5 5 0 0 1-.785-.377h-.01l-.12-.075a5.5 5.5 0 0 1-1.56-1.463A5.543 5.543 0 0 1 6.81 5.8l.01-.004.025-.012c.208-.098.62-.292 1.167-.285q.194.001.384.033a4 4 0 0 0-.993-.698l-.01-.005C6.348 4.282 5.199 4.263 5 4.263c-2.44 0-4.824 1.634-4.99 3.49m10.263 7.912q.133-.04.265-.084-.153.047-.307.086z\'/><path d=\'M10.228 15.667a5 5 0 0 0 .303-.086l.082-.025a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.331-.35q-.322.168-.663.294a6.4 6.4 0 0 1-2.243.4c-2.957 0-5.532-2.031-5.532-4.644q.003-.203.046-.399a4.54 4.54 0 0 0-.46 5.898l.003.005c.315.441.707.821 1.158 1.121h.003l.144.09c.877.55 1.721 1.078 3.328.996\'/></svg>"}},{"terms":["brand, gecko"],"label":"browser-firefox","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'browser-firefox\'><path d=\'M13.384 3.408c.535.276 1.22 1.152 1.556 1.963a8 8 0 0 1 .503 3.897l-.009.077-.026.224A7.758 7.758 0 0 1 .006 8.257v-.04q.025-.545.114-1.082c.01-.074.075-.42.09-.489l.01-.051a6.6 6.6 0 0 1 1.041-2.35q.327-.465.725-.87.35-.358.758-.65a1.5 1.5 0 0 1 .26-.137c-.018.268-.04 1.553.268 1.943h.003a5.7 5.7 0 0 1 1.868-1.443 3.6 3.6 0 0 0 .021 1.896q.105.07.2.152c.107.09.226.207.454.433l.068.066.009.009a2 2 0 0 0 .213.18c.383.287.943.563 1.306.741.201.1.342.168.359.193l.004.008c-.012.193-.695.858-.933.858-2.206 0-2.564 1.335-2.564 1.335.087.997.714 1.839 1.517 2.357a4 4 0 0 0 .439.241q.114.05.228.094c.325.115.665.18 1.01.194 3.043.143 4.155-2.804 3.129-4.745v-.001a3 3 0 0 0-.731-.9 3 3 0 0 0-.571-.37l-.003-.002a2.68 2.68 0 0 1 1.87.454 3.92 3.92 0 0 0-3.396-1.983q-.116.001-.23.01l-.042.003V4.31h-.002a4 4 0 0 0-.8.14 7 7 0 0 0-.333-.314 2 2 0 0 0-.2-.152 4 4 0 0 1-.088-.383 5 5 0 0 1 1.352-.289l.05-.003c.052-.004.125-.01.205-.012C7.996 2.212 8.733.843 10.17.002l-.003.005.003-.001.002-.002h.002l.002-.002h.015a.02.02 0 0 1 .012.007 2.4 2.4 0 0 0 .206.48q.09.153.183.297c.49.774 1.023 1.379 1.543 1.968.771.874 1.512 1.715 2.036 3.02l-.001-.013a8 8 0 0 0-.786-2.353\'/></svg>"}},{"terms":["brand, webkit, apple"],"label":"browser-safari","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'browser-safari\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.25-14.75v1.5a.25.25 0 0 1-.5 0v-1.5a.25.25 0 0 1 .5 0m0 12v1.5a.25.25 0 1 1-.5 0v-1.5a.25.25 0 1 1 .5 0M4.5 1.938a.25.25 0 0 1 .342.091l.75 1.3a.25.25 0 0 1-.434.25l-.75-1.3a.25.25 0 0 1 .092-.341m6 10.392a.25.25 0 0 1 .341.092l.75 1.299a.25.25 0 1 1-.432.25l-.75-1.3a.25.25 0 0 1 .091-.34ZM2.28 4.408l1.298.75a.25.25 0 0 1-.25.434l-1.299-.75a.25.25 0 0 1 .25-.434Zm10.392 6 1.299.75a.25.25 0 1 1-.25.434l-1.3-.75a.25.25 0 0 1 .25-.434ZM1 8a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 0 .5h-1.5A.25.25 0 0 1 1 8m12 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 1 1 0 .5h-1.5A.25.25 0 0 1 13 8M2.03 11.159l1.298-.75a.25.25 0 0 1 .25.432l-1.299.75a.25.25 0 0 1-.25-.432Zm10.392-6 1.299-.75a.25.25 0 1 1 .25.433l-1.3.75a.25.25 0 0 1-.25-.434ZM4.5 14.061a.25.25 0 0 1-.092-.341l.75-1.3a.25.25 0 0 1 .434.25l-.75 1.3a.25.25 0 0 1-.342.091m6-10.392a.25.25 0 0 1-.091-.342l.75-1.299a.25.25 0 1 1 .432.25l-.75 1.3a.25.25 0 0 1-.341.09ZM6.494 1.415l.13.483a.25.25 0 1 1-.483.13l-.13-.483a.25.25 0 0 1 .483-.13M9.86 13.972l.13.483a.25.25 0 1 1-.483.13l-.13-.483a.25.25 0 0 1 .483-.13M3.05 3.05a.25.25 0 0 1 .354 0l.353.354a.25.25 0 0 1-.353.353l-.354-.353a.25.25 0 0 1 0-.354m9.193 9.193a.25.25 0 0 1 .353 0l.354.353a.25.25 0 1 1-.354.354l-.353-.354a.25.25 0 0 1 0-.353M1.545 6.01l.483.13a.25.25 0 1 1-.13.483l-.483-.13a.25.25 0 1 1 .13-.482Zm12.557 3.365.483.13a.25.25 0 1 1-.13.483l-.483-.13a.25.25 0 1 1 .13-.483m-12.863.436a.25.25 0 0 1 .176-.306l.483-.13a.25.25 0 1 1 .13.483l-.483.13a.25.25 0 0 1-.306-.177m12.557-3.365a.25.25 0 0 1 .176-.306l.483-.13a.25.25 0 1 1 .13.483l-.483.13a.25.25 0 0 1-.306-.177M3.045 12.944a.3.3 0 0 1-.029-.376l3.898-5.592a.3.3 0 0 1 .062-.062l5.602-3.884a.278.278 0 0 1 .392.392L9.086 9.024a.3.3 0 0 1-.062.062l-5.592 3.898a.3.3 0 0 1-.382-.034zm3.143 1.817a.25.25 0 0 1-.176-.306l.129-.483a.25.25 0 0 1 .483.13l-.13.483a.25.25 0 0 1-.306.176M9.553 2.204a.25.25 0 0 1-.177-.306l.13-.483a.25.25 0 1 1 .483.13l-.13.483a.25.25 0 0 1-.306.176\'/></svg>"}},{"terms":["tools, paint, art"],"label":"brush","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brush\'><path d=\'M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.1 6.1 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.1 8.1 0 0 1-3.078.132 4 4 0 0 1-.562-.135 1.4 1.4 0 0 1-.466-.247.7.7 0 0 1-.204-.288.62.62 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896q.19.012.348.048c.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04M4.705 11.912a1.2 1.2 0 0 0-.419-.1c-.246-.013-.573.05-.879.479-.197.275-.355.532-.5.777l-.105.177c-.106.181-.213.362-.32.528a3.4 3.4 0 0 1-.76.861c.69.112 1.736.111 2.657-.12.559-.139.843-.569.993-1.06a3 3 0 0 0 .126-.75zm1.44.026c.12-.04.277-.1.458-.183a5.1 5.1 0 0 0 1.535-1.1c1.9-1.996 4.412-5.57 6.052-8.631-2.59 1.927-5.566 4.66-7.302 6.792-.442.543-.795 1.243-1.042 1.826-.121.288-.214.54-.275.72v.001l.575.575zm-4.973 3.04.007-.005zm3.582-3.043.002.001h-.002z\'/></svg>"}},{"terms":["tools, paint, art"],"label":"brush-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'brush-fill\'><path d=\'M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.1 6.1 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.1 8.1 0 0 1-3.078.132 4 4 0 0 1-.562-.135 1.4 1.4 0 0 1-.466-.247.7.7 0 0 1-.204-.288.62.62 0 0 1 .004-.443c.095-.245.316-.38.461-.452.394-.197.625-.453.867-.826.095-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.201-.925 1.746-.896q.19.012.348.048c.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.176-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04\'/></svg>"}},{"terms":["tools, tool, pail"],"label":"bucket","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bucket\'><path d=\'M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5m1.005 0a4.5 4.5 0 0 1 8.945 0zm9.892 1-1.286 8.574a.5.5 0 0 1-.494.426H4.36a.5.5 0 0 1-.494-.426L2.58 6h10.838z\'/></svg>"}},{"terms":["tools, tool, pail"],"label":"bucket-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bucket-fill\'><path d=\'M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5m1.005 0a4.5 4.5 0 0 1 8.945 0z\'/></svg>"}},{"terms":["real, world, insect, error"],"label":"bug","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bug\'><path d=\'M4.355.522a.5.5 0 0 1 .623.333l.291.956A5 5 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A5 5 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623M4 7v4a4 4 0 0 0 3.5 3.97V7zm4.5 0v7.97A4 4 0 0 0 12 11V7zM12 6a4 4 0 0 0-1.334-2.982A3.98 3.98 0 0 0 8 2a3.98 3.98 0 0 0-2.667 1.018A4 4 0 0 0 4 6z\'/></svg>"}},{"terms":["real, world, insect, error"],"label":"bug-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bug-fill\'><path d=\'M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A5 5 0 0 0 3 6h10a5 5 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A5 5 0 0 0 8 1a5 5 0 0 0-2.731.811l-.29-.956z\'/><path d=\'M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building\'><path d=\'M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-add","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-add\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-check\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-down\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V10.5a.5.5 0 0 0-1 0v2.793l-.646-.647a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-exclamation\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm8.5 4.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill\'><path d=\'M3 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h3v-3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V16h3a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm1 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7.5 5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5m2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM4.5 8h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5m2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-add","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-add\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-check","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-check\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-dash","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-down","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-down\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V10.5a.5.5 0 0 0-1 0v2.793l-.646-.647a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-exclamation","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-exclamation\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-gear","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-gear\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M11.886 9.46c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-lock","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-lock\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.764a3 3 0 0 0-4.989 2.497 2 2 0 0 0-.743.739H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5\'/><path d=\'M9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-slash","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-slash\'><path d=\'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-up","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-up\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-fill-x","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-fill-x\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-gear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-gear\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.386 1.46c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-lock\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-slash\'><path d=\'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-up\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"building-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'building-x\'><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z\'/><path d=\'M4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm5 8a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"buildings","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'buildings\'><path d=\'M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022M6 8.694 1 10.36V15h5zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5z\'/><path d=\'M2 11h1v1H2zm2 0h1v1H4zm-2 2h1v1H2zm2 0h1v1H4zm4-4h1v1H8zm2 0h1v1h-1zm-2 2h1v1H8zm2 0h1v1h-1zm2-2h1v1h-1zm0 2h1v1h-1zM8 7h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zM8 5h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zm0-2h1v1h-1z\'/></svg>"}},{"terms":["buildings, company, enterprise, organization, office, business"],"label":"buildings-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'buildings-fill\'><path d=\'M15 .5a.5.5 0 0 0-.724-.447l-8 4A.5.5 0 0 0 6 4.5v3.14L.342 9.526A.5.5 0 0 0 0 10v5.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V14h1v1.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zM2 11h1v1H2zm2 0h1v1H4zm-1 2v1H2v-1zm1 0h1v1H4zm9-10v1h-1V3zM8 5h1v1H8zm1 2v1H8V7zM8 9h1v1H8zm2 0h1v1h-1zm-1 2v1H8v-1zm1 0h1v1h-1zm3-2v1h-1V9zm-1 2h1v1h-1zm-2-4h1v1h-1zm3 0v1h-1V7zm-2-2v1h-1V5zm1 0h1v1h-1z\'/></svg>"}},{"terms":["geo, target"],"label":"bullseye","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bullseye\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M8 13A5 5 0 1 1 8 3a5 5 0 0 1 0 10m0 1A6 6 0 1 0 8 2a6 6 0 0 0 0 12\'/><path d=\'M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8\'/><path d=\'M9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["transportation, public, transit, commute"],"label":"bus-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bus-front\'><path d=\'M5 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0m8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-6-1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2zm1-6c-1.876 0-3.426.109-4.552.226A.5.5 0 0 0 3 4.723v3.554a.5.5 0 0 0 .448.497C4.574 8.891 6.124 9 8 9s3.426-.109 4.552-.226A.5.5 0 0 0 13 8.277V4.723a.5.5 0 0 0-.448-.497A44 44 0 0 0 8 4m0-1c-1.837 0-3.353.107-4.448.22a.5.5 0 1 1-.104-.994A44 44 0 0 1 8 2c1.876 0 3.426.109 4.552.226a.5.5 0 1 1-.104.994A43 43 0 0 0 8 3\'/><path d=\'M15 8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1V2.64c0-1.188-.845-2.232-2.064-2.372A44 44 0 0 0 8 0C5.9 0 4.208.136 3.064.268 1.845.408 1 1.452 1 2.64V4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v3.5c0 .818.393 1.544 1 2v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V14h6v1.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2c.607-.456 1-1.182 1-2zM8 1c2.056 0 3.71.134 4.822.261.676.078 1.178.66 1.178 1.379v8.86a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 11.5V2.64c0-.72.502-1.301 1.178-1.379A43 43 0 0 1 8 1\'/></svg>"}},{"terms":["transportation, public, transit, commute"],"label":"bus-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'bus-front-fill\'><path d=\'M16 7a1 1 0 0 1-1 1v3.5c0 .818-.393 1.544-1 2v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V14H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2a2.5 2.5 0 0 1-1-2V8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1V2.64C1 1.452 1.845.408 3.064.268A44 44 0 0 1 8 0c2.1 0 3.792.136 4.936.268C14.155.408 15 1.452 15 2.64V4a1 1 0 0 1 1 1zM3.552 3.22A43 43 0 0 1 8 3c1.837 0 3.353.107 4.448.22a.5.5 0 0 0 .104-.994A44 44 0 0 0 8 2c-1.876 0-3.426.109-4.552.226a.5.5 0 1 0 .104.994M8 4c-1.876 0-3.426.109-4.552.226A.5.5 0 0 0 3 4.723v3.554a.5.5 0 0 0 .448.497C4.574 8.891 6.124 9 8 9s3.426-.109 4.552-.226A.5.5 0 0 0 13 8.277V4.723a.5.5 0 0 0-.448-.497A44 44 0 0 0 8 4m-3 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0m8 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m-7 0a1 1 0 0 0 1 1h2a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1\'/></svg>"}},{"terms":["shapes, copyright"],"label":"c-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'c-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.146 4.992c-1.212 0-1.927.92-1.927 2.502v1.06c0 1.571.703 2.462 1.927 2.462.979 0 1.641-.586 1.729-1.418h1.295v.093c-.1 1.448-1.354 2.467-3.03 2.467-2.091 0-3.269-1.336-3.269-3.603V7.482c0-2.261 1.201-3.638 3.27-3.638 1.681 0 2.935 1.054 3.029 2.572v.088H9.875c-.088-.879-.768-1.512-1.729-1.512\'/></svg>"}},{"terms":["shapes, copyright"],"label":"c-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'c-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.146 4.992c.961 0 1.641.633 1.729 1.512h1.295v-.088c-.094-1.518-1.348-2.572-3.03-2.572-2.068 0-3.269 1.377-3.269 3.638v1.073c0 2.267 1.178 3.603 3.27 3.603 1.675 0 2.93-1.02 3.029-2.467v-.093H9.875c-.088.832-.75 1.418-1.729 1.418-1.224 0-1.927-.891-1.927-2.461v-1.06c0-1.583.715-2.503 1.927-2.503\'/></svg>"}},{"terms":["shapes, copyright"],"label":"c-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'c-square\'><path d=\'M8.146 4.992c-1.212 0-1.927.92-1.927 2.502v1.06c0 1.571.703 2.462 1.927 2.462.979 0 1.641-.586 1.729-1.418h1.295v.093c-.1 1.448-1.354 2.467-3.03 2.467-2.091 0-3.269-1.336-3.269-3.603V7.482c0-2.261 1.201-3.638 3.27-3.638 1.681 0 2.935 1.054 3.029 2.572v.088H9.875c-.088-.879-.768-1.512-1.729-1.512\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, copyright"],"label":"c-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'c-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.146 4.992c-1.212 0-1.927.92-1.927 2.502v1.06c0 1.571.703 2.462 1.927 2.462.979 0 1.641-.586 1.729-1.418h1.295v.093c-.1 1.448-1.354 2.467-3.03 2.467-2.091 0-3.269-1.336-3.269-3.603V7.482c0-2.261 1.201-3.638 3.27-3.638 1.681 0 2.935 1.054 3.029 2.572v.088H9.875c-.088-.879-.768-1.512-1.729-1.512\'/></svg>"}},{"terms":["real, world, birthday, celebrate, dessert"],"label":"cake","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cake\'><path d=\'m7.994.013-.595.79a.747.747 0 0 0 .101 1.01V4H5a2 2 0 0 0-2 2v3H2a2 2 0 0 0-2 2v4a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4a2 2 0 0 0-2-2h-1V6a2 2 0 0 0-2-2H8.5V1.806A.747.747 0 0 0 8.592.802zM4 6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v.414a.9.9 0 0 1-.646-.268 1.914 1.914 0 0 0-2.708 0 .914.914 0 0 1-1.292 0 1.914 1.914 0 0 0-2.708 0A.9.9 0 0 1 4 6.414zm0 1.414c.49 0 .98-.187 1.354-.56a.914.914 0 0 1 1.292 0c.748.747 1.96.747 2.708 0a.914.914 0 0 1 1.292 0c.374.373.864.56 1.354.56V9H4zM1 11a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.793l-.354.354a.914.914 0 0 1-1.293 0 1.914 1.914 0 0 0-2.707 0 .914.914 0 0 1-1.292 0 1.914 1.914 0 0 0-2.708 0 .914.914 0 0 1-1.292 0 1.914 1.914 0 0 0-2.708 0 .914.914 0 0 1-1.292 0L1 11.793zm11.646 1.854a1.915 1.915 0 0 0 2.354.279V15H1v-1.867c.737.452 1.715.36 2.354-.28a.914.914 0 0 1 1.292 0c.748.748 1.96.748 2.708 0a.914.914 0 0 1 1.292 0c.748.748 1.96.748 2.707 0a.914.914 0 0 1 1.293 0Z\'/></svg>"}},{"terms":["real, world, birthday, celebrate, dessert"],"label":"cake-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cake-fill\'><path d=\'m7.399.804.595-.792.598.79A.747.747 0 0 1 8.5 1.806V4H11a2 2 0 0 1 2 2v3h1a2 2 0 0 1 2 2v4a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-4a2 2 0 0 1 2-2h1V6a2 2 0 0 1 2-2h2.5V1.813a.747.747 0 0 1-.101-1.01ZM12 6.414a.9.9 0 0 1-.646-.268 1.914 1.914 0 0 0-2.708 0 .914.914 0 0 1-1.292 0 1.914 1.914 0 0 0-2.708 0A.9.9 0 0 1 4 6.414v1c.49 0 .98-.187 1.354-.56a.914.914 0 0 1 1.292 0c.748.747 1.96.747 2.708 0a.914.914 0 0 1 1.292 0c.374.373.864.56 1.354.56zm2.646 5.732a.914.914 0 0 1-1.293 0 1.914 1.914 0 0 0-2.707 0 .914.914 0 0 1-1.292 0 1.914 1.914 0 0 0-2.708 0 .914.914 0 0 1-1.292 0 1.914 1.914 0 0 0-2.708 0 .914.914 0 0 1-1.292 0L1 11.793v1.34c.737.452 1.715.36 2.354-.28a.914.914 0 0 1 1.292 0c.748.748 1.96.748 2.708 0a.914.914 0 0 1 1.292 0c.748.748 1.96.748 2.707 0a.914.914 0 0 1 1.293 0 1.915 1.915 0 0 0 2.354.28v-1.34z\'/></svg>"}},{"terms":["real, world, birthday, celebrate, dessert"],"label":"cake2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cake2\'><path d=\'m3.494.013-.595.79A.747.747 0 0 0 3 1.814v2.683q-.224.051-.432.107c-.702.187-1.305.418-1.745.696C.408 5.56 0 5.954 0 6.5v7c0 .546.408.94.823 1.201.44.278 1.043.51 1.745.696C3.978 15.773 5.898 16 8 16s4.022-.227 5.432-.603c.701-.187 1.305-.418 1.745-.696.415-.261.823-.655.823-1.201v-7c0-.546-.408-.94-.823-1.201-.44-.278-1.043-.51-1.745-.696A12 12 0 0 0 13 4.496v-2.69a.747.747 0 0 0 .092-1.004l-.598-.79-.595.792A.747.747 0 0 0 12 1.813V4.3a22 22 0 0 0-2-.23V1.806a.747.747 0 0 0 .092-1.004l-.598-.79-.595.792A.747.747 0 0 0 9 1.813v2.204a29 29 0 0 0-2 0V1.806A.747.747 0 0 0 7.092.802l-.598-.79-.595.792A.747.747 0 0 0 6 1.813V4.07c-.71.05-1.383.129-2 .23V1.806A.747.747 0 0 0 4.092.802zm-.668 5.556L3 5.524v.967q.468.111 1 .201V5.315a21 21 0 0 1 2-.242v1.855q.488.036 1 .054V5.018a28 28 0 0 1 2 0v1.964q.512-.018 1-.054V5.073c.72.054 1.393.137 2 .242v1.377q.532-.09 1-.201v-.967l.175.045c.655.175 1.15.374 1.469.575.344.217.356.35.356.356s-.012.139-.356.356c-.319.2-.814.4-1.47.575C11.87 7.78 10.041 8 8 8c-2.04 0-3.87-.221-5.174-.569-.656-.175-1.151-.374-1.47-.575C1.012 6.639 1 6.506 1 6.5s.012-.139.356-.356c.319-.2.814-.4 1.47-.575M15 7.806v1.027l-.68.907a.94.94 0 0 1-1.17.276 1.94 1.94 0 0 0-2.236.363l-.348.348a1 1 0 0 1-1.307.092l-.06-.044a2 2 0 0 0-2.399 0l-.06.044a1 1 0 0 1-1.306-.092l-.35-.35a1.935 1.935 0 0 0-2.233-.362.935.935 0 0 1-1.168-.277L1 8.82V7.806c.42.232.956.428 1.568.591C3.978 8.773 5.898 9 8 9s4.022-.227 5.432-.603c.612-.163 1.149-.36 1.568-.591m0 2.679V13.5c0 .006-.012.139-.356.355-.319.202-.814.401-1.47.576C11.87 14.78 10.041 15 8 15c-2.04 0-3.87-.221-5.174-.569-.656-.175-1.151-.374-1.47-.575-.344-.217-.356-.35-.356-.356v-3.02a1.935 1.935 0 0 0 2.298.43.935.935 0 0 1 1.08.175l.348.349a2 2 0 0 0 2.615.185l.059-.044a1 1 0 0 1 1.2 0l.06.044a2 2 0 0 0 2.613-.185l.348-.348a.94.94 0 0 1 1.082-.175c.781.39 1.718.208 2.297-.426\'/></svg>"}},{"terms":["real, world, birthday, celebrate, dessert"],"label":"cake2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cake2-fill\'><path d=\'m2.899.804.595-.792.598.79A.747.747 0 0 1 4 1.806v4.886q-.532-.09-1-.201V1.813a.747.747 0 0 1-.1-1.01ZM13 1.806v4.685a15 15 0 0 1-1 .201v-4.88a.747.747 0 0 1-.1-1.007l.595-.792.598.79A.746.746 0 0 1 13 1.806m-3 0a.746.746 0 0 0 .092-1.004l-.598-.79-.595.792A.747.747 0 0 0 9 1.813v5.17q.512-.02 1-.055zm-3 0v5.176q-.512-.018-1-.054V1.813a.747.747 0 0 1-.1-1.01l.595-.79.598.789A.747.747 0 0 1 7 1.806\'/><path d=\'M4.5 6.988V4.226a23 23 0 0 1 1-.114V7.16c0 .131.101.24.232.25l.231.017q.498.037 1.02.055l.258.01a.25.25 0 0 0 .26-.25V4.003a29 29 0 0 1 1 0V7.24a.25.25 0 0 0 .258.25l.259-.009q.52-.018 1.019-.055l.231-.017a.25.25 0 0 0 .232-.25V4.112q.518.047 1 .114v2.762a.25.25 0 0 0 .292.246l.291-.049q.547-.091 1.033-.208l.192-.046a.25.25 0 0 0 .192-.243V4.621c.672.184 1.251.409 1.677.678.415.261.823.655.823 1.2V13.5c0 .546-.408.94-.823 1.201-.44.278-1.043.51-1.745.696-1.41.376-3.33.603-5.432.603s-4.022-.227-5.432-.603c-.702-.187-1.305-.418-1.745-.696C.408 14.44 0 14.046 0 13.5v-7c0-.546.408-.94.823-1.201.426-.269 1.005-.494 1.677-.678v2.067c0 .116.08.216.192.243l.192.046q.486.116 1.033.208l.292.05a.25.25 0 0 0 .291-.247M1 8.82v1.659a1.935 1.935 0 0 0 2.298.43.935.935 0 0 1 1.08.175l.348.349a2 2 0 0 0 2.615.185l.059-.044a1 1 0 0 1 1.2 0l.06.044a2 2 0 0 0 2.613-.185l.348-.348a.94.94 0 0 1 1.082-.175c.781.39 1.718.208 2.297-.426V8.833l-.68.907a.94.94 0 0 1-1.17.276 1.94 1.94 0 0 0-2.236.363l-.348.348a1 1 0 0 1-1.307.092l-.06-.044a2 2 0 0 0-2.399 0l-.06.044a1 1 0 0 1-1.306-.092l-.35-.35a1.935 1.935 0 0 0-2.233-.362.935.935 0 0 1-1.168-.277z\'/></svg>"}},{"terms":["devices, calculator, math"],"label":"calculator","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calculator\'><path d=\'M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["devices, calculator, math"],"label":"calculator-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calculator-fill\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5m0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-check\'><path d=\'M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-check-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2m-5.146-5.146-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-date","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-date\'><path d=\'M6.445 11.688V6.354h-.633A13 13 0 0 0 4.5 7.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-date-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-date-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zm5.402 9.746c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2\'/><path d=\'M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2m-6.664-1.21c-1.11 0-1.656-.767-1.703-1.407h.683c.043.37.387.82 1.051.82.844 0 1.301-.848 1.305-2.164h-.027c-.153.414-.637.79-1.383.79-.852 0-1.676-.61-1.676-1.77 0-1.137.871-1.809 1.797-1.809 1.172 0 1.953.734 1.953 2.668 0 1.805-.742 2.871-2 2.871zm-2.89-5.435v5.332H5.77V8.079h-.012c-.29.156-.883.52-1.258.777V8.16a13 13 0 0 1 1.313-.805h.632z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-day","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-day\'><path d=\'M4.684 11.523v-2.3h2.261v-.61H4.684V6.801h2.464v-.61H4v5.332zm3.296 0h.676V8.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a2 2 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43m.094 5.093h.672V7.418h-.672z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-day-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-day-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16zm-4.785-6.145a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43c0 .238.192.425.43.425m.336.563h-.672v4.105h.672zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a2 2 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98z\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar-event","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-event\'><path d=\'M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar-event-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-event-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2m-3.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16V4H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["date, and, time, love, date, time, month, valentine, date"],"label":"calendar-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-heart\'><path fill-rule=\'evenodd\' d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM1 14V4h14v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1m7-6.507c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["date, and, time, love, date, time, month, valentine, date"],"label":"calendar-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-heart-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-minus\'><path d=\'M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-minus-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-month","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-month\'><path d=\'M2.56 11.332 3.1 9.73h1.984l.54 1.602h.718L4.444 6h-.696L1.85 11.332zm1.544-4.527L4.9 9.18H3.284l.8-2.375zm5.746.422h-.676V9.77c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V7.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V7.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023m.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-month-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-month-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zm.104 7.305L4.9 10.18H3.284l.8-2.375zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364z\'/><path d=\'M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012.59 0 1.004-.371 1.004-1.023V8.227zm1.273 4.41c.075.332.422.636.985.636.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579-1.043 0-1.574-.516-1.668-1.2z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-plus\'><path d=\'M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-plus-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M8.5 8.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar-range","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-range\'><path d=\'M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1M1 9h4a1 1 0 0 1 0 2H1z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar-range-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-range-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 7V5H0v5h5a1 1 0 1 1 0 2H0v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9h-6a1 1 0 1 1 0-2z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar-week","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-week\'><path d=\'M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar-week-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-week-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5m3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M2 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["date, and, time, date, time, month, remove, delete"],"label":"calendar-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-x\'><path d=\'M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["date, and, time, date, time, month, remove, delete"],"label":"calendar-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar-x-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M6.854 8.146 8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-check\'><path d=\'M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-check-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5m-2.6 5.854a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-date","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-date\'><path d=\'M6.445 12.688V7.354h-.633A13 13 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-date-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-date-fill\'><path d=\'M9.402 10.246c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5m-4.118 9.79c1.258 0 2-1.067 2-2.872 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684c.047.64.594 1.406 1.703 1.406zm-2.89-5.435h-.633A13 13 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675V7.354z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-day","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-day\'><path d=\'M4.684 12.523v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a2 2 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43m.094 5.093h.672V8.418h-.672z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-day-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-day-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5m-2.24 4.855a.428.428 0 1 0 0-.855.426.426 0 0 0-.429.43c0 .238.192.425.43.425zm.337.563h-.672v4.105h.672zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a2 2 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98z\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar2-event","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-event\'><path d=\'M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar2-event-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-event-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5M11.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM2.545 3h10.91c.3 0 .545.224.545.5v1c0 .276-.244.5-.546.5H2.545C2.245 5 2 4.776 2 4.5v-1c0-.276.244-.5.545-.5\'/></svg>"}},{"terms":["date, and, time, love, date, time, month, valentine, date"],"label":"calendar2-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-heart\'><path fill-rule=\'evenodd\' d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm2 .5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm5 4.493c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["date, and, time, love, date, time, month, valentine, date"],"label":"calendar2-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-heart-fill\'><path d=\'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zm-2 4v-1c0-.276.244-.5.545-.5h10.91c.3 0 .545.224.545.5v1c0 .276-.244.5-.546.5H2.545C2.245 5 2 4.776 2 4.5m6 3.493c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-minus\'><path d=\'M5.5 10.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-minus-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5M6 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-month","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-month\'><path d=\'m2.56 12.332.54-1.602h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332zm1.544-4.527L4.9 10.18H3.284l.8-2.375zm5.746.422h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023m.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-month-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-month-fill\'><path d=\'M4.104 7.805 4.9 10.18H3.284l.8-2.375zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364z\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5M2.561 12.332 3.1 10.73h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332zM9.85 8.227h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668zm1.273 4.41h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023-.563 0-.91-.304-.985-.636\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-plus\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5zM8 8a.5.5 0 0 1 .5.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5A.5.5 0 0 1 8 8\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar2-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-plus-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 3.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5H2.545c-.3 0-.545.224-.545.5m6.5 5a.5.5 0 0 0-1 0V10H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V11H10a.5.5 0 0 0 0-1H8.5z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar2-range","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-range\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5zM9 8a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1m-8 2h4a1 1 0 1 1 0 2H1z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar2-range-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-range-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5M10 7a1 1 0 0 0 0 2h5V7zm-4 4a1 1 0 0 0-1-1H1v2h4a1 1 0 0 0 1-1\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar2-week","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-week\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar2-week-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-week-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5M8.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM3 10.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month, remove, delete"],"label":"calendar2-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-x\'><path d=\'M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708\'/><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/><path d=\'M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, date, time, month, remove, delete"],"label":"calendar2-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar2-x-fill\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5m9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5m-6.6 5.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293z\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3\'><path d=\'M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z\'/><path d=\'M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar3-event","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-event\'><path d=\'M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z\'/><path d=\'M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar3-event-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-event-fill\'><path fill-rule=\'evenodd\' d=\'M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zm0 1v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar3-range","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-range\'><path d=\'M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z\'/><path d=\'M7 10a1 1 0 0 0 0-2H1v2zm2-3h6V5H9a1 1 0 0 0 0 2\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar3-range-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-range-fill\'><path fill-rule=\'evenodd\' d=\'M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2zM0 8V3h16v2h-6a1 1 0 1 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 1 0 0-2z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar3-week","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-week\'><path d=\'M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z\'/><path d=\'M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m2-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar3-week-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar3-week-fill\'><path fill-rule=\'evenodd\' d=\'M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0M5 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0m5-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2M2 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0\'/></svg>"}},{"terms":["date, and, time, date, time, month"],"label":"calendar4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar4\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["date, and, time, date, time, event, invite"],"label":"calendar4-event","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar4-event\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/><path d=\'M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration"],"label":"calendar4-range","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar4-range\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/><path d=\'M9 7.5a.5.5 0 0 1 .5-.5H15v2H9.5a.5.5 0 0 1-.5-.5zm-2 3v1a.5.5 0 0 1-.5.5H1v-2h5.5a.5.5 0 0 1 .5.5\'/></svg>"}},{"terms":["date, and, time, dates, timeline, duration, week"],"label":"calendar4-week","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'calendar4-week\'><path d=\'M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/><path d=\'M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["devices, photos, photography"],"label":"camera","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera\'><path d=\'M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4z\'/><path d=\'M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["devices, photos, photography"],"label":"camera2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera2\'><path d=\'M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4\'/><path d=\'M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.97 5.97 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1M2 4.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0M14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0\'/></svg>"}},{"terms":["devices, photos, photography"],"label":"camera-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-fill\'><path d=\'M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0\'/><path d=\'M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0\'/></svg>"}},{"terms":["devices, av, video, film"],"label":"camera-reels","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-reels\'><path d=\'M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0M1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0\'/><path d=\'M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zm6 8.73V7.27l-3.5 1.555v4.35zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1\'/><path d=\'M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6M7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0\'/></svg>"}},{"terms":["devices, av, video, film"],"label":"camera-reels-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-reels-fill\'><path d=\'M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M9 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6\'/><path d=\'M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z\'/></svg>"}},{"terms":["devices, av, video, film"],"label":"camera-video","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-video\'><path fill-rule=\'evenodd\' d=\'M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["devices, av, video, film"],"label":"camera-video-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-video-fill\'><path fill-rule=\'evenodd\' d=\'M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2z\'/></svg>"}},{"terms":["devices, av, video, film"],"label":"camera-video-off","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-video-off\'><path fill-rule=\'evenodd\' d=\'M10.961 12.365a2 2 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l.714 1H9.5a1 1 0 0 1 1 1v6a1 1 0 0 1-.144.518zM1.428 4.18A1 1 0 0 0 1 5v6a1 1 0 0 0 1 1h5.014l.714 1H2a2 2 0 0 1-2-2V5c0-.675.334-1.272.847-1.634zM15 11.73l-3.5-1.555v-4.35L15 4.269zm-4.407 3.56-10-14 .814-.58 10 14z\'/></svg>"}},{"terms":["devices, av, video, film"],"label":"camera-video-off-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'camera-video-off-fill\'><path fill-rule=\'evenodd\' d=\'M10.961 12.365a2 2 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272zm-10.114-9A2 2 0 0 0 0 5v6a2 2 0 0 0 2 2h5.728zm9.746 11.925-10-14 .814-.58 10 14z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"capslock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'capslock\'><path fill-rule=\'evenodd\' d=\'M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816zM14.346 8.5 8 1.731 1.654 8.5H4.5a1 1 0 0 1 1 1v1h5v-1a1 1 0 0 1 1-1zm-9.846 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm6 0h-5v1h5z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"capslock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'capslock-fill\'><path d=\'M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816zM4.5 13.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["medical, rx, pills, capsules, medicine"],"label":"capsule","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'capsule\'><path d=\'M1.828 8.9 8.9 1.827a4 4 0 1 1 5.657 5.657l-7.07 7.071A4 4 0 1 1 1.827 8.9Zm9.128.771 2.893-2.893a3 3 0 1 0-4.243-4.242L6.713 5.429z\'/></svg>"}},{"terms":["medical, rx, pills, capsules, medicine"],"label":"capsule-pill","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'capsule-pill\'><path d=\'M11.02 5.364a3 3 0 0 0-4.242-4.243L1.121 6.778a3 3 0 1 0 4.243 4.243l5.657-5.657Zm-6.413-.657 2.878-2.879a2 2 0 1 1 2.829 2.829L7.435 7.536zM12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8m-.5 1.042a3 3 0 0 0 0 5.917zm1 5.917a3 3 0 0 0 0-5.917z\'/></svg>"}},{"terms":["transportation, automobile, automotive, auto, sedan, drive, driving, vehicle"],"label":"car-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'car-front\'><path d=\'M4 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2zM4.862 4.276 3.906 6.19a.51.51 0 0 0 .497.731c.91-.073 2.35-.17 3.597-.17s2.688.097 3.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 10.691 4H5.309a.5.5 0 0 0-.447.276\'/><path d=\'M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848ZM4.82 3a1.5 1.5 0 0 0-1.379.91l-.792 1.847a1.8 1.8 0 0 1-.853.904.8.8 0 0 0-.43.564L1.03 8.904a1.5 1.5 0 0 0-.03.294v.413c0 .796.62 1.448 1.408 1.484 1.555.07 3.786.155 5.592.155s4.037-.084 5.592-.155A1.48 1.48 0 0 0 15 9.611v-.413q0-.148-.03-.294l-.335-1.68a.8.8 0 0 0-.43-.563 1.8 1.8 0 0 1-.853-.904l-.792-1.848A1.5 1.5 0 0 0 11.18 3z\'/></svg>"}},{"terms":["transportation, automobile, automotive, auto, sedan, drive, driving, vehicle"],"label":"car-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'car-front-fill\'><path d=\'M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848ZM3 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2m10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2M6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2zM2.906 5.189a.51.51 0 0 0 .497.731c.91-.073 3.35-.17 4.597-.17s3.688.097 4.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 11.691 3H4.309a.5.5 0 0 0-.447.276L2.906 5.19Z\'/></svg>"}},{"terms":["files, and, folders, note, card, notecard"],"label":"card-checklist","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'card-checklist\'><path d=\'M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z\'/><path d=\'M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0M7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["files, and, folders, note, card, notecard"],"label":"card-heading","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'card-heading\'><path d=\'M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z\'/><path d=\'M3 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0-5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["files, and, folders, note, card, notecard"],"label":"card-image","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'card-image\'><path d=\'M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/><path d=\'M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54L1 12.5v-9a.5.5 0 0 1 .5-.5z\'/></svg>"}},{"terms":["files, and, folders, note, card, notecard"],"label":"card-list","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'card-list\'><path d=\'M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z\'/><path d=\'M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8m0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["files, and, folders, note, card, notecard, letter"],"label":"card-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'card-text\'><path d=\'M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z\'/><path d=\'M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8m0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-down\'><path d=\'M3.204 5h9.592L8 10.481zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-down-fill\'><path d=\'M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-down-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-down-square\'><path d=\'M3.626 6.832A.5.5 0 0 1 4 6h8a.5.5 0 0 1 .374.832l-4 4.5a.5.5 0 0 1-.748 0z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-down-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-down-square-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4 4a.5.5 0 0 0-.374.832l4 4.5a.5.5 0 0 0 .748 0l4-4.5A.5.5 0 0 0 12 6z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-left\'><path d=\'M10 12.796V3.204L4.519 8zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-left-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-left-fill\'><path d=\'m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-left-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-left-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M10.205 12.456A.5.5 0 0 0 10.5 12V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4a.5.5 0 0 0 .537.082\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-left-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-left-square-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm10.5 10V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4A.5.5 0 0 0 10.5 12\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-right\'><path d=\'M6 12.796V3.204L11.481 8zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-right-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-right-fill\'><path d=\'m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-right-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-right-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M5.795 12.456A.5.5 0 0 1 5.5 12V4a.5.5 0 0 1 .832-.374l4.5 4a.5.5 0 0 1 0 .748l-4.5 4a.5.5 0 0 1-.537.082\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-right-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-right-square-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.5 10a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0 0-.748l-4.5-4A.5.5 0 0 0 5.5 4z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-up\'><path d=\'M3.204 11h9.592L8 5.519zm-.753-.659 4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-up-fill\'><path d=\'m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-up-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-up-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M3.544 10.705A.5.5 0 0 0 4 11h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5a.5.5 0 0 0-.082.537\'/></svg>"}},{"terms":["carets, caret, arrow, triangle"],"label":"caret-up-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'caret-up-square-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4 9h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5A.5.5 0 0 0 4 11\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart\'><path d=\'M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l1.313 7h8.17l1.313-7zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-check\'><path d=\'M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z\'/><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-check-fill\'><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-1.646-7.646-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-dash\'><path d=\'M6.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-dash-fill\'><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M6.5 7h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-fill\'><path d=\'M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-plus\'><path d=\'M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9z\'/><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-plus-fill\'><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 5.5V7h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V8H6.5a.5.5 0 0 1 0-1H8V5.5a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-x\'><path d=\'M7.354 5.646a.5.5 0 1 0-.708.708L7.793 7.5 6.646 8.646a.5.5 0 1 0 .708.708L8.5 8.207l1.146 1.147a.5.5 0 0 0 .708-.708L9.207 7.5l1.147-1.146a.5.5 0 0 0-.708-.708L8.5 6.793z\'/><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart-x-fill\'><path d=\'M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7.354 5.646 8.5 6.793l1.146-1.147a.5.5 0 0 1 .708.708L9.207 7.5l1.147 1.146a.5.5 0 0 1-.708.708L8.5 8.207 7.354 9.354a.5.5 0 1 1-.708-.708L7.793 7.5 6.646 6.354a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart2\'><path d=\'M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5M3.14 5l1.25 5h8.22l1.25-5zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0m9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart3\'><path d=\'M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l.84 4.479 9.144-.459L13.89 4zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["commerce, shopping, checkout, check, cart, basket, bag"],"label":"cart4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cart4\'><path d=\'M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5M3.14 5l.5 2H5V5zM6 5v2h2V5zm3 0v2h2V5zm3 0v2h1.36l.5-2zm1.11 3H12v2h.61zM11 8H9v2h2zM8 8H6v2h2zM5 8H3.89l.5 2H5zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0m9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0\'/></svg>"}},{"terms":["commerce, money, bills, funds, wallet, currency"],"label":"cash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cash\'><path d=\'M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2z\'/></svg>"}},{"terms":["commerce, money, finance, banking, currency"],"label":"cash-coin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cash-coin\'><path fill-rule=\'evenodd\' d=\'M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8m5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0\'/><path d=\'M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195z\'/><path d=\'M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083q.088-.517.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1z\'/><path d=\'M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 6 6 0 0 1 3.13-1.567\'/></svg>"}},{"terms":["commerce, money, bills, funds, wallet, currency"],"label":"cash-stack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cash-stack\'><path d=\'M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2z\'/></svg>"}},{"terms":["media, tape, music, audio"],"label":"cassette","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cassette\'><path d=\'M4 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2m9-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 6a1 1 0 0 0 0 2h2a1 1 0 1 0 0-2z\'/><path d=\'M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2zM1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-.691l-1.362-2.724A.5.5 0 0 0 12 10H4a.5.5 0 0 0-.447.276L2.19 13H1.5a.5.5 0 0 1-.5-.5zM11.691 11l1 2H3.309l1-2z\'/></svg>"}},{"terms":["media, tape, music, audio"],"label":"cassette-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cassette-fill\'><path d=\'M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h.191l1.862-3.724A.5.5 0 0 1 4 10h8a.5.5 0 0 1 .447.276L14.31 14h.191a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2zM4 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2m8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2M6 6a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1\'/><path d=\'m13.191 14-1.5-3H4.309l-1.5 3z\'/></svg>"}},{"terms":["media, airplay, project, stream, display"],"label":"cast","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cast\'><path d=\'m7.646 9.354-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0\'/><path d=\'M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086z\'/></svg>"}},{"terms":["shapes, creative, commons"],"label":"cc-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cc-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.408 5.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z\'/></svg>"}},{"terms":["shapes, creative, commons"],"label":"cc-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cc-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.408 5.89c.681 0 1.138.47 1.187 1.107h1.147v-.11c-.053-1.187-1.024-2-2.343-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.906 2.73 2.518 2.73 1.314 0 2.285-.792 2.343-1.939v-.114H6.595c-.049.615-.497 1.05-1.187 1.05-.84 0-1.318-.62-1.318-1.727v-.742c0-1.112.488-1.754 1.318-1.754Zm5.404 0c.68 0 1.138.47 1.186 1.107h1.147v-.11c-.053-1.187-1.024-2-2.342-2-1.604 0-2.518 1.05-2.518 2.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.496 1.05-1.186 1.05-.84 0-1.319-.62-1.319-1.727v-.742c0-1.112.488-1.754 1.319-1.754Z\'/></svg>"}},{"terms":["shapes, creative, commons"],"label":"cc-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cc-square\'><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.408 3.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z\'/><path fill-rule=\'evenodd\' d=\'M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.408 3.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z\'/></svg>"}},{"terms":["shapes, creative, commons"],"label":"cc-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cc-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.408 5.89c-.83 0-1.318.64-1.318 1.753v.742c0 1.108.479 1.727 1.318 1.727.69 0 1.138-.435 1.187-1.05h1.147v.114c-.058 1.147-1.029 1.938-2.343 1.938-1.612 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.319 0 2.29.812 2.343 1.999v.11H6.595c-.049-.638-.506-1.108-1.187-1.108Zm5.404 0c-.831 0-1.319.64-1.319 1.753v.742c0 1.108.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05h1.147v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.75 2.518-2.75 1.318 0 2.29.812 2.342 1.999v.11h-1.147c-.048-.638-.505-1.108-1.186-1.108Z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat\'><path d=\'M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-dots","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-dots\'><path d=\'M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/><path d=\'m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9 9 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.4 10.4 0 0 1-.524 2.318l-.003.011a11 11 0 0 1-.244.637c-.079.186.074.394.273.362a22 22 0 0 0 .693-.125m.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6-3.004 6-7 6a8 8 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a11 11 0 0 0 .398-2\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-dots-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-dots-fill\'><path d=\'M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-fill\'><path d=\'M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-heart\'><path fill-rule=\'evenodd\' d=\'M2.965 12.695a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6-3.004 6-7 6a8 8 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a11 11 0 0 0 .398-2m-.8 3.108.02-.004c1.83-.363 2.948-.842 3.468-1.105A9 9 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.4 10.4 0 0 1-.524 2.318l-.003.011a11 11 0 0 1-.244.637c-.079.186.074.394.273.362a22 22 0 0 0 .693-.125M8 5.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-heart-fill\'><path d=\'M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9 9 0 0 0 8 15m0-9.007c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-left-dots","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-dots\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-left-dots-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-dots-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-left-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-left-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-heart\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-left-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-heart-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-left-quote","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-quote\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-left-quote-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-quote-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793zm7.194 2.766a1.7 1.7 0 0 0-.227-.272 1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.5 2.5 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.5 2.5 0 0 0-.228-.4 1.7 1.7 0 0 0-.227-.273 1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-left-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-text\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-left-text-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-left-text-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-quote","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-quote\'><path d=\'M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105\'/><path d=\'M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-quote-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-quote-fill\'><path d=\'M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M7.194 6.766a1.7 1.7 0 0 0-.227-.272 1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.5 2.5 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.5 2.5 0 0 0-.228-.4 1.7 1.7 0 0 0-.227-.273 1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right\'><path d=\'M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-right-dots","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-dots\'><path d=\'M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\'/><path d=\'M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-right-dots-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-dots-fill\'><path d=\'M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-right-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-fill\'><path d=\'M14 0a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-right-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-heart\'><path d=\'M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\'/><path d=\'M8 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-right-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-heart-fill\'><path d=\'M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM8 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-right-quote","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-quote\'><path d=\'M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\'/><path d=\'M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-right-quote-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-quote-fill\'><path d=\'M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM7.194 4.766q.13.188.227.401c.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667S4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324q.128.125.227.272M11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666S9.112 4 10.069 4c.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324q.128.125.227.272.131.188.228.401c.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-right-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-text\'><path d=\'M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\'/><path d=\'M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-right-text-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-right-text-fill\'><path d=\'M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353zM3.5 3h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1m0 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1m0 2.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-square-dots","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-dots\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, typing, comment"],"label":"chat-square-dots-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-dots-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-square-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-heart\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, love, chat, bubble, text, message, valentine, romance, comment"],"label":"chat-square-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-heart-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6 3.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-square-quote","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-quote\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, quote, comment"],"label":"chat-square-quote-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-quote-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2zm7.194 2.766a1.7 1.7 0 0 0-.227-.272 1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.5 2.5 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.5 2.5 0 0 0-.228-.4 1.7 1.7 0 0 0-.227-.273 1.5 1.5 0 0 0-.469-.324l-.008-.004A1.8 1.8 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-square-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-text\'><path d=\'M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-square-text-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-square-text-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-text\'><path d=\'M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105\'/><path d=\'M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8m0 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, chat, bubble, text, message, comment"],"label":"chat-text-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chat-text-fill\'><path d=\'M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M4.5 5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zm0 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zm0 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, checkmark, confirm, done"],"label":"check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check\'><path d=\'M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\'/></svg>"}},{"terms":["ui, and, keyboard, checkmark, todo, done, select"],"label":"check-all","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check-all\'><path d=\'M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, checkmark, confirm, done"],"label":"check-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, checkmark, confirm, done"],"label":"check-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, checkmark, confirm, done"],"label":"check-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check-lg\'><path d=\'M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, checkmark, confirm, done"],"label":"check-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, checkmark, confirm, done"],"label":"check-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z\'/></svg>"}},{"terms":["ui, and, keyboard, checkmark, todo, select, done, checkbox"],"label":"check2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check2\'><path d=\'M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["ui, and, keyboard, checkmark, todo, select, done, checkbox"],"label":"check2-all","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check2-all\'><path d=\'M12.354 4.354a.5.5 0 0 0-.708-.708L5 10.293 1.854 7.146a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0zm-4.208 7-.896-.897.707-.707.543.543 6.646-6.647a.5.5 0 0 1 .708.708l-7 7a.5.5 0 0 1-.708 0\'/><path d=\'m5.354 7.146.896.897-.707.707-.897-.896a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["ui, and, keyboard, checkmark, todo, select, done, checkbox"],"label":"check2-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check2-circle\'><path d=\'M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0\'/><path d=\'M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z\'/></svg>"}},{"terms":["ui, and, keyboard, checkmark, todo, select, done, checkbox"],"label":"check2-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'check2-square\'><path d=\'M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5z\'/><path d=\'m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-bar-contract","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-bar-contract\'><path fill-rule=\'evenodd\' d=\'M3.646 14.854a.5.5 0 0 0 .708 0L8 11.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708m0-13.708a.5.5 0 0 1 .708 0L8 4.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-bar-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-bar-down\'><path fill-rule=\'evenodd\' d=\'M3.646 4.146a.5.5 0 0 1 .708 0L8 7.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708M1 11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-bar-expand","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-bar-expand\'><path fill-rule=\'evenodd\' d=\'M3.646 10.146a.5.5 0 0 1 .708 0L8 13.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708m0-4.292a.5.5 0 0 0 .708 0L8 2.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-bar-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-bar-left\'><path fill-rule=\'evenodd\' d=\'M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0M4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-bar-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-bar-right\'><path fill-rule=\'evenodd\' d=\'M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0M11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-bar-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-bar-up\'><path fill-rule=\'evenodd\' d=\'M3.646 11.854a.5.5 0 0 0 .708 0L8 8.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708M2.4 5.2c0 .22.18.4.4.4h10.4a.4.4 0 0 0 0-.8H2.8a.4.4 0 0 0-.4.4\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-compact-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-compact-down\'><path fill-rule=\'evenodd\' d=\'M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-compact-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-compact-left\'><path fill-rule=\'evenodd\' d=\'M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-compact-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-compact-right\'><path fill-rule=\'evenodd\' d=\'M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-compact-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-compact-up\'><path fill-rule=\'evenodd\' d=\'M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894z\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-contract","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-contract\'><path fill-rule=\'evenodd\' d=\'M3.646 13.854a.5.5 0 0 0 .708 0L8 10.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708m0-11.708a.5.5 0 0 1 .708 0L8 5.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-double-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-double-down\'><path fill-rule=\'evenodd\' d=\'M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708\'/><path fill-rule=\'evenodd\' d=\'M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-double-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-double-left\'><path fill-rule=\'evenodd\' d=\'M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0\'/><path fill-rule=\'evenodd\' d=\'M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-double-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-double-right\'><path fill-rule=\'evenodd\' d=\'M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708\'/><path fill-rule=\'evenodd\' d=\'M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-double-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-double-up\'><path fill-rule=\'evenodd\' d=\'M7.646 2.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 3.707 2.354 9.354a.5.5 0 1 1-.708-.708z\'/><path fill-rule=\'evenodd\' d=\'M7.646 6.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 7.707l-5.646 5.647a.5.5 0 0 1-.708-.708z\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-down\'><path fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-expand","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-expand\'><path fill-rule=\'evenodd\' d=\'M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708m0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-left\'><path fill-rule=\'evenodd\' d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-right\'><path fill-rule=\'evenodd\' d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["chevrons, chevron"],"label":"chevron-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-up\'><path fill-rule=\'evenodd\' d=\'M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z\'/></svg>"}},{"terms":["shapes, shape"],"label":"circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/></svg>"}},{"terms":["shapes, shape"],"label":"circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'circle-fill\'><circle cx=\'8\' cy=\'8\' r=\'8\'/></svg>"}},{"terms":["shapes, shape"],"label":"circle-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'circle-half\'><path d=\'M8 15A7 7 0 1 0 8 1zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, shape, stop, ban, false"],"label":"slash-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slash-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M11.354 4.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708\'/></svg>"}},{"terms":["graphics, graphics, vector, merge, layers"],"label":"circle-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'circle-square\'><path d=\'M0 6a6 6 0 1 1 12 0A6 6 0 0 1 0 6\'/><path d=\'M12.93 5h1.57a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1.57a7 7 0 0 1-1-.22v1.79A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-1.79q.145.486.22 1\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard\'><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z\'/><path d=\'M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-check\'><path fill-rule=\'evenodd\' d=\'M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z\'/><path d=\'M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-check-fill\'><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["real, world, copy, paste, data, analytics, graph, chart"],"label":"clipboard-data","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-data\'><path d=\'M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0z\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z\'/><path d=\'M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z\'/></svg>"}},{"terms":["real, world, copy, paste, data, analytics, graph, chart"],"label":"clipboard-data-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-data-fill\'><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zM10 8a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zm-6 4a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm4-3a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-fill\'><path fill-rule=\'evenodd\' d=\'M10 1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-5 0A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5v1A1.5 1.5 0 0 1 9.5 4h-3A1.5 1.5 0 0 1 5 2.5zm-2 0h1v1A2.5 2.5 0 0 0 6.5 5h3A2.5 2.5 0 0 0 12 2.5v-1h1a2 2 0 0 1 2 2V14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3.5a2 2 0 0 1 2-2\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-heart\'><path fill-rule=\'evenodd\' d=\'M5 1.5A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5v1A1.5 1.5 0 0 1 9.5 4h-3A1.5 1.5 0 0 1 5 2.5zm5 0a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5z\'/><path d=\'M3 1.5h1v1H3a1 1 0 0 0-1 1V14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3.5a1 1 0 0 0-1-1h-1v-1h1a2 2 0 0 1 2 2V14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3.5a2 2 0 0 1 2-2\'/><path d=\'M8 6.982C9.664 5.309 13.825 8.236 8 12 2.175 8.236 6.336 5.31 8 6.982\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-heart-fill\'><path fill-rule=\'evenodd\' d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\'/><path fill-rule=\'evenodd\' d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zm4 5.982c1.664-1.673 5.825 1.254 0 5.018-5.825-3.764-1.664-6.69 0-5.018\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-minus\'><path fill-rule=\'evenodd\' d=\'M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z\'/><path d=\'M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-minus-fill\'><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zM6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-plus\'><path fill-rule=\'evenodd\' d=\'M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z\'/><path d=\'M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-plus-fill\'><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zm4.5 6V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-pulse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-pulse\'><path fill-rule=\'evenodd\' d=\'M10 1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-5 0A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5v1A1.5 1.5 0 0 1 9.5 4h-3A1.5 1.5 0 0 1 5 2.5zm-2 0h1v1H3a1 1 0 0 0-1 1V14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3.5a1 1 0 0 0-1-1h-1v-1h1a2 2 0 0 1 2 2V14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3.5a2 2 0 0 1 2-2m6.979 3.856a.5.5 0 0 0-.968.04L7.92 10.49l-.94-3.135a.5.5 0 0 0-.895-.133L4.232 10H3.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 .416-.223l1.41-2.115 1.195 3.982a.5.5 0 0 0 .968-.04L9.58 7.51l.94 3.135A.5.5 0 0 0 11 11h1.5a.5.5 0 0 0 0-1h-1.128z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-x\'><path fill-rule=\'evenodd\' d=\'M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z\'/><path d=\'M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard-x-fill\'><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z\'/><path d=\'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zm4 7.793 1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 1 1 .708-.708z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2\'><path d=\'M3.5 2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5H12a.5.5 0 0 1 0-1h.5A1.5 1.5 0 0 1 14 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-12A1.5 1.5 0 0 1 3.5 1H4a.5.5 0 0 1 0 1z\'/><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-check\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/><path d=\'M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-check-fill\'><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/><path d=\'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5m6.769 6.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["real, world, copy, paste, data, analytics, graph, chart"],"label":"clipboard2-data","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-data\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/><path d=\'M10 7a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zm-6 4a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm4-3a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["real, world, copy, paste, data, analytics, graph, chart"],"label":"clipboard2-data-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-data-fill\'><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/><path d=\'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5M10 7a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zm-6 4a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm4-3a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-fill\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3.5 1h.585A1.5 1.5 0 0 0 4 1.5V2a1.5 1.5 0 0 0 1.5 1.5h5A1.5 1.5 0 0 0 12 2v-.5q-.001-.264-.085-.5h.585A1.5 1.5 0 0 1 14 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-12A1.5 1.5 0 0 1 3.5 1\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-heart\'><path d=\'M10.058.501a.5.5 0 0 0-.5-.501h-2.98c-.276 0-.5.225-.5.501A.5.5 0 0 1 5.582 1a.497.497 0 0 0-.497.497V2a.5.5 0 0 0 .5.5h4.968a.5.5 0 0 0 .5-.5v-.503A.497.497 0 0 0 10.555 1a.5.5 0 0 1-.497-.499\'/><path d=\'M3.605 2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5h-.5a.5.5 0 0 1 0-1h.5a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5v-12a1.5 1.5 0 0 1 1.5-1.5h.5a.5.5 0 0 1 0 1z\'/><path d=\'M8.068 6.482c1.656-1.673 5.795 1.254 0 5.018-5.795-3.764-1.656-6.69 0-5.018\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-heart-fill\'><path fill-rule=\'evenodd\' d=\'M10.058.501a.5.5 0 0 0-.5-.501h-2.98c-.276 0-.5.225-.5.501A.5.5 0 0 1 5.582 1a.497.497 0 0 0-.497.497V2a.5.5 0 0 0 .5.5h4.968a.5.5 0 0 0 .5-.5v-.503A.497.497 0 0 0 10.555 1a.5.5 0 0 1-.497-.499\'/><path fill-rule=\'evenodd\' d=\'M4.174 1h-.57a1.5 1.5 0 0 0-1.5 1.5v12a1.5 1.5 0 0 0 1.5 1.5h9a1.5 1.5 0 0 0 1.5-1.5v-12a1.5 1.5 0 0 0-1.5-1.5h-.642q.084.236.085.5V2c0 .828-.668 1.5-1.492 1.5H5.581A1.496 1.496 0 0 1 4.09 2v-.5q.001-.264.085-.5Zm3.894 5.482c1.656-1.673 5.795 1.254 0 5.018-5.795-3.764-1.656-6.69 0-5.018\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-minus\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/><path d=\'M6 8a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-minus-fill\'><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/><path d=\'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5M6 8h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-plus\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/><path d=\'M8.5 6.5a.5.5 0 0 0-1 0V8H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V9H10a.5.5 0 0 0 0-1H8.5z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-plus-fill\'><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/><path d=\'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5M8.5 6.5V8H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V9H6a.5.5 0 0 1 0-1h1.5V6.5a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["real, world, medical, copy, paste, heartrate"],"label":"clipboard2-pulse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-pulse\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/><path d=\'M9.979 5.356a.5.5 0 0 0-.968.04L7.92 10.49l-.94-3.135a.5.5 0 0 0-.926-.08L4.69 10H4.5a.5.5 0 0 0 0 1H5a.5.5 0 0 0 .447-.276l.936-1.873 1.138 3.793a.5.5 0 0 0 .968-.04L9.58 7.51l.94 3.135A.5.5 0 0 0 11 11h.5a.5.5 0 0 0 0-1h-.128z\'/></svg>"}},{"terms":["real, world, medical, copy, paste, heartrate"],"label":"clipboard2-pulse-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-pulse-fill\'><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/><path d=\'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5M9.98 5.356 11.372 10h.128a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.479-.356l-.94-3.135-1.092 5.096a.5.5 0 0 1-.968.039L6.383 8.85l-.936 1.873A.5.5 0 0 1 5 11h-.5a.5.5 0 0 1 0-1h.191l1.362-2.724a.5.5 0 0 1 .926.08l.94 3.135 1.092-5.096a.5.5 0 0 1 .968-.039Z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-x\'><path d=\'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z\'/><path d=\'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z\'/><path d=\'M8 8.293 6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708z\'/></svg>"}},{"terms":["real, world, copy, paste"],"label":"clipboard2-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clipboard2-x-fill\'><path d=\'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5\'/><path d=\'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5M8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708z\'/></svg>"}},{"terms":["miscellaneous, time"],"label":"clock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clock\'><path d=\'M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z\'/><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0\'/></svg>"}},{"terms":["miscellaneous, time"],"label":"clock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clock-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z\'/></svg>"}},{"terms":["miscellaneous, time, history"],"label":"clock-history","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clock-history\'><path d=\'M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022zm2.004.45a7 7 0 0 0-.985-.299l.219-.976q.576.129 1.126.342zm1.37.71a7 7 0 0 0-.439-.27l.493-.87a8 8 0 0 1 .979.654l-.615.789a7 7 0 0 0-.418-.302zm1.834 1.79a7 7 0 0 0-.653-.796l.724-.69q.406.429.747.91zm.744 1.352a7 7 0 0 0-.214-.468l.893-.45a8 8 0 0 1 .45 1.088l-.95.313a7 7 0 0 0-.179-.483m.53 2.507a7 7 0 0 0-.1-1.025l.985-.17q.1.58.116 1.17zm-.131 1.538q.05-.254.081-.51l.993.123a8 8 0 0 1-.23 1.155l-.964-.267q.069-.247.12-.501m-.952 2.379q.276-.436.486-.908l.914.405q-.24.54-.555 1.038zm-.964 1.205q.183-.183.35-.378l.758.653a8 8 0 0 1-.401.432z\'/><path d=\'M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0z\'/><path d=\'M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["clouds, weather"],"label":"cloud","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud\'><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\'/></svg>"}},{"terms":["clouds, download"],"label":"cloud-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-arrow-down\'><path fill-rule=\'evenodd\' d=\'M7.646 10.854a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 9.293V5.5a.5.5 0 0 0-1 0v3.793L6.354 8.146a.5.5 0 1 0-.708.708z\'/><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\'/></svg>"}},{"terms":["clouds, download"],"label":"cloud-arrow-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-arrow-down-fill\'><path d=\'M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["clouds, upload"],"label":"cloud-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-arrow-up\'><path fill-rule=\'evenodd\' d=\'M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708z\'/><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\'/></svg>"}},{"terms":["clouds, upload"],"label":"cloud-arrow-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-arrow-up-fill\'><path d=\'M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0z\'/></svg>"}},{"terms":["clouds, checkmark"],"label":"cloud-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-check\'><path fill-rule=\'evenodd\' d=\'M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\'/></svg>"}},{"terms":["clouds, checkmark"],"label":"cloud-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-check-fill\'><path d=\'M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 4.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["clouds, arrow, save"],"label":"cloud-download","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-download\'><path d=\'M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383\'/><path d=\'M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708z\'/></svg>"}},{"terms":["clouds, arrow, save"],"label":"cloud-download-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-download-fill\'><path fill-rule=\'evenodd\' d=\'M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708z\'/></svg>"}},{"terms":["weather, storm, rain"],"label":"cloud-drizzle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-drizzle\'><path d=\'M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973M8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 2\'/></svg>"}},{"terms":["weather, storm, rain"],"label":"cloud-drizzle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-drizzle-fill\'><path d=\'M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m-3.5 1.5a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m6 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m.747-8.498a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["clouds, weather"],"label":"cloud-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-fill\'><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383\'/></svg>"}},{"terms":["weather, foggy"],"label":"cloud-fog","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-fog\'><path d=\'M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973M8.5 3a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 3\'/></svg>"}},{"terms":["weather, foggy"],"label":"cloud-fog-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-fog-fill\'><path d=\'M3 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m10.405-9.473a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 12H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, foggy"],"label":"cloud-fog2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-fog2\'><path d=\'M8.5 4a4 4 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 13H.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 4M0 8.5A.5.5 0 0 1 .5 8h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["weather, foggy"],"label":"cloud-fog2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-fog2-fill\'><path d=\'M8.5 3a5 5 0 0 1 4.905 4.027A3 3 0 0 1 13 13h-1.5a.5.5 0 0 0 0-1H1.05a3.5 3.5 0 0 1-.713-1H9.5a.5.5 0 0 0 0-1H.035a3.5 3.5 0 0 1 0-1H7.5a.5.5 0 0 0 0-1H.337a3.5 3.5 0 0 1 3.57-1.977A5 5 0 0 1 8.5 3\'/></svg>"}},{"terms":["weather, storm"],"label":"cloud-hail","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-hail\'><path d=\'M13.405 4.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973M8.5 1.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1.5M3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316M7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316\'/></svg>"}},{"terms":["weather, storm"],"label":"cloud-hail-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-hail-fill\'><path d=\'M3.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316M7.75 15.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m3.592 3.724a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.408-3.724a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m1.247-6.999a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.5H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, smog"],"label":"cloud-haze","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-haze\'><path d=\'M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973M8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1\'/></svg>"}},{"terms":["weather, smog"],"label":"cloud-haze-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-haze-fill\'><path d=\'M4 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, smog"],"label":"cloud-haze2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-haze2\'><path d=\'M8.5 3a4 4 0 0 0-3.8 2.745.5.5 0 1 1-.949-.313 5.002 5.002 0 0 1 9.654.595A3 3 0 0 1 13 12H4.5a.5.5 0 0 1 0-1H13a2 2 0 0 0 .001-4h-.026a.5.5 0 0 1-.5-.445A4 4 0 0 0 8.5 3M0 7.5A.5.5 0 0 1 .5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m2 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-2 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["weather, smog"],"label":"cloud-haze2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-haze2-fill\'><path d=\'M8.5 2a5 5 0 0 1 4.905 4.027A3 3 0 0 1 13 12H3.5A3.5 3.5 0 0 1 .035 9H5.5a.5.5 0 0 0 0-1H.035a3.5 3.5 0 0 1 3.871-2.977A5 5 0 0 1 8.5 2m-6 8a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zM0 13.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["weather, thunder, storm"],"label":"cloud-lightning","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-lightning\'><path d=\'M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973M8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1M7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724z\'/></svg>"}},{"terms":["weather, thunder, storm"],"label":"cloud-lightning-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-lightning-fill\'><path d=\'M7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, thunder, storm"],"label":"cloud-lightning-rain","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-lightning-rain\'><path d=\'M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m-.753-8.499a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973M8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1M7.053 11.276A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724z\'/></svg>"}},{"terms":["weather, thunder, storm"],"label":"cloud-lightning-rain-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-lightning-rain-fill\'><path d=\'M2.658 11.026a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m-7.5 1.5a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m9.5 0a.5.5 0 0 1 .316.632l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.316m-7.105-1.25A.5.5 0 0 1 7.5 11h1a.5.5 0 0 1 .474.658l-.28.842H9.5a.5.5 0 0 1 .39.812l-2 2.5a.5.5 0 0 1-.875-.433L7.36 14H6.5a.5.5 0 0 1-.447-.724zm6.352-7.249a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["clouds, subtract"],"label":"cloud-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-minus\'><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\'/><path d=\'M6 7.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["clouds, subtract"],"label":"cloud-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-minus-fill\'><path d=\'M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2M6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["weather, cloudy, overcast"],"label":"cloud-moon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-moon\'><path d=\'M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .625.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .509-.375A3.5 3.5 0 0 1 7 8m4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z\'/><path d=\'M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.5 5.5 0 0 1 1.055.209A3.6 3.6 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.58 3.58 0 0 1-2.241.634q.244.477.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z\'/></svg>"}},{"terms":["weather, cloudy, overcast"],"label":"cloud-moon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-moon-fill\'><path d=\'M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z\'/><path d=\'M11.286 1.778a.5.5 0 0 0-.565-.755 4.595 4.595 0 0 0-3.18 5.003 5.5 5.5 0 0 1 1.055.209A3.6 3.6 0 0 1 9.83 2.617a4.593 4.593 0 0 0 4.31 5.744 3.58 3.58 0 0 1-2.241.634q.244.477.394 1a4.59 4.59 0 0 0 3.624-2.04.5.5 0 0 0-.565-.755 3.593 3.593 0 0 1-4.065-5.422z\'/></svg>"}},{"terms":["clouds, add, new, upload"],"label":"cloud-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-plus\'><path fill-rule=\'evenodd\' d=\'M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5\'/><path d=\'M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z\'/></svg>"}},{"terms":["clouds, add, new, upload"],"label":"cloud-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-plus-fill\'><path d=\'M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m.5 4v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["weather, cloud, rainstorm, storm"],"label":"cloud-rain","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-rain\'><path d=\'M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 0 1-.948-.316l1-3a.5.5 0 0 1 .632-.317m3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 0 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317m.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973M8.5 2a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 2\'/></svg>"}},{"terms":["weather, cloud, rainstorm, storm"],"label":"cloud-rain-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-rain-fill\'><path d=\'M4.158 12.025a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317m3 0a.5.5 0 0 1 .316.633l-.5 1.5a.5.5 0 1 1-.948-.316l.5-1.5a.5.5 0 0 1 .632-.317m3 0a.5.5 0 0 1 .316.633l-1 3a.5.5 0 1 1-.948-.316l1-3a.5.5 0 0 1 .632-.317m.247-6.998a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 11H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, cloud, rainstorm, storm"],"label":"cloud-rain-heavy","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-rain-heavy\'><path d=\'M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 1 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973M8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1\'/></svg>"}},{"terms":["weather, cloud, rainstorm, storm"],"label":"cloud-rain-heavy-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-rain-heavy-fill\'><path d=\'M4.176 11.032a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m3 0a.5.5 0 0 1 .292.643l-1.5 4a.5.5 0 0 1-.936-.35l1.5-4a.5.5 0 0 1 .644-.293m.229-7.005a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["clouds, cloud"],"label":"cloud-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-slash\'><path fill-rule=\'evenodd\' d=\'M3.112 5.112a3 3 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11l-1-1H3.781C2.231 12 1 10.785 1 9.318c0-1.365 1.064-2.513 2.46-2.666l.446-.05v-.447q0-.113.018-.231zm2.55-1.45-.725-.725A5.5 5.5 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711l-.733-.733C14.498 11.378 15 10.626 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3c-.875 0-1.678.26-2.339.661z\'/><path d=\'m13.646 14.354-12-12 .708-.708 12 12z\'/></svg>"}},{"terms":["clouds, cloud"],"label":"cloud-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-slash-fill\'><path fill-rule=\'evenodd\' d=\'M3.112 5.112a3 3 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11zm11.372 7.372L4.937 2.937A5.5 5.5 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711m-.838 1.87-12-12 .708-.708 12 12z\'/></svg>"}},{"terms":["weather, cloud, blizzard, flurries"],"label":"cloud-sleet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-sleet\'><path d=\'M13.405 4.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973M8.5 1a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1 0 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1M2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223z\'/></svg>"}},{"terms":["weather, cloud, blizzard, flurries"],"label":"cloud-sleet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-sleet-fill\'><path d=\'M2.375 13.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zM6.375 13.5a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 0 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm2.151 2.447a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 1 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 1 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m1.849-2.447a.5.5 0 0 1 .223.67l-.5 1a.5.5 0 1 1-.894-.447l.5-1a.5.5 0 0 1 .67-.223zm1.181-7.026a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, cloud, blizzard, flurries"],"label":"cloud-snow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-snow\'><path d=\'M13.405 4.277a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973M8.5 1.25a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 1.25M2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m2.75 2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m-2.75-2a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m5.5 0a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25\'/></svg>"}},{"terms":["weather, cloud, blizzard, flurries"],"label":"cloud-snow-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-snow-fill\'><path d=\'M2.625 11.5a.25.25 0 0 1 .25.25v.57l.501-.287a.25.25 0 0 1 .248.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m2.75 2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m-2.75-2a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 1 1-.5 0v-.57l-.501.287a.25.25 0 0 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m5.5 0a.25.25 0 0 1 .25.25v.57l.5-.287a.25.25 0 0 1 .249.434l-.495.283.495.283a.25.25 0 0 1-.248.434l-.501-.286v.569a.25.25 0 0 1-.5 0v-.57l-.501.287a.25.25 0 1 1-.248-.434l.495-.283-.495-.283a.25.25 0 0 1 .248-.434l.501.286v-.569a.25.25 0 0 1 .25-.25m-.22-7.223a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 10.25H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["weather, cloudy, overcast"],"label":"cloud-sun","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-sun\'><path d=\'M7 8a3.5 3.5 0 0 1 3.5 3.555.5.5 0 0 0 .624.492A1.503 1.503 0 0 1 13 13.5a1.5 1.5 0 0 1-1.5 1.5H3a2 2 0 1 1 .1-3.998.5.5 0 0 0 .51-.375A3.5 3.5 0 0 1 7 8m4.473 3a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z\'/><path d=\'M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708zm1.734 3.374a2 2 0 1 1 3.296 2.198q.3.423.516.898a3 3 0 1 0-4.84-3.225q.529.017 1.028.129m4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377M14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["weather, cloudy, overcast"],"label":"cloud-sun-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-sun-fill\'><path d=\'M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5z\'/><path d=\'M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708zm1.734 3.374a2 2 0 1 1 3.296 2.198q.3.423.516.898a3 3 0 1 0-4.84-3.225q.529.017 1.028.129m4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377M14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["clouds, cloud"],"label":"cloud-upload","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-upload\'><path fill-rule=\'evenodd\' d=\'M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383\'/><path fill-rule=\'evenodd\' d=\'M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["clouds, cloud"],"label":"cloud-upload-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloud-upload-fill\'><path fill-rule=\'evenodd\' d=\'M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0m-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0\'/></svg>"}},{"terms":["weather, clouds, overcast"],"label":"clouds","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clouds\'><path d=\'M16 7.5a2.5 2.5 0 0 1-1.456 2.272 3.5 3.5 0 0 0-.65-.824 1.5 1.5 0 0 0-.789-2.896.5.5 0 0 1-.627-.421 3 3 0 0 0-5.22-1.625 5.6 5.6 0 0 0-1.276.088 4.002 4.002 0 0 1 7.392.91A2.5 2.5 0 0 1 16 7.5\'/><path d=\'M7 5a4.5 4.5 0 0 1 4.473 4h.027a2.5 2.5 0 0 1 0 5H3a3 3 0 0 1-.247-5.99A4.5 4.5 0 0 1 7 5m3.5 4.5a3.5 3.5 0 0 0-6.89-.873.5.5 0 0 1-.51.375A2 2 0 1 0 3 13h8.5a1.5 1.5 0 1 0-.376-2.953.5.5 0 0 1-.624-.492z\'/></svg>"}},{"terms":["weather, clouds, overcast"],"label":"clouds-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'clouds-fill\'><path d=\'M11.473 9a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 14h8.5a2.5 2.5 0 1 0-.027-5\'/><path d=\'M14.544 9.772a3.5 3.5 0 0 0-2.225-1.676 5.5 5.5 0 0 0-6.337-4.002 4.002 4.002 0 0 1 7.392.91 2.5 2.5 0 0 1 1.17 4.769z\'/></svg>"}},{"terms":["weather, clouds, overcast"],"label":"cloudy","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloudy\'><path d=\'M13.405 8.527a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 14.5H13a3 3 0 0 0 .405-5.973M8.5 5.5a4 4 0 0 1 3.976 3.555.5.5 0 0 0 .5.445H13a2 2 0 0 1-.001 4H3.5a2.5 2.5 0 1 1 .605-4.926.5.5 0 0 0 .596-.329A4 4 0 0 1 8.5 5.5\'/></svg>"}},{"terms":["weather, clouds, overcast"],"label":"cloudy-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cloudy-fill\'><path d=\'M13.405 7.027a5.001 5.001 0 0 0-9.499-1.004A3.5 3.5 0 1 0 3.5 13H13a3 3 0 0 0 .405-5.973\'/></svg>"}},{"terms":["typography, text, type, code, developer, development, software"],"label":"code","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'code\'><path d=\'M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z\'/></svg>"}},{"terms":["typography, text, type, code, developer, development, software"],"label":"code-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'code-slash\'><path d=\'M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0m6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["typography, text, type, code, developer, development, software, preformatted"],"label":"code-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'code-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0m2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["commerce, money, finance, banking, currency"],"label":"coin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'coin\'><path d=\'M5.5 9.511c.076.954.83 1.697 2.182 1.785V12h.6v-.709c1.4-.098 2.218-.846 2.218-1.932 0-.987-.626-1.496-1.745-1.76l-.473-.112V5.57c.6.068.982.396 1.074.85h1.052c-.076-.919-.864-1.638-2.126-1.716V4h-.6v.719c-1.195.117-2.01.836-2.01 1.853 0 .9.606 1.472 1.613 1.707l.397.098v2.034c-.615-.093-1.022-.43-1.114-.9zm2.177-2.166c-.59-.137-.91-.416-.91-.836 0-.47.345-.822.915-.925v1.76h-.005zm.692 1.193c.717.166 1.048.435 1.048.91 0 .542-.412.914-1.135.982V8.518z\'/><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M8 13.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11m0 .5A6 6 0 1 0 8 2a6 6 0 0 0 0 12\'/></svg>"}},{"terms":["media, library, group"],"label":"collection","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'collection\'><path d=\'M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6zm1.5.5A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5z\'/></svg>"}},{"terms":["media, library, group"],"label":"collection-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'collection-fill\'><path d=\'M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3m2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1\'/></svg>"}},{"terms":["media, library, group, play"],"label":"collection-play","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'collection-play\'><path d=\'M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3m2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1m2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848z\'/><path d=\'M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5z\'/></svg>"}},{"terms":["media, library, group, play"],"label":"collection-play-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'collection-play-fill\'><path d=\'M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"columns","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'columns\'><path d=\'M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm8.5 0v8H15V2zm0 9v3H15v-3zm-1-9H1v3h6.5zM1 14h6.5V6H1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"columns-gap","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'columns-gap\'><path d=\'M6 1v3H1V1zM1 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm14 12v3h-5v-3zm-5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zM6 8v7H1V8zM1 7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zm14-6v7h-5V1zm-5-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["ui, and, keyboard, key, mac"],"label":"command","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'command\'><path d=\'M3.5 2A1.5 1.5 0 0 1 5 3.5V5H3.5a1.5 1.5 0 1 1 0-3M6 5V3.5A2.5 2.5 0 1 0 3.5 6H5v4H3.5A2.5 2.5 0 1 0 6 12.5V11h4v1.5a2.5 2.5 0 1 0 2.5-2.5H11V6h1.5A2.5 2.5 0 1 0 10 3.5V5zm4 1v4H6V6zm1-1V3.5A1.5 1.5 0 1 1 12.5 5zm0 6h1.5a1.5 1.5 0 1 1-1.5 1.5zm-6 0v1.5A1.5 1.5 0 1 1 3.5 11z\'/></svg>"}},{"terms":["geo, direction, map, location"],"label":"compass","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'compass\'><path d=\'M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016m6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0\'/><path d=\'m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z\'/></svg>"}},{"terms":["geo, direction, map, location"],"label":"compass-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'compass-fill\'><path d=\'M15.5 8.516a7.5 7.5 0 1 1-9.462-7.24A1 1 0 0 1 7 0h2a1 1 0 0 1 .962 1.276 7.5 7.5 0 0 1 5.538 7.24m-3.61-3.905L6.94 7.439 4.11 12.39l4.95-2.828 2.828-4.95z\'/></svg>"}},{"terms":["real, world, construction, warning, safety"],"label":"cone","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cone\'><path d=\'M7.03 1.88c.252-1.01 1.688-1.01 1.94 0l2.905 11.62H14a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h2.125z\'/></svg>"}},{"terms":["real, world, construction, warning, safety"],"label":"cone-striped","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cone-striped\'><path d=\'m9.97 4.88.953 3.811C10.159 8.878 9.14 9 8 9s-2.158-.122-2.923-.309L6.03 4.88C6.635 4.957 7.3 5 8 5s1.365-.043 1.97-.12m-.245-.978L8.97.88C8.718-.13 7.282-.13 7.03.88L6.275 3.9C6.8 3.965 7.382 4 8 4s1.2-.036 1.725-.098m4.396 8.613a.5.5 0 0 1 .037.96l-6 2a.5.5 0 0 1-.316 0l-6-2a.5.5 0 0 1 .037-.96l2.391-.598.565-2.257c.862.212 1.964.339 3.165.339s2.303-.127 3.165-.339l.565 2.257z\'/></svg>"}},{"terms":["devices, game, gaming, video-game"],"label":"controller","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'controller\'><path d=\'M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1z\'/><path d=\'M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729q.211.136.373.297c.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466s.34 1.78.364 2.606c.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527s-2.496.723-3.224 1.527c-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.3 2.3 0 0 1 .433-.335l-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a14 14 0 0 0-.748 2.295 12.4 12.4 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.4 12.4 0 0 0-.339-2.406 14 14 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27s-2.063.091-2.913.27\'/></svg>"}},{"terms":["real, world, dessert"],"label":"cookie","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cookie\'><path d=\'M6 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4.5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/><path d=\'M8 0a7.96 7.96 0 0 0-4.075 1.114q-.245.102-.437.28A8 8 0 1 0 8 0m3.25 14.201a1.5 1.5 0 0 0-2.13.71A7 7 0 0 1 8 15a6.97 6.97 0 0 1-3.845-1.15 1.5 1.5 0 1 0-2.005-2.005A6.97 6.97 0 0 1 1 8c0-1.953.8-3.719 2.09-4.989a1.5 1.5 0 1 0 2.469-1.574A7 7 0 0 1 8 1c1.42 0 2.742.423 3.845 1.15a1.5 1.5 0 1 0 2.005 2.005A6.97 6.97 0 0 1 15 8c0 .596-.074 1.174-.214 1.727a1.5 1.5 0 1 0-1.025 2.25 7 7 0 0 1-2.51 2.224Z\'/></svg>"}},{"terms":["ui, and, keyboard, paste, clone, cut, duplicate"],"label":"copy","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'copy\'><path fill-rule=\'evenodd\' d=\'M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1z\'/></svg>"}},{"terms":["devices, processor, chip, computer"],"label":"cpu","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cpu\'><path d=\'M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0m-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["devices, processor, chip, computer"],"label":"cpu-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cpu-fill\'><path d=\'M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z\'/><path d=\'M5.5.5a.5.5 0 0 0-1 0V2A2.5 2.5 0 0 0 2 4.5H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2A2.5 2.5 0 0 0 4.5 14v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14a2.5 2.5 0 0 0 2.5-2.5h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14A2.5 2.5 0 0 0 11.5 2V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1zm1 4.5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3A1.5 1.5 0 0 1 6.5 5\'/></svg>"}},{"terms":["real, world, debit, card, payment"],"label":"credit-card","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'credit-card\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/><path d=\'M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["real, world, debit, card, payment"],"label":"credit-card-2-back","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'credit-card-2-back\'><path d=\'M11 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5z\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm13 2v5H1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1m-1 9H2a1 1 0 0 1-1-1v-1h14v1a1 1 0 0 1-1 1\'/></svg>"}},{"terms":["real, world, debit, card, payment"],"label":"credit-card-2-back-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'credit-card-2-back-fill\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5H0zm11.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM0 11v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1z\'/></svg>"}},{"terms":["real, world, debit, card, payment"],"label":"credit-card-2-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'credit-card-2-front\'><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/><path d=\'M2 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["real, world, debit, card, payment"],"label":"credit-card-2-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'credit-card-2-front-fill\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["real, world, debit, card, payment"],"label":"credit-card-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'credit-card-fill\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["graphics, crop"],"label":"crop","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'crop\'><path d=\'M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5m2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"crosshair","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'crosshair\'><path d=\'M8.5.5a.5.5 0 0 0-1 0v.518A7 7 0 0 0 1.018 7.5H.5a.5.5 0 0 0 0 1h.518A7 7 0 0 0 7.5 14.982v.518a.5.5 0 0 0 1 0v-.518A7 7 0 0 0 14.982 8.5h.518a.5.5 0 0 0 0-1h-.518A7 7 0 0 0 8.5 1.018zm-6.48 7A6 6 0 0 1 7.5 2.02v.48a.5.5 0 0 0 1 0v-.48a6 6 0 0 1 5.48 5.48h-.48a.5.5 0 0 0 0 1h.48a6 6 0 0 1-5.48 5.48v-.48a.5.5 0 0 0-1 0v.48A6 6 0 0 1 2.02 8.5h.48a.5.5 0 0 0 0-1zM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"crosshair2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'crosshair2\'><path d=\'M8 0a.5.5 0 0 1 .5.5v.518A7 7 0 0 1 14.982 7.5h.518a.5.5 0 0 1 0 1h-.518A7 7 0 0 1 8.5 14.982v.518a.5.5 0 0 1-1 0v-.518A7 7 0 0 1 1.018 8.5H.5a.5.5 0 0 1 0-1h.518A7 7 0 0 1 7.5 1.018V.5A.5.5 0 0 1 8 0m-.5 2.02A6 6 0 0 0 2.02 7.5h1.005A5 5 0 0 1 7.5 3.025zm1 1.005A5 5 0 0 1 12.975 7.5h1.005A6 6 0 0 0 8.5 2.02zM12.975 8.5A5 5 0 0 1 8.5 12.975v1.005a6 6 0 0 0 5.48-5.48zM7.5 12.975A5 5 0 0 1 3.025 8.5H2.02a6 6 0 0 0 5.48 5.48zM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0\'/></svg>"}},{"terms":["real, world, mug"],"label":"cup","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cup\'><path fill-rule=\'evenodd\' d=\'M.11 3.187A.5.5 0 0 1 .5 3h13a.5.5 0 0 1 .488.608l-.22.991a3.001 3.001 0 0 1-1.3 5.854l-.132.59A2.5 2.5 0 0 1 9.896 13H4.104a2.5 2.5 0 0 1-2.44-1.958L.012 3.608a.5.5 0 0 1 .098-.42Zm12.574 6.288a2 2 0 0 0 .866-3.899zM1.124 4l1.516 6.825A1.5 1.5 0 0 0 4.104 12h5.792a1.5 1.5 0 0 0 1.464-1.175L12.877 4H1.123Z\'/></svg>"}},{"terms":["real, world, mug"],"label":"cup-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cup-fill\'><path fill-rule=\'evenodd\' d=\'M.11 3.187A.5.5 0 0 1 .5 3h13a.5.5 0 0 1 .488.608l-.22.991a3.001 3.001 0 0 1-1.3 5.854l-.132.59A2.5 2.5 0 0 1 9.896 13H4.104a2.5 2.5 0 0 1-2.44-1.958L.012 3.608a.5.5 0 0 1 .098-.42Zm12.574 6.288a2 2 0 0 0 .866-3.899z\'/></svg>"}},{"terms":["real, world, mug, steam, coffee, tea"],"label":"cup-hot","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cup-hot\'><path fill-rule=\'evenodd\' d=\'M.5 6a.5.5 0 0 0-.488.608l1.652 7.434A2.5 2.5 0 0 0 4.104 16h5.792a2.5 2.5 0 0 0 2.44-1.958l.131-.59a3 3 0 0 0 1.3-5.854l.221-.99A.5.5 0 0 0 13.5 6zM13 12.5a2 2 0 0 1-.316-.025l.867-3.898A2.001 2.001 0 0 1 13 12.5M2.64 13.825 1.123 7h11.754l-1.517 6.825A1.5 1.5 0 0 1 9.896 15H4.104a1.5 1.5 0 0 1-1.464-1.175\'/><path d=\'m4.4.8-.003.004-.014.019a4 4 0 0 0-.204.31 2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543.112.2.22.455.22.745 0 .188-.065.368-.119.494a3 3 0 0 1-.202.388 5 5 0 0 1-.253.382l-.018.025-.005.008-.002.002A.5.5 0 0 1 3.6 4.2l.003-.004.014-.019a4 4 0 0 0 .204-.31 2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 3.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 3 1.5c0-.188.065-.368.119-.494.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 4.4.8m3 0-.003.004-.014.019a4 4 0 0 0-.204.31 2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543.112.2.22.455.22.745 0 .188-.065.368-.119.494a3 3 0 0 1-.202.388 5 5 0 0 1-.253.382l-.018.025-.005.008-.002.002A.5.5 0 0 1 6.6 4.2l.003-.004.014-.019a4 4 0 0 0 .204-.31 2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 6.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 6 1.5c0-.188.065-.368.119-.494.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 7.4.8m3 0-.003.004-.014.019a4 4 0 0 0-.204.31 2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543.112.2.22.455.22.745 0 .188-.065.368-.119.494a3 3 0 0 1-.202.388 5 5 0 0 1-.252.382l-.019.025-.005.008-.002.002A.5.5 0 0 1 9.6 4.2l.003-.004.014-.019a4 4 0 0 0 .204-.31 2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 9.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 9 1.5c0-.188.065-.368.119-.494.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 10.4.8\'/></svg>"}},{"terms":["real, world, mug, steam, coffee, tea"],"label":"cup-hot-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cup-hot-fill\'><path fill-rule=\'evenodd\' d=\'M.5 6a.5.5 0 0 0-.488.608l1.652 7.434A2.5 2.5 0 0 0 4.104 16h5.792a2.5 2.5 0 0 0 2.44-1.958l.131-.59a3 3 0 0 0 1.3-5.854l.221-.99A.5.5 0 0 0 13.5 6zM13 12.5a2 2 0 0 1-.316-.025l.867-3.898A2.001 2.001 0 0 1 13 12.5\'/><path d=\'m4.4.8-.003.004-.014.019a4 4 0 0 0-.204.31 2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543.112.2.22.455.22.745 0 .188-.065.368-.119.494a3 3 0 0 1-.202.388 5 5 0 0 1-.253.382l-.018.025-.005.008-.002.002A.5.5 0 0 1 3.6 4.2l.003-.004.014-.019a4 4 0 0 0 .204-.31 2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 3.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 3 1.5c0-.188.065-.368.119-.494.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 4.4.8m3 0-.003.004-.014.019a4 4 0 0 0-.204.31 2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543.112.2.22.455.22.745 0 .188-.065.368-.119.494a3 3 0 0 1-.202.388 5 5 0 0 1-.253.382l-.018.025-.005.008-.002.002A.5.5 0 0 1 6.6 4.2l.003-.004.014-.019a4 4 0 0 0 .204-.31 2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 6.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 6 1.5c0-.188.065-.368.119-.494.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 7.4.8m3 0-.003.004-.014.019a4 4 0 0 0-.204.31 2 2 0 0 0-.141.267c-.026.06-.034.092-.037.103v.004a.6.6 0 0 0 .091.248c.075.133.178.272.308.445l.01.012c.118.158.26.347.37.543.112.2.22.455.22.745 0 .188-.065.368-.119.494a3 3 0 0 1-.202.388 5 5 0 0 1-.252.382l-.019.025-.005.008-.002.002A.5.5 0 0 1 9.6 4.2l.003-.004.014-.019a4 4 0 0 0 .204-.31 2 2 0 0 0 .141-.267c.026-.06.034-.092.037-.103a.6.6 0 0 0-.09-.252A4 4 0 0 0 9.6 2.8l-.01-.012a5 5 0 0 1-.37-.543A1.53 1.53 0 0 1 9 1.5c0-.188.065-.368.119-.494.059-.138.134-.274.202-.388a6 6 0 0 1 .253-.382l.025-.035A.5.5 0 0 1 10.4.8\'/></svg>"}},{"terms":["real, world, mug, glass, drink"],"label":"cup-straw","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cup-straw\'><path d=\'M13.902.334a.5.5 0 0 1-.28.65l-2.254.902-.4 1.927c.376.095.715.215.972.367.228.135.56.396.56.82q0 .069-.011.132l-.962 9.068a1.28 1.28 0 0 1-.524.93c-.488.34-1.494.87-3.01.87s-2.522-.53-3.01-.87a1.28 1.28 0 0 1-.524-.93L3.51 5.132A1 1 0 0 1 3.5 5c0-.424.332-.685.56-.82.262-.154.607-.276.99-.372C5.824 3.614 6.867 3.5 8 3.5c.712 0 1.389.045 1.985.127l.464-2.215a.5.5 0 0 1 .303-.356l2.5-1a.5.5 0 0 1 .65.278M9.768 4.607A14 14 0 0 0 8 4.5c-1.076 0-2.033.11-2.707.278A3.3 3.3 0 0 0 4.645 5c.146.073.362.15.648.222C5.967 5.39 6.924 5.5 8 5.5c.571 0 1.109-.03 1.588-.085zm.292 1.756C9.445 6.45 8.742 6.5 8 6.5c-1.133 0-2.176-.114-2.95-.308a6 6 0 0 1-.435-.127l.838 8.03c.013.121.06.186.102.215.357.249 1.168.69 2.438.69s2.081-.441 2.438-.69c.042-.029.09-.094.102-.215l.852-8.03a6 6 0 0 1-.435.127 9 9 0 0 1-.89.17zM4.467 4.884s.003.002.005.006zm7.066 0-.005.006zM11.354 5a3 3 0 0 0-.604-.21l-.099.445.055-.013c.286-.072.502-.149.648-.222\'/></svg>"}},{"terms":["commerce, money, finance, crypto"],"label":"currency-bitcoin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-bitcoin\'><path d=\'M5.5 13v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.5v1.25c0 .138.112.25.25.25h1a.25.25 0 0 0 .25-.25V13h.084c1.992 0 3.416-1.033 3.416-2.82 0-1.502-1.007-2.323-2.186-2.44v-.088c.97-.242 1.683-.974 1.683-2.19C11.997 3.93 10.847 3 9.092 3H9V1.75a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V3h-.573V1.75a.25.25 0 0 0-.25-.25H5.75a.25.25 0 0 0-.25.25V3l-1.998.011a.25.25 0 0 0-.25.25v.989c0 .137.11.25.248.25l.755-.005a.75.75 0 0 1 .745.75v5.505a.75.75 0 0 1-.75.75l-.748.011a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25zm1.427-8.513h1.719c.906 0 1.438.498 1.438 1.312 0 .871-.575 1.362-1.877 1.362h-1.28zm0 4.051h1.84c1.137 0 1.756.58 1.756 1.524 0 .953-.626 1.45-2.158 1.45H6.927z\'/></svg>"}},{"terms":["commerce, money, finance, usd"],"label":"currency-dollar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-dollar\'><path d=\'M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z\'/></svg>"}},{"terms":["commerce, money, finance"],"label":"currency-euro","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-euro\'><path d=\'M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936q-.002-.165.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.6 6.6 0 0 0 10.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z\'/></svg>"}},{"terms":["commerce, money, finance"],"label":"currency-exchange","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-exchange\'><path d=\'M0 5a5 5 0 0 0 4.027 4.905 6.5 6.5 0 0 1 .544-2.073C3.695 7.536 3.132 6.864 3 5.91h-.5v-.426h.466V5.05q-.001-.07.004-.135H2.5v-.427h.511C3.236 3.24 4.213 2.5 5.681 2.5c.316 0 .59.031.819.085v.733a3.5 3.5 0 0 0-.815-.082c-.919 0-1.538.466-1.734 1.252h1.917v.427h-1.98q-.004.07-.003.147v.422h1.983v.427H3.93c.118.602.468 1.03 1.005 1.229a6.5 6.5 0 0 1 4.97-3.113A5.002 5.002 0 0 0 0 5m16 5.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0m-7.75 1.322c.069.835.746 1.485 1.964 1.562V14h.54v-.62c1.259-.086 1.996-.74 1.996-1.69 0-.865-.563-1.31-1.57-1.54l-.426-.1V8.374c.54.06.884.347.966.745h.948c-.07-.804-.779-1.433-1.914-1.502V7h-.54v.629c-1.076.103-1.808.732-1.808 1.622 0 .787.544 1.288 1.45 1.493l.358.085v1.78c-.554-.08-.92-.376-1.003-.787zm1.96-1.895c-.532-.12-.82-.364-.82-.732 0-.41.311-.719.824-.809v1.54h-.005zm.622 1.044c.645.145.943.38.943.796 0 .474-.37.8-1.02.86v-1.674z\'/></svg>"}},{"terms":["commerce, money, finance"],"label":"currency-pound","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-pound\'><path d=\'M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.3 5.3 0 0 1 2.103.465V2.456A5.6 5.6 0 0 0 9.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4z\'/></svg>"}},{"terms":["commerce, money, finance"],"label":"currency-rupee","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-rupee\'><path d=\'M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4z\'/></svg>"}},{"terms":["commerce, money, finance"],"label":"currency-yen","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'currency-yen\'><path d=\'M8.75 14v-2.629h2.446v-.967H8.75v-1.31h2.445v-.967H9.128L12.5 2h-1.699L8.047 7.327h-.086L5.207 2H3.5l3.363 6.127H4.778v.968H7.25v1.31H4.78v.966h2.47V14h1.502z\'/></svg>"}},{"terms":["geo, pointer"],"label":"cursor","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cursor\'><path d=\'M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103zM2.25 8.184l3.897 1.67a.5.5 0 0 1 .262.263l1.67 3.897L12.743 3.52z\'/></svg>"}},{"terms":["geo, pointer"],"label":"cursor-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cursor-fill\'><path d=\'M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z\'/></svg>"}},{"terms":["typography, text, type, cursor"],"label":"cursor-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'cursor-text\'><path d=\'M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.17 4.17 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.17 4.17 0 0 1-2.06-.566A5 5 0 0 1 8 13.65a5 5 0 0 1-.44.285 4.17 4.17 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.5 3.5 0 0 0-.436-.294A3.17 3.17 0 0 0 5.5 2.5.5.5 0 0 1 5 2m2.648 10.645\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash\'><path d=\'M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-circle-dotted","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-circle-dotted\'><path d=\'M8 0q-.264 0-.523.017l.064.998a7 7 0 0 1 .918 0l.064-.998A8 8 0 0 0 8 0M6.44.152q-.52.104-1.012.27l.321.948q.43-.147.884-.237L6.44.153zm4.132.271a8 8 0 0 0-1.011-.27l-.194.98q.453.09.884.237zm1.873.925a8 8 0 0 0-.906-.524l-.443.896q.413.205.793.459zM4.46.824q-.471.233-.905.524l.556.83a7 7 0 0 1 .793-.458zM2.725 1.985q-.394.346-.74.74l.752.66q.303-.345.648-.648zm11.29.74a8 8 0 0 0-.74-.74l-.66.752q.346.303.648.648zm1.161 1.735a8 8 0 0 0-.524-.905l-.83.556q.254.38.458.793l.896-.443zM1.348 3.555q-.292.433-.524.906l.896.443q.205-.413.459-.793zM.423 5.428a8 8 0 0 0-.27 1.011l.98.194q.09-.453.237-.884zM15.848 6.44a8 8 0 0 0-.27-1.012l-.948.321q.147.43.237.884zM.017 7.477a8 8 0 0 0 0 1.046l.998-.064a7 7 0 0 1 0-.918zM16 8a8 8 0 0 0-.017-.523l-.998.064a7 7 0 0 1 0 .918l.998.064A8 8 0 0 0 16 8M.152 9.56q.104.52.27 1.012l.948-.321a7 7 0 0 1-.237-.884l-.98.194zm15.425 1.012q.168-.493.27-1.011l-.98-.194q-.09.453-.237.884zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a7 7 0 0 1-.458-.793zm13.828.905q.292-.434.524-.906l-.896-.443q-.205.413-.459.793zm-12.667.83q.346.394.74.74l.66-.752a7 7 0 0 1-.648-.648zm11.29.74q.394-.346.74-.74l-.752-.66q-.302.346-.648.648zm-1.735 1.161q.471-.233.905-.524l-.556-.83a7 7 0 0 1-.793.458zm-7.985-.524q.434.292.906.524l.443-.896a7 7 0 0 1-.793-.459zm1.873.925q.493.168 1.011.27l.194-.98a7 7 0 0 1-.884-.237zm4.132.271a8 8 0 0 0 1.012-.27l-.321-.948a7 7 0 0 1-.884.237l.194.98zm-2.083.135a8 8 0 0 0 1.046 0l-.064-.998a7 7 0 0 1-.918 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-lg\'><path fill-rule=\'evenodd\' d=\'M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-square-dotted","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-square-dotted\'><path d=\'M2.5 0q-.25 0-.487.048l.194.98A1.5 1.5 0 0 1 2.5 1h.458V0zm2.292 0h-.917v1h.917zm1.833 0h-.917v1h.917zm1.833 0h-.916v1h.916zm1.834 0h-.917v1h.917zm1.833 0h-.917v1h.917zM13.5 0h-.458v1h.458q.151 0 .293.029l.194-.981A2.5 2.5 0 0 0 13.5 0m2.079 1.11a2.5 2.5 0 0 0-.69-.689l-.556.831q.248.167.415.415l.83-.556zM1.11.421a2.5 2.5 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415zM16 2.5q0-.25-.048-.487l-.98.194q.027.141.028.293v.458h1zM.048 2.013A2.5 2.5 0 0 0 0 2.5v.458h1V2.5q0-.151.029-.293zM0 3.875v.917h1v-.917zm16 .917v-.917h-1v.917zM0 5.708v.917h1v-.917zm16 .917v-.917h-1v.917zM0 7.542v.916h1v-.916zm15 .916h1v-.916h-1zM0 9.375v.917h1v-.917zm16 .917v-.917h-1v.917zm-16 .916v.917h1v-.917zm16 .917v-.917h-1v.917zm-16 .917v.458q0 .25.048.487l.98-.194A1.5 1.5 0 0 1 1 13.5v-.458zm16 .458v-.458h-1v.458q0 .151-.029.293l.981.194Q16 13.75 16 13.5M.421 14.89c.183.272.417.506.69.689l.556-.831a1.5 1.5 0 0 1-.415-.415zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373Q2.25 16 2.5 16h.458v-1H2.5q-.151 0-.293-.029zM13.5 16q.25 0 .487-.048l-.194-.98A1.5 1.5 0 0 1 13.5 15h-.458v1zm-9.625 0h.917v-1h-.917zm1.833 0h.917v-1h-.917zm1.834 0h.916v-1h-.916zm1.833 0h.917v-1h-.917zm1.833 0h.917v-1h-.917zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, minus"],"label":"dash-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dash-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["devices, server, data"],"label":"database","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database\'><path d=\'M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313M13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777A5 5 0 0 0 13 5.698M14 4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16s3.022-.289 4.096-.777C13.125 14.755 14 14.007 14 13zm-1 4.698V10c0 .374-.356.875-1.318 1.313C10.766 11.729 9.464 12 8 12s-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10s3.022-.289 4.096-.777A5 5 0 0 0 13 8.698m0 3V13c0 .374-.356.875-1.318 1.313C10.766 14.729 9.464 15 8 15s-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13s3.022-.289 4.096-.777c.324-.147.633-.323.904-.525\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-add","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-add\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0\'/><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-check\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514\'/><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1\'/><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-down\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V10.5a.5.5 0 0 0-1 0v2.793l-.646-.647a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0\'/><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-exclamation\'><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill\'><path d=\'M3.904 1.777C4.978 1.289 6.427 1 8 1s3.022.289 4.096.777C13.125 2.245 14 2.993 14 4s-.875 1.755-1.904 2.223C11.022 6.711 9.573 7 8 7s-3.022-.289-4.096-.777C2.875 5.755 2 5.007 2 4s.875-1.755 1.904-2.223\'/><path d=\'M2 6.161V7c0 1.007.875 1.755 1.904 2.223C4.978 9.71 6.427 10 8 10s3.022-.289 4.096-.777C13.125 8.755 14 8.007 14 7v-.839c-.457.432-1.004.751-1.49.972C11.278 7.693 9.682 8 8 8s-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972\'/><path d=\'M2 9.161V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13s3.022-.289 4.096-.777C13.125 11.755 14 11.007 14 10v-.839c-.457.432-1.004.751-1.49.972-1.232.56-2.828.867-4.51.867s-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972\'/><path d=\'M2 12.161V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16s3.022-.289 4.096-.777C13.125 14.755 14 14.007 14 13v-.839c-.457.432-1.004.751-1.49.972-1.232.56-2.828.867-4.51.867s-3.278-.307-4.51-.867c-.486-.22-1.033-.54-1.49-.972\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-add","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-add\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-check","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-check\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-dash","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-down","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-down\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V10.5a.5.5 0 0 0-1 0v2.793l-.646-.647a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-exclamation","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-exclamation\'><path d=\'M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-gear","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-gear\'><path d=\'M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905m3.631-4.538c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-lock","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-lock\'><path d=\'M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M3.904 9.223C2.875 8.755 2 8.007 2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.5 4.5 0 0 0-1.364-.125 3 3 0 0 0-2.197.731 4.5 4.5 0 0 0-1.254 1.237A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777M8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16q.134 0 .266-.003A2 2 0 0 1 8 15zm0-1.5q0 .15.01.3A2 2 0 0 0 8 13c-1.573 0-3.022-.289-4.096-.777C2.875 11.755 2 11.007 2 10v-.839c.457.432 1.004.751 1.49.972C4.722 10.693 6.318 11 8 11q.13 0 .257-.002A4.5 4.5 0 0 0 8 12.5\'/><path d=\'M9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-slash","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-slash\'><path d=\'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95ZM8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-up","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-up\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-fill-x","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-fill-x\'><path d=\'M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1\'/><path d=\'M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-gear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-gear\'><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/><path d=\'M11.886 9.46c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-lock\'><path d=\'M13 5.698a5 5 0 0 1-.904.525C11.022 6.711 9.573 7 8 7s-3.022-.289-4.096-.777A5 5 0 0 1 3 5.698V7c0 .374.356.875 1.318 1.313C5.234 8.729 6.536 9 8 9c.666 0 1.298-.056 1.876-.156-.43.31-.804.693-1.102 1.132A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777A5 5 0 0 1 3 8.698V10c0 .374.356.875 1.318 1.313C5.234 11.729 6.536 12 8 12h.027a4.6 4.6 0 0 0-.017.8A2 2 0 0 0 8 13c-1.573 0-3.022-.289-4.096-.777A5 5 0 0 1 3 11.698V13c0 .374.356.875 1.318 1.313C5.234 14.729 6.536 15 8 15c0 .363.097.704.266.997Q8.134 16.001 8 16c-1.573 0-3.022-.289-4.096-.777C2.875 14.755 2 14.007 2 13V4c0-1.007.875-1.755 1.904-2.223C4.978 1.289 6.427 1 8 1s3.022.289 4.096.777C13.125 2.245 14 2.993 14 4v4.256a4.5 4.5 0 0 0-1.753-.249C12.787 7.654 13 7.289 13 7zm-8.682-3.01C3.356 3.124 3 3.625 3 4c0 .374.356.875 1.318 1.313C5.234 5.729 6.536 6 8 6s2.766-.27 3.682-.687C12.644 4.875 13 4.373 13 4c0-.374-.356-.875-1.318-1.313C10.766 2.271 9.464 2 8 2s-2.766.27-3.682.687Z\'/><path d=\'M9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-slash\'><path d=\'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z\'/><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-up\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0\'/><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/></svg>"}},{"terms":["devices, server, data"],"label":"database-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'database-x\'><path d=\'M12.096 6.223A5 5 0 0 0 13 5.698V7c0 .289-.213.654-.753 1.007a4.5 4.5 0 0 1 1.753.25V4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-.813-.927Q8.378 15 8 15c-1.464 0-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13h.027a4.6 4.6 0 0 1 0-1H8c-1.464 0-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10q.393 0 .774-.024a4.5 4.5 0 0 1 1.102-1.132C9.298 8.944 8.666 9 8 9c-1.464 0-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777M3 4c0-.374.356-.875 1.318-1.313C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708\'/></svg>"}},{"terms":["devices, drive, hard, drive"],"label":"device-hdd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'device-hdd\'><path d=\'M12 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-7.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M8 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/><path d=\'M12 7a4 4 0 0 1-3.937 4c-.537.813-1.02 1.515-1.181 1.677a1.102 1.102 0 0 1-1.56-1.559c.1-.098.396-.314.795-.588A4 4 0 0 1 8 3a4 4 0 0 1 4 4m-1 0a3 3 0 1 0-3.891 2.865c.667-.44 1.396-.91 1.955-1.268.224-.144.483.115.34.34l-.62.96A3 3 0 0 0 11 7\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["devices, drive, hard, drive"],"label":"device-hdd-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'device-hdd-fill\'><path d=\'M8.785 9.896A3.001 3.001 0 0 0 8 4a3 3 0 0 0-.891 5.865c.667-.44 1.396-.91 1.955-1.268.224-.144.483.115.34.34zM9 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm9 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 13a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-9.5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M4 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m2.882 11.177a1.102 1.102 0 0 1-1.56-1.559c.1-.098.396-.314.795-.588a4 4 0 1 1 1.946.47c-.537.813-1.02 1.515-1.181 1.677\'/></svg>"}},{"terms":["devices, solid, state, drive"],"label":"device-ssd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'device-ssd\'><path d=\'M4.75 4a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75zM5 8V5h6v3zm0-5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m7 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m7 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm11 12V2a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2a1 1 0 0 0 1-1m-7.25 1v-2H5v2zm1.75 0v-2h-.75v2zm1.75 0v-2H8.5v2zM11 13h-.75v2H11z\'/></svg>"}},{"terms":["devices, solid, state, drive"],"label":"device-ssd-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'device-ssd-fill\'><path d=\'M5 8V4h6v4z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m9 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M3.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m9.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M4.75 3h6.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 8.25v-4.5A.75.75 0 0 1 4.75 3M5 12h6a1 1 0 0 1 1 1v2h-1v-2h-.75v2h-1v-2H8.5v2h-1v-2h-.75v2h-1v-2H5v2H4v-2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["graphics, node, diagram, sitemap, children, org, chart"],"label":"diagram-2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diagram-2\'><path fill-rule=\'evenodd\' d=\'M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["graphics, node, diagram, sitemap, children, org, chart"],"label":"diagram-2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diagram-2-fill\'><path fill-rule=\'evenodd\' d=\'M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5zm-3 8A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5z\'/></svg>"}},{"terms":["graphics, node, diagram, sitemap, children, org, chart"],"label":"diagram-3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diagram-3\'><path fill-rule=\'evenodd\' d=\'M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["graphics, node, diagram, sitemap, children, org, chart"],"label":"diagram-3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diagram-3-fill\'><path fill-rule=\'evenodd\' d=\'M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5z\'/></svg>"}},{"terms":["shapes, shape"],"label":"diamond","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diamond\'><path d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\'/></svg>"}},{"terms":["shapes, shape"],"label":"diamond-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diamond-fill\'><path fill-rule=\'evenodd\' d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098z\'/></svg>"}},{"terms":["shapes, shape"],"label":"diamond-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'diamond-half\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM8 .989c.127 0 .253.049.35.145l6.516 6.516a.495.495 0 0 1 0 .7L8.35 14.866a.5.5 0 0 1-.35.145z\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-1","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-1\'><circle cx=\'8\' cy=\'8\' r=\'1.5\'/><path d=\'M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-1-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-1-fill\'><path d=\'M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zm5 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-2\'><path d=\'M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z\'/><path d=\'M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-2-fill\'><path d=\'M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-3\'><path d=\'M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z\'/><path d=\'M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-3-fill\'><path d=\'M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-4\'><path d=\'M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z\'/><path d=\'M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-4-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-4-fill\'><path d=\'M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M4 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-5","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-5\'><path d=\'M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z\'/><path d=\'M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-5-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-5-fill\'><path d=\'M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-6","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-6\'><path d=\'M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z\'/><path d=\'M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-8 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["entertainment, dice, die, games, gaming, gambling"],"label":"dice-6-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dice-6-fill\'><path d=\'M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M12 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M4 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["media, cd, compact, disc, bluray, dvd"],"label":"disc","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'disc\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0M8 4a4 4 0 0 0-4 4 .5.5 0 0 1-1 0 5 5 0 0 1 5-5 .5.5 0 0 1 0 1m4.5 3.5a.5.5 0 0 1 .5.5 5 5 0 0 1-5 5 .5.5 0 0 1 0-1 4 4 0 0 0 4-4 .5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["media, cd, compact, disc, bluray, dvd"],"label":"disc-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'disc-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-6 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0M4 8a4 4 0 0 1 4-4 .5.5 0 0 0 0-1 5 5 0 0 0-5 5 .5.5 0 0 0 1 0m9 0a.5.5 0 1 0-1 0 4 4 0 0 1-4 4 .5.5 0 0 0 0 1 5 5 0 0 0 5-5\'/></svg>"}},{"terms":["brand, social, chat"],"label":"discord","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'discord\'><path d=\'M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612\'/></svg>"}},{"terms":["devices, monitor, external"],"label":"display","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'display\'><path d=\'M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4q0 1 .25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75Q6 13 6 12H2s-2 0-2-2zm1.398-.855a.76.76 0 0 0-.254.302A1.5 1.5 0 0 0 1 4.01V10c0 .325.078.502.145.602q.105.156.302.254a1.5 1.5 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.76.76 0 0 0 .254-.302 1.5 1.5 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.76.76 0 0 0-.302-.254A1.5 1.5 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145\'/></svg>"}},{"terms":["devices, monitor, external"],"label":"display-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'display-fill\'><path d=\'M6 12q0 1-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75Q10 13 10 12h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2z\'/></svg>"}},{"terms":["devices, video, input"],"label":"displayport","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'displayport\'><path d=\'M2.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0V8h10v.5a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M1 5a1 1 0 0 0-1 1v3.191a1 1 0 0 0 .553.894l1.618.81a1 1 0 0 0 .447.105H15a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm0 1h14v4H2.618L1 9.191z\'/></svg>"}},{"terms":["devices, video, input"],"label":"displayport-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'displayport-fill\'><path d=\'M1 5a1 1 0 0 0-1 1v3.191a1 1 0 0 0 .553.894l1.618.81a1 1 0 0 0 .447.105H15a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm1.5 2h11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8H3v.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["graphics, space, align"],"label":"distribute-horizontal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'distribute-horizontal\'><path fill-rule=\'evenodd\' d=\'M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5m-13 0a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5\'/><path d=\'M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\'/></svg>"}},{"terms":["graphics, space, align"],"label":"distribute-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'distribute-vertical\'><path fill-rule=\'evenodd\' d=\'M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5m0 13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5\'/><path d=\'M2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["real, world, door, logout, signout"],"label":"door-closed","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'door-closed\'><path d=\'M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3zm1 13h8V2H4z\'/><path d=\'M9 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0\'/></svg>"}},{"terms":["real, world, door, logout, signout"],"label":"door-closed-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'door-closed-fill\'><path d=\'M12 1a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2a1 1 0 0 1 1-1zm-2 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["real, world, door, login, signin"],"label":"door-open","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'door-open\'><path d=\'M8.5 10c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1\'/><path d=\'M10.828.122A.5.5 0 0 1 11 .5V1h.5A1.5 1.5 0 0 1 13 2.5V15h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117M11.5 2H11v13h1V2.5a.5.5 0 0 0-.5-.5M4 1.934V15h6V1.077z\'/></svg>"}},{"terms":["real, world, door, login, signin"],"label":"door-open-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'door-open-fill\'><path d=\'M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15zM11 2h.5a.5.5 0 0 1 .5.5V15h-1zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1\'/></svg>"}},{"terms":["ui, and, keyboard, middot"],"label":"dot","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dot\'><path d=\'M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/></svg>"}},{"terms":["miscellaneous, arrow, network, save"],"label":"download","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'download\'><path d=\'M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5\'/><path d=\'M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z\'/></svg>"}},{"terms":["entertainment, gaming, controller, direction"],"label":"dpad","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dpad\'><path d=\'m7.788 2.34-.799 1.278A.25.25 0 0 0 7.201 4h1.598a.25.25 0 0 0 .212-.382l-.799-1.279a.25.25 0 0 0-.424 0Zm0 11.32-.799-1.277A.25.25 0 0 1 7.201 12h1.598a.25.25 0 0 1 .212.383l-.799 1.278a.25.25 0 0 1-.424 0ZM3.617 9.01 2.34 8.213a.25.25 0 0 1 0-.424l1.278-.799A.25.25 0 0 1 4 7.201V8.8a.25.25 0 0 1-.383.212Zm10.043-.798-1.277.799A.25.25 0 0 1 12 8.799V7.2a.25.25 0 0 1 .383-.212l1.278.799a.25.25 0 0 1 0 .424Z\'/><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v3a.5.5 0 0 1-.5.5h-3A1.5 1.5 0 0 0 0 6.5v3A1.5 1.5 0 0 0 1.5 11h3a.5.5 0 0 1 .5.5v3A1.5 1.5 0 0 0 6.5 16h3a1.5 1.5 0 0 0 1.5-1.5v-3a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 0 16 9.5v-3A1.5 1.5 0 0 0 14.5 5h-3a.5.5 0 0 1-.5-.5v-3A1.5 1.5 0 0 0 9.5 0zM6 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3A1.5 1.5 0 0 0 11.5 6h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a1.5 1.5 0 0 0-1.5 1.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3A1.5 1.5 0 0 0 4.5 10h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 0 6 4.5z\'/></svg>"}},{"terms":["entertainment, gaming, controller, direction"],"label":"dpad-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dpad-fill\'><path d=\'M6.5 0A1.5 1.5 0 0 0 5 1.5v3a.5.5 0 0 1-.5.5h-3A1.5 1.5 0 0 0 0 6.5v3A1.5 1.5 0 0 0 1.5 11h3a.5.5 0 0 1 .5.5v3A1.5 1.5 0 0 0 6.5 16h3a1.5 1.5 0 0 0 1.5-1.5v-3a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 0 16 9.5v-3A1.5 1.5 0 0 0 14.5 5h-3a.5.5 0 0 1-.5-.5v-3A1.5 1.5 0 0 0 9.5 0zm1.288 2.34a.25.25 0 0 1 .424 0l.799 1.278A.25.25 0 0 1 8.799 4H7.201a.25.25 0 0 1-.212-.382zm0 11.32-.799-1.277A.25.25 0 0 1 7.201 12H8.8a.25.25 0 0 1 .212.383l-.799 1.278a.25.25 0 0 1-.424 0Zm-4.17-4.65-1.279-.798a.25.25 0 0 1 0-.424l1.279-.799A.25.25 0 0 1 4 7.201V8.8a.25.25 0 0 1-.382.212Zm10.043-.798-1.278.799A.25.25 0 0 1 12 8.799V7.2a.25.25 0 0 1 .383-.212l1.278.799a.25.25 0 0 1 0 .424Z\'/></svg>"}},{"terms":["brand, social"],"label":"dribbble","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dribbble\'><path fill-rule=\'evenodd\' d=\'M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8c4.408 0 8-3.584 8-8s-3.592-8-8-8m5.284 3.688a6.8 6.8 0 0 1 1.545 4.251c-.226-.043-2.482-.503-4.755-.217-.052-.112-.096-.234-.148-.355-.139-.33-.295-.668-.451-.99 2.516-1.023 3.662-2.498 3.81-2.69zM8 1.18c1.735 0 3.323.65 4.53 1.718-.122.174-1.155 1.553-3.584 2.464-1.12-2.056-2.36-3.74-2.551-4A7 7 0 0 1 8 1.18m-2.907.642A43 43 0 0 1 7.627 5.77c-3.193.85-6.013.833-6.317.833a6.87 6.87 0 0 1 3.783-4.78zM1.163 8.01V7.8c.295.01 3.61.053 7.02-.971.199.381.381.772.555 1.162l-.27.078c-3.522 1.137-5.396 4.243-5.553 4.504a6.82 6.82 0 0 1-1.752-4.564zM8 14.837a6.8 6.8 0 0 1-4.19-1.44c.12-.252 1.509-2.924 5.361-4.269.018-.009.026-.009.044-.017a28.3 28.3 0 0 1 1.457 5.18A6.7 6.7 0 0 1 8 14.837m3.81-1.171c-.07-.417-.435-2.412-1.328-4.868 2.143-.338 4.017.217 4.251.295a6.77 6.77 0 0 1-2.924 4.573z\'/></svg>"}},{"terms":["brand, dropbox"],"label":"dropbox","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'dropbox\'><path d=\'M8.01 4.555 4.005 7.11 8.01 9.665 4.005 12.22 0 9.651l4.005-2.555L0 4.555 4.005 2zm-4.026 8.487 4.006-2.555 4.005 2.555-4.005 2.555zm4.026-3.39 4.005-2.556L8.01 4.555 11.995 2 16 4.555 11.995 7.11 16 9.665l-4.005 2.555z\'/></svg>"}},{"terms":["graphics, water-drop, paint, ink, liquid"],"label":"droplet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'droplet\'><path fill-rule=\'evenodd\' d=\'M7.21.8C7.69.295 8 0 8 0q.164.544.371 1.038c.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8m.413 1.021A31 31 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10a5 5 0 0 0 10 0c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z\'/><path fill-rule=\'evenodd\' d=\'M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87z\'/></svg>"}},{"terms":["graphics, water-drop, paint, ink, liquid"],"label":"droplet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'droplet-fill\'><path d=\'M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6M6.646 4.646l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448c.82-1.641 1.717-2.753 2.093-3.13\'/></svg>"}},{"terms":["graphics, water-drop, paint, ink, liquid"],"label":"droplet-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'droplet-half\'><path fill-rule=\'evenodd\' d=\'M7.21.8C7.69.295 8 0 8 0q.164.544.371 1.038c.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8m.413 1.021A31 31 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10c0 0 2.5 1.5 5 .5s5-.5 5-.5c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z\'/><path fill-rule=\'evenodd\' d=\'M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"duffle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'duffle\'><path d=\'M8 5.75c1.388 0 2.673.193 3.609.385a18 18 0 0 1 1.43.354l.112.034.002.001h.001a.5.5 0 0 1-.308.952l-.004-.002-.018-.005a17 17 0 0 0-1.417-.354A17.3 17.3 0 0 0 8 6.75a17.3 17.3 0 0 0-3.408.365 17 17 0 0 0-1.416.354l-.018.005-.003.001a.5.5 0 1 1-.308-.95A17.3 17.3 0 0 1 8 5.75\'/><path d=\'M5.229 2.722c-.126.461-.19.945-.222 1.375-1.401.194-2.65.531-3.525 1.012C-.644 6.278.036 11.204.393 13.127a.954.954 0 0 0 .95.772h13.314a.954.954 0 0 0 .95-.772c.357-1.923 1.037-6.85-1.09-8.018-.873-.48-2.123-.818-3.524-1.012a7.4 7.4 0 0 0-.222-1.375c-.162-.593-.445-1.228-.971-1.622-1.115-.836-2.485-.836-3.6 0-.526.394-.81 1.03-.971 1.622M9.2 1.9c.26.195.466.57.606 1.085.088.322.142.667.173.998a23.3 23.3 0 0 0-3.958 0 6 6 0 0 1 .173-.998c.14-.515.346-.89.606-1.085.76-.57 1.64-.57 2.4 0M8 4.9c2.475 0 4.793.402 6.036 1.085.238.13.472.406.655.93.183.522.28 1.195.303 1.952.047 1.486-.189 3.088-.362 4.032H1.368c-.173-.944-.409-2.545-.362-4.032.024-.757.12-1.43.303-1.952.183-.524.417-.8.655-.93C3.207 5.302 5.525 4.9 8 4.9\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"duffle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'duffle-fill\'><path d=\'M5.007 4.097q.011-.146.027-.298c.05-.464.141-.979.313-1.45.169-.465.432-.933.853-1.249 1.115-.836 2.485-.836 3.6 0 .42.316.684.784.853 1.25.171.47.263.985.313 1.449q.016.15.027.298c1.401.194 2.65.531 3.525 1.012 2.126 1.169 1.446 6.095 1.089 8.018a.954.954 0 0 1-.95.772H1.343a.954.954 0 0 1-.95-.772c-.357-1.923-1.037-6.85 1.09-8.018.873-.48 2.123-.818 3.524-1.012M4.05 5.633a22 22 0 0 0-1.565.352l-.091.026-.034.01a.5.5 0 0 0 .282.959l.005-.002.02-.005.08-.023a21 21 0 0 1 1.486-.334A21 21 0 0 1 8 6.25c1.439 0 2.781.183 3.767.367a21 21 0 0 1 1.567.356l.02.005.004.001a.5.5 0 0 0 .283-.959h-.003l-.006-.002-.025-.007a15 15 0 0 0-.43-.113 22 22 0 0 0-1.226-.265A22 22 0 0 0 8 5.25c-1.518 0-2.926.192-3.95.383M6.8 1.9c-.203.153-.377.42-.513.791a5.3 5.3 0 0 0-.265 1.292 35 35 0 0 1 1.374-.076c.866-.022 1.742.003 2.584.076a5.3 5.3 0 0 0-.266-1.292c-.135-.372-.309-.638-.513-.791-.76-.57-1.64-.57-2.4 0Z\'/></svg>"}},{"terms":["real, world, hearing, sound, listen"],"label":"ear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ear\'><path d=\'M8.5 1A4.5 4.5 0 0 0 4 5.5v7.047a2.453 2.453 0 0 0 4.75.861l.512-1.363a5.6 5.6 0 0 1 .816-1.46l2.008-2.581A4.34 4.34 0 0 0 8.66 1zM3 5.5A5.5 5.5 0 0 1 8.5 0h.16a5.34 5.34 0 0 1 4.215 8.618l-2.008 2.581a4.6 4.6 0 0 0-.67 1.197l-.51 1.363A3.453 3.453 0 0 1 3 12.547zM8.5 4A1.5 1.5 0 0 0 7 5.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5 0 1 1 .895.448c-.256.513-.673.865-1.079 1.123A9 9 0 0 1 7 9.313V11.5a.5.5 0 0 1-1 0v-6a2.5 2.5 0 0 1 5 0V6a.5.5 0 0 1-1 0v-.5A1.5 1.5 0 0 0 8.5 4\'/></svg>"}},{"terms":["real, world, hearing, sound, listen"],"label":"ear-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ear-fill\'><path d=\'M8.5 0A5.5 5.5 0 0 0 3 5.5v7.047a3.453 3.453 0 0 0 6.687 1.212l.51-1.363a4.6 4.6 0 0 1 .67-1.197l2.008-2.581A5.34 5.34 0 0 0 8.66 0zM7 5.5v2.695q.168-.09.332-.192c.327-.208.577-.44.72-.727a.5.5 0 1 1 .895.448c-.256.513-.673.865-1.079 1.123A9 9 0 0 1 7 9.313V11.5a.5.5 0 0 1-1 0v-6a2.5 2.5 0 0 1 5 0V6a.5.5 0 0 1-1 0v-.5a1.5 1.5 0 1 0-3 0\'/></svg>"}},{"terms":["devices, headphones"],"label":"earbuds","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'earbuds\'><path fill-rule=\'evenodd\' d=\'M6.825 4.138c.596 2.141-.36 3.593-2.389 4.117a4.4 4.4 0 0 1-2.018.054c-.048-.01.9 2.778 1.522 4.61l.41 1.205a.52.52 0 0 1-.346.659l-.593.19a.55.55 0 0 1-.69-.34L.184 6.99c-.696-2.137.662-4.309 2.564-4.8 2.029-.523 3.402 0 4.076 1.948zm-.868 2.221c.43-.112.561-.993.292-1.969-.269-.975-.836-1.675-1.266-1.563s-.561.994-.292 1.969.836 1.675 1.266 1.563m3.218-2.221c-.596 2.141.36 3.593 2.389 4.117a4.4 4.4 0 0 0 2.018.054c.048-.01-.9 2.778-1.522 4.61l-.41 1.205a.52.52 0 0 0 .346.659l.593.19c.289.092.6-.06.69-.34l2.536-7.643c.696-2.137-.662-4.309-2.564-4.8-2.029-.523-3.402 0-4.076 1.948m.868 2.221c-.43-.112-.561-.993-.292-1.969.269-.975.836-1.675 1.266-1.563s.561.994.292 1.969-.836 1.675-1.266 1.563\'/></svg>"}},{"terms":["graphics, paint, draw, art, present"],"label":"easel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'easel\'><path d=\'M8 0a.5.5 0 0 1 .473.337L9.046 2H14a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.85l1.323 3.837a.5.5 0 1 1-.946.326L11.092 11H8.5v3a.5.5 0 0 1-1 0v-3H4.908l-1.435 4.163a.5.5 0 1 1-.946-.326L3.85 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4.954L7.527.337A.5.5 0 0 1 8 0M2 3v7h12V3z\'/></svg>"}},{"terms":["graphics, paint, draw, art, present"],"label":"easel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'easel-fill\'><path d=\'M8.473.337a.5.5 0 0 0-.946 0L6.954 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h1.85l-1.323 3.837a.5.5 0 1 0 .946.326L4.908 11H7.5v2.5a.5.5 0 0 0 1 0V11h2.592l1.435 4.163a.5.5 0 0 0 .946-.326L12.15 11H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9.046z\'/></svg>"}},{"terms":["graphics, paint, draw, art, present"],"label":"easel2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'easel2\'><path fill-rule=\'evenodd\' d=\'M8 0a.5.5 0 0 1 .447.276L8.81 1h4.69A1.5 1.5 0 0 1 15 2.5V11h.5a.5.5 0 0 1 0 1h-2.86l.845 3.379a.5.5 0 0 1-.97.242L12.11 14H3.89l-.405 1.621a.5.5 0 0 1-.97-.242L3.36 12H.5a.5.5 0 0 1 0-1H1V2.5A1.5 1.5 0 0 1 2.5 1h4.691l.362-.724A.5.5 0 0 1 8 0M2 11h12V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5zm9.61 1H4.39l-.25 1h7.72z\'/></svg>"}},{"terms":["graphics, paint, draw, art, present"],"label":"easel2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'easel2-fill\'><path d=\'M8.447.276a.5.5 0 0 0-.894 0L7.19 1H2.5A1.5 1.5 0 0 0 1 2.5V10h14V2.5A1.5 1.5 0 0 0 13.5 1H8.809z\'/><path fill-rule=\'evenodd\' d=\'M.5 11a.5.5 0 0 0 0 1h2.86l-.845 3.379a.5.5 0 0 0 .97.242L3.89 14h8.22l.405 1.621a.5.5 0 0 0 .97-.242L12.64 12h2.86a.5.5 0 0 0 0-1zm3.64 2 .25-1h7.22l.25 1z\'/></svg>"}},{"terms":["graphics, paint, draw, art, present"],"label":"easel3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'easel3\'><path fill-rule=\'evenodd\' d=\'M8.5 13.134V12h5a1.5 1.5 0 0 0 1.5-1.5V2h.5a.5.5 0 0 0 0-1H.5a.5.5 0 0 0 0 1H1v8.5A1.5 1.5 0 0 0 2.5 12h5v1.134a1 1 0 1 0 1 0M2 2v8.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V2z\'/></svg>"}},{"terms":["graphics, paint, draw, art, present"],"label":"easel3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'easel3-fill\'><path d=\'M8.5 12v1.134a1 1 0 1 1-1 0V12h-5A1.5 1.5 0 0 1 1 10.5V3h14v7.5a1.5 1.5 0 0 1-1.5 1.5zm7-10a.5.5 0 0 0 0-1H.5a.5.5 0 0 0 0 1z\'/></svg>"}},{"terms":["real, world, food"],"label":"egg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'egg\'><path d=\'M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1s.956.206 1.554.716c.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5m0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6\'/></svg>"}},{"terms":["real, world, food"],"label":"egg-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'egg-fill\'><path d=\'M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10\'/></svg>"}},{"terms":["real, world, food"],"label":"egg-fried","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'egg-fried\'><path d=\'M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/><path d=\'M13.997 5.17a5 5 0 0 0-8.101-4.09A5 5 0 0 0 1.28 9.342a5 5 0 0 0 8.336 5.109 3.5 3.5 0 0 0 5.201-4.065 3.001 3.001 0 0 0-.822-5.216zm-1-.034a1 1 0 0 0 .668.977 2.001 2.001 0 0 1 .547 3.478 1 1 0 0 0-.341 1.113 2.5 2.5 0 0 1-3.715 2.905 1 1 0 0 0-1.262.152 4 4 0 0 1-6.67-4.087 1 1 0 0 0-.2-1 4 4 0 0 1 3.693-6.61 1 1 0 0 0 .8-.2 4 4 0 0 1 6.48 3.273z\'/></svg>"}},{"terms":["ui, and, keyboard, disc, cd, dvd"],"label":"eject","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eject\'><path d=\'M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816zM14.346 8.5 8 1.731 1.654 8.5zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1zm14 0h-13v1h13z\'/></svg>"}},{"terms":["ui, and, keyboard, disc, cd, dvd"],"label":"eject-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eject-fill\'><path d=\'M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["emoji, emoticon, anger, upset"],"label":"emoji-angry","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-angry\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.285 12.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683m6.991-8.38a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5s-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761zm-6.552 0a.5.5 0 0 0-.448.894l1.009.504A1.94 1.94 0 0 0 5 6.5C5 7.328 5.448 8 6 8s1-.672 1-1.5c0-.247-.04-.48-.11-.686a.502.502 0 0 0-.166-.761z\'/></svg>"}},{"terms":["emoji, emoticon, anger, upset"],"label":"emoji-angry-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-angry-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.5 4.5 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 1 1-.866.5A3.5 3.5 0 0 0 8 10.5a3.5 3.5 0 0 0-3.032 1.75.5.5 0 0 1-.683.183M10 8c-.552 0-1-.672-1-1.5 0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5\'/></svg>"}},{"terms":["emoji, emoticon, surprised"],"label":"emoji-astonished","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-astonished\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5M4.884 4.022a2 2 0 0 1 1.458-.048.5.5 0 0 0 .316-.948 3 3 0 0 0-2.167.077 3.1 3.1 0 0 0-.773.478q-.036.03-.07.064l-.002.001a.5.5 0 0 0 .707.708l-.001.002.001-.002a2 2 0 0 1 .122-.1 2 2 0 0 1 .41-.232Zm6.232 0a2 2 0 0 0-1.458-.048.5.5 0 1 1-.316-.948 3 3 0 0 1 2.168.077 3 3 0 0 1 .773.478l.07.064v.001a.5.5 0 0 1-.706.708l.002.002-.002-.002a2 2 0 0 0-.122-.1 2 2 0 0 0-.41-.232ZM8 10c-.998 0-1.747.623-2.247 1.246-.383.478.08 1.06.687.98q1.56-.202 3.12 0c.606.08 1.07-.502.687-.98C9.747 10.623 8.998 10 8 10\'/></svg>"}},{"terms":["emoji, emoticon, surprised"],"label":"emoji-astonished-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-astonished-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.884-3.978a2.1 2.1 0 0 1 .53.332.5.5 0 0 0 .708-.708h-.001v-.001a2 2 0 0 0-.237-.197 3 3 0 0 0-.606-.345 3 3 0 0 0-2.168-.077.5.5 0 1 0 .316.948 2 2 0 0 1 1.458.048m-4.774-.048a.5.5 0 0 0 .316-.948 3 3 0 0 0-2.167.077 3.1 3.1 0 0 0-.773.478q-.036.03-.07.064l-.002.001a.5.5 0 1 0 .728.689 2 2 0 0 1 .51-.313 2 2 0 0 1 1.458-.048M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5m-5.247 4.746c-.383.478.08 1.06.687.98q1.56-.202 3.12 0c.606.08 1.07-.502.687-.98C9.747 10.623 8.998 10 8 10s-1.747.623-2.247 1.246\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-dizzy","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-dizzy\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M9.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708m-5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708M10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-dizzy-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-dizzy-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708m5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708M8 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4\'/></svg>"}},{"terms":["emoji, emoticon, neutral, unphased"],"label":"emoji-expressionless","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-expressionless\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m5 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["emoji, emoticon, neutral, unphased"],"label":"emoji-expressionless-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-expressionless-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m5 0h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m-5 4h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["emoji, emoticon, sad"],"label":"emoji-frown","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-frown\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.285 12.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5\'/></svg>"}},{"terms":["emoji, emoticon, sad"],"label":"emoji-frown-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-frown-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m-2.715 5.933a.5.5 0 0 1-.183-.683A4.5 4.5 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 0 1-.866.5A3.5 3.5 0 0 0 8 10.5a3.5 3.5 0 0 0-3.032 1.75.5.5 0 0 1-.683.183M10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-grimace","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-grimace\'><path d=\'M7 6.25c0 .69-.448 1.25-1 1.25s-1-.56-1-1.25S5.448 5 6 5s1 .56 1 1.25m3 1.25c.552 0 1-.56 1-1.25S10.552 5 10 5s-1 .56-1 1.25.448 1.25 1 1.25m2.98 3.25A1.5 1.5 0 0 1 11.5 12h-7a1.5 1.5 0 0 1-1.48-1.747v-.003A1.5 1.5 0 0 1 4.5 9h7a1.5 1.5 0 0 1 1.48 1.747zm-8.48.75h.25v-.75H3.531a1 1 0 0 0 .969.75m7 0a1 1 0 0 0 .969-.75H11.25v.75zm.969-1.25a1 1 0 0 0-.969-.75h-.25v.75zM4.5 9.5a1 1 0 0 0-.969.75H4.75V9.5zm1.75 2v-.75h-1v.75zm.5 0h1v-.75h-1zm1.5 0h1v-.75h-1zm1.5 0h1v-.75h-1zm1-2h-1v.75h1zm-1.5 0h-1v.75h1zm-1.5 0h-1v.75h1zm-1.5 0h-1v.75h1z\'/><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m0-1A7 7 0 1 1 8 1a7 7 0 0 1 0 14\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-grimace-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-grimace-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M7 6.25C7 5.56 6.552 5 6 5s-1 .56-1 1.25.448 1.25 1 1.25 1-.56 1-1.25m3 1.25c.552 0 1-.56 1-1.25S10.552 5 10 5s-1 .56-1 1.25.448 1.25 1 1.25m1.5 4.5a1.5 1.5 0 0 0 1.48-1.25v-.003a1.5 1.5 0 0 0 0-.497A1.5 1.5 0 0 0 11.5 9h-7a1.5 1.5 0 0 0-1.48 1.25v.003a1.5 1.5 0 0 0 0 .497A1.5 1.5 0 0 0 4.5 12zm-7.969-1.25a1 1 0 0 0 .969.75h.25v-.75zm8.938 0a1 1 0 0 1-.969.75h-.25v-.75zM11.5 9.5a1 1 0 0 1 .969.75H11.25V9.5zm-7.969.75A1 1 0 0 1 4.5 9.5h.25v.75zM5.25 11.5h1v-.75h-1zm2.5 0h-1v-.75h1zm1.5 0h-1v-.75h1zm1.5 0h-1v-.75h1zm-1-2h1v.75h-1zm-1.5 0h1v.75h-1zm-1.5 0h1v.75h-1zm-1.5 0h1v.75h-1z\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-grin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-grin\'><path d=\'M12.946 11.398A6.002 6.002 0 0 1 2.108 9.14c-.114-.595.426-1.068 1.028-.997C4.405 8.289 6.48 8.5 8 8.5s3.595-.21 4.864-.358c.602-.07 1.142.402 1.028.998a5.95 5.95 0 0 1-.946 2.258m-.078-2.25C11.588 9.295 9.539 9.5 8 9.5s-3.589-.205-4.868-.352c.11.468.286.91.517 1.317A37 37 0 0 0 8 10.75a37 37 0 0 0 4.351-.285c.231-.407.407-.85.517-1.317m-1.36 2.416c-1.02.1-2.255.186-3.508.186s-2.488-.086-3.507-.186A5 5 0 0 0 8 13a5 5 0 0 0 3.507-1.436ZM6.488 7c.114-.294.179-.636.179-1 0-1.105-.597-2-1.334-2C4.597 4 4 4.895 4 6c0 .364.065.706.178 1 .23-.598.662-1 1.155-1 .494 0 .925.402 1.155 1M12 6c0 .364-.065.706-.178 1-.23-.598-.662-1-1.155-1-.494 0-.925.402-1.155 1a2.8 2.8 0 0 1-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6\'/><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m0-1A7 7 0 1 1 8 1a7 7 0 0 1 0 14\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-grin-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-grin-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M6.488 7c-.23-.598-.661-1-1.155-1-.493 0-.924.402-1.155 1A2.8 2.8 0 0 1 4 6c0-1.105.597-2 1.333-2 .737 0 1.334.895 1.334 2 0 .364-.065.706-.179 1m5.334 0c-.23-.598-.662-1-1.155-1-.494 0-.925.402-1.155 1a2.8 2.8 0 0 1-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6c0 .364-.065.706-.178 1M2.696 8.756a.48.48 0 0 1 .382-.118C4.348 8.786 6.448 9 8 9c1.553 0 3.653-.214 4.922-.362a.48.48 0 0 1 .383.118.3.3 0 0 1 .096.29c-.09.47-.242.921-.445 1.342-.263.035-.576.075-.929.115A37 37 0 0 1 8 10.75c-1.475 0-2.934-.123-4.027-.247-.353-.04-.666-.08-.93-.115A5.5 5.5 0 0 1 2.6 9.045a.3.3 0 0 1 .097-.29ZM8 13.5a5.49 5.49 0 0 1-4.256-2.017l.116.014c1.115.126 2.615.253 4.14.253s3.025-.127 4.14-.253l.117-.014A5.49 5.49 0 0 1 8 13.5\'/></svg>"}},{"terms":["emoji, emoticon, heart, love"],"label":"emoji-heart-eyes","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-heart-eyes\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M11.315 10.014a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434m6.488 0c1.398-.864 3.544 1.838-.952 3.434-3.067-3.554.19-4.858.952-3.434\'/></svg>"}},{"terms":["emoji, emoticon, heart, love"],"label":"emoji-heart-eyes-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-heart-eyes-fill\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434m6.559 5.448a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z\'/></svg>"}},{"terms":["emoji, emoticon, heart, love"],"label":"emoji-kiss","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-kiss\'><path fill-rule=\'evenodd\' d=\'M12.493 13.368a7 7 0 1 1 2.489-4.858c.344.033.68.147.975.328a8 8 0 1 0-2.654 5.152 9 9 0 0 1-.81-.622m-3.731-3.22a13 13 0 0 0-1.107.318.5.5 0 1 1-.31-.95c.38-.125.802-.254 1.192-.343.37-.086.78-.153 1.103-.108.16.022.394.085.561.286.188.226.187.497.131.705a1.9 1.9 0 0 1-.31.593q-.115.16-.275.343.16.186.276.347c.142.197.256.397.31.595.055.208.056.479-.132.706-.168.2-.404.262-.563.284-.323.043-.733-.027-1.102-.113a15 15 0 0 1-1.191-.345.5.5 0 1 1 .31-.95c.371.12.761.24 1.109.321q.264.062.446.084a6 6 0 0 0-.502-.584.5.5 0 0 1 .002-.695 5.5 5.5 0 0 0 .5-.577 5 5 0 0 0-.448.082Zm.766-.087-.003-.001-.003-.001zm.002 1.867-.006.001zM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8m2.757-.563a.5.5 0 0 0 .68-.194.93.93 0 0 1 .813-.493c.339 0 .645.19.813.493a.5.5 0 0 0 .874-.486A1.93 1.93 0 0 0 10.25 5.75c-.73 0-1.356.412-1.687 1.007a.5.5 0 0 0 .194.68M14 9.828c1.11-1.14 3.884.856 0 3.422-3.884-2.566-1.11-4.562 0-3.421Z\'/></svg>"}},{"terms":["emoji, emoticon, heart, love"],"label":"emoji-kiss-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-kiss-fill\'><path fill-rule=\'evenodd\' d=\'M16 8a8 8 0 1 0-2.697 5.99c-.972-.665-1.632-1.356-1.99-2.062-.388-.766-.419-1.561-.075-2.23.496-.97 1.73-1.466 2.762-1.05.65-.262 1.38-.162 1.957.19Q16 8.425 16 8M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m1.512 3.647c-.347.08-.737.198-1.107.319a.5.5 0 1 1-.31-.95c.38-.125.802-.254 1.192-.343.37-.086.78-.153 1.103-.108.16.022.394.085.561.286.188.226.187.497.131.705a1.9 1.9 0 0 1-.31.593q-.115.16-.275.343.16.186.276.347c.142.197.256.397.31.595.055.208.056.479-.132.706-.168.2-.404.262-.563.284-.323.043-.733-.027-1.102-.113a15 15 0 0 1-1.191-.345.5.5 0 1 1 .31-.95c.371.12.761.24 1.109.321q.264.062.446.084a6 6 0 0 0-.502-.584.5.5 0 0 1 .002-.695 5.5 5.5 0 0 0 .5-.577 5 5 0 0 0-.448.082m.766-.086-.006-.002zm.002 1.867-.005.001.006-.002Zm.157-4.685a.5.5 0 0 1-.874-.486A1.93 1.93 0 0 1 10.25 5.75c.73 0 1.356.412 1.687 1.007a.5.5 0 1 1-.874.486.93.93 0 0 0-.813-.493.93.93 0 0 0-.813.493M14 9.828c1.11-1.14 3.884.856 0 3.422-3.884-2.566-1.11-4.562 0-3.421Z\'/></svg>"}},{"terms":["emoji, emoticon, happy"],"label":"emoji-laughing","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-laughing\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M12.331 9.5a1 1 0 0 1 0 1A5 5 0 0 1 8 13a5 5 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5M7 6.5c0 .828-.448 0-1 0s-1 .828-1 0S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 0-1 0s-1 .828-1 0S9.448 5 10 5s1 .672 1 1.5\'/></svg>"}},{"terms":["emoji, emoticon, happy"],"label":"emoji-laughing-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-laughing-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M7 6.5c0 .501-.164.396-.415.235C6.42 6.629 6.218 6.5 6 6.5s-.42.13-.585.235C5.164 6.896 5 7 5 6.5 5 5.672 5.448 5 6 5s1 .672 1 1.5m5.331 3a1 1 0 0 1 0 1A5 5 0 0 1 8 13a5 5 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5m-1.746-2.765C10.42 6.629 10.218 6.5 10 6.5s-.42.13-.585.235C9.164 6.896 9 7 9 6.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5c0 .501-.164.396-.415.235\'/></svg>"}},{"terms":["emoji, emoticon, expressionless"],"label":"emoji-neutral","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-neutral\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4 10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5m3-4C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5\'/></svg>"}},{"terms":["emoji, emoticon, expressionless"],"label":"emoji-neutral-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-neutral-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m-3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8\'/></svg>"}},{"terms":["emoji, emoticon, happy"],"label":"emoji-smile","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-smile\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5\'/></svg>"}},{"terms":["emoji, emoticon, happy"],"label":"emoji-smile-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-smile-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8\'/></svg>"}},{"terms":["emoji, emoticon, sarcasm"],"label":"emoji-smile-upside-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-smile-upside-down\'><path d=\'M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0\'/><path d=\'M4.285 6.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5\'/></svg>"}},{"terms":["emoji, emoticon, sarcasm"],"label":"emoji-smile-upside-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-smile-upside-down-fill\'><path d=\'M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5M4.285 6.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683M10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5 1-.672 1-1.5S10.552 8 10 8\'/></svg>"}},{"terms":["emoji, emoticon, cool"],"label":"emoji-sunglasses","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-sunglasses\'><path d=\'M4.968 9.75a.5.5 0 1 0-.866.5A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75M7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A3 3 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.2 4.2 0 0 0 8 5c-.35 0-.69.04-1 .116\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0\'/></svg>"}},{"terms":["emoji, emoticon, cool"],"label":"emoji-sunglasses-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-sunglasses-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.2 4.2 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A3 3 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515zM4.969 9.75A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .866-.5z\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-surprise","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-surprise\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M7 5.5C7 6.328 6.552 7 6 7s-1-.672-1-1.5S5.448 4 6 4s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 4 10 4s1 .672 1 1.5M10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-surprise-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-surprise-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M7 5.5C7 4.672 6.552 4 6 4s-1 .672-1 1.5S5.448 7 6 7s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 7 10 7s1-.672 1-1.5M8 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-tear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-tear\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M6.831 11.43A3.1 3.1 0 0 1 8 11.196c.916 0 1.607.408 2.25.826.212.138.424-.069.282-.277-.564-.83-1.558-2.049-2.532-2.049-.53 0-1.066.361-1.536.824q.126.27.232.535.069.174.135.373ZM6 11.333C6 12.253 5.328 13 4.5 13S3 12.254 3 11.333c0-.706.882-2.29 1.294-2.99a.238.238 0 0 1 .412 0c.412.7 1.294 2.284 1.294 2.99M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5m-1.5-3A.5.5 0 0 1 10 3c1.162 0 2.35.584 2.947 1.776a.5.5 0 1 1-.894.448C11.649 4.416 10.838 4 10 4a.5.5 0 0 1-.5-.5M7 3.5a.5.5 0 0 0-.5-.5c-1.162 0-2.35.584-2.947 1.776a.5.5 0 1 0 .894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 0 0 .5-.5\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-tear-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-tear-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M9.5 3.5a.5.5 0 0 0 .5.5c.838 0 1.65.416 2.053 1.224a.5.5 0 1 0 .894-.448C12.351 3.584 11.162 3 10 3a.5.5 0 0 0-.5.5M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5M4.5 13c.828 0 1.5-.746 1.5-1.667 0-.706-.882-2.29-1.294-2.99a.238.238 0 0 0-.412 0C3.882 9.044 3 10.628 3 11.334 3 12.253 3.672 13 4.5 13M8 11.197c.916 0 1.607.408 2.25.826.212.138.424-.069.282-.277-.564-.83-1.558-2.049-2.532-2.049-.53 0-1.066.361-1.536.824q.126.27.232.535.069.174.135.373A3.1 3.1 0 0 1 8 11.197M10 8c.552 0 1-.672 1-1.5S10.552 5 10 5s-1 .672-1 1.5S9.448 8 10 8M6.5 3c-1.162 0-2.35.584-2.947 1.776a.5.5 0 1 0 .894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 0 0 0-1\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-wink","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-wink\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m1.757-.437a.5.5 0 0 1 .68.194.93.93 0 0 0 .813.493c.339 0 .645-.19.813-.493a.5.5 0 1 1 .874.486A1.93 1.93 0 0 1 10.25 7.75c-.73 0-1.356-.412-1.687-1.007a.5.5 0 0 1 .194-.68\'/></svg>"}},{"terms":["emoji, emoticon"],"label":"emoji-wink-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-wink-fill\'><path d=\'M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5M4.285 9.567a.5.5 0 0 0-.183.683A4.5 4.5 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-3.032-1.75.5.5 0 0 0-.683-.183m5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007s1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486.93.93 0 0 1-.813.493.93.93 0 0 1-.813-.493\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-arrow-down\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4.5a.5.5 0 0 1-1 0V5.383l-7 4.2-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-1.99zm1 7.105 4.708-2.897L1 5.383zM1 4v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-1.646a.5.5 0 0 1-.722-.016l-1.149-1.25a.5.5 0 1 1 .737-.676l.28.305V11a.5.5 0 0 1 1 0v1.793l.396-.397a.5.5 0 0 1 .708.708z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-arrow-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-arrow-down-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-1.646a.5.5 0 0 1-.722-.016l-1.149-1.25a.5.5 0 1 1 .737-.676l.28.305V11a.5.5 0 0 1 1 0v1.793l.396-.397a.5.5 0 0 1 .708.708z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-arrow-up\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4.5a.5.5 0 0 1-1 0V5.383l-7 4.2-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-1.99zm1 7.105 4.708-2.897L1 5.383zM1 4v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-arrow-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-arrow-up-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-at","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-at\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M14.247 14.269c1.01 0 1.587-.857 1.587-2.025v-.21C15.834 10.43 14.64 9 12.52 9h-.035C10.42 9 9 10.36 9 12.432v.214C9 14.82 10.438 16 12.358 16h.044c.594 0 1.018-.074 1.237-.175v-.73c-.245.11-.673.18-1.18.18h-.044c-1.334 0-2.571-.788-2.571-2.655v-.157c0-1.657 1.058-2.724 2.64-2.724h.04c1.535 0 2.484 1.05 2.484 2.326v.118c0 .975-.324 1.39-.639 1.39-.232 0-.41-.148-.41-.42v-2.19h-.906v.569h-.03c-.084-.298-.368-.63-.954-.63-.778 0-1.259.555-1.259 1.4v.528c0 .892.49 1.434 1.26 1.434.471 0 .896-.227 1.014-.643h.043c.118.42.617.648 1.12.648m-2.453-1.588v-.227c0-.546.227-.791.573-.791.297 0 .572.192.572.708v.367c0 .573-.253.744-.564.744-.354 0-.581-.215-.581-.8Z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-at-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-at-fill\'><path d=\'M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2zm-2 9.8V4.698l5.803 3.546zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 9.671V4.697l-5.803 3.546.338.208A4.5 4.5 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671\'/><path d=\'M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-check\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-check-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-dash\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-dash-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-exclamation\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0m0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-exclamation-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-exclamation-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0m0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z\'/></svg>"}},{"terms":["communications, email, message, mail, letter, love, valentine, romance"],"label":"envelope-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-heart\'><path fill-rule=\'evenodd\' d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l3.235 1.94a2.8 2.8 0 0 0-.233 1.027L1 5.384v5.721l3.453-2.124q.219.416.55.835l-3.97 2.443A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741l-3.968-2.442q.33-.421.55-.836L15 11.105V5.383l-3.002 1.801a2.8 2.8 0 0 0-.233-1.026L15 4.217V4a1 1 0 0 0-1-1zm6 2.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, email, message, mail, letter, love, valentine, romance"],"label":"envelope-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-heart-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555l-4.2 2.568-.051-.105c-.666-1.3-2.363-1.917-3.699-1.25-1.336-.667-3.033-.05-3.699 1.25l-.05.105zM11.584 8.91l-.073.139L16 11.8V4.697l-4.003 2.447c.027.562-.107 1.163-.413 1.767Zm-4.135 3.05c-1.048-.693-1.84-1.39-2.398-2.082L.19 12.856A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144L10.95 9.878c-.559.692-1.35 1.389-2.398 2.081L8 12.324l-.551-.365ZM4.416 8.91c-.306-.603-.44-1.204-.413-1.766L0 4.697v7.104l4.49-2.752z\'/><path d=\'M8 5.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-open","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-open\'><path d=\'M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.817l5.75 3.45L8 8.917l1.25.75L15 6.217V5.4a1 1 0 0 0-.53-.882zM15 7.383l-4.778 2.867L15 13.117zm-.035 6.88L8 10.082l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738ZM1 13.116l4.778-2.867L1 7.383v5.734ZM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-open-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-open-fill\'><path d=\'M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.314l6.709 3.932L8 8.928l1.291.718L16 5.714V5.4a2 2 0 0 0-1.059-1.765zM16 6.873l-5.693 3.337L16 13.372v-6.5Zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M0 13.373l5.693-3.163L0 6.873z\'/></svg>"}},{"terms":["communications, email, message, mail, letter, love, valentine, romance"],"label":"envelope-open-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-open-heart\'><path fill-rule=\'evenodd\' d=\'M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.817l3.235 1.94a2.8 2.8 0 0 0-.233 1.027L1 7.384v5.733l3.479-2.087q.224.414.558.83l-4.002 2.402A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738l-4.002-2.401q.334-.418.558-.831L15 13.117V7.383l-3.002 1.801a2.8 2.8 0 0 0-.233-1.026L15 6.217V5.4a1 1 0 0 0-.53-.882zM7.06.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765zM8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, email, message, mail, letter, love, valentine, romance"],"label":"envelope-open-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-open-heart-fill\'><path d=\'M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l4.222 2.475q.035-.087.08-.17c.665-1.3 2.362-1.917 3.698-1.25 1.336-.667 3.033-.05 3.699 1.25a3 3 0 0 1 .08.17L16 5.713V5.4a2 2 0 0 0-1.059-1.765zM0 6.873l4 2.344c-.012.542.124 1.117.416 1.694l.004.006L0 13.372v-6.5Zm.059 7.611 4.9-2.723c.563.73 1.383 1.467 2.49 2.198l.551.365.551-.365c1.107-.73 1.927-1.467 2.49-2.198l4.9 2.723A2 2 0 0 1 14 16H2a2 2 0 0 1-1.941-1.516M16 13.372l-4.42-2.455.004-.006c.292-.577.428-1.152.415-1.694L16 6.873v6.5Z\'/><path d=\'M8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-paper","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-paper\'><path d=\'M4 0a2 2 0 0 0-2 2v1.133l-.941.502A2 2 0 0 0 0 5.4V14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5.4a2 2 0 0 0-1.059-1.765L14 3.133V2a2 2 0 0 0-2-2zm10 4.267.47.25A1 1 0 0 1 15 5.4v.817l-1 .6zm-1 3.15-3.75 2.25L8 8.917l-1.25.75L3 7.417V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1zm-11-.6-1-.6V5.4a1 1 0 0 1 .53-.882L2 4.267zm13 .566v5.734l-4.778-2.867zm-.035 6.88A1 1 0 0 1 14 15H2a1 1 0 0 1-.965-.738L8 10.083zM1 13.116V7.383l4.778 2.867L1 13.117Z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-paper-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-paper-fill\'><path fill-rule=\'evenodd\' d=\'M6.5 9.5 3 7.5v-6A1.5 1.5 0 0 1 4.5 0h7A1.5 1.5 0 0 1 13 1.5v6l-3.5 2L8 8.75zM1.059 3.635 2 3.133v3.753L0 5.713V5.4a2 2 0 0 1 1.059-1.765M16 5.713l-2 1.173V3.133l.941.502A2 2 0 0 1 16 5.4zm0 1.16-5.693 3.337L16 13.372v-6.5Zm-8 3.199 7.941 4.412A2 2 0 0 1 14 16H2a2 2 0 0 1-1.941-1.516zm-8 3.3 5.693-3.162L0 6.873v6.5Z\'/></svg>"}},{"terms":["communications, email, message, mail, letter, love, valentine, romance"],"label":"envelope-paper-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-paper-heart\'><path fill-rule=\'evenodd\' d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1.133l.941.502A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765L2 3.133zm0 2.267-.47.25A1 1 0 0 0 1 5.4v.817l1 .6zm1 3.15 3.75 2.25L8 8.917l1.25.75L13 7.417V2a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1zm11-.6 1-.6V5.4a1 1 0 0 0-.53-.882L14 4.267zM8 2.982C9.664 1.309 13.825 4.236 8 8 2.175 4.236 6.336 1.31 8 2.982m7 4.401-4.778 2.867L15 13.117zm-.035 6.88L8 10.082l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738ZM1 13.116l4.778-2.867L1 7.383v5.734Z\'/></svg>"}},{"terms":["communications, email, message, mail, letter, love, valentine, romance"],"label":"envelope-paper-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-paper-heart-fill\'><path fill-rule=\'evenodd\' d=\'m3 7.5 3.5 2L8 8.75l1.5.75 3.5-2v-6A1.5 1.5 0 0 0 11.5 0h-7A1.5 1.5 0 0 0 3 1.5zM2 3.133l-.941.502A2 2 0 0 0 0 5.4v.313l2 1.173zm12 3.753 2-1.173V5.4a2 2 0 0 0-1.059-1.765L14 3.133zm-3.693 3.324L16 6.873v6.5zm5.634 4.274L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M5.693 10.21 0 13.372v-6.5zM8 1.982C9.664.309 13.825 3.236 8 7 2.175 3.236 6.336.31 8 1.982\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-plus\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-plus-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-slash\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M14.975 10.025a3.5 3.5 0 1 0-4.95 4.95 3.5 3.5 0 0 0 4.95-4.95m-4.243.707a2.5 2.5 0 0 1 3.147-.318l-3.465 3.465a2.5 2.5 0 0 1 .318-3.147m.39 3.854 3.464-3.465a2.501 2.501 0 0 1-3.465 3.465Z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-slash-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M14.975 10.025a3.5 3.5 0 1 0-4.95 4.95 3.5 3.5 0 0 0 4.95-4.95m-4.243.707a2.5 2.5 0 0 1 3.147-.318l-3.465 3.465a2.5 2.5 0 0 1 .318-3.147m.39 3.854 3.464-3.465a2.501 2.501 0 0 1-3.465 3.465Z\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-x\'><path d=\'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["communications, email, message, mail, letter"],"label":"envelope-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'envelope-x-fill\'><path d=\'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["graphics, erase, remove"],"label":"eraser","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eraser\'><path d=\'M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828zm2.121.707a1 1 0 0 0-1.414 0L4.16 7.547l5.293 5.293 4.633-4.633a1 1 0 0 0 0-1.414zM8.746 13.547 3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293z\'/></svg>"}},{"terms":["graphics, erase, remove"],"label":"eraser-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eraser-fill\'><path d=\'M8.086 2.207a2 2 0 0 1 2.828 0l3.879 3.879a2 2 0 0 1 0 2.828l-5.5 5.5A2 2 0 0 1 7.879 15H5.12a2 2 0 0 1-1.414-.586l-2.5-2.5a2 2 0 0 1 0-2.828zm.66 11.34L3.453 8.254 1.914 9.793a1 1 0 0 0 0 1.414l2.5 2.5a1 1 0 0 0 .707.293H7.88a1 1 0 0 0 .707-.293z\'/></svg>"}},{"terms":["ui, and, keyboard, esc, quit, exit"],"label":"escape","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'escape\'><path d=\'M8.538 1.02a.5.5 0 1 0-.076.998 6 6 0 1 1-6.445 6.444.5.5 0 0 0-.997.076A7 7 0 1 0 8.538 1.02\'/><path d=\'M7.096 7.828a.5.5 0 0 0 .707-.707L2.707 2.025h2.768a.5.5 0 1 0 0-1H1.5a.5.5 0 0 0-.5.5V5.5a.5.5 0 0 0 1 0V2.732z\'/></svg>"}},{"terms":["devices, internet, connection, port, plug"],"label":"ethernet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ethernet\'><path d=\'M14 13.5v-7a.5.5 0 0 0-.5-.5H12V4.5a.5.5 0 0 0-.5-.5h-1v-.5A.5.5 0 0 0 10 3H6a.5.5 0 0 0-.5.5V4h-1a.5.5 0 0 0-.5.5V6H2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5M3.75 11h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25m2 0h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25m1.75.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zM9.75 11h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25m1.75.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["transportation, car, automobile, automotive, auto, sedan, drive, driving, electric, vehicle, charging"],"label":"ev-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ev-front\'><path d=\'M9.354 4.243a.19.19 0 0 0-.085-.218.186.186 0 0 0-.23.034L6.051 7.246a.188.188 0 0 0 .136.316h1.241l-.673 2.195a.19.19 0 0 0 .085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188 0 0 0-.137-.316H8.572z\'/><path d=\'M4.819 2A2.5 2.5 0 0 0 2.52 3.515l-.792 1.848a.8.8 0 0 1-.38.404c-.5.25-.855.715-.965 1.262L.05 8.708a2.5 2.5 0 0 0-.049.49v.413c0 .814.39 1.543 1 1.997V13.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.338c1.292.048 2.745.088 4 .088s2.708-.04 4-.088V13.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.892c.61-.454 1-1.183 1-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8 1.8 0 0 0-.964-1.261.8.8 0 0 1-.381-.404l-.792-1.848A2.5 2.5 0 0 0 11.181 2H4.82ZM3.44 3.91A1.5 1.5 0 0 1 4.82 3h6.362a1.5 1.5 0 0 1 1.379.91l.792 1.847a1.8 1.8 0 0 0 .853.904c.222.112.381.32.43.564l.336 1.679q.03.146.029.294v.413a1.48 1.48 0 0 1-1.408 1.484c-1.555.07-3.786.155-5.592.155s-4.037-.084-5.592-.155A1.48 1.48 0 0 1 1 9.611v-.413q0-.148.03-.294l.335-1.68a.8.8 0 0 1 .43-.563c.383-.19.685-.511.853-.904z\'/></svg>"}},{"terms":["transportation, car, automobile, automotive, auto, sedan, drive, driving, electric, vehicle, charging"],"label":"ev-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ev-front-fill\'><path d=\'M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848Zm6.75.51a.186.186 0 0 0-.23.034L6.05 7.246a.188.188 0 0 0 .137.316h1.241l-.673 2.195a.19.19 0 0 0 .085.218c.075.043.17.03.23-.034l2.88-3.187a.188.188 0 0 0-.137-.316H8.572l.782-2.195a.19.19 0 0 0-.085-.218Z\'/></svg>"}},{"terms":["transportation, charging, electric, vehicle"],"label":"ev-station","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ev-station\'><path d=\'M3.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5zm2.131 10.46H4.14v-.893h1.403v-.505H4.14v-.855h1.49v-.54H3.485V13h2.146zm1.316.54h.794l1.106-3.333h-.733l-.74 2.615h-.031l-.747-2.615h-.764z\'/><path d=\'M3 0a2 2 0 0 0-2 2v13H.5a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1H11v-4a1 1 0 0 1 1 1v.5a1.5 1.5 0 0 0 3 0V4a.5.5 0 0 0-.146-.354l-.5-.5a.5.5 0 0 0-.707 0l-.5.5A.5.5 0 0 0 13 4v3c0 .71.38 1.096.636 1.357l.007.008c.253.258.357.377.357.635v3.5a.5.5 0 1 1-1 0V12a2 2 0 0 0-2-2V2a2 2 0 0 0-2-2zm7 2v13H2V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1\'/></svg>"}},{"terms":["transportation, charging, electric, vehicle"],"label":"ev-station-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ev-station-fill\'><path d=\'M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V9c0-.258-.104-.377-.357-.635l-.007-.008C13.379 8.096 13 7.71 13 7V4a.5.5 0 0 1 .146-.354l.5-.5a.5.5 0 0 1 .708 0l.5.5A.5.5 0 0 1 15 4v8.5a1.5 1.5 0 1 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm2 .5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5m2.631 9.96H4.14v-.893h1.403v-.505H4.14v-.855h1.49v-.54H3.485V13h2.146zm1.316.54h.794l1.106-3.333h-.733l-.74 2.615h-.031l-.747-2.615h-.764z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation\'><path d=\'M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-diamond","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-diamond\'><path d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\'/><path d=\'M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-diamond-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-diamond-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-lg\'><path d=\'M7.005 3.1a1 1 0 1 1 1.99 0l-.388 6.35a.61.61 0 0 1-1.214 0zM7 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-octagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-octagon\'><path d=\'M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z\'/><path d=\'M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-octagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-octagon-fill\'><path d=\'M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-triangle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-triangle\'><path d=\'M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z\'/><path d=\'M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, alert, warning"],"label":"exclamation-triangle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclamation-triangle-fill\'><path d=\'M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["graphics, graphics, vector, merge, layers"],"label":"exclude","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exclude\'><path d=\'M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm12 2H5a1 1 0 0 0-1 1v7h7a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["badges, r18"],"label":"explicit","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'explicit\'><path d=\'M6.826 10.88H10.5V12h-5V4.002h5v1.12H6.826V7.4h3.457v1.073H6.826z\'/><path d=\'M2.5 0A2.5 2.5 0 0 0 0 2.5v11A2.5 2.5 0 0 0 2.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 13.5 0zM1 2.5A1.5 1.5 0 0 1 2.5 1h11A1.5 1.5 0 0 1 15 2.5v11a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5z\'/></svg>"}},{"terms":["badges, r18"],"label":"explicit-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'explicit-fill\'><path d=\'M2.5 0A2.5 2.5 0 0 0 0 2.5v11A2.5 2.5 0 0 0 2.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 13.5 0zm4.326 10.88H10.5V12h-5V4.002h5v1.12H6.826V7.4h3.457v1.073H6.826z\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"exposure","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'exposure\'><path d=\'M8.5 4a.5.5 0 0 0-1 0v2h-2a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0V7h2a.5.5 0 0 0 0-1h-2zm-3 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8\'/></svg>"}},{"terms":["real, world, eyeball, look, see"],"label":"eye","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eye\'><path d=\'M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8M1.173 8a13 13 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5s3.879 1.168 5.168 2.457A13 13 0 0 1 14.828 8q-.086.13-.195.288c-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5s-3.879-1.168-5.168-2.457A13 13 0 0 1 1.172 8z\'/><path d=\'M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0\'/></svg>"}},{"terms":["real, world, eyeball, look, see"],"label":"eye-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eye-fill\'><path d=\'M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0\'/><path d=\'M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7\'/></svg>"}},{"terms":["real, world, eyeball, look, see"],"label":"eye-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eye-slash\'><path d=\'M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7 7 0 0 0-2.79.588l.77.771A6 6 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13 13 0 0 1 14.828 8q-.086.13-.195.288c-.335.48-.83 1.12-1.465 1.755q-.247.248-.517.486z\'/><path d=\'M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829\'/><path d=\'M3.35 5.47q-.27.24-.518.487A13 13 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7 7 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12z\'/></svg>"}},{"terms":["real, world, eyeball, look, see"],"label":"eye-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eye-slash-fill\'><path d=\'m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7 7 0 0 0 2.79-.588M5.21 3.088A7 7 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474z\'/><path d=\'M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12z\'/></svg>"}},{"terms":["graphics, color, picker"],"label":"eyedropper","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eyedropper\'><path d=\'M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708zM2 12.707l7-7L10.293 7l-7 7H2z\'/></svg>"}},{"terms":["real, world, eyeball, look, see, glasses, reading"],"label":"eyeglasses","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'eyeglasses\'><path d=\'M4 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4m2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A2 2 0 0 0 8 6c-.532 0-1.016.208-1.375.547M14 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["brand, social"],"label":"facebook","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'facebook\'><path d=\'M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951\'/></svg>"}},{"terms":["real, world, fan, vent, airflow"],"label":"fan","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fan\'><path d=\'M10 3c0 1.313-.304 2.508-.8 3.4a2 2 0 0 0-1.484-.38c-.28-.982-.91-2.04-1.838-2.969a8 8 0 0 0-.491-.454A6 6 0 0 1 8 2c.691 0 1.355.117 1.973.332Q10 2.661 10 3m0 5q0 .11-.012.217c1.018-.019 2.2-.353 3.331-1.006a8 8 0 0 0 .57-.361 6 6 0 0 0-2.53-3.823 9 9 0 0 1-.145.64c-.34 1.269-.944 2.346-1.656 3.079.277.343.442.78.442 1.254m-.137.728a2 2 0 0 1-1.07 1.109c.525.87 1.405 1.725 2.535 2.377q.3.174.605.317a6 6 0 0 0 2.053-4.111q-.311.11-.641.199c-1.264.339-2.493.356-3.482.11ZM8 10c-.45 0-.866-.149-1.2-.4-.494.89-.796 2.082-.796 3.391q0 .346.027.678A6 6 0 0 0 8 14c.94 0 1.83-.216 2.623-.602a8 8 0 0 1-.497-.458c-.925-.926-1.555-1.981-1.836-2.96Q8.149 10 8 10M6 8q0-.12.014-.239c-1.02.017-2.205.351-3.34 1.007a8 8 0 0 0-.568.359 6 6 0 0 0 2.525 3.839 8 8 0 0 1 .148-.653c.34-1.267.94-2.342 1.65-3.075A2 2 0 0 1 6 8m-3.347-.632c1.267-.34 2.498-.355 3.488-.107.196-.494.583-.89 1.07-1.1-.524-.874-1.406-1.733-2.541-2.388a8 8 0 0 0-.594-.312 6 6 0 0 0-2.06 4.106q.309-.11.637-.199M8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"fast-forward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fast-forward\'><path d=\'M6.804 8 1 4.633v6.734zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696z\'/><path d=\'M14.804 8 9 4.633v6.734zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C8.713 12.69 8 12.345 8 11.692V4.308c0-.653.713-.998 1.233-.696z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"fast-forward-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fast-forward-btn\'><path d=\'M8.79 5.093A.5.5 0 0 0 8 5.5v1.886L4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L8 8.614V10.5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"fast-forward-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fast-forward-btn-fill\'><path d=\'M0 4v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2m4.271 1.055a.5.5 0 0 1 .52.038L8 7.386V5.5a.5.5 0 0 1 .79-.407l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 8 10.5V8.614l-3.21 2.293A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"fast-forward-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fast-forward-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.271 5.055a.5.5 0 0 1 .52.038L8 7.386V5.5a.5.5 0 0 1 .79-.407l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 8 10.5V8.614l-3.21 2.293A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"fast-forward-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fast-forward-circle-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.79 5.093 8 7.386V5.5a.5.5 0 0 1 .79-.407l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 8 10.5V8.614l-3.21 2.293A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .79-.407\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"fast-forward-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fast-forward-fill\'><path d=\'M7.596 7.304a.802.802 0 0 1 0 1.392l-6.363 3.692C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696z\'/><path d=\'M15.596 7.304a.802.802 0 0 1 0 1.392l-6.363 3.692C8.713 12.69 8 12.345 8 11.692V4.308c0-.653.713-.998 1.233-.696z\'/></svg>"}},{"terms":["real, world, bird, flight, light"],"label":"feather","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'feather\'><path d=\'M15.807.531c-.174-.177-.41-.289-.64-.363a3.8 3.8 0 0 0-.833-.15c-.62-.049-1.394 0-2.252.175C10.365.545 8.264 1.415 6.315 3.1S3.147 6.824 2.557 8.523c-.294.847-.44 1.634-.429 2.268.005.316.05.62.154.88q.025.061.056.122A68 68 0 0 0 .08 15.198a.53.53 0 0 0 .157.72.504.504 0 0 0 .705-.16 68 68 0 0 1 2.158-3.26c.285.141.616.195.958.182.513-.02 1.098-.188 1.723-.49 1.25-.605 2.744-1.787 4.303-3.642l1.518-1.55a.53.53 0 0 0 0-.739l-.729-.744 1.311.209a.5.5 0 0 0 .443-.15l.663-.684c.663-.68 1.292-1.325 1.763-1.892.314-.378.585-.752.754-1.107.163-.345.278-.773.112-1.188a.5.5 0 0 0-.112-.172M3.733 11.62C5.385 9.374 7.24 7.215 9.309 5.394l1.21 1.234-1.171 1.196-.027.03c-1.5 1.789-2.891 2.867-3.977 3.393-.544.263-.99.378-1.324.39a1.3 1.3 0 0 1-.287-.018Zm6.769-7.22c1.31-1.028 2.7-1.914 4.172-2.6a7 7 0 0 1-.4.523c-.442.533-1.028 1.134-1.681 1.804l-.51.524zm3.346-3.357C9.594 3.147 6.045 6.8 3.149 10.678c.007-.464.121-1.086.37-1.806.533-1.535 1.65-3.415 3.455-4.976 1.807-1.561 3.746-2.36 5.31-2.68a8 8 0 0 1 1.564-.173\'/></svg>"}},{"terms":["real, world, bird, flight, light"],"label":"feather2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'feather2\'><path d=\'M7.5 1.063v9.556L6 8.819V3a2 2 0 0 1 1.5-1.937M8 0a3 3 0 0 0-3 3v6a.5.5 0 0 0 .116.32L7.5 12.181V15.5a.5.5 0 0 0 1 0v-3.319l2.384-2.86A.5.5 0 0 0 11 9V3a3 3 0 0 0-3-3m.5 1.063A2 2 0 0 1 10 3v.293l-1.5 1.5zM10 4.707V8.82l-1.5 1.8V6.207z\'/></svg>"}},{"terms":["files, and, folders, doc, document, page"],"label":"file","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file\'><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, download"],"label":"file-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-arrow-down\'><path d=\'M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, download"],"label":"file-arrow-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-arrow-down-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5\'/></svg>"}},{"terms":["files, and, folders, doc, document, upload"],"label":"file-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-arrow-up\'><path d=\'M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, upload"],"label":"file-arrow-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-arrow-up-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M7.5 6.707 6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["files, and, folders, doc, document, data, chart"],"label":"file-bar-graph","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-bar-graph\'><path d=\'M4.5 12a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5zm3 0a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm3 0a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, data, chart"],"label":"file-bar-graph-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-bar-graph-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-2 11.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5m-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, binary, source"],"label":"file-binary","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-binary\'><path d=\'M5.526 13.09c.976 0 1.524-.79 1.524-2.205 0-1.412-.548-2.203-1.524-2.203-.978 0-1.526.79-1.526 2.203 0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612.358 0 .607.247.733.721L4.7 11.137a7 7 0 0 1-.006-.252m.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145q.005.12.005.249c0 1.052-.29 1.614-.829 1.614m5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, binary, source"],"label":"file-binary-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-binary-fill\'><path d=\'M5.526 9.273c-.542 0-.832.563-.832 1.612q0 .133.006.252l1.56-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614q0-.129-.006-.25z\'/><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M7.05 10.885c0 1.415-.548 2.206-1.524 2.206C4.548 13.09 4 12.3 4 10.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203m3.805 1.52V13h-3v-.595h1.181V9.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633z\'/></svg>"}},{"terms":["files, and, folders, doc, document, page-break"],"label":"file-break","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-break\'><path d=\'M0 10.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5M12 0H4a2 2 0 0 0-2 2v7h1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h1V2a2 2 0 0 0-2-2m2 12h-1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2z\'/></svg>"}},{"terms":["files, and, folders, doc, document, page-break"],"label":"file-break-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-break-fill\'><path d=\'M4 0h8a2 2 0 0 1 2 2v7H2V2a2 2 0 0 1 2-2M2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["files, and, folders, doc, document, check, verified"],"label":"file-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-check\'><path d=\'M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, check, verified"],"label":"file-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-check-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-1.146 6.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, code, development"],"label":"file-code","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-code\'><path d=\'M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zm2.708 0a.5.5 0 1 0-.708.708L10.293 8 8.646 9.646a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, code, development"],"label":"file-code-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-code-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, version, development"],"label":"file-diff","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-diff\'><path d=\'M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4m-2.5 6.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, version, development"],"label":"file-diff-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-diff-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M8.5 4.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5a.5.5 0 0 1 1 0M6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, page"],"label":"file-earmark","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark\'><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, download"],"label":"file-earmark-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-arrow-down\'><path d=\'M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, download"],"label":"file-earmark-arrow-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-arrow-down-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m-1 4v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 11.293V7.5a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, upload"],"label":"file-earmark-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-arrow-up\'><path d=\'M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, upload"],"label":"file-earmark-arrow-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-arrow-up-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M6.354 9.854a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 8.707V12.5a.5.5 0 0 1-1 0V8.707z\'/></svg>"}},{"terms":["files, and, folders, doc, document, data, chart"],"label":"file-earmark-bar-graph","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-bar-graph\'><path d=\'M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, data, chart"],"label":"file-earmark-bar-graph-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-bar-graph-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m.5 10v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5m-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, binary, source"],"label":"file-earmark-binary","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-binary\'><path d=\'M7.05 11.885c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203m-1.524-1.612c-.542 0-.832.563-.832 1.612q0 .133.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614q0-.129-.006-.25zm6.061.624V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, binary, source"],"label":"file-earmark-binary-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-binary-fill\'><path d=\'M5.526 10.273c-.542 0-.832.563-.832 1.612q0 .133.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614q0-.129-.006-.25z\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m-2.45 8.385c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203m3.805 1.52V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633z\'/></svg>"}},{"terms":["files, and, folders, doc, document, page-break"],"label":"file-earmark-break","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-break\'><path d=\'M14 4.5V9h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v7H2V2a2 2 0 0 1 2-2h5.5zM13 12h1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2h1v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["files, and, folders, doc, document, page-break"],"label":"file-earmark-break-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-break-fill\'><path d=\'M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V9H2V2a2 2 0 0 1 2-2m5.5 1.5v2a1 1 0 0 0 1 1h2zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["files, and, folders, doc, document, check, verified"],"label":"file-earmark-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-check\'><path d=\'M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, check, verified"],"label":"file-earmark-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-check-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m1.354 4.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, code, development"],"label":"file-earmark-code","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-code\'><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/><path d=\'M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708m-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, code, development"],"label":"file-earmark-code-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-code-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, version, development"],"label":"file-earmark-diff","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-diff\'><path d=\'M8 5a.5.5 0 0 1 .5.5V7H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V8H6a.5.5 0 0 1 0-1h1.5V5.5A.5.5 0 0 1 8 5m-2.5 6.5A.5.5 0 0 1 6 11h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, version, development"],"label":"file-earmark-diff-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-diff-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M8 6a.5.5 0 0 1 .5.5V8H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V9H6a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 8 6m-2.5 6.5A.5.5 0 0 1 6 12h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-earmark-easel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-easel\'><path d=\'M8.5 6a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 7.5v2A1.5 1.5 0 0 0 5.5 11h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 11H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 11h.473A1.5 1.5 0 0 0 12 9.5v-2A1.5 1.5 0 0 0 10.5 6zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-earmark-easel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-easel-fill\'><path d=\'M5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M8.5 6h2A1.5 1.5 0 0 1 12 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 11H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 11H5.5A1.5 1.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6h2a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, spreadsheet, excel, table"],"label":"file-earmark-excel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-excel\'><path d=\'M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, spreadsheet, excel, table"],"label":"file-earmark-excel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-excel-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M5.884 6.68 8 9.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 10l2.233 2.68a.5.5 0 0 1-.768.64L8 10.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 10 5.116 7.32a.5.5 0 1 1 .768-.64\'/></svg>"}},{"terms":["files, and, folders, doc, document, page"],"label":"file-earmark-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-fill\'><path d=\'M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m5.5 1.5v2a1 1 0 0 0 1 1h2z\'/></svg>"}},{"terms":["files, and, folders, ttf, otf"],"label":"file-earmark-font","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-font\'><path d=\'M10.943 6H5.057L5 8h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v5.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V6.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z\'/><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/></svg>"}},{"terms":["files, and, folders, ttf, otf"],"label":"file-earmark-font-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-font-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M5.057 6h5.886L11 8h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v5.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V6.755l-.293.01C5.856 6.808 5.68 6.905 5.5 8H5z\'/></svg>"}},{"terms":["files, and, folders, photo, picture"],"label":"file-earmark-image","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-image\'><path d=\'M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/><path d=\'M14 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zM4 1a1 1 0 0 0-1 1v10l2.224-2.224a.5.5 0 0 1 .61-.075L8 11l2.157-3.02a.5.5 0 0 1 .76-.063L13 10V4.5h-2A1.5 1.5 0 0 1 9.5 3V1z\'/></svg>"}},{"terms":["files, and, folders, photo, picture"],"label":"file-earmark-image-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-image-fill\'><path d=\'M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707v5.586l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2m5.5 1.5v2a1 1 0 0 0 1 1h2zm-1.498 4a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/><path d=\'M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-earmark-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-lock\'><path d=\'M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0M7 7v1h2V7a1 1 0 0 0-2 0M6 9.3v2.4c0 .042.02.107.105.175A.64.64 0 0 0 6.5 12h3a.64.64 0 0 0 .395-.125c.085-.068.105-.133.105-.175V9.3c0-.042-.02-.107-.105-.175A.64.64 0 0 0 9.5 9h-3a.64.64 0 0 0-.395.125C6.02 9.193 6 9.258 6 9.3\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-earmark-lock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-lock-fill\'><path d=\'M7 7a1 1 0 0 1 2 0v1H7zM6 9.3c0-.042.02-.107.105-.175A.64.64 0 0 1 6.5 9h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.64.64 0 0 1 9.5 12h-3a.64.64 0 0 1-.395-.125C6.02 11.807 6 11.742 6 11.7z\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-earmark-lock2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-lock2\'><path d=\'M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0M7 7v1h2V7a1 1 0 0 0-2 0\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-earmark-lock2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-lock2-fill\'><path d=\'M7 7a1 1 0 0 1 2 0v1H7z\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, medical, hospital, health"],"label":"file-earmark-medical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-medical\'><path d=\'M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, medical, hospital, health"],"label":"file-earmark-medical-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-medical-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m-3 2v.634l.549-.317a.5.5 0 1 1 .5.866L7 7l.549.317a.5.5 0 1 1-.5.866L6.5 7.866V8.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L5 7l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V5.5a.5.5 0 1 1 1 0m-2 4.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1m0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, delete, remove"],"label":"file-earmark-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-minus\'><path d=\'M5.5 9a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, delete, remove"],"label":"file-earmark-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-minus-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M6 8.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, music, audio, playlist, songs"],"label":"file-earmark-music","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-music\'><path d=\'M11 6.64a1 1 0 0 0-1.243-.97l-1 .25A1 1 0 0 0 8 6.89v4.306A2.6 2.6 0 0 0 7 11c-.5 0-.974.134-1.338.377-.36.24-.662.628-.662 1.123s.301.883.662 1.123c.364.243.839.377 1.338.377s.974-.134 1.338-.377c.36-.24.662-.628.662-1.123V8.89l2-.5z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, music, audio, playlist, songs"],"label":"file-earmark-music-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-music-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M11 6.64v1.75l-2 .5v3.61c0 .495-.301.883-.662 1.123C7.974 13.866 7.499 14 7 14s-.974-.134-1.338-.377C5.302 13.383 5 12.995 5 12.5s.301-.883.662-1.123C6.026 11.134 6.501 11 7 11c.356 0 .7.068 1 .196V6.89a1 1 0 0 1 .757-.97l1-.25A1 1 0 0 1 11 6.64\'/></svg>"}},{"terms":["files, and, folders, doc, document, adobe, acrobat"],"label":"file-earmark-pdf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-pdf\'><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/><path d=\'M4.603 14.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7.3 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 5.8 5.8 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 11.7 11.7 0 0 0-1.997.406 11.3 11.3 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.8.8 0 0 1-.58.029m1.379-1.901q-.25.115-.459.238c-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361q.016.032.026.044l.035-.012c.137-.056.355-.235.635-.572a8 8 0 0 0 .45-.606m1.64-1.33a13 13 0 0 1 1.01-.193 12 12 0 0 1-.51-.858 21 21 0 0 1-.5 1.05zm2.446.45q.226.245.435.41c.24.19.407.253.498.256a.1.1 0 0 0 .07-.015.3.3 0 0 0 .094-.125.44.44 0 0 0 .059-.2.1.1 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a4 4 0 0 0-.612-.053zM8.078 7.8a7 7 0 0 0 .2-.828q.046-.282.038-.465a.6.6 0 0 0-.032-.198.5.5 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822q.036.167.09.346z\'/></svg>"}},{"terms":["files, and, folders, doc, document, adobe, acrobat"],"label":"file-earmark-pdf-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-pdf-fill\'><path d=\'M5.523 12.424q.21-.124.459-.238a8 8 0 0 1-.45.606c-.28.337-.498.516-.635.572l-.035.012a.3.3 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548m2.455-1.647q-.178.037-.356.078a21 21 0 0 0 .5-1.05 12 12 0 0 0 .51.858q-.326.048-.654.114m2.525.939a4 4 0 0 1-.435-.41q.344.007.612.054c.317.057.466.147.518.209a.1.1 0 0 1 .026.064.44.44 0 0 1-.06.2.3.3 0 0 1-.094.124.1.1 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256M8.278 6.97c-.04.244-.108.524-.2.829a5 5 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.5.5 0 0 1 .145-.04c.013.03.028.092.032.198q.008.183-.038.465z\'/><path fill-rule=\'evenodd\' d=\'M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m5.5 1.5v2a1 1 0 0 0 1 1h2zM4.165 13.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.7 11.7 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.86.86 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.84.84 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.8 5.8 0 0 0-1.335-.05 11 11 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.24 1.24 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a20 20 0 0 1-1.062 2.227 7.7 7.7 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103\'/></svg>"}},{"terms":["files, and, folders, doc, document, personal, cv, resume, about"],"label":"file-earmark-person","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-person\'><path d=\'M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, personal, cv, resume, about"],"label":"file-earmark-person-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-person-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0m2 5.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-.245S4 12 8 12s5 1.755 5 1.755\'/></svg>"}},{"terms":["files, and, folders, video, present"],"label":"file-earmark-play","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-play\'><path d=\'M6 6.883v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 6.454a.5.5 0 0 0-.757.43z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, video, present"],"label":"file-earmark-play-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-play-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M6 6.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V6.884z\'/></svg>"}},{"terms":["files, and, folders, doc, document, add, new"],"label":"file-earmark-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-plus\'><path d=\'M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5\'/><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, add, new"],"label":"file-earmark-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-plus-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, post"],"label":"file-earmark-post","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-post\'><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/><path d=\'M4 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["files, and, folders, doc, document, post"],"label":"file-earmark-post-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-post-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m-5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1 0-1m0 3h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-earmark-ppt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-ppt\'><path d=\'M7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5zM8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5\'/><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-earmark-ppt-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-ppt-fill\'><path d=\'M8.188 10H7V6.5h1.188a1.75 1.75 0 1 1 0 3.5\'/><path d=\'M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m5.5 1.5v2a1 1 0 0 0 1 1h2zM7 5.5a1 1 0 0 0-1 1V13a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5z\'/></svg>"}},{"terms":["files, and, folders, text, doc, document"],"label":"file-earmark-richtext","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-richtext\'><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/><path d=\'M4.5 12.5A.5.5 0 0 1 5 12h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5m0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5m1.639-3.708 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V8.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8s1.54-1.274 1.639-1.208M6.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5\'/></svg>"}},{"terms":["files, and, folders, text, doc, document"],"label":"file-earmark-richtext-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-richtext-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V9.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V9s1.54-1.274 1.639-1.208M5 11h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1m0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-earmark-ruled","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-ruled\'><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5zM3 12v-2h2v2zm0 1h2v2H4a1 1 0 0 1-1-1zm3 2v-2h7v1a1 1 0 0 1-1 1zm7-3H6v-2h7z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-earmark-ruled-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-ruled-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M3 9h10v1H6v2h7v1H6v2H5v-2H3v-1h2v-2H3z\'/></svg>"}},{"terms":["files, and, folders, presentation, keynote, powerpoint"],"label":"file-earmark-slides","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-slides\'><path d=\'M5 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 11h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 6zm2 3.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, presentation, keynote, powerpoint"],"label":"file-earmark-slides-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-slides-fill\'><path d=\'M7 9.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M5 6h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 11h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V11h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 6\'/></svg>"}},{"terms":["files, and, folders, doc, document, excel, table"],"label":"file-earmark-spreadsheet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-spreadsheet\'><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5zM3 12v-2h2v2zm0 1h2v2H4a1 1 0 0 1-1-1zm3 2v-2h3v2zm4 0v-2h3v1a1 1 0 0 1-1 1zm3-3h-3v-2h3zm-7 0v-2h3v2z\'/></svg>"}},{"terms":["files, and, folders, doc, document, excel, table"],"label":"file-earmark-spreadsheet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-spreadsheet-fill\'><path d=\'M6 12v-2h3v2z\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M3 9h10v1h-3v2h3v1h-3v2H9v-2H6v2H5v-2H3v-1h2v-2H3z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-earmark-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-text\'><path d=\'M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/><path d=\'M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-earmark-text-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-text-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-earmark-word","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-word\'><path d=\'M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-earmark-word-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-word-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M5.485 6.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 9.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z\'/></svg>"}},{"terms":["files, and, folders, document, remove, delete"],"label":"file-earmark-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-x\'><path d=\'M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293z\'/><path d=\'M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z\'/></svg>"}},{"terms":["files, and, folders, document, remove, delete"],"label":"file-earmark-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-x-fill\'><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M6.854 7.146 8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, zip, archive, compress"],"label":"file-earmark-zip","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-zip\'><path d=\'M5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.11 0l-.929-.62a1 1 0 0 1-.415-1.074L5 8.438zm2 0H6v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.929-.62-.4-1.598A1 1 0 0 1 7 8.438z\'/><path d=\'M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1h-2v1h-1v1h1v1h-1v1h1v1H6V5H5V4h1V3H5V2h1V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, zip, archive, compress"],"label":"file-earmark-zip-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-earmark-zip-fill\'><path d=\'M5.5 9.438V8.5h1v.938a1 1 0 0 0 .03.243l.4 1.598-.93.62-.93-.62.4-1.598a1 1 0 0 0 .03-.243\'/><path d=\'M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1m-4-.5V2h-1V1H6v1h1v1H6v1h1v1H6v1h1v1H5.5V6h-1V5h1V4h-1V3zm0 4.5h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V8.5a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-easel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-easel\'><path d=\'M8.5 5a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 6.5v2A1.5 1.5 0 0 0 5.5 10h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 10H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 10h.473A1.5 1.5 0 0 0 12 8.5v-2A1.5 1.5 0 0 0 10.5 5zM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-easel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-easel-fill\'><path d=\'M5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M8.5 5h2A1.5 1.5 0 0 1 12 6.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 10H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 10H5.5A1.5 1.5 0 0 1 4 8.5v-2A1.5 1.5 0 0 1 5.5 5h2a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, spreadsheet, excel, table"],"label":"file-excel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-excel\'><path d=\'M5.18 4.616a.5.5 0 0 1 .704.064L8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 0 1 .064-.704\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, spreadsheet, excel, table"],"label":"file-excel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-excel-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M5.884 4.68 8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 1 1 .768-.64\'/></svg>"}},{"terms":["files, and, folders, doc, document, page"],"label":"file-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-fill\'><path fill-rule=\'evenodd\' d=\'M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2\'/></svg>"}},{"terms":["files, and, folders, ttf, otf"],"label":"file-font","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-font\'><path d=\'M10.943 4H5.057L5 6h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v6.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V4.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, ttf, otf"],"label":"file-font-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-font-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M5.057 4h5.886L11 6h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v6.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V4.755l-.293.01C5.856 4.808 5.68 4.905 5.5 6H5z\'/></svg>"}},{"terms":["files, and, folders, photo, picture"],"label":"file-image","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-image\'><path d=\'M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12z\'/></svg>"}},{"terms":["files, and, folders, photo, picture"],"label":"file-image-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-image-fill\'><path d=\'M4 0h8a2 2 0 0 1 2 2v8.293l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2m4.002 5.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/><path d=\'M10.564 8.27 14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-lock\'><path d=\'M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1m2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224M6.105 8.125A.64.64 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.64.64 0 0 1 9.5 11h-3a.64.64 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3c0-.042.02-.107.105-.175\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-lock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-lock-fill\'><path d=\'M7 6a1 1 0 0 1 2 0v1H7zM6 8.3c0-.042.02-.107.105-.175A.64.64 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.64.64 0 0 1 9.5 11h-3a.64.64 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7z\'/><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-lock2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-lock2\'><path d=\'M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1m2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, lock, private, secure"],"label":"file-lock2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-lock2-fill\'><path d=\'M7 6a1 1 0 0 1 2 0v1H7z\'/><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, medical, hospital, health"],"label":"file-medical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-medical\'><path d=\'M8.5 4.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L7 6l-.549.317a.5.5 0 1 0 .5.866l.549-.317V7.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L9 6l.549-.317a.5.5 0 1 0-.5-.866l-.549.317zM5.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, medical, hospital, health"],"label":"file-medical-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-medical-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M8.5 4.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5a.5.5 0 1 1 1 0M5.5 9h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1m0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, delete, remove"],"label":"file-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-minus\'><path d=\'M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, delete, remove"],"label":"file-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-minus-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, music, audio, playlist, songs"],"label":"file-music","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-music\'><path d=\'M10.304 3.13a1 1 0 0 1 1.196.98v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13s-.974-.134-1.338-.377C5.302 12.383 5 11.995 5 11.5s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, music, audio, playlist, songs"],"label":"file-music-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-music-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-.5 4.11v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13s-.974-.134-1.338-.377C5.302 12.383 5 11.995 5 11.5s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3a1 1 0 0 1 1.196.98\'/></svg>"}},{"terms":["files, and, folders, doc, document, adobe, acrobat"],"label":"file-pdf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-pdf\'><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/><path d=\'M4.603 12.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7.3 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.187-.012.395-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 5.8 5.8 0 0 1 1.334.05c.364.065.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 11.6 11.6 0 0 0-1.997.406 11.3 11.3 0 0 1-1.021 1.51c-.29.35-.608.655-.926.787a.8.8 0 0 1-.58.029m1.379-1.901q-.25.115-.459.238c-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361q.016.032.026.044l.035-.012c.137-.056.355-.235.635-.572a8 8 0 0 0 .45-.606m1.64-1.33a13 13 0 0 1 1.01-.193 12 12 0 0 1-.51-.858 21 21 0 0 1-.5 1.05zm2.446.45q.226.244.435.41c.24.19.407.253.498.256a.1.1 0 0 0 .07-.015.3.3 0 0 0 .094-.125.44.44 0 0 0 .059-.2.1.1 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a4 4 0 0 0-.612-.053zM8.078 5.8a7 7 0 0 0 .2-.828q.046-.282.038-.465a.6.6 0 0 0-.032-.198.5.5 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822q.036.167.09.346z\'/></svg>"}},{"terms":["files, and, folders, doc, document, adobe, acrobat"],"label":"file-pdf-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-pdf-fill\'><path d=\'M5.523 10.424q.21-.124.459-.238a8 8 0 0 1-.45.606c-.28.337-.498.516-.635.572l-.035.012a.3.3 0 0 1-.026-.044c-.056-.11-.054-.216.04-.36.106-.165.319-.354.647-.548m2.455-1.647q-.178.037-.356.078a21 21 0 0 0 .5-1.05 12 12 0 0 0 .51.858q-.326.048-.654.114m2.525.939a4 4 0 0 1-.435-.41q.344.007.612.054c.317.057.466.147.518.209a.1.1 0 0 1 .026.064.44.44 0 0 1-.06.2.3.3 0 0 1-.094.124.1.1 0 0 1-.069.015c-.09-.003-.258-.066-.498-.256M8.278 4.97c-.04.244-.108.524-.2.829a5 5 0 0 1-.089-.346c-.076-.353-.087-.63-.046-.822.038-.177.11-.248.196-.283a.5.5 0 0 1 .145-.04c.013.03.028.092.032.198q.008.183-.038.465z\'/><path fill-rule=\'evenodd\' d=\'M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m.165 11.668c.09.18.23.343.438.419.207.075.412.04.58-.03.318-.13.635-.436.926-.786.333-.401.683-.927 1.021-1.51a11.6 11.6 0 0 1 1.997-.406c.3.383.61.713.91.95.28.22.603.403.934.417a.86.86 0 0 0 .51-.138c.155-.101.27-.247.354-.416.09-.181.145-.37.138-.563a.84.84 0 0 0-.2-.518c-.226-.27-.596-.4-.96-.465a5.8 5.8 0 0 0-1.335-.05 11 11 0 0 1-.98-1.686c.25-.66.437-1.284.52-1.794.036-.218.055-.426.048-.614a1.24 1.24 0 0 0-.127-.538.7.7 0 0 0-.477-.365c-.202-.043-.41 0-.601.077-.377.15-.576.47-.651.823-.073.34-.04.736.046 1.136.088.406.238.848.43 1.295a20 20 0 0 1-1.062 2.227 7.7 7.7 0 0 0-1.482.645c-.37.22-.699.48-.897.787-.21.326-.275.714-.08 1.103\'/></svg>"}},{"terms":["files, and, folders, doc, document, personal, cv, resume, about"],"label":"file-person","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-person\'><path d=\'M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["files, and, folders, doc, document, personal, cv, resume, about"],"label":"file-person-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-person-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m-1 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-3 4c2.623 0 4.146.826 5 1.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1.245C3.854 11.825 5.377 11 8 11\'/></svg>"}},{"terms":["files, and, folders, video, present"],"label":"file-play","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-play\'><path d=\'M6 10.117V5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, video, present"],"label":"file-play-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-play-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M6 5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V5.884z\'/></svg>"}},{"terms":["files, and, folders, doc, document, add, new"],"label":"file-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-plus\'><path d=\'M8.5 6a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V10a.5.5 0 0 0 1 0V8.5H10a.5.5 0 0 0 0-1H8.5z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, add, new"],"label":"file-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-plus-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["files, and, folders, doc, document, post"],"label":"file-post","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-post\'><path d=\'M4 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, post"],"label":"file-post-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-post-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M4.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1m0 2h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-ppt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-ppt\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/><path d=\'M6 5a1 1 0 0 1 1-1h1.188a2.75 2.75 0 0 1 0 5.5H7v2a.5.5 0 0 1-1 0zm1 3.5h1.188a1.75 1.75 0 1 0 0-3.5H7z\'/></svg>"}},{"terms":["files, and, folders, slides, presentation, powerpoint, keynote"],"label":"file-ppt-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-ppt-fill\'><path d=\'M8.188 8.5H7V5h1.188a1.75 1.75 0 1 1 0 3.5\'/><path d=\'M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m3 4a1 1 0 0 0-1 1v6.5a.5.5 0 0 0 1 0v-2h1.188a2.75 2.75 0 0 0 0-5.5z\'/></svg>"}},{"terms":["files, and, folders, doc, document, richtext"],"label":"file-richtext","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-richtext\'><path d=\'M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208M5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, richtext"],"label":"file-richtext-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-richtext-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208M5 9h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1m0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-ruled","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-ruled\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1zm9 6H6v2h7zm0 3H6v2h7zm0 3H6v2h6a1 1 0 0 0 1-1zm-8 2v-2H3v1a1 1 0 0 0 1 1zm-2-3h2v-2H3zm0-3h2V7H3z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-ruled-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-ruled-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2m2 7H6v2h8zm0 3H6v2h8zm0 3H6v3h6a2 2 0 0 0 2-2zm-9 3v-3H2v1a2 2 0 0 0 2 2zm-3-4h3v-2H2zm0-3h3V7H2z\'/></svg>"}},{"terms":["files, and, folders, presentation, keynote, powerpoint"],"label":"file-slides","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-slides\'><path d=\'M5 4a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 9h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V9h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 4zm2 3.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, presentation, keynote, powerpoint"],"label":"file-slides-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-slides-fill\'><path d=\'M7 7.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z\'/><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M5 4h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 9h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V9h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 4\'/></svg>"}},{"terms":["files, and, folders, doc, document, excel, table"],"label":"file-spreadsheet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-spreadsheet\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1zm9 6h-3v2h3zm0 3h-3v2h3zm0 3h-3v2h2a1 1 0 0 0 1-1zm-4 2v-2H6v2zm-4 0v-2H3v1a1 1 0 0 0 1 1zm-2-3h2v-2H3zm0-3h2V7H3zm3-2v2h3V7zm3 3H6v2h3z\'/></svg>"}},{"terms":["files, and, folders, doc, document, excel, table"],"label":"file-spreadsheet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-spreadsheet-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2m2 7h-4v2h4zm0 3h-4v2h4zm0 3h-4v3h2a2 2 0 0 0 2-2zm-5 3v-3H6v3zm-4 0v-3H2v1a2 2 0 0 0 2 2zm-3-4h3v-2H2zm0-3h3V7H2zm4 0V7h3v2zm0 1h3v2H6z\'/></svg>"}},{"terms":["files, and, folders, doc, document, letter"],"label":"file-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-text\'><path d=\'M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5M5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document, letter"],"label":"file-text-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-text-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1m-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5M5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1m0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-word","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-word\'><path d=\'M4.879 4.515a.5.5 0 0 1 .606.364l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 0 1 .364-.606z\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"file-word-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-word-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M5.485 4.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z\'/></svg>"}},{"terms":["files, and, folders, document, remove, delete"],"label":"file-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-x\'><path d=\'M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["files, and, folders, document, remove, delete"],"label":"file-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-x-fill\'><path d=\'M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M6.854 6.146 8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["files, and, folders, doc, document, zip, archive, compress"],"label":"file-zip","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-zip\'><path d=\'M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1z\'/></svg>"}},{"terms":["files, and, folders, doc, document, zip, archive, compress"],"label":"file-zip-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'file-zip-fill\'><path d=\'M8.5 9.438V8.5h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243\'/><path d=\'M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m2.5 8.5v.938l-.4 1.599a1 1 0 0 0 .416 1.074l.93.62a1 1 0 0 0 1.109 0l.93-.62a1 1 0 0 0 .415-1.074l-.4-1.599V8.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1m1-5.5h-1v1h1v1h-1v1h1v1H9V6H8V5h1V4H8V3h1V2H8V1H6.5v1h1z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"files","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'files\'><path d=\'M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2m0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1M3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["files, and, folders, doc, document"],"label":"files-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'files-alt\'><path d=\'M11 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2 2 2 0 0 0-2-2m2 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zM2 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-aac","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-aac\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-5.808 8.554a1.7 1.7 0 0 0-.103.633v.495q0 .369.103.627a.83.83 0 0 0 .299.393.85.85 0 0 0 .477.131.9.9 0 0 0 .402-.088.7.7 0 0 0 .272-.248.8.8 0 0 0 .117-.364h.765v.076a1.27 1.27 0 0 1-.226.674q-.204.29-.55.454a1.8 1.8 0 0 1-.785.164q-.54 0-.915-.216a1.4 1.4 0 0 1-.57-.627q-.195-.408-.194-.976v-.498q0-.568.196-.978.195-.411.571-.633.378-.223.912-.223.327 0 .606.097.28.093.49.272a1.33 1.33 0 0 1 .465.964v.073h-.765a.85.85 0 0 0-.12-.38.7.7 0 0 0-.272-.261.8.8 0 0 0-.399-.097.8.8 0 0 0-.474.138.87.87 0 0 0-.302.398M.8 15.925l.313-1.028H2.45l.314 1.028h.84l-1.335-3.999h-.926l-1.342 4zm1.002-3.234.489 1.617H1.277l.49-1.617zm2.63 3.234.313-1.028H6.08l.313 1.028h.841L5.9 11.926h-.926l-1.341 4zm1.001-3.234.49 1.617H4.909l.49-1.617z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-ai","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-ai\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H6v-1h6a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.113 14.82.8 15.85H0l1.342-3.999h.926l1.336 3.999h-.841l-.314-1.028H1.113Zm1.178-.588-.49-1.617h-.034l-.49 1.617zm2.425-2.382v3.999h-.791V11.85h.79Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-bmp","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-bmp\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM0 15.849h1.664q.408 0 .72-.132.315-.135.493-.386.18-.253.179-.61a1 1 0 0 0-.123-.51.85.85 0 0 0-.323-.325 1.1 1.1 0 0 0-.445-.14v-.036a1 1 0 0 0 .352-.16.8.8 0 0 0 .243-.294.9.9 0 0 0 .09-.422q0-.463-.322-.723-.322-.261-.858-.261H0zm.785-3.404h.7q.28 0 .431.14.155.138.155.384a.5.5 0 0 1-.082.296.5.5 0 0 1-.249.185 1.2 1.2 0 0 1-.433.064H.785zm0 1.62h.75q.231 0 .393.073a.5.5 0 0 1 .24.211.6.6 0 0 1 .082.325q0 .284-.205.434-.205.146-.671.146H.785zm3.474 1.784v-2.66h.038l.952 2.16h.515l.947-2.16h.038v2.66h.715V11.85h-.8l-1.14 2.596h-.026l-1.14-2.596h-.805v3.999zm3.918-3.999h1.6q.434 0 .732.179.302.176.46.477.159.302.159.677t-.162.677q-.158.299-.462.474a1.45 1.45 0 0 1-.733.173h-.803v1.342h-.79zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.185-.182-.512-.182h-.66v1.406h.66a.8.8 0 0 0 .375-.082.57.57 0 0 0 .237-.24\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code"],"label":"filetype-cs","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-cs\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.629 15.29a1.2 1.2 0 0 1-.112-.449h.765a.58.58 0 0 0 .255.384q.105.073.249.114t.32.041q.245 0 .412-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.152-.326q-.153-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.54-.214 1 1 0 0 1-.35-.367 1.1 1.1 0 0 1-.124-.524q0-.366.19-.639.191-.272.528-.422t.776-.149q.458 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.246-.181.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.325.075.566.211t.375.358.134.56q0 .37-.187.656a1.2 1.2 0 0 1-.54.439q-.351.158-.858.158a2.2 2.2 0 0 1-.665-.09 1.4 1.4 0 0 1-.477-.252 1.1 1.1 0 0 1-.29-.375m-2.72-2.23a1.7 1.7 0 0 0-.103.633v.495q0 .369.102.627a.83.83 0 0 0 .299.392.85.85 0 0 0 .478.132.86.86 0 0 0 .4-.088.7.7 0 0 0 .273-.249.8.8 0 0 0 .118-.363h.764v.076a1.27 1.27 0 0 1-.225.674q-.205.29-.551.454a1.8 1.8 0 0 1-.785.164q-.54 0-.914-.217a1.4 1.4 0 0 1-.572-.626Q0 14.756 0 14.188v-.498q0-.569.196-.979a1.44 1.44 0 0 1 .572-.633q.378-.222.91-.222.33 0 .607.097.281.093.49.272a1.32 1.32 0 0 1 .465.964v.073h-.764a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.8.8 0 0 0-.398-.097.8.8 0 0 0-.475.138.87.87 0 0 0-.302.398Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, stylesheet"],"label":"filetype-css","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-css\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.397 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zM6.78 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.106.073.25.114.142.041.319.041.245 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.527-.422t.777-.149q.456 0 .779.152.326.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.246-.181.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-csv","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-csv\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.489-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.572.632-.195.41-.196.979v.498q0 .568.193.976.197.407.572.626.375.217.914.217.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363.7.7 0 0 1-.272.25.9.9 0 0 1-.401.087.85.85 0 0 1-.478-.132.83.83 0 0 1-.299-.392 1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-doc","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-doc\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-7.839 9.166v.522q0 .384-.117.641a.86.86 0 0 1-.322.387.9.9 0 0 1-.469.126.9.9 0 0 1-.471-.126.87.87 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387.87.87 0 0 1 .471-.129q.264 0 .469.13a.86.86 0 0 1 .322.386q.117.255.117.641m.803.519v-.513q0-.565-.205-.972a1.46 1.46 0 0 0-.589-.63q-.381-.22-.917-.22-.533 0-.92.22a1.44 1.44 0 0 0-.589.627q-.204.406-.205.975v.513q0 .563.205.973.205.406.59.627.386.216.92.216.535 0 .916-.216.383-.22.59-.627.204-.41.204-.973M0 11.926v4h1.459q.603 0 .999-.238a1.45 1.45 0 0 0 .595-.689q.196-.45.196-1.084 0-.63-.196-1.075a1.43 1.43 0 0 0-.59-.68q-.395-.234-1.004-.234zm.791.645h.563q.371 0 .609.152a.9.9 0 0 1 .354.454q.118.302.118.753a2.3 2.3 0 0 1-.068.592 1.1 1.1 0 0 1-.196.422.8.8 0 0 1-.334.252 1.3 1.3 0 0 1-.483.082H.79V12.57Zm7.422.483a1.7 1.7 0 0 0-.103.633v.495q0 .369.103.627a.83.83 0 0 0 .298.393.85.85 0 0 0 .478.131.9.9 0 0 0 .401-.088.7.7 0 0 0 .273-.248.8.8 0 0 0 .117-.364h.765v.076a1.27 1.27 0 0 1-.226.674q-.205.29-.55.454a1.8 1.8 0 0 1-.786.164q-.54 0-.914-.216a1.4 1.4 0 0 1-.571-.627q-.194-.408-.194-.976v-.498q0-.568.197-.978.195-.411.571-.633.378-.223.911-.223.328 0 .607.097.28.093.489.272a1.33 1.33 0 0 1 .466.964v.073H9.78a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.8.8 0 0 0-.398-.097.8.8 0 0 0-.475.138.87.87 0 0 0-.301.398\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-docx","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-docx\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-6.839 9.688v-.522a1.5 1.5 0 0 0-.117-.641.86.86 0 0 0-.322-.387.86.86 0 0 0-.469-.129.87.87 0 0 0-.471.13.87.87 0 0 0-.32.386 1.5 1.5 0 0 0-.117.641v.522q0 .384.117.641a.87.87 0 0 0 .32.387.9.9 0 0 0 .471.126.9.9 0 0 0 .469-.126.86.86 0 0 0 .322-.386 1.55 1.55 0 0 0 .117-.642m.803-.516v.513q0 .563-.205.973a1.47 1.47 0 0 1-.589.627q-.381.216-.917.216a1.86 1.86 0 0 1-.92-.216 1.46 1.46 0 0 1-.589-.627 2.15 2.15 0 0 1-.205-.973v-.513q0-.569.205-.975.205-.411.59-.627.386-.22.92-.22.535 0 .916.22.383.219.59.63.204.406.204.972M1 15.925v-3.999h1.459q.609 0 1.005.235.396.233.589.68.196.445.196 1.074 0 .634-.196 1.084-.197.451-.595.689-.396.237-.999.237zm1.354-3.354H1.79v2.707h.563q.277 0 .483-.082a.8.8 0 0 0 .334-.252q.132-.17.196-.422a2.3 2.3 0 0 0 .068-.592q0-.45-.118-.753a.9.9 0 0 0-.354-.454q-.237-.152-.61-.152Zm6.756 1.116q0-.373.103-.633a.87.87 0 0 1 .301-.398.8.8 0 0 1 .475-.138q.225 0 .398.097a.7.7 0 0 1 .273.26.85.85 0 0 1 .12.381h.765v-.073a1.33 1.33 0 0 0-.466-.964 1.4 1.4 0 0 0-.49-.272 1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223-.375.222-.571.633-.197.41-.197.978v.498q0 .568.194.976.195.406.571.627.375.216.914.216.44 0 .785-.164t.551-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.765a.8.8 0 0 1-.117.364.7.7 0 0 1-.273.248.9.9 0 0 1-.401.088.85.85 0 0 1-.478-.131.83.83 0 0 1-.298-.393 1.7 1.7 0 0 1-.103-.627zm5.092-1.76h.894l-1.275 2.006 1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.015-1.228-1.984h.932l.832 1.439h.035z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-exe","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-exe\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM2.575 15.202H.785v-1.073H2.47v-.606H.785v-1.025h1.79v-.648H0v3.999h2.575zM6.31 11.85h-.893l-.823 1.439h-.036l-.832-1.439h-.931l1.227 1.983-1.239 2.016h.861l.853-1.415h.035l.85 1.415h.908l-1.254-1.992zm1.025 3.352h1.79v.647H6.548V11.85h2.576v.648h-1.79v1.025h1.684v.606H7.334v1.073Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-gif","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-gif\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H9v-1h3a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.278 13.124a1.4 1.4 0 0 0-.14-.492 1.3 1.3 0 0 0-.314-.407 1.5 1.5 0 0 0-.48-.275 1.9 1.9 0 0 0-.636-.1q-.542 0-.926.229a1.5 1.5 0 0 0-.583.632 2.1 2.1 0 0 0-.199.95v.506q0 .408.105.745.105.336.32.58.213.243.533.377.323.132.753.132.402 0 .697-.111a1.29 1.29 0 0 0 .788-.77q.097-.261.097-.551v-.797H1.717v.589h.823v.255q0 .199-.09.363a.67.67 0 0 1-.273.264 1 1 0 0 1-.457.096.87.87 0 0 1-.519-.146.9.9 0 0 1-.305-.413 1.8 1.8 0 0 1-.096-.615v-.499q0-.547.234-.85.237-.3.665-.301a1 1 0 0 1 .3.044q.136.044.236.126a.7.7 0 0 1 .17.19.8.8 0 0 1 .097.25zm1.353 2.801v-3.999H3.84v4h.79Zm1.493-1.59v1.59h-.791v-3.999H7.88v.653H6.124v1.117h1.605v.638z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-heic","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-heic\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-4.637 8.554a1.7 1.7 0 0 0-.103.633v.495q0 .369.103.627a.83.83 0 0 0 .299.393.85.85 0 0 0 .477.131.9.9 0 0 0 .401-.088.7.7 0 0 0 .273-.248.8.8 0 0 0 .117-.364h.765v.076a1.27 1.27 0 0 1-.226.674q-.205.29-.55.454a1.8 1.8 0 0 1-.786.164q-.54 0-.914-.216a1.4 1.4 0 0 1-.571-.627q-.194-.408-.194-.976v-.498q0-.568.197-.978.196-.411.571-.633.378-.223.911-.223.328 0 .607.097.28.093.489.272a1.32 1.32 0 0 1 .466.964v.073h-.765a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.8.8 0 0 0-.398-.097.8.8 0 0 0-.475.138.87.87 0 0 0-.301.398m-6.1-1.128v4h-.79V14.21H.79v1.714H0v-3.999h.791v1.626h1.682v-1.626zm1.488 3.352h1.79v.647H3.966v-3.999H6.54v.648H4.75v1.025h1.684v.607H4.751zm3.163.647v-3.999h-.791v4h.79Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, html"],"label":"filetype-html","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-html\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-9.736 7.35v3.999h-.791v-1.714H1.79v1.714H1V11.85h.791v1.626h1.682V11.85h.79Zm2.251.662v3.337h-.794v-3.337H4.588v-.662h3.064v.662zm2.176 3.337v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596H9.93L8.79 11.85h-.805v3.999zm4.71-.674h1.696v.674H12.61V11.85h.79v3.325Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, java"],"label":"filetype-java","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-java\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.521 15.175a1.3 1.3 0 0 1-.082-.466h.765a.6.6 0 0 0 .073.27.5.5 0 0 0 .454.246q.285 0 .422-.164.138-.165.138-.466V11.85h.79v2.725q0 .66-.357 1.005-.354.345-.984.345a1.6 1.6 0 0 1-.568-.094 1.1 1.1 0 0 1-.408-.266 1.1 1.1 0 0 1-.243-.39m3.972-.354-.314 1.028h-.8l1.342-3.999h.926l1.336 3.999h-.84l-.314-1.028zm1.178-.59-.49-1.616h-.035l-.49 1.617zm2.342 1.618h.952l1.327-3.999h-.878l-.888 3.138h-.038L8.59 11.85h-.917zm3.087-1.028-.314 1.028h-.8l1.342-3.999h.926l1.336 3.999h-.84l-.314-1.028zm1.178-.59-.49-1.616h-.035l-.49 1.617z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-jpg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-jpg\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-4.34 8.132q.114.23.14.492h-.776a.8.8 0 0 0-.097-.249.7.7 0 0 0-.17-.19.7.7 0 0 0-.237-.126 1 1 0 0 0-.299-.044q-.428 0-.665.302-.234.301-.234.85v.498q0 .351.097.615a.9.9 0 0 0 .304.413.87.87 0 0 0 .519.146 1 1 0 0 0 .457-.096.67.67 0 0 0 .272-.264q.09-.164.091-.363v-.255H8.24v-.59h1.576v.798q0 .29-.097.55a1.3 1.3 0 0 1-.293.458 1.4 1.4 0 0 1-.495.313q-.296.111-.697.111a2 2 0 0 1-.753-.132 1.45 1.45 0 0 1-.533-.377 1.6 1.6 0 0 1-.32-.58 2.5 2.5 0 0 1-.105-.745v-.506q0-.543.2-.95.201-.406.582-.633.384-.228.926-.228.357 0 .636.1.28.1.48.275t.314.407ZM0 14.786q0 .246.082.465.083.22.243.39.165.17.407.267.246.093.569.093.63 0 .984-.345.357-.346.358-1.005v-2.725h-.791v2.745q0 .303-.138.466t-.422.164a.5.5 0 0 1-.454-.246.6.6 0 0 1-.073-.27H0Zm4.92-2.86H3.322v4h.791v-1.343h.803q.43 0 .732-.172.305-.177.463-.475.162-.302.161-.677 0-.374-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179Zm.546 1.333a.8.8 0 0 1-.085.381.57.57 0 0 1-.238.24.8.8 0 0 1-.375.082H4.11v-1.406h.66q.327 0 .512.182.185.181.185.521Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, javascript"],"label":"filetype-js","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-js\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.186 15.29a1.2 1.2 0 0 1-.111-.449h.765a.58.58 0 0 0 .255.384q.105.073.249.114.143.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.151-.12-.462-.193l-.619-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.528-.422.336-.15.776-.149.457 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.247-.181.9.9 0 0 0-.369-.068q-.325 0-.513.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .405.175l.62.143q.327.075.566.211.24.136.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m-3.104-.033A1.3 1.3 0 0 1 0 14.791h.765a.6.6 0 0 0 .073.27.5.5 0 0 0 .454.246q.285 0 .422-.164.138-.165.138-.466v-2.745h.79v2.725q0 .66-.357 1.005-.354.345-.984.345a1.6 1.6 0 0 1-.569-.094 1.15 1.15 0 0 1-.407-.266 1.1 1.1 0 0 1-.243-.39\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, javascript"],"label":"filetype-json","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-json\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM4.151 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114.142.041.319.041.245 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .084-.29.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.352-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.192-.272.528-.422.337-.15.777-.149.456 0 .779.152.326.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.246-.181.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211a1 1 0 0 1 .375.358q.135.222.135.56 0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m-3.104-.033a1.3 1.3 0 0 1-.082-.466h.764a.6.6 0 0 0 .074.27.5.5 0 0 0 .454.246q.285 0 .422-.164.137-.165.137-.466v-2.745h.791v2.725q0 .66-.357 1.005-.355.345-.985.345a1.6 1.6 0 0 1-.568-.094 1.15 1.15 0 0 1-.407-.266 1.1 1.1 0 0 1-.243-.39m9.091-1.585v.522q0 .384-.117.641a.86.86 0 0 1-.322.387.9.9 0 0 1-.47.126.9.9 0 0 1-.47-.126.87.87 0 0 1-.32-.387 1.55 1.55 0 0 1-.117-.641v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387.87.87 0 0 1 .47-.129q.265 0 .47.129a.86.86 0 0 1 .322.387q.117.255.117.641m.803.519v-.513q0-.565-.205-.973a1.46 1.46 0 0 0-.59-.63q-.38-.22-.916-.22-.534 0-.92.22a1.44 1.44 0 0 0-.589.628q-.205.407-.205.975v.513q0 .562.205.973.205.407.589.626.386.217.92.217.536 0 .917-.217.384-.22.589-.626.204-.41.205-.973m1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, javascript, react"],"label":"filetype-jsx","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-jsx\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.075 14.841a1.13 1.13 0 0 0 .401.823q.194.162.478.252.284.091.665.091.507 0 .858-.158.355-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.565-.21l-.621-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.188-.152.513-.152.214 0 .37.068a.6.6 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.199-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15-.337.149-.528.421-.19.273-.19.639 0 .302.123.524t.351.367q.229.143.54.213l.618.144q.31.073.462.193a.39.39 0 0 1 .153.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.176 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM0 14.791q0 .247.082.466.083.22.243.39.165.17.407.267.246.093.569.093.63 0 .984-.346.357-.345.358-1.004v-2.725h-.791v2.745q0 .302-.138.466t-.422.164a.5.5 0 0 1-.454-.246.6.6 0 0 1-.073-.27zm8.907-2.859H9.8l-1.274 2.007L9.78 15.93h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.438h.036l.823-1.438Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, keynote"],"label":"filetype-key","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-key\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.21 11.85h-.87L.83 13.64H.79v-1.79H0v3.999h.791v-1.283l.41-.466 1.12 1.749h.951l-1.488-2.276 1.427-1.723Zm2.903 3.352h-1.79v-1.073h1.685v-.606H4.323v-1.025h1.79v-.648H3.538v3.999h2.575zm2.243-.888v1.535h-.794v-1.52L6.223 11.85H7.1l.853 1.696h.032l.855-1.696h.856z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-m4p","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-m4p\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM.706 15.849v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999zm5.237-3.999q-.393.65-.79 1.3t-.748 1.31v.648h1.937v.741h.74v-.741h.49v-.639h-.49V11.85H5.944Zm-.82 2.62v-.021q.27-.51.571-1.017.304-.507.607-.984h.04v2.021H5.124Zm2.893-2.62h1.6q.434 0 .732.179.302.175.46.477t.158.677-.16.677q-.159.298-.464.474a1.45 1.45 0 0 1-.732.173h-.803v1.342h-.79zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.184-.183-.513-.182h-.659v1.406h.66a.8.8 0 0 0 .374-.082.57.57 0 0 0 .238-.24\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, markdown"],"label":"filetype-md","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-md\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H9v-1h3a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM.706 13.189v2.66H0V11.85h.806l1.14 2.596h.026l1.14-2.596h.8v3.999h-.716v-2.66h-.038l-.946 2.159h-.516l-.952-2.16H.706Zm3.919 2.66V11.85h1.459q.609 0 1.005.234t.589.68q.195.445.196 1.075 0 .634-.196 1.084-.197.451-.595.689-.396.237-1 .237H4.626Zm1.353-3.354h-.562v2.707h.562q.279 0 .484-.082a.8.8 0 0 0 .334-.252 1.1 1.1 0 0 0 .196-.422q.067-.252.067-.592a2.1 2.1 0 0 0-.117-.753.9.9 0 0 0-.354-.454q-.238-.152-.61-.152\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-mdx","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-mdx\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM.706 15.849v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999zm3.559-3.999v3.999h1.459q.603 0 .999-.237a1.45 1.45 0 0 0 .595-.689q.195-.45.196-1.084 0-.63-.196-1.075a1.43 1.43 0 0 0-.59-.68q-.395-.234-1.004-.234zm.79.645h.563q.372 0 .61.152a.9.9 0 0 1 .354.454q.117.302.117.753 0 .34-.067.592a1.1 1.1 0 0 1-.196.422.8.8 0 0 1-.334.252 1.3 1.3 0 0 1-.484.082h-.562v-2.707Zm4.787-.645h.894L9.46 13.857l1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.016L7.22 11.85h.932l.832 1.439h.035z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-mov","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-mov\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-6.914 9.166v.522q0 .384-.117.641a.86.86 0 0 1-.323.387.9.9 0 0 1-.468.126.9.9 0 0 1-.472-.126.87.87 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522q0-.386.118-.641a.87.87 0 0 1 .319-.387.87.87 0 0 1 .472-.129q.263 0 .468.13a.86.86 0 0 1 .323.386q.117.255.117.641m.802.519v-.513q0-.565-.205-.972a1.46 1.46 0 0 0-.588-.63q-.381-.22-.917-.22-.534 0-.92.22a1.44 1.44 0 0 0-.59.627q-.204.406-.204.975v.513q0 .563.205.973.205.406.589.627.386.216.92.216.536 0 .917-.216.383-.22.588-.627.205-.41.205-.973m-7.182 1.74v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715v-3.999h-.8l-1.14 2.596h-.026l-1.14-2.596H0v4zm9.54 0h-.952l-1.34-3.999h.918l.896 3.138h.038l.888-3.138h.879z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-mp3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-mp3\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-4.911 9.67h-.443v-.609h.422a.7.7 0 0 0 .322-.073.56.56 0 0 0 .22-.2.5.5 0 0 0 .076-.284.49.49 0 0 0-.176-.392.65.65 0 0 0-.442-.15.7.7 0 0 0-.252.041.6.6 0 0 0-.193.112.5.5 0 0 0-.179.349H7.71q.009-.235.102-.437.094-.202.27-.352.176-.152.428-.237.255-.085.583-.088.418-.003.723.132.304.135.472.372a.9.9 0 0 1 .173.539.83.83 0 0 1-.12.478.96.96 0 0 1-.619.439v.041a1 1 0 0 1 .718.434.9.9 0 0 1 .144.521q.003.285-.117.507a1.1 1.1 0 0 1-.329.378q-.21.152-.486.234-.273.08-.583.08-.451 0-.77-.153a1.2 1.2 0 0 1-.487-.41 1.1 1.1 0 0 1-.178-.563h.726a.46.46 0 0 0 .106.258.7.7 0 0 0 .249.179 1 1 0 0 0 .357.067.9.9 0 0 0 .384-.076.6.6 0 0 0 .252-.217.56.56 0 0 0 .088-.319.56.56 0 0 0-.334-.522.8.8 0 0 0-.372-.079ZM.706 15.925v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715v-3.999h-.8l-1.14 2.596h-.026l-1.14-2.596H0v4zm5.458-3.999h-1.6v4h.792v-1.342h.803q.43 0 .732-.173.304-.177.463-.475a1.4 1.4 0 0 0 .161-.677q0-.374-.158-.677a1.2 1.2 0 0 0-.46-.477 1.4 1.4 0 0 0-.733-.179m.545 1.333a.8.8 0 0 1-.085.381.57.57 0 0 1-.237.24.8.8 0 0 1-.375.082h-.66v-1.406h.66q.328 0 .513.182.184.181.184.521\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-mp4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-mp4\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM.706 15.849v-2.66h.038l.952 2.16h.516l.946-2.16h.038v2.66h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999zm5.278-3.999h-1.6v3.999h.792v-1.342h.803q.43 0 .732-.173.304-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477 1.4 1.4 0 0 0-.733-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.237.241.8.8 0 0 1-.375.082h-.66V12.48h.66q.329 0 .513.181.184.183.184.522m1.505-.032q.4-.65.791-1.301h1.14v2.62h.49v.638h-.49v.741h-.741v-.741H7.287v-.648q.353-.66.747-1.31Zm-.029 1.298v.02h1.219v-2.021h-.041q-.302.477-.607.984-.3.507-.571 1.017\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, font, type"],"label":"filetype-otf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-otf\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM2.622 13.666v.522q0 .384-.117.641a.86.86 0 0 1-.322.387.9.9 0 0 1-.47.126.9.9 0 0 1-.47-.126.87.87 0 0 1-.32-.386 1.55 1.55 0 0 1-.117-.642v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387.87.87 0 0 1 .47-.129q.265 0 .47.13a.86.86 0 0 1 .322.386q.117.255.117.641m.803.519v-.513q0-.565-.205-.972a1.46 1.46 0 0 0-.59-.63q-.38-.22-.916-.22-.534 0-.92.22a1.44 1.44 0 0 0-.589.627Q0 13.103 0 13.672v.513q0 .563.205.973.205.406.589.627.386.216.92.216.536 0 .917-.216a1.47 1.47 0 0 0 .589-.627q.204-.41.205-.973m2 1.74v-3.337H6.56v-.662H3.497v.662H4.63v3.337h.794Zm2.251-1.59v1.59h-.79v-3.999h2.548v.653H7.676v1.117h1.606v.638z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-pdf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-pdf\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803q.43 0 .732-.173.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181.185.183.185.522m1.217-1.333v3.999h1.46q.602 0 .998-.237a1.45 1.45 0 0 0 .595-.689q.196-.45.196-1.084 0-.63-.196-1.075a1.43 1.43 0 0 0-.589-.68q-.396-.234-1.005-.234zm.791.645h.563q.371 0 .609.152a.9.9 0 0 1 .354.454q.118.302.118.753a2.3 2.3 0 0 1-.068.592 1.1 1.1 0 0 1-.196.422.8.8 0 0 1-.334.252 1.3 1.3 0 0 1-.483.082h-.563zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code"],"label":"filetype-php","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-php\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803q.43 0 .732-.173.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181.185.182.185.522m4.48 2.666V11.85h-.79v1.626H4.153V11.85h-.79v3.999h.79v-1.714h1.682v1.714zm.703-3.999h1.6q.433 0 .732.179.3.175.46.477.158.302.158.677t-.161.677q-.159.299-.463.474a1.45 1.45 0 0 1-.733.173H8.12v1.342h-.791zm2.06 1.714a.8.8 0 0 0 .084-.381q0-.34-.184-.521-.184-.182-.513-.182h-.66v1.406h.66a.8.8 0 0 0 .375-.082.57.57 0 0 0 .237-.24Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-png","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-png\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-3.76 8.132q.114.23.14.492h-.776a.8.8 0 0 0-.097-.249.7.7 0 0 0-.17-.19.7.7 0 0 0-.237-.126 1 1 0 0 0-.299-.044q-.427 0-.665.302-.234.301-.234.85v.498q0 .351.097.615a.9.9 0 0 0 .304.413.87.87 0 0 0 .519.146 1 1 0 0 0 .457-.096.67.67 0 0 0 .272-.264q.09-.164.091-.363v-.255H8.82v-.59h1.576v.798q0 .29-.097.55a1.3 1.3 0 0 1-.293.458 1.4 1.4 0 0 1-.495.313q-.296.111-.697.111a2 2 0 0 1-.753-.132 1.45 1.45 0 0 1-.533-.377 1.6 1.6 0 0 1-.32-.58 2.5 2.5 0 0 1-.105-.745v-.506q0-.543.2-.95.201-.406.582-.633.384-.228.926-.228.357 0 .636.1.281.1.48.275.2.176.314.407Zm-8.64-.706H0v4h.791v-1.343h.803q.43 0 .732-.172.305-.177.463-.475a1.4 1.4 0 0 0 .161-.677q0-.374-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.381.57.57 0 0 1-.238.24.8.8 0 0 1-.375.082H.788v-1.406h.66q.327 0 .512.182.185.181.185.521m1.964 2.666V13.25h.032l1.761 2.675h.656v-3.999h-.75v2.66h-.032l-1.752-2.66h-.662v4z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, powerpoint"],"label":"filetype-ppt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-ppt\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.6 11.85H0v3.999h.791v-1.342h.803q.43 0 .732-.173.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H.788V12.48h.66q.327 0 .512.181.185.183.185.522m2.817-1.333h-1.6v3.999h.791v-1.342h.803q.43 0 .732-.173.305-.175.463-.474.162-.302.161-.677 0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H4.15V12.48h.66q.327 0 .512.181.185.183.185.522m2.767-.67v3.336H7.48v-3.337H6.346v-.662h3.065v.662z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, powerpoint"],"label":"filetype-pptx","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-pptx\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.5 11.85h1.6q.434 0 .732.179.302.175.46.477t.158.677-.16.677q-.159.299-.464.474a1.45 1.45 0 0 1-.732.173H2.29v1.342H1.5zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.185-.182-.513-.182h-.659v1.406h.66a.8.8 0 0 0 .374-.082.57.57 0 0 0 .238-.24m1.302-1.714h1.6q.434 0 .732.179.302.175.46.477t.158.677-.16.677q-.158.299-.464.474a1.45 1.45 0 0 1-.732.173h-.803v1.342h-.79zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.184-.182-.513-.182H5.65v1.406h.66a.8.8 0 0 0 .374-.082.57.57 0 0 0 .238-.24m2.852 2.285v-3.337h1.137v-.662H7.846v.662H8.98v3.337zm3.796-3.999h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.439h.035z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-psd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-psd\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-.5v-1h.5a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.116 14.841a1.13 1.13 0 0 0 .401.823q.194.162.478.252.284.091.665.091.507 0 .858-.158.355-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.565-.21l-.621-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.188-.152.513-.152.214 0 .37.068a.6.6 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.199-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15-.337.149-.528.421-.19.273-.19.639 0 .302.123.524t.351.367q.229.143.54.213l.618.144q.31.073.462.193a.39.39 0 0 1 .153.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.176 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zM1.6 11.932H0v4h.791v-1.343h.803q.43 0 .732-.173.305-.175.463-.474a1.4 1.4 0 0 0 .161-.677q0-.375-.158-.677a1.2 1.2 0 0 0-.46-.477q-.3-.18-.732-.179m.545 1.333a.8.8 0 0 1-.085.38.57.57 0 0 1-.238.241.8.8 0 0 1-.375.082H.788v-1.406h.66q.327 0 .512.182.185.181.185.521m4.609 2.666v-3.999h1.459q.609 0 1.004.234.396.235.59.68.195.445.195 1.075 0 .634-.196 1.084t-.594.689q-.396.237-1 .237H6.755Zm1.353-3.354h-.562v2.707h.562q.279 0 .483-.082a.8.8 0 0 0 .334-.252 1.1 1.1 0 0 0 .197-.422q.067-.252.067-.592a2.1 2.1 0 0 0-.117-.753.9.9 0 0 0-.355-.454q-.236-.152-.609-.152\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, python"],"label":"filetype-py","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-py\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H7v-1h5a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM0 11.85h1.6q.434 0 .732.179.302.175.46.477t.158.677-.16.677q-.158.299-.464.474a1.45 1.45 0 0 1-.732.173H.79v1.342H0zm2.06 1.714a.8.8 0 0 0 .085-.381q0-.34-.185-.521-.185-.182-.513-.182H.788v1.406h.66a.8.8 0 0 0 .374-.082.57.57 0 0 0 .238-.24m2.963.75v1.535H4.23v-1.52L2.89 11.85h.876l.853 1.696h.032l.856-1.696h.855z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-raw","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-raw\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.597 11.85H0v3.999h.782v-1.491h.71l.7 1.491h1.651l.313-1.028h1.336l.314 1.028h.84L5.31 11.85h-.925l-1.329 3.96-.783-1.572A1.18 1.18 0 0 0 3 13.116q0-.384-.167-.668a1.1 1.1 0 0 0-.478-.44 1.7 1.7 0 0 0-.758-.158m-.815 1.913v-1.292h.7a.74.74 0 0 1 .507.17q.194.17.194.49 0 .315-.194.474-.19.158-.518.158zm4.063-1.148.489 1.617H4.32l.49-1.617zm4.006.445-.74 2.789h-.73L6.326 11.85h.855l.601 2.903h.038l.706-2.903h.683l.706 2.903h.04l.596-2.903h.858l-1.055 3.999h-.73l-.74-2.789H8.85Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, ruby"],"label":"filetype-rb","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-rb\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM0 11.85h1.597q.446 0 .758.158.315.155.478.44.167.284.167.668a1.18 1.18 0 0 1-.727 1.122l.803 1.611h-.885l-.7-1.491H.782v1.491H0zm.782.621v1.292h.689q.327 0 .518-.158.195-.159.194-.475 0-.32-.194-.489a.74.74 0 0 0-.507-.17zm4.426 3.378H3.544V11.85h1.67q.536 0 .858.26.322.262.322.724a.94.94 0 0 1-.09.422.8.8 0 0 1-.244.293 1 1 0 0 1-.351.161v.035q.243.024.445.141a.85.85 0 0 1 .322.325 1 1 0 0 1 .123.51q0 .357-.178.61-.18.25-.492.386a1.9 1.9 0 0 1-.721.132m-.179-3.404h-.7v1.07h.521q.267 0 .434-.065a.5.5 0 0 0 .249-.185.5.5 0 0 0 .082-.296.49.49 0 0 0-.155-.384q-.153-.14-.43-.14Zm.05 1.62h-.75v1.19h.589q.466 0 .67-.147a.5.5 0 0 0 .206-.434.6.6 0 0 0-.082-.325.5.5 0 0 0-.24-.21.95.95 0 0 0-.393-.074\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, css, stylesheet"],"label":"filetype-sass","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-sass\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.41 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384.8.8 0 0 0 .25.114q.142.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .084-.29.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.352-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.192-.272.528-.422.338-.15.777-.149.456 0 .779.152.326.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.246-.181.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m4.188-.387-.313 1.028h-.8l1.342-3.999h.926l1.335 4h-.84l-.314-1.03zm1.178-.59-.49-1.616h-.034l-.49 1.617zm1.352.528a1.13 1.13 0 0 0 .401.823q.195.162.478.252.284.091.665.091.507 0 .859-.158.354-.158.539-.44.187-.284.187-.656 0-.336-.134-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.512-.152.214 0 .37.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15-.337.149-.527.421-.19.273-.19.639 0 .302.122.524.123.223.352.367.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.167.07-.413.07-.175 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zm3.503.449a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114.142.041.319.041.245 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.527-.422.338-.15.777-.149.456 0 .779.152.326.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.246-.181.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158a2.2 2.2 0 0 1-.665-.09 1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, css, stylesheet"],"label":"filetype-scss","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-scss\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.356 15.29a1.2 1.2 0 0 1-.111-.449h.765a.58.58 0 0 0 .255.384q.105.073.249.114.143.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.151-.12-.462-.193l-.619-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.528-.422.336-.15.776-.149.457 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.247-.181.9.9 0 0 0-.369-.068q-.325 0-.513.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .405.175l.62.143q.326.075.566.211t.375.358.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m4.274-2.23a1.7 1.7 0 0 0-.103.633v.495q0 .369.103.627a.83.83 0 0 0 .298.392.85.85 0 0 0 .478.132.9.9 0 0 0 .401-.088.7.7 0 0 0 .273-.249.8.8 0 0 0 .117-.363h.765v.076a1.27 1.27 0 0 1-.226.674 1.4 1.4 0 0 1-.55.454 1.8 1.8 0 0 1-.786.164q-.54 0-.914-.217a1.4 1.4 0 0 1-.571-.626q-.195-.408-.194-.976v-.498q0-.569.197-.979a1.44 1.44 0 0 1 .57-.633q.38-.222.912-.222.328 0 .607.097.28.093.489.272a1.32 1.32 0 0 1 .466.964v.073h-.765a.85.85 0 0 0-.12-.38.7.7 0 0 0-.273-.261.8.8 0 0 0-.398-.097.8.8 0 0 0-.475.138.87.87 0 0 0-.301.398m2.609 1.781a1.13 1.13 0 0 0 .401.823q.193.162.478.252.284.091.665.091.507 0 .858-.158.354-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.62-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.188-.152.513-.152.213 0 .369.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.438 0-.776.15-.336.149-.527.421-.19.273-.19.639 0 .302.123.524t.351.367q.228.143.54.213l.617.144q.311.073.463.193a.39.39 0 0 1 .153.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193 1.1 1.1 0 0 1-.413.07q-.177 0-.32-.04a.8.8 0 0 1-.249-.115.58.58 0 0 1-.255-.384zm3.502.449a1.2 1.2 0 0 1-.11-.449h.764a.58.58 0 0 0 .255.384q.105.073.249.114.143.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.152-.326q-.153-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.54-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.528-.422.336-.15.776-.149.458 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.247-.181.9.9 0 0 0-.369-.068q-.325 0-.512.152a.47.47 0 0 0-.185.384q0 .18.143.3a1 1 0 0 0 .405.175l.62.143q.326.075.566.211t.375.358.135.56q0 .37-.187.656a1.2 1.2 0 0 1-.54.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, shell"],"label":"filetype-sh","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-sh\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2H8v-1h4a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM.111 15.29A1.2 1.2 0 0 1 0 14.84h.765a.58.58 0 0 0 .255.384q.105.073.249.114.143.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.151-.12-.462-.193l-.619-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.528-.422.336-.15.776-.149.457 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.247-.181.9.9 0 0 0-.369-.068q-.326 0-.513.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .405.175l.62.143q.327.075.566.211.24.136.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375Zm6.67-3.358v4h-.79v-1.715H4.308v1.714h-.792v-3.999h.792v1.626H5.99v-1.626z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, mysql"],"label":"filetype-sql","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-sql\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM0 14.841a1.13 1.13 0 0 0 .401.823q.194.162.478.252c.284.09.411.091.665.091q.507 0 .858-.158.355-.159.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.565-.21l-.621-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.187-.152.513-.152.214 0 .37.068a.6.6 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.199-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15-.337.149-.528.421-.19.273-.19.639 0 .302.123.524t.351.367q.229.143.54.213l.618.144q.31.073.462.193a.39.39 0 0 1 .153.325q0 .165-.085.29A.56.56 0 0 1 2 15.31q-.167.07-.413.07-.176 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zm6.878 1.489-.507-.739q.264-.243.401-.6.138-.358.138-.806v-.501q0-.556-.208-.967a1.5 1.5 0 0 0-.589-.636q-.383-.225-.917-.225-.527 0-.914.225-.384.223-.592.636a2.14 2.14 0 0 0-.205.967v.5q0 .554.205.965.208.41.592.636a1.8 1.8 0 0 0 .914.222 1.8 1.8 0 0 0 .6-.1l.294.422h.788ZM4.262 14.2v-.522q0-.369.114-.63a.9.9 0 0 1 .325-.398.9.9 0 0 1 .495-.138q.288 0 .495.138a.9.9 0 0 1 .325.398q.115.261.115.63v.522q0 .246-.053.445-.053.196-.155.34l-.106-.14-.105-.147h-.733l.451.65a.6.6 0 0 1-.251.047.87.87 0 0 1-.487-.147.9.9 0 0 1-.32-.404 1.7 1.7 0 0 1-.11-.644m3.986 1.057h1.696v.674H7.457v-3.999h.79z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code"],"label":"filetype-svg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-svg\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM0 14.841a1.13 1.13 0 0 0 .401.823q.194.162.478.252.285.091.665.091.507 0 .858-.158.355-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.565-.21l-.621-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.187-.152.513-.152.214 0 .37.068a.6.6 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.199-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15-.337.149-.528.421-.19.273-.19.639 0 .302.123.524t.351.367q.229.143.54.213l.618.144q.31.073.462.193a.39.39 0 0 1 .153.326.5.5 0 0 1-.085.29.56.56 0 0 1-.256.193q-.167.07-.413.07-.176 0-.32-.04a.8.8 0 0 1-.248-.115.58.58 0 0 1-.255-.384zm4.575 1.09h.952l1.327-3.999h-.879l-.887 3.138H5.05l-.897-3.138h-.917zm5.483-3.293q.114.228.14.492h-.776a.8.8 0 0 0-.096-.249.7.7 0 0 0-.17-.19.7.7 0 0 0-.237-.126 1 1 0 0 0-.3-.044q-.427 0-.664.302-.235.3-.235.85v.497q0 .352.097.616a.9.9 0 0 0 .305.413.87.87 0 0 0 .518.146 1 1 0 0 0 .457-.097.67.67 0 0 0 .273-.263q.09-.164.09-.364v-.254h-.823v-.59h1.576v.798q0 .29-.096.55a1.3 1.3 0 0 1-.293.457 1.4 1.4 0 0 1-.495.314q-.296.111-.698.111a2 2 0 0 1-.752-.132 1.45 1.45 0 0 1-.534-.377 1.6 1.6 0 0 1-.319-.58 2.5 2.5 0 0 1-.105-.745v-.507q0-.54.199-.949.202-.406.583-.633.383-.228.926-.228.357 0 .635.1.282.1.48.275.2.176.314.407\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-tiff","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-tiff\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.928 12.512v3.337h-.794v-3.337H0v-.662h3.064v.662zm2.131-.662v3.999h-.79V11.85zm1.373 3.999v-1.59h1.606v-.64H5.432v-1.116H7.19v-.653H4.641v3.999zm2.868-1.59v1.59h-.791V11.85h2.548v.653H8.3v1.117h1.605v.638z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, typescript"],"label":"filetype-tsx","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-tsx\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.172 14.841a1.13 1.13 0 0 0 .401.823q.193.162.478.252.283.091.665.091.507 0 .858-.158.354-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.566-.21l-.62-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.144-.299q0-.234.185-.384.188-.152.513-.152.213 0 .369.068a.6.6 0 0 1 .246.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.438 0-.776.15-.336.149-.527.421-.19.273-.19.639 0 .302.122.524.124.223.352.367.228.143.54.213l.617.144q.311.073.463.193a.39.39 0 0 1 .152.326.5.5 0 0 1-.084.29.56.56 0 0 1-.255.193 1.1 1.1 0 0 1-.413.07q-.177 0-.32-.04a.8.8 0 0 1-.249-.115.58.58 0 0 1-.255-.384zm-1.244 1.09v-3.337h1.136v-.662H0v.662h1.134v3.337zm7.076-3.999h.893l-1.274 2.007 1.254 1.992h-.909l-.85-1.415h-.034l-.853 1.415H6.37l1.239-2.016-1.228-1.983h.932l.832 1.438h.035z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, font, type"],"label":"filetype-ttf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-ttf\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.928 15.849v-3.337h2.269v3.337h.794v-3.337h1.137v-.662H0v.662h1.134v3.337zm5.315-1.59v1.59h-.791V11.85H9v.653H7.243v1.117h1.605v.638z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-txt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-txt\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-2v-1h2a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.928 15.849v-3.337h1.136v-.662H0v.662h1.134v3.337zm4.689-3.999h-.894L4.9 13.289h-.035l-.832-1.439h-.932l1.228 1.983-1.24 2.016h.862l.853-1.415h.035l.85 1.415h.907l-1.253-1.992zm1.93.662v3.337h-.794v-3.337H6.619v-.662h3.064v.662H8.546Z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension"],"label":"filetype-wav","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-wav\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.784 15.849l.741-2.789h.033l.74 2.789h.73l1.055-3.999h-.858l-.595 2.903h-.041l-.706-2.903H2.2l-.706 2.903h-.038l-.6-2.903H0l1.055 3.999zm3.715 0 .314-1.028h1.336l.313 1.028h.841L6.967 11.85h-.926L4.7 15.849h.8Zm1.002-3.234.49 1.617H5.977l.49-1.617H6.5Zm3.604 3.234h-.952L7.814 11.85h.917l.897 3.138h.038l.888-3.138h.879z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, font, type"],"label":"filetype-woff","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-woff\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zm-5.464 9.688v-.522q0-.386-.117-.641a.86.86 0 0 0-.323-.387.86.86 0 0 0-.468-.129.87.87 0 0 0-.472.13.87.87 0 0 0-.32.386q-.116.255-.116.641v.522q0 .384.117.641a.87.87 0 0 0 .319.387.9.9 0 0 0 .472.126.9.9 0 0 0 .468-.126.86.86 0 0 0 .323-.386 1.55 1.55 0 0 0 .117-.642m.803-.516v.513q0 .563-.205.973-.205.406-.59.627-.38.216-.916.216-.534 0-.92-.216a1.46 1.46 0 0 1-.59-.627 2.15 2.15 0 0 1-.204-.973v-.513q0-.569.205-.975.205-.411.589-.627.386-.22.92-.22.536 0 .917.22.384.219.589.63.204.406.205.972m-6.064-.536-.74 2.79h-.73l-1.055-4h.855l.601 2.903h.038l.706-2.903h.683l.706 2.903h.04l.596-2.903h.858l-1.055 4h-.73l-.74-2.79zm7.398 2.79v-1.592h1.606v-.638h-1.606v-1.117h1.758v-.653H9.882v4zm2.988-1.592v1.591h-.791v-3.999h2.548v.653h-1.757v1.117h1.605v.638z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, spreadsheet"],"label":"filetype-xls","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-xls\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM6.472 15.29a1.2 1.2 0 0 1-.111-.449h.765a.58.58 0 0 0 .254.384q.106.073.25.114.143.041.319.041.246 0 .413-.07a.56.56 0 0 0 .255-.193.5.5 0 0 0 .085-.29.39.39 0 0 0-.153-.326q-.152-.12-.462-.193l-.619-.143a1.7 1.7 0 0 1-.539-.214 1 1 0 0 1-.351-.367 1.1 1.1 0 0 1-.123-.524q0-.366.19-.639.19-.272.527-.422.338-.15.777-.149.457 0 .78.152.324.153.5.41.18.255.2.566h-.75a.56.56 0 0 0-.12-.258.6.6 0 0 0-.247-.181.9.9 0 0 0-.369-.068q-.325 0-.513.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .405.175l.62.143q.326.075.566.211a1 1 0 0 1 .375.358q.135.222.135.56 0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252 1.1 1.1 0 0 1-.29-.375m-2.945-3.358h-.893L1.81 13.37h-.036l-.832-1.438h-.93l1.227 1.983L0 15.931h.861l.853-1.415h.035l.85 1.415h.908L2.253 13.94zm2.727 3.325H4.557v-3.325h-.79v4h2.487z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, spreadsheet"],"label":"filetype-xlsx","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-xlsx\'><path fill-rule=\'evenodd\' d=\'M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM7.86 14.841a1.13 1.13 0 0 0 .401.823q.195.162.479.252.284.091.665.091.507 0 .858-.158.355-.158.54-.44a1.17 1.17 0 0 0 .187-.656q0-.336-.135-.56a1 1 0 0 0-.375-.357 2 2 0 0 0-.565-.21l-.621-.144a1 1 0 0 1-.405-.176.37.37 0 0 1-.143-.299q0-.234.184-.384.188-.152.513-.152.214 0 .37.068a.6.6 0 0 1 .245.181.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.199-.566 1.2 1.2 0 0 0-.5-.41 1.8 1.8 0 0 0-.78-.152q-.44 0-.777.15-.336.149-.527.421-.19.273-.19.639 0 .302.123.524t.351.367q.229.143.54.213l.618.144q.31.073.462.193a.39.39 0 0 1 .153.326.5.5 0 0 1-.085.29.56.56 0 0 1-.255.193q-.168.07-.413.07-.176 0-.32-.04a.8.8 0 0 1-.249-.115.58.58 0 0 1-.255-.384zm-3.726-2.909h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415H1.5l1.24-2.016-1.228-1.983h.931l.832 1.438h.036zm1.923 3.325h1.697v.674H5.266v-3.999h.791zm7.636-3.325h.893l-1.274 2.007 1.254 1.992h-.908l-.85-1.415h-.035l-.853 1.415h-.861l1.24-2.016-1.228-1.983h.931l.832 1.438h.036z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code"],"label":"filetype-xml","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-xml\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.527 11.85h-.893l-.823 1.439h-.036L.943 11.85H.012l1.227 1.983L0 15.85h.861l.853-1.415h.035l.85 1.415h.908l-1.254-1.992zm.954 3.999v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596h-.025L4.58 11.85h-.806v3.999zm4.71-.674h1.696v.674H8.4V11.85h.791z\'/></svg>"}},{"terms":["files, and, folders, file, file, type, extension, code, yaml"],"label":"filetype-yml","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filetype-yml\'><path fill-rule=\'evenodd\' d=\'M14 4.5V14a2 2 0 0 1-2 2v-1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM2.133 15.849v-1.535l1.339-2.464h-.856l-.855 1.696h-.032L.876 11.85H0l1.339 2.479v1.52zm2.287 0v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596H5.66L4.52 11.85h-.805v3.999zm4.71-.674h1.696v.674H8.338V11.85h.791v3.325Z\'/></svg>"}},{"terms":["media, video, movie"],"label":"film","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'film\'><path d=\'M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm4 0v6h8V1zm8 8H4v6h8zM1 1v2h2V1zm2 3H1v2h2zM1 7v2h2V7zm2 3H1v2h2zm-2 3v2h2v-2zM15 1h-2v2h2zm-2 3v2h2V4zm2 3h-2v2h2zm-2 3v2h2v-2zm2 3h-2v2h2z\'/></svg>"}},{"terms":["ui, and, keyboard, sort"],"label":"filter","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter\'><path d=\'M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"filter-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M7 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"filter-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter-circle-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M3.5 5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1M5 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"filter-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter-left\'><path d=\'M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"filter-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter-right\'><path d=\'M14 10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5m0-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5m0-3a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"filter-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"filter-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'filter-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1M4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["security, touch, ID, secure, biometric"],"label":"fingerprint","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fingerprint\'><path d=\'M8.06 6.5a.5.5 0 0 1 .5.5v.776a11.5 11.5 0 0 1-.552 3.519l-1.331 4.14a.5.5 0 0 1-.952-.305l1.33-4.141a10.5 10.5 0 0 0 .504-3.213V7a.5.5 0 0 1 .5-.5Z\'/><path d=\'M6.06 7a2 2 0 1 1 4 0 .5.5 0 1 1-1 0 1 1 0 1 0-2 0v.332q0 .613-.066 1.221A.5.5 0 0 1 6 8.447q.06-.555.06-1.115zm3.509 1a.5.5 0 0 1 .487.513 11.5 11.5 0 0 1-.587 3.339l-1.266 3.8a.5.5 0 0 1-.949-.317l1.267-3.8a10.5 10.5 0 0 0 .535-3.048A.5.5 0 0 1 9.569 8m-3.356 2.115a.5.5 0 0 1 .33.626L5.24 14.939a.5.5 0 1 1-.955-.296l1.303-4.199a.5.5 0 0 1 .625-.329\'/><path d=\'M4.759 5.833A3.501 3.501 0 0 1 11.559 7a.5.5 0 0 1-1 0 2.5 2.5 0 0 0-4.857-.833.5.5 0 1 1-.943-.334m.3 1.67a.5.5 0 0 1 .449.546 10.7 10.7 0 0 1-.4 2.031l-1.222 4.072a.5.5 0 1 1-.958-.287L4.15 9.793a9.7 9.7 0 0 0 .363-1.842.5.5 0 0 1 .546-.449Zm6 .647a.5.5 0 0 1 .5.5c0 1.28-.213 2.552-.632 3.762l-1.09 3.145a.5.5 0 0 1-.944-.327l1.089-3.145c.382-1.105.578-2.266.578-3.435a.5.5 0 0 1 .5-.5Z\'/><path d=\'M3.902 4.222a5 5 0 0 1 5.202-2.113.5.5 0 0 1-.208.979 4 4 0 0 0-4.163 1.69.5.5 0 0 1-.831-.556m6.72-.955a.5.5 0 0 1 .705-.052A4.99 4.99 0 0 1 13.059 7v1.5a.5.5 0 1 1-1 0V7a3.99 3.99 0 0 0-1.386-3.028.5.5 0 0 1-.051-.705M3.68 5.842a.5.5 0 0 1 .422.568q-.044.289-.044.59c0 .71-.1 1.417-.298 2.1l-1.14 3.923a.5.5 0 1 1-.96-.279L2.8 8.821A6.5 6.5 0 0 0 3.058 7q0-.375.054-.736a.5.5 0 0 1 .568-.422m8.882 3.66a.5.5 0 0 1 .456.54c-.084 1-.298 1.986-.64 2.934l-.744 2.068a.5.5 0 0 1-.941-.338l.745-2.07a10.5 10.5 0 0 0 .584-2.678.5.5 0 0 1 .54-.456\'/><path d=\'M4.81 1.37A6.5 6.5 0 0 1 14.56 7a.5.5 0 1 1-1 0 5.5 5.5 0 0 0-8.25-4.765.5.5 0 0 1-.5-.865m-.89 1.257a.5.5 0 0 1 .04.706A5.48 5.48 0 0 0 2.56 7a.5.5 0 0 1-1 0c0-1.664.626-3.184 1.655-4.333a.5.5 0 0 1 .706-.04ZM1.915 8.02a.5.5 0 0 1 .346.616l-.779 2.767a.5.5 0 1 1-.962-.27l.778-2.767a.5.5 0 0 1 .617-.346m12.15.481a.5.5 0 0 1 .49.51c-.03 1.499-.161 3.025-.727 4.533l-.07.187a.5.5 0 0 1-.936-.351l.07-.187c.506-1.35.634-2.74.663-4.202a.5.5 0 0 1 .51-.49\'/></svg>"}},{"terms":["real, world, burning, smoke"],"label":"fire","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fire\'><path d=\'M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15\'/></svg>"}},{"terms":["communications, report"],"label":"flag","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'flag\'><path d=\'M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12 12 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A20 20 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a20 20 0 0 0 1.349-.476l.019-.007.004-.002h.001M14 1.221c-.22.078-.48.167-.766.255-.81.252-1.872.523-2.734.523-.886 0-1.592-.286-2.203-.534l-.008-.003C7.662 1.21 7.139 1 6.5 1c-.669 0-1.606.229-2.415.478A21 21 0 0 0 3 1.845v6.433c.22-.078.48-.167.766-.255C4.576 7.77 5.638 7.5 6.5 7.5c.847 0 1.548.28 2.158.525l.028.01C9.32 8.29 9.86 8.5 10.5 8.5c.668 0 1.606-.229 2.415-.478A21 21 0 0 0 14 7.655V1.222z\'/></svg>"}},{"terms":["communications, report"],"label":"flag-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'flag-fill\'><path d=\'M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12 12 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A20 20 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a20 20 0 0 0 1.349-.476l.019-.007.004-.002h.001\'/></svg>"}},{"terms":["devices, save, storage, disk"],"label":"floppy","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'floppy\'><path d=\'M11 2H9v3h2z\'/><path d=\'M1.5 0h11.586a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 16 2.914V14.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13A1.5 1.5 0 0 1 1.5 0M1 1.5v13a.5.5 0 0 0 .5.5H2v-4.5A1.5 1.5 0 0 1 3.5 9h9a1.5 1.5 0 0 1 1.5 1.5V15h.5a.5.5 0 0 0 .5-.5V2.914a.5.5 0 0 0-.146-.353l-1.415-1.415A.5.5 0 0 0 13.086 1H13v4.5A1.5 1.5 0 0 1 11.5 7h-7A1.5 1.5 0 0 1 3 5.5V1H1.5a.5.5 0 0 0-.5.5m3 4a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V1H4zM3 15h10v-4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5z\'/></svg>"}},{"terms":["devices, save, storage, disk"],"label":"floppy-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'floppy-fill\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0H3v5.5A1.5 1.5 0 0 0 4.5 7h7A1.5 1.5 0 0 0 13 5.5V0h.086a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 16 2.914V14.5a1.5 1.5 0 0 1-1.5 1.5H14v-5.5A1.5 1.5 0 0 0 12.5 9h-9A1.5 1.5 0 0 0 2 10.5V16h-.5A1.5 1.5 0 0 1 0 14.5z\'/><path d=\'M3 16h10v-5.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zm9-16H4v5.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5zM9 1h2v4H9z\'/></svg>"}},{"terms":["devices, save, storage, disk"],"label":"floppy2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'floppy2\'><path d=\'M1.5 0h11.586a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 16 2.914V14.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13A1.5 1.5 0 0 1 1.5 0M1 1.5v13a.5.5 0 0 0 .5.5H2v-4.5A1.5 1.5 0 0 1 3.5 9h9a1.5 1.5 0 0 1 1.5 1.5V15h.5a.5.5 0 0 0 .5-.5V2.914a.5.5 0 0 0-.146-.353l-1.415-1.415A.5.5 0 0 0 13.086 1H13v3.5A1.5 1.5 0 0 1 11.5 6h-7A1.5 1.5 0 0 1 3 4.5V1H1.5a.5.5 0 0 0-.5.5m9.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["devices, save, storage, disk"],"label":"floppy2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'floppy2-fill\'><path d=\'M12 2h-2v3h2z\'/><path d=\'M1.5 0A1.5 1.5 0 0 0 0 1.5v13A1.5 1.5 0 0 0 1.5 16h13a1.5 1.5 0 0 0 1.5-1.5V2.914a1.5 1.5 0 0 0-.44-1.06L14.147.439A1.5 1.5 0 0 0 13.086 0zM4 6a1 1 0 0 1-1-1V1h10v4a1 1 0 0 1-1 1zM3 9h10a1 1 0 0 1 1 1v5H2v-5a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["real, world, plant, bloom, flower"],"label":"flower1","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'flower1\'><path d=\'M6.174 1.184a2 2 0 0 1 3.652 0A2 2 0 0 1 12.99 3.01a2 2 0 0 1 1.826 3.164 2 2 0 0 1 0 3.652 2 2 0 0 1-1.826 3.164 2 2 0 0 1-3.164 1.826 2 2 0 0 1-3.652 0A2 2 0 0 1 3.01 12.99a2 2 0 0 1-1.826-3.164 2 2 0 0 1 0-3.652A2 2 0 0 1 3.01 3.01a2 2 0 0 1 3.164-1.826M8 1a1 1 0 0 0-.998 1.03l.01.091q.017.116.054.296c.049.241.122.542.213.887.182.688.428 1.513.676 2.314L8 5.762l.045-.144c.248-.8.494-1.626.676-2.314.091-.345.164-.646.213-.887a5 5 0 0 0 .064-.386L9 2a1 1 0 0 0-1-1M2 9l.03-.002.091-.01a5 5 0 0 0 .296-.054c.241-.049.542-.122.887-.213a61 61 0 0 0 2.314-.676L5.762 8l-.144-.045a61 61 0 0 0-2.314-.676 17 17 0 0 0-.887-.213 5 5 0 0 0-.386-.064L2 7a1 1 0 1 0 0 2m7 5-.002-.03a5 5 0 0 0-.064-.386 16 16 0 0 0-.213-.888 61 61 0 0 0-.676-2.314L8 10.238l-.045.144c-.248.8-.494 1.626-.676 2.314-.091.345-.164.646-.213.887a5 5 0 0 0-.064.386L7 14a1 1 0 1 0 2 0m-5.696-2.134.025-.017a5 5 0 0 0 .303-.248c.184-.164.408-.377.661-.629A61 61 0 0 0 5.96 9.23l.103-.111-.147.033a61 61 0 0 0-2.343.572c-.344.093-.64.18-.874.258a5 5 0 0 0-.367.138l-.027.014a1 1 0 1 0 1 1.732zM4.5 14.062a1 1 0 0 0 1.366-.366l.014-.027q.014-.03.036-.084a5 5 0 0 0 .102-.283c.078-.233.165-.53.258-.874a61 61 0 0 0 .572-2.343l.033-.147-.11.102a61 61 0 0 0-1.743 1.667 17 17 0 0 0-.629.66 5 5 0 0 0-.248.304l-.017.025a1 1 0 0 0 .366 1.366m9.196-8.196a1 1 0 0 0-1-1.732l-.025.017a5 5 0 0 0-.303.248 17 17 0 0 0-.661.629A61 61 0 0 0 10.04 6.77l-.102.111.147-.033a61 61 0 0 0 2.342-.572c.345-.093.642-.18.875-.258a5 5 0 0 0 .367-.138zM11.5 1.938a1 1 0 0 0-1.366.366l-.014.027q-.014.03-.036.084a5 5 0 0 0-.102.283c-.078.233-.165.53-.258.875a61 61 0 0 0-.572 2.342l-.033.147.11-.102a61 61 0 0 0 1.743-1.667c.252-.253.465-.477.629-.66a5 5 0 0 0 .248-.304l.017-.025a1 1 0 0 0-.366-1.366M14 9a1 1 0 0 0 0-2l-.03.002a5 5 0 0 0-.386.064c-.242.049-.543.122-.888.213-.688.182-1.513.428-2.314.676L10.238 8l.144.045c.8.248 1.626.494 2.314.676.345.091.646.164.887.213a5 5 0 0 0 .386.064zM1.938 4.5a1 1 0 0 0 .393 1.38l.084.035q.108.045.283.103c.233.078.53.165.874.258a61 61 0 0 0 2.343.572l.147.033-.103-.111a61 61 0 0 0-1.666-1.742 17 17 0 0 0-.66-.629 5 5 0 0 0-.304-.248l-.025-.017a1 1 0 0 0-1.366.366m2.196-1.196.017.025a5 5 0 0 0 .248.303c.164.184.377.408.629.661A61 61 0 0 0 6.77 5.96l.111.102-.033-.147a61 61 0 0 0-.572-2.342c-.093-.345-.18-.642-.258-.875a5 5 0 0 0-.138-.367l-.014-.027a1 1 0 1 0-1.732 1m9.928 8.196a1 1 0 0 0-.366-1.366l-.027-.014a5 5 0 0 0-.367-.138c-.233-.078-.53-.165-.875-.258a61 61 0 0 0-2.342-.572l-.147-.033.102.111a61 61 0 0 0 1.667 1.742c.253.252.477.465.66.629a5 5 0 0 0 .304.248l.025.017a1 1 0 0 0 1.366-.366m-3.928 2.196a1 1 0 0 0 1.732-1l-.017-.025a5 5 0 0 0-.248-.303 17 17 0 0 0-.629-.661A61 61 0 0 0 9.23 10.04l-.111-.102.033.147a61 61 0 0 0 .572 2.342c.093.345.18.642.258.875a5 5 0 0 0 .138.367zM8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/></svg>"}},{"terms":["real, world, plant, bloom, flower"],"label":"flower2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'flower2\'><path d=\'M8 16a4 4 0 0 0 4-4 4 4 0 0 0 0-8 4 4 0 0 0-8 0 4 4 0 1 0 0 8 4 4 0 0 0 4 4m3-12q0 .11-.03.247c-.544.241-1.091.638-1.598 1.084A3 3 0 0 0 8 5c-.494 0-.96.12-1.372.331-.507-.446-1.054-.843-1.597-1.084A1 1 0 0 1 5 4a3 3 0 0 1 6 0m-.812 6.052A3 3 0 0 0 11 8a3 3 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a7 7 0 0 1-.647-.487m-3.56.617a3 3 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084q.03.137.03.247a3 3 0 1 1-6 0q0-.11.03-.247c.544-.242 1.091-.638 1.598-1.084m-.816-4.721A3 3 0 0 0 5 8c0 .794.308 1.516.812 2.052a7 7 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461.215.141.432.306.647.487M8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["real, world, plant, bloom, flower"],"label":"flower3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'flower3\'><path d=\'M11.424 8c.437-.052.811-.136 1.04-.268a2 2 0 0 0-2-3.464c-.229.132-.489.414-.752.767C9.886 4.63 10 4.264 10 4a2 2 0 1 0-4 0c0 .264.114.63.288 1.035-.263-.353-.523-.635-.752-.767a2 2 0 0 0-2 3.464c.229.132.603.216 1.04.268-.437.052-.811.136-1.04.268a2 2 0 1 0 2 3.464c.229-.132.489-.414.752-.767C6.114 11.37 6 11.736 6 12a2 2 0 1 0 4 0c0-.264-.114-.63-.288-1.035.263.353.523.635.752.767a2 2 0 1 0 2-3.464c-.229-.132-.603-.216-1.04-.268M9 4a2 2 0 0 1-.045.205q-.059.2-.183.484a13 13 0 0 1-.637 1.223L8 6.142l-.135-.23a13 13 0 0 1-.637-1.223 4 4 0 0 1-.183-.484A2 2 0 0 1 7 4a1 1 0 1 1 2 0M3.67 5.5a1 1 0 0 1 1.366-.366 2 2 0 0 1 .156.142q.142.15.326.4c.245.333.502.747.742 1.163l.13.232-.265.002a13 13 0 0 1-1.379-.06 4 4 0 0 1-.51-.083 2 2 0 0 1-.2-.064A1 1 0 0 1 3.67 5.5m1.366 5.366a1 1 0 0 1-1-1.732l.047-.02q.055-.02.153-.044.202-.048.51-.083a13 13 0 0 1 1.379-.06q.135 0 .266.002l-.131.232c-.24.416-.497.83-.742 1.163a4 4 0 0 1-.327.4 2 2 0 0 1-.155.142M9 12a1 1 0 0 1-2 0 2 2 0 0 1 .045-.206q.058-.198.183-.483c.166-.378.396-.808.637-1.223L8 9.858l.135.23c.241.415.47.845.637 1.223q.124.285.183.484A1.3 1.3 0 0 1 9 12m3.33-6.5a1 1 0 0 1-.366 1.366 2 2 0 0 1-.2.064q-.202.048-.51.083c-.412.045-.898.061-1.379.06q-.135 0-.266-.002l.131-.232c.24-.416.497-.83.742-1.163a4 4 0 0 1 .327-.4q.07-.074.114-.11l.041-.032a1 1 0 0 1 1.366.366m-1.366 5.366a2 2 0 0 1-.155-.141 4 4 0 0 1-.327-.4A13 13 0 0 1 9.74 9.16l-.13-.232.265-.002c.48-.001.967.015 1.379.06q.308.035.51.083.098.024.153.044l.048.02a1 1 0 1 1-1 1.732zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["files, and, folders, directory"],"label":"folder","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder\'><path d=\'M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a2 2 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139q.323-.119.684-.12h5.396z\'/></svg>"}},{"terms":["files, and, folders, directory, check, verified"],"label":"folder-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-check\'><path d=\'m.5 3 .04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z\'/><path d=\'M15.854 10.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 .707-.708l1.146 1.147 2.646-2.647a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["files, and, folders, directory"],"label":"folder-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-fill\'><path d=\'M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a2 2 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3m-8.322.12q.322-.119.684-.12h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981z\'/></svg>"}},{"terms":["files, and, folders, directory, delete, remove"],"label":"folder-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-minus\'><path d=\'m.5 3 .04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z\'/><path d=\'M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["files, and, folders, directory, delete, add, new"],"label":"folder-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-plus\'><path d=\'m.5 3 .04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z\'/><path d=\'M13.5 9a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 1 1 0 1H14v1.5a.5.5 0 1 1-1 0V12h-1.5a.5.5 0 0 1 0-1H13V9.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["files, and, folders, directory, symbolic-link"],"label":"folder-symlink","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-symlink\'><path d=\'m11.798 8.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742\'/><path d=\'m.5 3 .04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2m.694 2.09A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09l-.636 7a1 1 0 0 1-.996.91H2.826a1 1 0 0 1-.995-.91zM6.172 2a1 1 0 0 1 .707.293L7.586 3H2.19q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98z\'/></svg>"}},{"terms":["files, and, folders, directory, symbolic-link"],"label":"folder-symlink-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-symlink-fill\'><path d=\'M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a2 2 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3M2.19 3q-.362.002-.683.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3zm9.608 5.271-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742\'/></svg>"}},{"terms":["files, and, folders, directory, remove, delete"],"label":"folder-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder-x\'><path d=\'M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181L15.546 8H14.54l.265-2.91A1 1 0 0 0 13.81 4H2.19a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91H9v1H2.826a2 2 0 0 1-1.991-1.819l-.637-7a2 2 0 0 1 .342-1.31zm6.339-1.577A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139q.323-.119.684-.12h5.396z\'/><path d=\'M11.854 10.146a.5.5 0 0 0-.707.708L12.293 12l-1.146 1.146a.5.5 0 0 0 .707.708L13 12.707l1.146 1.147a.5.5 0 0 0 .708-.708L13.707 12l1.147-1.146a.5.5 0 0 0-.707-.708L13 11.293z\'/></svg>"}},{"terms":["files, and, folders, directory"],"label":"folder2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder2\'><path d=\'M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5zM2.5 3a.5.5 0 0 0-.5.5V6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3zM14 7H2v5.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5z\'/></svg>"}},{"terms":["files, and, folders, directory"],"label":"folder2-open","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'folder2-open\'><path d=\'M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v.64c.57.265.94.876.856 1.546l-.64 5.124A2.5 2.5 0 0 1 12.733 15H3.266a2.5 2.5 0 0 1-2.481-2.19l-.64-5.124A1.5 1.5 0 0 1 1 6.14zM2 6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5a.5.5 0 0 0-.5.5zm-.367 1a.5.5 0 0 0-.496.562l.64 5.124A1.5 1.5 0 0 0 3.266 14h9.468a1.5 1.5 0 0 0 1.489-1.314l.64-5.124A.5.5 0 0 0 14.367 7z\'/></svg>"}},{"terms":["typography, text, type"],"label":"fonts","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fonts\'><path d=\'M12.258 3h-8.51l-.083 2.46h.479c.26-1.544.758-1.783 2.693-1.845l.424-.013v7.827c0 .663-.144.82-1.3.923v.52h4.082v-.52c-1.162-.103-1.306-.26-1.306-.923V3.602l.431.013c1.934.062 2.434.301 2.693 1.846h.479z\'/></svg>"}},{"terms":["communications, mail, email"],"label":"forward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'forward\'><path d=\'M9.502 5.513a.144.144 0 0 0-.202.134V6.65a.5.5 0 0 1-.5.5H2.5v2.9h6.3a.5.5 0 0 1 .5.5v1.003c0 .108.11.176.202.134l3.984-2.933.042-.028a.147.147 0 0 0 0-.252l-.042-.028zM8.3 5.647a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.503H2a.5.5 0 0 1-.5-.5v-3.9a.5.5 0 0 1 .5-.5h6.3z\'/></svg>"}},{"terms":["communications, mail, email"],"label":"forward-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'forward-fill\'><path d=\'m9.77 12.11 4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557\'/></svg>"}},{"terms":["graphics, forward, layer"],"label":"front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'front\'><path d=\'M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2z\'/></svg>"}},{"terms":["transportation, gas, petrol, fuel, gas, station"],"label":"fuel-pump","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fuel-pump\'><path d=\'M3 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/><path d=\'M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1q.846-.002 1.412.336c.383.228.634.551.794.907.295.655.294 1.465.294 2.081v3.175a.5.5 0 0 1-.5.501H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm9 0a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13h8z\'/></svg>"}},{"terms":["transportation, gas, petrol, fuel, gas, station"],"label":"fuel-pump-diesel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fuel-pump-diesel\'><path d=\'M3.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5zM4 14V9h1.796q.75 0 1.237.293t.725.85Q8 10.7 8 11.487q0 .792-.242 1.355a1.8 1.8 0 0 1-.732.861Q6.54 14 5.796 14zm1.666-4.194h-.692v3.385h.692q.343 0 .595-.103a1 1 0 0 0 .412-.315q.162-.213.241-.528.084-.314.083-.74 0-.565-.144-.94a1.1 1.1 0 0 0-.436-.569q-.293-.19-.75-.19Z\'/><path d=\'M3 0a2 2 0 0 0-2 2v13H.5a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1H11v-4a1 1 0 0 1 1 1v.5a1.5 1.5 0 0 0 3 0V8h.5a.5.5 0 0 0 .5-.5V4.324c0-.616 0-1.426-.294-2.081a1.97 1.97 0 0 0-.794-.907Q14.345.999 13.5 1a.5.5 0 0 0 0 1c.436 0 .716.086.9.195a.97.97 0 0 1 .394.458c.147.328.19.746.201 1.222H13.5a.5.5 0 0 0-.5.5V7.5a.5.5 0 0 0 .5.5h.5v4.5a.5.5 0 0 1-1 0V12a2 2 0 0 0-2-2V2a2 2 0 0 0-2-2zm7 2v13H2V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1\'/></svg>"}},{"terms":["transportation, gas, petrol, fuel, gas, station"],"label":"fuel-pump-diesel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fuel-pump-diesel-fill\'><path d=\'M4.974 9.806h.692q.459 0 .75.19.297.191.437.568.144.377.144.941 0 .425-.083.74-.08.315-.241.528a1 1 0 0 1-.412.315 1.6 1.6 0 0 1-.595.103h-.692z\'/><path d=\'M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1q.846-.002 1.412.336c.383.228.634.551.794.907.295.655.294 1.465.294 2.081V7.5a.5.5 0 0 1-.5.5H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm2 .5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5M4 9v5h1.796q.744 0 1.23-.297.49-.296.732-.86T8 11.487q0-.788-.242-1.344a1.78 1.78 0 0 0-.725-.85Q6.547 9 5.796 9z\'/></svg>"}},{"terms":["transportation, gas, petrol, fuel, gas, station"],"label":"fuel-pump-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fuel-pump-fill\'><path d=\'M1 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v8a2 2 0 0 1 2 2v.5a.5.5 0 0 0 1 0V8h-.5a.5.5 0 0 1-.5-.5V4.375a.5.5 0 0 1 .5-.5h1.495c-.011-.476-.053-.894-.201-1.222a.97.97 0 0 0-.394-.458c-.184-.11-.464-.195-.9-.195a.5.5 0 0 1 0-1q.846-.002 1.412.336c.383.228.634.551.794.907.295.655.294 1.465.294 2.081V7.5a.5.5 0 0 1-.5.5H15v4.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1v4h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1zm2.5 0a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["ui, and, keyboard, window, maximize"],"label":"fullscreen","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fullscreen\'><path d=\'M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5M.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5m15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["ui, and, keyboard, window, minimize"],"label":"fullscreen-exit","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'fullscreen-exit\'><path d=\'M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5m5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5M0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5m10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["real, world, sort, filter"],"label":"funnel","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'funnel\'><path d=\'M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2z\'/></svg>"}},{"terms":["real, world, sort, filter"],"label":"funnel-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'funnel-fill\'><path d=\'M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5z\'/></svg>"}},{"terms":["tools, tool, settings, preferences"],"label":"gear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gear\'><path d=\'M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492M5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0\'/><path d=\'M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115z\'/></svg>"}},{"terms":["tools, tool, settings, preferences"],"label":"gear-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gear-fill\'><path d=\'M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z\'/></svg>"}},{"terms":["tools, tool, settings, preferences"],"label":"gear-wide","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gear-wide\'><path d=\'M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434zM8 12.997a4.998 4.998 0 1 1 0-9.995 4.998 4.998 0 0 1 0 9.996z\'/></svg>"}},{"terms":["tools, tool, settings, preferences"],"label":"gear-wide-connected","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gear-wide-connected\'><path d=\'M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5m0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78zM5.048 3.967l-.087.065zm-.431.355A4.98 4.98 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8zm.344 7.646.087.065z\'/></svg>"}},{"terms":["shapes, shape, diamond"],"label":"gem","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gem\'><path d=\'M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6zm11.386 3.785-1.806-2.41-.776 2.413zm-3.633.004.961-2.989H4.186l.963 2.995zM5.47 5.495 8 13.366l2.532-7.876zm-1.371-.999-.78-2.422-1.818 2.425zM1.499 5.5l5.113 6.817-2.192-6.82zm7.889 6.817 5.123-6.83-2.928.002z\'/></svg>"}},{"terms":["people, gender, identity"],"label":"gender-ambiguous","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gender-ambiguous\'><path fill-rule=\'evenodd\' d=\'M11.5 1a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 1 1 3.471-6.648L14.293 1zm-.997 4.346a3 3 0 1 0-5.006 3.309 3 3 0 0 0 5.006-3.31z\'/></svg>"}},{"terms":["people, gender, identity"],"label":"gender-female","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gender-female\'><path fill-rule=\'evenodd\' d=\'M8 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8M3 5a5 5 0 1 1 5.5 4.975V12h2a.5.5 0 0 1 0 1h-2v2.5a.5.5 0 0 1-1 0V13h-2a.5.5 0 0 1 0-1h2V9.975A5 5 0 0 1 3 5\'/></svg>"}},{"terms":["people, gender, identity"],"label":"gender-male","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gender-male\'><path fill-rule=\'evenodd\' d=\'M9.5 2a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V2.707L9.871 6.836a5 5 0 1 1-.707-.707L13.293 2zM6 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8\'/></svg>"}},{"terms":["people, gender, identity"],"label":"gender-neuter","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gender-neuter\'><path fill-rule=\'evenodd\' d=\'M8 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8M3 5a5 5 0 1 1 5.5 4.975V15.5a.5.5 0 0 1-1 0V9.975A5 5 0 0 1 3 5\'/></svg>"}},{"terms":["people, gender, identity"],"label":"gender-trans","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gender-trans\'><path fill-rule=\'evenodd\' d=\'M0 .5A.5.5 0 0 1 .5 0h3a.5.5 0 0 1 0 1H1.707L3.5 2.793l.646-.647a.5.5 0 1 1 .708.708l-.647.646.822.822A4 4 0 0 1 8 3c1.18 0 2.239.51 2.971 1.322L14.293 1H11.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-3.45 3.45A4 4 0 0 1 8.5 10.97V13H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V14H6a.5.5 0 0 1 0-1h1.5v-2.03a4 4 0 0 1-3.05-5.814l-.95-.949-.646.647a.5.5 0 1 1-.708-.708l.647-.646L1 1.707V3.5a.5.5 0 0 1-1 0zm5.49 4.856a3 3 0 1 0 5.02 3.288 3 3 0 0 0-5.02-3.288\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"geo","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'geo\'><path fill-rule=\'evenodd\' d=\'M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.3 1.3 0 0 0-.37.265.3.3 0 0 0-.057.09V14l.002.008.016.033a.6.6 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.6.6 0 0 0 .146-.15l.015-.033L12 14v-.004a.3.3 0 0 0-.057-.09 1.3 1.3 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465s-2.462-.172-3.34-.465c-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"geo-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'geo-alt\'><path d=\'M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10\'/><path d=\'M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"geo-alt-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'geo-alt-fill\'><path d=\'M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"geo-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'geo-fill\'><path fill-rule=\'evenodd\' d=\'M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.3 1.3 0 0 0-.37.265.3.3 0 0 0-.057.09V14l.002.008.016.033a.6.6 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.6.6 0 0 0 .146-.15l.015-.033L12 14v-.004a.3.3 0 0 0-.057-.09 1.3 1.3 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465s-2.462-.172-3.34-.465c-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411\'/></svg>"}},{"terms":["real, world, present, gift"],"label":"gift","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gift\'><path d=\'M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A3 3 0 0 1 3 2.506zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43zM9 3h2.932l.023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0zM1 4v2h6V4zm8 0v2h6V4zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5z\'/></svg>"}},{"terms":["real, world, present, gift"],"label":"gift-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gift-fill\'><path d=\'M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A3 3 0 0 1 3 2.506zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43zM9 3h2.932l.023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0zm6 4v7.5a1.5 1.5 0 0 1-1.5 1.5H9V7zM2.5 16A1.5 1.5 0 0 1 1 14.5V7h6v9z\'/></svg>"}},{"terms":["brand, version, control, vcs, github, version"],"label":"git","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'git\'><path d=\'M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.03 1.03 0 0 0 0-1.457\'/></svg>"}},{"terms":["brand, social, microsoft, vcs, git"],"label":"github","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'github\'><path d=\'M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8\'/></svg>"}},{"terms":["brand, social, vcs, git"],"label":"gitlab","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gitlab\'><path d=\'m15.734 6.1-.022-.058L13.534.358a.57.57 0 0 0-.563-.356.6.6 0 0 0-.328.122.6.6 0 0 0-.193.294l-1.47 4.499H5.025l-1.47-4.5A.572.572 0 0 0 2.47.358L.289 6.04l-.022.057A4.044 4.044 0 0 0 1.61 10.77l.007.006.02.014 3.318 2.485 1.64 1.242 1 .755a.67.67 0 0 0 .814 0l1-.755 1.64-1.242 3.338-2.5.009-.007a4.05 4.05 0 0 0 1.34-4.668Z\'/></svg>"}},{"terms":["communications, world, translate, global, international"],"label":"globe","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'globe\'><path d=\'M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5zM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5zM5.145 12q.208.58.468 1.068c.552 1.035 1.218 1.65 1.887 1.855V12zm.182 2.472a7 7 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472M3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.3 9.3 0 0 1-.64 1.539 7 7 0 0 1-.597.933M8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855q.26-.487.468-1.068zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.7 13.7 0 0 1-.312 2.5m2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933M10.855 4a8 8 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4z\'/></svg>"}},{"terms":["geo, geography, earth, world, map"],"label":"globe-americas","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'globe-americas\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M2.04 4.326c.325 1.329 2.532 2.54 3.717 3.19.48.263.793.434.743.484q-.121.12-.242.234c-.416.396-.787.749-.758 1.266.035.634.618.824 1.214 1.017.577.188 1.168.38 1.286.983.082.417-.075.988-.22 1.52-.215.782-.406 1.48.22 1.48 1.5-.5 3.798-3.186 4-5 .138-1.243-2-2-3.5-2.5-.478-.16-.755.081-.99.284-.172.15-.322.279-.51.216-.445-.148-2.5-2-1.5-2.5.78-.39.952-.171 1.227.182.078.099.163.208.273.318.609.304.662-.132.723-.633.039-.322.081-.671.277-.867.434-.434 1.265-.791 2.028-1.12.712-.306 1.365-.587 1.579-.88A7 7 0 1 1 2.04 4.327Z\'/></svg>"}},{"terms":["geo, geography, earth, world, map"],"label":"globe-asia-australia","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'globe-asia-australia\'><path d=\'m10.495 6.92 1.278-.619a.483.483 0 0 0 .126-.782c-.252-.244-.682-.139-.932.107-.23.226-.513.373-.816.53l-.102.054c-.338.178-.264.626.1.736a.48.48 0 0 0 .346-.027ZM7.741 9.808V9.78a.413.413 0 1 1 .783.183l-.22.443a.6.6 0 0 1-.12.167l-.193.185a.36.36 0 1 1-.5-.516l.112-.108a.45.45 0 0 0 .138-.326M5.672 12.5l.482.233A.386.386 0 1 0 6.32 12h-.416a.7.7 0 0 1-.419-.139l-.277-.206a.302.302 0 1 0-.298.52z\'/><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1.612 10.867l.756-1.288a1 1 0 0 1 1.545-.225l1.074 1.005a.986.986 0 0 0 1.36-.011l.038-.037a.88.88 0 0 0 .26-.755c-.075-.548.37-1.033.92-1.099.728-.086 1.587-.324 1.728-.957.086-.386-.114-.83-.361-1.2-.207-.312 0-.8.374-.8.123 0 .24-.055.318-.15l.393-.474c.196-.237.491-.368.797-.403.554-.064 1.407-.277 1.583-.973.098-.391-.192-.634-.484-.88-.254-.212-.51-.426-.515-.741a7 7 0 0 1 3.425 7.692 1 1 0 0 0-.087-.063l-.316-.204a1 1 0 0 0-.977-.06l-.169.082a1 1 0 0 1-.741.051l-1.021-.329A1 1 0 0 0 11.205 9h-.165a1 1 0 0 0-.945.674l-.172.499a1 1 0 0 1-.404.514l-.802.518a1 1 0 0 0-.458.84v.455a1 1 0 0 0 1 1h.257a1 1 0 0 1 .542.16l.762.49a1 1 0 0 0 .283.126 7 7 0 0 1-9.49-3.409Z\'/></svg>"}},{"terms":["geo, geography, earth, world, map"],"label":"globe-central-south-asia","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'globe-central-south-asia\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.882 1.731a.48.48 0 0 0 .14.291.487.487 0 0 1-.126.78l-.291.146a.7.7 0 0 0-.188.135l-.48.48a1 1 0 0 1-1.023.242l-.02-.007a1 1 0 0 0-.462-.04 7 7 0 0 1 2.45-2.027m-3 9.674.86-.216a1 1 0 0 0 .758-.97v-.184a1 1 0 0 1 .445-.832l.04-.026a1 1 0 0 0 .152-1.54L3.121 6.621a.414.414 0 0 1 .542-.624l1.09.818a.5.5 0 0 0 .523.047.5.5 0 0 1 .724.447v.455a.8.8 0 0 0 .131.433l.795 1.192a1 1 0 0 1 .116.238l.73 2.19a1 1 0 0 0 .949.683h.058a1 1 0 0 0 .949-.684l.73-2.189a1 1 0 0 1 .116-.238l.791-1.187A.45.45 0 0 1 11.743 8c.16 0 .306.084.392.218.557.875 1.63 2.282 2.365 2.282l.04-.001a7.003 7.003 0 0 1-12.658.905Z\'/></svg>"}},{"terms":["geo, geography, earth, world, map"],"label":"globe-europe-africa","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'globe-europe-africa\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M3.668 2.501l-.288.646a.847.847 0 0 0 1.479.815l.245-.368a.81.81 0 0 1 1.034-.275.81.81 0 0 0 .724 0l.261-.13a1 1 0 0 1 .775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801-.155.41-.616.617-1.035.487l-.01-.003C8.274 4.663 7.748 4.5 6 4.5 4.8 4.5 3.5 5.62 3.5 7c0 1.96.826 2.166 1.696 2.382.46.115.935.233 1.304.618.449.467.393 1.181.339 1.877C6.755 12.96 6.674 14 8.5 14c1.75 0 3-3.5 3-4.5 0-.262.208-.468.444-.7.396-.392.87-.86.556-1.8-.097-.291-.396-.568-.641-.756-.174-.133-.207-.396-.052-.551a.33.33 0 0 1 .42-.042l1.085.724c.11.072.255.058.348-.035.15-.15.415-.083.489.117.16.43.445 1.05.849 1.357L15 8A7 7 0 1 1 3.668 2.501\'/></svg>"}},{"terms":["communications, world, translate, global, international"],"label":"globe2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'globe2\'><path d=\'M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855q-.215.403-.395.872c.705.157 1.472.257 2.282.287zM4.249 3.539q.214-.577.481-1.078a7 7 0 0 1 .597-.933A7 7 0 0 0 3.051 3.05q.544.277 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9 9 0 0 1-1.565-.667A6.96 6.96 0 0 0 1.018 7.5zm1.4-2.741a12.3 12.3 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332M8.5 5.09V7.5h2.99a12.3 12.3 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.6 13.6 0 0 1 7.5 10.91V8.5zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741zm-3.282 3.696q.18.469.395.872c.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a7 7 0 0 1-.598-.933 9 9 0 0 1-.481-1.079 8.4 8.4 0 0 0-1.198.49 7 7 0 0 0 2.276 1.522zm-1.383-2.964A13.4 13.4 0 0 1 3.508 8.5h-2.49a6.96 6.96 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667m6.728 2.964a7 7 0 0 0 2.275-1.521 8.4 8.4 0 0 0-1.197-.49 9 9 0 0 1-.481 1.078 7 7 0 0 1-.597.933M8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855q.216-.403.395-.872A12.6 12.6 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.96 6.96 0 0 0 14.982 8.5h-2.49a13.4 13.4 0 0 1-.437 3.008M14.982 7.5a6.96 6.96 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008zM11.27 2.461q.266.502.482 1.078a8.4 8.4 0 0 0 1.196-.49 7 7 0 0 0-2.275-1.52c.218.283.418.597.597.932m-.488 1.343a8 8 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z\'/></svg>"}},{"terms":["brand, social, search"],"label":"google","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'google\'><path d=\'M15.545 6.558a9.4 9.4 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.7 7.7 0 0 1 5.352 2.082l-2.284 2.284A4.35 4.35 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.8 4.8 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.7 3.7 0 0 0 1.599-2.431H8v-3.08z\'/></svg>"}},{"terms":["brand, app, store, apps, store, android"],"label":"google-play","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'google-play\'><path d=\'M14.222 9.374c1.037-.61 1.037-2.137 0-2.748L11.528 5.04 8.32 8l3.207 2.96zm-3.595 2.116L7.583 8.68 1.03 14.73c.201 1.029 1.36 1.61 2.303 1.055zM1 13.396V2.603L6.846 8zM1.03 1.27l6.553 6.05 3.044-2.81L3.333.215C2.39-.341 1.231.24 1.03 1.27\'/></svg>"}},{"terms":["devices, video, output, graphics"],"label":"gpu-card","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'gpu-card\'><path d=\'M4 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m7.5-1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\'/><path d=\'M0 1.5A.5.5 0 0 1 .5 1h1a.5.5 0 0 1 .5.5V4h13.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H2v2.5a.5.5 0 0 1-1 0V2H.5a.5.5 0 0 1-.5-.5m5.5 4a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M9 8a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0\'/><path d=\'M3 12.5h3.5v1a.5.5 0 0 1-.5.5H3.5a.5.5 0 0 1-.5-.5zm4 1v-1h4v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"graph-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'graph-down\'><path fill-rule=\'evenodd\' d=\'M0 0h1v15h15v1H0zm14.817 11.887a.5.5 0 0 0 .07-.704l-4.5-5.5a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61 4.15 5.073a.5.5 0 0 0 .704.07\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"graph-down-arrow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'graph-down-arrow\'><path fill-rule=\'evenodd\' d=\'M0 0h1v15h15v1H0zm10 11.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v2.6l-3.613-4.417a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61L13.445 11H10.5a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"graph-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'graph-up\'><path fill-rule=\'evenodd\' d=\'M0 0h1v15h15v1H0zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"graph-up-arrow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'graph-up-arrow\'><path fill-rule=\'evenodd\' d=\'M0 0h1v15h15v1H0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid\'><path d=\'M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-1x2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-1x2\'><path d=\'M6 1H1v14h5zm9 0h-5v5h5zm0 9v5h-5v-5zM0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm1 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-1x2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-1x2-fill\'><path d=\'M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-3x2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-3x2\'><path d=\'M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5zM1.5 3a.5.5 0 0 0-.5.5V7h4V3zM5 8H1v3.5a.5.5 0 0 0 .5.5H5zm1 0v4h4V8zm4-1V3H6v4zm1 1v4h3.5a.5.5 0 0 0 .5-.5V8zm0-1h4V3.5a.5.5 0 0 0-.5-.5H11z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-3x2-gap","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-3x2-gap\'><path d=\'M4 4v2H2V4zm1 7V9a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m0-5V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m5 5V9a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m0-5V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1M9 4v2H7V4zm5 0h-2v2h2zM4 9v2H2V9zm5 0v2H7V9zm5 0v2h-2V9zm-3-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-3x2-gap-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-3x2-gap-fill\'><path d=\'M1 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-3x3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-3x3\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5zM1.5 1a.5.5 0 0 0-.5.5V5h4V1zM5 6H1v4h4zm1 4h4V6H6zm-1 1H1v3.5a.5.5 0 0 0 .5.5H5zm1 0v4h4v-4zm5 0v4h3.5a.5.5 0 0 0 .5-.5V11zm0-1h4V6h-4zm0-5h4V1.5a.5.5 0 0 0-.5-.5H11zm-1 0V1H6v4z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-3x3-gap","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-3x3-gap\'><path d=\'M4 2v2H2V2zm1 12v-2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m0-5V7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m0-5V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m5 10v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m0-5V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1m0-5V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1M9 2v2H7V2zm5 0v2h-2V2zM4 7v2H2V7zm5 0v2H7V7zm5 0h-2v2h2zM4 12v2H2v-2zm5 0v2H7v-2zm5 0v2h-2v-2zM12 1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm-1 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-3x3-gap-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-3x3-gap-fill\'><path d=\'M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["layout, grid, layout"],"label":"grid-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grid-fill\'><path d=\'M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5z\'/></svg>"}},{"terms":["ui, and, keyboard, drag, grab"],"label":"grip-horizontal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grip-horizontal\'><path d=\'M2 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["ui, and, keyboard, drag, grab"],"label":"grip-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'grip-vertical\'><path d=\'M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["shapes, hospital, helicopter"],"label":"h-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'h-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5-3.998V12H9.67V8.455H6.33V12H5V4.002h1.33v3.322h3.34V4.002z\'/></svg>"}},{"terms":["shapes, hospital, helicopter"],"label":"h-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'h-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-5-3.998H9.67v3.322H6.33V4.002H5V12h1.33V8.455h3.34V12H11z\'/></svg>"}},{"terms":["shapes, hospital, helicopter"],"label":"h-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'h-square\'><path d=\'M11 4.002V12H9.67V8.455H6.33V12H5V4.002h1.33v3.322h3.34V4.002z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, hospital, helicopter"],"label":"h-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'h-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm9 4.002V12H9.67V8.455H6.33V12H5V4.002h1.33v3.322h3.34V4.002z\'/></svg>"}},{"terms":["tools, tool"],"label":"hammer","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hammer\'><path d=\'M9.972 2.508a.5.5 0 0 0-.16-.556l-.178-.129a5 5 0 0 0-2.076-.783C6.215.862 4.504 1.229 2.84 3.133H1.786a.5.5 0 0 0-.354.147L.146 4.567a.5.5 0 0 0 0 .706l2.571 2.579a.5.5 0 0 0 .708 0l1.286-1.29a.5.5 0 0 0 .146-.353V5.57l8.387 8.873A.5.5 0 0 0 14 14.5l1.5-1.5a.5.5 0 0 0 .017-.689l-9.129-8.63c.747-.456 1.772-.839 3.112-.839a.5.5 0 0 0 .472-.334\'/></svg>"}},{"terms":["hands, hand, pointer, cursor"],"label":"hand-index","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-index\'><path d=\'M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 1 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 0 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.035a.5.5 0 0 1-.416-.223l-1.433-2.15a1.5 1.5 0 0 1-.243-.666l-.345-3.105a.5.5 0 0 1 .399-.546L5 8.11V9a.5.5 0 0 0 1 0V1.75A.75.75 0 0 1 6.75 1M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5 5 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.6 2.6 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046zm2.094 2.025\'/></svg>"}},{"terms":["hands, hand, pointer, cursor"],"label":"hand-index-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-index-fill\'><path d=\'M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5 5 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.6 2.6 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046z\'/></svg>"}},{"terms":["hands, hand, pointer, cursor"],"label":"hand-index-thumb","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-index-thumb\'><path d=\'M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 0 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 1 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.118a.5.5 0 0 1-.447-.276l-1.232-2.465-2.512-4.185a.517.517 0 0 1 .809-.631l2.41 2.41A.5.5 0 0 0 6 9.5V1.75A.75.75 0 0 1 6.75 1M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v6.543L3.443 6.736A1.517 1.517 0 0 0 1.07 8.588l2.491 4.153 1.215 2.43A1.5 1.5 0 0 0 6.118 16h6.302a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5 5 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.6 2.6 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046zm2.094 2.025\'/></svg>"}},{"terms":["hands, hand, pointer, cursor"],"label":"hand-index-thumb-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-index-thumb-fill\'><path d=\'M8.5 1.75v2.716l.047-.002c.312-.012.742-.016 1.051.046.28.056.543.18.738.288.273.152.456.385.56.642l.132-.012c.312-.024.794-.038 1.158.108.37.148.689.487.88.716q.113.137.195.248h.582a2 2 0 0 1 1.99 2.199l-.272 2.715a3.5 3.5 0 0 1-.444 1.389l-1.395 2.441A1.5 1.5 0 0 1 12.42 16H6.118a1.5 1.5 0 0 1-1.342-.83l-1.215-2.43L1.07 8.589a1.517 1.517 0 0 1 2.373-1.852L5 8.293V1.75a1.75 1.75 0 0 1 3.5 0\'/></svg>"}},{"terms":["hands, hand, pointer, thumbs-down, -1"],"label":"hand-thumbs-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-thumbs-down\'><path d=\'M8.864 15.674c-.956.24-1.843-.484-1.908-1.42-.072-1.05-.23-2.015-.428-2.59-.125-.36-.479-1.012-1.04-1.638-.557-.624-1.282-1.179-2.131-1.41C2.685 8.432 2 7.85 2 7V3c0-.845.682-1.464 1.448-1.546 1.07-.113 1.564-.415 2.068-.723l.048-.029c.272-.166.578-.349.97-.484C6.931.08 7.395 0 8 0h3.5c.937 0 1.599.478 1.934 1.064.164.287.254.607.254.913 0 .152-.023.312-.077.464.201.262.38.577.488.9.11.33.172.762.004 1.15.069.13.12.268.159.403.077.27.113.567.113.856s-.036.586-.113.856c-.035.12-.08.244-.138.363.394.571.418 1.2.234 1.733-.206.592-.682 1.1-1.2 1.272-.847.283-1.803.276-2.516.211a10 10 0 0 1-.443-.05 9.36 9.36 0 0 1-.062 4.51c-.138.508-.55.848-1.012.964zM11.5 1H8c-.51 0-.863.068-1.14.163-.281.097-.506.229-.776.393l-.04.025c-.555.338-1.198.73-2.49.868-.333.035-.554.29-.554.55V7c0 .255.226.543.62.65 1.095.3 1.977.997 2.614 1.709.635.71 1.064 1.475 1.238 1.977.243.7.407 1.768.482 2.85.025.362.36.595.667.518l.262-.065c.16-.04.258-.144.288-.255a8.34 8.34 0 0 0-.145-4.726.5.5 0 0 1 .595-.643h.003l.014.004.058.013a9 9 0 0 0 1.036.157c.663.06 1.457.054 2.11-.163.175-.059.45-.301.57-.651.107-.308.087-.67-.266-1.021L12.793 7l.353-.354c.043-.042.105-.14.154-.315.048-.167.075-.37.075-.581s-.027-.414-.075-.581c-.05-.174-.111-.273-.154-.315l-.353-.354.353-.354c.047-.047.109-.176.005-.488a2.2 2.2 0 0 0-.505-.804l-.353-.354.353-.354c.006-.005.041-.05.041-.17a.9.9 0 0 0-.121-.415C12.4 1.272 12.063 1 11.5 1\'/></svg>"}},{"terms":["hands, hand, pointer, thumbs-down, -1"],"label":"hand-thumbs-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-thumbs-down-fill\'><path d=\'M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591\'/></svg>"}},{"terms":["hands, hand, pointer, thumbs-up, +1"],"label":"hand-thumbs-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-thumbs-up\'><path d=\'M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2 2 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a10 10 0 0 0-.443.05 9.4 9.4 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a9 9 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.2 2.2 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.9.9 0 0 1-.121.416c-.165.288-.503.56-1.066.56z\'/></svg>"}},{"terms":["hands, hand, pointer, thumbs-up, +1"],"label":"hand-thumbs-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hand-thumbs-up-fill\'><path d=\'M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a10 10 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733q.086.18.138.363c.077.27.113.567.113.856s-.036.586-.113.856c-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.2 3.2 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.8 4.8 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z\'/></svg>"}},{"terms":["real, world, purse, tote"],"label":"handbag","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'handbag\'><path d=\'M8 1a2 2 0 0 1 2 2v2H6V3a2 2 0 0 1 2-2m3 4V3a3 3 0 1 0-6 0v2H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5zm-1 1v1.5a.5.5 0 0 0 1 0V6h1.639a.5.5 0 0 1 .494.426l1.028 6.851A1.5 1.5 0 0 1 12.678 15H3.322a1.5 1.5 0 0 1-1.483-1.723l1.028-6.851A.5.5 0 0 1 3.36 6H5v1.5a.5.5 0 1 0 1 0V6z\'/></svg>"}},{"terms":["real, world, purse, tote"],"label":"handbag-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'handbag-fill\'><path d=\'M8 1a2 2 0 0 0-2 2v2H5V3a3 3 0 1 1 6 0v2h-1V3a2 2 0 0 0-2-2M5 5H3.36a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.355a2.5 2.5 0 0 0 2.473-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11v1.5a.5.5 0 0 1-1 0V5H6v1.5a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["typography, text, type"],"label":"hash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hash\'><path d=\'M8.39 12.648a1 1 0 0 0-.015.18c0 .305.21.508.5.508.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547 0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547 0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1 1 0 0 0 .016-.164.51.51 0 0 0-.516-.516.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.51.51 0 0 0-.523-.516.54.54 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532s.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531s.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18 0 .305.21.508.5.508.265 0 .492-.172.554-.477l.555-2.703h2.242zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd\'><path d=\'M4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M3 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M16 11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9.51c0-.418.105-.83.305-1.197l2.472-4.531A1.5 1.5 0 0 1 4.094 3h7.812a1.5 1.5 0 0 1 1.317.782l2.472 4.53c.2.368.305.78.305 1.198zM3.655 4.26 1.592 8.043Q1.79 8 2 8h12q.21 0 .408.042L12.345 4.26a.5.5 0 0 0-.439-.26H4.094a.5.5 0 0 0-.44.26zM1 10v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-fill\'><path d=\'M0 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M.91 7.204A3 3 0 0 1 2 7h12c.384 0 .752.072 1.09.204l-1.867-3.422A1.5 1.5 0 0 0 11.906 3H4.094a1.5 1.5 0 0 0-1.317.782z\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-network","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-network\'><path d=\'M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1m6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-network-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-network-fill\'><path d=\'M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h5.5v3A1.5 1.5 0 0 0 6 11.5H.5a.5.5 0 0 0 0 1H6A1.5 1.5 0 0 0 7.5 14h1a1.5 1.5 0 0 0 1.5-1.5h5.5a.5.5 0 0 0 0-1H10A1.5 1.5 0 0 0 8.5 10V7H14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-rack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-rack\'><path d=\'M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m2 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-2.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm13 2v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1m0 7v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1m-3-4v2H4V7z\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-rack-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-rack-fill\'><path d=\'M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-2 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M12 7v2H4V7z\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-stack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-stack\'><path d=\'M14 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zM2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2z\'/><path d=\'M5 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M14 3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/><path d=\'M5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["devices, hard, drive, hard, disk, ssd, drive, server"],"label":"hdd-stack-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdd-stack-fill\'><path d=\'M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1\'/></svg>"}},{"terms":["devices, video, input"],"label":"hdmi","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdmi\'><path d=\'M2.5 7a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1z\'/><path d=\'M1 5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h.293l.707.707a1 1 0 0 0 .707.293h10.586a1 1 0 0 0 .707-.293l.707-.707H15a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm0 1h14v3h-.293a1 1 0 0 0-.707.293l-.707.707H2.707L2 9.293A1 1 0 0 0 1.293 9H1z\'/></svg>"}},{"terms":["devices, video, input"],"label":"hdmi-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hdmi-fill\'><path d=\'M1 5a1 1 0 0 0-1 1v3.293c0 .39.317.707.707.707.188 0 .368.075.5.207l.5.5a1 1 0 0 0 .707.293h11.172a1 1 0 0 0 .707-.293l.5-.5a.7.7 0 0 1 .5-.207c.39 0 .707-.317.707-.707V6a1 1 0 0 0-1-1zm1.5 2h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["devices, headphones"],"label":"headphones","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'headphones\'><path d=\'M8 3a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a6 6 0 1 1 12 0v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1V8a5 5 0 0 0-5-5\'/></svg>"}},{"terms":["devices, headphones, microphone"],"label":"headset","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'headset\'><path d=\'M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5\'/></svg>"}},{"terms":["devices, virual, reality, oculus, hololens"],"label":"headset-vr","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'headset-vr\'><path d=\'M8 1.248c1.857 0 3.526.641 4.65 1.794a5 5 0 0 1 2.518 1.09C13.907 1.482 11.295 0 8 0 4.75 0 2.12 1.48.844 4.122a5 5 0 0 1 2.289-1.047C4.236 1.872 5.974 1.248 8 1.248\'/><path d=\'M12 12a4 4 0 0 1-2.786-1.13l-.002-.002a1.6 1.6 0 0 0-.276-.167A2.2 2.2 0 0 0 8 10.5c-.414 0-.729.103-.935.201a1.6 1.6 0 0 0-.277.167l-.002.002A4 4 0 1 1 4 4h8a4 4 0 0 1 0 8\'/></svg>"}},{"terms":["shapes, love, favorite"],"label":"heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heart\'><path d=\'m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15\'/></svg>"}},{"terms":["love, romance, cupid, valentine"],"label":"heart-arrow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heart-arrow\'><path d=\'M6.707 9h4.364c-.536 1.573 2.028 3.806 4.929-.5-2.9-4.306-5.465-2.073-4.929-.5H6.707L4.854 6.146a.5.5 0 1 0-.708.708L5.293 8h-.586L2.854 6.146a.5.5 0 1 0-.708.708L3.293 8h-.586L.854 6.146a.5.5 0 1 0-.708.708L1.793 8.5.146 10.146a.5.5 0 0 0 .708.708L2.707 9h.586l-1.147 1.146a.5.5 0 0 0 .708.708L4.707 9h.586l-1.147 1.146a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["shapes, love, favorite"],"label":"heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heart-fill\'><path fill-rule=\'evenodd\' d=\'M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314\'/></svg>"}},{"terms":["shapes, love, favorite"],"label":"heart-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heart-half\'><path d=\'M8 2.748v11.047c3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15\'/></svg>"}},{"terms":["medical, heartbeat"],"label":"heart-pulse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heart-pulse\'><path d=\'m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053.918 3.995.78 5.323 1.508 7H.43c-2.128-5.697 4.165-8.83 7.394-5.857q.09.083.176.171a3 3 0 0 1 .176-.17c3.23-2.974 9.522.159 7.394 5.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878 10.4.28 8.717 2.01zM2.212 10h1.315C4.593 11.183 6.05 12.458 8 13.795c1.949-1.337 3.407-2.612 4.473-3.795h1.315c-1.265 1.566-3.14 3.25-5.788 5-2.648-1.75-4.523-3.434-5.788-5\'/><path d=\'M10.464 3.314a.5.5 0 0 0-.945.049L7.921 8.956 6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8H.5a.5.5 0 0 0 0 1H4a.5.5 0 0 0 .416-.223l1.473-2.209 1.647 4.118a.5.5 0 0 0 .945-.049l1.598-5.593 1.457 3.642A.5.5 0 0 0 12 9h3.5a.5.5 0 0 0 0-1h-3.162z\'/></svg>"}},{"terms":["medical, heartbeat"],"label":"heart-pulse-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heart-pulse-fill\'><path d=\'M1.475 9C2.702 10.84 4.779 12.871 8 15c3.221-2.129 5.298-4.16 6.525-6H12a.5.5 0 0 1-.464-.314l-1.457-3.642-1.598 5.593a.5.5 0 0 1-.945.049L5.889 6.568l-1.473 2.21A.5.5 0 0 1 4 9z\'/><path d=\'M.88 8C-2.427 1.68 4.41-2 7.823 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C11.59-2 18.426 1.68 15.12 8h-2.783l-1.874-4.686a.5.5 0 0 0-.945.049L7.921 8.956 6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8z\'/></svg>"}},{"terms":["emoji, love, love, valentine, romance"],"label":"heartbreak","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heartbreak\'><path d=\'M8.867 14.41c13.308-9.322 4.79-16.563.064-13.824L7 3l1.5 4-2 3L8 15a38 38 0 0 0 .867-.59m-.303-1.01-.971-3.237 1.74-2.608a1 1 0 0 0 .103-.906l-1.3-3.468 1.45-1.813c1.861-.948 4.446.002 5.197 2.11.691 1.94-.055 5.521-6.219 9.922m-1.25 1.137a36 36 0 0 1-1.522-1.116C-5.077 4.97 1.842-1.472 6.454.293c.314.12.618.279.904.477L5.5 3 7 7l-1.5 3zm-2.3-3.06-.442-1.106a1 1 0 0 1 .034-.818l1.305-2.61L4.564 3.35a1 1 0 0 1 .168-.991l1.032-1.24c-1.688-.449-3.7.398-4.456 2.128-.711 1.627-.413 4.55 3.706 8.229Z\'/></svg>"}},{"terms":["emoji, love, love, valentine, romance"],"label":"heartbreak-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heartbreak-fill\'><path d=\'M8.931.586 7 3l1.5 4-2 3L8 15C22.534 5.396 13.757-2.21 8.931.586M7.358.77 5.5 3 7 7l-1.5 3 1.815 4.537C-6.533 4.96 2.685-2.467 7.358.77\'/></svg>"}},{"terms":["love, romance, valentine"],"label":"hearts","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hearts\'><path fill-rule=\'evenodd\' d=\'M4.931.481c1.627-1.671 5.692 1.254 0 5.015-5.692-3.76-1.626-6.686 0-5.015m6.84 1.794c1.084-1.114 3.795.836 0 3.343-3.795-2.507-1.084-4.457 0-3.343M7.84 7.642c2.71-2.786 9.486 2.09 0 8.358-9.487-6.268-2.71-11.144 0-8.358\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"heptagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heptagon\'><path d=\'M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34zM2.422 3.813l-1.383 6.212L4.907 15h6.186l3.868-4.975-1.383-6.212L8 1.058z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"heptagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heptagon-fill\'><path fill-rule=\'evenodd\' d=\'M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"heptagon-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'heptagon-half\'><path d=\'M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34zM8 15h3.093l3.868-4.975-1.383-6.212L8 1.058z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"hexagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hexagon\'><path d=\'M14 4.577v6.846L8 15l-6-3.577V4.577L8 1zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"hexagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hexagon-fill\'><path fill-rule=\'evenodd\' d=\'M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"hexagon-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hexagon-half\'><path d=\'M14 4.577v6.846L8 15V1zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866z\'/></svg>"}},{"terms":["tools, text, study, highlight, marker"],"label":"highlighter","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'highlighter\'><path fill-rule=\'evenodd\' d=\'M11.096.644a2 2 0 0 1 2.791.036l1.433 1.433a2 2 0 0 1 .035 2.791l-.413.435-8.07 8.995a.5.5 0 0 1-.372.166h-3a.5.5 0 0 1-.234-.058l-.412.412A.5.5 0 0 1 2.5 15h-2a.5.5 0 0 1-.354-.854l1.412-1.412A.5.5 0 0 1 1.5 12.5v-3a.5.5 0 0 1 .166-.372l8.995-8.07zm-.115 1.47L2.727 9.52l3.753 3.753 7.406-8.254zm3.585 2.17.064-.068a1 1 0 0 0-.017-1.396L13.18 1.387a1 1 0 0 0-1.396-.018l-.068.065zM5.293 13.5 2.5 10.707v1.586L3.707 13.5z\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"highlights","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'highlights\'><path d=\'M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-8 5v1H4.5a.5.5 0 0 0-.093.009A7 7 0 0 1 3.1 13zm0-1H2.255a7 7 0 0 1-.581-1H8zm-6.71-2a7 7 0 0 1-.22-1H8v1zM1 8q0-.51.07-1H8v1zm.29-2q.155-.519.384-1H8v1zm.965-2q.377-.54.846-1H8v1zm2.137-2A6.97 6.97 0 0 1 8 1v1z\'/></svg>"}},{"terms":["medical, health, emergency, room"],"label":"hospital","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hospital\'><path d=\'M8.5 5.034v1.1l.953-.55.5.867L9 7l.953.55-.5.866-.953-.55v1.1h-1v-1.1l-.953.55-.5-.866L7 7l-.953-.55.5-.866.953.55v-1.1zM13.25 9a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zM13 11.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm.25 1.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zm-11-4a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 9.75v-.5A.25.25 0 0 0 2.75 9zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zM2 13.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z\'/><path d=\'M5 1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 1 1v4h3a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1zm2 14h2v-3H7zm3 0h1V3H5v12h1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zm0-14H6v1h4zm2 7v7h3V8zm-8 7V8H1v7z\'/></svg>"}},{"terms":["medical, health, emergency, room"],"label":"hospital-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hospital-fill\'><path d=\'M6 0a1 1 0 0 0-1 1v1a1 1 0 0 0-1 1v4H1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h6v-2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V16h6a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-3V3a1 1 0 0 0-1-1V1a1 1 0 0 0-1-1zm2.5 5.034v1.1l.953-.55.5.867L9 7l.953.55-.5.866-.953-.55v1.1h-1v-1.1l-.953.55-.5-.866L7 7l-.953-.55.5-.866.953.55v-1.1zM2.25 9h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 9.75v-.5A.25.25 0 0 1 2.25 9m0 2h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25M2 13.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zM13.25 9h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25M13 11.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm.25 1.75h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5a.25.25 0 0 1 .25-.25\'/></svg>"}},{"terms":["real, world, time, history, wait, sand, clock"],"label":"hourglass","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hourglass\'><path d=\'M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5m2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702c0 .7-.478 1.235-1.011 1.491A3.5 3.5 0 0 0 4.5 13v1h7v-1a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351v-.702c0-.7.478-1.235 1.011-1.491A3.5 3.5 0 0 0 11.5 3V2z\'/></svg>"}},{"terms":["real, world, time, history, wait, sand, clock"],"label":"hourglass-bottom","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hourglass-bottom\'><path d=\'M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5m2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702s.18.149.5.149.5-.15.5-.15v-.7c0-.701.478-1.236 1.011-1.492A3.5 3.5 0 0 0 11.5 3V2z\'/></svg>"}},{"terms":["real, world, time, history, wait, sand, clock"],"label":"hourglass-split","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hourglass-split\'><path d=\'M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z\'/></svg>"}},{"terms":["real, world, time, history, wait, sand, clock"],"label":"hourglass-top","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hourglass-top\'><path d=\'M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 1 0 0-1h-1v-1a4.5 4.5 0 0 0-2.557-4.06c-.29-.139-.443-.377-.443-.59v-.7c0-.213.154-.451.443-.59A4.5 4.5 0 0 0 12.5 3V2h1a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1h1v1a4.5 4.5 0 0 0 2.557 4.06c.29.139.443.377.443.59v.7c0 .213-.154.451-.443.59A4.5 4.5 0 0 0 3.5 13v1h-1a.5.5 0 0 0-.5.5m2.5-.5v-1a3.5 3.5 0 0 1 1.989-3.158c.533-.256 1.011-.79 1.011-1.491v-.702s.18.101.5.101.5-.1.5-.1v.7c0 .701.478 1.236 1.011 1.492A3.5 3.5 0 0 1 11.5 13v1z\'/></svg>"}},{"terms":["real, world, home"],"label":"house","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-add","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-add\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h4a.5.5 0 1 0 0-1h-4a.5.5 0 0 1-.5-.5V7.207l5-5 6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 1 0 1 0v-1h1a.5.5 0 1 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["real, world, home"],"label":"house-add-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-add-fill\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 1 1-1 0v-1h-1a.5.5 0 1 1 0-1h1v-1a.5.5 0 0 1 1 0\'/><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-check\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.707l.547.547 1.17-1.951a.5.5 0 1 1 .858.514\'/></svg>"}},{"terms":["real, world, home"],"label":"house-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-check-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.707l.547.547 1.17-1.951a.5.5 0 1 1 .858.514\'/></svg>"}},{"terms":["real, world, home"],"label":"house-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 1 1 0-1\'/><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-dash-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 1 1 0-1\'/></svg>"}},{"terms":["real, world, home"],"label":"house-door","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-door\'><path d=\'M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-door-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-door-fill\'><path d=\'M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5\'/></svg>"}},{"terms":["real, world, home"],"label":"house-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-down\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.707l-.646.646V10.5a.5.5 0 0 0-1 0v2.793l-.646-.646a.5.5 0 0 0-.708.707l1.5 1.5a.5.5 0 0 0 .708 0\'/></svg>"}},{"terms":["real, world, home"],"label":"house-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-down-fill\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.707l-.646.646V10.5a.5.5 0 0 0-1 0v2.793l-.646-.646a.5.5 0 0 0-.708.707l1.5 1.5a.5.5 0 0 0 .708 0\'/><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-exclamation\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 1 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["real, world, home"],"label":"house-exclamation-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-exclamation-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 1 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["real, world, home"],"label":"house-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-gear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-gear\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M11.886 9.46c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.044c-.613-.181-.613-1.049 0-1.23l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["real, world, home"],"label":"house-gear-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-gear-fill\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708z\'/><path d=\'M11.07 9.047a1.5 1.5 0 0 0-1.742.26l-.02.021a1.5 1.5 0 0 0-.261 1.742 1.5 1.5 0 0 0 0 2.86 1.5 1.5 0 0 0-.12 1.07H3.5A1.5 1.5 0 0 1 2 13.5V9.293l6-6 4.724 4.724a1.5 1.5 0 0 0-1.654 1.03\'/><path d=\'m13.158 9.608-.043-.148c-.181-.613-1.049-.613-1.23 0l-.043.148a.64.64 0 0 1-.921.382l-.136-.074c-.561-.306-1.175.308-.87.869l.075.136a.64.64 0 0 1-.382.92l-.148.045c-.613.18-.613 1.048 0 1.229l.148.043a.64.64 0 0 1 .382.921l-.074.136c-.306.561.308 1.175.869.87l.136-.075a.64.64 0 0 1 .92.382l.045.149c.18.612 1.048.612 1.229 0l.043-.15a.64.64 0 0 1 .921-.38l.136.074c.561.305 1.175-.309.87-.87l-.075-.136a.64.64 0 0 1 .382-.92l.149-.044c.612-.181.612-1.049 0-1.23l-.15-.043a.64.64 0 0 1-.38-.921l.074-.136c.305-.561-.309-1.175-.87-.87l-.136.075a.64.64 0 0 1-.92-.382ZM12.5 14a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["real, world, home, love, romance"],"label":"house-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-heart\'><path d=\'M8 6.982C9.664 5.309 13.825 8.236 8 12 2.175 8.236 6.336 5.309 8 6.982\'/><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.707L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.646a.5.5 0 0 0 .708-.707L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5z\'/></svg>"}},{"terms":["real, world, home, love, romance"],"label":"house-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-heart-fill\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.707L8 2.207 1.354 8.853a.5.5 0 1 1-.708-.707z\'/><path d=\'m14 9.293-6-6-6 6V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5zm-6-.811c1.664-1.673 5.825 1.254 0 5.018-5.825-3.764-1.664-6.691 0-5.018\'/></svg>"}},{"terms":["real, world, home"],"label":"house-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-lock\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M10 13a1 1 0 0 1 1-1v-1a2 2 0 0 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["real, world, home"],"label":"house-lock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-lock-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.72 4.72a3 3 0 0 0-2.709 3.248A2 2 0 0 0 9 13v2H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/><path d=\'M13 9a2 2 0 0 0-2 2v1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1v-1a2 2 0 0 0-2-2m0 1a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["real, world, home"],"label":"house-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-slash\'><path d=\'M13.879 10.414a2.5 2.5 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z\'/><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-slash-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/><path d=\'M13.879 10.414a2.5 2.5 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-up\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 1 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.707l1.5-1.5a.5.5 0 0 1 .708 0Z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-up-fill\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 1 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.707l1.5-1.5a.5.5 0 0 1 .708 0Z\'/><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-x\'><path d=\'M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.646a.5.5 0 0 1 .708.707l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.707l.647-.647-.647-.646a.5.5 0 0 1 .708-.707Z\'/></svg>"}},{"terms":["real, world, home"],"label":"house-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'house-x-fill\'><path d=\'M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z\'/><path d=\'m8 3.293 4.712 4.712A4.5 4.5 0 0 0 8.758 15H3.5A1.5 1.5 0 0 1 2 13.5V9.293z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.646a.5.5 0 0 1 .708.707l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.707l.647-.647-.647-.646a.5.5 0 0 1 .708-.707Z\'/></svg>"}},{"terms":["real, world, home"],"label":"houses","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'houses\'><path d=\'M5.793 1a1 1 0 0 1 1.414 0l.647.646a.5.5 0 1 1-.708.708L6.5 1.707 2 6.207V12.5a.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 12.5V7.207l-.146.147a.5.5 0 0 1-.708-.708zm3 1a1 1 0 0 1 1.414 0L12 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l1.854 1.853a.5.5 0 0 1-.708.708L15 8.207V13.5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 4 13.5V8.207l-.146.147a.5.5 0 1 1-.708-.708zm.707.707L5 7.207V13.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V7.207z\'/></svg>"}},{"terms":["real, world, home"],"label":"houses-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'houses-fill\'><path d=\'M7.207 1a1 1 0 0 0-1.414 0L.146 6.646a.5.5 0 0 0 .708.708L1 7.207V12.5A1.5 1.5 0 0 0 2.5 14h.55a2.5 2.5 0 0 1-.05-.5V9.415a1.5 1.5 0 0 1-.56-2.475l5.353-5.354z\'/><path d=\'M8.793 2a1 1 0 0 1 1.414 0L12 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l1.854 1.853a.5.5 0 0 1-.708.708L15 8.207V13.5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 4 13.5V8.207l-.146.147a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["typography, divider, horizonal-rule"],"label":"hr","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hr\'><path d=\'M12 3H4a1 1 0 0 0-1 1v2.5H2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.5h-1V4a1 1 0 0 0-1-1M2 9.5h1V12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V9.5h1V12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm-1.5-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["weather, storm"],"label":"hurricane","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hurricane\'><path d=\'M6.999 2.6A5.5 5.5 0 0 1 15 7.5a.5.5 0 0 0 1 0 6.5 6.5 0 1 0-13 0 5 5 0 0 0 6.001 4.9A5.5 5.5 0 0 1 1 7.5a.5.5 0 0 0-1 0 6.5 6.5 0 1 0 13 0 5 5 0 0 0-6.001-4.9M10 7.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["real, world, hypnosis, sleepy"],"label":"hypnotize","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'hypnotize\'><path d=\'m7.949 7.998.006-.003.003.009zm.025-.028v-.03l.018.01zm0 .015.04-.022.01.006v.04l-.029.016-.021-.012zm.049.057v-.014l-.008.01zm-.05-.008h.006l-.006.004z\'/><path fill-rule=\'evenodd\' d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.965 1.69a6.97 6.97 0 0 1 3.861-.642c.722.767 1.177 1.887 1.177 3.135 0 1.656-.802 3.088-1.965 3.766 1.263.24 2.655-.815 3.406-2.742.38-.975.537-2.023.492-2.996a7.03 7.03 0 0 1 2.488 3.003c-.303 1.01-1.046 1.966-2.128 2.59-1.44.832-3.09.85-4.26.173l.008.021.012-.006-.01.01c.42 1.218 2.032 1.9 4.08 1.586a7.4 7.4 0 0 0 2.856-1.081 6.96 6.96 0 0 1-1.358 3.662c-1.03.248-2.235.084-3.322-.544-1.433-.827-2.272-2.236-2.279-3.58l-.012-.003c-.845.972-.63 2.71.666 4.327a7.4 7.4 0 0 0 2.37 1.935 6.97 6.97 0 0 1-3.86.65c-.727-.767-1.186-1.892-1.186-3.146 0-1.658.804-3.091 1.969-3.768l-.002-.007c-1.266-.25-2.666.805-3.42 2.74a7.4 7.4 0 0 0-.49 3.012 7.03 7.03 0 0 1-2.49-3.018C1.87 9.757 2.613 8.8 3.696 8.174c1.438-.83 3.084-.85 4.253-.176l.005-.006C7.538 6.77 5.924 6.085 3.872 6.4c-1.04.16-2.03.55-2.853 1.08a6.96 6.96 0 0 1 1.372-3.667l-.002.003c1.025-.243 2.224-.078 3.306.547 1.43.826 2.269 2.23 2.28 3.573L8 7.941c.837-.974.62-2.706-.673-4.319a7.4 7.4 0 0 0-2.362-1.931Z\'/></svg>"}},{"terms":["files, and, folders, picture, photo"],"label":"image","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'image\'><path d=\'M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/><path d=\'M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["files, and, folders, picture, photo"],"label":"image-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'image-alt\'><path d=\'M7 2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m4.225 4.053a.5.5 0 0 0-.577.093l-3.71 4.71-2.66-2.772a.5.5 0 0 0-.63.062L.002 13v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5z\'/></svg>"}},{"terms":["files, and, folders, picture, photo"],"label":"image-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'image-fill\'><path d=\'M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["files, and, folders, picture, photo"],"label":"images","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'images\'><path d=\'M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/><path d=\'M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2M14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1M2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["communications, mail, email, letter, tray"],"label":"inbox","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'inbox\'><path d=\'M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374z\'/></svg>"}},{"terms":["communications, mail, email, letter, tray"],"label":"inbox-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'inbox-fill\'><path d=\'M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374z\'/></svg>"}},{"terms":["communications, mail, email, letter, tray"],"label":"inboxes-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'inboxes-fill\'><path d=\'M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1zM3.81.563A1.5 1.5 0 0 1 4.98 0h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393z\'/></svg>"}},{"terms":["communications, mail, email, letter, tray"],"label":"inboxes","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'inboxes\'><path d=\'M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0z\'/></svg>"}},{"terms":["miscellaneous, private, investigator, secret"],"label":"incognito","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'incognito\'><path fill-rule=\'evenodd\' d=\'m4.736 1.968-.892 3.269-.014.058C2.113 5.568 1 6.006 1 6.5 1 7.328 4.134 8 8 8s7-.672 7-1.5c0-.494-1.113-.932-2.83-1.205l-.014-.058-.892-3.27c-.146-.533-.698-.849-1.239-.734C9.411 1.363 8.62 1.5 8 1.5s-1.411-.136-2.025-.267c-.541-.115-1.093.2-1.239.735m.015 3.867a.25.25 0 0 1 .274-.224c.9.092 1.91.143 2.975.143a30 30 0 0 0 2.975-.143.25.25 0 0 1 .05.498c-.918.093-1.944.145-3.025.145s-2.107-.052-3.025-.145a.25.25 0 0 1-.224-.274M3.5 10h2a.5.5 0 0 1 .5.5v1a1.5 1.5 0 0 1-3 0v-1a.5.5 0 0 1 .5-.5m-1.5.5q.001-.264.085-.5H2a.5.5 0 0 1 0-1h3.5a1.5 1.5 0 0 1 1.488 1.312 3.5 3.5 0 0 1 2.024 0A1.5 1.5 0 0 1 10.5 9H14a.5.5 0 0 1 0 1h-.085q.084.236.085.5v1a2.5 2.5 0 0 1-5 0v-.14l-.21-.07a2.5 2.5 0 0 0-1.58 0l-.21.07v.14a2.5 2.5 0 0 1-5 0zm8.5-.5h2a.5.5 0 0 1 .5.5v1a1.5 1.5 0 0 1-3 0v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["ui, and, keyboard, tab, indent"],"label":"indent","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'indent\'><path fill-rule=\'evenodd\' d=\'M3 8a.5.5 0 0 1 .5-.5h6.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H3.5A.5.5 0 0 1 3 8\'/><path fill-rule=\'evenodd\' d=\'M12.5 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["typography, math, infinite"],"label":"infinity","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'infinity\'><path d=\'M5.68 5.792 7.345 7.75 5.681 9.708a2.75 2.75 0 1 1 0-3.916ZM8 6.978 6.416 5.113l-.014-.015a3.75 3.75 0 1 0 0 5.304l.014-.015L8 8.522l1.584 1.865.014.015a3.75 3.75 0 1 0 0-5.304l-.014.015zm.656.772 1.663-1.958a2.75 2.75 0 1 1 0 3.916z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, information, help"],"label":"info","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info\'><path d=\'m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, information, help"],"label":"info-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, information, help"],"label":"info-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info-circle-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, information, help"],"label":"info-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info-lg\'><path d=\'m9.708 6.075-3.024.379-.108.502.595.108c.387.093.464.232.38.619l-.975 4.577c-.255 1.183.14 1.74 1.067 1.74.72 0 1.554-.332 1.933-.789l.116-.549c-.263.232-.65.325-.905.325-.363 0-.494-.255-.402-.704zm.091-2.755a1.32 1.32 0 1 1-2.64 0 1.32 1.32 0 0 1 2.64 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, information, help"],"label":"info-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, information, help"],"label":"info-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info-square-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.93 4.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["graphics, textarea, form, input"],"label":"input-cursor","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'input-cursor\'><path d=\'M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z\'/><path fill-rule=\'evenodd\' d=\'M8 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13A.5.5 0 0 1 8 1\'/></svg>"}},{"terms":["graphics, textarea, form, input"],"label":"input-cursor-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'input-cursor-text\'><path fill-rule=\'evenodd\' d=\'M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.17 4.17 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.17 4.17 0 0 1-2.06-.566A5 5 0 0 1 8 13.65a5 5 0 0 1-.44.285 4.17 4.17 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.5 3.5 0 0 0-.436-.294A3.17 3.17 0 0 0 5.5 2.5.5.5 0 0 1 5 2\'/><path d=\'M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["brand, social, chat"],"label":"instagram","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'instagram\'><path d=\'M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334\'/></svg>"}},{"terms":["graphics, graphics, vector, merge, layers"],"label":"intersect","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'intersect\'><path d=\'M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2zm6-8V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2V6a2 2 0 0 1 2-2z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal\'><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-album","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-album\'><path d=\'M5.5 4a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5zm1 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-arrow-down\'><path fill-rule=\'evenodd\' d=\'M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-arrow-up\'><path fill-rule=\'evenodd\' d=\'M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-bookmark","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-bookmark\'><path fill-rule=\'evenodd\' d=\'M6 8V1h1v6.117L8.743 6.07a.5.5 0 0 1 .514 0L11 7.117V1h1v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-bookmark-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-bookmark-fill\'><path fill-rule=\'evenodd\' d=\'M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8z\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-check\'><path fill-rule=\'evenodd\' d=\'M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-code","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-code\'><path fill-rule=\'evenodd\' d=\'M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708m-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-medical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-medical\'><path fill-rule=\'evenodd\' d=\'M8 4a.5.5 0 0 1 .5.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5A.5.5 0 0 1 8 4M5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-minus\'><path fill-rule=\'evenodd\' d=\'M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-plus\'><path fill-rule=\'evenodd\' d=\'M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-richtext","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-richtext\'><path d=\'M7.5 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-.861 1.542 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047L11 4.75V7a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 7v-.5s1.54-1.274 1.639-1.208M5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journal-text","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-text\'><path d=\'M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook, remove, delete"],"label":"journal-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journal-x\'><path fill-rule=\'evenodd\' d=\'M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708\'/><path d=\'M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2\'/><path d=\'M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z\'/></svg>"}},{"terms":["files, and, folders, file, folder, journal, notebook"],"label":"journals","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'journals\'><path d=\'M5 0h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1H1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1H3a2 2 0 0 1 2-2\'/><path d=\'M1 6v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V9h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 2.5v.5H.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H2v-.5a.5.5 0 0 0-1 0\'/></svg>"}},{"terms":["entertainment, gaming, game, video, games"],"label":"joystick","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'joystick\'><path d=\'M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726 0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2\'/><path d=\'M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"justify","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'justify\'><path fill-rule=\'evenodd\' d=\'M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"justify-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'justify-left\'><path fill-rule=\'evenodd\' d=\'M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"justify-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'justify-right\'><path fill-rule=\'evenodd\' d=\'M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["miscellaneous, board, project-management"],"label":"kanban","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'kanban\'><path d=\'M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["miscellaneous, board, project-management"],"label":"kanban-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'kanban-fill\'><path d=\'M2.5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5 2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m-5 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm9-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["real, world, lock, secure"],"label":"key","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'key\'><path d=\'M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8m4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5\'/><path d=\'M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["real, world, lock, secure"],"label":"key-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'key-fill\'><path d=\'M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2M2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["devices, keyboard, keys, typing"],"label":"keyboard","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'keyboard\'><path d=\'M14 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM2 4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\'/><path d=\'M13 10.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm0-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-5 0A.25.25 0 0 1 8.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 8.75zm2 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25zm1 2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-5-2A.25.25 0 0 1 6.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 6 8.75zm-2 0A.25.25 0 0 1 4.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 4 8.75zm-2 0A.25.25 0 0 1 2.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 8.75zm11-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-2 0a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm-2 0A.25.25 0 0 1 9.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 9 6.75zm-2 0A.25.25 0 0 1 7.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 7 6.75zm-2 0A.25.25 0 0 1 5.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 5 6.75zm-3 0A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 6.75zm0 4a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zm2 0a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25z\'/></svg>"}},{"terms":["devices, keyboard, keys, typing"],"label":"keyboard-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'keyboard-fill\'><path d=\'M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm13 .25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25M2.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 8.75v-.5A.25.25 0 0 0 2.75 8zM4 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 5 8.75v-.5A.25.25 0 0 0 4.75 8h-.5a.25.25 0 0 0-.25.25M6.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 7 8.75v-.5A.25.25 0 0 0 6.75 8zM8 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 9 8.75v-.5A.25.25 0 0 0 8.75 8h-.5a.25.25 0 0 0-.25.25M13.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zm-3-2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zm.75 2.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25M11.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25zM9 6.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5A.25.25 0 0 0 9.75 6h-.5a.25.25 0 0 0-.25.25M7.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 8 6.75v-.5A.25.25 0 0 0 7.75 6zM5 6.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 6.75v-.5A.25.25 0 0 0 5.75 6h-.5a.25.25 0 0 0-.25.25M2.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 4 6.75v-.5A.25.25 0 0 0 3.75 6zM2 10.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25M4.25 10a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25z\'/></svg>"}},{"terms":["real, world, climb, ladder"],"label":"ladder","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ladder\'><path d=\'M4.5 1a.5.5 0 0 1 .5.5V2h6v-.5a.5.5 0 0 1 1 0v14a.5.5 0 0 1-1 0V15H5v.5a.5.5 0 0 1-1 0v-14a.5.5 0 0 1 .5-.5M5 14h6v-2H5zm0-3h6V9H5zm0-3h6V6H5zm0-3h6V3H5z\'/></svg>"}},{"terms":["real, world, light, lamp"],"label":"lamp","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lamp\'><path fill-rule=\'evenodd\' d=\'M5.04.303A.5.5 0 0 1 5.5 0h5c.2 0 .38.12.46.303l3 7a.5.5 0 0 1-.363.687h-.002q-.225.044-.45.081a33 33 0 0 1-4.645.425V13.5a.5.5 0 1 1-1 0V8.495a33 33 0 0 1-4.645-.425q-.225-.036-.45-.08h-.003a.5.5 0 0 1-.362-.688l3-7ZM3.21 7.116A31 31 0 0 0 8 7.5a31 31 0 0 0 4.791-.384L10.171 1H5.83z\'/><path d=\'M6.493 12.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.3 1.3 0 0 0-.37.265.3.3 0 0 0-.052.075l-.001.004-.004.01V14l.002.008.016.033a.6.6 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.6.6 0 0 0 .146-.15l.015-.033L12 14v-.004a.3.3 0 0 0-.057-.09 1.3 1.3 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465s-2.462-.172-3.34-.465c-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411\'/></svg>"}},{"terms":["real, world, light, lamp"],"label":"lamp-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lamp-fill\'><path fill-rule=\'evenodd\' d=\'M5.04.303A.5.5 0 0 1 5.5 0h5c.2 0 .38.12.46.303l3 7a.5.5 0 0 1-.363.687h-.002q-.225.044-.45.081a33 33 0 0 1-4.645.425V13.5a.5.5 0 1 1-1 0V8.495a33 33 0 0 1-4.645-.425q-.225-.036-.45-.08h-.003a.5.5 0 0 1-.362-.688l3-7Z\'/><path d=\'M6.493 12.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.3 1.3 0 0 0-.37.265.3.3 0 0 0-.052.075l-.001.004-.004.01V14l.002.008.016.033a.6.6 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.6.6 0 0 0 .146-.15l.015-.033L12 14v-.004a.3.3 0 0 0-.057-.09 1.3 1.3 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465s-2.462-.172-3.34-.465c-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411\'/></svg>"}},{"terms":["devices, computer"],"label":"laptop","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'laptop\'><path d=\'M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5\'/></svg>"}},{"terms":["devices, computer"],"label":"laptop-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'laptop-fill\'><path d=\'M2.5 2A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5\'/></svg>"}},{"terms":["graphics, arrange, layers, back"],"label":"layer-backward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layer-backward\'><path d=\'M8.354 15.854a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708l1-1a.5.5 0 0 1 .708 0l.646.647V4H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9v7.793l.646-.647a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708z\'/><path d=\'M1 9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4.5a.5.5 0 0 1 0 1H1v2h4.5a.5.5 0 0 1 0 1zm9.5 0a.5.5 0 0 1 0-1H15V6h-4.5a.5.5 0 0 1 0-1H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1z\'/></svg>"}},{"terms":["graphics, arrange, layers, front"],"label":"layer-forward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layer-forward\'><path d=\'M8.354.146a.5.5 0 0 0-.708 0l-3 3a.5.5 0 0 0 0 .708l1 1a.5.5 0 0 0 .708 0L7 4.207V12H1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9V4.207l.646.647a.5.5 0 0 0 .708 0l1-1a.5.5 0 0 0 0-.708z\'/><path d=\'M1 7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4.5a.5.5 0 0 0 0-1H1V8h4.5a.5.5 0 0 0 0-1zm9.5 0a.5.5 0 0 0 0 1H15v2h-4.5a.5.5 0 0 0 0 1H15a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["graphics, perspective, stacked"],"label":"layers","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layers\'><path d=\'M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882zm3.515 7.008L14.438 10 8 13.433 1.562 10 4.25 8.567l3.515 1.874a.5.5 0 0 0 .47 0zM8 9.433 1.562 6 8 2.567 14.438 6z\'/></svg>"}},{"terms":["graphics, perspective, stacked"],"label":"layers-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layers-fill\'><path d=\'M7.765 1.559a.5.5 0 0 1 .47 0l7.5 4a.5.5 0 0 1 0 .882l-7.5 4a.5.5 0 0 1-.47 0l-7.5-4a.5.5 0 0 1 0-.882z\'/><path d=\'m2.125 8.567-1.86.992a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882l-1.86-.992-5.17 2.756a1.5 1.5 0 0 1-1.41 0z\'/></svg>"}},{"terms":["graphics, perspective, stacked"],"label":"layers-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layers-half\'><path d=\'M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882zM8 9.433 1.562 6 8 2.567 14.438 6z\'/></svg>"}},{"terms":["layout, grid, layout, sidebar"],"label":"layout-sidebar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-sidebar\'><path d=\'M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-sidebar-inset-reverse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-sidebar-inset-reverse\'><path d=\'M2 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm12-1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2z\'/><path d=\'M13 4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-sidebar-inset","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-sidebar-inset\'><path d=\'M14 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z\'/><path d=\'M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["layout, grid, layout, sidebar"],"label":"layout-sidebar-reverse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-sidebar-reverse\'><path d=\'M16 3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5-1v12H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1 0h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2z\'/></svg>"}},{"terms":["layout, grid, layout, sidebar"],"label":"layout-split","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-split\'><path d=\'M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.5-1v12H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm-1 0H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5.5z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-text-sidebar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-text-sidebar\'><path d=\'M3.5 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM3 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-1v14h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm-1 0H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-text-sidebar-reverse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-text-sidebar-reverse\'><path d=\'M12.5 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm.5 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5m-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\'/><path d=\'M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM4 1v14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm1 0h9a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-text-window","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-text-window\'><path d=\'M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v1H1V2a1 1 0 0 1 1-1zm1 3v10a1 1 0 0 1-1 1h-2V4zm-4 0v11H2a1 1 0 0 1-1-1V4z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-text-window-reverse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-text-window-reverse\'><path d=\'M13 6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5m0 3a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5m-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z\'/><path d=\'M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM2 1a1 1 0 0 0-1 1v1h14V2a1 1 0 0 0-1-1zM1 4v10a1 1 0 0 0 1 1h2V4zm4 0v11h9a1 1 0 0 0 1-1V4z\'/></svg>"}},{"terms":["layout, layout, columns"],"label":"layout-three-columns","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-three-columns\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H5V1zM10 15V1H6v14zm1 0h3.5a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5H11z\'/></svg>"}},{"terms":["layout, layout, broken"],"label":"layout-wtf","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'layout-wtf\'><path d=\'M5 1v8H1V1zM1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm13 2v5H9V2zM9 1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM5 13v2H3v-2zm-2-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm12-1v2H9v-2zm-6-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["real, world, lifesaver, water"],"label":"life-preserver","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'life-preserver\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m6.43-5.228a7.03 7.03 0 0 1-3.658 3.658l-1.115-2.788a4 4 0 0 0 1.985-1.985zM5.228 14.43a7.03 7.03 0 0 1-3.658-3.658l2.788-1.115a4 4 0 0 0 1.985 1.985zm9.202-9.202-2.788 1.115a4 4 0 0 0-1.985-1.985l1.115-2.788a7.03 7.03 0 0 1 3.658 3.658m-8.087-.87a4 4 0 0 0-1.985 1.985L1.57 5.228A7.03 7.03 0 0 1 5.228 1.57zM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6\'/></svg>"}},{"terms":["real, world, lights, lamp"],"label":"lightbulb","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightbulb\'><path d=\'M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1\'/></svg>"}},{"terms":["real, world, lights, lamp"],"label":"lightbulb-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightbulb-fill\'><path d=\'M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m3 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["real, world, lights, lamp"],"label":"lightbulb-off","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightbulb-off\'><path fill-rule=\'evenodd\' d=\'M2.23 4.35A6 6 0 0 0 2 6c0 1.691.7 3.22 1.826 4.31.203.196.359.4.453.619l.762 1.769A.5.5 0 0 0 5.5 13a.5.5 0 0 0 0 1 .5.5 0 0 0 0 1l.224.447a1 1 0 0 0 .894.553h2.764a1 1 0 0 0 .894-.553L10.5 15a.5.5 0 0 0 0-1 .5.5 0 0 0 0-1 .5.5 0 0 0 .288-.091L9.878 12H5.83l-.632-1.467a3 3 0 0 0-.676-.941 4.98 4.98 0 0 1-1.455-4.405zm1.588-2.653.708.707a5 5 0 0 1 7.07 7.07l.707.707a6 6 0 0 0-8.484-8.484zm-2.172-.051a.5.5 0 0 1 .708 0l12 12a.5.5 0 0 1-.708.708l-12-12a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["real, world, lights, lamp"],"label":"lightbulb-off-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightbulb-off-fill\'><path d=\'M2 6c0-.572.08-1.125.23-1.65l8.558 8.559A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.46-.302l-.761-1.77a2 2 0 0 0-.453-.618A5.98 5.98 0 0 1 2 6m10.303 4.181L3.818 1.697a6 6 0 0 1 8.484 8.484zM5 14.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1-.5-.5M2.354 1.646a.5.5 0 1 0-.708.708l12 12a.5.5 0 0 0 .708-.708z\'/></svg>"}},{"terms":["weather, storm, thunder, bolt"],"label":"lightning","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightning\'><path d=\'M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641zM6.374 1 4.168 8.5H7.5a.5.5 0 0 1 .478.647L6.78 13.04 11.478 7H8a.5.5 0 0 1-.474-.658L9.306 1z\'/></svg>"}},{"terms":["miscellaneous, weather, storm, thunder, bolt"],"label":"lightning-charge","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightning-charge\'><path d=\'M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09zM4.157 8.5H7a.5.5 0 0 1 .478.647L6.11 13.59l5.732-6.09H9a.5.5 0 0 1-.478-.647L9.89 2.41z\'/></svg>"}},{"terms":["miscellaneous, weather, storm, thunder, bolt"],"label":"lightning-charge-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightning-charge-fill\'><path d=\'M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z\'/></svg>"}},{"terms":["weather, storm, thunder, bolt"],"label":"lightning-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lightning-fill\'><path d=\'M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641z\'/></svg>"}},{"terms":["brand, social"],"label":"line","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'line\'><path d=\'M8 0c4.411 0 8 2.912 8 6.492 0 1.433-.555 2.723-1.715 3.994-1.678 1.932-5.431 4.285-6.285 4.645-.83.35-.734-.197-.696-.413l.003-.018.114-.685c.027-.204.055-.521-.026-.723-.09-.223-.444-.339-.704-.395C2.846 12.39 0 9.701 0 6.492 0 2.912 3.59 0 8 0M5.022 7.686H3.497V4.918a.156.156 0 0 0-.155-.156H2.78a.156.156 0 0 0-.156.156v3.486c0 .041.017.08.044.107v.001l.002.002.002.002a.15.15 0 0 0 .108.043h2.242c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157m.791-2.924a.156.156 0 0 0-.156.156v3.486c0 .086.07.155.156.155h.562c.086 0 .155-.07.155-.155V4.918a.156.156 0 0 0-.155-.156zm3.863 0a.156.156 0 0 0-.156.156v2.07L7.923 4.832l-.013-.015v-.001l-.01-.01-.003-.003-.011-.009h-.001L7.88 4.79l-.003-.002-.005-.003-.008-.005h-.002l-.003-.002-.01-.004-.004-.002-.01-.003h-.002l-.003-.001-.009-.002h-.006l-.003-.001h-.004l-.002-.001h-.574a.156.156 0 0 0-.156.155v3.486c0 .086.07.155.156.155h.56c.087 0 .157-.07.157-.155v-2.07l1.6 2.16a.2.2 0 0 0 .039.038l.001.001.01.006.004.002.008.004.007.003.005.002.01.003h.003a.2.2 0 0 0 .04.006h.56c.087 0 .157-.07.157-.155V4.918a.156.156 0 0 0-.156-.156zm3.815.717v-.56a.156.156 0 0 0-.155-.157h-2.242a.16.16 0 0 0-.108.044h-.001l-.001.002-.002.003a.16.16 0 0 0-.044.107v3.486c0 .041.017.08.044.107l.002.003.002.002a.16.16 0 0 0 .108.043h2.242c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157H11.81v-.589h1.525c.086 0 .155-.07.155-.156v-.56a.156.156 0 0 0-.155-.157H11.81v-.589h1.525c.086 0 .155-.07.155-.156Z\'/></svg>"}},{"terms":["ui, and, keyboard, anchor, hyperlink, href"],"label":"link","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'link\'><path d=\'M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z\'/><path d=\'M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z\'/></svg>"}},{"terms":["ui, and, keyboard, anchor, hyperlink, href"],"label":"link-45deg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'link-45deg\'><path d=\'M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z\'/><path d=\'M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z\'/></svg>"}},{"terms":["brand, social, microsoft"],"label":"linkedin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'linkedin\'><path d=\'M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\'/></svg>"}},{"terms":["typography, text, type, justify, alignment, menu, hamburger"],"label":"list","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list\'><path fill-rule=\'evenodd\' d=\'M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment, checklist, done"],"label":"list-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-check\'><path fill-rule=\'evenodd\' d=\'M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["typography, text, type, alignment"],"label":"list-columns","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-columns\'><path fill-rule=\'evenodd\' d=\'M0 .5A.5.5 0 0 1 .5 0h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 0 .5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2A.5.5 0 0 1 .5 2h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2A.5.5 0 0 1 .5 4h10a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2A.5.5 0 0 1 .5 6h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2A.5.5 0 0 1 .5 8h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-13 2a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, alignment"],"label":"list-columns-reverse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-columns-reverse\'><path fill-rule=\'evenodd\' d=\'M0 .5A.5.5 0 0 1 .5 0h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 .5m4 0a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1h-10A.5.5 0 0 1 4 .5m-4 2A.5.5 0 0 1 .5 2h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-4 2A.5.5 0 0 1 .5 4h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m-4 2A.5.5 0 0 1 .5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m-4 2A.5.5 0 0 1 .5 8h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m-4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1h-10a.5.5 0 0 1-.5-.5m-4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, alignment, children"],"label":"list-nested","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-nested\'><path fill-rule=\'evenodd\' d=\'M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5m-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment, ordered-list, numbered-list, numbered"],"label":"list-ol","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-ol\'><path fill-rule=\'evenodd\' d=\'M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\'/><path d=\'M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635z\'/></svg>"}},{"terms":["typography, text, type, starred"],"label":"list-stars","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-stars\'><path fill-rule=\'evenodd\' d=\'M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5\'/><path d=\'M2.242 2.194a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.28.28 0 0 0-.094.3l.173.569c.078.256-.213.462-.423.3l-.417-.324a.27.27 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.28.28 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.27.27 0 0 0 .259-.194zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.28.28 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.27.27 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.28.28 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.27.27 0 0 0 .259-.194zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.28.28 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.27.27 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.28.28 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.27.27 0 0 0 .259-.194z\'/></svg>"}},{"terms":["typography, text, type, justify, alignment, todos, task"],"label":"list-task","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-task\'><path fill-rule=\'evenodd\' d=\'M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM3 3H2v1h1z\'/><path d=\'M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z\'/><path fill-rule=\'evenodd\' d=\'M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5zM2 7h1v1H2zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm1 .5H2v1h1z\'/></svg>"}},{"terms":["typography, text, type, justify, alignment, unordered-list"],"label":"list-ul","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'list-ul\'><path fill-rule=\'evenodd\' d=\'M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["security, privacy, security"],"label":"lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lock\'><path d=\'M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["security, privacy, security"],"label":"lock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lock-fill\'><path d=\'M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"luggage","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'luggage\'><path d=\'M2.5 1a.5.5 0 0 0-.5.5V5h-.5A1.5 1.5 0 0 0 0 6.5v7a1.5 1.5 0 0 0 1 1.415v.335a.75.75 0 0 0 1.5 0V15H4v-1H1.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V7h1v-.5A1.5 1.5 0 0 0 6.5 5H6V1.5a.5.5 0 0 0-.5-.5zM5 5H3V2h2z\'/><path d=\'M3 7.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0zM11 6a1.5 1.5 0 0 1 1.5 1.5V8h2A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 14.5v-5A1.5 1.5 0 0 1 6.5 8h2v-.5A1.5 1.5 0 0 1 10 6zM9.5 7.5V8h2v-.5A.5.5 0 0 0 11 7h-1a.5.5 0 0 0-.5.5M6 9.5v5a.5.5 0 0 0 .5.5H7V9h-.5a.5.5 0 0 0-.5.5m7 5.5V9H8v6zm1.5 0a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5H14v6z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on, student, education"],"label":"luggage-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'luggage-fill\'><path d=\'M2 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V5h.5A1.5 1.5 0 0 1 8 6.5V7H7v-.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5H4v1H2.5v.25a.75.75 0 0 1-1.5 0v-.335A1.5 1.5 0 0 1 0 13.5v-7A1.5 1.5 0 0 1 1.5 5H2zM3 5h2V2H3z\'/><path d=\'M2.5 7a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5m10 1v-.5A1.5 1.5 0 0 0 11 6h-1a1.5 1.5 0 0 0-1.5 1.5V8H8v8h5V8zM10 7h1a.5.5 0 0 1 .5.5V8h-2v-.5A.5.5 0 0 1 10 7M5 9.5A1.5 1.5 0 0 1 6.5 8H7v8h-.5A1.5 1.5 0 0 1 5 14.5zm9 6.5V8h.5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5z\'/></svg>"}},{"terms":["medical, medicine, health, breathing"],"label":"lungs","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lungs\'><path d=\'M8.5 1.5a.5.5 0 1 0-1 0v5.243L7 7.1V4.72C7 3.77 6.23 3 5.28 3c-.524 0-1.023.27-1.443.592-.431.332-.847.773-1.216 1.229-.736.908-1.347 1.946-1.58 2.48-.176.405-.393 1.16-.556 2.011-.165.857-.283 1.857-.241 2.759.04.867.233 1.79.838 2.33.67.6 1.622.556 2.741-.004l1.795-.897A2.5 2.5 0 0 0 7 11.264V10.5a.5.5 0 0 0-1 0v.764a1.5 1.5 0 0 1-.83 1.342l-1.794.897c-.978.489-1.415.343-1.628.152-.28-.25-.467-.801-.505-1.63-.037-.795.068-1.71.224-2.525.157-.82.357-1.491.491-1.8.19-.438.75-1.4 1.44-2.25.342-.422.703-.799 1.049-1.065.358-.276.639-.385.833-.385a.72.72 0 0 1 .72.72v3.094l-1.79 1.28a.5.5 0 0 0 .58.813L8 7.614l3.21 2.293a.5.5 0 1 0 .58-.814L10 7.814V4.72a.72.72 0 0 1 .72-.72c.194 0 .475.11.833.385.346.266.706.643 1.05 1.066.688.85 1.248 1.811 1.439 2.249.134.309.334.98.491 1.8.156.814.26 1.73.224 2.525-.038.829-.224 1.38-.505 1.63-.213.19-.65.337-1.628-.152l-1.795-.897A1.5 1.5 0 0 1 10 11.264V10.5a.5.5 0 0 0-1 0v.764a2.5 2.5 0 0 0 1.382 2.236l1.795.897c1.12.56 2.07.603 2.741.004.605-.54.798-1.463.838-2.33.042-.902-.076-1.902-.24-2.759-.164-.852-.38-1.606-.558-2.012-.232-.533-.843-1.571-1.579-2.479-.37-.456-.785-.897-1.216-1.229C11.743 3.27 11.244 3 10.72 3 9.77 3 9 3.77 9 4.72V7.1l-.5-.357z\'/></svg>"}},{"terms":["medical, medicine, health, breathing"],"label":"lungs-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'lungs-fill\'><path d=\'M8 1a.5.5 0 0 1 .5.5v5.243L9 7.1V4.72C9 3.77 9.77 3 10.72 3c.524 0 1.023.27 1.443.592.431.332.847.773 1.216 1.229.736.908 1.347 1.946 1.58 2.48.176.405.393 1.16.556 2.011.165.857.283 1.857.24 2.759-.04.867-.232 1.79-.837 2.33-.67.6-1.622.556-2.741-.004l-1.795-.897A2.5 2.5 0 0 1 9 11.264V8.329l-1-.715-1 .715V7.214c-.1 0-.202.03-.29.093l-2.5 1.786a.5.5 0 1 0 .58.814L7 8.329v2.935A2.5 2.5 0 0 1 5.618 13.5l-1.795.897c-1.12.56-2.07.603-2.741.004-.605-.54-.798-1.463-.838-2.33-.042-.902.076-1.902.24-2.759.164-.852.38-1.606.558-2.012.232-.533.843-1.571 1.579-2.479.37-.456.785-.897 1.216-1.229C4.257 3.27 4.756 3 5.28 3 6.23 3 7 3.77 7 4.72V7.1l.5-.357V1.5A.5.5 0 0 1 8 1m3.21 8.907a.5.5 0 1 0 .58-.814l-2.5-1.786A.5.5 0 0 0 9 7.214V8.33z\'/></svg>"}},{"terms":["real, world, magic, stick"],"label":"magic","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'magic\'><path d=\'M9.5 2.672a.5.5 0 1 0 1 0V.843a.5.5 0 0 0-1 0zm4.5.035A.5.5 0 0 0 13.293 2L12 3.293a.5.5 0 1 0 .707.707zM7.293 4A.5.5 0 1 0 8 3.293L6.707 2A.5.5 0 0 0 6 2.707zm-.621 2.5a.5.5 0 1 0 0-1H4.843a.5.5 0 1 0 0 1zm8.485 0a.5.5 0 1 0 0-1h-1.829a.5.5 0 0 0 0 1zM13.293 10A.5.5 0 1 0 14 9.293L12.707 8a.5.5 0 1 0-.707.707zM9.5 11.157a.5.5 0 0 0 1 0V9.328a.5.5 0 0 0-1 0zm1.854-5.097a.5.5 0 0 0 0-.706l-.708-.708a.5.5 0 0 0-.707 0L8.646 5.94a.5.5 0 0 0 0 .707l.708.708a.5.5 0 0 0 .707 0l1.293-1.293Zm-3 3a.5.5 0 0 0 0-.706l-.708-.708a.5.5 0 0 0-.707 0L.646 13.94a.5.5 0 0 0 0 .707l.708.708a.5.5 0 0 0 .707 0z\'/></svg>"}},{"terms":["real, world, magnetic"],"label":"magnet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'magnet\'><path d=\'M8 1a7 7 0 0 0-7 7v3h4V8a3 3 0 0 1 6 0v3h4V8a7 7 0 0 0-7-7m7 11h-4v3h4zM5 12H1v3h4zM0 8a8 8 0 1 1 16 0v8h-6V8a2 2 0 1 0-4 0v8H0z\'/></svg>"}},{"terms":["real, world, magnetic"],"label":"magnet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'magnet-fill\'><path d=\'M15 12h-4v3h4zM5 12H1v3h4zM0 8a8 8 0 1 1 16 0v8h-6V8a2 2 0 1 0-4 0v8H0z\'/></svg>"}},{"terms":["real, world, post, postal, postbox, letterbox"],"label":"mailbox","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mailbox\'><path d=\'M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3m0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4m2.646 1A4 4 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3z\'/><path d=\'M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 0 1 2 0\'/></svg>"}},{"terms":["real, world, post, postal, postbox, letterbox"],"label":"mailbox-flag","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mailbox-flag\'><path d=\'M10.5 8.5V3.707l.854-.853A.5.5 0 0 0 11.5 2.5v-2A.5.5 0 0 0 11 0H9.5a.5.5 0 0 0-.5.5v8zM5 7c0 .334-.164.264-.415.157C4.42 7.087 4.218 7 4 7s-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0\'/><path d=\'M4 3h4v1H6.646A4 4 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3V3a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4m0 1a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3\'/></svg>"}},{"terms":["real, world, post, postal, postbox, letterbox"],"label":"mailbox2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mailbox2\'><path d=\'M9 8.5h2.793l.853.854A.5.5 0 0 0 13 9.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H9z\'/><path d=\'M12 3H4a4 4 0 0 0-4 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a4 4 0 0 0-4-4M8 7a4 4 0 0 0-1.354-3H12a3 3 0 0 1 3 3v6H8zm-3.415.157C4.42 7.087 4.218 7 4 7s-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0c0 .334-.164.264-.415.157\'/></svg>"}},{"terms":["real, world, post, postal, postbox, letterbox"],"label":"mailbox2-flag","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mailbox2-flag\'><path d=\'M10.5 8.5V3.707l.854-.853A.5.5 0 0 0 11.5 2.5v-2A.5.5 0 0 0 11 0H9.5a.5.5 0 0 0-.5.5v8z\'/><path d=\'M4 3h4v1H6.646A4 4 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3V3a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4m.585 4.157C4.836 7.264 5 7.334 5 7a1 1 0 0 0-2 0c0 .334.164.264.415.157C3.58 7.087 3.782 7 4 7s.42.086.585.157\'/></svg>"}},{"terms":["geo, geography, directions, location"],"label":"map","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'map\'><path fill-rule=\'evenodd\' d=\'M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.5.5 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103M10 1.91l-4-.8v12.98l4 .8zm1 12.98 4-.8V1.11l-4 .8zm-6-.8V1.11l-4 .8v12.98z\'/></svg>"}},{"terms":["geo, geography, directions, location"],"label":"map-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'map-fill\'><path fill-rule=\'evenodd\' d=\'M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.5.5 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.5.5 0 0 0-.196 0zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1z\'/></svg>"}},{"terms":["badges, markdown, md, content, writing"],"label":"markdown","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'markdown\'><path d=\'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/><path fill-rule=\'evenodd\' d=\'M9.146 8.146a.5.5 0 0 1 .708 0L11.5 9.793l1.646-1.647a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708\'/><path fill-rule=\'evenodd\' d=\'M11.5 5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5\'/><path d=\'M3.56 11V7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11z\'/></svg>"}},{"terms":["badges, markdown, md, content, writing"],"label":"markdown-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'markdown-fill\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.5 1a.5.5 0 0 0-.5.5v3.793L9.854 8.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L12 9.293V5.5a.5.5 0 0 0-.5-.5M3.56 7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06z\'/></svg>"}},{"terms":["tools, text, study, highlight"],"label":"marker-tip","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'marker-tip\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.5 6.064-1.281-4.696A.5.5 0 0 0 9.736 9H6.264a.5.5 0 0 0-.483.368l-1.28 4.696A6.97 6.97 0 0 0 8 15c1.275 0 2.47-.34 3.5-.936m.873-.598a7 7 0 1 0-8.746 0l1.19-4.36a1.5 1.5 0 0 1 1.31-1.1l1.155-3.851c.213-.713 1.223-.713 1.436 0l1.156 3.851a1.5 1.5 0 0 1 1.31 1.1z\'/></svg>"}},{"terms":["graphics, mask"],"label":"mask","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mask\'><path d=\'M6.225 1.227A7.5 7.5 0 0 1 10.5 8a7.5 7.5 0 0 1-4.275 6.773 7 7 0 1 0 0-13.546M4.187.966a8 8 0 1 1 7.627 14.069A8 8 0 0 1 4.186.964z\'/></svg>"}},{"terms":["brand, social"],"label":"mastodon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mastodon\'><path d=\'M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a4 4 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522q0-1.288.66-2.046c.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764q.662.757.661 2.046z\'/></svg>"}},{"terms":["brand, social"],"label":"medium","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'medium\'><path d=\'M9.025 8c0 2.485-2.02 4.5-4.513 4.5A4.506 4.506 0 0 1 0 8c0-2.486 2.02-4.5 4.512-4.5A4.506 4.506 0 0 1 9.025 8m4.95 0c0 2.34-1.01 4.236-2.256 4.236S9.463 10.339 9.463 8c0-2.34 1.01-4.236 2.256-4.236S13.975 5.661 13.975 8M16 8c0 2.096-.355 3.795-.794 3.795-.438 0-.793-1.7-.793-3.795 0-2.096.355-3.795.794-3.795.438 0 .793 1.699.793 3.795\'/></svg>"}},{"terms":["real, world, loudspeaker, announcement"],"label":"megaphone","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'megaphone\'><path d=\'M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0v-.214c-2.162-1.241-4.49-1.843-6.912-2.083l.405 2.712A1 1 0 0 1 5.51 15.1h-.548a1 1 0 0 1-.916-.599l-1.85-3.49-.202-.003A2.014 2.014 0 0 1 0 9V7a2.02 2.02 0 0 1 1.992-2.013 75 75 0 0 0 2.483-.075c3.043-.154 6.148-.849 8.525-2.199zm1 0v11a.5.5 0 0 0 1 0v-11a.5.5 0 0 0-1 0m-1 1.35c-2.344 1.205-5.209 1.842-8 2.033v4.233q.27.015.537.036c2.568.189 5.093.744 7.463 1.993zm-9 6.215v-4.13a95 95 0 0 1-1.992.052A1.02 1.02 0 0 0 1 7v2c0 .55.448 1.002 1.006 1.009A61 61 0 0 1 4 10.065m-.657.975 1.609 3.037.01.024h.548l-.002-.014-.443-2.966a68 68 0 0 0-1.722-.082z\'/></svg>"}},{"terms":["real, world, loudspeaker, announcement"],"label":"megaphone-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'megaphone-fill\'><path d=\'M13 2.5a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-3 0zm-1 .724c-2.067.95-4.539 1.481-7 1.656v6.237a25 25 0 0 1 1.088.085c2.053.204 4.038.668 5.912 1.56zm-8 7.841V4.934c-.68.027-1.399.043-2.008.053A2.02 2.02 0 0 0 0 7v2c0 1.106.896 1.996 1.994 2.009l.496.008a64 64 0 0 1 1.51.048m1.39 1.081q.428.032.85.078l.253 1.69a1 1 0 0 1-.983 1.187h-.548a1 1 0 0 1-.916-.599l-1.314-2.48a66 66 0 0 1 1.692.064q.491.026.966.06\'/></svg>"}},{"terms":["devices, ram"],"label":"memory","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'memory\'><path d=\'M1 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.586a1 1 0 0 0 .707-.293l.353-.353a.5.5 0 0 1 .708 0l.353.353a1 1 0 0 0 .707.293H15a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm.5 1h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m5 0h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m4.5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5zM2 10v2H1v-2zm2 0v2H3v-2zm2 0v2H5v-2zm3 0v2H8v-2zm2 0v2h-1v-2zm2 0v2h-1v-2zm2 0v2h-1v-2z\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-app","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-app\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-app-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-app-fill\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-button","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-button\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0h8A1.5 1.5 0 0 1 11 1.5v2A1.5 1.5 0 0 1 9.5 5h-8A1.5 1.5 0 0 1 0 3.5zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z\'/><path d=\'m7.823 2.823-.396-.396A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0M0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-button-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-button-fill\'><path d=\'M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h8A1.5 1.5 0 0 0 11 3.5v-2A1.5 1.5 0 0 0 9.5 0zm5.927 2.427A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-button-wide","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-button-wide\'><path d=\'M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v2A1.5 1.5 0 0 1 14.5 5h-13A1.5 1.5 0 0 1 0 3.5zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z\'/><path d=\'M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m10.823.323-.396-.396A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0M0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-button-wide-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-button-wide-fill\'><path d=\'M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h13A1.5 1.5 0 0 0 16 3.5v-2A1.5 1.5 0 0 0 14.5 0zm1 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m9.927.427A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-down\'><path d=\'M7.646.146a.5.5 0 0 1 .708 0L10.207 2H14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.793zM1 7v3h14V7zm14-1V4a1 1 0 0 0-1-1h-3.793a1 1 0 0 1-.707-.293L8 1.207l-1.5 1.5A1 1 0 0 1 5.793 3H2a1 1 0 0 0-1 1v2zm0 5H1v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM2 4.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, dropdown, menu, context, app, ui"],"label":"menu-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'menu-up\'><path d=\'M7.646 15.854a.5.5 0 0 0 .708 0L10.207 14H14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3.793zM1 9V6h14v3zm14 1v2a1 1 0 0 1-1 1h-3.793a1 1 0 0 0-.707.293l-1.5 1.5-1.5-1.5A1 1 0 0 0 5.793 13H2a1 1 0 0 1-1-1v-2zm0-5H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zM2 11.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 0-1h-8a.5.5 0 0 0-.5.5m0-4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5m0-4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1h-6a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["brand, social, facebook, chat"],"label":"messenger","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'messenger\'><path d=\'M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.64.64 0 0 0-.427.03l-1.588.702a.64.64 0 0 1-.898-.566l-.044-1.423a.64.64 0 0 0-.215-.456C.956 12.108 0 10.092 0 7.76m5.546-1.459-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 0 1 .578-.002l1.869 1.402a1.2 1.2 0 0 0 1.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.728 7.381a.48.48 0 0 1-.578.002L7.281 5.98a1.2 1.2 0 0 0-1.735.32z\'/></svg>"}},{"terms":["brand, facebook, fb"],"label":"meta","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'meta\'><path fill-rule=\'evenodd\' d=\'M8.217 5.243C9.145 3.988 10.171 3 11.483 3 13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725-1.543 0-2.395-.866-3.924-3.424l-.667-1.123-.118-.197a55 55 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973 0 6.388 1.995 3 4.598 3q.477-.001.924.122c.31.086.611.22.913.407.577.359 1.154.915 1.782 1.714m1.516 2.224q-.378-.614-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954 1.723 0 3.102 2.537 3.102 5.653 0 1.188-.39 1.877-1.195 1.877-.773 0-1.142-.51-2.61-2.87zM4.846 4.756c.725.1 1.385.634 2.34 2.001A212 212 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603-.777 0-1.24-.682-1.24-1.9 0-2.602 1.298-5.264 2.846-5.264q.136 0 .27.018Z\'/></svg>"}},{"terms":["media, audio, video, av, sound, input, microphone, podcast"],"label":"mic","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mic\'><path d=\'M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5\'/><path d=\'M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3\'/></svg>"}},{"terms":["media, audio, video, av, sound, input, microphone, podcast"],"label":"mic-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mic-fill\'><path d=\'M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0z\'/><path d=\'M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["media, audio, video, av, sound, input, microphone"],"label":"mic-mute","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mic-mute\'><path d=\'M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4 4 0 0 0 12 8V7a.5.5 0 0 1 1 0zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a5 5 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4m3-9v4.879l-1-1V3a2 2 0 0 0-3.997-.118l-.845-.845A3.001 3.001 0 0 1 11 3\'/><path d=\'m9.486 10.607-.748-.748A2 2 0 0 1 6 8v-.878l-1-1V8a3 3 0 0 0 4.486 2.607m-7.84-9.253 12 12 .708-.708-12-12z\'/></svg>"}},{"terms":["media, audio, video, av, sound, input, microphone"],"label":"mic-mute-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mic-mute-fill\'><path d=\'M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4 4 0 0 0 12 8V7a.5.5 0 0 1 1 0zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a5 5 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4m3-9v4.879L5.158 2.037A3.001 3.001 0 0 1 11 3\'/><path d=\'M9.486 10.607 5 6.12V8a3 3 0 0 0 4.486 2.607m-7.84-9.253 12 12 .708-.708-12-12z\'/></svg>"}},{"terms":["brand, msft, windows"],"label":"microsoft","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'microsoft\'><path d=\'M7.462 0H0v7.19h7.462zM16 0H8.538v7.19H16zM7.462 8.211H0V16h7.462zm8.538 0H8.538V16H16z\'/></svg>"}},{"terms":["brand, social, messaging"],"label":"microsoft-teams","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'microsoft-teams\'><path d=\'M9.186 4.797a2.42 2.42 0 1 0-2.86-2.448h1.178c.929 0 1.682.753 1.682 1.682zm-4.295 7.738h2.613c.929 0 1.682-.753 1.682-1.682V5.58h2.783a.7.7 0 0 1 .682.716v4.294a4.197 4.197 0 0 1-4.093 4.293c-1.618-.04-3-.99-3.667-2.35Zm10.737-9.372a1.674 1.674 0 1 1-3.349 0 1.674 1.674 0 0 1 3.349 0m-2.238 9.488-.12-.002a5.2 5.2 0 0 0 .381-2.07V6.306a1.7 1.7 0 0 0-.15-.725h1.792c.39 0 .707.317.707.707v3.765a2.6 2.6 0 0 1-2.598 2.598z\'/><path d=\'M.682 3.349h6.822c.377 0 .682.305.682.682v6.822a.68.68 0 0 1-.682.682H.682A.68.68 0 0 1 0 10.853V4.03c0-.377.305-.682.682-.682Zm5.206 2.596v-.72h-3.59v.72h1.357V9.66h.87V5.945z\'/></svg>"}},{"terms":["real, world, mining, cart"],"label":"minecart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'minecart\'><path d=\'M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4m8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4M.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7z\'/></svg>"}},{"terms":["real, world, mining, cart"],"label":"minecart-loaded","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'minecart-loaded\'><path d=\'M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4m8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4M.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82 1.313 7h11.17l1.313-7z\'/><path fill-rule=\'evenodd\' d=\'M6 1a2.498 2.498 0 0 1 4 0c.818 0 1.545.394 2 1 .67 0 1.552.57 2 1h-2c-.314 0-.611-.15-.8-.4-.274-.365-.71-.6-1.2-.6-.314 0-.611-.15-.8-.4a1.497 1.497 0 0 0-2.4 0c-.189.25-.486.4-.8.4-.507 0-.955.251-1.228.638q-.136.194-.308.362H3c.13-.147.401-.432.562-.545a1.6 1.6 0 0 0 .393-.393A2.5 2.5 0 0 1 6 1\'/></svg>"}},{"terms":["devices, internet, cable"],"label":"modem","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'modem\'><path d=\'M5.5 1.5A1.5 1.5 0 0 1 7 0h2a1.5 1.5 0 0 1 1.5 1.5v11a1.5 1.5 0 0 1-1.404 1.497c.35.305.872.678 1.628 1.056A.5.5 0 0 1 10.5 16h-5a.5.5 0 0 1-.224-.947c.756-.378 1.277-.75 1.628-1.056A1.5 1.5 0 0 1 5.5 12.5zM7 1a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-11A.5.5 0 0 0 9 1z\'/><path d=\'M8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["devices, internet, cable"],"label":"modem-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'modem-fill\'><path d=\'M7 0a1.5 1.5 0 0 0-1.5 1.5v11a1.5 1.5 0 0 0 1.404 1.497c-.35.305-.872.678-1.628 1.056A.5.5 0 0 0 5.5 16h5a.5.5 0 0 0 .224-.947c-.756-.378-1.278-.75-1.628-1.056A1.5 1.5 0 0 0 10.5 12.5v-11A1.5 1.5 0 0 0 9 0zm1 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m0 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m.5 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M8 9a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1\'/></svg>"}},{"terms":["weather, water, droplets"],"label":"moisture","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'moisture\'><path d=\'M13.5 0a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V7.5h-1.5a.5.5 0 0 0 0 1H15v2.75h-.5a.5.5 0 0 0 0 1h.5V15h-1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V.5a.5.5 0 0 0-.5-.5zM7 1.5l.364-.343a.5.5 0 0 0-.728 0l-.002.002-.006.007-.022.023-.08.088a29 29 0 0 0-1.274 1.517c-.769.983-1.714 2.325-2.385 3.727C2.368 7.564 2 8.682 2 9.733 2 12.614 4.212 15 7 15s5-2.386 5-5.267c0-1.05-.368-2.169-.867-3.212-.671-1.402-1.616-2.744-2.385-3.727a29 29 0 0 0-1.354-1.605l-.022-.023-.006-.007-.002-.001zm0 0-.364-.343zm-.016.766L7 2.247l.016.019c.24.274.572.667.944 1.144.611.781 1.32 1.776 1.901 2.827H4.14c.58-1.051 1.29-2.046 1.9-2.827.373-.477.706-.87.945-1.144zM3 9.733c0-.755.244-1.612.638-2.496h6.724c.395.884.638 1.741.638 2.496C11 12.117 9.182 14 7 14s-4-1.883-4-4.267\'/></svg>"}},{"terms":["real, world, lunar, weather, night"],"label":"moon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'moon\'><path d=\'M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278M4.858 1.311A7.27 7.27 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.32 7.32 0 0 0 5.205-2.162q-.506.063-1.029.063c-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286\'/></svg>"}},{"terms":["weather, night, sky"],"label":"moon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'moon-fill\'><path d=\'M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278\'/></svg>"}},{"terms":["weather, night, sky"],"label":"moon-stars","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'moon-stars\'><path d=\'M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278M4.858 1.311A7.27 7.27 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.32 7.32 0 0 0 5.205-2.162q-.506.063-1.029.063c-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286\'/><path d=\'M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.73 1.73 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.73 1.73 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.73 1.73 0 0 0 1.097-1.097zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\'/></svg>"}},{"terms":["weather, night, sky"],"label":"moon-stars-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'moon-stars-fill\'><path d=\'M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278\'/><path d=\'M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.73 1.73 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.73 1.73 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.73 1.73 0 0 0 1.097-1.097zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\'/></svg>"}},{"terms":["real, world, graduation, cap"],"label":"mortarboard","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mortarboard\'><path d=\'M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917zM8 8.46 1.758 5.965 8 3.052l6.242 2.913z\'/><path d=\'M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46z\'/></svg>"}},{"terms":["real, world, graduation, cap"],"label":"mortarboard-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mortarboard-fill\'><path d=\'M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917z\'/><path d=\'M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466z\'/></svg>"}},{"terms":["devices, mobo, computer, hardware"],"label":"motherboard","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'motherboard\'><path d=\'M11.5 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5m-10 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zM5 3a1 1 0 0 0-1 1h-.5a.5.5 0 0 0 0 1H4v1h-.5a.5.5 0 0 0 0 1H4a1 1 0 0 0 1 1v.5a.5.5 0 0 0 1 0V8h1v.5a.5.5 0 0 0 1 0V8a1 1 0 0 0 1-1h.5a.5.5 0 0 0 0-1H9V5h.5a.5.5 0 0 0 0-1H9a1 1 0 0 0-1-1v-.5a.5.5 0 0 0-1 0V3H6v-.5a.5.5 0 0 0-1 0zm0 1h3v3H5zm6.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M1 2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 9H1V8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6H1V5H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 2zm1 11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1z\'/></svg>"}},{"terms":["devices, mobo, computer, hardware"],"label":"motherboard-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'motherboard-fill\'><path d=\'M5 7h3V4H5z\'/><path d=\'M1 2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 9H1V8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6H1V5H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 2zm11 .5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zm2 0a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zM3.5 10a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zM4 4h-.5a.5.5 0 0 0 0 1H4v1h-.5a.5.5 0 0 0 0 1H4a1 1 0 0 0 1 1v.5a.5.5 0 0 0 1 0V8h1v.5a.5.5 0 0 0 1 0V8a1 1 0 0 0 1-1h.5a.5.5 0 0 0 0-1H9V5h.5a.5.5 0 0 0 0-1H9a1 1 0 0 0-1-1v-.5a.5.5 0 0 0-1 0V3H6v-.5a.5.5 0 0 0-1 0V3a1 1 0 0 0-1 1m7 7.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["devices, mice, input"],"label":"mouse","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mouse\'><path d=\'M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3m4 8a4 4 0 0 1-8 0V5a4 4 0 1 1 8 0zM8 0a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5\'/></svg>"}},{"terms":["devices, mice, input"],"label":"mouse-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mouse-fill\'><path d=\'M3 5a5 5 0 0 1 10 0v6a5 5 0 0 1-10 0zm5.5-1.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["devices, mice, input"],"label":"mouse2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mouse2\'><path d=\'M3 5.188C3 2.341 5.22 0 8 0s5 2.342 5 5.188v5.625C13 13.658 10.78 16 8 16s-5-2.342-5-5.188V5.189zm4.5-4.155C5.541 1.289 4 3.035 4 5.188V5.5h3.5zm1 0V5.5H12v-.313c0-2.152-1.541-3.898-3.5-4.154M12 6.5H4v4.313C4 13.145 5.81 15 8 15s4-1.855 4-4.188z\'/></svg>"}},{"terms":["devices, mice, input"],"label":"mouse2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mouse2-fill\'><path d=\'M7.5.026C4.958.286 3 2.515 3 5.188V5.5h4.5zm1 0V5.5H13v-.312C13 2.515 11.042.286 8.5.026M13 6.5H3v4.313C3 13.658 5.22 16 8 16s5-2.342 5-5.188z\'/></svg>"}},{"terms":["devices, mice, input"],"label":"mouse3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mouse3\'><path d=\'M7 0q-.891.002-1.527.463c-.418.302-.717.726-.93 1.208C4.123 2.619 4 3.879 4 5.187v.504L3.382 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V5.186c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59C9.981.123 8.26 0 7 0m2.5 6.099V1.232c.51.11 1.008.267 1.46.49.596.293 1.099.694 1.455 1.24.355.543.585 1.262.585 2.225v1.69zm-1-5.025v4.803L5 5.099c.006-1.242.134-2.293.457-3.024.162-.366.363-.63.602-.801C6.292 1.105 6.593 1 7 1c.468 0 .98.018 1.5.074M5 6.124 13 7.9v2.912C13 13.145 11.19 15 9 15H7c-2.19 0-4-1.855-4-4.188V8.236a1.5 1.5 0 0 1 .83-1.342l.187-.093c.01.265.024.58.047.92.062.938.19 2.12.462 2.937a.5.5 0 1 0 .948-.316c-.227-.683-.35-1.75-.413-2.688a29 29 0 0 1-.06-1.528v-.002z\'/></svg>"}},{"terms":["devices, mice, input"],"label":"mouse3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'mouse3-fill\'><path d=\'M8.5.069A15 15 0 0 0 7 0q-.891.002-1.527.463c-.418.302-.717.726-.93 1.208-.386.873-.522 2.01-.54 3.206l4.497 1zM3.71 5.836 3.381 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V8.123l-9-2v.003l.008.353c.007.3.023.715.053 1.175.063.937.186 2.005.413 2.688a.5.5 0 1 1-.948.316c-.273-.817-.4-2-.462-2.937A30 30 0 0 1 4 6.003q0-.05.01-.1zM14 7.1V5.187c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59A7.5 7.5 0 0 0 9.5.212v5.887l4.5 1z\'/></svg>"}},{"terms":["media, music, notes, audio, sound"],"label":"music-note","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'music-note\'><path d=\'M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2\'/><path fill-rule=\'evenodd\' d=\'M9 3v10H8V3z\'/><path d=\'M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5z\'/></svg>"}},{"terms":["media, music, notes, audio, sound"],"label":"music-note-beamed","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'music-note-beamed\'><path d=\'M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13s1.12-2 2.5-2 2.5.896 2.5 2m9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2\'/><path fill-rule=\'evenodd\' d=\'M14 11V2h1v9zM6 3v10H5V3z\'/><path d=\'M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4z\'/></svg>"}},{"terms":["media, music, notes, audio, sound, playlist, library"],"label":"music-note-list","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'music-note-list\'><path d=\'M12 13c0 1.105-1.12 2-2.5 2S7 14.105 7 13s1.12-2 2.5-2 2.5.895 2.5 2\'/><path fill-rule=\'evenodd\' d=\'M12 3v10h-1V3z\'/><path d=\'M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1z\'/><path fill-rule=\'evenodd\' d=\'M0 11.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5m0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5m0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["devices, ipod, mp3"],"label":"music-player","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'music-player\'><path d=\'M4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm1 0v3h6V3zm3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/><path d=\'M11 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["devices, ipod, mp3"],"label":"music-player-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'music-player-fill\'><path d=\'M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm1 2h6a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m3 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6\'/></svg>"}},{"terms":["real, world, news, paper"],"label":"newspaper","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'newspaper\'><path d=\'M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5z\'/><path d=\'M2 3h10v2H2zm0 3h4v3H2zm0 4h4v1H2zm0 2h4v1H2zm5-6h2v1H7zm3 0h2v1h-2zM7 8h2v1H7zm3 0h2v1h-2zm-3 2h2v1H7zm3 0h2v1h-2zm-3 2h2v1H7zm3 0h2v1h-2z\'/></svg>"}},{"terms":["brand, gaming"],"label":"nintendo-switch","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'nintendo-switch\'><path d=\'M9.34 8.005c0-4.38.01-7.972.023-7.982C9.373.01 10.036 0 10.831 0c1.153 0 1.51.01 1.743.05 1.73.298 3.045 1.6 3.373 3.326.046.242.053.809.053 4.61 0 4.06.005 4.537-.123 4.976-.022.076-.048.15-.08.242a4.14 4.14 0 0 1-3.426 2.767c-.317.033-2.889.046-2.978.013-.05-.02-.053-.752-.053-7.979m4.675.269a1.62 1.62 0 0 0-1.113-1.034 1.61 1.61 0 0 0-1.938 1.073 1.9 1.9 0 0 0-.014.935 1.63 1.63 0 0 0 1.952 1.107c.51-.136.908-.504 1.11-1.028.11-.285.113-.742.003-1.053M3.71 3.317c-.208.04-.526.199-.695.348-.348.301-.52.729-.494 1.232.013.262.03.332.136.544.155.321.39.556.712.715.222.11.278.123.567.133.261.01.354 0 .53-.06.719-.242 1.153-.94 1.03-1.656-.142-.852-.95-1.422-1.786-1.256\'/><path d=\'M3.425.053a4.14 4.14 0 0 0-3.28 3.015C0 3.628-.01 3.956.005 8.3c.01 3.99.014 4.082.08 4.39.368 1.66 1.548 2.844 3.224 3.235.22.05.497.06 2.29.07 1.856.012 2.048.009 2.097-.04.05-.05.053-.69.053-7.94 0-5.374-.01-7.906-.033-7.952-.033-.06-.09-.063-2.03-.06-1.578.004-2.052.014-2.26.05Zm3 14.665-1.35-.016c-1.242-.013-1.375-.02-1.623-.083a2.81 2.81 0 0 1-2.08-2.167c-.074-.335-.074-8.579-.004-8.907a2.85 2.85 0 0 1 1.716-2.05c.438-.176.64-.196 2.058-.2l1.282-.003v13.426Z\'/></svg>"}},{"terms":["graphics, add, new, node, diagram"],"label":"node-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'node-minus\'><path fill-rule=\'evenodd\' d=\'M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8M6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM8 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 8 8\'/></svg>"}},{"terms":["graphics, add, new, node, diagram"],"label":"node-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'node-minus-fill\'><path fill-rule=\'evenodd\' d=\'M16 8a5 5 0 0 1-9.975.5H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025A5 5 0 0 1 16 8m-2 0a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5A.5.5 0 0 0 14 8\'/></svg>"}},{"terms":["graphics, add, new, node, diagram"],"label":"node-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'node-plus\'><path fill-rule=\'evenodd\' d=\'M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8M6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5zM11 5a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 11 5M1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["graphics, add, new, node, diagram"],"label":"node-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'node-plus-fill\'><path d=\'M11 13a5 5 0 1 0-4.975-5.5H4A1.5 1.5 0 0 0 2.5 6h-1A1.5 1.5 0 0 0 0 7.5v1A1.5 1.5 0 0 0 1.5 10h1A1.5 1.5 0 0 0 4 8.5h2.025A5 5 0 0 0 11 13m.5-7.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"noise-reduction","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'noise-reduction\'><path d=\'M13 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m.5-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-5 7a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1.5-1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-3 5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m.5-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1 8a7 7 0 0 1 12.83-3.875.5.5 0 1 0 .15.235q.197.322.359.667a.5.5 0 1 0 .359.932q.201.658.27 1.364a.5.5 0 1 0 .021.282 7 7 0 0 1-.091 1.592.5.5 0 1 0-.172.75 7 7 0 0 1-.418 1.091.5.5 0 0 0-.3.555 7 7 0 0 1-.296.454.5.5 0 0 0-.712.453c0 .111.036.214.098.297a7 7 0 0 1-.3.3.5.5 0 0 0-.75.614 7 7 0 0 1-.455.298.5.5 0 0 0-.555.3 7 7 0 0 1-1.092.417.5.5 0 1 0-.749.172 7 7 0 0 1-1.592.091.5.5 0 1 0-.282-.021 7 7 0 0 1-1.364-.27A.498.498 0 0 0 5.5 14a.5.5 0 0 0-.473.339 7 7 0 0 1-.668-.36A.5.5 0 0 0 5 13.5a.5.5 0 1 0-.875.33A7 7 0 0 1 1 8\'/></svg>"}},{"terms":["tools, nut, bolt, hexagon, tools"],"label":"nut","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'nut\'><path d=\'m11.42 2 3.428 6-3.428 6H4.58L1.152 8 4.58 2zM4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1z\'/><path d=\'M6.848 5.933a2.5 2.5 0 1 0 2.5 4.33 2.5 2.5 0 0 0-2.5-4.33m-1.78 3.915a3.5 3.5 0 1 1 6.061-3.5 3.5 3.5 0 0 1-6.062 3.5z\'/></svg>"}},{"terms":["tools, nut, bolt, hexagon, tools"],"label":"nut-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'nut-fill\'><path d=\'M4.58 1a1 1 0 0 0-.868.504l-3.428 6a1 1 0 0 0 0 .992l3.428 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.429-6a1 1 0 0 0 0-.992l-3.429-6A1 1 0 0 0 11.42 1zm5.018 9.696a3 3 0 1 1-3-5.196 3 3 0 0 1 3 5.196\'/></svg>"}},{"terms":["brand, gpu"],"label":"nvidia","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'nvidia\'><path d=\'M1.635 7.146S3.08 5.012 5.97 4.791v-.774C2.77 4.273 0 6.983 0 6.983s1.57 4.536 5.97 4.952v-.824c-3.23-.406-4.335-3.965-4.335-3.965M5.97 9.475v.753c-2.44-.435-3.118-2.972-3.118-2.972S4.023 5.958 5.97 5.747v.828h-.004c-1.021-.123-1.82.83-1.82.83s.448 1.607 1.824 2.07M6 2l-.03 2.017A7 7 0 0 1 6.252 4c3.637-.123 6.007 2.983 6.007 2.983s-2.722 3.31-5.557 3.31q-.39-.002-.732-.065v.883q.292.039.61.04c2.638 0 4.546-1.348 6.394-2.943.307.246 1.561.842 1.819 1.104-1.757 1.47-5.852 2.657-8.173 2.657a7 7 0 0 1-.65-.034V14H16l.03-12zm-.03 3.747v-.956a6 6 0 0 1 .282-.015c2.616-.082 4.332 2.248 4.332 2.248S8.73 9.598 6.743 9.598c-.286 0-.542-.046-.773-.123v-2.9c1.018.123 1.223.572 1.835 1.593L9.167 7.02s-.994-1.304-2.67-1.304a5 5 0 0 0-.527.031\'/></svg>"}},{"terms":["devices, ssd, hard, drive, hard, disk, storage"],"label":"nvme","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'nvme\'><path d=\'M1.5 4.5A.5.5 0 0 1 2 4h13.5a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-.5.5.5.5 0 0 0 0 1 .5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5h-1A.5.5 0 0 1 0 11V7.5A.5.5 0 0 1 .5 7h1a.25.25 0 0 0 0-.5h-1A.5.5 0 0 1 0 6V5a.5.5 0 0 1 .5-.5zm1 .5a.5.5 0 0 1-.5.5h-.5a1.25 1.25 0 1 1 0 2.5H1v2.5h1a.5.5 0 0 1 .5.5H15V9.415a1.5 1.5 0 0 1 0-2.83V5z\'/><path d=\'M4 6.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zM5 7v2h1V7zm3-.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5zM9 7v2h3V7z\'/></svg>"}},{"terms":["devices, ssd, hard, drive, hard, disk, storage"],"label":"nvme-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'nvme-fill\'><path d=\'M6 7H5v2h1zm6 0H9v2h3z\'/><path d=\'M2 4a.5.5 0 0 0-.5.5h-1A.5.5 0 0 0 0 5v1a.5.5 0 0 0 .5.5h1a.25.25 0 0 1 0 .5h-1a.5.5 0 0 0-.5.5V11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5.5h13.5a.5.5 0 0 0 .5-.5V9a.5.5 0 0 0-.5-.5.5.5 0 0 1 0-1A.5.5 0 0 0 16 7V4.5a.5.5 0 0 0-.5-.5zm2 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"octagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'octagon\'><path d=\'M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"octagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'octagon-fill\'><path d=\'M11.107 0a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146A.5.5 0 0 1 4.893 0z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"octagon-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'octagon-half\'><path d=\'M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM8 15h2.9l4.1-4.1V5.1L10.9 1H8z\'/></svg>"}},{"terms":["brand, social"],"label":"opencollective","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'opencollective\'><path fill-opacity=\'.4\' d=\'M12.995 8.195c0 .937-.312 1.912-.78 2.693l1.99 1.99c.976-1.327 1.6-2.966 1.6-4.683 0-1.795-.624-3.434-1.561-4.76l-2.068 2.028c.468.781.78 1.679.78 2.732z\'/><path d=\'M8 13.151a4.995 4.995 0 1 1 0-9.99c1.015 0 1.951.273 2.732.82l1.95-2.03a7.805 7.805 0 1 0 .04 12.449l-1.951-2.03a5.07 5.07 0 0 1-2.732.781z\'/></svg>"}},{"terms":["devices, port, plug, sound"],"label":"optical-audio","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'optical-audio\'><path d=\'M8 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/><path d=\'M4.5 9a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0M8 6.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5\'/><path d=\'M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-3.05a2.5 2.5 0 0 0 0-4.9V4.5a.5.5 0 0 0-.146-.354l-2-2A.5.5 0 0 0 11.5 2h-7a.5.5 0 0 0-.354.146l-2 2A.5.5 0 0 0 2 4.5v2.05a2.5 2.5 0 0 0 0 4.9zm1-.5v-3a.5.5 0 0 0-.5-.5 1.5 1.5 0 1 1 0-3A.5.5 0 0 0 3 7V4.707L4.707 3h6.586L13 4.707V7a.5.5 0 0 0 .5.5 1.5 1.5 0 0 1 0 3 .5.5 0 0 0-.5.5v3z\'/></svg>"}},{"terms":["devices, port, plug, sound"],"label":"optical-audio-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'optical-audio-fill\'><path d=\'M8 6a3 3 0 1 1 0 6 3 3 0 0 1 0-6m1 3a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/><path d=\'M2.5 15a.5.5 0 0 1-.5-.5v-3.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 1 .146-.354l2-2A.5.5 0 0 1 4.5 2h7a.5.5 0 0 1 .354.146l2 2A.5.5 0 0 1 14 4.5v2.05a2.5 2.5 0 0 1 0 4.9v3.05a.5.5 0 0 1-.5.5zM8 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8\'/></svg>"}},{"terms":["ui, and, keyboard, key, mac"],"label":"option","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'option\'><path d=\'M1 2.5a.5.5 0 0 1 .5-.5h3.797a.5.5 0 0 1 .439.26L11 13h3.5a.5.5 0 0 1 0 1h-3.797a.5.5 0 0 1-.439-.26L5 3H1.5a.5.5 0 0 1-.5-.5m10 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["real, world, plug, power"],"label":"outlet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'outlet\'><path d=\'M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494.578.708 1.84 2.534 1.84 5.006s-1.262 4.297-1.84 5.006c-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8s1.262-4.297 1.84-5.006m1.074.506a.38.38 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8s1.099 3.74 1.615 4.374c.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126.516-.633 1.615-2.237 1.615-4.374s-1.099-3.74-1.615-4.374a.38.38 0 0 0-.3-.126h-7.17z\'/><path d=\'M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5M7 10v1h2v-1a1 1 0 0 0-2 0\'/></svg>"}},{"terms":["shapes, parking"],"label":"p-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'p-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.5 4.002h2.962C10.045 4.002 11 5.104 11 6.586c0 1.494-.967 2.578-2.55 2.578H6.784V12H5.5zm2.77 4.072c.893 0 1.419-.545 1.419-1.488s-.526-1.482-1.42-1.482H6.778v2.97z\'/></svg>"}},{"terms":["shapes, parking"],"label":"p-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'p-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.5 4.002V12h1.283V9.164h1.668C10.033 9.164 11 8.08 11 6.586c0-1.482-.955-2.584-2.538-2.584zm2.77 4.072c.893 0 1.419-.545 1.419-1.488s-.526-1.482-1.42-1.482H6.778v2.97z\'/></svg>"}},{"terms":["shapes, parking"],"label":"p-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'p-square\'><path d=\'M5.5 4.002h2.962C10.045 4.002 11 5.104 11 6.586c0 1.494-.967 2.578-2.55 2.578H6.784V12H5.5zm2.77 4.072c.893 0 1.419-.545 1.419-1.488s-.526-1.482-1.42-1.482H6.778v2.97z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, parking"],"label":"p-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'p-square-fill\'><path d=\'M8.27 8.074c.893 0 1.419-.545 1.419-1.488s-.526-1.482-1.42-1.482H6.778v2.97z\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.5 4.002h2.962C10.045 4.002 11 5.104 11 6.586c0 1.494-.967 2.578-2.55 2.578H6.784V12H5.5z\'/></svg>"}},{"terms":["graphics, color, paint, fill, palette"],"label":"paint-bucket","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'paint-bucket\'><path d=\'M6.192 2.78c-.458-.677-.927-1.248-1.35-1.643a3 3 0 0 0-.71-.515c-.217-.104-.56-.205-.882-.02-.367.213-.427.63-.43.896-.003.304.064.664.173 1.044.196.687.556 1.528 1.035 2.402L.752 8.22c-.277.277-.269.656-.218.918.055.283.187.593.36.903.348.627.92 1.361 1.626 2.068.707.707 1.441 1.278 2.068 1.626.31.173.62.305.903.36.262.05.64.059.918-.218l5.615-5.615c.118.257.092.512.05.939-.03.292-.068.665-.073 1.176v.123h.003a1 1 0 0 0 1.993 0H14v-.057a1 1 0 0 0-.004-.117c-.055-1.25-.7-2.738-1.86-3.494a4 4 0 0 0-.211-.434c-.349-.626-.92-1.36-1.627-2.067S8.857 3.052 8.23 2.704c-.31-.172-.62-.304-.903-.36-.262-.05-.64-.058-.918.219zM4.16 1.867c.381.356.844.922 1.311 1.632l-.704.705c-.382-.727-.66-1.402-.813-1.938a3.3 3.3 0 0 1-.131-.673q.137.09.337.274m.394 3.965c.54.852 1.107 1.567 1.607 2.033a.5.5 0 1 0 .682-.732c-.453-.422-1.017-1.136-1.564-2.027l1.088-1.088q.081.181.183.365c.349.627.92 1.361 1.627 2.068.706.707 1.44 1.278 2.068 1.626q.183.103.365.183l-4.861 4.862-.068-.01c-.137-.027-.342-.104-.608-.252-.524-.292-1.186-.8-1.846-1.46s-1.168-1.32-1.46-1.846c-.147-.265-.225-.47-.251-.607l-.01-.068zm2.87-1.935a2.4 2.4 0 0 1-.241-.561c.135.033.324.11.562.241.524.292 1.186.8 1.846 1.46.45.45.83.901 1.118 1.31a3.5 3.5 0 0 0-1.066.091 11 11 0 0 1-.76-.694c-.66-.66-1.167-1.322-1.458-1.847z\'/></svg>"}},{"terms":["graphics, color, paint, fill, palette"],"label":"palette","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'palette\'><path d=\'M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/><path d=\'M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8m-8 7c.611 0 .654-.171.655-.176.078-.146.124-.464.07-1.119-.014-.168-.037-.37-.061-.591-.052-.464-.112-1.005-.118-1.462-.01-.707.083-1.61.704-2.314.369-.417.845-.578 1.272-.618.404-.038.812.026 1.16.104.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7\'/></svg>"}},{"terms":["graphics, color, paint, fill, palette"],"label":"palette-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'palette-fill\'><path d=\'M12.433 10.07C14.133 10.585 16 11.15 16 8a8 8 0 1 0-8 8c1.996 0 1.826-1.504 1.649-3.08-.124-1.101-.252-2.237.351-2.92.465-.527 1.42-.237 2.433.07M8 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m4.5 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["graphics, color, paint, fill, palette"],"label":"palette2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'palette2\'><path d=\'M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a3 3 0 0 1-2.121-.879A3 3 0 0 1 0 13.044m6-.21 7.328-7.3-2.829-2.828L6 7.188zM4.5 13a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0M15 15v-4H9.258l-4.015 4zM0 .5v12.495zm0 12.495V13z\'/></svg>"}},{"terms":["real, world, attachment"],"label":"paperclip","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'paperclip\'><path d=\'M4.5 3a2.5 2.5 0 0 1 5 0v9a1.5 1.5 0 0 1-3 0V5a.5.5 0 0 1 1 0v7a.5.5 0 0 0 1 0V3a1.5 1.5 0 1 0-3 0v9a2.5 2.5 0 0 0 5 0V5a.5.5 0 0 1 1 0v7a3.5 3.5 0 1 1-7 0z\'/></svg>"}},{"terms":["typography, paragraph, text, body, content"],"label":"paragraph","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'paragraph\'><path d=\'M10.5 15a.5.5 0 0 1-.5-.5V2H9v12.5a.5.5 0 0 1-1 0V9H7a4 4 0 1 1 0-8h5.5a.5.5 0 0 1 0 1H11v12.5a.5.5 0 0 1-.5.5\'/></svg>"}},{"terms":["real, world, pass"],"label":"pass","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pass\'><path d=\'M5.5 5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\'/><path d=\'M8 2a2 2 0 0 0 2-2h2.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13A1.5 1.5 0 0 1 3.5 0H6a2 2 0 0 0 2 2m0 1a3 3 0 0 1-2.83-2H3.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-1.67A3 3 0 0 1 8 3\'/></svg>"}},{"terms":["real, world, pass"],"label":"pass-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pass-fill\'><path d=\'M10 0a2 2 0 1 1-4 0H3.5A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0zM4.5 5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1m0 2h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["travel, visa, foreign"],"label":"passport","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'passport\'><path d=\'M8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6M6 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0m-.5 4a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z\'/><path d=\'M3.232 1.776A1.5 1.5 0 0 0 2 3.252v10.95c0 .445.191.838.49 1.11.367.422.908.688 1.51.688h8a2 2 0 0 0 2-2V4a2 2 0 0 0-1-1.732v-.47A1.5 1.5 0 0 0 11.232.321l-8 1.454ZM4 3h8a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["travel, visa, foreign"],"label":"passport-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'passport-fill\'><path d=\'M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4\'/><path d=\'M2 3.252a1.5 1.5 0 0 1 1.232-1.476l8-1.454A1.5 1.5 0 0 1 13 1.797v.47A2 2 0 0 1 14 4v10a2 2 0 0 1-2 2H4a2 2 0 0 1-1.51-.688 1.5 1.5 0 0 1-.49-1.11V3.253ZM5 8a3 3 0 1 0 6 0 3 3 0 0 0-6 0m0 4.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["badges, verified, checkmark, certified"],"label":"patch-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-check\'><path fill-rule=\'evenodd\' d=\'M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z\'/></svg>"}},{"terms":["badges, verified, checkmark, certified"],"label":"patch-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-check-fill\'><path d=\'M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01zm.287 5.984-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["badges, excited, certified"],"label":"patch-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-exclamation\'><path d=\'M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0z\'/><path d=\'m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z\'/></svg>"}},{"terms":["badges, excited, certified"],"label":"patch-exclamation-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-exclamation-fill\'><path d=\'M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2\'/></svg>"}},{"terms":["badges, subtract"],"label":"patch-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-minus\'><path fill-rule=\'evenodd\' d=\'M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/><path d=\'m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z\'/></svg>"}},{"terms":["badges, subtract"],"label":"patch-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-minus-fill\'><path d=\'M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["badges, add"],"label":"patch-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-plus\'><path fill-rule=\'evenodd\' d=\'M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5\'/><path d=\'m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z\'/></svg>"}},{"terms":["badges, add"],"label":"patch-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-plus-fill\'><path d=\'M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["badges, help"],"label":"patch-question","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-question\'><path d=\'M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.7 1.7 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745\'/><path d=\'m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z\'/><path d=\'M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0\'/></svg>"}},{"terms":["badges, help"],"label":"patch-question-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'patch-question-fill\'><path d=\'M5.933.87a2.89 2.89 0 0 1 4.134 0l.622.638.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01zM7.002 11a1 1 0 1 0 2 0 1 1 0 0 0-2 0m1.602-2.027c.04-.534.198-.815.846-1.26.674-.475 1.05-1.09 1.05-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.7 1.7 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745.336 0 .504-.24.554-.627\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"pause","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pause\'><path d=\'M6 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"pause-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pause-btn\'><path d=\'M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5m3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"pause-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pause-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m6.25-7C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5m3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"pause-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pause-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"pause-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pause-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5m3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"pause-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pause-fill\'><path d=\'M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5m5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5\'/></svg>"}},{"terms":["brand, social"],"label":"paypal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'paypal\'><path d=\'M14.06 3.713c.12-1.071-.093-1.832-.702-2.526C12.628.356 11.312 0 9.626 0H4.734a.7.7 0 0 0-.691.59L2.005 13.509a.42.42 0 0 0 .415.486h2.756l-.202 1.28a.628.628 0 0 0 .62.726H8.14c.429 0 .793-.31.862-.731l.025-.13.48-3.043.03-.164.001-.007a.35.35 0 0 1 .348-.297h.38c1.266 0 2.425-.256 3.345-.91q.57-.403.993-1.005a4.94 4.94 0 0 0 .88-2.195c.242-1.246.13-2.356-.57-3.154a2.7 2.7 0 0 0-.76-.59l-.094-.061ZM6.543 8.82a.7.7 0 0 1 .321-.079H8.3c2.82 0 5.027-1.144 5.672-4.456l.003-.016q.326.186.548.438c.546.623.679 1.535.45 2.71-.272 1.397-.866 2.307-1.663 2.874-.802.57-1.842.815-3.043.815h-.38a.87.87 0 0 0-.863.734l-.03.164-.48 3.043-.024.13-.001.004a.35.35 0 0 1-.348.296H5.595a.106.106 0 0 1-.105-.123l.208-1.32z\'/></svg>"}},{"terms":["devices, computer, workstation, desktop"],"label":"pc","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pc\'><path d=\'M5 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm.5 14a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1M5 1.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5M5.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["devices, computer, workstation, desktop"],"label":"pc-display","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pc-display\'><path d=\'M8 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1zm1 13.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0M9.5 1a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM9 3.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5M1.5 2A1.5 1.5 0 0 0 0 3.5v7A1.5 1.5 0 0 0 1.5 12H6v2h-.5a.5.5 0 0 0 0 1H7v-4H1.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5H7V2z\'/></svg>"}},{"terms":["devices, computer, workstation, desktop"],"label":"pc-display-horizontal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pc-display-horizontal\'><path d=\'M1.5 0A1.5 1.5 0 0 0 0 1.5v7A1.5 1.5 0 0 0 1.5 10H6v1H1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5v-1h4.5A1.5 1.5 0 0 0 16 8.5v-7A1.5 1.5 0 0 0 14.5 0zm0 1h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5M12 12.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0m2 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0M1.5 12h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1M1 14.25a.25.25 0 0 1 .25-.25h5.5a.25.25 0 1 1 0 .5h-5.5a.25.25 0 0 1-.25-.25\'/></svg>"}},{"terms":["devices, computer, workstation, desktop"],"label":"pc-horizontal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pc-horizontal\'><path d=\'M1 6a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm11.5 1a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1M1 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5M1.25 9h5.5a.25.25 0 0 1 0 .5h-5.5a.25.25 0 0 1 0-.5\'/></svg>"}},{"terms":["devices, card, expansion"],"label":"pci-card","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pci-card\'><path d=\'M0 1.5A.5.5 0 0 1 .5 1h1a.5.5 0 0 1 .5.5V4h13.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H2v2.5a.5.5 0 0 1-1 0V2H.5a.5.5 0 0 1-.5-.5\'/><path d=\'M3 12.5h3.5v1a.5.5 0 0 1-.5.5H3.5a.5.5 0 0 1-.5-.5zm4 0h4v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["devices, card, expansion, ethernet, wifi, internet"],"label":"pci-card-network","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pci-card-network\'><path d=\'M6.5 9.5v-2h.214a.5.5 0 0 0 .5-.5v-.5h2.572V7a.5.5 0 0 0 .5.5h.214v2z\'/><path d=\'M0 1.5A.5.5 0 0 1 .5 1h1a.5.5 0 0 1 .5.5V4h13.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H2v2.5a.5.5 0 0 1-1 0V2H.5a.5.5 0 0 1-.5-.5m6.714 4a.5.5 0 0 0-.5.5v.5H6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5h-.214V6a.5.5 0 0 0-.5-.5z\'/><path d=\'M3 12.5h3.5v1a.5.5 0 0 1-.5.5H3.5a.5.5 0 0 1-.5-.5zm8 0H7v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5z\'/></svg>"}},{"terms":["devices, card, expansion, audio"],"label":"pci-card-sound","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pci-card-sound\'><path d=\'M7.562 7.39 8 7.04v1.92l-.438-.35a.5.5 0 0 0-.312-.11H6.5v-1h.75a.5.5 0 0 0 .312-.11\'/><path d=\'M.5 1a.5.5 0 0 0 0 1H1v12.5a.5.5 0 0 0 1 0V12h13.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H2V1.5a.5.5 0 0 0-.5-.5zm11.619 3.881q.15.173.28.367c.484.726.768 1.7.768 2.752s-.284 2.026-.768 2.752q-.13.195-.28.367l-.71-.71q.082-.096.158-.212c.36-.54.6-1.315.6-2.197s-.24-1.657-.6-2.198a3 3 0 0 0-.157-.212zm-1.375 4.863L10 9c.057 0 .17-.035.291-.217.12-.178.209-.454.209-.783 0-.33-.09-.605-.209-.783C10.17 7.035 10.057 7 10 7l.744-.744c.15.113.278.254.38.406.242.364.376.839.376 1.338s-.134.974-.377 1.338a1.7 1.7 0 0 1-.379.406M9 6v4a.5.5 0 0 1-.812.39L7.075 9.5H6a.5.5 0 0 1-.5-.5V7a.5.5 0 0 1 .5-.5h1.075l1.113-.89A.5.5 0 0 1 9 6\'/><path d=\'M6.5 12.5H3v1a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 .5-.5zm.5 1v-1h4v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["miscellaneous, peace, love"],"label":"peace","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'peace\'><path d=\'M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793zm1 0v6.775l4.79 4.79A7 7 0 0 0 8.5 1.018m4.084 12.273L8.5 9.207v5.775a6.97 6.97 0 0 0 4.084-1.691M7.5 14.982V9.207l-4.084 4.084A6.97 6.97 0 0 0 7.5 14.982M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8\'/></svg>"}},{"terms":["miscellaneous, peace, love"],"label":"peace-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'peace-fill\'><path d=\'M14 13.292A8 8 0 0 0 8.5.015v7.778zm-.708.708L8.5 9.206v6.778a7.97 7.97 0 0 0 4.792-1.986zM7.5 15.985V9.207L2.708 14A7.97 7.97 0 0 0 7.5 15.985M2 13.292A8 8 0 0 1 7.5.015v7.778z\'/></svg>"}},{"terms":["tools, edit, write, ballpoint"],"label":"pen","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pen\'><path d=\'m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001m-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708z\'/></svg>"}},{"terms":["tools, edit, write, ballpoint"],"label":"pen-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pen-fill\'><path d=\'m13.498.795.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001\'/></svg>"}},{"terms":["tools, edit, write"],"label":"pencil","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pencil\'><path d=\'M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325\'/></svg>"}},{"terms":["tools, edit, write"],"label":"pencil-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pencil-fill\'><path d=\'M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11z\'/></svg>"}},{"terms":["tools, edit, write"],"label":"pencil-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pencil-square\'><path d=\'M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z\'/><path fill-rule=\'evenodd\' d=\'M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"pentagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pentagon\'><path d=\'M7.685 1.545a.5.5 0 0 1 .63 0l6.263 5.088a.5.5 0 0 1 .161.539l-2.362 7.479a.5.5 0 0 1-.476.349H4.099a.5.5 0 0 1-.476-.35L1.26 7.173a.5.5 0 0 1 .161-.54l6.263-5.087Zm8.213 5.28a.5.5 0 0 0-.162-.54L8.316.257a.5.5 0 0 0-.631 0L.264 6.286a.5.5 0 0 0-.162.538l2.788 8.827a.5.5 0 0 0 .476.349h9.268a.5.5 0 0 0 .476-.35l2.788-8.826Z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"pentagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pentagon-fill\'><path d=\'M7.685.256a.5.5 0 0 1 .63 0l7.421 6.03a.5.5 0 0 1 .162.538l-2.788 8.827a.5.5 0 0 1-.476.349H3.366a.5.5 0 0 1-.476-.35L.102 6.825a.5.5 0 0 1 .162-.538l7.42-6.03Z\'/></svg>"}},{"terms":["shapes, shape, polygon"],"label":"pentagon-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pentagon-half\'><path d=\'m8 1.288 6.578 5.345a.5.5 0 0 1 .161.539l-2.362 7.479a.5.5 0 0 1-.476.349H8zm7.898 5.536a.5.5 0 0 0-.162-.538L8.316.256a.5.5 0 0 0-.631 0L.264 6.286a.5.5 0 0 0-.162.538l2.788 8.827a.5.5 0 0 0 .476.349h9.268a.5.5 0 0 0 .476-.35z\'/></svg>"}},{"terms":["people, member, humans, organization, avatar, users, profile"],"label":"people","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'people\'><path d=\'M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.978-1L7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a6 6 0 0 0-1.23-.247A7 7 0 0 0 5 9c-4 0-5 3-5 4q0 1 1 1h4.216A2.24 2.24 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.5 5.5 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4\'/></svg>"}},{"terms":["people, member, humans, organization, avatar, user, account, profile"],"label":"person-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-circle\'><path d=\'M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path fill-rule=\'evenodd\' d=\'M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1\'/></svg>"}},{"terms":["people, member, humans, organization, avatar, users, profile"],"label":"people-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'people-fill\'><path d=\'M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5\'/></svg>"}},{"terms":["typography, percentage, math, fraction"],"label":"percent","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'percent\'><path d=\'M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0M4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account, profile"],"label":"person","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person\'><path d=\'M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-add","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-add\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0m-2-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/></svg>"}},{"terms":["people, human, man, woman"],"label":"person-arms-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-arms-up\'><path d=\'M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/><path d=\'m5.93 6.704-.846 8.451a.768.768 0 0 0 1.523.203l.81-4.865a.59.59 0 0 1 1.165 0l.81 4.865a.768.768 0 0 0 1.523-.203l-.845-8.451A1.5 1.5 0 0 1 10.5 5.5L13 2.284a.796.796 0 0 0-1.239-.998L9.634 3.84a.7.7 0 0 1-.33.235c-.23.074-.665.176-1.304.176-.64 0-1.074-.102-1.305-.176a.7.7 0 0 1-.329-.235L4.239 1.286a.796.796 0 0 0-1.24.998l2.5 3.216c.317.316.475.758.43 1.204Z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, badge, id, card, account, profile"],"label":"person-badge","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-badge\'><path d=\'M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, badge, id, card, account"],"label":"person-badge-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-badge-fill\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6m5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, crop, account, profile"],"label":"person-bounding-box","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-bounding-box\'><path d=\'M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5M.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5m15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5\'/><path d=\'M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm8-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, verified, account, profile"],"label":"person-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-check\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, verified, account"],"label":"person-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-check-fill\'><path fill-rule=\'evenodd\' d=\'M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0\'/><path d=\'M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, remove, delete, account"],"label":"person-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m0-7a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, remove, delete, account"],"label":"person-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-dash-fill\'><path fill-rule=\'evenodd\' d=\'M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5\'/><path d=\'M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-down\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V10.5a.5.5 0 0 0-1 0v2.793l-.646-.647a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-exclamation\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account, profile"],"label":"person-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill\'><path d=\'M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-add","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-add\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0m-2-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-check","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-check\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-dash","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-dash\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M11 12h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m0-7a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-down","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-down\'><path d=\'M12.5 9a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m.354 5.854 1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V10.5a.5.5 0 0 0-1 0v2.793l-.646-.647a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-exclamation","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-exclamation\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-gear","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-gear\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4m9.886-3.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-lock","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-lock\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5v-1a2 2 0 0 1 .01-.2 4.49 4.49 0 0 1 1.534-3.693Q8.844 9.002 8 9c-5 0-6 3-6 4m7 0a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-slash","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-slash\'><path d=\'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95ZM11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-up","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-up\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M2 13c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-fill-x","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-fill-x\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-gear","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-gear\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account, love, valentine, romance"],"label":"person-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-heart\'><path d=\'M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h10s1 0 1-1-1-4-6-4-6 3-6 4m13.5-8.09c1.387-1.425 4.855 1.07 0 4.277-4.854-3.207-1.387-5.702 0-4.276Z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account, love, valentine, romance"],"label":"person-hearts","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-hearts\'><path fill-rule=\'evenodd\' d=\'M11.5 1.246c.832-.855 2.913.642 0 2.566-2.913-1.924-.832-3.421 0-2.566M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h10s1 0 1-1-1-4-6-4-6 3-6 4m13.5-8.09c1.387-1.425 4.855 1.07 0 4.277-4.854-3.207-1.387-5.702 0-4.276ZM15 2.165c.555-.57 1.942.428 0 1.711-1.942-1.283-.555-2.281 0-1.71Z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, contact, list, account, profile"],"label":"person-lines-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-lines-fill\'><path d=\'M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-lock\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 5.996V14H3s-1 0-1-1 1-4 6-4q.845.002 1.544.107a4.5 4.5 0 0 0-.803.918A11 11 0 0 0 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664zM9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, new, add, account"],"label":"person-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-plus\'><path d=\'M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z\'/><path fill-rule=\'evenodd\' d=\'M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, new, add, account"],"label":"person-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-plus-fill\'><path d=\'M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/><path fill-rule=\'evenodd\' d=\'M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["people, human, man, woman, question, help"],"label":"person-raised-hand","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-raised-hand\'><path d=\'M6 6.207v9.043a.75.75 0 0 0 1.5 0V10.5a.5.5 0 0 1 1 0v4.75a.75.75 0 0 0 1.5 0v-8.5a.25.25 0 1 1 .5 0v2.5a.75.75 0 0 0 1.5 0V6.5a3 3 0 0 0-3-3H6.236a1 1 0 0 1-.447-.106l-.33-.165A.83.83 0 0 1 5 2.488V.75a.75.75 0 0 0-1.5 0v2.083c0 .715.404 1.37 1.044 1.689L5.5 5c.32.32.5.754.5 1.207\'/><path d=\'M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account, contact"],"label":"person-rolodex","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-rolodex\'><path d=\'M8 9.05a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5\'/><path d=\'M1 1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h.5a.5.5 0 0 0 .5-.5.5.5 0 0 1 1 0 .5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5.5.5 0 0 1 1 0 .5.5 0 0 0 .5.5h.5a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H6.707L6 1.293A1 1 0 0 0 5.293 1zm0 1h4.293L6 2.707A1 1 0 0 0 6.707 3H15v10h-.085a1.5 1.5 0 0 0-2.4-.63C11.885 11.223 10.554 10 8 10c-2.555 0-3.886 1.224-4.514 2.37a1.5 1.5 0 0 0-2.4.63H1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-slash\'><path d=\'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95ZM11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account, profile"],"label":"person-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-square\'><path d=\'M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["people, human, man, woman"],"label":"person-standing","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-standing\'><path d=\'M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M6 6.75v8.5a.75.75 0 0 0 1.5 0V10.5a.5.5 0 0 1 1 0v4.75a.75.75 0 0 0 1.5 0v-8.5a.25.25 0 1 1 .5 0v2.5a.75.75 0 0 0 1.5 0V6.5a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v2.75a.75.75 0 0 0 1.5 0v-2.5a.25.25 0 0 1 .5 0\'/></svg>"}},{"terms":["people, human, man, woman"],"label":"person-standing-dress","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-standing-dress\'><path d=\'M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-.5 12.25V12h1v3.25a.75.75 0 0 0 1.5 0V12h1l-1-5v-.215a.285.285 0 0 1 .56-.078l.793 2.777a.711.711 0 1 0 1.364-.405l-1.065-3.461A3 3 0 0 0 8.784 3.5H7.216a3 3 0 0 0-2.868 2.118L3.283 9.079a.711.711 0 1 0 1.365.405l.793-2.777a.285.285 0 0 1 .56.078V7l-1 5h1v3.25a.75.75 0 0 0 1.5 0Z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, account"],"label":"person-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-up\'><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.854 1.5 1.5a.5.5 0 0 1-.708.708L13 11.707V14.5a.5.5 0 0 1-1 0v-2.793l-.646.647a.5.5 0 0 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/></svg>"}},{"terms":["people, human, individual, avatar, user, account"],"label":"person-vcard","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-vcard\'><path d=\'M5 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4m4-2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5M9 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 9 8m1 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8.96q.04-.245.04-.5C9 10.567 7.21 9 5 9c-2.086 0-3.8 1.398-3.984 3.181A1 1 0 0 1 1 12z\'/></svg>"}},{"terms":["people, human, individual, avatar, user, account"],"label":"person-vcard-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-vcard-fill\'><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9 1.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5M9 8a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4A.5.5 0 0 0 9 8m1 2.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5m-1 2C9 10.567 7.21 9 5 9c-2.086 0-3.8 1.398-3.984 3.181A1 1 0 0 0 2 13h6.96q.04-.245.04-.5M7 6a2 2 0 1 0-4 0 2 2 0 0 0 4 0\'/></svg>"}},{"terms":["people, human, individual, avatar, user, wfh"],"label":"person-video","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-video\'><path d=\'M8 9.05a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm10.798 11c-.453-1.27-1.76-3-4.798-3-3.037 0-4.345 1.73-4.798 3H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z\'/></svg>"}},{"terms":["people, human, individual, avatar, user, wfh"],"label":"person-video2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-video2\'><path d=\'M10 9.05a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5\'/><path d=\'M2 1a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zM1 3a1 1 0 0 1 1-1h2v2H1zm4 10V2h9a1 1 0 0 1 1 1v9c0 .285-.12.543-.31.725C14.15 11.494 12.822 10 10 10c-3.037 0-4.345 1.73-4.798 3zm-4-2h3v2H2a1 1 0 0 1-1-1zm3-1H1V8h3zm0-3H1V5h3z\'/></svg>"}},{"terms":["people, human, individual, avatar, user, wfh"],"label":"person-video3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-video3\'><path d=\'M14 9.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-6 5.7c0 .8.8.8.8.8h6.4s.8 0 .8-.8-.8-3.2-4-3.2-4 2.4-4 3.2\'/><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h5.243c.122-.326.295-.668.526-1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v7.81c.353.23.656.496.91.783Q16 12.312 16 12V4a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["people, human, man, woman"],"label":"person-walking","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-walking\'><path d=\'M9.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M6.44 3.752A.75.75 0 0 1 7 3.5h1.445c.742 0 1.32.643 1.243 1.38l-.43 4.083a1.8 1.8 0 0 1-.088.395l-.318.906.213.242a.8.8 0 0 1 .114.175l2 4.25a.75.75 0 1 1-1.357.638l-1.956-4.154-1.68-1.921A.75.75 0 0 1 6 8.96l.138-2.613-.435.489-.464 2.786a.75.75 0 1 1-1.48-.246l.5-3a.75.75 0 0 1 .18-.375l2-2.25Z\'/><path d=\'M6.25 11.745v-1.418l1.204 1.375.261.524a.8.8 0 0 1-.12.231l-2.5 3.25a.75.75 0 1 1-1.19-.914zm4.22-4.215-.494-.494.205-1.843.006-.067 1.124 1.124h1.44a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.531-.22Z\'/></svg>"}},{"terms":["people, human, man, woman, accessibility, a11y, handicap"],"label":"person-wheelchair","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-wheelchair\'><path d=\'M12 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-.663 2.146a1.5 1.5 0 0 0-.47-2.115l-2.5-1.508a1.5 1.5 0 0 0-1.676.086l-2.329 1.75a.866.866 0 0 0 1.051 1.375L7.361 3.37l.922.71-2.038 2.445A4.73 4.73 0 0 0 2.628 7.67l1.064 1.065a3.25 3.25 0 0 1 4.574 4.574l1.064 1.063a4.73 4.73 0 0 0 1.09-3.998l1.043-.292-.187 2.991a.872.872 0 1 0 1.741.098l.206-4.121A1 1 0 0 0 12.224 8h-2.79zM3.023 9.48a3.25 3.25 0 0 0 4.496 4.496l1.077 1.077a4.75 4.75 0 0 1-6.65-6.65z\'/></svg>"}},{"terms":["people, human, individual, avatar, user, wfh"],"label":"person-workspace","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-workspace\'><path d=\'M4 16s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-5.95a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5\'/><path d=\'M2 1a2 2 0 0 0-2 2v9.5A1.5 1.5 0 0 0 1.5 14h.653a5.4 5.4 0 0 1 1.066-2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v9h-2.219c.554.654.89 1.373 1.066 2h.653a1.5 1.5 0 0 0 1.5-1.5V3a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, remove, delete, account"],"label":"person-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-x\'><path d=\'M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708\'/></svg>"}},{"terms":["people, member, human, individual, avatar, user, remove, delete, account"],"label":"person-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'person-x-fill\'><path fill-rule=\'evenodd\' d=\'M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m6.146-2.854a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["devices, mobile, telephone"],"label":"phone","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone\'><path d=\'M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["devices, mobile, telephone"],"label":"phone-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone-fill\'><path d=\'M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/></svg>"}},{"terms":["devices, mobile, telephone"],"label":"phone-flip","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone-flip\'><path fill-rule=\'evenodd\' d=\'M11 1H5a1 1 0 0 0-1 1v6a.5.5 0 0 1-1 0V2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a.5.5 0 0 1-1 0V2a1 1 0 0 0-1-1m1 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a.5.5 0 0 0-1 0v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-2a.5.5 0 0 0-1 0zM1.713 7.954a.5.5 0 1 0-.419-.908c-.347.16-.654.348-.882.57C.184 7.842 0 8.139 0 8.5c0 .546.408.94.823 1.201.44.278 1.043.51 1.745.696C3.978 10.773 5.898 11 8 11q.148 0 .294-.002l-1.148 1.148a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708l1.145 1.144L8 10c-2.04 0-3.87-.221-5.174-.569-.656-.175-1.151-.374-1.47-.575C1.012 8.639 1 8.506 1 8.5c0-.003 0-.059.112-.17.115-.112.31-.242.6-.376Zm12.993-.908a.5.5 0 0 0-.419.908c.292.134.486.264.6.377.113.11.113.166.113.169s0 .065-.13.187c-.132.122-.352.26-.677.4-.645.28-1.596.523-2.763.687a.5.5 0 0 0 .14.99c1.212-.17 2.26-.43 3.02-.758.38-.164.713-.357.96-.587.246-.229.45-.537.45-.919 0-.362-.184-.66-.412-.883s-.535-.411-.882-.571M7.5 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["devices, mobile, telephone"],"label":"phone-landscape","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone-landscape\'><path d=\'M1 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm-1 6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2z\'/><path d=\'M14 7.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/></svg>"}},{"terms":["devices, mobile, telephone"],"label":"phone-landscape-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone-landscape-fill\'><path d=\'M2 12.5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2zm11-6a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["devices, mobile, telephone, haptic"],"label":"phone-vibrate","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone-vibrate\'><path d=\'M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\'/><path d=\'M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2M1.599 4.058a.5.5 0 0 1 .208.676A7 7 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A8 8 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208m12.802 0a.5.5 0 0 1 .676.208A8 8 0 0 1 16 8a8 8 0 0 1-.923 3.734.5.5 0 0 1-.884-.468A7 7 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676M3.057 5.534a.5.5 0 0 1 .284.648A5 5 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A6 6 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284m9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8s-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8s-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648\'/></svg>"}},{"terms":["devices, mobile, telephone, haptic"],"label":"phone-vibrate-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'phone-vibrate-fill\'><path d=\'M4 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm5 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0M1.807 4.734a.5.5 0 1 0-.884-.468A8 8 0 0 0 0 8c0 1.347.334 2.618.923 3.734a.5.5 0 1 0 .884-.468A7 7 0 0 1 1 8c0-1.18.292-2.292.807-3.266m13.27-.468a.5.5 0 0 0-.884.468C14.708 5.708 15 6.819 15 8c0 1.18-.292 2.292-.807 3.266a.5.5 0 0 0 .884.468A8 8 0 0 0 16 8a8 8 0 0 0-.923-3.734M3.34 6.182a.5.5 0 1 0-.93-.364A6 6 0 0 0 2 8c0 .769.145 1.505.41 2.182a.5.5 0 1 0 .93-.364A5 5 0 0 1 3 8c0-.642.12-1.255.34-1.818m10.25-.364a.5.5 0 0 0-.93.364c.22.563.34 1.176.34 1.818s-.12 1.255-.34 1.818a.5.5 0 0 0 .93.364C13.856 9.505 14 8.769 14 8s-.145-1.505-.41-2.182\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"pie-chart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pie-chart\'><path d=\'M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793zm1 0V7.5h6.482A7 7 0 0 0 8.5 1.018M14.982 8.5H8.207l-4.79 4.79A7 7 0 0 0 14.982 8.5M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8\'/></svg>"}},{"terms":["data, chart, graph, analytics"],"label":"pie-chart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pie-chart-fill\'><path d=\'M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778zM8.5.015V7.5h7.485A8 8 0 0 0 8.5.015\'/></svg>"}},{"terms":["commerce, money, finance, banking, savings"],"label":"piggy-bank","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'piggy-bank\'><path d=\'M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m1.138-1.496A6.6 6.6 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.6 7.6 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962\'/><path fill-rule=\'evenodd\' d=\'M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069q0-.218-.02-.431c.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a1 1 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.74.74 0 0 0-.375.562c-.024.243.082.48.32.654a2 2 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595M2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.6 6.6 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.65 4.65 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393m12.621-.857a.6.6 0 0 1-.098.21l-.044-.025c-.146-.09-.157-.175-.152-.223a.24.24 0 0 1 .117-.173c.049-.027.08-.021.113.012a.2.2 0 0 1 .064.199\'/></svg>"}},{"terms":["commerce, money, finance, banking, savings"],"label":"piggy-bank-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'piggy-bank-fill\'><path d=\'M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069q0-.218-.02-.431c.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a1 1 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.74.74 0 0 0-.375.562c-.024.243.082.48.32.654a2 2 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595m7.173 3.876a.6.6 0 0 1-.098.21l-.044-.025c-.146-.09-.157-.175-.152-.223a.24.24 0 0 1 .117-.173c.049-.027.08-.021.113.012a.2.2 0 0 1 .064.199m-8.999-.65a.5.5 0 1 1-.276-.96A7.6 7.6 0 0 1 7.964 3.5c.763 0 1.497.11 2.18.315a.5.5 0 1 1-.287.958A6.6 6.6 0 0 0 7.964 4.5c-.64 0-1.255.09-1.826.254ZM5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0\'/></svg>"}},{"terms":["real, world, pushpin, thumbtack"],"label":"pin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pin\'><path d=\'M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A6 6 0 0 1 5 6.708V2.277a3 3 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354m1.58 1.408-.002-.001zm-.002-.001.002.001A.5.5 0 0 1 6 2v5a.5.5 0 0 1-.276.447h-.002l-.012.007-.054.03a5 5 0 0 0-.827.58c-.318.278-.585.596-.725.936h7.792c-.14-.34-.407-.658-.725-.936a5 5 0 0 0-.881-.61l-.012-.006h-.002A.5.5 0 0 1 10 7V2a.5.5 0 0 1 .295-.458 1.8 1.8 0 0 0 .351-.271c.08-.08.155-.17.214-.271H5.14q.091.15.214.271a1.8 1.8 0 0 0 .37.282\'/></svg>"}},{"terms":["real, world, pushpin, thumbtack"],"label":"pin-angle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pin-angle\'><path d=\'M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a6 6 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707s.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a6 6 0 0 1 1.013.16l3.134-3.133a3 3 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146m.122 2.112v-.002zm0-.002v.002a.5.5 0 0 1-.122.51L6.293 6.878a.5.5 0 0 1-.511.12H5.78l-.014-.004a5 5 0 0 0-.288-.076 5 5 0 0 0-.765-.116c-.422-.028-.836.008-1.175.15l5.51 5.509c.141-.34.177-.753.149-1.175a5 5 0 0 0-.192-1.054l-.004-.013v-.001a.5.5 0 0 1 .12-.512l3.536-3.535a.5.5 0 0 1 .532-.115l.096.022c.087.017.208.034.344.034q.172.002.343-.04L9.927 2.028q-.042.172-.04.343a1.8 1.8 0 0 0 .062.46z\'/></svg>"}},{"terms":["real, world, pushpin, thumbtack"],"label":"pin-angle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pin-angle-fill\'><path d=\'M9.828.722a.5.5 0 0 1 .354.146l4.95 4.95a.5.5 0 0 1 0 .707c-.48.48-1.072.588-1.503.588-.177 0-.335-.018-.46-.039l-3.134 3.134a6 6 0 0 1 .16 1.013c.046.702-.032 1.687-.72 2.375a.5.5 0 0 1-.707 0l-2.829-2.828-3.182 3.182c-.195.195-1.219.902-1.414.707s.512-1.22.707-1.414l3.182-3.182-2.828-2.829a.5.5 0 0 1 0-.707c.688-.688 1.673-.767 2.375-.72a6 6 0 0 1 1.013.16l3.134-3.133a3 3 0 0 1-.04-.461c0-.43.108-1.022.589-1.503a.5.5 0 0 1 .353-.146\'/></svg>"}},{"terms":["real, world, pushpin, thumbtack"],"label":"pin-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pin-fill\'><path d=\'M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A6 6 0 0 1 5 6.708V2.277a3 3 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"pin-map","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pin-map\'><path fill-rule=\'evenodd\' d=\'M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8z\'/><path fill-rule=\'evenodd\' d=\'M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"pin-map-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pin-map-fill\'><path fill-rule=\'evenodd\' d=\'M3.1 11.2a.5.5 0 0 1 .4-.2H6a.5.5 0 0 1 0 1H3.75L1.5 15h13l-2.25-3H10a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 .4.2l3 4a.5.5 0 0 1-.4.8H.5a.5.5 0 0 1-.4-.8z\'/><path fill-rule=\'evenodd\' d=\'M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999z\'/></svg>"}},{"terms":["brand, social"],"label":"pinterest","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pinterest\'><path d=\'M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0\'/></svg>"}},{"terms":["media, picture, tv, television, display, nested"],"label":"pip","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pip\'><path d=\'M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z\'/><path d=\'M8 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["media, picture, tv, television, display, nested"],"label":"pip-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'pip-fill\'><path d=\'M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2zm7 6h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"play","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'play\'><path d=\'M10.804 8 5 4.633v6.734zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"play-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'play-btn\'><path d=\'M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"play-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'play-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"play-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'play-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"play-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'play-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"play-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'play-fill\'><path d=\'m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393\'/></svg>"}},{"terms":["brand, sony, gaming"],"label":"playstation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'playstation\'><path d=\'M15.858 11.451c-.313.395-1.079.676-1.079.676l-5.696 2.046v-1.509l4.192-1.493c.476-.17.549-.412.162-.538-.386-.127-1.085-.09-1.56.08l-2.794.984v-1.566l.161-.054s.807-.286 1.942-.412c1.135-.125 2.525.017 3.616.43 1.23.39 1.368.962 1.056 1.356M9.625 8.883v-3.86c0-.453-.083-.87-.508-.988-.326-.105-.528.198-.528.65v9.664l-2.606-.827V2c1.108.206 2.722.692 3.59.985 2.207.757 2.955 1.7 2.955 3.825 0 2.071-1.278 2.856-2.903 2.072Zm-8.424 3.625C-.061 12.15-.271 11.41.304 10.984c.532-.394 1.436-.69 1.436-.69l3.737-1.33v1.515l-2.69.963c-.474.17-.547.411-.161.538.386.126 1.085.09 1.56-.08l1.29-.469v1.356l-.257.043a8.45 8.45 0 0 1-4.018-.323Z\'/></svg>"}},{"terms":["real, world, power, outlet"],"label":"plug","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plug\'><path d=\'M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.08 2.08 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.92 1.92 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0M5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4z\'/></svg>"}},{"terms":["real, world, power, outlet"],"label":"plug-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plug-fill\'><path d=\'M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.08 2.08 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.92 1.92 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0\'/></svg>"}},{"terms":["ui, addon, software"],"label":"plugin","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plugin\'><path fill-rule=\'evenodd\' d=\'M1 8a7 7 0 1 1 2.898 5.673c-.167-.121-.216-.406-.002-.62l1.8-1.8a3.5 3.5 0 0 0 4.572-.328l1.414-1.415a.5.5 0 0 0 0-.707l-.707-.707 1.559-1.563a.5.5 0 1 0-.708-.706l-1.559 1.562-1.414-1.414 1.56-1.562a.5.5 0 1 0-.707-.706l-1.56 1.56-.707-.706a.5.5 0 0 0-.707 0L5.318 5.975a3.5 3.5 0 0 0-.328 4.571l-1.8 1.8c-.58.58-.62 1.6.121 2.137A8 8 0 1 0 0 8a.5.5 0 0 0 1 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus\'><path d=\'M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-circle-dotted","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-circle-dotted\'><path d=\'M8 0q-.264 0-.523.017l.064.998a7 7 0 0 1 .918 0l.064-.998A8 8 0 0 0 8 0M6.44.152q-.52.104-1.012.27l.321.948q.43-.147.884-.237L6.44.153zm4.132.271a8 8 0 0 0-1.011-.27l-.194.98q.453.09.884.237zm1.873.925a8 8 0 0 0-.906-.524l-.443.896q.413.205.793.459zM4.46.824q-.471.233-.905.524l.556.83a7 7 0 0 1 .793-.458zM2.725 1.985q-.394.346-.74.74l.752.66q.303-.345.648-.648zm11.29.74a8 8 0 0 0-.74-.74l-.66.752q.346.303.648.648zm1.161 1.735a8 8 0 0 0-.524-.905l-.83.556q.254.38.458.793l.896-.443zM1.348 3.555q-.292.433-.524.906l.896.443q.205-.413.459-.793zM.423 5.428a8 8 0 0 0-.27 1.011l.98.194q.09-.453.237-.884zM15.848 6.44a8 8 0 0 0-.27-1.012l-.948.321q.147.43.237.884zM.017 7.477a8 8 0 0 0 0 1.046l.998-.064a7 7 0 0 1 0-.918zM16 8a8 8 0 0 0-.017-.523l-.998.064a7 7 0 0 1 0 .918l.998.064A8 8 0 0 0 16 8M.152 9.56q.104.52.27 1.012l.948-.321a7 7 0 0 1-.237-.884l-.98.194zm15.425 1.012q.168-.493.27-1.011l-.98-.194q-.09.453-.237.884zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a7 7 0 0 1-.458-.793zm13.828.905q.292-.434.524-.906l-.896-.443q-.205.413-.459.793zm-12.667.83q.346.394.74.74l.66-.752a7 7 0 0 1-.648-.648zm11.29.74q.394-.346.74-.74l-.752-.66q-.302.346-.648.648zm-1.735 1.161q.471-.233.905-.524l-.556-.83a7 7 0 0 1-.793.458zm-7.985-.524q.434.292.906.524l.443-.896a7 7 0 0 1-.793-.459zm1.873.925q.493.168 1.011.27l.194-.98a7 7 0 0 1-.884-.237zm4.132.271a8 8 0 0 0 1.012-.27l-.321-.948a7 7 0 0 1-.884.237l.194.98zm-2.083.135a8 8 0 0 0 1.046 0l-.064-.998a7 7 0 0 1-.918 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-lg\'><path fill-rule=\'evenodd\' d=\'M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2\'/></svg>"}},{"terms":["typography, difference, add, subtract"],"label":"plus-slash-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-slash-minus\'><path d=\'m1.854 14.854 13-13a.5.5 0 0 0-.708-.708l-13 13a.5.5 0 0 0 .708.708M4 1a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 4 1m5 11a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 9 12\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-square-dotted","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-square-dotted\'><path d=\'M2.5 0q-.25 0-.487.048l.194.98A1.5 1.5 0 0 1 2.5 1h.458V0zm2.292 0h-.917v1h.917zm1.833 0h-.917v1h.917zm1.833 0h-.916v1h.916zm1.834 0h-.917v1h.917zm1.833 0h-.917v1h.917zM13.5 0h-.458v1h.458q.151 0 .293.029l.194-.981A2.5 2.5 0 0 0 13.5 0m2.079 1.11a2.5 2.5 0 0 0-.69-.689l-.556.831q.248.167.415.415l.83-.556zM1.11.421a2.5 2.5 0 0 0-.689.69l.831.556c.11-.164.251-.305.415-.415zM16 2.5q0-.25-.048-.487l-.98.194q.027.141.028.293v.458h1zM.048 2.013A2.5 2.5 0 0 0 0 2.5v.458h1V2.5q0-.151.029-.293zM0 3.875v.917h1v-.917zm16 .917v-.917h-1v.917zM0 5.708v.917h1v-.917zm16 .917v-.917h-1v.917zM0 7.542v.916h1v-.916zm15 .916h1v-.916h-1zM0 9.375v.917h1v-.917zm16 .917v-.917h-1v.917zm-16 .916v.917h1v-.917zm16 .917v-.917h-1v.917zm-16 .917v.458q0 .25.048.487l.98-.194A1.5 1.5 0 0 1 1 13.5v-.458zm16 .458v-.458h-1v.458q0 .151-.029.293l.981.194Q16 13.75 16 13.5M.421 14.89c.183.272.417.506.69.689l.556-.831a1.5 1.5 0 0 1-.415-.415zm14.469.689c.272-.183.506-.417.689-.69l-.831-.556c-.11.164-.251.305-.415.415l.556.83zm-12.877.373Q2.25 16 2.5 16h.458v-1H2.5q-.151 0-.293-.029zM13.5 16q.25 0 .487-.048l-.194-.98A1.5 1.5 0 0 1 13.5 15h-.458v1zm-9.625 0h.917v-1h-.917zm1.833 0h.917v-1h-.917zm1.834-1v1h.916v-1zm1.833 1h.917v-1h-.917zm1.833 0h.917v-1h-.917zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, add, new"],"label":"plus-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'plus-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["real, world, stamp, shipping"],"label":"postage","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postage\'><path d=\'M4.75 3a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-.75-.75zM11 12H5V4h6z\'/><path d=\'M3.5 1a1 1 0 0 0 1-1h1a1 1 0 0 0 2 0h1a1 1 0 0 0 2 0h1a1 1 0 1 0 2 0H15v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1h-1.5a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0H1v-1a1 1 0 1 0 0-2v-1a1 1 0 1 0 0-2V9a1 1 0 1 0 0-2V6a1 1 0 0 0 0-2V3a1 1 0 0 0 0-2V0h1.5a1 1 0 0 0 1 1M3 3v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1\'/></svg>"}},{"terms":["real, world, mail, stamp, shipping"],"label":"postage-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postage-fill\'><path d=\'M4.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z\'/><path d=\'M3.5 1a1 1 0 0 0 1-1h1a1 1 0 0 0 2 0h1a1 1 0 0 0 2 0h1a1 1 0 1 0 2 0H15v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1h-1.5a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0H1v-1a1 1 0 1 0 0-2v-1a1 1 0 1 0 0-2V9a1 1 0 1 0 0-2V6a1 1 0 0 0 0-2V3a1 1 0 0 0 0-2V0h1.5a1 1 0 0 0 1 1M3 3v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1\'/></svg>"}},{"terms":["real, world, love, mail, stamp, love, valentine, romance"],"label":"postage-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postage-heart\'><path d=\'M3.5 1a1 1 0 0 0 1-1h1a1 1 0 0 0 2 0h1a1 1 0 0 0 2 0h1a1 1 0 1 0 2 0H15v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1a1 1 0 1 0 0 2v1h-1.5a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0h-1a1 1 0 1 0-2 0H1v-1a1 1 0 1 0 0-2v-1a1 1 0 1 0 0-2V9a1 1 0 1 0 0-2V6a1 1 0 0 0 0-2V3a1 1 0 0 0 0-2V0h1.5a1 1 0 0 0 1 1M3 3v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1\'/><path d=\'M8 11C2.175 7.236 6.336 4.31 8 5.982 9.664 4.309 13.825 7.236 8 11\'/></svg>"}},{"terms":["real, world, love, mail, stamp, love, valentine, romance"],"label":"postage-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postage-heart-fill\'><path d=\'M4.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5zM8 11C2.175 7.236 6.336 4.31 8 5.982 9.664 4.309 13.825 7.236 8 11\'/><path d=\'M4.5 0a1 1 0 0 1-2 0H1v1a1 1 0 0 1 0 2v1a1 1 0 0 1 0 2v1a1 1 0 0 1 0 2v1a1 1 0 1 1 0 2v1a1 1 0 1 1 0 2v1h1.5a1 1 0 1 1 2 0h1a1 1 0 1 1 2 0h1a1 1 0 1 1 2 0h1a1 1 0 1 1 2 0H15v-1a1 1 0 1 1 0-2v-1a1 1 0 1 1 0-2V9a1 1 0 1 1 0-2V6a1 1 0 1 1 0-2V3a1 1 0 1 1 0-2V0h-1.5a1 1 0 1 1-2 0h-1a1 1 0 1 1-2 0h-1a1 1 0 0 1-2 0zM4 14a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z\'/></svg>"}},{"terms":["real, world, mail, letter"],"label":"postcard","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postcard\'><path fill-rule=\'evenodd\' d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zM1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm7.5.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zM2 5.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1H2.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1H2.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1H2.5a.5.5 0 0 1-.5-.5M10.5 5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM13 8h-2V6h2z\'/></svg>"}},{"terms":["real, world, mail, letter"],"label":"postcard-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postcard-fill\'><path d=\'M11 8h2V6h-2z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.5.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zM2 5.5a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5M2.5 7a.5.5 0 0 0 0 1H6a.5.5 0 0 0 0-1zM2 9.5a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0-.5.5m8-4v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["real, world, love, mail, letter, love, valentine, romance"],"label":"postcard-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postcard-heart\'><path d=\'M8 4.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zm3.5.878c1.482-1.42 4.795 1.392 0 4.622-4.795-3.23-1.482-6.043 0-4.622M2.5 5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\'/><path fill-rule=\'evenodd\' d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["real, world, love, mail, letter, love, valentine, romance"],"label":"postcard-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'postcard-heart-fill\'><path d=\'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm6 2.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0m3.5.878c1.482-1.42 4.795 1.392 0 4.622-4.795-3.23-1.482-6.043 0-4.622M2 5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["ui, and, keyboard, false, true"],"label":"power","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'power\'><path d=\'M7.5 1v7h1V1z\'/><path d=\'M3 8.812a5 5 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812\'/></svg>"}},{"terms":["medical, rx, pills, capsules, medicine"],"label":"prescription","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'prescription\'><path d=\'M5.5 6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0V9h.293l2 2-1.147 1.146a.5.5 0 0 0 .708.708L9 11.707l1.146 1.147a.5.5 0 0 0 .708-.708L9.707 11l1.147-1.146a.5.5 0 0 0-.708-.708L9 10.293 7.695 8.987A1.5 1.5 0 0 0 7.5 6zM6 7h1.5a.5.5 0 0 1 0 1H6z\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v10.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5V4a1 1 0 0 1-1-1zm2 3v10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V4zM3 3h10V1H3z\'/></svg>"}},{"terms":["medical, rx, pills, capsules, medicine"],"label":"prescription2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'prescription2\'><path d=\'M7 6h2v2h2v2H9v2H7v-2H5V8h2z\'/><path d=\'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v10.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5V4a1 1 0 0 1-1-1zm2 3v10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V4zM3 3h10V1H3z\'/></svg>"}},{"terms":["devices, print"],"label":"printer","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'printer\'><path d=\'M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1\'/></svg>"}},{"terms":["devices, print"],"label":"printer-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'printer-fill\'><path d=\'M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1\'/><path d=\'M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/></svg>"}},{"terms":["devices, projection, present, screen"],"label":"projector","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'projector\'><path d=\'M14 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M2.5 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z\'/><path d=\'M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1H5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1 2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["devices, projection, present, screen"],"label":"projector-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'projector-fill\'><path d=\'M2 4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2 1 1 0 0 0 1 1h1a1 1 0 0 0 1-1h6a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1 2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm.5 2h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1M14 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-12 1a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["miscellaneous, puzzle, piece"],"label":"puzzle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'puzzle\'><path d=\'M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.5.5 0 0 0-.115.118l-.012.025L6.5 4.5v.003l.003.01q.005.015.036.053a.9.9 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.9.9 0 0 0 .271-.194.2.2 0 0 0 .039-.063v-.009l-.012-.025a.5.5 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.5.5 0 0 0 .115-.118l.012-.025.001-.006v-.003a.2.2 0 0 0-.039-.064.9.9 0 0 0-.27-.193C8.91 11.1 8.49 11 8 11s-.912.1-1.19.24a.9.9 0 0 0-.271.194.2.2 0 0 0-.039.063v.003l.001.006.012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238zM4.605 3a.5.5 0 0 0-.498.55l.001.007.29 3.4A.5.5 0 0 1 3.9 7.5h-.782c-.696 0-1.182-.497-1.469-.872a.5.5 0 0 0-.118-.115l-.025-.012L1.5 6.5h-.003a.2.2 0 0 0-.064.039.9.9 0 0 0-.193.27C1.1 7.09 1 7.51 1 8s.1.912.24 1.19c.07.14.14.225.194.271a.2.2 0 0 0 .063.039H1.5l.006-.001.025-.012a.5.5 0 0 0 .118-.115c.287-.375.773-.872 1.469-.872H3.9a.5.5 0 0 1 .498.542l-.29 3.408a.5.5 0 0 0 .497.55h1.878c-.048-.166-.195-.352-.463-.557-.274-.21-.52-.528-.52-.943 0-.568.447-.947.862-1.154C6.807 10.123 7.387 10 8 10s1.193.123 1.638.346c.415.207.862.586.862 1.154 0 .415-.246.733-.52.943-.268.205-.415.39-.463.557h1.878a.5.5 0 0 0 .498-.55l-.001-.007-.29-3.4A.5.5 0 0 1 12.1 8.5h.782c.696 0 1.182.497 1.469.872.05.065.091.099.118.115l.025.012.006.001h.003a.2.2 0 0 0 .064-.039.9.9 0 0 0 .193-.27c.14-.28.24-.7.24-1.191s-.1-.912-.24-1.19a.9.9 0 0 0-.194-.271.2.2 0 0 0-.063-.039H14.5l-.006.001-.025.012a.5.5 0 0 0-.118.115c-.287.375-.773.872-1.469.872H12.1a.5.5 0 0 1-.498-.543l.29-3.407a.5.5 0 0 0-.497-.55H9.517c.048.166.195.352.463.557.274.21.52.528.52.943 0 .568-.447.947-.862 1.154C9.193 5.877 8.613 6 8 6s-1.193-.123-1.638-.346C5.947 5.447 5.5 5.068 5.5 4.5c0-.415.246-.733.52-.943.268-.205.415-.39.463-.557z\'/></svg>"}},{"terms":["miscellaneous, puzzle, piece"],"label":"puzzle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'puzzle-fill\'><path d=\'M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.5.5 0 0 0-.115.118l-.012.025L6.5 4.5v.003l.003.01q.005.015.036.053a.9.9 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.9.9 0 0 0 .271-.194.2.2 0 0 0 .036-.054l.003-.01v-.008l-.012-.025a.5.5 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.5.5 0 0 0 .115-.118l.012-.025.001-.006v-.003l-.003-.01a.2.2 0 0 0-.036-.053.9.9 0 0 0-.27-.194C8.91 11.1 8.49 11 8 11s-.912.1-1.19.24a.9.9 0 0 0-.271.194.2.2 0 0 0-.036.054l-.003.01v.002l.001.006.012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238z\'/></svg>"}},{"terms":["communications, scan"],"label":"qr-code","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'qr-code\'><path d=\'M2 2h2v2H2z\'/><path d=\'M6 0v6H0V0zM5 1H1v4h4zM4 12H2v2h2z\'/><path d=\'M6 10v6H0v-6zm-5 1v4h4v-4zm11-9h2v2h-2z\'/><path d=\'M10 0v6h6V0zm5 1v4h-4V1zM8 1V0h1v2H8v2H7V1zm0 5V4h1v2zM6 8V7h1V6h1v2h1V7h5v1h-4v1H7V8zm0 0v1H2V8H1v1H0V7h3v1zm10 1h-1V7h1zm-1 0h-1v2h2v-1h-1zm-4 0h2v1h-1v1h-1zm2 3v-1h-1v1h-1v1H9v1h3v-2zm0 0h3v1h-2v1h-1zm-4-1v1h1v-2H7v1z\'/><path d=\'M7 12h1v3h4v1H7zm9 2v2h-3v-1h2v-1z\'/></svg>"}},{"terms":["communications, scan"],"label":"qr-code-scan","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'qr-code-scan\'><path d=\'M0 .5A.5.5 0 0 1 .5 0h3a.5.5 0 0 1 0 1H1v2.5a.5.5 0 0 1-1 0zm12 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1h-2.5a.5.5 0 0 1-.5-.5M.5 12a.5.5 0 0 1 .5.5V15h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5m15 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1H15v-2.5a.5.5 0 0 1 .5-.5M4 4h1v1H4z\'/><path d=\'M7 2H2v5h5zM3 3h3v3H3zm2 8H4v1h1z\'/><path d=\'M7 9H2v5h5zm-4 1h3v3H3zm8-6h1v1h-1z\'/><path d=\'M9 2h5v5H9zm1 1v3h3V3zM8 8v2h1v1H8v1h2v-2h1v2h1v-1h2v-1h-3V8zm2 2H9V9h1zm4 2h-1v1h-2v1h3zm-4 2v-1H8v1z\'/><path d=\'M12 9h2V8h-2z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question\'><path d=\'M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-diamond","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-diamond\'><path d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z\'/><path d=\'M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-diamond-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-diamond-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM5.495 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247m2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-lg\'><path fill-rule=\'evenodd\' d=\'M4.475 5.458c-.284 0-.514-.237-.47-.517C4.28 3.24 5.576 2 7.825 2c2.25 0 3.767 1.36 3.767 3.215 0 1.344-.665 2.288-1.79 2.973-1.1.659-1.414 1.118-1.414 2.01v.03a.5.5 0 0 1-.5.5h-.77a.5.5 0 0 1-.5-.495l-.003-.2c-.043-1.221.477-2.001 1.645-2.712 1.03-.632 1.397-1.135 1.397-2.028 0-.979-.758-1.698-1.926-1.698-1.009 0-1.71.529-1.938 1.402-.066.254-.278.461-.54.461h-.777ZM7.496 14c.622 0 1.095-.474 1.095-1.09 0-.618-.473-1.092-1.095-1.092-.606 0-1.087.474-1.087 1.091S6.89 14 7.496 14\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-octagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-octagon\'><path d=\'M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z\'/><path d=\'M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-octagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-octagon-fill\'><path d=\'M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, help"],"label":"question-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'question-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927\'/></svg>"}},{"terms":["brand, social"],"label":"quora","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'quora\'><path d=\'M8.73 12.476c-.554-1.091-1.204-2.193-2.473-2.193-.242 0-.484.04-.707.142l-.43-.863c.525-.45 1.373-.808 2.464-.808 1.697 0 2.568.818 3.26 1.86.41-.89.605-2.093.605-3.584 0-3.724-1.165-5.636-3.885-5.636-2.68 0-3.839 1.912-3.839 5.636 0 3.704 1.159 5.596 3.84 5.596.425 0 .811-.046 1.166-.15Zm.665 1.3a7 7 0 0 1-1.83.244C3.994 14.02.5 11.172.5 7.03.5 2.849 3.995 0 7.564 0c3.63 0 7.09 2.828 7.09 7.03 0 2.337-1.09 4.236-2.675 5.464.512.767 1.04 1.277 1.773 1.277.802 0 1.125-.62 1.179-1.105h1.043c.061.647-.262 3.334-3.178 3.334-1.767 0-2.7-1.024-3.4-2.224Z\'/></svg>"}},{"terms":["typography, blockquote, quotes, quotation"],"label":"quote","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'quote\'><path d=\'M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388q0-.527.062-1.054.093-.558.31-.992t.559-.683q.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 9 7.558V11a1 1 0 0 0 1 1zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612q0-.527.062-1.054.094-.558.31-.992.217-.434.559-.683.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 3 7.558V11a1 1 0 0 0 1 1z\'/></svg>"}},{"terms":["shapes, registered, trademark"],"label":"r-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'r-circle\'><path d=\'M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.5 4.002h3.11c1.71 0 2.741.973 2.741 2.46 0 1.138-.667 1.94-1.495 2.24L11.5 12H9.98L8.52 8.924H6.836V12H5.5zm1.335 1.09v2.777h1.549c.995 0 1.573-.463 1.573-1.36 0-.913-.596-1.417-1.537-1.417z\'/></svg>"}},{"terms":["shapes, registered, trademark"],"label":"r-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'r-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.5 4.002V12h1.335V8.924H8.52L9.98 12h1.52L9.856 8.701c.828-.299 1.495-1.101 1.495-2.238 0-1.488-1.03-2.461-2.74-2.461zm1.335 1.09v2.777h1.549c.995 0 1.573-.463 1.573-1.36 0-.913-.596-1.417-1.537-1.417z\'/></svg>"}},{"terms":["shapes, registered, trademark"],"label":"r-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'r-square\'><path d=\'M5.5 4.002h3.11c1.71 0 2.741.973 2.741 2.46 0 1.138-.667 1.94-1.495 2.24L11.5 12H9.98L8.52 8.924H6.836V12H5.5zm1.335 1.09v2.777h1.549c.995 0 1.573-.463 1.573-1.36 0-.913-.596-1.417-1.537-1.417z\'/><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["shapes, registered, trademark"],"label":"r-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'r-square-fill\'><path d=\'M6.835 5.092v2.777h1.549c.995 0 1.573-.463 1.573-1.36 0-.913-.596-1.417-1.537-1.417z\'/><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.5 4.002h3.11c1.71 0 2.741.973 2.741 2.46 0 1.138-.667 1.94-1.495 2.24L11.5 12H9.98L8.52 8.924H6.836V12H5.5z\'/></svg>"}},{"terms":["geo, geography, map, pin, location"],"label":"radar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'radar\'><path d=\'M6.634 1.135A7 7 0 0 1 15 8a.5.5 0 0 1-1 0 6 6 0 1 0-6.5 5.98v-1.005A5 5 0 1 1 13 8a.5.5 0 0 1-1 0 4 4 0 1 0-4.5 3.969v-1.011A2.999 2.999 0 1 1 11 8a.5.5 0 0 1-1 0 2 2 0 1 0-2.5 1.936v-1.07a1 1 0 1 1 1 0V15.5a.5.5 0 0 1-1 0v-.518a7 7 0 0 1-.866-13.847\'/></svg>"}},{"terms":["real, world, radiation, nuclear, danger"],"label":"radioactive","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'radioactive\'><path d=\'M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8\'/><path d=\'M9.653 5.496A3 3 0 0 0 8 5c-.61 0-1.179.183-1.653.496L4.694 2.992A5.97 5.97 0 0 1 8 2c1.222 0 2.358.365 3.306.992zm1.342 2.324a3 3 0 0 1-.884 2.312 3 3 0 0 1-.769.552l1.342 2.683c.57-.286 1.09-.66 1.538-1.103a6 6 0 0 0 1.767-4.624zm-5.679 5.548 1.342-2.684A3 3 0 0 1 5.005 7.82l-2.994-.18a6 6 0 0 0 3.306 5.728ZM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["weather, colors, arches"],"label":"rainbow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rainbow\'><path d=\'M8 4.5a7 7 0 0 0-7 7 .5.5 0 0 1-1 0 8 8 0 1 1 16 0 .5.5 0 0 1-1 0 7 7 0 0 0-7-7m0 2a5 5 0 0 0-5 5 .5.5 0 0 1-1 0 6 6 0 1 1 12 0 .5.5 0 0 1-1 0 5 5 0 0 0-5-5m0 2a3 3 0 0 0-3 3 .5.5 0 0 1-1 0 4 4 0 1 1 8 0 .5.5 0 0 1-1 0 3 3 0 0 0-3-3m0 2a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 4 0 .5.5 0 0 1-1 0 1 1 0 0 0-1-1\'/></svg>"}},{"terms":["commerce, receipt, invoice, sale, purchase, bill"],"label":"receipt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'receipt\'><path d=\'M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27m.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0z\'/><path d=\'M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["commerce, receipt, invoice, sale, purchase, bill"],"label":"receipt-cutoff","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'receipt-cutoff\'><path d=\'M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5M11.5 4a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/><path d=\'M2.354.646a.5.5 0 0 0-.801.13l-.5 1A.5.5 0 0 0 1 2v13H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H15V2a.5.5 0 0 0-.053-.224l-.5-1a.5.5 0 0 0-.8-.13L13 1.293l-.646-.647a.5.5 0 0 0-.708 0L11 1.293l-.646-.647a.5.5 0 0 0-.708 0L9 1.293 8.354.646a.5.5 0 0 0-.708 0L7 1.293 6.354.646a.5.5 0 0 0-.708 0L5 1.293 4.354.646a.5.5 0 0 0-.708 0L3 1.293zm-.217 1.198.51.51a.5.5 0 0 0 .707 0L4 1.707l.646.647a.5.5 0 0 0 .708 0L6 1.707l.646.647a.5.5 0 0 0 .708 0L8 1.707l.646.647a.5.5 0 0 0 .708 0L10 1.707l.646.647a.5.5 0 0 0 .708 0L12 1.707l.646.647a.5.5 0 0 0 .708 0l.509-.51.137.274V15H2V2.118z\'/></svg>"}},{"terms":["communications, reception, cellphone, mobile, carrier, network, signal"],"label":"reception-0","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reception-0\'><path d=\'M0 13.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, reception, cellphone, mobile, carrier, network, signal"],"label":"reception-1","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reception-1\'><path d=\'M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, reception, cellphone, mobile, carrier, network, signal"],"label":"reception-2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reception-2\'><path d=\'M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4 5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, reception, cellphone, mobile, carrier, network, signal"],"label":"reception-3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reception-3\'><path d=\'M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4 8a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, reception, cellphone, mobile, carrier, network, signal"],"label":"reception-4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reception-4\'><path d=\'M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record\'><path d=\'M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8m0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record-btn\'><path d=\'M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m8-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record-fill\'><path fill-rule=\'evenodd\' d=\'M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record2\'><path d=\'M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8m0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10\'/><path d=\'M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"record2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'record2-fill\'><path d=\'M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\'/><path d=\'M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10m0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6\'/></svg>"}},{"terms":["arrows, recyling, trash"],"label":"recycle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'recycle\'><path d=\'M9.302 1.256a1.5 1.5 0 0 0-2.604 0l-1.704 2.98a.5.5 0 0 0 .869.497l1.703-2.981a.5.5 0 0 1 .868 0l2.54 4.444-1.256-.337a.5.5 0 1 0-.26.966l2.415.647a.5.5 0 0 0 .613-.353l.647-2.415a.5.5 0 1 0-.966-.259l-.333 1.242zM2.973 7.773l-1.255.337a.5.5 0 1 1-.26-.966l2.416-.647a.5.5 0 0 1 .612.353l.647 2.415a.5.5 0 0 1-.966.259l-.333-1.242-2.545 4.454a.5.5 0 0 0 .434.748H5a.5.5 0 0 1 0 1H1.723A1.5 1.5 0 0 1 .421 12.24zm10.89 1.463a.5.5 0 1 0-.868.496l1.716 3.004a.5.5 0 0 1-.434.748h-5.57l.647-.646a.5.5 0 1 0-.708-.707l-1.5 1.5a.5.5 0 0 0 0 .707l1.5 1.5a.5.5 0 1 0 .708-.707l-.647-.647h5.57a1.5 1.5 0 0 0 1.302-2.244z\'/></svg>"}},{"terms":["brand, social"],"label":"reddit","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reddit\'><path d=\'M6.167 8a.83.83 0 0 0-.83.83c0 .459.372.84.83.831a.831.831 0 0 0 0-1.661m1.843 3.647c.315 0 1.403-.038 1.976-.611a.23.23 0 0 0 0-.306.213.213 0 0 0-.306 0c-.353.363-1.126.487-1.67.487-.545 0-1.308-.124-1.671-.487a.213.213 0 0 0-.306 0 .213.213 0 0 0 0 .306c.564.563 1.652.61 1.977.61zm.992-2.807c0 .458.373.83.831.83s.83-.381.83-.83a.831.831 0 0 0-1.66 0z\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.828-1.165c-.315 0-.602.124-.812.325-.801-.573-1.9-.945-3.121-.993l.534-2.501 1.738.372a.83.83 0 1 0 .83-.869.83.83 0 0 0-.744.468l-1.938-.41a.2.2 0 0 0-.153.028.2.2 0 0 0-.086.134l-.592 2.788c-1.24.038-2.358.41-3.17.992-.21-.2-.496-.324-.81-.324a1.163 1.163 0 0 0-.478 2.224q-.03.17-.029.353c0 1.795 2.091 3.256 4.669 3.256s4.668-1.451 4.668-3.256c0-.114-.01-.238-.029-.353.401-.181.688-.592.688-1.069 0-.65-.525-1.165-1.165-1.165\'/></svg>"}},{"terms":["typography, text, type, code, developer, development, software, regular, expression"],"label":"regex","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'regex\'><path fill-rule=\'evenodd\' d=\'M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 1 1 .707.707m9.9-.707a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.314.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707M6 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0m5-6.5a.5.5 0 0 0-1 0v2.117L8.257 5.57a.5.5 0 0 0-.514.858L9.528 7.5 7.743 8.571a.5.5 0 1 0 .514.858L10 8.383V10.5a.5.5 0 1 0 1 0V8.383l1.743 1.046a.5.5 0 0 0 .514-.858L11.472 7.5l1.785-1.071a.5.5 0 1 0-.514-.858L11 6.617z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"repeat","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'repeat\'><path d=\'M11 5.466V4H5a4 4 0 0 0-3.584 5.777.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777.5.5 0 0 1 .225-.67Z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"repeat-1","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'repeat-1\'><path d=\'M11 4v1.466a.25.25 0 0 0 .41.192l2.36-1.966a.25.25 0 0 0 0-.384l-2.36-1.966a.25.25 0 0 0-.41.192V3H5a5 5 0 0 0-4.48 7.223.5.5 0 0 0 .896-.446A4 4 0 0 1 5 4zm4.48 1.777a.5.5 0 0 0-.896.446A4 4 0 0 1 11 12H5.001v-1.466a.25.25 0 0 0-.41-.192l-2.36 1.966a.25.25 0 0 0 0 .384l2.36 1.966a.25.25 0 0 0 .41-.192V13h6a5 5 0 0 0 4.48-7.223Z\'/><path d=\'M9 5.5a.5.5 0 0 0-.854-.354l-1.75 1.75a.5.5 0 1 0 .708.708L8 6.707V10.5a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["communications, mail, email"],"label":"reply","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reply\'><path d=\'M6.598 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.7 8.7 0 0 0-1.921-.306 7 7 0 0 0-.798.008h-.013l-.005.001h-.001L7.3 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L2.614 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028zM7.8 10.386q.103 0 .223.006c.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96z\'/></svg>"}},{"terms":["communications, mail, email"],"label":"reply-all","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reply-all\'><path d=\'M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822.984.624 1.99 1.76 2.595 3.876-1.02-.983-2.185-1.516-3.205-1.799a8.7 8.7 0 0 0-1.921-.306 7 7 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028zM9.3 10.386q.102 0 .223.006c.434.02 1.034.086 1.7.271 1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96z\'/><path d=\'M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028 4.012-2.954a.5.5 0 0 0 .106-.699\'/></svg>"}},{"terms":["communications, mail, email"],"label":"reply-all-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reply-all-fill\'><path d=\'M8.021 11.9 3.453 8.62a.72.72 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z\'/><path d=\'M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945l-.042.028a.147.147 0 0 0 0 .252l.042.028 4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106\'/></svg>"}},{"terms":["communications, mail, email"],"label":"reply-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'reply-fill\'><path d=\'M5.921 11.9 1.353 8.62a.72.72 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"rewind","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rewind\'><path d=\'M9.196 8 15 4.633v6.734zm-.792-.696a.802.802 0 0 0 0 1.392l6.363 3.692c.52.302 1.233-.043 1.233-.696V4.308c0-.653-.713-.998-1.233-.696z\'/><path d=\'M1.196 8 7 4.633v6.734zm-.792-.696a.802.802 0 0 0 0 1.392l6.363 3.692c.52.302 1.233-.043 1.233-.696V4.308c0-.653-.713-.998-1.233-.696z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"rewind-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rewind-btn\'><path d=\'M7.21 5.093A.5.5 0 0 1 8 5.5v1.886l3.21-2.293A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8 8.614V10.5a.5.5 0 0 1-.79.407l-3.5-2.5a.5.5 0 0 1 0-.814z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"rewind-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rewind-btn-fill\'><path d=\'M0 4v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2m7.729 1.055A.5.5 0 0 1 8 5.5v1.886l3.21-2.293A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8 8.614V10.5a.5.5 0 0 1-.79.407l-3.5-2.5a.5.5 0 0 1 0-.814l3.5-2.5a.5.5 0 0 1 .519-.038\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"rewind-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rewind-circle\'><path d=\'M7.729 5.055a.5.5 0 0 0-.52.038l-3.5 2.5a.5.5 0 0 0 0 .814l3.5 2.5A.5.5 0 0 0 8 10.5V8.614l3.21 2.293A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407L8 7.386V5.5a.5.5 0 0 0-.271-.445\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"rewind-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rewind-circle-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M7.729 5.055A.5.5 0 0 1 8 5.5v1.886l3.21-2.293A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8 8.614V10.5a.5.5 0 0 1-.79.407l-3.5-2.5a.5.5 0 0 1 0-.814l3.5-2.5a.5.5 0 0 1 .519-.038\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"rewind-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rewind-fill\'><path d=\'M8.404 7.304a.802.802 0 0 0 0 1.392l6.363 3.692c.52.302 1.233-.043 1.233-.696V4.308c0-.653-.713-.998-1.233-.696z\'/><path d=\'M.404 7.304a.802.802 0 0 0 0 1.392l6.363 3.692c.52.302 1.233-.043 1.233-.696V4.308c0-.653-.713-.998-1.233-.696z\'/></svg>"}},{"terms":["devices, bot"],"label":"robot","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'robot\'><path d=\'M6 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M3 8.062C3 6.76 4.235 5.765 5.53 5.886a26.6 26.6 0 0 0 4.94 0C11.765 5.765 13 6.76 13 8.062v1.157a.93.93 0 0 1-.765.935c-.845.147-2.34.346-4.235.346s-3.39-.2-4.235-.346A.93.93 0 0 1 3 9.219zm4.542-.827a.25.25 0 0 0-.217.068l-.92.9a25 25 0 0 1-1.871-.183.25.25 0 0 0-.068.495c.55.076 1.232.149 2.02.193a.25.25 0 0 0 .189-.071l.754-.736.847 1.71a.25.25 0 0 0 .404.062l.932-.97a25 25 0 0 0 1.922-.188.25.25 0 0 0-.068-.495c-.538.074-1.207.145-1.98.189a.25.25 0 0 0-.166.076l-.754.785-.842-1.7a.25.25 0 0 0-.182-.135\'/><path d=\'M8.5 1.866a1 1 0 1 0-1 0V3h-2A4.5 4.5 0 0 0 1 7.5V8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1v-.5A4.5 4.5 0 0 0 10.5 3h-2zM14 7.5V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.5A3.5 3.5 0 0 1 5.5 4h5A3.5 3.5 0 0 1 14 7.5\'/></svg>"}},{"terms":["real, world, ship, rocketship, spaceship"],"label":"rocket","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rocket\'><path d=\'M8 8c.828 0 1.5-.895 1.5-2S8.828 4 8 4s-1.5.895-1.5 2S7.172 8 8 8\'/><path d=\'M11.953 8.81c-.195-3.388-.968-5.507-1.777-6.819C9.707 1.233 9.23.751 8.857.454a3.5 3.5 0 0 0-.463-.315A2 2 0 0 0 8.25.064.55.55 0 0 0 8 0a.55.55 0 0 0-.266.073 2 2 0 0 0-.142.08 4 4 0 0 0-.459.33c-.37.308-.844.803-1.31 1.57-.805 1.322-1.577 3.433-1.774 6.756l-1.497 1.826-.004.005A2.5 2.5 0 0 0 2 12.202V15.5a.5.5 0 0 0 .9.3l1.125-1.5c.166-.222.42-.4.752-.57.214-.108.414-.192.625-.281l.198-.084c.7.428 1.55.635 2.4.635s1.7-.207 2.4-.635q.1.044.196.083c.213.09.413.174.627.282.332.17.586.348.752.57l1.125 1.5a.5.5 0 0 0 .9-.3v-3.298a2.5 2.5 0 0 0-.548-1.562zM12 10.445v.055c0 .866-.284 1.585-.75 2.14.146.064.292.13.425.199.39.197.8.46 1.1.86L13 14v-1.798a1.5 1.5 0 0 0-.327-.935zM4.75 12.64C4.284 12.085 4 11.366 4 10.5v-.054l-.673.82a1.5 1.5 0 0 0-.327.936V14l.225-.3c.3-.4.71-.664 1.1-.861.133-.068.279-.135.425-.199M8.009 1.073q.096.06.226.163c.284.226.683.621 1.09 1.28C10.137 3.836 11 6.237 11 10.5c0 .858-.374 1.48-.943 1.893C9.517 12.786 8.781 13 8 13s-1.517-.214-2.057-.607C5.373 11.979 5 11.358 5 10.5c0-4.182.86-6.586 1.677-7.928.409-.67.81-1.082 1.096-1.32q.136-.113.236-.18Z\'/><path d=\'M9.479 14.361c-.48.093-.98.139-1.479.139s-.999-.046-1.479-.139L7.6 15.8a.5.5 0 0 0 .8 0z\'/></svg>"}},{"terms":["real, world, ship, rocketship, spaceship"],"label":"rocket-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rocket-fill\'><path d=\'M10.175 1.991c.81 1.312 1.583 3.43 1.778 6.819l1.5 1.83A2.5 2.5 0 0 1 14 12.202V15.5a.5.5 0 0 1-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57-.214-.108-.414-.192-.627-.282l-.196-.083C9.7 13.793 8.85 14 8 14s-1.7-.207-2.4-.635q-.101.044-.198.084c-.211.089-.411.173-.625.281-.332.17-.586.348-.752.57L2.9 15.8a.5.5 0 0 1-.9-.3v-3.298a2.5 2.5 0 0 1 .548-1.562l.004-.005L4.049 8.81c.197-3.323.969-5.434 1.774-6.756.466-.767.94-1.262 1.31-1.57a3.7 3.7 0 0 1 .601-.41A.55.55 0 0 1 8 0c.101 0 .17.027.25.064q.056.025.145.075c.118.066.277.167.463.315.373.297.85.779 1.317 1.537M9.5 6c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2S7.172 8 8 8s1.5-.895 1.5-2\'/><path d=\'M8 14.5c.5 0 .999-.046 1.479-.139L8.4 15.8a.5.5 0 0 1-.8 0l-1.079-1.439c.48.093.98.139 1.479.139\'/></svg>"}},{"terms":["real, world, ship, rocketship, spaceship, launch"],"label":"rocket-takeoff","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rocket-takeoff\'><path d=\'M9.752 6.193c.599.6 1.73.437 2.528-.362s.96-1.932.362-2.531c-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532\'/><path d=\'M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9 9 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a10 10 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093q.1.026.16.045c.184.06.279.13.351.295l.029.073a3.5 3.5 0 0 1 .157.721c.055.485.051 1.178-.159 2.065m-4.828 7.475.04-.04-.107 1.081a1.54 1.54 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a9 9 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006M5.205 5c-.625.626-.94 1.351-1.004 2.09a9 9 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a3 3 0 0 0-.045-.283 3 3 0 0 0-.3-.041Z\'/><path d=\'M7.009 12.139a7.6 7.6 0 0 1-1.804-1.352A7.6 7.6 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z\'/></svg>"}},{"terms":["real, world, ship, rocketship, spaceship, launch"],"label":"rocket-takeoff-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rocket-takeoff-fill\'><path d=\'M12.17 9.53c2.307-2.592 3.278-4.684 3.641-6.218.21-.887.214-1.58.16-2.065a3.6 3.6 0 0 0-.108-.563 2 2 0 0 0-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2 2 0 0 0-.16-.045 4 4 0 0 0-.57-.093c-.49-.044-1.19-.03-2.08.188-1.536.374-3.618 1.343-6.161 3.604l-2.4.238h-.006a2.55 2.55 0 0 0-1.524.734L.15 7.17a.512.512 0 0 0 .433.868l1.896-.271c.28-.04.592.013.955.132.232.076.437.16.655.248l.203.083c.196.816.66 1.58 1.275 2.195.613.614 1.376 1.08 2.191 1.277l.082.202c.089.218.173.424.249.657.118.363.172.676.132.956l-.271 1.9a.512.512 0 0 0 .867.433l2.382-2.386c.41-.41.668-.949.732-1.526zm.11-3.699c-.797.8-1.93.961-2.528.362-.598-.6-.436-1.733.361-2.532.798-.799 1.93-.96 2.528-.361s.437 1.732-.36 2.531Z\'/><path d=\'M5.205 10.787a7.6 7.6 0 0 0 1.804 1.352c-1.118 1.007-4.929 2.028-5.054 1.903-.126-.127.737-4.189 1.839-5.18.346.69.837 1.35 1.411 1.925\'/></svg>"}},{"terms":["devices, wifi, internet, wireless, network"],"label":"router","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'router\'><path d=\'M5.525 3.025a3.5 3.5 0 0 1 4.95 0 .5.5 0 1 0 .707-.707 4.5 4.5 0 0 0-6.364 0 .5.5 0 0 0 .707.707\'/><path d=\'M6.94 4.44a1.5 1.5 0 0 1 2.12 0 .5.5 0 0 0 .708-.708 2.5 2.5 0 0 0-3.536 0 .5.5 0 0 0 .707.707ZM2.5 11a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m4.5-.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m2.5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m1.5-.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0\'/><path d=\'M2.974 2.342a.5.5 0 1 0-.948.316L3.806 8H1.5A1.5 1.5 0 0 0 0 9.5v2A1.5 1.5 0 0 0 1.5 13H2a.5.5 0 0 0 .5.5h2A.5.5 0 0 0 5 13h6a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5h.5a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 14.5 8h-2.306l1.78-5.342a.5.5 0 1 0-.948-.316L11.14 8H4.86zM14.5 9a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5z\'/><path d=\'M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["devices, wifi, internet, wireless, network"],"label":"router-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'router-fill\'><path d=\'M5.525 3.025a3.5 3.5 0 0 1 4.95 0 .5.5 0 1 0 .707-.707 4.5 4.5 0 0 0-6.364 0 .5.5 0 0 0 .707.707\'/><path d=\'M6.94 4.44a1.5 1.5 0 0 1 2.12 0 .5.5 0 0 0 .708-.708 2.5 2.5 0 0 0-3.536 0 .5.5 0 0 0 .707.707Z\'/><path d=\'M2.974 2.342a.5.5 0 1 0-.948.316L3.806 8H1.5A1.5 1.5 0 0 0 0 9.5v2A1.5 1.5 0 0 0 1.5 13H2a.5.5 0 0 0 .5.5h2A.5.5 0 0 0 5 13h6a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5h.5a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 14.5 8h-2.306l1.78-5.342a.5.5 0 1 0-.948-.316L11.14 8H4.86zM2.5 11a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m4.5-.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0m2.5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m1.5-.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0m2 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0\'/><path d=\'M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["communications, atom, feed, xml"],"label":"rss","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rss\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1\'/></svg>"}},{"terms":["communications, atom, feed, xml"],"label":"rss-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rss-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2m0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2m.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["graphics, measure, guide"],"label":"rulers","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'rulers\'><path d=\'M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h5v-1H2v-1h4v-1H4v-1h2v-1H2v-1h4V9H4V8h2V7H2V6h4V2h1v4h1V4h1v2h1V2h1v4h1V4h1v2h1V2h1v4h1V1a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["real, world, vault, bank, finance"],"label":"safe","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'safe\'><path d=\'M1 1.5A1.5 1.5 0 0 1 2.5 0h12A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5z\'/><path d=\'M13.5 6a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5M4.828 4.464a.5.5 0 0 1 .708 0l1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 0 1 0-.708M6.95 6.586a2 2 0 1 0 2.828 2.828A2 2 0 0 0 6.95 6.586\'/></svg>"}},{"terms":["real, world, vault, bank, finance"],"label":"safe-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'safe-fill\'><path d=\'M9.778 9.414A2 2 0 1 1 6.95 6.586a2 2 0 0 1 2.828 2.828\'/><path d=\'M2.5 0A1.5 1.5 0 0 0 1 1.5V3H.5a.5.5 0 0 0 0 1H1v3.5H.5a.5.5 0 0 0 0 1H1V12H.5a.5.5 0 0 0 0 1H1v1.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0zm3.036 4.464 1.09 1.09a3 3 0 0 1 3.476 0l1.09-1.09a.5.5 0 1 1 .707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 1 1-.707.708l-1.09-1.09a3 3 0 0 1-3.476 0l-1.09 1.09a.5.5 0 1 1-.708-.708l1.09-1.09a3 3 0 0 1 0-3.476l-1.09-1.09a.5.5 0 1 1 .708-.708M14 6.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["real, world, vault, bank, finance"],"label":"safe2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'safe2\'><path d=\'M1 2.5A1.5 1.5 0 0 1 2.5 1h12A1.5 1.5 0 0 1 16 2.5v12a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 1 14.5V14H.5a.5.5 0 0 1 0-1H1V9H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1zM2.5 2a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-12a.5.5 0 0 0-.5-.5z\'/><path d=\'M5.035 8h1.528q.072-.277.214-.516l-1.08-1.08A3.5 3.5 0 0 0 5.035 8m1.369-2.303 1.08 1.08q.24-.142.516-.214V5.035a3.5 3.5 0 0 0-1.596.662M9 5.035v1.528q.277.072.516.214l1.08-1.08A3.5 3.5 0 0 0 9 5.035m2.303 1.369-1.08 1.08q.142.24.214.516h1.528a3.5 3.5 0 0 0-.662-1.596M11.965 9h-1.528q-.072.277-.214.516l1.08 1.08A3.5 3.5 0 0 0 11.965 9m-1.369 2.303-1.08-1.08q-.24.142-.516.214v1.528a3.5 3.5 0 0 0 1.596-.662M8 11.965v-1.528a2 2 0 0 1-.516-.214l-1.08 1.08A3.5 3.5 0 0 0 8 11.965m-2.303-1.369 1.08-1.08A2 2 0 0 1 6.563 9H5.035c.085.593.319 1.138.662 1.596M4 8.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0m4.5-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["real, world, vault, bank, finance"],"label":"safe2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'safe2-fill\'><path d=\'M6.563 8H5.035a3.5 3.5 0 0 1 .662-1.596l1.08 1.08q-.142.24-.214.516m.921-1.223-1.08-1.08A3.5 3.5 0 0 1 8 5.035v1.528q-.277.072-.516.214M9 6.563V5.035a3.5 3.5 0 0 1 1.596.662l-1.08 1.08A2 2 0 0 0 9 6.563m1.223.921 1.08-1.08c.343.458.577 1.003.662 1.596h-1.528a2 2 0 0 0-.214-.516M10.437 9h1.528a3.5 3.5 0 0 1-.662 1.596l-1.08-1.08q.142-.24.214-.516m-.921 1.223 1.08 1.08A3.5 3.5 0 0 1 9 11.965v-1.528q.277-.072.516-.214M8 10.437v1.528a3.5 3.5 0 0 1-1.596-.662l1.08-1.08q.24.142.516.214m-1.223-.921-1.08 1.08A3.5 3.5 0 0 1 5.035 9h1.528q.072.277.214.516M7.5 8.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0\'/><path d=\'M2.5 1A1.5 1.5 0 0 0 1 2.5V3H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v4H.5a.5.5 0 0 0 0 1H1v.5A1.5 1.5 0 0 0 2.5 16h12a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 14.5 1zm6 3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9\'/></svg>"}},{"terms":["ui, and, keyboard, save, floppy"],"label":"save","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'save\'><path d=\'M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v7.293l2.646-2.647a.5.5 0 0 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L7.5 9.293V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1z\'/></svg>"}},{"terms":["ui, and, keyboard, save, floppy"],"label":"save-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'save-fill\'><path d=\'M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v7.793L4.854 6.646a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l3.5-3.5a.5.5 0 0 0-.708-.708L8.5 9.293z\'/></svg>"}},{"terms":["ui, and, keyboard, save, floppy"],"label":"save2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'save2\'><path d=\'M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v4.5h2a.5.5 0 0 1 .354.854l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5A.5.5 0 0 1 5.5 6.5h2V2a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.5a.5.5 0 0 1 0 1z\'/></svg>"}},{"terms":["ui, and, keyboard, save, floppy"],"label":"save2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'save2-fill\'><path d=\'M8.5 1.5A1.5 1.5 0 0 1 10 0h4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h6c-.314.418-.5.937-.5 1.5v6h-2a.5.5 0 0 0-.354.854l2.5 2.5a.5.5 0 0 0 .708 0l2.5-2.5A.5.5 0 0 0 10.5 7.5h-2z\'/></svg>"}},{"terms":["real, world, cut, shears"],"label":"scissors","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'scissors\'><path d=\'M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0\'/></svg>"}},{"terms":["transportation, riding"],"label":"scooter","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'scooter\'><path fill-rule=\'evenodd\' d=\'M9 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-.39l1.4 7a2.5 2.5 0 1 1-.98.195l-.189-.938-2.43 3.527A.5.5 0 0 1 9.5 13H4.95a2.5 2.5 0 1 1 0-1h4.287l2.831-4.11L11.09 3H9.5a.5.5 0 0 1-.5-.5M3.915 12a1.5 1.5 0 1 0 0 1H2.5a.5.5 0 0 1 0-1zm8.817-.789A1.499 1.499 0 0 0 13.5 14a1.5 1.5 0 0 0 .213-2.985l.277 1.387a.5.5 0 0 1-.98.196z\'/></svg>"}},{"terms":["tools, tool"],"label":"screwdriver","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'screwdriver\'><path d=\'M0 .995.995 0l3.064 2.19a1 1 0 0 1 .417.809v.07c0 .264.105.517.291.704l5.677 5.676.909-.303a1 1 0 0 1 1.018.24l3.338 3.339a.995.995 0 0 1 0 1.406L14.13 15.71a.995.995 0 0 1-1.406 0l-3.337-3.34a1 1 0 0 1-.24-1.018l.302-.909-5.676-5.677a1 1 0 0 0-.704-.291H3a1 1 0 0 1-.81-.417zm11.293 9.595a.497.497 0 1 0-.703.703l2.984 2.984a.497.497 0 0 0 .703-.703z\'/></svg>"}},{"terms":["devices, storage, microsd, chip, memory"],"label":"sd-card","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sd-card\'><path d=\'M6.25 3.5a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm2 0a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0z\'/><path fill-rule=\'evenodd\' d=\'M5.914 0H12.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5V3.914c0-.398.158-.78.44-1.06L4.853.439A1.5 1.5 0 0 1 5.914 0M13 1.5a.5.5 0 0 0-.5-.5H5.914a.5.5 0 0 0-.353.146L3.146 3.561A.5.5 0 0 0 3 3.914V14.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5z\'/></svg>"}},{"terms":["devices, storage, microsd, chip, memory"],"label":"sd-card-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sd-card-fill\'><path d=\'M12.5 0H5.914a1.5 1.5 0 0 0-1.06.44L2.439 2.853A1.5 1.5 0 0 0 2 3.914V14.5A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0m-7 2.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m2 0a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75m2.75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 1.5 0m1.25-.75a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75\'/></svg>"}},{"terms":["communications, magnifying-glass, look"],"label":"search","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'search\'><path d=\'M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0\'/></svg>"}},{"terms":["communications, love, magnifying-glass, look, love, romance, valentine"],"label":"search-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'search-heart\'><path d=\'M6.5 4.482c1.664-1.673 5.825 1.254 0 5.018-5.825-3.764-1.664-6.69 0-5.018\'/><path d=\'M13 6.5a6.47 6.47 0 0 1-1.258 3.844q.06.044.115.098l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1-.1-.115h.002A6.5 6.5 0 1 1 13 6.5M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11\'/></svg>"}},{"terms":["communications, love, magnifying-glass, look, love, romance, valentine"],"label":"search-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'search-heart-fill\'><path d=\'M6.5 13a6.47 6.47 0 0 0 3.845-1.258h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1A6.47 6.47 0 0 0 13 6.5 6.5 6.5 0 0 0 6.5 0a6.5 6.5 0 1 0 0 13m0-8.518c1.664-1.673 5.825 1.254 0 5.018-5.825-3.764-1.664-6.69 0-5.018\'/></svg>"}},{"terms":["controls, nav, tabs, tabbed, app, ui"],"label":"segmented-nav","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'segmented-nav\'><path d=\'M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6 3h4V5H6zm9-1V6a1 1 0 0 0-1-1h-3v4h3a1 1 0 0 0 1-1\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send\'><path d=\'M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576zm6.787-8.201L1.591 6.602l4.339 2.76z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-arrow-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-arrow-down\'><path fill-rule=\'evenodd\' d=\'M15.854.146a.5.5 0 0 1 .11.54l-2.8 7a.5.5 0 1 1-.928-.372l1.895-4.738-7.494 7.494 1.376 2.162a.5.5 0 1 1-.844.537l-1.531-2.407L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM5.93 9.363l7.494-7.494L1.591 6.602z\'/><path fill-rule=\'evenodd\' d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-1.646a.5.5 0 0 1-.722-.016l-1.149-1.25a.5.5 0 1 1 .737-.676l.28.305V11a.5.5 0 0 1 1 0v1.793l.396-.397a.5.5 0 0 1 .708.708z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-arrow-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-arrow-down-fill\'><path fill-rule=\'evenodd\' d=\'M15.854.146a.5.5 0 0 1 .11.54L13.026 8.03A4.5 4.5 0 0 0 8 12.5c0 .5 0 1.5-.773.36l-1.59-2.498L.644 7.184l-.002-.001-.41-.261a.5.5 0 0 1 .083-.886l.452-.18.001-.001L15.314.035a.5.5 0 0 1 .54.111M6.637 10.07l7.494-7.494.471-1.178-1.178.471L5.93 9.363l.338.215a.5.5 0 0 1 .154.154z\'/><path fill-rule=\'evenodd\' d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-1.646a.5.5 0 0 1-.722-.016l-1.149-1.25a.5.5 0 1 1 .737-.676l.28.305V11a.5.5 0 0 1 1 0v1.793l.396-.397a.5.5 0 0 1 .708.708z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-arrow-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-arrow-up\'><path fill-rule=\'evenodd\' d=\'M15.854.146a.5.5 0 0 1 .11.54l-2.8 7a.5.5 0 1 1-.928-.372l1.895-4.738-7.494 7.494 1.376 2.162a.5.5 0 1 1-.844.537l-1.531-2.407L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM5.93 9.363l7.494-7.494L1.591 6.602z\'/><path fill-rule=\'evenodd\' d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354a.5.5 0 0 0-.722.016l-1.149 1.25a.5.5 0 1 0 .737.676l.28-.305V14a.5.5 0 0 0 1 0v-1.793l.396.397a.5.5 0 0 0 .708-.708z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-arrow-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-arrow-up-fill\'><path fill-rule=\'evenodd\' d=\'M15.854.146a.5.5 0 0 1 .11.54L13.026 8.03A4.5 4.5 0 0 0 8 12.5c0 .5 0 1.5-.773.36l-1.59-2.498L.644 7.184l-.002-.001-.41-.261a.5.5 0 0 1 .083-.886l.452-.18.001-.001L15.314.035a.5.5 0 0 1 .54.111M6.637 10.07l7.494-7.494.471-1.178-1.178.471L5.93 9.363l.338.215a.5.5 0 0 1 .154.154z\'/><path fill-rule=\'evenodd\' d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354a.5.5 0 0 0-.722.016l-1.149 1.25a.5.5 0 1 0 .737.676l.28-.305V14a.5.5 0 0 0 1 0v-1.793l.396.397a.5.5 0 0 0 .708-.708z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-check\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-check-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-check-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-1.993-1.679a.5.5 0 0 0-.686.172l-1.17 1.95-.547-.547a.5.5 0 0 0-.708.708l.774.773a.75.75 0 0 0 1.174-.144l1.335-2.226a.5.5 0 0 0-.172-.686\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-dash\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-dash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-dash-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-exclamation\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0m0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-exclamation-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-exclamation-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/><path d=\'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1.5a.5.5 0 0 1-1 0V11a.5.5 0 0 1 1 0m0 3a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 3.178 4.995.002.002.26.41a.5.5 0 0 0 .886-.083zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-plus\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-plus-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-slash\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z\'/><path d=\'M14.975 10.025a3.5 3.5 0 1 0-4.95 4.95 3.5 3.5 0 0 0 4.95-4.95m-4.243.707a2.5 2.5 0 0 1 3.147-.318l-3.465 3.465a2.5 2.5 0 0 1 .318-3.147m.39 3.854 3.464-3.465a2.501 2.501 0 0 1-3.465 3.465Z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-slash-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/><path d=\'M14.975 10.025a3.5 3.5 0 1 0-4.95 4.95 3.5 3.5 0 0 0 4.95-4.95m-4.243.707a2.5 2.5 0 0 1 3.147-.318l-3.465 3.465a2.5 2.5 0 0 1 .318-3.147m.39 3.854 3.464-3.465a2.501 2.501 0 0 1-3.465 3.465Z\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-x\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855a.75.75 0 0 0-.124 1.329l4.995 3.178 1.531 2.406a.5.5 0 0 0 .844-.536L6.637 10.07l7.494-7.494-1.895 4.738a.5.5 0 1 0 .928.372zm-2.54 1.183L5.93 9.363 1.591 6.602z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["communications, message, sending, sent, paper-plane"],"label":"send-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'send-x-fill\'><path d=\'M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 1.59 2.498C8 14 8 13 8 12.5a4.5 4.5 0 0 1 5.026-4.47zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["devices, server, network"],"label":"server","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'server\'><path d=\'M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4z\'/><path d=\'M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334a6.5 6.5 0 0 1-1.458.79C11.81 7.684 9.967 8 8 8s-3.809-.317-5.208-.876a6.5 6.5 0 0 1-1.458-.79z\'/><path d=\'M14.667 11.668a6.5 6.5 0 0 1-1.458.789c-1.4.56-3.242.876-5.21.876-1.966 0-3.809-.316-5.208-.876a6.5 6.5 0 0 1-1.458-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667z\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"shadows","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shadows\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8 7a.5.5 0 0 1 0-1h3.5q.048 0 .093.009A7 7 0 0 0 12.9 13H8a.5.5 0 0 1 0-1h5.745q.331-.474.581-1H8a.5.5 0 0 1 0-1h6.71a7 7 0 0 0 .22-1H8a.5.5 0 0 1 0-1h7q0-.51-.07-1H8a.5.5 0 0 1 0-1h6.71a7 7 0 0 0-.384-1H8a.5.5 0 0 1 0-1h5.745a7 7 0 0 0-.846-1H8a.5.5 0 0 1 0-1h3.608A7 7 0 1 0 8 15\'/></svg>"}},{"terms":["communications, share, link"],"label":"share","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'share\'><path d=\'M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\'/></svg>"}},{"terms":["communications, share, link"],"label":"share-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'share-fill\'><path d=\'M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-check","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-check\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/><path d=\'M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-exclamation","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-exclamation\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/><path d=\'M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0z\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-fill\'><path d=\'M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-fill-check","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-fill-check\'><path fill-rule=\'evenodd\' d=\'M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793z\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-fill-exclamation","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-fill-exclamation\'><path fill-rule=\'evenodd\' d=\'M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m-.55 8.502L7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0M8.002 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-fill-minus","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-fill-minus\'><path fill-rule=\'evenodd\' d=\'M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0M6 7.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1z\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-fill-plus","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-fill-plus\'><path fill-rule=\'evenodd\' d=\'M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m-.5 5a.5.5 0 0 1 1 0v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5z\'/></svg>"}},{"terms":["security, privacy, security, remove, delete"],"label":"shield-fill-x","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-fill-x\'><path d=\'M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0M6.854 5.146 8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["security, privacy, security, lock"],"label":"shield-lock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-lock\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/><path d=\'M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415\'/></svg>"}},{"terms":["security, privacy, security, lock"],"label":"shield-lock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-lock-fill\'><path fill-rule=\'evenodd\' d=\'M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-minus\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/><path d=\'M5.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-plus\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/><path d=\'M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["security, privacy, security"],"label":"shield-shaded","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-shaded\'><path fill-rule=\'evenodd\' d=\'M8 14.933a1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/></svg>"}},{"terms":["security, shield, badge"],"label":"shield-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-slash\'><path fill-rule=\'evenodd\' d=\'M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.3 11.3 0 0 0 1.733-1.525l-.745-.745a10.3 10.3 0 0 1-1.578 1.392c-.346.244-.652.42-.893.533q-.18.085-.293.118a1 1 0 0 1-.101.025 1 1 0 0 1-.1-.025 2 2 0 0 1-.294-.118 6 6 0 0 1-.893-.533 10.7 10.7 0 0 1-2.287-2.233C3.053 10.228 1.879 7.594 2.06 4.06zM3.98 1.98l-.852-.852A59 59 0 0 1 5.072.559C6.157.266 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616l-.77-.77c1.042-1.915 1.72-4.469 1.29-7.702a.48.48 0 0 0-.33-.39c-.65-.213-1.75-.56-2.836-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524a50 50 0 0 0-1.357.39zm9.666 12.374-13-13 .708-.708 13 13z\'/></svg>"}},{"terms":["security, shield, badge"],"label":"shield-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-slash-fill\'><path fill-rule=\'evenodd\' d=\'M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.3 11.3 0 0 0 1.733-1.525zm12.215 8.215L3.128 1.128A61 61 0 0 1 5.073.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616m.338 3.046-13-13 .708-.708 13 13z\'/></svg>"}},{"terms":["security, privacy, security, remove, delete"],"label":"shield-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shield-x\'><path d=\'M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56\'/><path d=\'M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"shift","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shift\'><path d=\'M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816zM14.346 9.5 8 2.731 1.654 9.5H4.5a1 1 0 0 1 1 1v3h5v-3a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["ui, and, keyboard, key"],"label":"shift-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shift-fill\'><path d=\'M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816z\'/></svg>"}},{"terms":["commerce, shop, store, market, marketplace, shopping, retail"],"label":"shop","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shop\'><path d=\'M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.37 2.37 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0M1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5M4 15h3v-5H4zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zm3 0h-2v3h2z\'/></svg>"}},{"terms":["commerce, shop, store, market, marketplace, shopping, retail"],"label":"shop-window","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shop-window\'><path d=\'M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.37 2.37 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0M1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5m2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["arrows, shuffle, random"],"label":"shuffle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'shuffle\'><path fill-rule=\'evenodd\' d=\'M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.6 9.6 0 0 0 7.556 8a9.6 9.6 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.6 10.6 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.6 9.6 0 0 0 6.444 8a9.6 9.6 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5\'/><path d=\'M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192m0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-dead-end","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-dead-end\'><path d=\'M4.783 6v2h.69c.593 0 .886-.359.886-1.002S6.07 6 5.473 6zm.333.28h.32c.395 0 .582.24.582.722 0 .48-.186.718-.581.718h-.321zM7.82 7.72h-.918v-.602h.863V6.85h-.863v-.57h.917V6H6.571v2H7.82zm.573-.274L8.216 8h-.34l.688-2h.371l.689 2h-.352l-.177-.554zm.627-.255-.268-.845h-.015l-.27.845zM9.746 6v2h.69c.593 0 .886-.359.886-1.002S11.032 6 10.436 6zm.333.28h.32c.394 0 .582.24.582.722 0 .48-.186.718-.582.718h-.32zm-4.173 4.44h.917V11H5.575V9h1.248v.28h-.917v.57h.863v.268h-.863zm1.489.28V9.56h.013L8.344 11h.292V9h-.32v1.436h-.014L7.369 9h-.293v2zm1.56 0V9h.69c.596 0 .886.355.886.998S10.238 11 9.645 11zm.653-1.72h-.32v1.44h.32c.395 0 .581-.239.581-.718 0-.481-.187-.722-.581-.722\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-dead-end-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-dead-end-fill\'><path d=\'M5.116 6.28h.32c.395 0 .582.24.582.722 0 .48-.186.718-.581.718h-.321zm3.636.066.268.845h-.552l.27-.845zm1.327-.066h.32c.394 0 .582.24.582.722 0 .48-.186.718-.582.718h-.32zm-.792 3h.32c.395 0 .582.24.582.722 0 .48-.186.718-.581.718h-.32z\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM4.782 6h.69c.596 0 .886.355.886.998S6.066 8 5.473 8h-.69zM7.82 7.72V8H6.571V6H7.82v.28h-.917v.57h.863v.268h-.863v.602zm.397.28h-.34l.688-2h.371l.689 2h-.352l-.177-.554h-.702L8.216 8Zm1.53-2h.69c.596 0 .886.355.886.998S11.03 8 10.436 8h-.69zm-2.923 4.72V11H5.575V9h1.248v.28h-.917v.57h.863v.268h-.863v.602zm.572.28h-.32V9h.294l.933 1.436h.014V9h.32v2h-.292l-.936-1.44h-.013zm1.56-2h.69c.596 0 .886.355.886.998S10.238 11 9.645 11h-.69z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-do-not-enter","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-do-not-enter\'><path d=\'M3.584 6V4h.69c.596 0 .886.355.886.998S4.867 6 4.274 6zm.653-1.72h-.32v1.44h.32c.396 0 .582-.239.582-.718 0-.481-.188-.722-.582-.722m2.729.585v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm-.337.274v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618m1.358-.579V6h-.319V4h.293l.933 1.436h.015V4h.319v2h-.291L8 4.56zm3.142.305v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm-.337.274v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618m1.236-.854V6h-.333V4.285h-.584V4h1.503v.285zM4.496 11.72h.917V12H4.165v-2h1.248v.28h-.917v.57h.862v.268h-.862zm1.489-1.16V12h-.32v-2h.294l.933 1.436h.014v-1.435h.32V12h-.292l-.936-1.44zm2.279-.275V12H7.93v-1.715h-.584V10H8.85v.284zM9.3 11.72h.917V12H8.97v-2h1.248v.28H9.3v.57h.863v.268H9.3zM10.47 10h.765c.42 0 .674.244.674.616a.575.575 0 0 1-.368.56l.404.824h-.373l-.36-.769h-.414V12h-.328zm.328.273v.694h.381c.245 0 .387-.115.387-.34 0-.228-.147-.354-.378-.354zM3.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m0-1A7 7 0 1 1 8 1a7 7 0 0 1 0 14\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-do-not-enter-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-do-not-enter-fill\'><path d=\'M4.237 4.28h-.32v1.44h.32c.396 0 .582-.239.582-.718 0-.481-.188-.722-.582-.722m2.392.859v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618m4.163 0v-.277c0-.413-.211-.617-.494-.617-.285 0-.495.204-.495.617v.277c0 .414.21.618.495.618.283 0 .494-.204.494-.618m.006 5.828v-.694h.39c.231 0 .378.126.378.354 0 .225-.142.34-.387.34z\'/><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M3.584 6V4h.69c.596 0 .886.355.886.998S4.867 6 4.274 6zm3.382-1.135v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm1.021-.305V6h-.319V4h.293l.933 1.436h.015V4h.319v2h-.291L8 4.56zm3.142.305v.272c0 .566-.318.903-.83.903-.513 0-.833-.337-.833-.903v-.272c0-.569.32-.904.832-.904.513 0 .83.337.83.904Zm.899-.58V6h-.333V4.285h-.584V4h1.503v.285zM5.413 11.72V12H4.165v-2h1.248v.28h-.917v.57h.862v.268h-.862v.602zm.572.28h-.32v-2h.294l.933 1.436h.014v-1.435h.32V12h-.292l-.936-1.44h-.013zm2.279 0H7.93v-1.715h-.584V10H8.85v.284h-.586zm1.953-.28V12H8.97v-2h1.248v.28H9.3v.57h.863v.268H9.3v.602zM11.235 10c.42 0 .674.244.674.616a.575.575 0 0 1-.368.56l.404.824h-.373l-.36-.769h-.414V12h-.328v-2zM3.5 7h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection\'><path d=\'M7.25 4v3.25H4v1.5h3.25V12h1.5V8.75H12v-1.5H8.75V4z\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM7.25 4h1.5v3.25H12v1.5H8.75V12h-1.5V8.75H4v-1.5h3.25z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-side","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-side\'><path d=\'M6.25 4v8h1.5V8.75H11v-1.5H7.75V4z\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-side-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-side-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM6.25 4h1.5v3.25H11v1.5H7.75V12h-1.5z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-t","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-t\'><path d=\'M5 5v1.5h2.25V12h1.5V6.5H11V5z\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-t-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-t-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM5 5h6v1.5H8.75V12h-1.5V6.5H5z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-y","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-y\'><path d=\'M10.493 5.197 8 7.483 5.507 5.197 4.493 6.303 7.25 8.83V12h1.5V8.83l2.757-2.527z\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-intersection-y-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-intersection-y-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm1.443 4.762 1.014 1.106L8.75 8.83V12h-1.5V8.83L4.493 6.303l1.014-1.106L8 7.483z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-merge-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-merge-left\'><path d=\'M7.25 6v1q-.211.451-.588.95c-.537.716-1.259 1.44-2.016 2.196l.708.708.015-.016c.652-.652 1.33-1.33 1.881-2.015V12h1.5V6h1.216a.25.25 0 0 0 .192-.41L8.192 3.23a.25.25 0 0 0-.384 0L5.842 5.59a.25.25 0 0 0 .192.41z\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-merge-left-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-merge-left-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM7.25 6H6.034a.25.25 0 0 1-.192-.41l1.966-2.36a.25.25 0 0 1 .384 0l1.966 2.36a.25.25 0 0 1-.192.41H8.75v6h-1.5V8.823c-.551.686-1.229 1.363-1.88 2.015l-.016.016-.708-.708c.757-.756 1.48-1.48 2.016-2.196q.377-.499.588-.95z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-merge-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-merge-right\'><path d=\'M8.75 6v1q.211.451.588.95c.537.716 1.259 1.44 2.016 2.196l-.708.708-.015-.016c-.652-.652-1.33-1.33-1.881-2.015V12h-1.5V6H6.034a.25.25 0 0 1-.192-.41l1.966-2.36a.25.25 0 0 1 .384 0l1.966 2.36a.25.25 0 0 1-.192.41z\'/><path fill-rule=\'evenodd\' d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-merge-right-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-merge-right-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM8.75 6v1q.211.451.588.95c.537.716 1.259 1.44 2.016 2.196l-.708.708-.015-.016c-.652-.652-1.33-1.33-1.881-2.015V12h-1.5V6H6.034a.25.25 0 0 1-.192-.41l1.966-2.36a.25.25 0 0 1 .384 0l1.966 2.36a.25.25 0 0 1-.192.41z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-no-left-turn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-no-left-turn\'><path d=\'M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8m3.416 5.29 5.988-5.987c.362.274.596.708.596 1.197V11h1V8.5c0-.765-.344-1.45-.885-1.908l3.176-3.176a7 7 0 0 1-9.874 9.874Zm-.707-.706a7 7 0 0 1 9.874-9.874L9.196 6.097A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966.026.02zM8.293 7 7 8.293V7z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-no-left-turn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-no-left-turn-fill\'><path d=\'M2 13.292A8 8 0 0 1 13.293 2L9.195 6.099A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966.026.02zm.708.708A8 8 0 0 0 14 2.707l-3.885 3.884C10.656 7.05 11 7.735 11 8.5V11h-1V8.5c0-.489-.234-.923-.596-1.197l-6.696 6.696Z\'/><path d=\'M8.293 7 7 8.293V7z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-no-parking","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-no-parking\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m5.29-3.416L9.63 8.923C10.5 8.523 11 7.66 11 6.586c0-1.482-.955-2.584-2.538-2.584H5.5v.79L3.416 2.71a7 7 0 0 1 9.874 9.874m-.706.707A7 7 0 0 1 2.71 3.417l2.79 2.79V12h1.283V9.164h1.674zM8.726 8.019 6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482 0 .769-.35 1.273-.963 1.433m-1.949-.534.59.59h-.59z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-no-parking-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-no-parking-fill\'><path d=\'M13.292 14A8 8 0 0 1 2 2.707l3.5 3.5V12h1.283V9.164h1.674zm.708-.708-4.37-4.37C10.5 8.524 11 7.662 11 6.587c0-1.482-.955-2.584-2.538-2.584H5.5v.79L2.708 2.002A8 8 0 0 1 14 13.293Z\'/><path d=\'M6.777 7.485v.59h.59zm1.949.535L6.777 6.07v-.966H8.27c.893 0 1.419.539 1.419 1.482 0 .769-.35 1.273-.963 1.433Z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-no-right-turn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-no-right-turn\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.416 5.29L6.596 7.304A1.5 1.5 0 0 0 6 8.5V11H5V8.5c0-.765.344-1.45.885-1.908L2.709 3.416a7 7 0 0 0 9.874 9.874Zm.707-.706A7 7 0 0 0 3.417 2.71l3.388 3.388Q7.137 6.001 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658l-.026.02zM7.707 7 9 8.293V7z\'/></svg>"}},{"terms":["transportation, road, driving, directions"],"label":"sign-no-right-turn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-no-right-turn-fill\'><path d=\'M14 13.292A8 8 0 0 0 2.707 2l4.097 4.098Q7.137 6.001 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658l-.026.02zm-.708.708A8 8 0 0 1 2 2.707l3.885 3.884A2.5 2.5 0 0 0 5 8.5V11h1V8.5c0-.489.234-.923.596-1.197l6.696 6.696Z\'/><path d=\'M7.707 7 9 8.293V7z\'/></svg>"}},{"terms":["transportation, road, driving, train, tracks"],"label":"sign-railroad","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-railroad\'><path d=\'M11.303 6.584h1.064c.592 0 .936.334.936.844a.79.79 0 0 1-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521zm.521.414v.861h.46c.292 0 .474-.14.474-.421 0-.286-.188-.44-.467-.44zm-8.771-.414h1.064c.592 0 .936.334.936.844 0 .39-.242.654-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521zm.521.414v.861h.46c.292 0 .474-.14.474-.421 0-.286-.188-.44-.467-.44z\'/><path d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L4.923 3.861 8 6.939l3.078-3.077L8.35 1.134Zm3.788 3.788L9.061 8l3.077 3.078 2.728-2.728a.495.495 0 0 0 0-.7zm-1.06 7.215L8 9.061l-3.077 3.077 2.727 2.728a.495.495 0 0 0 .7 0zm-7.216-1.06L6.939 8 3.862 4.923 1.134 7.65a.495.495 0 0 0 0 .7z\'/></svg>"}},{"terms":["transportation, road, driving, train, tracks"],"label":"sign-railroad-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-railroad-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L4.224 3.162 8 6.94l3.777-3.777L9.049.435Zm3.274 7.425v-.862h.467c.28 0 .467.154.467.44 0 .28-.182.421-.475.421h-.459Z\'/><path d=\'M12.838 4.223 9.06 8l3.777 3.777 2.727-2.728c.58-.58.58-1.519 0-2.098zm.03 2.361c.591 0 .935.334.935.844a.79.79 0 0 1-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521V6.584h1.064Zm-1.091 6.254L8 9.06l-3.777 3.777 2.728 2.727c.58.58 1.519.58 2.098 0zm-8.953-5.84v.861h.46c.292 0 .474-.14.474-.421 0-.286-.188-.44-.467-.44z\'/><path d=\'M3.162 11.777 6.94 8 3.162 4.223.435 6.951c-.58.58-.58 1.519 0 2.098zm-.86-5.193h1.065c.592 0 .936.334.936.844 0 .39-.242.654-.485.748l.536 1.074h-.59l-.467-.994h-.473v.994h-.521V6.584Z\'/></svg>"}},{"terms":["transportation, stop, sign, intersection, road, driving"],"label":"sign-stop","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-stop\'><path d=\'M3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583.524 0 .83-.246.83-.62 0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078 0-.706.597-1.184 1.444-1.184.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542-.472 0-.77.246-.77.6 0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11 0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Z\'/><path fill-rule=\'evenodd\' d=\'M11.045 7.73v.544c0 1.131-.636 1.805-1.661 1.805-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807s1.66.674 1.66 1.807Zm-.674.547v-.553c0-.827-.422-1.234-.987-1.234-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237.565 0 .987-.408.987-1.237m1.15-2.276h1.535c.82 0 1.316.55 1.316 1.292 0 .747-.501 1.289-1.321 1.289h-.865V10h-.665zm1.436 2.036c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z\'/><path fill-rule=\'evenodd\' d=\'M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0zM1 5.1 5.1 1h5.8L15 5.1v5.8L10.9 15H5.1L1 10.9z\'/></svg>"}},{"terms":["transportation, stop, sign, intersection, road, driving"],"label":"sign-stop-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-stop-fill\'><path d=\'M10.371 8.277v-.553c0-.827-.422-1.234-.987-1.234-.572 0-.99.407-.99 1.234v.553c0 .83.418 1.237.99 1.237.565 0 .987-.408.987-1.237m2.586-.24c.463 0 .735-.272.735-.744s-.272-.741-.735-.741h-.774v1.485z\'/><path d=\'M4.893 0a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146A.5.5 0 0 0 11.107 0zM3.16 10.08c-.931 0-1.447-.493-1.494-1.132h.653c.065.346.396.583.891.583.524 0 .83-.246.83-.62 0-.303-.203-.467-.637-.572l-.656-.164c-.61-.147-.978-.51-.978-1.078 0-.706.597-1.184 1.444-1.184.853 0 1.386.475 1.436 1.087h-.645c-.064-.32-.352-.542-.797-.542-.472 0-.77.246-.77.6 0 .261.196.437.553.522l.654.161c.673.164 1.06.487 1.06 1.11 0 .736-.574 1.228-1.544 1.228Zm3.427-3.51V10h-.665V6.57H4.753V6h3.006v.568H6.587Zm4.458 1.16v.544c0 1.131-.636 1.805-1.661 1.805-1.026 0-1.664-.674-1.664-1.805V7.73c0-1.136.638-1.807 1.664-1.807s1.66.674 1.66 1.807ZM11.52 6h1.535c.82 0 1.316.55 1.316 1.292 0 .747-.501 1.289-1.321 1.289h-.865V10h-.665V6.001Z\'/></svg>"}},{"terms":["transportation, stop, sign, intersection, road, driving"],"label":"sign-stop-lights","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-stop-lights\'><path d=\'M6 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1 2a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z\'/></svg>"}},{"terms":["transportation, stop, sign, intersection, road, driving"],"label":"sign-stop-lights-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-stop-lights-fill\'><path d=\'M8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM6 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-left\'><path d=\'M11 8.5A2.5 2.5 0 0 0 8.5 6H7V4.534a.25.25 0 0 0-.41-.192L4.23 6.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 7 8.466V7h1.5A1.5 1.5 0 0 1 10 8.5V11h1z\'/><path fill-rule=\'evenodd\' d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-left-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-left-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM7 8.466a.25.25 0 0 1-.41.192L4.23 6.692a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V6h1.5A2.5 2.5 0 0 1 11 8.5V11h-1V8.5A1.5 1.5 0 0 0 8.5 7H7z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-right\'><path d=\'M5 8.5A2.5 2.5 0 0 1 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658A.25.25 0 0 1 9 8.466V7H7.5A1.5 1.5 0 0 0 6 8.5V11H5z\'/><path fill-rule=\'evenodd\' d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-right-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-right-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM9 8.466V7H7.5A1.5 1.5 0 0 0 6 8.5V11H5V8.5A2.5 2.5 0 0 1 7.5 6H9V4.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L9.41 8.658A.25.25 0 0 1 9 8.466\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-slight-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-slight-left\'><path d=\'m7.665 6.982-.8 1.386a.25.25 0 0 1-.451-.039l-1.06-2.882a.25.25 0 0 1 .192-.333l3.026-.523a.25.25 0 0 1 .26.371l-.667 1.154.621.373A2.5 2.5 0 0 1 10 8.632V11H9V8.632a1.5 1.5 0 0 0-.728-1.286z\'/><path fill-rule=\'evenodd\' d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-slight-left-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-slight-left-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098zM6.864 8.368a.25.25 0 0 1-.451-.039l-1.06-2.882a.25.25 0 0 1 .192-.333l3.026-.523a.25.25 0 0 1 .26.371l-.667 1.154.621.373A2.5 2.5 0 0 1 10 8.632V11H9V8.632a1.5 1.5 0 0 0-.728-1.286l-.607-.364-.8 1.386Z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-slight-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-slight-right\'><path d=\'m8.335 6.982.8 1.386a.25.25 0 0 0 .451-.039l1.06-2.882a.25.25 0 0 0-.192-.333l-3.026-.523a.25.25 0 0 0-.26.371l.667 1.154-.621.373A2.5 2.5 0 0 0 6 8.632V11h1V8.632a1.5 1.5 0 0 1 .728-1.286z\'/><path fill-rule=\'evenodd\' d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134Z\'/></svg>"}},{"terms":["transportation, road, driving, navigate, navigation, route"],"label":"sign-turn-slight-right-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-turn-slight-right-fill\'><path d=\'M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.48 1.48 0 0 1 0-2.098zm1.385 6.547.8 1.386a.25.25 0 0 0 .451-.039l1.06-2.882a.25.25 0 0 0-.192-.333l-3.026-.523a.25.25 0 0 0-.26.371l.667 1.154-.621.373A2.5 2.5 0 0 0 6 8.632V11h1V8.632a1.5 1.5 0 0 1 .728-1.286z\'/></svg>"}},{"terms":["transportation, road, driving, intersection"],"label":"sign-yield","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-yield\'><path d=\'M5.506 6.232V7H5.11v-.76L4.44 5h.44l.424.849h.016L5.748 5h.428zM6.628 5v2h-.396V5zm.684 1.676h.895V7H6.919V5h1.288v.324h-.895v.513h.842v.303h-.842zm1.521-.013h.848V7H8.437V5h.396z\'/><path fill-rule=\'evenodd\' d=\'M9.804 7V5h.73c.607 0 .894.364.894.995 0 .636-.291 1.005-.895 1.005zm.676-1.677h-.28v1.353h.28c.372 0 .54-.222.54-.674 0-.45-.169-.68-.54-.68Z\'/><path fill-rule=\'evenodd\' d=\'M7.022 14.434a1.131 1.131 0 0 0 1.96 0l6.857-11.667c.457-.778-.092-1.767-.98-1.767H1.144c-.889 0-1.437.99-.98 1.767zm.98-.434a.13.13 0 0 1-.064-.016.15.15 0 0 1-.054-.057L1.027 2.26a.18.18 0 0 1-.002-.183.2.2 0 0 1 .054-.06A.1.1 0 0 1 1.145 2h13.713a.12.12 0 0 1 .066.017q.028.015.055.06a.18.18 0 0 1-.003.183L8.12 13.927a.15.15 0 0 1-.054.057.13.13 0 0 1-.063.016Z\'/></svg>"}},{"terms":["transportation, road, driving, intersection"],"label":"sign-yield-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sign-yield-fill\'><path d=\'M10.48 5.323h-.28v1.353h.28c.372 0 .54-.222.54-.674 0-.45-.169-.68-.54-.68Z\'/><path d=\'M7.022 14.434a1.131 1.131 0 0 0 1.96 0l6.857-11.667c.457-.778-.092-1.767-.98-1.767H1.144c-.889 0-1.437.99-.98 1.767zM5.506 6.232V7H5.11v-.76L4.44 5h.44l.424.849h.016L5.748 5h.428zM6.628 5v2h-.396V5zm.684 1.676h.895V7H6.919V5h1.288v.324h-.895v.513h.842v.303h-.842zm1.521-.013h.848V7H8.437V5h.396zm.97.337V5h.73c.608 0 .895.364.895.995 0 .636-.291 1.005-.895 1.005z\'/></svg>"}},{"terms":["brand, social"],"label":"signal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signal\'><path d=\'m6.08.234.179.727a7.3 7.3 0 0 0-2.01.832l-.383-.643A7.9 7.9 0 0 1 6.079.234zm3.84 0L9.742.96a7.3 7.3 0 0 1 2.01.832l.388-.643A8 8 0 0 0 9.92.234m-8.77 3.63a8 8 0 0 0-.916 2.215l.727.18a7.3 7.3 0 0 1 .832-2.01l-.643-.386zM.75 8a7 7 0 0 1 .081-1.086L.091 6.8a8 8 0 0 0 0 2.398l.74-.112A7 7 0 0 1 .75 8m11.384 6.848-.384-.64a7.2 7.2 0 0 1-2.007.831l.18.728a8 8 0 0 0 2.211-.919M15.251 8q0 .547-.082 1.086l.74.112a8 8 0 0 0 0-2.398l-.74.114q.082.54.082 1.086m.516 1.918-.728-.18a7.3 7.3 0 0 1-.832 2.012l.643.387a8 8 0 0 0 .917-2.219m-6.68 5.25c-.72.11-1.453.11-2.173 0l-.112.742a8 8 0 0 0 2.396 0l-.112-.741zm4.75-2.868a7.2 7.2 0 0 1-1.537 1.534l.446.605a8 8 0 0 0 1.695-1.689zM12.3 2.163c.587.432 1.105.95 1.537 1.537l.604-.45a8 8 0 0 0-1.69-1.691zM2.163 3.7A7.2 7.2 0 0 1 3.7 2.163l-.45-.604a8 8 0 0 0-1.691 1.69l.604.45zm12.688.163-.644.387c.377.623.658 1.3.832 2.007l.728-.18a8 8 0 0 0-.916-2.214M6.913.831a7.3 7.3 0 0 1 2.172 0l.112-.74a8 8 0 0 0-2.396 0zM2.547 14.64 1 15l.36-1.549-.729-.17-.361 1.548a.75.75 0 0 0 .9.902l1.548-.357zM.786 12.612l.732.168.25-1.073A7.2 7.2 0 0 1 .96 9.74l-.727.18a8 8 0 0 0 .736 1.902l-.184.79zm3.5 1.623-1.073.25.17.731.79-.184c.6.327 1.239.574 1.902.737l.18-.728a7.2 7.2 0 0 1-1.962-.811zM8 1.5a6.5 6.5 0 0 0-6.498 6.502 6.5 6.5 0 0 0 .998 3.455l-.625 2.668L4.54 13.5a6.502 6.502 0 0 0 6.93-11A6.5 6.5 0 0 0 8 1.5\'/></svg>"}},{"terms":["real, world, milestone, sign, road, sign, street, sign, directions"],"label":"signpost","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signpost\'><path d=\'M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0M12.532 5l1.666 2-1.666 2H2V5z\'/></svg>"}},{"terms":["real, world, milestone, sign, road, sign, street, sign, directions"],"label":"signpost-2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signpost-2\'><path d=\'M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0M13.5 3l.75 1-.75 1H2V3zm.5 5v2H2.5l-.75-1 .75-1z\'/></svg>"}},{"terms":["real, world, milestone, sign, road, sign, street, sign, directions"],"label":"signpost-2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signpost-2-fill\'><path d=\'M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707\'/></svg>"}},{"terms":["real, world, milestone, sign, road, sign, street, sign, directions"],"label":"signpost-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signpost-fill\'><path d=\'M7.293.707A1 1 0 0 0 7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414A1 1 0 0 0 7.293.707\'/></svg>"}},{"terms":["real, world, milestone, sign, road, sign, street, sign, directions"],"label":"signpost-split","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signpost-split\'><path d=\'M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7zm1 3V8H2l-.75 1L2 10zm0-5h6l.75-1L14 3H8z\'/></svg>"}},{"terms":["real, world, milestone, sign, road, sign, street, sign, directions"],"label":"signpost-split-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'signpost-split-fill\'><path d=\'M7 16h2V6h5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.8 2.4A1 1 0 0 0 14 2H9v-.586a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4L.225 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4h5z\'/></svg>"}},{"terms":["devices, mobile, carrier"],"label":"sim","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sim\'><path d=\'M2 1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44l1.915 1.914A1.5 1.5 0 0 1 14 3.414V14.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5zM3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V3.414a.5.5 0 0 0-.146-.353l-1.915-1.915A.5.5 0 0 0 10.586 1z\'/><path d=\'M5.5 4a.5.5 0 0 0-.5.5V6h2.5V4zm3 0v2H11V4.5a.5.5 0 0 0-.5-.5zM11 7H5v2h6zm0 3H8.5v2h2a.5.5 0 0 0 .5-.5zm-3.5 2v-2H5v1.5a.5.5 0 0 0 .5.5zM4 4.5A1.5 1.5 0 0 1 5.5 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5z\'/></svg>"}},{"terms":["devices, mobile, carrier"],"label":"sim-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sim-fill\'><path d=\'M5 4.5a.5.5 0 0 1 .5-.5h2v2H5zM8.5 6V4h2a.5.5 0 0 1 .5.5V6zM5 7h6v2H5zm3.5 3H11v1.5a.5.5 0 0 1-.5.5h-2zm-1 0v2h-2a.5.5 0 0 1-.5-.5V10z\'/><path d=\'M3.5 0A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5V3.414a1.5 1.5 0 0 0-.44-1.06L11.647.439A1.5 1.5 0 0 0 10.586 0zm2 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7A1.5 1.5 0 0 1 5.5 3\'/></svg>"}},{"terms":["devices, mobile, carrier"],"label":"sim-slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sim-slash\'><path d=\'m11.646.44.897.896-.707.707-.897-.897A.5.5 0 0 0 10.586 1H3.5a.5.5 0 0 0-.5.5v9.379l-1 1V1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44M10.5 3q.175 0 .34.039L9.879 4H8.5v1.379L6.879 7H5v1.879l-1 1V4.5A1.5 1.5 0 0 1 5.5 3zM12 6.121l-1 1V9H9.121L7.5 10.621V12H6.121l-.961.961q.165.039.34.039h5a1.5 1.5 0 0 0 1.5-1.5zM3.5 15a.5.5 0 0 1-.288-.091l-.71.71c.265.237.615.381.998.381h9a1.5 1.5 0 0 0 1.5-1.5V4.121l-1 1V14.5a.5.5 0 0 1-.5.5zm2-11a.5.5 0 0 0-.5.5V6h2.5V4zm5.5 6v1.5a.5.5 0 0 1-.5.5h-2v-2zm3.854-8.146a.5.5 0 0 0-.708-.708l-13 13a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["devices, mobile, carrier"],"label":"sim-slash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sim-slash-fill\'><path d=\'m11.646.44.897.896-1.703 1.703A1.5 1.5 0 0 0 10.5 3h-5A1.5 1.5 0 0 0 4 4.5v5.379l-2 2V1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44M8.5 5.378 9.879 4H8.5zM5 8.879 6.879 7H5zm6-1.758L9.121 9H11zm-3.5 3.5L6.121 12H7.5zM5.5 13q-.175 0-.34-.039L2.502 15.62c.265.236.615.38.998.38h9a1.5 1.5 0 0 0 1.5-1.5V4.121l-2 2V11.5a1.5 1.5 0 0 1-1.5 1.5zM5 4.5a.5.5 0 0 1 .5-.5h2v2H5zM8.5 10H11v1.5a.5.5 0 0 1-.5.5h-2zm6.354-8.146a.5.5 0 0 0-.708-.708l-13 13a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["brand, social"],"label":"sina-weibo","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sina-weibo\'><path d=\'M10.878 1.093a4.23 4.23 0 0 1 4.031 1.305 4.22 4.22 0 0 1 .886 4.14v.001a.612.612 0 0 1-1.166-.377 3.01 3.01 0 0 0-3.495-3.873.611.611 0 1 1-.256-1.196M3.753 9.465c.548-1.11 1.972-1.74 3.233-1.411 1.304.338 1.971 1.568 1.437 2.764-.541 1.221-2.095 1.875-3.416 1.449-1.271-.411-1.812-1.67-1.254-2.802m2.658.567c.16.066.365-.009.458-.168.088-.16.03-.34-.129-.397-.156-.062-.353.013-.446.168-.09.154-.041.333.117.397m-1.607 1.314c.413.188.963.009 1.219-.4.252-.413.12-.883-.296-1.062-.41-.172-.94.005-1.194.402-.256.4-.135.874.271 1.06\'/><path d=\'m12.014 7.238.005.001c.919.285 1.941.974 1.939 2.188 0 2.007-2.895 4.535-7.246 4.535C3.393 13.962 0 12.352 0 9.708c0-1.385.876-2.985 2.384-4.493C4.4 3.199 6.751 2.28 7.634 3.165c.39.392.427 1.065.177 1.87-.132.405.38.182.38.182 1.63-.682 3.051-.722 3.57.02.278.397.252.951-.004 1.594-.116.293.035.34.257.407m-10.4 3.101c.172 1.738 2.46 2.936 5.109 2.674 2.647-.26 4.656-1.883 4.482-3.623-.17-1.738-2.458-2.937-5.107-2.674-2.647.263-4.656 1.883-4.484 3.623m11.681-6.484a2.06 2.06 0 0 0-1.962-.634.526.526 0 1 0 .219 1.031 1.008 1.008 0 0 1 1.17 1.296.528.528 0 0 0 1.005.325 2.06 2.06 0 0 0-.432-2.018\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-backward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-backward\'><path d=\'M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5m7 1.133L1.696 8 7.5 11.367zm7.5 0L9.196 8 15 11.367z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-backward-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-backward-btn\'><path d=\'M11.21 5.093A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8.5 8.972V10.5a.5.5 0 0 1-.79.407L5 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935a.5.5 0 0 1 .79.407v1.528z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-backward-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-backward-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m11.21-6.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-backward-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-backward-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M11.729 5.055a.5.5 0 0 0-.52.038L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-backward-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-backward-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.79-2.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-backward-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-backward-fill\'><path d=\'M.5 3.5A.5.5 0 0 0 0 4v8a.5.5 0 0 0 1 0V8.753l6.267 3.636c.54.313 1.233-.066 1.233-.697v-2.94l6.267 3.636c.54.314 1.233-.065 1.233-.696V4.308c0-.63-.693-1.01-1.233-.696L8.5 7.248v-2.94c0-.63-.692-1.01-1.233-.696L1 7.248V4a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-end","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-end\'><path d=\'M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.713 3.31 4 3.655 4 4.308v7.384c0 .653.713.998 1.233.696L11.5 8.752V12a.5.5 0 0 0 1 0zM5 4.633 10.804 8 5 11.367z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-end-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-end-btn\'><path d=\'M6.79 5.093 9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .79-.407\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-end-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-end-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-end-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-end-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M6.271 5.055a.5.5 0 0 1 .52.038L9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-end-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-end-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-end-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-end-fill\'><path d=\'M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.693 3.3 4 3.678 4 4.308v7.384c0 .63.692 1.01 1.233.697L11.5 8.753V12a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-forward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-forward\'><path d=\'M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.752l-6.267 3.636c-.52.302-1.233-.043-1.233-.696v-2.94l-6.267 3.636C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696L7.5 7.248v-2.94c0-.653.713-.998 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5M1 4.633v6.734L6.804 8zm7.5 0v6.734L14.304 8z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-forward-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-forward-btn\'><path d=\'M4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-forward-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-forward-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m4.79-6.907A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-forward-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-forward-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.271 5.055a.5.5 0 0 1 .52.038L7.5 7.028V5.5a.5.5 0 0 1 .79-.407L11 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935a.5.5 0 0 1-.79-.407V8.972l-2.71 1.935A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-forward-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-forward-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-forward-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-forward-fill\'><path d=\'M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.753l-6.267 3.636c-.54.313-1.233-.066-1.233-.697v-2.94l-6.267 3.636C.693 12.703 0 12.324 0 11.693V4.308c0-.63.693-1.01 1.233-.696L7.5 7.248v-2.94c0-.63.693-1.01 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-start","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-start\'><path d=\'M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L5 8.752V12a.5.5 0 0 1-1 0zm7.5.633L5.696 8l5.804 3.367z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-start-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-start-btn\'><path d=\'M9.71 5.093a.5.5 0 0 1 .79.407v5a.5.5 0 0 1-.79.407L7 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-start-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-start-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m9.71-6.907L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-start-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-start-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M10.229 5.055a.5.5 0 0 0-.52.038L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.271-.445\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-start-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-start-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M9.71 5.093 7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"skip-start-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skip-start-fill\'><path d=\'M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.54-.313 1.232.066 1.232.696v7.384c0 .63-.692 1.01-1.232.697L5 8.753V12a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["brand, social, microsoft"],"label":"skype","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'skype\'><path d=\'M4.671 0c.88 0 1.733.247 2.468.702a7.42 7.42 0 0 1 6.02 2.118 7.37 7.37 0 0 1 2.167 5.215q0 .517-.072 1.026a4.66 4.66 0 0 1 .6 2.281 4.64 4.64 0 0 1-1.37 3.294A4.67 4.67 0 0 1 11.18 16c-.84 0-1.658-.226-2.37-.644a7.42 7.42 0 0 1-6.114-2.107A7.37 7.37 0 0 1 .529 8.035q0-.545.08-1.081a4.644 4.644 0 0 1 .76-5.59A4.68 4.68 0 0 1 4.67 0zm.447 7.01c.18.309.43.572.729.769a7 7 0 0 0 1.257.653q.737.308 1.145.523c.229.112.437.264.615.448.135.142.21.331.21.528a.87.87 0 0 1-.335.723c-.291.196-.64.289-.99.264a2.6 2.6 0 0 1-1.048-.206 11 11 0 0 1-.532-.253 1.3 1.3 0 0 0-.587-.15.72.72 0 0 0-.501.176.63.63 0 0 0-.195.491.8.8 0 0 0 .148.482 1.2 1.2 0 0 0 .456.354 5.1 5.1 0 0 0 2.212.419 4.6 4.6 0 0 0 1.624-.265 2.3 2.3 0 0 0 1.08-.801c.267-.39.402-.855.386-1.327a2.1 2.1 0 0 0-.279-1.101 2.5 2.5 0 0 0-.772-.792A7 7 0 0 0 8.486 7.3a1 1 0 0 0-.145-.058 18 18 0 0 1-1.013-.447 1.8 1.8 0 0 1-.54-.387.73.73 0 0 1-.2-.508.8.8 0 0 1 .385-.723 1.76 1.76 0 0 1 .968-.247c.26-.003.52.03.772.096q.412.119.802.293c.105.049.22.075.336.076a.6.6 0 0 0 .453-.19.7.7 0 0 0 .18-.496.72.72 0 0 0-.17-.476 1.4 1.4 0 0 0-.556-.354 3.7 3.7 0 0 0-.708-.183 6 6 0 0 0-1.022-.078 4.5 4.5 0 0 0-1.536.258 2.7 2.7 0 0 0-1.174.784 1.9 1.9 0 0 0-.45 1.287c-.01.37.076.736.25 1.063\'/></svg>"}},{"terms":["brand, social"],"label":"slack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slack\'><path d=\'M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111.756 8.43 1.68 8.43h1.682zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682zm6.749 1.682c0-.926.755-1.682 1.68-1.682S16 4.964 16 5.889s-.756 1.681-1.68 1.681h-1.681zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68s.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, shape, stop, ban, false"],"label":"slash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slash\'><path d=\'M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, shape, stop, ban, false"],"label":"slash-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slash-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, shape, stop, ban, false"],"label":"slash-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slash-lg\'><path fill-rule=\'evenodd\' d=\'M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, shape, stop, ban, false"],"label":"slash-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slash-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, shape, stop, ban, false"],"label":"slash-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'slash-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm9.354 5.354-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708.708\'/></svg>"}},{"terms":["graphics, equalizer, settings, preferences, dials"],"label":"sliders","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sliders\'><path fill-rule=\'evenodd\' d=\'M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1z\'/></svg>"}},{"terms":["graphics, equalizer, settings, preferences, dials"],"label":"sliders2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sliders2\'><path fill-rule=\'evenodd\' d=\'M10.5 1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4H1.5a.5.5 0 0 1 0-1H10V1.5a.5.5 0 0 1 .5-.5M12 3.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m-6.5 2A.5.5 0 0 1 6 6v1.5h8.5a.5.5 0 0 1 0 1H6V10a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5M1 8a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 1 8m9.5 2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V13H1.5a.5.5 0 0 1 0-1H10v-1.5a.5.5 0 0 1 .5-.5m1.5 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["graphics, equalizer, settings, preferences, dials"],"label":"sliders2-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sliders2-vertical\'><path fill-rule=\'evenodd\' d=\'M0 10.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H3V1.5a.5.5 0 0 0-1 0V10H.5a.5.5 0 0 0-.5.5M2.5 12a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5m3-6.5A.5.5 0 0 0 6 6h1.5v8.5a.5.5 0 0 0 1 0V6H10a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5M8 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2A.5.5 0 0 0 8 1m3 9.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H14V1.5a.5.5 0 0 0-1 0V10h-1.5a.5.5 0 0 0-.5.5m2.5 1.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-2a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["devices, watch, wearables"],"label":"smartwatch","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'smartwatch\'><path d=\'M9 5a.5.5 0 0 0-1 0v3H6a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 .5-.5z\'/><path d=\'M4 1.667v.383A2.5 2.5 0 0 0 2 4.5v7a2.5 2.5 0 0 0 2 2.45v.383C4 15.253 4.746 16 5.667 16h4.666c.92 0 1.667-.746 1.667-1.667v-.383a2.5 2.5 0 0 0 2-2.45V8h.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H14v-.5a2.5 2.5 0 0 0-2-2.45v-.383C12 .747 11.254 0 10.333 0H5.667C4.747 0 4 .746 4 1.667M4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-7A1.5 1.5 0 0 1 4.5 3\'/></svg>"}},{"terms":["brand, social"],"label":"snapchat","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'snapchat\'><path d=\'M15.943 11.526c-.111-.303-.323-.465-.564-.599a1 1 0 0 0-.123-.064l-.219-.111c-.752-.399-1.339-.902-1.746-1.498a3.4 3.4 0 0 1-.3-.531c-.034-.1-.032-.156-.008-.207a.3.3 0 0 1 .097-.1c.129-.086.262-.173.352-.231.162-.104.289-.187.371-.245.309-.216.525-.446.66-.702a1.4 1.4 0 0 0 .069-1.16c-.205-.538-.713-.872-1.329-.872a1.8 1.8 0 0 0-.487.065c.006-.368-.002-.757-.035-1.139-.116-1.344-.587-2.048-1.077-2.61a4.3 4.3 0 0 0-1.095-.881C9.764.216 8.92 0 7.999 0s-1.76.216-2.505.641c-.412.232-.782.53-1.097.883-.49.562-.96 1.267-1.077 2.61-.033.382-.04.772-.036 1.138a1.8 1.8 0 0 0-.487-.065c-.615 0-1.124.335-1.328.873a1.4 1.4 0 0 0 .067 1.161c.136.256.352.486.66.701.082.058.21.14.371.246l.339.221a.4.4 0 0 1 .109.11c.026.053.027.11-.012.217a3.4 3.4 0 0 1-.295.52c-.398.583-.968 1.077-1.696 1.472-.385.204-.786.34-.955.8-.128.348-.044.743.28 1.075q.18.189.409.31a4.4 4.4 0 0 0 1 .4.7.7 0 0 1 .202.09c.118.104.102.26.259.488q.12.178.296.3c.33.229.701.243 1.095.258.355.014.758.03 1.217.18.19.064.389.186.618.328.55.338 1.305.802 2.566.802 1.262 0 2.02-.466 2.576-.806.227-.14.424-.26.609-.321.46-.152.863-.168 1.218-.181.393-.015.764-.03 1.095-.258a1.14 1.14 0 0 0 .336-.368c.114-.192.11-.327.217-.42a.6.6 0 0 1 .19-.087 4.5 4.5 0 0 0 1.014-.404c.16-.087.306-.2.429-.336l.004-.005c.304-.325.38-.709.256-1.047m-1.121.602c-.684.378-1.139.337-1.493.565-.3.193-.122.61-.34.76-.269.186-1.061-.012-2.085.326-.845.279-1.384 1.082-2.903 1.082s-2.045-.801-2.904-1.084c-1.022-.338-1.816-.14-2.084-.325-.218-.15-.041-.568-.341-.761-.354-.228-.809-.187-1.492-.563-.436-.24-.189-.39-.044-.46 2.478-1.199 2.873-3.05 2.89-3.188.022-.166.045-.297-.138-.466-.177-.164-.962-.65-1.18-.802-.36-.252-.52-.503-.402-.812.082-.214.281-.295.49-.295a1 1 0 0 1 .197.022c.396.086.78.285 1.002.338q.04.01.082.011c.118 0 .16-.06.152-.195-.026-.433-.087-1.277-.019-2.066.094-1.084.444-1.622.859-2.097.2-.229 1.137-1.22 2.93-1.22 1.792 0 2.732.987 2.931 1.215.416.475.766 1.013.859 2.098.068.788.009 1.632-.019 2.065-.01.142.034.195.152.195a.4.4 0 0 0 .082-.01c.222-.054.607-.253 1.002-.338a1 1 0 0 1 .197-.023c.21 0 .409.082.49.295.117.309-.04.56-.401.812-.218.152-1.003.638-1.18.802-.184.169-.16.3-.139.466.018.14.413 1.991 2.89 3.189.147.073.394.222-.041.464\'/></svg>"}},{"terms":["weather, blizzard, flurries"],"label":"snow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'snow\'><path d=\'M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793V8.866l-3.4 1.963-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495L7 8 3.6 6.037l-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849L7.5 7.134V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 1 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v3.927l3.4-1.963.496-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l3.4 1.963 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-3.4-1.963v3.927l1.353 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5z\'/></svg>"}},{"terms":["weather, blizzard, flurries"],"label":"snow2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'snow2\'><path d=\'M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.086l-.646.647a.5.5 0 0 1-.707-.708L7.5 10.293V8.866l-1.236.713-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-.94.542-.496 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.884-.237a.5.5 0 1 1 .26-.966l1.848.495.94-.542-.882-.237a.5.5 0 1 1 .258-.966l1.85.495L7 8l-1.236-.713-1.849.495a.5.5 0 1 1-.258-.966l.883-.237-.94-.542-1.85.495a.5.5 0 0 1-.258-.966l.883-.237-1.12-.646a.5.5 0 1 1 .5-.866l1.12.646-.237-.883a.5.5 0 0 1 .966-.258l.495 1.849.94.542-.236-.883a.5.5 0 0 1 .966-.258l.495 1.849 1.236.713V5.707L6.147 4.354a.5.5 0 1 1 .707-.708l.646.647V3.207L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.086l.647-.647a.5.5 0 1 1 .707.708L8.5 5.707v1.427l1.236-.713.495-1.85a.5.5 0 1 1 .966.26l-.236.882.94-.542.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-.94.542.883.237a.5.5 0 1 1-.26.966l-1.848-.495L9 8l1.236.713 1.849-.495a.5.5 0 0 1 .259.966l-.883.237.94.542 1.849-.495a.5.5 0 0 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-.94-.542.236.883a.5.5 0 0 1-.966.258L9.736 9.58 8.5 8.866v1.427l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647v1.086l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5\'/></svg>"}},{"terms":["weather, blizzard, flurries"],"label":"snow3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'snow3\'><path d=\'M8 7.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1\'/><path d=\'M8 16a.5.5 0 0 1-.5-.5v-1.293l-.646.647a.5.5 0 0 1-.707-.708L7.5 12.793v-1.51l-2.053-1.232-1.348.778-.495 1.85a.5.5 0 1 1-.966-.26l.237-.882-1.12.646a.5.5 0 0 1-.5-.866l1.12-.646-.883-.237a.5.5 0 1 1 .258-.966l1.85.495L5 9.155v-2.31l-1.4-.808-1.85.495a.5.5 0 1 1-.259-.966l.884-.237-1.12-.646a.5.5 0 0 1 .5-.866l1.12.646-.237-.883a.5.5 0 1 1 .966-.258l.495 1.849 1.348.778L7.5 4.717v-1.51L6.147 1.854a.5.5 0 1 1 .707-.708l.646.647V.5a.5.5 0 0 1 1 0v1.293l.647-.647a.5.5 0 1 1 .707.708L8.5 3.207v1.51l2.053 1.232 1.348-.778.495-1.85a.5.5 0 1 1 .966.26l-.236.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.883.237a.5.5 0 1 1-.26.966l-1.848-.495-1.4.808v2.31l1.4.808 1.849-.495a.5.5 0 1 1 .259.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.236.883a.5.5 0 1 1-.966.258l-.495-1.849-1.348-.778L8.5 11.283v1.51l1.354 1.353a.5.5 0 0 1-.707.708l-.647-.647V15.5a.5.5 0 0 1-.5.5m2-6.783V6.783l-2-1.2-2 1.2v2.434l2 1.2z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-alpha-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-alpha-down\'><path fill-rule=\'evenodd\' d=\'M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371zm1.57-.785L11 2.687h-.047l-.652 2.157z\'/><path d=\'M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-alpha-down-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-alpha-down-alt\'><path d=\'M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645z\'/><path fill-rule=\'evenodd\' d=\'M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371zm1.57-.785L11 9.688h-.047l-.652 2.156z\'/><path d=\'M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-alpha-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-alpha-up\'><path fill-rule=\'evenodd\' d=\'M10.082 5.629 9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371zm1.57-.785L11 2.687h-.047l-.652 2.157z\'/><path d=\'M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645zm-8.46-.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-alpha-up-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-alpha-up-alt\'><path d=\'M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645z\'/><path fill-rule=\'evenodd\' d=\'M10.082 12.629 9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371zm1.57-.785L11 9.688h-.047l-.652 2.156z\'/><path d=\'M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-down\'><path d=\'M3.5 2.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 11.293zm3.5 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-down-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-down-alt\'><path d=\'M3.5 3.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 12.293zm4 .5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-numeric-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-numeric-down\'><path d=\'M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z\'/><path fill-rule=\'evenodd\' d=\'M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98\'/><path d=\'M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-numeric-down-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-numeric-down-alt\'><path fill-rule=\'evenodd\' d=\'M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98\'/><path d=\'M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-numeric-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-numeric-up\'><path d=\'M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z\'/><path fill-rule=\'evenodd\' d=\'M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98\'/><path d=\'M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-numeric-up-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-numeric-up-alt\'><path fill-rule=\'evenodd\' d=\'M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98\'/><path d=\'M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-up\'><path d=\'M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["sort, and, filter, sort, filter, organize"],"label":"sort-up-alt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sort-up-alt\'><path d=\'M3.5 13.5a.5.5 0 0 1-1 0V4.707L1.354 5.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 4.707zm4-9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["media, audio, sound, wave"],"label":"soundwave","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'soundwave\'><path fill-rule=\'evenodd\' d=\'M8.5 2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5m-2 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5m4 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5m-6 1.5A.5.5 0 0 1 5 6v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m8 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m-10 1A.5.5 0 0 1 3 7v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5m12 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["brand, social, vcs, git"],"label":"sourceforge","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sourceforge\'><path d=\'M9.13 8.43c0-2.604-.929-3.79-1.42-4.24a.14.14 0 0 0-.232.123c.095 1.472-1.762 1.84-1.762 4.144v.013c0 1.404 1.065 2.55 2.376 2.55s2.377-1.146 2.377-2.55v-.013c0-.655-.246-1.282-.492-1.745-.055-.096-.191-.055-.178.027.451 1.99-.669 3.217-.669 1.69Z\'/><path d=\'M6.303 13.923a.25.25 0 0 1-.164-.068L.061 7.789c-.081-.082-.081-.232 0-.327l6.42-6.407A.3.3 0 0 1 6.63 1h1.844c.109 0 .177.068.204.136a.22.22 0 0 1-.054.246L2.602 7.407a.304.304 0 0 0 0 .436l4.766 4.771c.082.082.082.232 0 .328l-.915.927a.3.3 0 0 1-.15.054m1.216 1.063a.22.22 0 0 1-.15-.382l6.036-6.025a.32.32 0 0 0 .096-.218.27.27 0 0 0-.096-.218l-4.78-4.771c-.082-.082-.082-.232 0-.327l.929-.927a.23.23 0 0 1 .163-.068c.069 0 .11.04.15.081l6.065 6.067c.04.04.068.095.068.163a.23.23 0 0 1-.068.164l-6.42 6.407A.23.23 0 0 1 9.35 15H7.52z\'/></svg>"}},{"terms":["devices, audio, sound"],"label":"speaker","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'speaker\'><path d=\'M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 4.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5M8 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 1.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0\'/></svg>"}},{"terms":["devices, audio, sound"],"label":"speaker-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'speaker-fill\'><path d=\'M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-2.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0\'/><path d=\'M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0M8 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7\'/></svg>"}},{"terms":["real, world, speed, tachometer, dashboard, gauge"],"label":"speedometer","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'speedometer\'><path d=\'M8 2a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-1 0V2.5A.5.5 0 0 1 8 2M3.732 3.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 8a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 7.31A.91.91 0 1 0 8.85 8.569l3.434-4.297a.39.39 0 0 0-.029-.518z\'/><path fill-rule=\'evenodd\' d=\'M6.664 15.889A8 8 0 1 1 9.336.11a8 8 0 0 1-2.672 15.78zm-4.665-4.283A11.95 11.95 0 0 1 8 10c2.186 0 4.236.585 6.001 1.606a7 7 0 1 0-12.002 0\'/></svg>"}},{"terms":["real, world, speed, tachometer, dashboard, gauge"],"label":"speedometer2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'speedometer2\'><path d=\'M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z\'/><path fill-rule=\'evenodd\' d=\'M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3\'/></svg>"}},{"terms":["typography, spelling, grammar"],"label":"spellcheck","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'spellcheck\'><path d=\'M8.217 11.068c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401zm-5.583 1.035c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552s.864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582m.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864m8.897.567c-.577-.4-.9-1.088-.9-1.983v-.65c0-1.42.894-2.338 2.305-2.338 1.352 0 2.119.82 2.139 1.806h-1.187c-.04-.351-.283-.776-.918-.776-.674 0-1.045.517-1.045 1.328v.625c0 .468.121.834.343 1.067z\'/><path d=\'M14.469 9.414a.75.75 0 0 1 .117 1.055l-4 5a.75.75 0 0 1-1.116.061l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.908 1.907 3.476-4.346a.75.75 0 0 1 1.055-.117\'/></svg>"}},{"terms":["brand, social"],"label":"spotify","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'spotify\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.669 11.538a.5.5 0 0 1-.686.165c-1.879-1.147-4.243-1.407-7.028-.77a.499.499 0 0 1-.222-.973c3.048-.696 5.662-.397 7.77.892a.5.5 0 0 1 .166.686m.979-2.178a.624.624 0 0 1-.858.205c-2.15-1.321-5.428-1.704-7.972-.932a.625.625 0 0 1-.362-1.194c2.905-.881 6.517-.454 8.986 1.063a.624.624 0 0 1 .206.858m.084-2.268C10.154 5.56 5.9 5.419 3.438 6.166a.748.748 0 1 1-.434-1.432c2.825-.857 7.523-.692 10.492 1.07a.747.747 0 1 1-.764 1.288\'/></svg>"}},{"terms":["shapes, shape, rectangle"],"label":"square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/></svg>"}},{"terms":["shapes, shape, rectangle"],"label":"square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'square-fill\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z\'/></svg>"}},{"terms":["shapes, shape, rectangle"],"label":"square-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'square-half\'><path d=\'M8 15V1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1zm6 1a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2z\'/></svg>"}},{"terms":["graphics, layers"],"label":"stack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stack\'><path d=\'m14.12 10.163 1.715.858c.22.11.22.424 0 .534L8.267 15.34a.6.6 0 0 1-.534 0L.165 11.555a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.6.6 0 0 1 .534 0l7.568 3.784a.3.3 0 0 1 0 .535L8.267 8.165a.6.6 0 0 1-.534 0L.165 4.382a.299.299 0 0 1 0-.535z\'/><path d=\'m14.12 6.576 1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.6.6 0 0 1-.534 0L.165 7.968a.299.299 0 0 1 0-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0z\'/></svg>"}},{"terms":["brand, social"],"label":"stack-overflow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stack-overflow\'><path d=\'M12.412 14.572V10.29h1.428V16H1v-5.71h1.428v4.282z\'/><path d=\'M3.857 13.145h7.137v-1.428H3.857zM10.254 0 9.108.852l4.26 5.727 1.146-.852zm-3.54 3.377 5.484 4.567.913-1.097L7.627 2.28l-.914 1.097zM4.922 6.55l6.47 3.013.603-1.294-6.47-3.013zm-.925 3.344 6.985 1.469.294-1.398-6.985-1.468z\'/></svg>"}},{"terms":["shapes, shape, like, favorite"],"label":"star","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'star\'><path d=\'M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.56.56 0 0 0-.163-.505L1.71 6.745l4.052-.576a.53.53 0 0 0 .393-.288L8 2.223l1.847 3.658a.53.53 0 0 0 .393.288l4.052.575-2.906 2.77a.56.56 0 0 0-.163.506l.694 3.957-3.686-1.894a.5.5 0 0 0-.461 0z\'/></svg>"}},{"terms":["shapes, shape, like, favorite"],"label":"star-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'star-fill\'><path d=\'M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z\'/></svg>"}},{"terms":["shapes, shape, like, favorite"],"label":"star-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'star-half\'><path d=\'M5.354 5.119 7.538.792A.52.52 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.54.54 0 0 1 16 6.32a.55.55 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.5.5 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.6.6 0 0 1 .085-.302.51.51 0 0 1 .37-.245zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.56.56 0 0 1 .162-.505l2.907-2.77-4.052-.576a.53.53 0 0 1-.393-.288L8.001 2.223 8 2.226z\'/></svg>"}},{"terms":["weather, clear, skies, night"],"label":"stars","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stars\'><path d=\'M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z\'/></svg>"}},{"terms":["brand, gaming"],"label":"steam","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'steam\'><path d=\'M.329 10.333A8.01 8.01 0 0 0 7.99 16C12.414 16 16 12.418 16 8s-3.586-8-8.009-8A8.006 8.006 0 0 0 0 7.468l.003.006 4.304 1.769A2.2 2.2 0 0 1 5.62 8.88l1.96-2.844-.001-.04a3.046 3.046 0 0 1 3.042-3.043 3.046 3.046 0 0 1 3.042 3.043 3.047 3.047 0 0 1-3.111 3.044l-2.804 2a2.223 2.223 0 0 1-3.075 2.11 2.22 2.22 0 0 1-1.312-1.568L.33 10.333Z\'/><path d=\'M4.868 12.683a1.715 1.715 0 0 0 1.318-3.165 1.7 1.7 0 0 0-1.263-.02l1.023.424a1.261 1.261 0 1 1-.97 2.33l-.99-.41a1.7 1.7 0 0 0 .882.84Zm3.726-6.687a2.03 2.03 0 0 0 2.027 2.029 2.03 2.03 0 0 0 2.027-2.029 2.03 2.03 0 0 0-2.027-2.027 2.03 2.03 0 0 0-2.027 2.027m2.03-1.527a1.524 1.524 0 1 1-.002 3.048 1.524 1.524 0 0 1 .002-3.048\'/></svg>"}},{"terms":["real, world, postit, note, sticky"],"label":"stickies","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stickies\'><path d=\'M1.5 0A1.5 1.5 0 0 0 0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1z\'/><path d=\'M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2zM3 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9h-4.5A1.5 1.5 0 0 0 9 10.5V15H3.5a.5.5 0 0 1-.5-.5zm7 11.293V10.5a.5.5 0 0 1 .5-.5h4.293z\'/></svg>"}},{"terms":["real, world, postit, note, sticky"],"label":"stickies-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stickies-fill\'><path d=\'M0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5A1.5 1.5 0 0 0 0 1.5\'/><path d=\'M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177z\'/></svg>"}},{"terms":["real, world, postit, note, sticky"],"label":"sticky","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sticky\'><path d=\'M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1zM2 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V8H9.5A1.5 1.5 0 0 0 8 9.5V14H2.5a.5.5 0 0 1-.5-.5zm7 11.293V9.5a.5.5 0 0 1 .5-.5h4.293z\'/></svg>"}},{"terms":["real, world, postit, note, sticky"],"label":"sticky-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sticky-fill\'><path d=\'M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"stop","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stop\'><path d=\'M3.5 5A1.5 1.5 0 0 1 5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11zM5 4.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"stop-btn","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stop-btn\'><path d=\'M6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5z\'/><path d=\'M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"stop-btn-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stop-btn-fill\'><path d=\'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m6.5-7A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"stop-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stop-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"stop-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stop-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5z\'/></svg>"}},{"terms":["media, audio, video, av"],"label":"stop-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stop-fill\'><path d=\'M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5\'/></svg>"}},{"terms":["real, world, traffic, lights, intersection"],"label":"stoplights","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stoplights\'><path d=\'M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m1.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/><path d=\'M4 2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1c-1.2-.4-1.833-1.5-2-2h2V8c-1.2-.4-1.833-1.5-2-2h2V4c-1.2-.4-1.833-1.5-2-2zm2-1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["real, world, traffic, lights, intersection"],"label":"stoplights-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stoplights-fill\'><path fill-rule=\'evenodd\' d=\'M6 0a2 2 0 0 0-2 2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-1c1.2-.4 1.833-1.5 2-2h-2V8c1.2-.4 1.833-1.5 2-2h-2V4c1.2-.4 1.833-1.5 2-2h-2a2 2 0 0 0-2-2zm3.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M8 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["devices, time, timer, clock"],"label":"stopwatch","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stopwatch\'><path d=\'M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5z\'/><path d=\'M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64l.012-.013.354-.354-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354-.354.354-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5M8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3\'/></svg>"}},{"terms":["devices, time, timer, clock"],"label":"stopwatch-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stopwatch-fill\'><path d=\'M6.5 0a.5.5 0 0 0 0 1H7v1.07A7.001 7.001 0 0 0 8 16a7 7 0 0 0 5.29-11.584l.013-.012.354-.354.353.354a.5.5 0 1 0 .707-.707l-1.414-1.415a.5.5 0 1 0-.707.707l.354.354-.354.354-.012.012A6.97 6.97 0 0 0 9 2.071V1h.5a.5.5 0 0 0 0-1zm2 5.6V9a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1 0-1h3V5.6a.5.5 0 1 1 1 0\'/></svg>"}},{"terms":["brand, social"],"label":"strava","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'strava\'><path d=\'M6.731 0 2 9.125h2.788L6.73 5.497l1.93 3.628h2.766zm4.694 9.125-1.372 2.756L8.66 9.125H6.547L10.053 16l3.484-6.875z\'/></svg>"}},{"terms":["brand, payments, commerce"],"label":"stripe","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'stripe\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.226 5.385c-.584 0-.937.164-.937.593 0 .468.607.674 1.36.93 1.228.415 2.844.963 2.851 2.993C11.5 11.868 9.924 13 7.63 13a7.7 7.7 0 0 1-3.009-.626V9.758c.926.506 2.095.88 3.01.88.617 0 1.058-.165 1.058-.671 0-.518-.658-.755-1.453-1.041C6.026 8.49 4.5 7.94 4.5 6.11 4.5 4.165 5.988 3 8.226 3a7.3 7.3 0 0 1 2.734.505v2.583c-.838-.45-1.896-.703-2.734-.703\'/></svg>"}},{"terms":["typography, text, type"],"label":"subscript","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'subscript\'><path d=\'m3.266 12.496.96-2.853H7.76l.96 2.853H10L6.62 3H5.38L2 12.496zm2.748-8.063 1.419 4.23h-2.88l1.426-4.23zm6.132 7.203v-.075c0-.332.234-.618.619-.618.354 0 .618.256.618.58 0 .362-.271.649-.52.898l-1.788 1.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547 0-.8-.701-1.41-1.787-1.41-1.23 0-1.795.8-1.795 1.576v.06z\'/></svg>"}},{"terms":["brand, social, blog"],"label":"substack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'substack\'><path d=\'M15 3.604H1v1.891h14v-1.89ZM1 7.208V16l7-3.926L15 16V7.208zM15 0H1v1.89h14z\'/></svg>"}},{"terms":["graphics, graphics, vector, merge, layers"],"label":"subtract","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'subtract\'><path d=\'M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-club","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-club\'><path d=\'M8 1a3.25 3.25 0 0 0-3.25 3.25c0 .186 0 .29.016.41.014.12.045.27.12.527l.19.665-.692-.028a3.25 3.25 0 1 0 2.357 5.334.5.5 0 0 1 .844.518l-.003.005-.006.015-.024.055a22 22 0 0 1-.438.92 22 22 0 0 1-1.266 2.197c-.013.018-.02.05.001.09q.016.029.03.036A.04.04 0 0 0 5.9 15h4.2q.014 0 .022-.006a.1.1 0 0 0 .029-.035c.02-.04.014-.073.001-.091a23 23 0 0 1-1.704-3.117l-.024-.054-.006-.015-.002-.004a.5.5 0 0 1 .838-.524c.601.7 1.516 1.168 2.496 1.168a3.25 3.25 0 1 0-.139-6.498l-.699.03.199-.671c.14-.47.14-.745.139-.927V4.25A3.25 3.25 0 0 0 8 1m2.207 12.024c.225.405.487.848.78 1.294C11.437 15 10.975 16 10.1 16H5.9c-.876 0-1.338-1-.887-1.683.291-.442.552-.88.776-1.283a4.25 4.25 0 1 1-2.007-8.187l-.009-.064c-.023-.187-.023-.348-.023-.52V4.25a4.25 4.25 0 0 1 8.5 0c0 .14 0 .333-.04.596a4.25 4.25 0 0 1-.46 8.476 4.2 4.2 0 0 1-1.543-.298\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-club-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-club-fill\'><path d=\'M11.5 12.5a3.5 3.5 0 0 1-2.684-1.254 20 20 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a20 20 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-diamond","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-diamond\'><path d=\'M8.384 1.226a.463.463 0 0 0-.768 0l-4.56 6.468a.54.54 0 0 0 0 .612l4.56 6.469a.463.463 0 0 0 .768 0l4.56-6.469a.54.54 0 0 0 0-.612zM6.848.613a1.39 1.39 0 0 1 2.304 0l4.56 6.468a1.61 1.61 0 0 1 0 1.838l-4.56 6.468a1.39 1.39 0 0 1-2.304 0L2.288 8.92a1.61 1.61 0 0 1 0-1.838z\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-diamond-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-diamond-fill\'><path d=\'M2.45 7.4 7.2 1.067a1 1 0 0 1 1.6 0L13.55 7.4a1 1 0 0 1 0 1.2L8.8 14.933a1 1 0 0 1-1.6 0L2.45 8.6a1 1 0 0 1 0-1.2\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-heart","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-heart\'><path d=\'m8 6.236-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2 2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92 15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852-.545.515-.93 1.152-1.152 1.595zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92 0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008.26.365.458.716.596.992a7.6 7.6 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92 0 2.069-1.3 3.288-3.365 5.227-1.193 1.12-2.642 2.48-4.243 4.38z\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-heart-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-heart-fill\'><path d=\'M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-spade","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-spade\'><path d=\'M8 0a.5.5 0 0 1 .429.243c1.359 2.265 2.925 3.682 4.25 4.882q.144.128.282.255C14.308 6.604 15.5 7.747 15.5 9.5a4 4 0 0 1-5.406 3.746c.235.39.491.782.722 1.131.434.659-.01 1.623-.856 1.623H6.04c-.845 0-1.29-.964-.856-1.623.263-.397.51-.777.728-1.134A4 4 0 0 1 .5 9.5c0-1.753 1.192-2.896 2.539-4.12l.281-.255c1.326-1.2 2.892-2.617 4.251-4.882A.5.5 0 0 1 8 0M3.711 6.12C2.308 7.396 1.5 8.253 1.5 9.5a3 3 0 0 0 5.275 1.956.5.5 0 0 1 .868.43c-.094.438-.33.932-.611 1.428a29 29 0 0 1-1.013 1.614.03.03 0 0 0-.005.018.07.07 0 0 0 .024.054h3.924a.07.07 0 0 0 .024-.054.03.03 0 0 0-.005-.018c-.3-.455-.658-1.005-.96-1.535-.294-.514-.57-1.064-.664-1.507a.5.5 0 0 1 .868-.43A3 3 0 0 0 14.5 9.5c0-1.247-.808-2.104-2.211-3.38L12 5.86c-1.196-1.084-2.668-2.416-4-4.424-1.332 2.008-2.804 3.34-4 4.422l-.289.261z\'/></svg>"}},{"terms":["entertainment, card, cards, suit, deck, gambling"],"label":"suit-spade-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suit-spade-fill\'><path d=\'M7.184 11.246A3.5 3.5 0 0 1 1 9c0-1.602 1.14-2.633 2.66-4.008C4.986 3.792 6.602 2.33 8 0c1.398 2.33 3.014 3.792 4.34 4.992C13.86 6.367 15 7.398 15 9a3.5 3.5 0 0 1-6.184 2.246 20 20 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a20 20 0 0 0 1.582-2.907\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on"],"label":"suitcase","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suitcase\'><path d=\'M6 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 6 5m2 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5m2 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 10 5\'/><path d=\'M6.5 0a.5.5 0 0 0-.5.5V3H5a2 2 0 0 0-2 2v8a2 2 0 0 0 1.031 1.75A1.003 1.003 0 0 0 5 16a1 1 0 0 0 1-1h4a1 1 0 1 0 1.969-.25A2 2 0 0 0 13 13V5a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-.5-.5zM9 3H7V1h2zm3 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on"],"label":"suitcase-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suitcase-fill\'><path d=\'M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V3h1.5A1.5 1.5 0 0 1 13 4.5v9a1.5 1.5 0 0 1-1.004 1.416A1 1 0 1 1 10 15H6a1 1 0 1 1-1.997-.084A1.5 1.5 0 0 1 3 13.5v-9A1.5 1.5 0 0 1 4.5 3H6zM9 1H7v2h2zM6 5.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zm2.5 0a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0zm2.5 0a.5.5 0 0 0-1 0v7a.5.5 0 0 0 1 0z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on"],"label":"suitcase-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suitcase-lg\'><path d=\'M5 2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2h3.5A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5H14a.5.5 0 0 1-1 0H3a.5.5 0 0 1-1 0h-.5A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2zm1 0h4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1M1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H3V3zM15 12.5v-9a.5.5 0 0 0-.5-.5H13v10h1.5a.5.5 0 0 0 .5-.5m-3 .5V3H4v10z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on"],"label":"suitcase-lg-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suitcase-lg-fill\'><path d=\'M7 0a2 2 0 0 0-2 2H1.5A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14H2a.5.5 0 0 0 1 0h10a.5.5 0 0 0 1 0h.5a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2H11a2 2 0 0 0-2-2zM6 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zM3 13V3h1v10zm9 0V3h1v10z\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on"],"label":"suitcase2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suitcase2\'><path d=\'M6.5 0a.5.5 0 0 0-.5.5V3H5a2 2 0 0 0-2 2v8a2 2 0 0 0 1.031 1.75A1.003 1.003 0 0 0 5 16a1 1 0 0 0 1-1h4a1 1 0 1 0 1.969-.25A2 2 0 0 0 13 13V5a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-.5-.5zM9 3H7V1h2zm3 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7h8zM5 4h6a1 1 0 0 1 1 1v1H4V5a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["travel, luggage, bags, carry-on"],"label":"suitcase2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'suitcase2-fill\'><path d=\'M6.5 0a.5.5 0 0 0-.5.5V3H4.5A1.5 1.5 0 0 0 3 4.5v9a1.5 1.5 0 0 0 1.003 1.416A1 1 0 1 0 6 15h4a1 1 0 1 0 1.996-.084A1.5 1.5 0 0 0 13 13.5v-9A1.5 1.5 0 0 0 11.5 3H10V.5a.5.5 0 0 0-.5-.5zM9 3H7V1h2zM4 7V6h8v1z\'/></svg>"}},{"terms":["weather, solar, weather"],"label":"sun","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sun\'><path d=\'M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6m0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708\'/></svg>"}},{"terms":["weather, solar, weather"],"label":"sun-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sun-fill\'><path d=\'M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0m9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708\'/></svg>"}},{"terms":["real, world, shades, cool, aviators"],"label":"sunglasses","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sunglasses\'><path d=\'M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3 1 1 0 1 1 2 0 3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A2 2 0 0 0 8 6a2 2 0 0 0-1.112.338A2 2 0 0 0 5 5zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1\'/></svg>"}},{"terms":["weather, dawn"],"label":"sunrise","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sunrise\'><path d=\'M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707m11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0M8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7m3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["weather, dawn"],"label":"sunrise-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sunrise-fill\'><path d=\'M7.646 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708L8.5 2.707V4.5a.5.5 0 0 1-1 0V2.707l-.646.647a.5.5 0 1 1-.708-.708zM2.343 4.343a.5.5 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707m11.314 0a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0M11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["weather, dusk"],"label":"sunset","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sunset\'><path d=\'M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM8 7a3 3 0 0 1 2.599 4.5H5.4A3 3 0 0 1 8 7m3.71 4.5a4 4 0 1 0-7.418 0H.499a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["weather, dusk"],"label":"sunset-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'sunset-fill\'><path d=\'M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-.646.647V1.5a.5.5 0 0 0-1 0v1.793l-.646-.647a.5.5 0 1 0-.708.708zm-5.303-.51a.5.5 0 0 1 .707 0l1.414 1.413a.5.5 0 0 1-.707.707L2.343 5.05a.5.5 0 0 1 0-.707zm11.314 0a.5.5 0 0 1 0 .706l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zM11.709 11.5a4 4 0 1 0-7.418 0H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-3.79zM0 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 0 10m13 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type"],"label":"superscript","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'superscript\'><path d=\'m4.266 12.496.96-2.853H8.76l.96 2.853H11L7.62 3H6.38L3 12.496zm2.748-8.063 1.419 4.23h-2.88l1.426-4.23zm5.132-1.797v-.075c0-.332.234-.618.619-.618.354 0 .618.256.618.58 0 .362-.271.649-.52.898l-1.788 1.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547 0-.8-.701-1.41-1.787-1.41C11.565 1 11 1.8 11 2.576v.06z\'/></svg>"}},{"terms":["graphics, align, orientation, mirror"],"label":"symmetry-horizontal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'symmetry-horizontal\'><path d=\'M13.5 7a.5.5 0 0 0 .24-.939l-11-6A.5.5 0 0 0 2 .5v6a.5.5 0 0 0 .5.5zm.485 2.376a.5.5 0 0 1-.246.563l-11 6A.5.5 0 0 1 2 15.5v-6a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .485.376M11.539 10H3v4.658z\'/></svg>"}},{"terms":["graphics, align, orientation, mirror"],"label":"symmetry-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'symmetry-vertical\'><path d=\'M7 2.5a.5.5 0 0 0-.939-.24l-6 11A.5.5 0 0 0 .5 14h6a.5.5 0 0 0 .5-.5zm2.376-.484a.5.5 0 0 1 .563.245l6 11A.5.5 0 0 1 15.5 14h-6a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .376-.484M10 4.46V13h4.658z\'/></svg>"}},{"terms":["files, and, folders, spreadsheet"],"label":"table","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'table\'><path d=\'M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z\'/></svg>"}},{"terms":["devices, mobile"],"label":"tablet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tablet\'><path d=\'M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["devices, mobile"],"label":"tablet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tablet-fill\'><path d=\'M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm7 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/></svg>"}},{"terms":["devices, mobile"],"label":"tablet-landscape","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tablet-landscape\'><path d=\'M1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm-1 8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2z\'/><path d=\'M14 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/></svg>"}},{"terms":["devices, mobile"],"label":"tablet-landscape-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tablet-landscape-fill\'><path d=\'M2 14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2zm11-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["real, world, price, category, taxonomy, label"],"label":"tag","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tag\'><path d=\'M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0\'/><path d=\'M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1m0 5.586 7 7L13.586 9l-7-7H2z\'/></svg>"}},{"terms":["real, world, price, category, taxonomy, label"],"label":"tag-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tag-fill\'><path d=\'M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["real, world, price, category, taxonomy, label"],"label":"tags","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tags\'><path d=\'M3 2v4.586l7 7L14.586 9l-7-7zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586z\'/><path d=\'M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["real, world, price, category, taxonomy, label"],"label":"tags-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tags-fill\'><path d=\'M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/><path d=\'M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043z\'/></svg>"}},{"terms":["transportation, cab, uber, lyft"],"label":"taxi-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'taxi-front\'><path d=\'M4.862 5.276 3.906 7.19a.51.51 0 0 0 .497.731c.91-.073 2.35-.17 3.597-.17s2.688.097 3.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 10.691 5H5.309a.5.5 0 0 0-.447.276M4 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-9 0a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1\'/><path d=\'M6 1a1 1 0 0 0-1 1v1h-.181A2.5 2.5 0 0 0 2.52 4.515l-.792 1.848a.8.8 0 0 1-.38.404c-.5.25-.855.715-.965 1.262L.05 9.708a2.5 2.5 0 0 0-.049.49v.413c0 .814.39 1.543 1 1.997V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.338c1.292.048 2.745.088 4 .088s2.708-.04 4-.088V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.892c.61-.454 1-1.183 1-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8 1.8 0 0 0-.964-1.261.8.8 0 0 1-.381-.404l-.792-1.848A2.5 2.5 0 0 0 11.181 3H11V2a1 1 0 0 0-1-1zM4.819 4h6.362a1.5 1.5 0 0 1 1.379.91l.792 1.847a1.8 1.8 0 0 0 .853.904c.222.112.381.32.43.564l.336 1.679q.03.146.029.294v.413a1.48 1.48 0 0 1-1.408 1.484c-1.555.07-3.786.155-5.592.155s-4.037-.084-5.592-.155A1.48 1.48 0 0 1 1 10.611v-.413q0-.148.03-.294l.335-1.68a.8.8 0 0 1 .43-.563c.383-.19.685-.511.853-.904l.792-1.848A1.5 1.5 0 0 1 4.82 4Z\'/></svg>"}},{"terms":["transportation, cab, uber, lyft"],"label":"taxi-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'taxi-front-fill\'><path d=\'M6 1a1 1 0 0 0-1 1v1h-.181A2.5 2.5 0 0 0 2.52 4.515l-.792 1.848a.8.8 0 0 1-.38.404c-.5.25-.855.715-.965 1.262L.05 9.708a2.5 2.5 0 0 0-.049.49v.413c0 .814.39 1.543 1 1.997V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.338c1.292.048 2.745.088 4 .088s2.708-.04 4-.088V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.892c.61-.454 1-1.183 1-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8 1.8 0 0 0-.964-1.261.8.8 0 0 1-.381-.404l-.792-1.848A2.5 2.5 0 0 0 11.181 3H11V2a1 1 0 0 0-1-1zM4.309 4h7.382a.5.5 0 0 1 .447.276l.956 1.913a.51.51 0 0 1-.497.731c-.91-.073-3.35-.17-4.597-.17s-3.688.097-4.597.17a.51.51 0 0 1-.497-.731l.956-1.913A.5.5 0 0 1 4.309 4M4 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-9 0a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1\'/></svg>"}},{"terms":["brand, social, chat"],"label":"telegram","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telegram\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone\'><path d=\'M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-forward","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-forward\'><path d=\'M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zm10.762.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-forward-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-forward-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zm10.761.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-inbound","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-inbound\'><path d=\'M15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0m-12.2 1.182a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-inbound-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-inbound-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-minus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-minus\'><path fill-rule=\'evenodd\' d=\'M10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5\'/><path d=\'M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-minus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-minus-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-outbound","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-outbound\'><path d=\'M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-outbound-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-outbound-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-plus\'><path d=\'M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z\'/><path fill-rule=\'evenodd\' d=\'M12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-plus-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-plus-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zM12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-x\'><path d=\'M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.6 17.6 0 0 0 4.168 6.608 17.6 17.6 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.68.68 0 0 0-.58-.122l-2.19.547a1.75 1.75 0 0 1-1.657-.459L5.482 8.062a1.75 1.75 0 0 1-.46-1.657l.548-2.19a.68.68 0 0 0-.122-.58zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z\'/><path fill-rule=\'evenodd\' d=\'M11.146 1.646a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["communications, telephone, phone, call"],"label":"telephone-x-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'telephone-x-fill\'><path fill-rule=\'evenodd\' d=\'M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877zm9.261 1.135a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["brand, social"],"label":"tencent-qq","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tencent-qq\'><path d=\'M6.048 3.323c.022.277-.13.523-.338.55-.21.026-.397-.176-.419-.453s.13-.523.338-.55c.21-.026.397.176.42.453Zm2.265-.24c-.603-.146-.894.256-.936.333-.027.048-.008.117.037.15.045.035.092.025.119-.003.361-.39.751-.172.829-.129l.011.007c.053.024.147.028.193-.098.023-.063.017-.11-.006-.142-.016-.023-.089-.08-.247-.118\'/><path d=\'M11.727 6.719c0-.022.01-.375.01-.557 0-3.07-1.45-6.156-5.015-6.156S1.708 3.092 1.708 6.162c0 .182.01.535.01.557l-.72 1.795a26 26 0 0 0-.534 1.508c-.68 2.187-.46 3.093-.292 3.113.36.044 1.401-1.647 1.401-1.647 0 .979.504 2.256 1.594 3.179-.408.126-.907.319-1.228.556-.29.213-.253.43-.201.518.228.386 3.92.246 4.985.126 1.065.12 4.756.26 4.984-.126.052-.088.088-.305-.2-.518-.322-.237-.822-.43-1.23-.557 1.09-.922 1.594-2.2 1.594-3.178 0 0 1.041 1.69 1.401 1.647.168-.02.388-.926-.292-3.113a26 26 0 0 0-.534-1.508l-.72-1.795ZM9.773 5.53a.1.1 0 0 1-.009.096c-.109.159-1.554.943-3.033.943h-.017c-1.48 0-2.925-.784-3.034-.943a.1.1 0 0 1-.018-.055q0-.022.01-.04c.13-.287 1.43-.606 3.042-.606h.017c1.611 0 2.912.319 3.042.605m-4.32-.989c-.483.022-.896-.529-.922-1.229s.344-1.286.828-1.308c.483-.022.896.529.922 1.23.027.7-.344 1.286-.827 1.307Zm2.538 0c-.484-.022-.854-.607-.828-1.308.027-.7.44-1.25.923-1.23.483.023.853.608.827 1.309-.026.7-.439 1.251-.922 1.23ZM2.928 8.99q.32.063.639.117v2.336s1.104.222 2.21.068V9.363q.49.027.937.023h.017c1.117.013 2.474-.136 3.786-.396.097.622.151 1.386.097 2.284-.146 2.45-1.6 3.99-3.846 4.012h-.091c-2.245-.023-3.7-1.562-3.846-4.011-.054-.9 0-1.663.097-2.285\'/></svg>"}},{"terms":["apps, command-line, cli, command-prompt"],"label":"terminal","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'terminal\'><path d=\'M6 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 9M3.854 4.146a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708z\'/><path d=\'M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z\'/></svg>"}},{"terms":["apps, command-line, cli, command-prompt"],"label":"terminal-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'terminal-dash\'><path d=\'M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1z\'/><path d=\'M3.146 5.146a.5.5 0 0 1 .708 0L5.177 6.47a.75.75 0 0 1 0 1.06L3.854 8.854a.5.5 0 1 1-.708-.708L4.293 7 3.146 5.854a.5.5 0 0 1 0-.708M5.5 9a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["apps, command-line, cli, command-prompt"],"label":"terminal-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'terminal-fill\'><path d=\'M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9.5 5.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1m-6.354-.354a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L4.793 6.5z\'/></svg>"}},{"terms":["apps, command-line, cli, command-prompt"],"label":"terminal-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'terminal-plus\'><path d=\'M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1z\'/><path d=\'M3.146 5.146a.5.5 0 0 1 .708 0L5.177 6.47a.75.75 0 0 1 0 1.06L3.854 8.854a.5.5 0 1 1-.708-.708L4.293 7 3.146 5.854a.5.5 0 0 1 0-.708M5.5 9a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["apps, command-line, cli, command-prompt"],"label":"terminal-split","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'terminal-split\'><path d=\'M2.146 3.146a.5.5 0 0 1 .708 0l.823.824a.75.75 0 0 1 0 1.06l-.823.824a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708M4 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1A.5.5 0 0 1 4 6m6.354-2.854a.5.5 0 0 0-.708.708l.647.646-.647.646a.5.5 0 1 0 .708.708l.823-.824a.75.75 0 0 0 0-1.06zM12 5.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z\'/><path d=\'M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5.5V2zm6.5 0v12H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["apps, command-line, cli, command-prompt"],"label":"terminal-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'terminal-x\'><path d=\'M2 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V4a1 1 0 0 0-1-1z\'/><path d=\'M3.146 5.146a.5.5 0 0 1 .708 0L5.177 6.47a.75.75 0 0 1 0 1.06L3.854 8.854a.5.5 0 1 1-.708-.708L4.293 7 3.146 5.854a.5.5 0 0 1 0-.708M5.5 9a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"text-center","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-center\'><path fill-rule=\'evenodd\' d=\'M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"text-indent-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-indent-left\'><path d=\'M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708M7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"text-indent-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-indent-right\'><path d=\'M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"text-left","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-left\'><path fill-rule=\'evenodd\' d=\'M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, paragraph, copy"],"label":"text-paragraph","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-paragraph\'><path fill-rule=\'evenodd\' d=\'M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, justify, alignment"],"label":"text-right","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-right\'><path fill-rule=\'evenodd\' d=\'M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["typography, text, type, word, wrap"],"label":"text-wrap","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'text-wrap\'><path fill-rule=\'evenodd\' d=\'M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5h9a2.5 2.5 0 0 1 0 5h-1.293l.647.646a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 0 1 .708.708l-.647.646H11.5a1.5 1.5 0 0 0 0-3h-9a.5.5 0 0 1-.5-.5m0 4a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H2.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["graphics, text, insert, bounding-box"],"label":"textarea","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'textarea\'><path d=\'M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["graphics, text, form"],"label":"textarea-resize","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'textarea-resize\'><path d=\'M0 4.5A2.5 2.5 0 0 1 2.5 2h11A2.5 2.5 0 0 1 16 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 11.5zM2.5 3A1.5 1.5 0 0 0 1 4.5v7A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 3zm10.854 4.646a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0m0 2.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708-.708l.5-.5a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["graphics, text, insert, bounding-box"],"label":"textarea-t","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'textarea-t\'><path d=\'M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/><path d=\'M11.434 4H4.566L4.5 5.994h.386c.21-1.252.612-1.446 2.173-1.495l.343-.011v6.343c0 .537-.116.665-1.049.748V12h3.294v-.421c-.938-.083-1.054-.21-1.054-.748V4.488l.348.01c1.56.05 1.963.244 2.173 1.496h.386z\'/></svg>"}},{"terms":["real, world, temperature, weather"],"label":"thermometer","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thermometer\'><path d=\'M8 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\'/><path d=\'M8 0a2.5 2.5 0 0 0-2.5 2.5v7.55a3.5 3.5 0 1 0 5 0V2.5A2.5 2.5 0 0 0 8 0M6.5 2.5a1.5 1.5 0 1 1 3 0v7.987l.167.15a2.5 2.5 0 1 1-3.333 0l.166-.15z\'/></svg>"}},{"terms":["weather, temperature, weather"],"label":"thermometer-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thermometer-half\'><path d=\'M9.5 12.5a1.5 1.5 0 1 1-2-1.415V6.5a.5.5 0 0 1 1 0v4.585a1.5 1.5 0 0 1 1 1.415\'/><path d=\'M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1\'/></svg>"}},{"terms":["weather, temperature, weather"],"label":"thermometer-high","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thermometer-high\'><path d=\'M9.5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585a1.5 1.5 0 0 1 1 1.415\'/><path d=\'M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1\'/></svg>"}},{"terms":["weather, temperature, weather"],"label":"thermometer-low","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thermometer-low\'><path d=\'M9.5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585a1.5 1.5 0 0 1 1 1.415\'/><path d=\'M5.5 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0zM8 1a1.5 1.5 0 0 0-1.5 1.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0l-.166-.15V2.5A1.5 1.5 0 0 0 8 1\'/></svg>"}},{"terms":["weather, temperature, weather"],"label":"thermometer-snow","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thermometer-snow\'><path d=\'M5 12.5a1.5 1.5 0 1 1-2-1.415V9.5a.5.5 0 0 1 1 0v1.585A1.5 1.5 0 0 1 5 12.5\'/><path d=\'M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1m5 1a.5.5 0 0 1 .5.5v1.293l.646-.647a.5.5 0 0 1 .708.708L9 5.207v1.927l1.669-.963.495-1.85a.5.5 0 1 1 .966.26l-.237.882 1.12-.646a.5.5 0 0 1 .5.866l-1.12.646.884.237a.5.5 0 1 1-.26.966l-1.848-.495L9.5 8l1.669.963 1.849-.495a.5.5 0 1 1 .258.966l-.883.237 1.12.646a.5.5 0 0 1-.5.866l-1.12-.646.237.883a.5.5 0 1 1-.966.258L10.67 9.83 9 8.866v1.927l1.354 1.353a.5.5 0 0 1-.708.708L9 12.207V13.5a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["weather, temperature, weather"],"label":"thermometer-sun","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thermometer-sun\'><path d=\'M5 12.5a1.5 1.5 0 1 1-2-1.415V2.5a.5.5 0 0 1 1 0v8.585A1.5 1.5 0 0 1 5 12.5\'/><path d=\'M1 2.5a2.5 2.5 0 0 1 5 0v7.55a3.5 3.5 0 1 1-5 0zM3.5 1A1.5 1.5 0 0 0 2 2.5v7.987l-.167.15a2.5 2.5 0 1 0 3.333 0L5 10.486V2.5A1.5 1.5 0 0 0 3.5 1m5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5m4.243 1.757a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 1 1-.708-.708l.708-.707a.5.5 0 0 1 .707 0M8 5.5a.5.5 0 0 1 .5-.5 3 3 0 1 1 0 6 .5.5 0 0 1 0-1 2 2 0 0 0 0-4 .5.5 0 0 1-.5-.5M12.5 8a.5.5 0 0 1 .5-.5h1a.5.5 0 1 1 0 1h-1a.5.5 0 0 1-.5-.5m-1.172 2.828a.5.5 0 0 1 .708 0l.707.708a.5.5 0 0 1-.707.707l-.708-.707a.5.5 0 0 1 0-.708M8.5 12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["brand, social, chat, instagram, meta"],"label":"threads","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'threads\'><path d=\'M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161\'/></svg>"}},{"terms":["brand, social, chat, instagram, meta"],"label":"threads-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'threads-fill\'><path d=\'M6.81 9.204c0-.41.197-1.062 1.727-1.062.469 0 .758.034 1.146.121-.124 1.606-.91 1.818-1.674 1.818-.418 0-1.2-.218-1.2-.877Z\'/><path d=\'M2.59 16h10.82A2.59 2.59 0 0 0 16 13.41V2.59A2.59 2.59 0 0 0 13.41 0H2.59A2.59 2.59 0 0 0 0 2.59v10.82A2.59 2.59 0 0 0 2.59 16M5.866 5.91c.567-.81 1.315-1.126 2.35-1.126.73 0 1.351.246 1.795.711.443.466.696 1.132.754 1.983q.368.154.678.363c.832.559 1.29 1.395 1.29 2.353 0 2.037-1.67 3.806-4.692 3.806-2.595 0-5.291-1.51-5.291-6.004C2.75 3.526 5.361 2 8.033 2c1.234 0 4.129.182 5.217 3.777l-1.02.264c-.842-2.56-2.607-2.968-4.224-2.968-2.675 0-4.187 1.628-4.187 5.093 0 3.107 1.69 4.757 4.222 4.757 2.083 0 3.636-1.082 3.636-2.667 0-1.079-.906-1.595-.953-1.595-.177.925-.651 2.482-2.733 2.482-1.213 0-2.26-.838-2.26-1.936 0-1.568 1.488-2.136 2.663-2.136.44 0 .97.03 1.247.086 0-.478-.404-1.296-1.426-1.296-.911 0-1.16.288-1.45.624l-.024.027c-.202-.135-.875-.601-.875-.601Z\'/></svg>"}},{"terms":["controls, meatballs, more, ellipsis, overflow, menu"],"label":"three-dots","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'three-dots\'><path d=\'M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["controls, kebab, more, ellipsis, overflow, menu"],"label":"three-dots-vertical","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'three-dots-vertical\'><path d=\'M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0\'/></svg>"}},{"terms":["devices, plug, port"],"label":"thunderbolt","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thunderbolt\'><path d=\'M3.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M1 3a1 1 0 0 0-1 1v7.293A1 1 0 0 0 .293 12L2 13.707a1 1 0 0 0 .707.293h10.586a1 1 0 0 0 .707-.293L15.707 12a1 1 0 0 0 .293-.707V4a1 1 0 0 0-1-1zm0 1h14v7.293L13.293 13H2.707L1 11.293z\'/></svg>"}},{"terms":["devices, plug, port"],"label":"thunderbolt-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'thunderbolt-fill\'><path d=\'M1 3a1 1 0 0 0-1 1v7.293A1 1 0 0 0 .293 12L2 13.707a1 1 0 0 0 .707.293h10.586a1 1 0 0 0 .707-.293L15.707 12a1 1 0 0 0 .293-.707V4a1 1 0 0 0-1-1zm2.5 3h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["real, world, tickets, admission"],"label":"ticket","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ticket\'><path d=\'M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["real, world, tickets, admission"],"label":"ticket-detailed","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ticket-detailed\'><path d=\'M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M5 7a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2z\'/><path d=\'M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zM1.5 4a.5.5 0 0 0-.5.5v1.05a2.5 2.5 0 0 1 0 4.9v1.05a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-1.05a2.5 2.5 0 0 1 0-4.9V4.5a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["real, world, tickets, admission"],"label":"ticket-detailed-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ticket-detailed-fill\'><path d=\'M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zm4 1a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5m0 5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5M4 8a1 1 0 0 0 1 1h6a1 1 0 1 0 0-2H5a1 1 0 0 0-1 1\'/></svg>"}},{"terms":["real, world, tickets, admission"],"label":"ticket-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ticket-fill\'><path d=\'M1.5 3A1.5 1.5 0 0 0 0 4.5V6a.5.5 0 0 0 .5.5 1.5 1.5 0 1 1 0 3 .5.5 0 0 0-.5.5v1.5A1.5 1.5 0 0 0 1.5 13h13a1.5 1.5 0 0 0 1.5-1.5V10a.5.5 0 0 0-.5-.5 1.5 1.5 0 0 1 0-3A.5.5 0 0 0 16 6V4.5A1.5 1.5 0 0 0 14.5 3z\'/></svg>"}},{"terms":["real, world, tickets, admission"],"label":"ticket-perforated","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ticket-perforated\'><path d=\'M4 4.85v.9h1v-.9zm7 0v.9h1v-.9zm-7 1.8v.9h1v-.9zm7 0v.9h1v-.9zm-7 1.8v.9h1v-.9zm7 0v.9h1v-.9zm-7 1.8v.9h1v-.9zm7 0v.9h1v-.9z\'/><path d=\'M1.5 3A1.5 1.5 0 0 0 0 4.5V6a.5.5 0 0 0 .5.5 1.5 1.5 0 1 1 0 3 .5.5 0 0 0-.5.5v1.5A1.5 1.5 0 0 0 1.5 13h13a1.5 1.5 0 0 0 1.5-1.5V10a.5.5 0 0 0-.5-.5 1.5 1.5 0 0 1 0-3A.5.5 0 0 0 16 6V4.5A1.5 1.5 0 0 0 14.5 3zM1 4.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1.05a2.5 2.5 0 0 0 0 4.9v1.05a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1.05a2.5 2.5 0 0 0 0-4.9z\'/></svg>"}},{"terms":["real, world, tickets, admission"],"label":"ticket-perforated-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ticket-perforated-fill\'><path d=\'M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5V6a.5.5 0 0 1-.5.5 1.5 1.5 0 0 0 0 3 .5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5V10a.5.5 0 0 1 .5-.5 1.5 1.5 0 1 0 0-3A.5.5 0 0 1 0 6zm4-1v1h1v-1zm1 3v-1H4v1zm7 0v-1h-1v1zm-1-2h1v-1h-1zm-6 3H4v1h1zm7 1v-1h-1v1zm-7 1H4v1h1zm7 1v-1h-1v1zm-8 1v1h1v-1zm7 1h1v-1h-1z\'/></svg>"}},{"terms":["brand, social"],"label":"tiktok","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tiktok\'><path d=\'M9 0h1.98c.144.715.54 1.617 1.235 2.512C12.895 3.389 13.797 4 15 4v2c-1.753 0-3.07-.814-4-1.829V11a5 5 0 1 1-5-5v2a3 3 0 1 0 3 3z\'/></svg>"}},{"terms":["controls, toggle, switch, checkbox"],"label":"toggle-off","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'toggle-off\'><path d=\'M11 4a4 4 0 0 1 0 8H8a5 5 0 0 0 2-4 5 5 0 0 0-2-4zm-6 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8M0 8a5 5 0 0 0 5 5h6a5 5 0 0 0 0-10H5a5 5 0 0 0-5 5\'/></svg>"}},{"terms":["controls, toggle, switch, checkbox"],"label":"toggle-on","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'toggle-on\'><path d=\'M5 3a5 5 0 0 0 0 10h6a5 5 0 0 0 0-10zm6 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8\'/></svg>"}},{"terms":["controls, toggle, switch, checkbox"],"label":"toggle2-off","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'toggle2-off\'><path d=\'M9 11c.628-.836 1-1.874 1-3a4.98 4.98 0 0 0-1-3h4a3 3 0 1 1 0 6z\'/><path d=\'M5 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8m0 1A5 5 0 1 0 5 3a5 5 0 0 0 0 10\'/></svg>"}},{"terms":["controls, toggle, switch, checkbox"],"label":"toggle2-on","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'toggle2-on\'><path d=\'M7 5H3a3 3 0 0 0 0 6h4a5 5 0 0 1-.584-1H3a2 2 0 1 1 0-4h3.416q.235-.537.584-1\'/><path d=\'M16 8A5 5 0 1 1 6 8a5 5 0 0 1 10 0\'/></svg>"}},{"terms":["controls, toggle, switch, checkbox"],"label":"toggles","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'toggles\'><path d=\'M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m2.45 0A3.5 3.5 0 0 1 8 3.5 3.5 3.5 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7\'/></svg>"}},{"terms":["controls, toggle, switch, checkbox"],"label":"toggles2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'toggles2\'><path d=\'M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2\'/><path d=\'M6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8m.535-10a4 4 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126q.138-.534.41-1H4a2 2 0 1 0 0 4z\'/><path d=\'M14 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0\'/></svg>"}},{"terms":["tools, tool, wrench, screwdriver"],"label":"tools","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tools\'><path d=\'M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.27 3.27a.997.997 0 0 0 1.414 0l1.586-1.586a.997.997 0 0 0 0-1.414l-3.27-3.27a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3q0-.405-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814zm9.646 10.646a.5.5 0 0 1 .708 0l2.914 2.915a.5.5 0 0 1-.707.707l-2.915-2.914a.5.5 0 0 1 0-.708M3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026z\'/></svg>"}},{"terms":["weather, wind"],"label":"tornado","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tornado\'><path d=\'M1.125 2.45A.9.9 0 0 1 1 2c0-.26.116-.474.258-.634a1.9 1.9 0 0 1 .513-.389c.387-.21.913-.385 1.52-.525C4.514.17 6.18 0 8 0c1.821 0 3.486.17 4.709.452.607.14 1.133.314 1.52.525.193.106.374.233.513.389.141.16.258.374.258.634 0 1.011-.35 1.612-.634 2.102l-.116.203a2.6 2.6 0 0 0-.313.809 3 3 0 0 0-.011.891.5.5 0 0 1 .428.849q-.091.09-.215.195c.204 1.116.088 1.99-.3 2.711-.453.84-1.231 1.383-2.02 1.856q-.307.183-.62.364c-1.444.832-2.928 1.689-3.735 3.706a.5.5 0 0 1-.748.226l-.001-.001-.002-.001-.004-.003-.01-.008a2 2 0 0 1-.147-.115 4.1 4.1 0 0 1-1.179-1.656 3.8 3.8 0 0 1-.247-1.296A.5.5 0 0 1 5 12.5v-.018l.008-.079a.73.73 0 0 1 .188-.386c.09-.489.272-1.014.573-1.574a.5.5 0 0 1 .073-.918 3.3 3.3 0 0 1 .617-.144l.15-.193c.285-.356.404-.639.437-.861a.95.95 0 0 0-.122-.619c-.249-.455-.815-.903-1.613-1.43q-.291-.19-.609-.394l-.119-.076a12 12 0 0 1-1.241-.334.5.5 0 0 1-.285-.707l-.23-.18C2.117 4.01 1.463 3.32 1.125 2.45m1.973 1.051q.17.156.358.308c.472.381.99.722 1.515 1.06 1.54.317 3.632.5 5.43.14a.5.5 0 0 1 .197.981c-1.216.244-2.537.26-3.759.157.399.326.744.682.963 1.081.203.373.302.79.233 1.247q-.077.494-.39.985l.22.053.006.002c.481.12.863.213 1.47.01a.5.5 0 1 1 .317.95c-.888.295-1.505.141-2.023.012l-.006-.002a4 4 0 0 0-.644-.123c-.37.55-.598 1.05-.726 1.497q.212.068.465.194a.5.5 0 1 1-.448.894 3 3 0 0 0-.148-.07c.012.345.084.643.18.895.14.369.342.666.528.886.992-1.903 2.583-2.814 3.885-3.56q.305-.173.584-.34c.775-.464 1.34-.89 1.653-1.472.212-.393.33-.9.26-1.617A6.74 6.74 0 0 1 10 8.5a.5.5 0 0 1 0-1 5.76 5.76 0 0 0 3.017-.872l-.007-.03c-.135-.673-.14-1.207-.056-1.665.084-.46.253-.81.421-1.113l.131-.23q.098-.167.182-.327c-.29.107-.62.202-.98.285C11.487 3.83 9.822 4 8 4c-1.821 0-3.486-.17-4.709-.452q-.098-.022-.193-.047M13.964 2a1 1 0 0 0-.214-.145c-.272-.148-.697-.297-1.266-.428C11.354 1.166 9.769 1 8 1s-3.354.166-4.484.427c-.569.13-.994.28-1.266.428A1 1 0 0 0 2.036 2q.058.058.214.145c.272.148.697.297 1.266.428C4.646 2.834 6.231 3 8 3s3.354-.166 4.484-.427c.569-.13.994-.28 1.266-.428A1 1 0 0 0 13.964 2\'/></svg>"}},{"terms":["transportation, transit, public, rail"],"label":"train-freight-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'train-freight-front\'><path d=\'M5.065.158A1.5 1.5 0 0 1 5.736 0h4.528a1.5 1.5 0 0 1 .67.158l3.237 1.618a1.5 1.5 0 0 1 .83 1.342V13.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V3.118a1.5 1.5 0 0 1 .828-1.342zM2 9.372V13.5A1.5 1.5 0 0 0 3.5 15h4V8h-.853a.5.5 0 0 0-.144.021zM8.5 15h4a1.5 1.5 0 0 0 1.5-1.5V9.372l-4.503-1.35A.5.5 0 0 0 9.353 8H8.5zM14 8.328v-5.21a.5.5 0 0 0-.276-.447l-3.236-1.618A.5.5 0 0 0 10.264 1H5.736a.5.5 0 0 0-.223.053L2.277 2.67A.5.5 0 0 0 2 3.118v5.21l1-.3V5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3.028zm-2-.6V5H8.5v2h.853a1.5 1.5 0 0 1 .431.063zM7.5 7V5H4v2.728l2.216-.665A1.5 1.5 0 0 1 6.646 7zm-1-5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm-3 8a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1m9 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1M5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\'/></svg>"}},{"terms":["transportation, transit, public, rail"],"label":"train-freight-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'train-freight-front-fill\'><path d=\'M5.736 0a1.5 1.5 0 0 0-.67.158L1.828 1.776A1.5 1.5 0 0 0 1 3.118v5.51l2-.6V5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3.028l2 .6v-5.51a1.5 1.5 0 0 0-.83-1.342L10.936.158A1.5 1.5 0 0 0 10.264 0zM15 9.672l-5.503-1.65A.5.5 0 0 0 9.353 8H8.5v8h4a2.5 2.5 0 0 0 2.5-2.5zM7.5 16V8h-.853a.5.5 0 0 0-.144.021L1 9.672V13.5A2.5 2.5 0 0 0 3.5 16zm-1-14h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1M12 5v2.728l-2.216-.665A1.5 1.5 0 0 0 9.354 7H8.5V5zM7.5 5v2h-.853a1.5 1.5 0 0 0-.431.063L4 7.728V5zm-4 5a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1m9 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1M5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["transportation, transit, public, rail"],"label":"train-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'train-front\'><path d=\'M5.621 1.485c1.815-.454 2.943-.454 4.758 0 .784.196 1.743.673 2.527 1.119.688.39 1.094 1.148 1.094 1.979V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V4.583c0-.831.406-1.588 1.094-1.98.784-.445 1.744-.922 2.527-1.118m5-.97C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849-.797-.453-1.855-.988-2.779-1.22ZM5 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0m7 1a1 1 0 1 0-1-1 1 1 0 1 0-2 0 1 1 0 0 0 2 0 1 1 0 0 0 1 1M4.5 5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h3V5zm4 0v3h3a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM3 5.5A1.5 1.5 0 0 1 4.5 4h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\'/></svg>"}},{"terms":["transportation, transit, public, rail"],"label":"train-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'train-front-fill\'><path d=\'M10.621.515C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849-.797-.453-1.855-.988-2.779-1.22ZM6.5 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m-2 2h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5v-2A1.5 1.5 0 0 1 4.5 4m.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0m8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2M4 5.5a.5.5 0 0 1 .5-.5h3v3h-3a.5.5 0 0 1-.5-.5zM8.5 8V5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z\'/></svg>"}},{"terms":["transportation, transit, public, rail"],"label":"train-lightrail-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'train-lightrail-front\'><path d=\'M6.5 0a.5.5 0 0 0 0 1h1v1.011c-1.525.064-3.346.394-4.588.655C1.775 2.904 1 3.915 1 5.055V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V5.055c0-1.14-.775-2.15-1.912-2.39-1.242-.26-3.063-.59-4.588-.654V1h1a.5.5 0 0 0 0-1zM8 3c1.497 0 3.505.356 4.883.644.653.137 1.117.722 1.117 1.411V13.5a1.5 1.5 0 0 1-1.072 1.438 76 76 0 0 1-.1-.792c-.092-.761-.2-1.752-.266-2.682A21 21 0 0 1 12.5 10c0-1.051.143-2.404.278-3.435l.07-.522c.112-.798-.42-1.571-1.244-1.697C10.644 4.199 9.136 4 8 4s-2.645.2-3.604.346c-.825.126-1.356.9-1.244 1.697q.034.24.07.522C3.357 7.596 3.5 8.949 3.5 10c0 .428-.024.933-.062 1.464a57 57 0 0 1-.266 2.682c-.038.31-.072.58-.1.792A1.5 1.5 0 0 1 2 13.5V5.055c0-.69.464-1.274 1.117-1.41C4.495 3.354 6.503 3 8 3m3.835 11.266c.034.28.066.53.093.734H4.072a63 63 0 0 0 .328-3h2.246c.36 0 .704-.143.958-.396a.35.35 0 0 1 .25-.104h.292a.35.35 0 0 1 .25.104c.254.253.599.396.958.396H11.6c.068.808.158 1.621.236 2.266ZM6 13.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0m3.5.5a.5.5 0 0 0 .5-.5.5.5 0 1 0 1 0 .5.5 0 0 0-1 0 .5.5 0 1 0-.5.5m-5.03-3c.019-.353.03-.692.03-1 0-.927-.104-2.051-.216-3h7.432c-.112.949-.216 2.073-.216 3 0 .308.011.647.03 1H9.354a.35.35 0 0 1-.25-.104 1.35 1.35 0 0 0-.958-.396h-.292c-.36 0-.704.143-.958.396a.35.35 0 0 1-.25.104zm-.315-5-.013-.096a.497.497 0 0 1 .405-.57C5.505 5.188 6.947 5 8 5s2.495.188 3.453.334a.497.497 0 0 1 .405.57L11.845 6z\'/></svg>"}},{"terms":["transportation, transit, public, rail"],"label":"train-lightrail-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'train-lightrail-front-fill\'><path d=\'M6.5 0a.5.5 0 0 0 0 1h1v1.011c-1.525.064-3.346.394-4.588.655C1.775 2.904 1 3.915 1 5.055V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V5.055c0-1.14-.775-2.15-1.912-2.39-1.242-.26-3.063-.59-4.588-.654V1h1a.5.5 0 0 0 0-1zM8 4c1.136 0 2.645.2 3.604.346.825.126 1.356.9 1.244 1.697q-.034.24-.07.522C12.643 7.596 12.5 8.949 12.5 10c0 .428.024.933.062 1.464.066.93.174 1.92.266 2.682.042.34.08.634.109.854h-1.01a63 63 0 0 1-.327-3H9.354c-.36 0-.704-.143-.958-.396a.35.35 0 0 0-.25-.104h-.292a.35.35 0 0 0-.25.104 1.35 1.35 0 0 1-.958.396H4.4a63 63 0 0 1-.328 3H3.064c.029-.22.067-.514.108-.854.092-.761.2-1.752.266-2.682.038-.531.062-1.036.062-1.464 0-1.051-.143-2.404-.278-3.435l-.07-.522c-.112-.798.42-1.571 1.244-1.697C5.356 4.199 6.864 4 8 4m-1.354 7H4.47c.019-.353.03-.692.03-1 0-.927-.104-2.051-.216-3h7.432c-.112.949-.216 2.073-.216 3 0 .308.011.647.03 1H9.354a.35.35 0 0 1-.25-.104 1.35 1.35 0 0 0-.958-.396h-.292c-.36 0-.704.143-.958.396a.35.35 0 0 1-.25.104m5.199-5h-7.69l-.013-.096a.497.497 0 0 1 .405-.57C5.505 5.188 6.947 5 8 5s2.495.188 3.453.334a.497.497 0 0 1 .405.57zM6 13.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0m4 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0\'/></svg>"}},{"terms":["communications, translation, languages, language"],"label":"translate","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'translate\'><path d=\'M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286zm1.634-.736L5.5 3.956h-.049l-.679 2.022z\'/><path d=\'M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm7.138 9.995q.289.451.63.846c-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6 6 0 0 1-.415-.492 2 2 0 0 1-.94.31\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"transparency","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'transparency\'><path d=\'M0 6.5a6.5 6.5 0 0 1 12.346-2.846 6.5 6.5 0 1 1-8.691 8.691A6.5 6.5 0 0 1 0 6.5m5.144 6.358a5.5 5.5 0 1 0 7.714-7.714 6.5 6.5 0 0 1-7.714 7.714m-.733-1.269q.546.226 1.144.33l-1.474-1.474q.104.597.33 1.144m2.614.386a5.5 5.5 0 0 0 1.173-.242L4.374 7.91a6 6 0 0 0-.296 1.118zm2.157-.672q.446-.25.838-.576L5.418 6.126a6 6 0 0 0-.587.826zm1.545-1.284q.325-.39.576-.837L6.953 4.83a6 6 0 0 0-.827.587l4.6 4.602Zm1.006-1.822q.183-.562.242-1.172L9.028 4.078q-.58.096-1.118.296l3.823 3.824Zm.186-2.642a5.5 5.5 0 0 0-.33-1.144 5.5 5.5 0 0 0-1.144-.33z\'/></svg>"}},{"terms":["ui, and, keyboard, trash-can, garbage, delete, remove"],"label":"trash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trash\'><path d=\'M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z\'/><path d=\'M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z\'/></svg>"}},{"terms":["ui, and, keyboard, trash-can, garbage, delete, remove"],"label":"trash-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trash-fill\'><path d=\'M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5M8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5m3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0\'/></svg>"}},{"terms":["ui, and, keyboard, trash-can, garbage, delete, remove"],"label":"trash2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trash2\'><path d=\'M14 3a.7.7 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225A.7.7 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2M3.215 4.207l1.493 8.957a1 1 0 0 0 .986.836h4.612a1 1 0 0 0 .986-.836l1.493-8.957C11.69 4.689 9.954 5 8 5s-3.69-.311-4.785-.793\'/></svg>"}},{"terms":["ui, and, keyboard, trash-can, garbage, delete, remove"],"label":"trash2-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trash2-fill\'><path d=\'M2.037 3.225A.7.7 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2a.7.7 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671zm9.89-.69C10.966 2.214 9.578 2 8 2c-1.58 0-2.968.215-3.926.534-.477.16-.795.327-.975.466.18.14.498.307.975.466C5.032 3.786 6.42 4 8 4s2.967-.215 3.926-.534c.477-.16.795-.327.975-.466-.18-.14-.498-.307-.975-.466z\'/></svg>"}},{"terms":["ui, and, keyboard, trash-can, garbage, delete, remove"],"label":"trash3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trash3\'><path d=\'M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["ui, and, keyboard, trash-can, garbage, delete, remove"],"label":"trash3-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trash3-fill\'><path d=\'M11 1.5v1h3.5a.5.5 0 0 1 0 1h-.538l-.853 10.66A2 2 0 0 1 11.115 16h-6.23a2 2 0 0 1-1.994-1.84L2.038 3.5H1.5a.5.5 0 0 1 0-1H5v-1A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5m-5 0v1h4v-1a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5M4.5 5.029l.5 8.5a.5.5 0 1 0 .998-.06l-.5-8.5a.5.5 0 1 0-.998.06m6.53-.528a.5.5 0 0 0-.528.47l-.5 8.5a.5.5 0 0 0 .998.058l.5-8.5a.5.5 0 0 0-.47-.528M8 4.5a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 1 0V5a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["real, world, tree, forrest"],"label":"tree","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tree\'><path d=\'M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507\'/></svg>"}},{"terms":["real, world, tree, forrest"],"label":"tree-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tree-fill\'><path d=\'M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777z\'/></svg>"}},{"terms":["brand, kanban, board"],"label":"trello","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trello\'><path d=\'M14.1 0H1.903C.852 0 .002.85 0 1.9v12.19A1.9 1.9 0 0 0 1.902 16h12.199A1.9 1.9 0 0 0 16 14.09V1.9A1.9 1.9 0 0 0 14.1 0M7 11.367a.636.636 0 0 1-.64.633H3.593a.633.633 0 0 1-.63-.633V3.583c0-.348.281-.631.63-.633h2.765c.35.002.632.284.633.633zm6.052-3.5a.633.633 0 0 1-.64.633h-2.78A.636.636 0 0 1 9 7.867V3.583a.636.636 0 0 1 .633-.633h2.778c.35.002.631.285.631.633z\'/></svg>"}},{"terms":["shapes, shape"],"label":"triangle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'triangle\'><path d=\'M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z\'/></svg>"}},{"terms":["shapes, shape"],"label":"triangle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'triangle-fill\'><path fill-rule=\'evenodd\' d=\'M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767z\'/></svg>"}},{"terms":["shapes, shape"],"label":"triangle-half","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'triangle-half\'><path d=\'M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017.2.2 0 0 0 .054-.06.18.18 0 0 0-.002-.183L8.12 2.073a.15.15 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767z\'/></svg>"}},{"terms":["real, world, prize, winning"],"label":"trophy","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trophy\'><path d=\'M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5q0 .807-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5m.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935m10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935M3.504 1q.01.775.056 1.469c.13 2.028.457 3.546.87 4.667C5.294 9.48 6.484 10 7 10a.5.5 0 0 1 .5.5v2.61a1 1 0 0 1-.757.97l-1.426.356a.5.5 0 0 0-.179.085L4.5 15h7l-.638-.479a.5.5 0 0 0-.18-.085l-1.425-.356a1 1 0 0 1-.757-.97V10.5A.5.5 0 0 1 9 10c.516 0 1.706-.52 2.57-2.864.413-1.12.74-2.64.87-4.667q.045-.694.056-1.469z\'/></svg>"}},{"terms":["real, world, prize, winning"],"label":"trophy-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'trophy-fill\'><path d=\'M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5q0 .807-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33 33 0 0 1 2.5.5m.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935m10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935\'/></svg>"}},{"terms":["weather, hurricane"],"label":"tropical-storm","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tropical-storm\'><path d=\'M8 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4\'/><path d=\'M9.5 2c-.9 0-1.75.216-2.501.6A5 5 0 0 1 13 7.5a6.5 6.5 0 1 1-13 0 .5.5 0 0 1 1 0 5.5 5.5 0 0 0 8.001 4.9A5 5 0 0 1 3 7.5a6.5 6.5 0 0 1 13 0 .5.5 0 0 1-1 0A5.5 5.5 0 0 0 9.5 2M8 3.5a4 4 0 1 0 0 8 4 4 0 0 0 0-8\'/></svg>"}},{"terms":["commerce, trucking, shipping, shipment, transport, deliver, delivery, vehicle"],"label":"truck","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'truck\'><path d=\'M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5zm1.294 7.456A2 2 0 0 1 4.732 11h5.536a2 2 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456M12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2\'/></svg>"}},{"terms":["commerce, trucking, shipping, shipment, transport, deliver, delivery, vehicle"],"label":"truck-flatbed","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'truck-flatbed\'><path d=\'M11.5 4a.5.5 0 0 1 .5.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-4 0 1 1 0 0 1-1-1v-1h11V4.5a.5.5 0 0 1 .5-.5M3 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m1.732 0h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4a2 2 0 0 1 1.732 1\'/></svg>"}},{"terms":["transportation, vehicle, shipping, transit, haul, freight"],"label":"truck-front","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'truck-front\'><path d=\'M5 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0m8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-6-1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2zM4 2a1 1 0 0 0-1 1v3.9c0 .625.562 1.092 1.17.994C5.075 7.747 6.792 7.5 8 7.5s2.925.247 3.83.394A1.008 1.008 0 0 0 13 6.9V3a1 1 0 0 0-1-1zm0 1h8v3.9q0 .002 0 0l-.002.004-.005.002h-.004C11.088 6.761 9.299 6.5 8 6.5s-3.088.26-3.99.406h-.003l-.005-.002L4 6.9q0 .002 0 0z\'/><path d=\'M1 2.5A2.5 2.5 0 0 1 3.5 0h9A2.5 2.5 0 0 1 15 2.5v9c0 .818-.393 1.544-1 2v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V14H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2a2.5 2.5 0 0 1-1-2zM3.5 1A1.5 1.5 0 0 0 2 2.5v9A1.5 1.5 0 0 0 3.5 13h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 12.5 1z\'/></svg>"}},{"terms":["transportation, vehicle, shipping, transit, haul, freight"],"label":"truck-front-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'truck-front-fill\'><path d=\'M3.5 0A2.5 2.5 0 0 0 1 2.5v9c0 .818.393 1.544 1 2v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V14h6v1.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2c.607-.456 1-1.182 1-2v-9A2.5 2.5 0 0 0 12.5 0zM3 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3.9c0 .625-.562 1.092-1.17.994C10.925 7.747 9.208 7.5 8 7.5s-2.925.247-3.83.394A1.008 1.008 0 0 1 3 6.9zm1 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2m8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-5-2h2a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2\'/></svg>"}},{"terms":["weather, wave"],"label":"tsunami","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tsunami\'><path d=\'M.036 12.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65m0 2a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65M2.662 8.08c-.456 1.063-.994 2.098-1.842 2.804a.5.5 0 0 1-.64-.768c.652-.544 1.114-1.384 1.564-2.43.14-.328.281-.68.427-1.044.302-.754.624-1.559 1.01-2.308C3.763 3.2 4.528 2.105 5.7 1.299 6.877.49 8.418 0 10.5 0c1.463 0 2.511.4 3.179 1.058.67.66.893 1.518.819 2.302-.074.771-.441 1.516-1.02 1.965a1.88 1.88 0 0 1-1.904.27c-.65.642-.907 1.679-.71 2.614C11.076 9.215 11.784 10 13 10h2.5a.5.5 0 0 1 0 1H13c-1.784 0-2.826-1.215-3.114-2.585-.232-1.1.005-2.373.758-3.284L10.5 5.06l-.777.388a.5.5 0 0 1-.447 0l-1-.5a.5.5 0 0 1 .447-.894l.777.388.776-.388a.5.5 0 0 1 .447 0l1 .5.034.018c.44.264.81.195 1.108-.036.328-.255.586-.729.637-1.27.05-.529-.1-1.076-.525-1.495s-1.19-.77-2.477-.77c-1.918 0-3.252.448-4.232 1.123C5.283 2.8 4.61 3.738 4.07 4.79c-.365.71-.655 1.433-.945 2.16-.15.376-.301.753-.463 1.13\'/></svg>"}},{"terms":["devices, television, monitor, display"],"label":"tv","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tv\'><path d=\'M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5M13.991 3l.024.001a1.5 1.5 0 0 1 .538.143.76.76 0 0 1 .302.254c.067.1.145.277.145.602v5.991l-.001.024a1.5 1.5 0 0 1-.143.538.76.76 0 0 1-.254.302c-.1.067-.277.145-.602.145H2.009l-.024-.001a1.5 1.5 0 0 1-.538-.143.76.76 0 0 1-.302-.254C1.078 10.502 1 10.325 1 10V4.009l.001-.024a1.5 1.5 0 0 1 .143-.538.76.76 0 0 1 .254-.302C1.498 3.078 1.675 3 2 3zM14 2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h12c2 0 2-2 2-2V4c0-2-2-2-2-2\'/></svg>"}},{"terms":["devices, television, monitor, display"],"label":"tv-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'tv-fill\'><path d=\'M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5M2 2h12s2 0 2 2v6s0 2-2 2H2s-2 0-2-2V4s0-2 2-2\'/></svg>"}},{"terms":["brand, social"],"label":"twitch","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'twitch\'><path d=\'M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142z\'/><path d=\'M11.857 3.143h-1.143V6.57h1.143zm-3.143 0H7.571V6.57h1.143z\'/></svg>"}},{"terms":["brand, social, chat"],"label":"twitter","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'twitter\'><path d=\'M5.026 15c6.038 0 9.341-5.003 9.341-9.334q.002-.211-.006-.422A6.7 6.7 0 0 0 16 3.542a6.7 6.7 0 0 1-1.889.518 3.3 3.3 0 0 0 1.447-1.817 6.5 6.5 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.32 9.32 0 0 1-6.767-3.429 3.29 3.29 0 0 0 1.018 4.382A3.3 3.3 0 0 1 .64 6.575v.045a3.29 3.29 0 0 0 2.632 3.218 3.2 3.2 0 0 1-.865.115 3 3 0 0 1-.614-.057 3.28 3.28 0 0 0 3.067 2.277A6.6 6.6 0 0 1 .78 13.58a6 6 0 0 1-.78-.045A9.34 9.34 0 0 0 5.026 15\'/></svg>"}},{"terms":["brand, social, chat"],"label":"twitter-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'twitter-x\'><path d=\'M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z\'/></svg>"}},{"terms":["typography, text, type"],"label":"type","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type\'><path d=\'m2.244 13.081.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081zm2.7-7.923L6.34 9.314H3.51l1.4-4.156zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058 0 1.319.957 2.18 2.345 2.18 1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244 0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525\'/></svg>"}},{"terms":["typography, text, type"],"label":"type-bold","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-bold\'><path d=\'M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z\'/></svg>"}},{"terms":["typography, text, type, heading"],"label":"type-h1","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-h1\'><path d=\'M7.648 13V3H6.3v4.234H1.348V3H0v10h1.348V8.421H6.3V13zM14 13V3h-1.333l-2.381 1.766V6.12L12.6 4.443h.066V13z\'/></svg>"}},{"terms":["typography, text, type, heading"],"label":"type-h2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-h2\'><path d=\'M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13zm3.174-7.071v-.05c0-.934.66-1.752 1.801-1.752 1.005 0 1.76.639 1.76 1.651 0 .898-.582 1.58-1.12 2.19l-3.69 4.2V13h6.331v-1.149h-4.458v-.079L13.9 8.786c.919-1.048 1.666-1.874 1.666-3.101C15.565 4.149 14.35 3 12.499 3 10.46 3 9.384 4.393 9.384 5.879v.05z\'/></svg>"}},{"terms":["typography, text, type, heading"],"label":"type-h3","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-h3\'><path d=\'M11.07 8.4h1.049c1.174 0 1.99.69 2.004 1.724s-.802 1.786-2.068 1.779c-1.11-.007-1.905-.605-1.99-1.357h-1.21C8.926 11.91 10.116 13 12.028 13c1.99 0 3.439-1.188 3.404-2.87-.028-1.553-1.287-2.221-2.096-2.313v-.07c.724-.127 1.814-.935 1.772-2.293-.035-1.392-1.21-2.468-3.038-2.454-1.927.007-2.94 1.196-2.981 2.426h1.23c.064-.71.732-1.336 1.744-1.336 1.027 0 1.744.64 1.744 1.568.007.95-.738 1.639-1.744 1.639h-.991V8.4ZM7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13z\'/></svg>"}},{"terms":["typography, text, type, heading"],"label":"type-h4","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-h4\'><path d=\'M13.007 3H15v10h-1.29v-2.051H8.854v-1.18C10.1 7.513 11.586 5.256 13.007 3m-2.82 6.777h3.524v-5.62h-.074a95 95 0 0 0-3.45 5.554zM7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13z\'/></svg>"}},{"terms":["typography, text, type, heading"],"label":"type-h5","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-h5\'><path d=\'M9 10.516h1.264c.193.976 1.112 1.364 2.01 1.364 1.005 0 2.067-.782 2.067-2.247 0-1.292-.983-2.082-2.089-2.082-1.012 0-1.658.596-1.924 1.077h-1.12L9.646 3h5.535v1.141h-4.415L10.5 7.28h.072c.201-.316.883-.84 1.967-.84 1.709 0 3.13 1.177 3.13 3.158 0 2.025-1.407 3.403-3.475 3.403-1.809 0-3.1-1.048-3.194-2.484ZM7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.512h4.854V13z\'/></svg>"}},{"terms":["typography, text, type, heading"],"label":"type-h6","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-h6\'><path d=\'M15.596 5.178H14.3c-.106-.444-.62-1.072-1.706-1.072-1.332 0-2.325 1.269-2.325 3.947h.07c.268-.67 1.043-1.445 2.445-1.445 1.494 0 3.017 1.064 3.017 3.073C15.8 11.795 14.37 13 12.48 13c-1.036 0-2.093-.36-2.77-1.452C9.276 10.836 9 9.808 9 8.37 9 4.656 10.494 3 12.636 3c1.812 0 2.883 1.113 2.96 2.178m-5.151 4.566c0 1.367.944 2.15 2.043 2.15 1.128 0 2.037-.684 2.037-2.136 0-1.41-1-2.065-2.03-2.065-1.19 0-2.05.853-2.05 2.051M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13z\'/></svg>"}},{"terms":["typography, text, type"],"label":"type-italic","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-italic\'><path d=\'M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z\'/></svg>"}},{"terms":["typography, text, type"],"label":"type-strikethrough","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-strikethrough\'><path d=\'M6.333 5.686c0 .31.083.581.27.814H5.166a2.8 2.8 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967\'/></svg>"}},{"terms":["typography, text, type"],"label":"type-underline","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'type-underline\'><path d=\'M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57s-2.687-1.08-2.687-2.57zM12.5 15h-9v-1h9z\'/></svg>"}},{"terms":["brand, linux, distro"],"label":"ubuntu","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ubuntu\'><path d=\'M2.273 9.53a2.273 2.273 0 1 0 0-4.546 2.273 2.273 0 0 0 0 4.547Zm9.467-4.984a2.273 2.273 0 1 0 0-4.546 2.273 2.273 0 0 0 0 4.546M7.4 13.108a5.54 5.54 0 0 1-3.775-2.88 3.27 3.27 0 0 1-1.944.24 7.4 7.4 0 0 0 5.328 4.465c.53.113 1.072.169 1.614.166a3.25 3.25 0 0 1-.666-1.9 6 6 0 0 1-.557-.091m3.828 2.285a2.273 2.273 0 1 0 0-4.546 2.273 2.273 0 0 0 0 4.546m3.163-3.108a7.44 7.44 0 0 0 .373-8.726 3.3 3.3 0 0 1-1.278 1.498 5.57 5.57 0 0 1-.183 5.535 3.26 3.26 0 0 1 1.088 1.693M2.098 3.998a3.3 3.3 0 0 1 1.897.486 5.54 5.54 0 0 1 4.464-2.388c.037-.67.277-1.313.69-1.843a7.47 7.47 0 0 0-7.051 3.745\'/></svg>"}},{"terms":["controls, checkbox, form"],"label":"ui-checks","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ui-checks\'><path d=\'M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm.854-3.646a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 1 1 .708.708zm0 8a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708.708zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["controls, checkbox, form"],"label":"ui-checks-grid","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ui-checks-grid\'><path d=\'M2 10h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1m9-9h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1m0 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zm0-10a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM2 9a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2zm7 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2zM0 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.354.854a.5.5 0 1 0-.708-.708L3 3.793l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0z\'/></svg>"}},{"terms":["controls, radio, form"],"label":"ui-radios","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ui-radios\'><path d=\'M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zM0 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0m7-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5M3 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3\'/></svg>"}},{"terms":["controls, radio, form"],"label":"ui-radios-grid","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'ui-radios-grid\'><path d=\'M3.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m9-9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m0 9a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5M16 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-9 9a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m5.5 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-9-11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7\'/></svg>"}},{"terms":["weather, rain"],"label":"umbrella","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'umbrella\'><path d=\'M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a3 3 0 0 1-.298 1.102 2.26 2.26 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.26 2.26 0 0 1-.763-.88 3 3 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a2 2 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2 2 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.5 3.5 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5s-.352-.145-.352-.145l-.004-.004a3.5 3.5 0 0 0-.58-.417A3.17 3.17 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0M6.577 2.123c-2.833.5-4.99 2.458-5.474 4.854A4.1 4.1 0 0 1 3 6.5c.806 0 1.48.25 1.962.511a9.7 9.7 0 0 1 .344-2.358c.242-.868.64-1.765 1.271-2.53m-.615 4.93A4.16 4.16 0 0 1 8 6.5a4.16 4.16 0 0 1 2.038.553 8.7 8.7 0 0 0-.307-2.13C9.434 3.858 8.898 2.83 8 2.117c-.898.712-1.434 1.74-1.731 2.804a8.7 8.7 0 0 0-.307 2.131zm3.46-4.93c.631.765 1.03 1.662 1.272 2.53.233.833.328 1.66.344 2.358A4.14 4.14 0 0 1 13 6.5c.77 0 1.42.23 1.897.477-.484-2.396-2.641-4.355-5.474-4.854z\'/></svg>"}},{"terms":["weather, rain"],"label":"umbrella-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'umbrella-fill\'><path fill-rule=\'evenodd\' d=\'M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5H8h.5v.039l-.005.083a3 3 0 0 1-.298 1.102 2.26 2.26 0 0 1-.763.88C7.06 15.851 6.587 16 6 16s-1.061-.148-1.434-.396a2.26 2.26 0 0 1-.763-.88 3 3 0 0 1-.302-1.185v-.025l-.001-.009v-.003s0-.002.5-.002h-.5V13a.5.5 0 0 1 1 0v.506l.003.044a2 2 0 0 0 .195.726c.095.191.23.367.423.495.19.127.466.229.879.229s.689-.102.879-.229c.193-.128.328-.304.424-.495a2 2 0 0 0 .197-.77V7.544a3.3 3.3 0 0 0-1.064.39 3.5 3.5 0 0 0-.58.417l-.004.004S5.65 8.5 5.5 8.5s-.352-.145-.352-.145l-.004-.004a3.5 3.5 0 0 0-.58-.417A3.17 3.17 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.58.417l-.004.004S.65 8.5.5 8.5C0 8.5 0 8 0 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0\'/></svg>"}},{"terms":["ui, and, keyboard, tab, indent"],"label":"unindent","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'unindent\'><path fill-rule=\'evenodd\' d=\'M13 8a.5.5 0 0 0-.5-.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H12.5A.5.5 0 0 0 13 8\'/><path fill-rule=\'evenodd\' d=\'M3.5 4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["graphics, graphics, vector, merge, layers"],"label":"union","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'union\'><path d=\'M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2z\'/></svg>"}},{"terms":["brand, gaming"],"label":"unity","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'unity\'><path d=\'M15 11.2V3.733L8.61 0v2.867l2.503 1.466c.099.067.099.2 0 .234L8.148 6.3c-.099.067-.197.033-.263 0L4.92 4.567c-.099-.034-.099-.2 0-.234l2.504-1.466V0L1 3.733V11.2v-.033.033l2.438-1.433V6.833c0-.1.131-.166.197-.133L6.6 8.433c.099.067.132.134.132.234v3.466c0 .1-.132.167-.198.134L4.031 10.8l-2.438 1.433L7.983 16l6.391-3.733-2.438-1.434L9.434 12.3c-.099.067-.198 0-.198-.133V8.7c0-.1.066-.2.132-.233l2.965-1.734c.099-.066.197 0 .197.134V9.8z\'/></svg>"}},{"terms":["ui, and, keyboard, accessibility, a11y"],"label":"universal-access","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'universal-access\'><path d=\'M9.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M6 5.5l-4.535-.442A.531.531 0 0 1 1.531 4H14.47a.531.531 0 0 1 .066 1.058L10 5.5V9l.452 6.42a.535.535 0 0 1-1.053.174L8.243 9.97c-.064-.252-.422-.252-.486 0l-1.156 5.624a.535.535 0 0 1-1.053-.174L6 9z\'/></svg>"}},{"terms":["ui, and, keyboard, accessibility, a11y"],"label":"universal-access-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'universal-access-circle\'><path d=\'M8 4.143A1.071 1.071 0 1 0 8 2a1.071 1.071 0 0 0 0 2.143m-4.668 1.47 3.24.316v2.5l-.323 4.585A.383.383 0 0 0 7 13.14l.826-4.017c.045-.18.301-.18.346 0L9 13.139a.383.383 0 0 0 .752-.125L9.43 8.43v-2.5l3.239-.316a.38.38 0 0 0-.047-.756H3.379a.38.38 0 0 0-.047.756Z\'/><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8\'/></svg>"}},{"terms":["security, privacy, security"],"label":"unlock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'unlock\'><path d=\'M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2M3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["security, privacy, security"],"label":"unlock-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'unlock-fill\'><path d=\'M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2\'/></svg>"}},{"terms":["commerce, purchase, barcode"],"label":"upc","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'upc\'><path d=\'M3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["commerce, purchase, barcode"],"label":"upc-scan","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'upc-scan\'><path d=\'M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5M.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5m15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5M3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0z\'/></svg>"}},{"terms":["miscellaneous, arrow, network"],"label":"upload","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'upload\'><path d=\'M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5\'/><path d=\'M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb\'><path d=\'M2.25 7a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25z\'/><path d=\'M0 5.5A.5.5 0 0 1 .5 5h15a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5zM1 10h14V6H1z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-c","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-c\'><path d=\'M3.5 7.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z\'/><path d=\'M0 8a3 3 0 0 1 3-3h10a3 3 0 1 1 0 6H3a3 3 0 0 1-3-3m3-2a2 2 0 1 0 0 4h10a2 2 0 1 0 0-4z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-c-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-c-fill\'><path d=\'M3 5a3 3 0 0 0 0 6h10a3 3 0 1 0 0-6zm.5 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1\'/></svg>"}},{"terms":["devices, thumb-drive"],"label":"usb-drive","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-drive\'><path d=\'M6 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4H6zM7 1v1h1V1zm2 0v1h1V1zM6 5a1 1 0 0 0-1 1v8.5A1.5 1.5 0 0 0 6.5 16h4a1.5 1.5 0 0 0 1.5-1.5V6a1 1 0 0 0-1-1zm0 1h5v8.5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5z\'/></svg>"}},{"terms":["devices, thumb-drive"],"label":"usb-drive-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-drive-fill\'><path d=\'M6 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4H6zM7 1v1h1V1zm2 0v1h1V1zM5.5 5a.5.5 0 0 0-.5.5V15a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V5.5a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-fill\'><path d=\'M.5 5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5zm1.75 1.5h11.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25H2.25A.25.25 0 0 1 2 7.75v-1a.25.25 0 0 1 .25-.25\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-micro","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-micro\'><path d=\'M4.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M2.707 4A1 1 0 0 0 2 4.293L.293 6A1 1 0 0 0 0 6.707V11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6.707A1 1 0 0 0 15.707 6L14 4.293A1 1 0 0 0 13.293 4zm0 1h10.586L15 6.707V11H1V6.707z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-micro-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-micro-fill\'><path d=\'M2.707 4A1 1 0 0 0 2 4.293L.293 6A1 1 0 0 0 0 6.707V11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6.707A1 1 0 0 0 15.707 6L14 4.293A1 1 0 0 0 13.293 4zM4.5 7h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-mini","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-mini\'><path d=\'M3.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M3 3a1 1 0 0 0-1 1v1.293L.293 7A1 1 0 0 0 0 7.707V12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7.707A1 1 0 0 0 15.707 7L14 5.293V4a1 1 0 0 0-1-1zm0 1h10v1.293a1 1 0 0 0 .293.707L15 7.707V12H1V7.707L2.707 6A1 1 0 0 0 3 5.293z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-mini-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-mini-fill\'><path d=\'M3 3a1 1 0 0 0-1 1v1.293L.293 7A1 1 0 0 0 0 7.707V12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7.707A1 1 0 0 0 15.707 7L14 5.293V4a1 1 0 0 0-1-1zm.5 5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-plug","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-plug\'><path d=\'M6 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4H6zM7 1v1h1V1zm2 0v1h1V1zM6 5a1 1 0 0 0-1 1v4.394c0 .494.146.976.42 1.387l1.038 1.558c.354.53.542 1.152.542 1.789 0 .481.39.872.872.872h1.256c.481 0 .872-.39.872-.872 0-.637.188-1.26.541-1.789l1.04-1.558A2.5 2.5 0 0 0 12 10.394V6a1 1 0 0 0-1-1zm0 1h5v4.394a1.5 1.5 0 0 1-.252.832L9.71 12.784A4.2 4.2 0 0 0 9.002 15H7.998a4.2 4.2 0 0 0-.707-2.216l-1.04-1.558A1.5 1.5 0 0 1 6 10.394z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-plug-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'usb-plug-fill\'><path d=\'M6 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4H6zM7 1v1h1V1zm2 0v1h1V1zM5.5 5a.5.5 0 0 0-.5.5v4.894a2 2 0 0 0 .336 1.11l.83 1.245c.544.816.834 1.774.834 2.754 0 .275.222.497.497.497h2.006a.497.497 0 0 0 .497-.497c0-.98.29-1.938.834-2.754l.83-1.245a2 2 0 0 0 .336-1.11V5.5a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["devices, port, plug"],"label":"usb-symbol","svg":{}},{"terms":["love, love, romance, valentine"],"label":"valentine","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'valentine\'><path d=\'M8 5.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132M2.25 4a.25.25 0 0 0-.25.25v1.5a.25.25 0 0 0 .5 0V4.5h1.25a.25.25 0 0 0 0-.5zm10 0a.25.25 0 1 0 0 .5h1.25v1.25a.25.25 0 1 0 .5 0v-1.5a.25.25 0 0 0-.25-.25zM2.5 10.25a.25.25 0 1 0-.5 0v1.5c0 .138.112.25.25.25h1.5a.25.25 0 1 0 0-.5H2.5zm11.5 0a.25.25 0 1 0-.5 0v1.25h-1.25a.25.25 0 1 0 0 .5h1.5a.25.25 0 0 0 .25-.25z\'/><path fill-rule=\'evenodd\' d=\'M0 2.994v-.06a1 1 0 0 1 .859-.99l13-1.857a1 1 0 0 1 1.141.99V2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zM1 3v10h14V3z\'/></svg>"}},{"terms":["love, love, romance, valentine"],"label":"valentine2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'valentine2\'><path d=\'M8 6.493c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132M4.25 3a.25.25 0 0 0-.25.25v1.5a.25.25 0 0 0 .5 0V3.5h1.25a.25.25 0 0 0 0-.5zm6 0a.25.25 0 1 0 0 .5h1.25v1.25a.25.25 0 1 0 .5 0v-1.5a.25.25 0 0 0-.25-.25zM4.5 12.25a.25.25 0 1 0-.5 0v1.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 0-.5H4.5zm7.5 0a.25.25 0 1 0-.5 0v1.25h-1.25a.25.25 0 1 0 0 .5h1.5a.25.25 0 0 0 .25-.25z\'/><path fill-rule=\'evenodd\' d=\'M2 1.994v-.042a1 1 0 0 1 .9-.995l9-.9A1 1 0 0 1 13 1a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zM3 2v13h10V2z\'/></svg>"}},{"terms":["graphics, graphics, vector, pen"],"label":"vector-pen","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'vector-pen\'><path fill-rule=\'evenodd\' d=\'M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828zm-1.8 2.908-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z\'/><path fill-rule=\'evenodd\' d=\'M2.832 13.228 8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086z\'/></svg>"}},{"terms":["ui, and, keyboard, view, rearrange"],"label":"view-list","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'view-list\'><path d=\'M3 4.5h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1zM1 2a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 2m0 12a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 14\'/></svg>"}},{"terms":["ui, and, keyboard, view, rearrange"],"label":"view-stacked","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'view-stacked\'><path d=\'M3 0h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm0 8h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["graphics, photo, editing, image, picture"],"label":"vignette","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'vignette\'><path d=\'M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8\'/><path d=\'M8.5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.683-6.281a.5.5 0 1 1-.866-.5.5.5 0 0 1 .866.5m-3.5 6.062a.5.5 0 1 1-.866-.5.5.5 0 0 1 .866.5m4.598-4.598a.5.5 0 1 1-.5-.866.5.5 0 0 1 .5.866m-6.062 3.5a.5.5 0 1 1-.5-.866.5.5 0 0 1 .5.866M11.5 8.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-7 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m6.281 1.683a.5.5 0 1 1 .5-.866.5.5 0 0 1-.5.866m-6.062-3.5a.5.5 0 1 1 .5-.866.5.5 0 0 1-.5.866m4.598 4.598a.5.5 0 1 1 .866-.5.5.5 0 0 1-.866.5m-3.5-6.062a.5.5 0 1 1 .866-.5.5.5 0 0 1-.866.5\'/></svg>"}},{"terms":["brand, social"],"label":"vimeo","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'vimeo\'><path d=\'M15.992 4.204q-.106 2.334-3.262 6.393-3.263 4.243-5.522 4.243-1.4 0-2.367-2.583L3.55 7.523Q2.83 4.939 2.007 4.94q-.178.001-1.254.754L0 4.724a210 210 0 0 0 2.334-2.081q1.581-1.364 2.373-1.437 1.865-.185 2.298 2.553.466 2.952.646 3.666.54 2.447 1.186 2.445.5 0 1.508-1.587 1.006-1.587 1.077-2.415.144-1.37-1.077-1.37a3 3 0 0 0-1.185.261q1.183-3.86 4.508-3.756 2.466.075 2.324 3.2z\'/></svg>"}},{"terms":["media, audio, music, record"],"label":"vinyl","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'vinyl\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4M4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0\'/><path d=\'M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["media, audio, music, record"],"label":"vinyl-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'vinyl-fill\'><path d=\'M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4 8a4 4 0 1 0 8 0 4 4 0 0 0-8 0\'/></svg>"}},{"terms":["medical, covid, viral"],"label":"virus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'virus\'><path d=\'M8 0a1 1 0 0 1 1 1v1.402c0 .511.677.693.933.25l.7-1.214a1 1 0 0 1 1.733 1l-.701 1.214c-.256.443.24.939.683.683l1.214-.701a1 1 0 0 1 1 1.732l-1.214.701c-.443.256-.262.933.25.933H15a1 1 0 1 1 0 2h-1.402c-.512 0-.693.677-.25.933l1.214.701a1 1 0 1 1-1 1.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701 1.214a1 1 0 1 1-1.732 1l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1 1 0 1 1-2 0v-1.402c0-.512-.677-.693-.933-.25l-.701 1.214a1 1 0 0 1-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1 1 0 1 1-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1 1 0 1 1 0-2h1.402c.511 0 .693-.677.25-.933l-1.214-.701a1 1 0 1 1 1-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1 1 0 0 1 1.732-1l.701 1.214c.256.443.933.261.933-.25V1a1 1 0 0 1 1-1m2 5a1 1 0 1 0-2 0 1 1 0 0 0 2 0M6 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0m1 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m5-3a1 1 0 1 0-2 0 1 1 0 0 0 2 0\'/></svg>"}},{"terms":["medical, covid, viral"],"label":"virus2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'virus2\'><path d=\'M8 0a1 1 0 0 0-1 1v1.143c0 .557-.407 1.025-.921 1.24-.514.214-1.12.162-1.513-.231l-.809-.809a1 1 0 1 0-1.414 1.414l.809.809c.394.394.445.999.23 1.513C3.169 6.593 2.7 7 2.144 7H1a1 1 0 0 0 0 2h1.143c.557 0 1.025.407 1.24.921.214.514.163 1.12-.231 1.513l-.809.809a1 1 0 0 0 1.414 1.414l.809-.809c.394-.394.999-.445 1.513-.23.514.214.921.682.921 1.24V15a1 1 0 1 0 2 0v-1.143c0-.557.407-1.025.921-1.24.514-.214 1.12-.162 1.513.231l.809.809a1 1 0 0 0 1.414-1.414l-.809-.809c-.393-.394-.445-.999-.23-1.513.214-.514.682-.921 1.24-.921H15a1 1 0 1 0 0-2h-1.143c-.557 0-1.025-.407-1.24-.921-.214-.514-.162-1.12.231-1.513l.809-.809a1 1 0 0 0-1.414-1.414l-.809.809c-.394.393-.999.445-1.513.23-.514-.214-.92-.682-.92-1.24V1a1 1 0 0 0-1-1Zm2 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2m4-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0\'/></svg>"}},{"terms":["communications, voicemail, message, telephone"],"label":"voicemail","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'voicemail\'><path d=\'M7 8.5A3.5 3.5 0 0 1 5.95 11h4.1a3.5 3.5 0 1 1 2.45 1h-9A3.5 3.5 0 1 1 7 8.5m-6 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0m14 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-down","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-down\'><path d=\'M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12zM6.312 6.39 8 5.04v5.92L6.312 9.61A.5.5 0 0 0 6 9.5H4v-3h2a.5.5 0 0 0 .312-.11M12.025 8a4.5 4.5 0 0 1-1.318 3.182L10 10.475A3.5 3.5 0 0 0 11.025 8 3.5 3.5 0 0 0 10 5.525l.707-.707A4.5 4.5 0 0 1 12.025 8\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-down-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-down-fill\'><path d=\'M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12zm3.025 4a4.5 4.5 0 0 1-1.318 3.182L10 10.475A3.5 3.5 0 0 0 11.025 8 3.5 3.5 0 0 0 10 5.525l.707-.707A4.5 4.5 0 0 1 12.025 8\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-mute","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-mute\'><path d=\'M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06M6 5.04 4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-mute-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-mute-fill\'><path d=\'M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06m7.137 2.096a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-off","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-off\'><path d=\'M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06M10 5.04 8.312 6.39A.5.5 0 0 1 8 6.5H6v3h2a.5.5 0 0 1 .312.11L10 10.96z\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-off-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-off-fill\'><path d=\'M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-up","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-up\'><path d=\'M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z\'/><path d=\'M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z\'/><path d=\'M10.025 8a4.5 4.5 0 0 1-1.318 3.182L8 10.475A3.5 3.5 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.5 4.5 0 0 1 10.025 8M7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11\'/></svg>"}},{"terms":["media, audio, video, av, sound"],"label":"volume-up-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'volume-up-fill\'><path d=\'M11.536 14.01A8.47 8.47 0 0 0 14.026 8a8.47 8.47 0 0 0-2.49-6.01l-.708.707A7.48 7.48 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303z\'/><path d=\'M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.48 5.48 0 0 1 11.025 8a5.48 5.48 0 0 1-1.61 3.89z\'/><path d=\'M8.707 11.182A4.5 4.5 0 0 0 10.025 8a4.5 4.5 0 0 0-1.318-3.182L8 5.525A3.5 3.5 0 0 1 9.025 8 3.5 3.5 0 0 1 8 10.475zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06\'/></svg>"}},{"terms":["typography, divider, vertical-rule"],"label":"vr","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'vr\'><path d=\'M3 12V4a1 1 0 0 1 1-1h2.5V2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5v-1H4a1 1 0 0 1-1-1m6.5 1v1H12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.5v1H12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zM8 16a.5.5 0 0 1-.5-.5V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-.5.5\'/></svg>"}},{"terms":["commerce, cards, money, funds, cash, payment"],"label":"wallet","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wallet\'><path d=\'M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a2 2 0 0 1-1-.268M1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1\'/></svg>"}},{"terms":["commerce, cards, money, funds, cash, payment"],"label":"wallet-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wallet-fill\'><path d=\'M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958.207.288.557.542 1.194.542s.987-.254 1.194-.542C9.42 6.644 9.5 6.253 9.5 6a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2z\'/><path d=\'M16 6.5h-5.551a2.7 2.7 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5s-1.613-.412-2.006-.958A2.7 2.7 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5z\'/></svg>"}},{"terms":["commerce, cards, money, funds, cash, payment"],"label":"wallet2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wallet2\'><path d=\'M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z\'/></svg>"}},{"terms":["devices, wearables, clock"],"label":"watch","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'watch\'><path d=\'M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5z\'/><path d=\'M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A6 6 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a6 6 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A6 6 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0\'/></svg>"}},{"terms":["weather, waves, levels"],"label":"water","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'water\'><path d=\'M.036 3.314a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 3.964a.5.5 0 0 1-.278-.65m0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 6.964a.5.5 0 0 1-.278-.65m0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0L.314 9.964a.5.5 0 0 1-.278-.65m0 3a.5.5 0 0 1 .65-.278l1.757.703a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.014-.406a2.5 2.5 0 0 1 1.857 0l1.015.406a1.5 1.5 0 0 0 1.114 0l1.757-.703a.5.5 0 1 1 .372.928l-1.758.703a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.014-.406a1.5 1.5 0 0 0-1.114 0l-1.015.406a2.5 2.5 0 0 1-1.857 0l-1.757-.703a.5.5 0 0 1-.278-.65\'/></svg>"}},{"terms":["devices, camera, video"],"label":"webcam","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'webcam\'><path d=\'M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H9.269c.144.162.33.324.531.475a7 7 0 0 0 .907.57l.014.006.003.002A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.003-.002.014-.007a5 5 0 0 0 .268-.148 7 7 0 0 0 .639-.421c.2-.15.387-.313.531-.475H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\'/><path d=\'M8 6.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0m7 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/></svg>"}},{"terms":["devices, camera, video"],"label":"webcam-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'webcam-fill\'><path d=\'M6.644 11.094a.5.5 0 0 1 .356-.15h2a.5.5 0 0 1 .356.15c.175.177.39.347.603.496a7 7 0 0 0 .752.456l.01.006h.003A.5.5 0 0 1 10.5 13h-5a.5.5 0 0 1-.224-.947l.002-.001.01-.006a4 4 0 0 0 .214-.116 8 8 0 0 0 .539-.34c.214-.15.428-.319.603-.496M7 6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0\'/><path d=\'M2 3a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm6 1.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4M12.5 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1\'/></svg>"}},{"terms":["brand, social, messaging"],"label":"wechat","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wechat\'><path d=\'M11.176 14.429c-2.665 0-4.826-1.8-4.826-4.018 0-2.22 2.159-4.02 4.824-4.02S16 8.191 16 10.411c0 1.21-.65 2.301-1.666 3.036a.32.32 0 0 0-.12.366l.218.81a.6.6 0 0 1 .029.117.166.166 0 0 1-.162.162.2.2 0 0 1-.092-.03l-1.057-.61a.5.5 0 0 0-.256-.074.5.5 0 0 0-.142.021 5.7 5.7 0 0 1-1.576.22M9.064 9.542a.647.647 0 1 0 .557-1 .645.645 0 0 0-.646.647.6.6 0 0 0 .09.353Zm3.232.001a.646.646 0 1 0 .546-1 .645.645 0 0 0-.644.644.63.63 0 0 0 .098.356\'/><path d=\'M0 6.826c0 1.455.781 2.765 2.001 3.656a.385.385 0 0 1 .143.439l-.161.6-.1.373a.5.5 0 0 0-.032.14.19.19 0 0 0 .193.193q.06 0 .111-.029l1.268-.733a.6.6 0 0 1 .308-.088q.088 0 .171.025a6.8 6.8 0 0 0 1.625.26 4.5 4.5 0 0 1-.177-1.251c0-2.936 2.785-5.02 5.824-5.02l.15.002C10.587 3.429 8.392 2 5.796 2 2.596 2 0 4.16 0 6.826m4.632-1.555a.77.77 0 1 1-1.54 0 .77.77 0 0 1 1.54 0m3.875 0a.77.77 0 1 1-1.54 0 .77.77 0 0 1 1.54 0\'/></svg>"}},{"terms":["brand, social, facebook, chat"],"label":"whatsapp","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'whatsapp\'><path d=\'M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232\'/></svg>"}},{"terms":["communications, internet, network, wireless"],"label":"wifi","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wifi\'><path d=\'M15.384 6.115a.485.485 0 0 0-.047-.736A12.44 12.44 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.52.52 0 0 0 .668.05A11.45 11.45 0 0 1 8 4c2.507 0 4.827.802 6.716 2.164.205.148.49.13.668-.049\'/><path d=\'M13.229 8.271a.482.482 0 0 0-.063-.745A9.46 9.46 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.576 1.336c.206.132.48.108.653-.065m-2.183 2.183c.226-.226.185-.605-.1-.75A6.5 6.5 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.5 5.5 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.61-.091zM9.06 12.44c.196-.196.198-.52-.04-.66A2 2 0 0 0 8 11.5a2 2 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.707-.707z\'/></svg>"}},{"terms":["communications, internet, network, wireless"],"label":"wifi-1","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wifi-1\'><path d=\'M11.046 10.454c.226-.226.185-.605-.1-.75A6.5 6.5 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.5 5.5 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091zM9.06 12.44c.196-.196.198-.52-.04-.66A2 2 0 0 0 8 11.5a2 2 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.708-.707z\'/></svg>"}},{"terms":["communications, internet, network, wireless"],"label":"wifi-2","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wifi-2\'><path d=\'M13.229 8.271c.216-.216.194-.578-.063-.745A9.46 9.46 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065m-2.183 2.183c.226-.226.185-.605-.1-.75A6.5 6.5 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.5 5.5 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091zM9.06 12.44c.196-.196.198-.52-.04-.66A2 2 0 0 0 8 11.5a2 2 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z\'/></svg>"}},{"terms":["communications, internet, network, wireless"],"label":"wifi-off","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wifi-off\'><path d=\'M10.706 3.294A12.6 12.6 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.52.52 0 0 0 .668.05A11.45 11.45 0 0 1 8 4q.946 0 1.852.148zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065 8.45 8.45 0 0 1 3.51-1.27zm2.596 1.404.785-.785q.947.362 1.785.907a.482.482 0 0 1 .063.745.525.525 0 0 1-.652.065 8.5 8.5 0 0 0-1.98-.932zM8 10l.933-.933a6.5 6.5 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.53.53 0 0 1-.611.09A5.5 5.5 0 0 0 8 10m4.905-4.905.747-.747q.886.451 1.685 1.03a.485.485 0 0 1 .047.737.52.52 0 0 1-.668.05 11.5 11.5 0 0 0-1.811-1.07M9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A2 2 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75z\'/></svg>"}},{"terms":["brand, encyclopedia"],"label":"wikipedia","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wikipedia\'><path d=\'M8.835 3.003c.828-.006 2.688 0 2.688 0l.033.03v.288q0 .12-.133.12c-.433.02-.522.063-.68.29-.087.126-.258.393-.435.694l-1.52 2.843-.043.089 1.858 3.801.113.031 2.926-6.946q.152-.42-.044-.595c-.132-.114-.224-.18-.563-.195l-.275-.014a.16.16 0 0 1-.096-.035.1.1 0 0 1-.046-.084v-.289l.042-.03h3.306l.034.03v.29q0 .117-.133.117-.65.03-.962.281a1.64 1.64 0 0 0-.488.704s-2.691 6.16-3.612 8.208c-.353.672-.7.61-1.004-.019A224 224 0 0 1 8.044 8.81c-.623 1.285-1.475 3.026-1.898 3.81-.411.715-.75.622-1.02.019-.45-1.065-1.131-2.519-1.817-3.982-.735-1.569-1.475-3.149-1.943-4.272-.167-.4-.293-.657-.412-.759q-.18-.15-.746-.18Q0 3.421 0 3.341v-.303l.034-.03c.615-.003 3.594 0 3.594 0l.034.03v.288q0 .119-.15.118l-.375.016q-.483.02-.483.288-.002.125.109.4c.72 1.753 3.207 6.998 3.207 6.998l.091.023 1.603-3.197-.32-.71L6.24 5.095s-.213-.433-.286-.577l-.098-.196c-.387-.77-.411-.82-.865-.88-.137-.017-.208-.035-.208-.102v-.304l.041-.03h2.853l.075.024v.303q0 .104-.15.104l-.206.03c-.523.04-.438.254-.09.946l1.057 2.163 1.17-2.332c.195-.427.155-.534.074-.633-.046-.055-.202-.144-.54-.158l-.133-.015a.16.16 0 0 1-.096-.034.1.1 0 0 1-.045-.085v-.288l.041-.03Z\'/></svg>"}},{"terms":["weather, windy, breeze"],"label":"wind","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wind\'><path d=\'M12.5 2A2.5 2.5 0 0 0 10 4.5a.5.5 0 0 1-1 0A3.5 3.5 0 1 1 12.5 8H.5a.5.5 0 0 1 0-1h12a2.5 2.5 0 0 0 0-5m-7 1a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 2 2h-5a.5.5 0 0 1 0-1h5a1 1 0 0 0 0-2M0 9.5A.5.5 0 0 1 .5 9h10.042a3 3 0 1 1-3 3 .5.5 0 0 1 1 0 2 2 0 1 0 2-2H.5a.5.5 0 0 1-.5-.5\'/></svg>"}},{"terms":["layout, app, application"],"label":"window","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window\'><path d=\'M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm13 2v2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1M2 14a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1z\'/></svg>"}},{"terms":["apps, application, desktop, app"],"label":"window-dash","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-dash\'><path d=\'M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M4 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M0 4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V7H1v5a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2zm1 2h13V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5\'/></svg>"}},{"terms":["apps, application, desktop, app"],"label":"window-desktop","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-desktop\'><path d=\'M3.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M2.375 1A2.366 2.366 0 0 0 0 3.357v9.286A2.366 2.366 0 0 0 2.375 15h11.25A2.366 2.366 0 0 0 16 12.643V3.357A2.366 2.366 0 0 0 13.625 1zM1 3.357C1 2.612 1.611 2 2.375 2h11.25C14.389 2 15 2.612 15 3.357V4H1zM1 5h14v7.643c0 .745-.611 1.357-1.375 1.357H2.375A1.366 1.366 0 0 1 1 12.643z\'/></svg>"}},{"terms":["apps, application, desktop, os"],"label":"window-dock","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-dock\'><path d=\'M3.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm4.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z\'/><path d=\'M14 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM2 14h12a1 1 0 0 0 1-1V5H1v8a1 1 0 0 0 1 1M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1z\'/></svg>"}},{"terms":["apps, application, desktop, app"],"label":"window-fullscreen","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-fullscreen\'><path d=\'M3 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5zM1 5V2h14v3zm0 1h14v8H1z\'/></svg>"}},{"terms":["apps, application, desktop, app"],"label":"window-plus","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-plus\'><path d=\'M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M4 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M0 4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V7H1v5a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2zm1 2h13V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1h-1a.5.5 0 0 0 0 1h1v1a.5.5 0 0 0 1 0v-1h1a.5.5 0 0 0 0-1h-1v-1a.5.5 0 0 0-.5-.5\'/></svg>"}},{"terms":["apps, application, desktop"],"label":"window-sidebar","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-sidebar\'><path d=\'M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v2H1V3a1 1 0 0 1 1-1zM1 13V6h4v8H2a1 1 0 0 1-1-1m5 1V6h9v7a1 1 0 0 1-1 1z\'/></svg>"}},{"terms":["apps, application, desktop, app"],"label":"window-split","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-split\'><path d=\'M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\'/><path d=\'M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 1a1 1 0 0 1 1 1v2H1V3a1 1 0 0 1 1-1zM1 13V6h6.5v8H2a1 1 0 0 1-1-1m7.5 1V6H15v7a1 1 0 0 1-1 1z\'/></svg>"}},{"terms":["apps, application, desktop, app, windows"],"label":"window-stack","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-stack\'><path d=\'M4.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M6 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M12 1a2 2 0 0 1 2 2 2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2 2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM2 12V5a2 2 0 0 1 2-2h9a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1m1-4v5a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V8zm12-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v2z\'/></svg>"}},{"terms":["apps, application, desktop, app"],"label":"window-x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'window-x\'><path d=\'M2.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M4 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\'/><path d=\'M0 4a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v4a.5.5 0 0 1-1 0V7H1v5a1 1 0 0 0 1 1h5.5a.5.5 0 0 1 0 1H2a2 2 0 0 1-2-2zm1 2h13V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z\'/><path d=\'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-4.854-1.354a.5.5 0 0 0 0 .708l.647.646-.647.646a.5.5 0 0 0 .708.708l.646-.647.646.647a.5.5 0 0 0 .708-.708l-.647-.646.647-.646a.5.5 0 0 0-.708-.708l-.646.647-.646-.647a.5.5 0 0 0-.708 0\'/></svg>"}},{"terms":["brand, microsoft, msft, windows"],"label":"windows","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'windows\'><path d=\'M6.555 1.375 0 2.237v5.45h6.555zM0 13.795l6.555.933V8.313H0zm7.278-5.4.026 6.378L16 16V8.395zM16 0 7.33 1.244v6.414H16z\'/></svg>"}},{"terms":["brand, social"],"label":"wordpress","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wordpress\'><path d=\'M12.633 7.653c0-.848-.305-1.435-.566-1.892l-.08-.13c-.317-.51-.594-.958-.594-1.48 0-.63.478-1.218 1.152-1.218q.03 0 .058.003l.031.003A6.84 6.84 0 0 0 8 1.137 6.86 6.86 0 0 0 2.266 4.23c.16.005.313.009.442.009.717 0 1.828-.087 1.828-.087.37-.022.414.521.044.565 0 0-.371.044-.785.065l2.5 7.434 1.5-4.506-1.07-2.929c-.369-.022-.719-.065-.719-.065-.37-.022-.326-.588.043-.566 0 0 1.134.087 1.808.087.718 0 1.83-.087 1.83-.087.37-.022.413.522.043.566 0 0-.372.043-.785.065l2.48 7.377.684-2.287.054-.173c.27-.86.469-1.495.469-2.046zM1.137 8a6.86 6.86 0 0 0 3.868 6.176L1.73 5.206A6.8 6.8 0 0 0 1.137 8\'/><path d=\'M6.061 14.583 8.121 8.6l2.109 5.78q.02.05.049.094a6.85 6.85 0 0 1-4.218.109m7.96-9.876q.046.328.047.706c0 .696-.13 1.479-.522 2.458l-2.096 6.06a6.86 6.86 0 0 0 2.572-9.224z\'/><path fill-rule=\'evenodd\' d=\'M0 8c0-4.411 3.589-8 8-8s8 3.589 8 8-3.59 8-8 8-8-3.589-8-8m.367 0c0 4.209 3.424 7.633 7.633 7.633S15.632 12.209 15.632 8C15.632 3.79 12.208.367 8 .367 3.79.367.367 3.79.367 8\'/></svg>"}},{"terms":["tools, tool"],"label":"wrench","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wrench\'><path d=\'M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364zm13.37 9.019.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11z\'/></svg>"}},{"terms":["tools, tool"],"label":"wrench-adjustable","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wrench-adjustable\'><path d=\'M16 4.5a4.5 4.5 0 0 1-1.703 3.526L13 5l2.959-1.11q.04.3.041.61\'/><path d=\'M11.5 9c.653 0 1.273-.139 1.833-.39L12 5.5 11 3l3.826-1.53A4.5 4.5 0 0 0 7.29 6.092l-6.116 5.096a2.583 2.583 0 1 0 3.638 3.638L9.908 8.71A4.5 4.5 0 0 0 11.5 9m-1.292-4.361-.596.893.809-.27a.25.25 0 0 1 .287.377l-.596.893.809-.27.158.475-1.5.5a.25.25 0 0 1-.287-.376l.596-.893-.809.27a.25.25 0 0 1-.287-.377l.596-.893-.809.27-.158-.475 1.5-.5a.25.25 0 0 1 .287.376M3 14a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>"}},{"terms":["tools, tool"],"label":"wrench-adjustable-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wrench-adjustable-circle\'><path d=\'M12.496 8a4.5 4.5 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11q.04.3.04.61\'/><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0a7 7 0 1 0-13.202 3.249l1.988-1.657a4.5 4.5 0 0 1 7.537-4.623L7.497 6.5l1 2.5 1.333 3.11c-.56.251-1.18.39-1.833.39a4.5 4.5 0 0 1-1.592-.29L4.747 14.2A7 7 0 0 0 15 8m-8.295.139a.25.25 0 0 0-.288-.376l-1.5.5.159.474.808-.27-.595.894a.25.25 0 0 0 .287.376l.808-.27-.595.894a.25.25 0 0 0 .287.376l1.5-.5-.159-.474-.808.27.596-.894a.25.25 0 0 0-.288-.376l-.808.27z\'/></svg>"}},{"terms":["tools, tool"],"label":"wrench-adjustable-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'wrench-adjustable-circle-fill\'><path d=\'M6.705 8.139a.25.25 0 0 0-.288-.376l-1.5.5.159.474.808-.27-.595.894a.25.25 0 0 0 .287.376l.808-.27-.595.894a.25.25 0 0 0 .287.376l1.5-.5-.159-.474-.808.27.596-.894a.25.25 0 0 0-.288-.376l-.808.27z\'/><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m-6.202-4.751 1.988-1.657a4.5 4.5 0 0 1 7.537-4.623L7.497 6.5l1 2.5 1.333 3.11c-.56.251-1.18.39-1.833.39a4.5 4.5 0 0 1-1.592-.29L4.747 14.2a7.03 7.03 0 0 1-2.949-2.951M12.496 8a4.5 4.5 0 0 1-1.703 3.526L9.497 8.5l2.959-1.11q.04.3.04.61\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x\'><path d=\'M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-circle","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-circle\'><path d=\'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16\'/><path d=\'M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-circle-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-circle-fill\'><path d=\'M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, reset, clear, cancel, close, exit"],"label":"x-diamond","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-diamond\'><path d=\'M7.987 16a1.53 1.53 0 0 1-1.07-.448L.45 9.082a1.53 1.53 0 0 1 0-2.165L6.917.45a1.53 1.53 0 0 1 2.166 0l6.469 6.468A1.53 1.53 0 0 1 16 8.013a1.53 1.53 0 0 1-.448 1.07l-6.47 6.469A1.53 1.53 0 0 1 7.988 16zM7.639 1.17 4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 0 0-.722 0M8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873zM7.278 8 4.044 4.766 1.17 7.639a.51.51 0 0 0 0 .722l2.874 2.873z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, reset, clear, cancel, close, exit"],"label":"x-diamond-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-diamond-fill\'><path d=\'M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339 8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954 2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954 2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8 3.339 4.046.435 6.951c-.58.58-.58 1.519 0 2.098z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-lg","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-lg\'><path d=\'M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-octagon","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-octagon\'><path d=\'M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z\'/><path d=\'M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-octagon-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-octagon-fill\'><path d=\'M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353zm-6.106 4.5L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-square","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-square\'><path d=\'M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z\'/><path d=\'M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708\'/></svg>"}},{"terms":["alerts,, warnings,, and, signs, x, delete, remove, reset, clear, cancel, close, exit"],"label":"x-square-fill","svg":{"fill":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'x-square-fill\'><path d=\'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.354 4.646L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708\'/></svg>"}},{"terms":["brand, microsoft, gaming"],"label":"xbox","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'xbox\'><path d=\'M7.202 15.967a8 8 0 0 1-3.552-1.26c-.898-.585-1.101-.826-1.101-1.306 0-.965 1.062-2.656 2.879-4.583C6.459 7.723 7.897 6.44 8.052 6.475c.302.068 2.718 2.423 3.622 3.531 1.43 1.753 2.088 3.189 1.754 3.829-.254.486-1.83 1.437-2.987 1.802-.954.301-2.207.429-3.239.33m-5.866-3.57C.589 11.253.212 10.127.03 8.497c-.06-.539-.038-.846.137-1.95.218-1.377 1.002-2.97 1.945-3.95.401-.417.437-.427.926-.263.595.2 1.23.638 2.213 1.528l.574.519-.313.385C4.056 6.553 2.52 9.086 1.94 10.653c-.315.852-.442 1.707-.306 2.063.091.24.007.15-.3-.319Zm13.101.195c.074-.36-.019-1.02-.238-1.687-.473-1.443-2.055-4.128-3.508-5.953l-.457-.575.494-.454c.646-.593 1.095-.948 1.58-1.25.381-.237.927-.448 1.161-.448.145 0 .654.528 1.065 1.104a8.4 8.4 0 0 1 1.343 3.102c.153.728.166 2.286.024 3.012a9.5 9.5 0 0 1-.6 1.893c-.179.393-.624 1.156-.82 1.404-.1.128-.1.127-.043-.148ZM7.335 1.952c-.67-.34-1.704-.705-2.276-.803a4 4 0 0 0-.759-.043c-.471.024-.45 0 .306-.358A7.8 7.8 0 0 1 6.47.128c.8-.169 2.306-.17 3.094-.005.85.18 1.853.552 2.418.9l.168.103-.385-.02c-.766-.038-1.88.27-3.078.853-.361.176-.676.316-.699.312a12 12 0 0 1-.654-.319Z\'/></svg>"}},{"terms":["brand, social, reviews"],"label":"yelp","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'yelp\'><path d=\'m4.188 10.095.736-.17.073-.02A.813.813 0 0 0 5.45 8.65a1 1 0 0 0-.3-.258 3 3 0 0 0-.428-.198l-.808-.295a76 76 0 0 0-1.364-.493C2.253 7.3 2 7.208 1.783 7.14c-.041-.013-.087-.025-.124-.038a2.1 2.1 0 0 0-.606-.116.72.72 0 0 0-.572.245 2 2 0 0 0-.105.132 1.6 1.6 0 0 0-.155.309c-.15.443-.225.908-.22 1.376.002.423.013.966.246 1.334a.8.8 0 0 0 .22.24c.166.114.333.129.507.141.26.019.513-.045.764-.103l2.447-.566zm8.219-3.911a4.2 4.2 0 0 0-.8-1.14 1.6 1.6 0 0 0-.275-.21 2 2 0 0 0-.15-.073.72.72 0 0 0-.621.031c-.142.07-.294.182-.496.37-.028.028-.063.06-.094.089-.167.156-.353.35-.574.575q-.51.516-1.01 1.042l-.598.62a3 3 0 0 0-.298.365 1 1 0 0 0-.157.364.8.8 0 0 0 .007.301q0 .007.003.013a.81.81 0 0 0 .945.616l.074-.014 3.185-.736c.251-.058.506-.112.732-.242.151-.088.295-.175.394-.35a.8.8 0 0 0 .093-.313c.05-.434-.178-.927-.36-1.308M6.706 7.523c.23-.29.23-.722.25-1.075.07-1.181.143-2.362.201-3.543.022-.448.07-.89.044-1.34-.022-.372-.025-.799-.26-1.104C6.528-.077 5.644-.033 5.04.05q-.278.038-.553.104a8 8 0 0 0-.543.149c-.58.19-1.393.537-1.53 1.204-.078.377.106.763.249 1.107.173.417.41.792.625 1.185.57 1.036 1.15 2.066 1.728 3.097.172.308.36.697.695.857q.033.015.068.025c.15.057.313.068.469.032l.028-.007a.8.8 0 0 0 .377-.226zm-.276 3.161a.74.74 0 0 0-.923-.234 1 1 0 0 0-.145.09 2 2 0 0 0-.346.354c-.026.033-.05.077-.08.104l-.512.705q-.435.591-.861 1.193c-.185.26-.346.479-.472.673l-.072.11c-.152.235-.238.406-.282.559a.7.7 0 0 0-.03.314c.013.11.05.217.108.312q.046.07.1.138a1.6 1.6 0 0 0 .257.237 4.5 4.5 0 0 0 2.196.76 1.6 1.6 0 0 0 .349-.027 2 2 0 0 0 .163-.048.8.8 0 0 0 .278-.178.7.7 0 0 0 .17-.266c.059-.147.098-.335.123-.613l.012-.13c.02-.231.03-.502.045-.821q.037-.735.06-1.469l.033-.87a2.1 2.1 0 0 0-.055-.623 1 1 0 0 0-.117-.27Zm5.783 1.362a2.2 2.2 0 0 0-.498-.378l-.112-.067c-.199-.12-.438-.246-.719-.398q-.644-.353-1.295-.695l-.767-.407c-.04-.012-.08-.04-.118-.059a2 2 0 0 0-.466-.166 1 1 0 0 0-.17-.018.74.74 0 0 0-.725.616 1 1 0 0 0 .01.293c.038.204.13.406.224.583l.41.768q.341.65.696 1.294c.152.28.28.52.398.719q.036.057.068.112c.145.239.261.39.379.497a.73.73 0 0 0 .596.201 2 2 0 0 0 .168-.029 1.6 1.6 0 0 0 .325-.129 4 4 0 0 0 .855-.64c.306-.3.577-.63.788-1.006q.045-.08.076-.165a2 2 0 0 0 .051-.161q.019-.083.029-.168a.8.8 0 0 0-.038-.327.7.7 0 0 0-.165-.27\'/></svg>"}},{"terms":["real, world, peace"],"label":"yin-yang","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'yin-yang\'><path d=\'M9.167 4.5a1.167 1.167 0 1 1-2.334 0 1.167 1.167 0 0 1 2.334 0\'/><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1 8a7 7 0 0 1 7-7 3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 0 0 7 7 7 0 0 1-7-7m7 4.667a1.167 1.167 0 1 1 0-2.334 1.167 1.167 0 0 1 0 2.334\'/></svg>"}},{"terms":["brand, social, video, google"],"label":"youtube","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'youtube\'><path d=\'M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z\'/></svg>"}},{"terms":["graphics, magnify, scale"],"label":"zoom-in","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'zoom-in\'><path fill-rule=\'evenodd\' d=\'M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0\'/><path d=\'M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z\'/><path fill-rule=\'evenodd\' d=\'M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5\'/></svg>"}},{"terms":["graphics, minify, scale"],"label":"zoom-out","svg":{"regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'zoom-out\'><path fill-rule=\'evenodd\' d=\'M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0\'/><path d=\'M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z\'/><path fill-rule=\'evenodd\' d=\'M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5\'/></svg>"}}]'),Ha=JSON.parse('[{"terms":["Digit Zero","nada","none","zero","zilch"],"label":"0","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160V320c0 88.4-71.6 160-160 160S0 408.4 0 320V192zM160 96c-53 0-96 43-96 96V320c0 53 43 96 96 96s96-43 96-96V192c0-53-43-96-96-96z\'/></svg>"}},{"terms":["Digit One","one"],"label":"1","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V64z\'/></svg>"}},{"terms":["Digit Two","two"],"label":"2","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z\'/></svg>"}},{"terms":["Digit Three","three"],"label":"3","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H272c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H105.4C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H80c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96H32C14.3 96 0 81.7 0 64z\'/></svg>"}},{"terms":["Digit Four","four"],"label":"4","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368H256v80c0 17.7 14.3 32 32 32s32-14.3 32-32V368h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320V160c0-17.7-14.3-32-32-32s-32 14.3-32 32V304H82.4L189 77.6z\'/></svg>"}},{"terms":["Digit Five","five"],"label":"5","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M32.5 58.3C35.3 43.1 48.5 32 64 32H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H90.7L70.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H100.5c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H32c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z\'/></svg>"}},{"terms":["Digit Six","six"],"label":"6","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3c0 .2 0 .3 0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z\'/></svg>"}},{"terms":["Digit Seven","seven"],"label":"7","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H288c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96H32C14.3 96 0 81.7 0 64z\'/></svg>"}},{"terms":["Digit Eight","eight"],"label":"8","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M304 160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128h64c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288H192c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64h15.9c0 0 .1 0 .1 0h32c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0H144c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z\'/></svg>"}},{"terms":["Digit Nine","nine"],"label":"9","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z\'/></svg>"}},{"terms":["innosoft","42 group"],"label":"42.group","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z\'/></svg>"}},{"label":"500px","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z\'/></svg>"}},{"terms":["Latin Capital Letter A","Latin Small Letter A","letter"],"label":"A","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384H290.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320H120l72-172.8L264 320z\'/></svg>"}},{"terms":["accessibility","disabled","handicap","person","uer","wheelchair","wheelchair alt"],"label":"Accessible Icon","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z\'/></svg>"}},{"label":"Accusoft","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z\'/></svg>"}},{"terms":["contact book","directory","employee","index","little black book","portfolio","rolodex","uer","username"],"label":"Address Book","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM208 288h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M384 48c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H384zM96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H208zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z\'/></svg>"}},{"terms":["contact card","vcard","about","employee","id","identification","portfolio","postcard","profile","registration","uer","username"],"label":"Address Card","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 256h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H304c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H176zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z\'/></svg>"}},{"terms":["adn","app net"],"label":"App.net","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z\'/></svg>"}},{"label":"Adversal","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z\'/></svg>"}},{"label":"affiliatetheme","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z\'/></svg>"}},{"label":"Airbnb","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z\'/></svg>"}},{"label":"Algolia","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z\'/></svg>"}},{"terms":["format","middle","paragraph","text"],"label":"Align Center","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z\'/></svg>"}},{"terms":["format","paragraph","text"],"label":"Align Justify","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32z\'/></svg>"}},{"terms":["format","paragraph","text"],"label":"Align Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z\'/></svg>"}},{"terms":["format","paragraph","text"],"label":"Align Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z\'/></svg>"}},{"label":"Alipay","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z\'/></svg>"}},{"label":"Amazon","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z\'/></svg>"}},{"label":"Amazon Pay","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z\'/></svg>"}},{"label":"Amilia","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z\'/></svg>"}},{"terms":["berth","boat","dock","embed","link","maritime","moor","port","secure","ship","tool"],"label":"Anchor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c88.4 0 160-71.6 160-160v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 53-43 96-96 96H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1z\'/></svg>"}},{"terms":["enable","marina","not affected","ok","okay","port","validate","working"],"label":"Anchor Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["affected","failed","marina","port"],"label":"Anchor Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["destroy","marina","port","uncheck"],"label":"Anchor Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["closed","lockdown","marina","padlock","port","privacy","quarantine"],"label":"Anchor Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3V446.7c-5.2 .9-10.5 1.3-16 1.3H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["robot"],"label":"Android","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55\'/></svg>"}},{"label":"AngelList","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z\'/></svg>"}},{"terms":["Down Arrowhead","arrow","caret","download","expand","insert"],"label":"Angle Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z\'/></svg>"}},{"terms":["Single Left Pointing Angle Quotation Mark","arrow","back","caret","less","previous"],"label":"Angle Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z\'/></svg>"}},{"terms":["Single Right Pointing Angle Quotation Mark","arrow","care","forward","more","next"],"label":"Angle Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\'/></svg>"}},{"terms":["Up Arrowhead","arrow","caret","collapse","upgrade","upload"],"label":"Angle Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z\'/></svg>"}},{"terms":["angle double down","arrows","caret","download","expand"],"label":"Angles Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z\'/></svg>"}},{"terms":["angle double left","Left Pointing Double Angle Quotation Mark","arrows","back","caret","laquo","previous","quote"],"label":"Angles Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z\'/></svg>"}},{"terms":["angle double right","Right Pointing Double Angle Quotation Mark","arrows","caret","forward","more","next","quote","raquo"],"label":"Angles Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z\'/></svg>"}},{"terms":["angle double up","arrows","caret","collapse","upload"],"label":"Angles Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["angrycreative"],"label":"Angry Creative","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z\'/></svg>"}},{"label":"Angular","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z\'/></svg>"}},{"terms":["amulet","copper","coptic christianity","copts","crux ansata","egypt","venus"],"label":"Ankh","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V480c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H241.2c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z\'/></svg>"}},{"label":"App Store","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z\'/></svg>"}},{"terms":["app store ios"],"label":"iOS App Store","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z\'/></svg>"}},{"label":"Apper Systems AB","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z\'/></svg>"}},{"terms":["fruit","ios","mac","operating system","os","osx"],"label":"Apple","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\'/></svg>"}},{"label":"Apple Pay","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z\'/></svg>"}},{"terms":["apple alt","fall","fruit","fuji","green","green apple","macintosh","orchard","red","red apple","seasonal","vegan"],"label":"Apple Whole","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 112c-8.8 0-16-7.2-16-16V80c0-44.2 35.8-80 80-80h16c8.8 0 16 7.2 16 16V32c0 44.2-35.8 80-80 80H224zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z\'/></svg>"}},{"terms":["arc","monument","road","street","tunnel"],"label":"Archway","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H96h64V352c0-53 43-96 96-96s96 43 96 96V480h64 64c17.7 0 32-14.3 32-32s-14.3-32-32-32V128H32V416z\'/></svg>"}},{"terms":["Downwards Arrow","download"],"label":"Arrow Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z\'/></svg>"}},{"terms":["sort numeric asc","sort numeric down","arrange","filter","numbers","order"],"label":"Arrow Down 1 9","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V160H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V64c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z\'/></svg>"}},{"terms":["sort numeric desc","sort numeric down alt","arrange","filter","numbers","order","sort numeric asc"],"label":"Arrow Down 9 1","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V416H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V320c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z\'/></svg>"}},{"terms":["sort alpha asc","sort alpha down","alphabetical","arrange","filter","order","sort alpha asc"],"label":"Arrow Down A Z","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352H352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176h40.4L416 135.6 395.8 176z\'/></svg>"}},{"terms":["download","long arrow down"],"label":"Arrow Down Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z\'/></svg>"}},{"terms":["sort amount desc","sort amount down alt","arrange","filter","order","sort amount asc"],"label":"Arrow Down Short Wide","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["border","crossing","transfer"],"label":"Arrow Down Up Across Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H448V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3V224H192 128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192zM448 320H384V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320z\'/></svg>"}},{"terms":["border","closed","crossing","lockdown","padlock","privacy","quarantine","transfer"],"label":"Arrow Down Up Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7V288H416V272c0-17.2 3.9-33.5 10.8-48H352V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3V224l-128 0H96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32H96V402.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64zM288 320V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H288zm240-80c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["sort amount asc","sort amount down","arrange","filter","number","order"],"label":"Arrow Down Wide Short","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z\'/></svg>"}},{"terms":["sort alpha desc","sort alpha down alt","alphabetical","arrange","filter","order"],"label":"Arrow Down Z A","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400h40.4L416 359.6 395.8 400z\'/></svg>"}},{"terms":["Leftwards Arrow","back","previous"],"label":"Arrow Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z\'/></svg>"}},{"terms":["back","long arrow left","previous"],"label":"Arrow Left Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z\'/></svg>"}},{"terms":["mouse pointer","arrow","cursor","select"],"label":"Arrow Pointer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 55.2V426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320H297.9c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z\'/></svg>"}},{"terms":["Rightwards Arrow","forward","next"],"label":"Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\'/></svg>"}},{"terms":["exchange","Rightwards Arrow Over Leftwards Arrow","arrow","arrows","reciprocate","return","swap","transfer"],"label":"Arrow Right Arrow Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z\'/></svg>"}},{"terms":["sign out","arrow","exit","leave","log out","logout"],"label":"Arrow Right From Bracket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z\'/></svg>"}},{"terms":["long arrow right","forward","next"],"label":"Arrow Right Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z\'/></svg>"}},{"terms":["arrow","enter","insert","join","log in","login","sign up","sign in","signin","signup"],"label":"Arrow Right To Bracket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z\'/></svg>"}},{"terms":["building","city","exodus","insert","rural","urban"],"label":"Arrow Right To City","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H146.7l-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z\'/></svg>"}},{"terms":["arrow left rotate","arrow rotate back","arrow rotate backward","undo","Anticlockwise Open Circle Arrow","back","control z","exchange","oops","return","rotate","swap"],"label":"Arrow Rotate Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z\'/></svg>"}},{"terms":["arrow right rotate","arrow rotate forward","redo","Clockwise Open Circle Arrow","forward","refresh","reload","renew","repeat","retry"],"label":"Arrow Rotate Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H464c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z\'/></svg>"}},{"terms":["line","stocks","trend"],"label":"Arrow Trend Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352H384z\'/></svg>"}},{"terms":["line","stocks","trend"],"label":"Arrow Trend Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32s-32-14.3-32-32V205.3L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160H384z\'/></svg>"}},{"terms":["level down","arrow"],"label":"Arrow Turn Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z\'/></svg>"}},{"terms":["level up","arrow"],"label":"Arrow Turn Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z\'/></svg>"}},{"terms":["Upwards Arrow","forward","upgrade","upload"],"label":"Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z\'/></svg>"}},{"terms":["sort numeric up","arrange","filter","numbers","order","sort numeric desc"],"label":"Arrow Up 1 9","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M450.7 38c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V108.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z\'/></svg>"}},{"terms":["sort numeric up alt","arrange","filter","numbers","order","sort numeric desc"],"label":"Arrow Up 9 1","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V364.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z\'/></svg>"}},{"terms":["sort alpha up","alphabetical","arrange","filter","order","sort alpha desc"],"label":"Arrow Up A Z","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176H395.8z\'/></svg>"}},{"terms":["share","transfer","upgrade","upload"],"label":"Arrow Up From Bracket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3 192 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-64z\'/></svg>"}},{"terms":["groundwater","spring","upgrade","water supply","water table"],"label":"Arrow Up From Ground Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 352c17.7 0 32-14.3 32-32V109.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192H48c-26.5 0-48 21.5-48 48V425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3V192zm384 48c0-26.5-21.5-48-48-48H384V416.5h0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9V240z\'/></svg>"}},{"terms":["flood","groundwater","pump","submersible","sump pump","upgrade"],"label":"Arrow Up From Water Pump","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 0C85.5 0 64 21.5 64 48V256H48c-26.5 0-48 21.5-48 48v96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400V304c0-26.5-21.5-48-48-48H480l0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256H288V48c0-26.5-21.5-48-48-48H112zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z\'/></svg>"}},{"terms":["long arrow up","upload"],"label":"Arrow Up Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z\'/></svg>"}},{"terms":["growth","increase","population","upgrade"],"label":"Arrow Up Right Dots","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h50.7L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V160c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H160zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["external link","new","open","send","share","upgrade"],"label":"Arrow Up Right From Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z\'/></svg>"}},{"terms":["sort amount up alt","arrange","filter","order","sort amount desc"],"label":"Arrow Up Short Wide","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z\'/></svg>"}},{"terms":["sort amount up","arrange","filter","order","sort amount desc","upgrade"],"label":"Arrow Up Wide Short","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32z\'/></svg>"}},{"terms":["sort alpha up alt","alphabetical","arrange","filter","order","sort alpha desc"],"label":"Arrow Up Z A","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400H395.8z\'/></svg>"}},{"terms":["insert","scale down","sink"],"label":"Arrows Down To Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["affected","focus","insert","targeted","together","uer"],"label":"Arrows Down To People","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144 0c-13.3 0-24 10.7-24 24V142.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V345.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V142.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["arrows h","expand","horizontal","landscape","resize","wide"],"label":"Arrows Left Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z\'/></svg>"}},{"terms":["analysis","expand","gap"],"label":"Arrows Left Right To Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z\'/></svg>"}},{"terms":["refresh","sync","Clockwise Right and Left Semicircle Arrows","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap"],"label":"Arrows Rotate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H352c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32s-32 14.3-32 32v35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V432c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H160c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z\'/></svg>"}},{"terms":["cycle","rotate","spin","whirl"],"label":"Arrows Spin","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H448c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3V99.2c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32H99.2c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224H412.8c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8V448c0 8.8 7.2 16 16 16H448c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3V412.8c-10.3 2.1-21 3.2-32 3.2z\'/></svg>"}},{"terms":["agile","split"],"label":"Arrows Split Up And Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3V384c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64H109.3l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256H224c23.3 0 45.2 6.2 64 17.1V109.3l-41.4 41.4z\'/></svg>"}},{"terms":["center","concentrate","coordinate","coordination","focal point","focus","insert"],"label":"Arrows To Circle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1v0V96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V320v0c0 0 0-.1 0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4c0 0 .1 0 .1 0h0 96c17.7 0 32 14.3 32 32s-14.3 32-32 32H525.3z\'/></svg>"}},{"terms":["assembly point","center","condense","focus","insert","minimize"],"label":"Arrows To Dot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["center","coordinated assessment","focus"],"label":"Arrows To Eye","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M15 15C24.4 5.7 39.6 5.7 49 15l63 63V40c0-13.3 10.7-24 24-24s24 10.7 24 24v96c0 13.3-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H78.1L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63H600c13.3 0 24 10.7 24 24s-10.7 24-24 24H504c-13.3 0-24-10.7-24-24V40c0-13.3 10.7-24 24-24s24 10.7 24 24V78.1l63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h96c13.3 0 24 10.7 24 24v96c0 13.3-10.7 24-24 24s-24-10.7-24-24V433.9L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63V472c0 13.3-10.7 24-24 24s-24-10.7-24-24V376c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H561.9l63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z\'/></svg>"}},{"terms":["arrows"],"label":"Arrows Turn Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160H128c-35.3 0-64 28.7-64 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V224C0 153.3 57.3 96 128 96H338.7L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96H242.7l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["destination","insert","nexus"],"label":"Arrows Turn To Dots","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z\'/></svg>"}},{"terms":["arrows v","expand","portrait","resize","tall","vertical"],"label":"Arrows Up Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z\'/></svg>"}},{"terms":["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"],"label":"Arrows Up Down Left Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4V224H109.3l9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4H224V402.7l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4V288H402.7l-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4H288V109.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z\'/></svg>"}},{"terms":["rise","scale up","upgrade"],"label":"Arrows Up To Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z\'/></svg>"}},{"label":"Artstation","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z\'/></svg>"}},{"terms":["Heavy Asterisk","annotation","details","reference","required","star"],"label":"Asterisk","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 32c17.7 0 32 14.3 32 32V199.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5V64c0-17.7 14.3-32 32-32z\'/></svg>"}},{"label":"Asymmetrik, Ltd.","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z\'/></svg>"}},{"terms":["Commercial At","address","author","e mail","email","fluctuate","handle"],"label":"At","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\'/></svg>"}},{"label":"Atlassian","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z\'/></svg>"}},{"terms":["atheism","atheist","atom symbol","chemistry","electron","ion","isotope","knowledge","neutron","nuclear","proton","science"],"label":"Atom","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"label":"Audible","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z\'/></svg>"}},{"terms":["blind","narration","video","visual"],"label":"Audio Description","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H150.9l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2h42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96H328c-13.3 0-24-10.7-24-24V184zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48H352z\'/></svg>"}},{"terms":["currency"],"label":"Austral Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96L82.7 320H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H56L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384H322.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H365.3L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H325.3L253.5 51.7zM256 224H192l32-76.8L256 224zm-90.7 64H282.7L296 320H152l13.3-32z\'/></svg>"}},{"label":"Autoprefixer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z\'/></svg>"}},{"label":"avianex","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z\'/></svg>"}},{"label":"Aviato","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z\'/></svg>"}},{"terms":["guarantee","honor","praise","prize","recognition","ribbon","trophy","warranty"],"label":"Award","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z\'/></svg>"}},{"label":"Amazon Web Services (AWS)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z\'/></svg>"}},{"terms":["Latin Capital Letter B","Latin Small Letter B","letter"],"label":"B","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H192c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128H64zm96 192H64V96h96c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288h96 32c35.3 0 64 28.7 64 64s-28.7 64-64 64H64V288z\'/></svg>"}},{"terms":["uer","users people"],"label":"Baby","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25V288H128V251.7c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z\'/></svg>"}},{"terms":["carriage baby","buggy","carrier","infant","push","stroller","transportation","walk","wheels"],"label":"Baby Carriage","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0V160zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\'/></svg>"}},{"terms":["arrow","double","fast reverse button","previous","rewind"],"label":"Backward","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3V256v41.7L459.5 440.6zM256 352V256 128 96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V352z\'/></svg>"}},{"terms":["fast backward","arrow","beginning","first","last track button","previous","previous scene","previous track","quick","rewind","start","triangle"],"label":"Backward Fast","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7V416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V214.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96V214.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96V416c0 12.4-7.2 23.7-18.4 29z\'/></svg>"}},{"terms":["step backward","beginning","first","previous","rewind","start"],"label":"Backward Step","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96V416c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6 192 160z\'/></svg>"}},{"terms":["blt","breakfast","food","ham","lard","meat","pancetta","pork","rasher"],"label":"Bacon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6l0 0 .2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z\'/></svg>"}},{"terms":["antibiotic","antibody","covid 19","health","organism","sick"],"label":"Bacteria","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1l-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1l.1 0 29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5l0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z\'/></svg>"}},{"terms":["antibiotic","antibody","covid 19","health","organism","sick"],"label":"Bacterium","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7l0 0-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3l0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["buy","checkout","grocery","payment","purchase"],"label":"Bag Shopping","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160V112zm-48 48H48c-26.5 0-48 21.5-48 48V416c0 53 43 96 96 96H352c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48H336V112C336 50.1 285.9 0 224 0S112 50.1 112 112v48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["haykal","bahai","bahá\'í","star"],"label":"Bahai","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z\'/></svg>"}},{"terms":["currency"],"label":"Baht Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M144 0c-17.7 0-32 14.3-32 32V64H37.6C16.8 64 0 80.8 0 101.6V224v41.7V288 406.3c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32zM112 128v96H64V128h48zm64 96V128c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64v96H64V288h48zm64 96V288h32c26.5 0 48 21.5 48 48s-21.5 48-48 48H176z\'/></svg>"}},{"terms":["404","abort","block","cancel","delete","deny","disabled","entry","failed","forbidden","hide","no","not","not found","prohibit","prohibited","remove","stop","trash"],"label":"Ban","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\'/></svg>"}},{"terms":["smoking ban","ban","cancel","deny","disabled","forbidden","no","no smoking","non smoking","not","prohibited","smoking"],"label":"Ban Smoking","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32H384v32H333.3zm32 32H400c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H269.3L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48H304c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96H112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H229.5z\'/></svg>"}},{"terms":["band aid","adhesive bandage","bandage","boo boo","first aid","modify","ouch"],"label":"Bandage","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M480 416h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H480V416zM448 96H192V416H448V96zM64 96C28.7 96 0 124.7 0 160V352c0 35.3 28.7 64 64 64h96V96H64zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"label":"Bandcamp","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z\'/></svg>"}},{"terms":["bdt","currency","tk"],"label":"Bangladeshi Taka Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M36 32.2C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8V160H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V384c0 53 43 96 96 96h32c106 0 192-86 192-192V256c0-53-43-96-96-96H272c-17.7 0-32 14.3-32 32s14.3 32 32 32h16c17.7 0 32 14.3 32 32v32c0 70.7-57.3 128-128 128H160c-17.7 0-32-14.3-32-32V224h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V128.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z\'/></svg>"}},{"terms":["info","laser","price","scan","upc"],"label":"Barcode","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M24 32C10.7 32 0 42.7 0 56V456c0 13.3 10.7 24 24 24H40c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H24zm88 0c-8.8 0-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H184zm96 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H280zM448 56V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H472c-13.3 0-24 10.7-24 24zm-64-8V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16s-16 7.2-16 16z\'/></svg>"}},{"terms":["navicon","checklist","drag","hamburger","list","menu","nav","navigation","ol","reorder","settings","todo","ul"],"label":"Bars","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z\'/></svg>"}},{"terms":["tasks alt","checklist","downloading","downloads","loading","poll","progress","project management","settings","to do"],"label":"Bars Progress","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 160H320V128H448v32zM48 64C21.5 64 0 85.5 0 112v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zM448 352v32H192V352H448zM48 288c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V336c0-26.5-21.5-48-48-48H48z\'/></svg>"}},{"terms":["reorder","stream","flow","list","timeline"],"label":"Bars Staggered","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z\'/></svg>"}},{"terms":["baseball ball","ball","baseball","foul","glove","hardball","league","leather","mlb","softball","sport","underarm"],"label":"Baseball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z\'/></svg>"}},{"terms":["bat","league","mlb","slugger","softball","sport"],"label":"Baseball Bat Ball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z\'/></svg>"}},{"terms":["shopping basket","buy","checkout","grocery","payment","purchase"],"label":"Basket Shopping","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512H430c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H458.4L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192H171.7L253.3 35.1zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["basketball ball","ball","dribble","dunk","hoop","nba"],"label":"Basketball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z\'/></svg>"}},{"terms":["bathtub","bathtub","clean","shower","tub","wash"],"label":"Bath","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3V256c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H96V77.3zM32 352v16c0 28.4 12.4 54 32 71.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V464H384v16c0 17.7 14.3 32 32 32s32-14.3 32-32V439.6c19.6-17.6 32-43.1 32-71.6V352H32z\'/></svg>"}},{"terms":["battery 0","empty battery","charge","dead","power","status"],"label":"Battery Empty","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M80 160c-8.8 0-16 7.2-16 16V336c0 8.8 7.2 16 16 16H464c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H80zM0 176c0-44.2 35.8-80 80-80H464c44.2 0 80 35.8 80 80v16c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32v16c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V176z\'/></svg>"}},{"terms":["battery 5","batter","charge","power","status"],"label":"Battery Full","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm368 96H96V320H448V192z\'/></svg>"}},{"terms":["battery 3","charge","power","status"],"label":"Battery Half","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm208 96H96V320H288V192z\'/></svg>"}},{"terms":["battery 2","charge","low","power","status"],"label":"Battery Quarter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm112 96H96V320h96V192z\'/></svg>"}},{"terms":["battery 4","charge","power","status"],"label":"Battery Three Quarters","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm272 96H96V320H352V192z\'/></svg>"}},{"terms":["battle net"],"label":"Battle.net","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8\'/></svg>"}},{"terms":["hospital","hotel","lodging","mattress","patient","person in bed","rest","sleep","travel","uer"],"label":"Bed","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 32c17.7 0 32 14.3 32 32V320H288V160c0-17.7 14.3-32 32-32H544c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\'/></svg>"}},{"terms":["procedures","EKG","bed","electrocardiogram","health","hospital","life","patient","vital"],"label":"Bed Pulse","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M483.2 9.6L524 64h92c13.3 0 24 10.7 24 24s-10.7 24-24 24H512c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112H216c-13.3 0-24-10.7-24-24s10.7-24 24-24H352c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160h12.7l20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160H544c53 0 96 43 96 96V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V352H288V192c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\'/></svg>"}},{"terms":["beverage","brew","brewery","drink","foam","lager","liquor","mug","stein"],"label":"Mug Empty","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V96h51.2c42.4 0 76.8 34.4 76.8 76.8V274.9c0 30.4-17.9 57.9-45.6 70.2L384 381.7V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7V172.8c0-7.1-5.7-12.8-12.8-12.8H384V311.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144z\'/></svg>"}},{"terms":["social","portfolio"],"label":"Behance","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z\'/></svg>"}},{"terms":["alarm","alert","bel","bell","chime","notification","reminder","request"],"label":"Bell","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416H424c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112v25.4c0 47.9 13.9 94.6 39.7 134.6H72.3C98.1 328 112 281.3 112 233.4V208c0-61.9 50.1-112 112-112zm64 352H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z\'/></svg>"}},{"terms":["concierge bell","attention","bellhop","bellhop bell","hotel","receptionist","request","service","support"],"label":"Bell Concierge","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.3C119.6 157.2 32 252.4 32 368H480c0-115.6-87.6-210.8-200-222.7V112h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 216zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z\'/></svg>"}},{"terms":["alert","bell with slash","cancel","disabled","forbidden","mute","notification","off","quiet","reminder","silent"],"label":"Bell Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4 .4-.9 .6-1.3c5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3C497.3 319.2 480 273.9 480 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V51.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM406.2 416L160 222.1v4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416H406.2zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V51.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM224 150.3C243.6 117.7 279.3 96 320 96c61.9 0 112 50.1 112 112v25.4c0 32.7 6.4 64.8 18.7 94.5L224 150.3zM406.2 416l-60.9-48H168.3c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1v11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6H406.2zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z\'/></svg>"}},{"terms":["curves","illustrator","lines","path","vector"],"label":"Bezier Curve","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M296 136V88h48v48H296zM288 32c-26.5 0-48 21.5-48 48v4H121.6C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36h66.9c-58.9 39.6-98.9 105-104 180H80c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-3.3c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1h64c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1H496c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-4.5c-5-75-45.1-140.4-104-180h66.9c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36H400V80c0-26.5-21.5-48-48-48H288zM88 376h48v48H88V376zm416 48V376h48v48H504z\'/></svg>"}},{"terms":["cycle","bicycle","bike","gears","pedal","transportation","vehicle"],"label":"Bicycle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h25.7l34.6 64H222.9l-27.4-38C191 99.7 183.7 96 176 96H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.7l22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112h49c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32H312zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368h65c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1H166.8zm90.6-128H365.9L317 274.8 257.4 192z\'/></svg>"}},{"label":"Bilibili","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z\'/></svg>"}},{"terms":["bim object"],"label":"BIMobject","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z\'/></svg>"}},{"terms":["glasses","inspection","magnifier","magnify","scenic","spyglass","view"],"label":"Binoculars","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 32h32c17.7 0 32 14.3 32 32V96H96V64c0-17.7 14.3-32 32-32zm64 96V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V388.9c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28H192zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128h99.8zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V96H320V64zm-32 64V288H224V128h64z\'/></svg>"}},{"terms":["covid 19","danger","dangerous","epidemic","hazmat","medical","pandemic","radioactive","sign","toxic","waste","zombie"],"label":"Biohazard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z\'/></svg>"}},{"terms":["atlassian","bitbucket square","git"],"label":"Bitbucket","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z\'/></svg>"}},{"terms":["crypto currency","digital currency","currency","bit coin"],"label":"Bitcoin","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z\'/></svg>"}},{"terms":["crypto currency","digital currency","currency","bit coin"],"label":"Bitcoin Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32V64h32V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H41.7C18.7 448 0 429.3 0 406.3V288 265.7 224 101.6C0 80.8 16.8 64 37.6 64H48V32zM64 224H176c26.5 0 48-21.5 48-48s-21.5-48-48-48H64v96zm112 64H64v96H208c26.5 0 48-21.5 48-48s-21.5-48-48-48H176z\'/></svg>"}},{"label":"Bity","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z\'/></svg>"}},{"terms":["administrator"],"label":"Font Awesome Black Tie","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z\'/></svg>"}},{"terms":["black berry"],"label":"BlackBerry","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z\'/></svg>"}},{"terms":["cocktail","milkshake","mixer","puree","smoothie"],"label":"Blender","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0h64 32H470.1c21.1 0 36.4 20.1 30.9 40.4L494.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H485.8l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H459.6l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L416 352H160l-8.7-96H64c-35.3 0-64-28.7-64-64V64zM145.5 192L133.8 64H64V192h81.5zM144 384H432c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["appliance","cocktail","fantasy","milkshake","mixer","puree","silly","smoothie"],"label":"Blender Phone","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0H534.1c21.1 0 36.4 20.1 30.9 40.4L558.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H549.8l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H523.6l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L480 352H224zm-16 32H496c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z\'/></svg>"}},{"terms":["journal","log","online","personal","post","web 2.0","wordpress","writing"],"label":"Blog","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144V368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144H128v96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48V144z\'/></svg>"}},{"label":"Blogger","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z\'/></svg>"}},{"label":"Blogger B","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z\'/></svg>"}},{"terms":["sky","blue sky"],"label":"Bluesky","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M407.8 294.7c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3C61.6-9.4 37.5-1.7 21.6 5.5C3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7c3.3-.5 6.6-.9 10-1.4c-3.3 .5-6.6 1-10 1.4C74.3 308.6-9.1 342.8 100.3 464.5C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4c102.4-103.4 28.1-156-65.8-169.9c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3c64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z\'/></svg>"}},{"terms":["signal","wireless"],"label":"Bluetooth","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z\'/></svg>"}},{"terms":["signal","wireless"],"label":"Bluetooth B","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z\'/></svg>"}},{"terms":["emphasis","format","text"],"label":"Bold","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H80 96 224c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128H96 80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V256 96H32C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64H112V224H224zM112 288V416H256c35.3 0 64-28.7 64-64s-28.7-64-64-64H224 112z\'/></svg>"}},{"terms":["charge","danger","electric","electricity","flash","high voltage","lightning","voltage","weather","zap"],"label":"Bolt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288H175.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5L349.4 44.6z\'/></svg>"}},{"terms":["electricity","flash","lightning","weather","zap"],"label":"Bolt Lightning","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"terms":["comic","error","explode","fuse","grenade","warning"],"label":"Bomb","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-75.1 60.9-136 136-136h8c8.8 0 16 7.2 16 16s-7.2 16-16 16h-8z\'/></svg>"}},{"terms":["calcium","dog","skeletal","skeleton","tibia"],"label":"Bone","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2H384c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336H192c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z\'/></svg>"}},{"terms":["aparatus","cannabis","marijuana","pipe","smoke","smoking"],"label":"Bong","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7H302.9c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64H160V208.5zM288 64V208.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64C78.3 64 64 49.7 64 32S78.3 0 96 0h16H272h16c17.7 0 32 14.3 32 32s-14.3 32-32 32z\'/></svg>"}},{"terms":["cover","decorated","diary","documentation","journal","knowledge","library","notebook","notebook with decorative cover","read","research","scholar"],"label":"Book","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["directions","geography","globe","knowledge","library","map","research","travel","wayfinding"],"label":"Book Atlas","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9H303.5c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32H145.3c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z\'/></svg>"}},{"terms":["catholicism","christianity","god","holy"],"label":"Book Bible","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272V304c0 8.8-7.2 16-16 16H224c-8.8 0-16-7.2-16-16V192H160c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h48V80z\'/></svg>"}},{"label":"Book Bookmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 43 43 0 96 0h96V190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5V0h32 32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32z\'/></svg>"}},{"terms":["force","jedi","sith","star wars","yoda"],"label":"Book Journal Whills","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z\'/></svg>"}},{"terms":["diary","documentation","health","history","journal","library","read","record","research"],"label":"Book Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM208 112v48H160c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h48c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["flyer","knowledge","library","notebook","open","open book","pamphlet","reading","research"],"label":"Book Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8V454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z\'/></svg>"}},{"terms":["book reader","flyer","library","notebook","open book","pamphlet","reading","research"],"label":"Book Open Reader","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z\'/></svg>"}},{"terms":["quran","book","islam","muslim","religion"],"label":"Book Quran","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z\'/></svg>"}},{"terms":["book dead","Dungeons & Dragons","crossbones","d&d","dark arts","death","dnd","documentation","evil","fantasy","halloween","holiday","library","necronomicon","read","research","spell"],"label":"Book Skull","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V163.2c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z\'/></svg>"}},{"terms":["tanakh","book","jewish","judaism","religion"],"label":"Book Tanakh","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24H124.9l13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24h55.4l27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48H305c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24H249.6L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48H111c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48h55.4l27.7 48-27.7 48H180.3l-27.7-48zm0-48l-13.9 24-13.9-24h27.7zm41.6-24L208 88l13.9 24H194.1zm69.3 24h27.7l-13.9 24-13.9-24zm13.9 72l13.9 24H263.4l13.9-24zm-55.4 48L208 280l-13.9-24h27.7z\'/></svg>"}},{"terms":["bookmark","favorite","library","mark","marker","read","remember","research","save"],"label":"Bookmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0l0 48V441.4l130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4V48H48V0H336c26.5 0 48 21.5 48 48V488c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488V48z\'/></svg>"}},{"label":"Bootstrap","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z\'/></svg>"}},{"terms":["cell","grid","outline","stroke","table"],"label":"Border All","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 96V224H256V96H384zm0 192V416H256V288H384zM192 224H64V96H192V224zM64 288H192V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\'/></svg>"}},{"terms":["cell","grid","outline","stroke","table"],"label":"Border None","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z\'/></svg>"}},{"terms":["border style","cell","outline","stroke","table"],"label":"Border Top Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["bore","bury","drill","hole"],"label":"Bore Hole","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c-17.7 0-32 14.3-32 32V296.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4V32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H384c-17.7 0-32 14.3-32 32V352c0 53-43 96-96 96s-96-43-96-96V160c0-17.7-14.3-32-32-32H48z\'/></svg>"}},{"label":"Bots","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z\'/></svg>"}},{"terms":["alcohol","drink","oil","olive oil","wine"],"label":"Bottle Droplet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 0 0 0H104l0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z\'/></svg>"}},{"terms":["h2o","plastic","water"],"label":"Bottle Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M120 0l80 0c13.3 0 24 10.7 24 24l0 40L96 64l0-40c0-13.3 10.7-24 24-24zM32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9C88.7 100.7 105.2 96 122.1 96l75.8 0c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6C280.6 221.7 288 238 288 256c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5zM96 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z\'/></svg>"}},{"terms":["catfood","dogfood","food","rice"],"label":"Bowl Food","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H8.6C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z\'/></svg>"}},{"terms":["boiled","cooked","cooked rice","rice","steamed"],"label":"Bowl Rice","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 56c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24zm24 48h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176H72c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H248c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H104c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H344c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H440c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H392c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["alley","candlepin","gutter","lane","strike","tenpin"],"label":"Bowling Ball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["archive","box","container","package","parcel","storage"],"label":"Box","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M50.7 58.5L0 160H208V32H93.7C75.5 32 58.9 42.3 50.7 58.5zM240 160H448L397.3 58.5C389.1 42.3 372.5 32 354.3 32H240V160zm208 32H0V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192z\'/></svg>"}},{"terms":["archive","box","package","save","storage"],"label":"Box Archive","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["archive","container","package","storage","unpack"],"label":"Box Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128h2.2z\'/></svg>"}},{"terms":["cough","covid 19","kleenex","mucus","nose","sneeze","snot"],"label":"Box Tissue","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288H128l-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h48H384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H418.5l25.6-64H464c26.5 0 48 21.5 48 48V384H0V272c0-26.5 21.5-48 48-48H79zM0 416H512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V416z\'/></svg>"}},{"terms":["archive","box","package","storage","supplies"],"label":"Boxes Packing","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 48c0-26.5 21.5-48 48-48H592c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H256V48zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16V176zm352 80V480c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256H352zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H144z\'/></svg>"}},{"terms":["boxes alt","archives","inventory","storage","warehouse"],"label":"Boxes Stacked","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M248 0H208c-26.5 0-48 21.5-48 48V160c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V48c0-26.5-21.5-48-48-48H328V80c0 8.8-7.2 16-16 16H264c-8.8 0-16-7.2-16-16V0zM64 256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H184v80c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V256H64zM352 512H512c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H472v80c0 8.8-7.2 16-16 16H408c-8.8 0-16-7.2-16-16V256H352c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2V464c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z\'/></svg>"}},{"terms":["alphabet","blind","dots","raised","vision"],"label":"Braille","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\'/></svg>"}},{"terms":["brain","cerebellum","gray matter","intellect","intelligent","knowledge","medulla oblongata","mind","noodle","scholar","wit"],"label":"Brain","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M184 0c30.9 0 56 25.1 56 56V456c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56z\'/></svg>"}},{"label":"Brave","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M145.5 0H224h78.5l44.7 50.8s39.3-10.9 57.8 7.6s33.8 34.9 33.8 34.9l-12 29.5 15.3 43.7s-44.9 170.2-50.1 191c-10.4 40.9-17.4 56.8-46.9 77.5s-82.9 56.8-91.6 62.2c-1.9 1.2-3.9 2.5-5.9 3.9c-7.5 5.1-15.8 10.8-23.5 10.8l0 0 0 0c-7.7 0-16.1-5.7-23.5-10.8c-2-1.4-4-2.8-5.9-3.9c-8.7-5.5-62.1-41.5-91.6-62.2s-36.5-36.6-46.9-77.5c-5.3-20.8-50.1-191-50.1-191l15.3-43.7L9.2 93.3s15.3-16.4 33.8-34.9s57.8-7.6 57.8-7.6L145.5 0zM224 407.6l0 0c3.7 0 8.9-4.7 13-8.4c.6-.5 1.2-1.1 1.7-1.5c4.2-3.7 47.8-37.5 51-39.8s5.4-6.5 1.9-8.7c-2.8-1.7-10-5.5-20.3-10.8c-3-1.6-6.3-3.2-9.7-5c-15.4-8-34.5-14.7-37.5-14.7l0 0 0 0c-3 0-22.1 6.8-37.5 14.7c-3.5 1.8-6.7 3.5-9.7 5c-10.3 5.3-17.6 9.1-20.3 10.8c-3.6 2.2-1.4 6.4 1.9 8.7s46.8 36.1 51 39.8c.5 .5 1.1 1 1.7 1.5c4.1 3.7 9.3 8.4 13 8.4l0 0zm0-165.7l0 0c4.7 0 17.6-3 26.4-5l0 0 2-.5c7.8-1.8 7.3-6.3 6.4-13c-.1-.8-.2-1.6-.3-2.4c-.6-6.1-5.8-33.1-9.1-50.3c-1.1-5.8-2-10.5-2.4-12.9c-1.5-8.1-.6-9.4 .7-11.3c.2-.3 .5-.7 .7-1.1c1.4-2.3 16-6.2 27.9-9.5l0 0c2.5-.7 4.8-1.3 6.9-1.9c10.6-3 32.4-.6 44.2 .6c1.8 .2 3.4 .4 4.7 .5c9.6 .9 10.4 2.3 7.2 3.8c-2.3 1.1-16.2 6.3-28.7 10.9l0 0 0 0c-4.7 1.8-9.2 3.5-12.8 4.8c-1.5 .5-3 1.1-4.5 1.7c-12.5 4.6-27.2 10-28.9 19.4c-1.5 8.3 5.2 19.9 11.3 30.3l0 0c1.6 2.8 3.2 5.5 4.6 8.1c6.3 11.9 6.5 13.3 6.1 18.1c-.4 3.9-14.5 12.7-22.4 17.6l0 0c-1.8 1.1-3.3 2.1-4.2 2.7c-.8 .5-2.1 1.4-3.8 2.4c-8.6 5.2-26.3 16-26.3 22.5c0 7.8 24.6 28.1 32.4 33.2s28.9 16.1 37.9 17.8s23-8.5 31.2-23.8c7.7-14.4 1.7-28.5-3.2-40l-.9-2.2c-4.5-10.6 1.9-17 6.2-21.3l0 0c.5-.5 1-1 1.4-1.4L377.7 194c1.3-1.3 2.5-2.6 3.7-3.8l0 0c5.8-5.7 10.8-10.5 10.8-22.8c0-14.9-57.5-84.5-57.5-84.5s-48.5 9.3-55.1 9.3c-5.2 0-15.3-3.5-25.8-7.1l0 0c-2.7-.9-5.4-1.9-8-2.7C232.8 78.1 224 78 224 78l0 0 0 0s-8.7 0-21.8 4.4c-2.7 .9-5.4 1.8-8 2.7l0 0c-10.5 3.6-20.6 7.1-25.8 7.1c-6.5 0-55.1-9.3-55.1-9.3s-57.5 69.6-57.5 84.5c0 12.3 4.9 17.1 10.8 22.8l0 0c1.2 1.2 2.5 2.4 3.7 3.8l43.1 45.8c.4 .5 .9 .9 1.4 1.4l0 0c4.3 4.3 10.6 10.7 6.2 21.3l-.9 2.2c-4.9 11.5-11 25.6-3.2 40c8.2 15.3 22.2 25.5 31.2 23.8s30.1-12.7 37.9-17.8s32.4-25.4 32.4-33.2c0-6.5-17.7-17.3-26.3-22.5c-1.7-1-3.1-1.9-3.8-2.4c-.9-.6-2.4-1.5-4.2-2.7c-7.9-4.9-22-13.7-22.4-17.6c-.4-4.8-.3-6.2 6.1-18.1c1.3-2.5 2.9-5.3 4.6-8.1c6-10.4 12.8-22 11.3-30.3c-1.7-9.4-16.4-14.8-28.9-19.4c-1.6-.6-3.1-1.1-4.5-1.7c-3.6-1.4-8.1-3.1-12.8-4.8l-.1 0c-12.5-4.7-26.4-9.9-28.7-10.9c-3.2-1.5-2.3-2.8 7.2-3.8c1.3-.1 2.9-.3 4.7-.5c11.8-1.3 33.6-3.6 44.2-.6c2.1 .6 4.4 1.2 6.9 1.9c11.9 3.2 26.5 7.2 27.9 9.5c.2 .4 .5 .7 .7 1.1c1.3 1.9 2.2 3.2 .7 11.3c-.4 2.4-1.3 7.1-2.4 12.9c-3.3 17.2-8.5 44.2-9.1 50.3c-.1 .8-.2 1.7-.3 2.4c-.8 6.7-1.4 11.2 6.4 13l2 .5 0 0c8.8 2 21.8 5 26.4 5l0 0z\'/></svg>"}},{"label":"Brave Reverse","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M298 0c3 0 5.8 1.3 7.8 3.6l38.1 44c.5-.1 1-.2 1.5-.3c9.2-1.6 18.6-2.2 27.7-1.2c11.6 1.4 21.5 5.4 28.9 12.9c7.7 7.8 15.4 15.8 22.6 23.6c2.5 2.7 4.9 5.2 6.9 7.4c.7 .8 1.4 1.5 1.9 2c3.4 3.7 4.2 8.1 2.7 11.9l-9.8 24.6 13.1 38.1c.7 2 .8 4.1 .2 6.2c-.1 .4-.1 .4-.5 2.1c-.6 2.3-.6 2.3-1.5 5.8c-1.6 6.3-3.5 13.3-5.4 20.9c-5.6 21.6-11.2 43.2-16.4 63.4c-12.9 49.9-21.4 82.7-23.4 90.9c-11.1 44.5-19.9 60-48.3 80.3c-24.9 17.8-76.8 53.6-86.8 60c-1 .6-2 1.3-3.4 2.3c-.5 .4-3.2 2.2-3.9 2.7c-4.9 3.3-8.3 5.5-12.1 7.3c-4.7 2.2-9.3 3.5-13.9 3.5s-9.1-1.2-13.9-3.5c-3.7-1.8-7.2-3.9-12.1-7.3c-.8-.5-3.4-2.4-3.9-2.7c-1.4-1-2.5-1.7-3.4-2.3c-10-6.4-61.9-42.1-86.8-60c-28.4-20.4-37.2-35.8-48.3-80.3c-2-8.2-10.5-41-23.3-90.5c-5.3-20.6-10.9-42.2-16.5-63.8c-2-7.6-3.8-14.6-5.4-20.9c-.9-3.5-.9-3.5-1.5-5.8c-.4-1.7-.4-1.7-.5-2.1c-.5-2-.4-4.2 .2-6.2l13.1-38.1L11.8 104c-1.5-3.8-.7-8.2 2-11.2c1.2-1.3 1.8-2 2.6-2.8c2-2.2 4.4-4.7 6.9-7.4C30.6 74.9 38.3 66.9 46 59.1c7.4-7.5 17.3-11.6 28.9-12.9c9.1-1.1 18.5-.5 27.7 1.2c.5 .1 1 .2 1.5 .3l38.1-44C144.2 1.3 147 0 150 0H298zm-4.7 21.1H154.7L115.6 66.2c-2.6 3-6.7 4.3-10.6 3.2c-.2-.1-.7-.2-1.5-.4c-1.3-.3-2.9-.6-4.5-.9c-7.4-1.3-14.9-1.8-21.7-1C70 68 64.3 70.3 60.7 74c-7.6 7.7-15.2 15.6-22.3 23.3c-1.7 1.8-3.3 3.5-4.8 5.1l8.8 22c1 2.4 1 5 .2 7.5L29.2 170.6c.4 1.4 .5 1.9 1.2 4.8c1.6 6.3 3.5 13.3 5.4 20.9c5.6 21.6 11.2 43.2 16.4 63.4c12.9 50 21.4 82.8 23.4 91C85.7 390.8 92 402 115.8 419c24.6 17.6 76.3 53.2 85.9 59.3c1.2 .8 2.5 1.6 4 2.7c.6 .4 3.2 2.2 3.9 2.7c4 2.8 6.7 4.4 9.2 5.6c2.2 1 3.9 1.5 5.1 1.5s2.9-.5 5.1-1.5c2.5-1.2 5.2-2.8 9.2-5.6c.7-.5 3.3-2.3 3.9-2.7c1.6-1.1 2.8-1.9 4-2.7c9.6-6.1 61.3-41.7 85.9-59.3c23.8-17.1 30.2-28.2 40.1-68.3c2.1-8.3 10.5-41.1 23.3-90.7c5.3-20.6 10.9-42.2 16.5-63.8c2-7.6 3.8-14.6 5.4-20.9c.7-2.9 .9-3.4 1.2-4.8l-13.3-38.8c-.8-2.4-.8-5.1 .2-7.5l8.8-22c-1.5-1.6-3.1-3.3-4.8-5.1c-7.2-7.6-14.7-15.5-22.3-23.3c-3.7-3.7-9.3-6-16.6-6.9c-6.8-.8-14.4-.3-21.7 1c-1.7 .3-3.2 .6-4.5 .9c-.8 .2-1.3 .3-1.5 .4c-3.8 1.1-7.9-.2-10.6-3.2L293.3 21.1zM224 316c2.8 0 20.9 6.5 35.4 14.1s25 13 28.3 15.2s1.3 6.2-1.7 8.4s-44.1 34.6-48.1 38.2s-9.8 9.5-13.8 9.5s-9.8-5.9-13.8-9.5s-45.1-36-48.1-38.2s-5.1-6.2-1.7-8.4s13.9-7.5 28.3-15.2s32.5-14.1 35.4-14.1zm.1-230.7c.7 0 8.8 .2 20.5 4.2c12.3 4.2 25.7 9.4 31.9 9.4s51.9-8.9 51.9-8.9s54.2 66.7 54.2 81s-6.8 18-13.7 25.4s-36.8 39.8-40.7 43.9s-11.9 10.5-7.1 21.8s11.7 25.8 3.9 40.4s-21 24.4-29.4 22.8s-28.4-12.2-35.7-17.1s-30.5-24.3-30.5-31.8s24-20.8 28.4-23.9s24.7-14.8 25.1-19.4s.3-6-5.7-17.4s-16.7-26.7-14.9-36.8s19.1-15.4 31.5-20.2s36.2-13.7 39.2-15.1s2.2-2.7-6.8-3.6s-34.6-4.3-46.1-1.1s-31.2 8.2-32.8 10.9s-3 2.7-1.4 11.8s10.1 52.8 10.9 60.6s2.4 12.9-5.8 14.8s-22.1 5.2-26.8 5.2s-18.6-3.3-26.8-5.2s-6.6-7-5.8-14.8s9.3-51.5 10.9-60.6s.2-9.2-1.4-11.8s-21.3-7.6-32.8-10.9s-37.1 .2-46.1 1.1s-9.8 2.2-6.8 3.6s26.8 10.4 39.2 15.1s29.7 10 31.5 20.2s-9 25.4-14.9 36.8s-6.1 12.8-5.7 17.4s20.6 16.4 25.1 19.4s28.4 16.4 28.4 23.9s-23.2 27-30.5 31.8s-27.2 15.4-35.7 17.1s-21.7-8.2-29.4-22.8s-.8-29.1 3.9-40.4s-3.3-17.7-7.1-21.8s-33.8-36.5-40.7-43.9s-13.7-11.2-13.7-25.4s54.2-81 54.2-81s45.8 8.9 51.9 8.9s19.5-5.2 31.9-9.4s20.6-4.2 20.6-4.2l.1 0z\'/></svg>"}},{"terms":["brazilian real sign","currency"],"label":"Brazilian Real Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M400 0c17.7 0 32 14.3 32 32V50.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5h-1.7c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4v3.4c0 51.2-33.6 94.6-80 109.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V460.6c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5v-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2V32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256z\'/></svg>"}},{"terms":["bake","bakery","baking","dough","flour","gluten","grain","sandwich","sourdough","toast","wheat","yeast"],"label":"Bread Slice","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z\'/></svg>"}},{"terms":["bridge","road"],"label":"Bridge","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H72v64H0V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96s96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96V160H504V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM456 96v64H376V96h80zM328 96v64H248V96h80zM200 96v64H120V96h80z\'/></svg>"}},{"terms":["bridge","enable","not affected","ok","okay","road","validate","working"],"label":"Bridge Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["affected","bridge","failed","road"],"label":"Bridge Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["bridge","destroy","road","uncheck"],"label":"Bridge Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["bridge","closed","lockdown","padlock","privacy","quarantine","road"],"label":"Bridge Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 64c0-17.7 14.3-32 32-32H576c17.7 0 32 14.3 32 32s-14.3 32-32 32H536v64h-8c-61.9 0-112 50.1-112 112v24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V384c0-53-43-96-96-96V160h72V96H64C46.3 96 32 81.7 32 64zM408 96v64h80V96H408zm-48 64V96H280v64h80zM152 96v64h80V96H152zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z\'/></svg>"}},{"terms":["bridge","road"],"label":"Bridge Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 96C0 78.3 14.3 64 32 64H544c17.7 0 32 14.3 32 32v35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6V352.5c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3h0l0-.5V256c0-53-43-96-96-96s-96 43-96 96V384l0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7V227.6C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6V96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["bag","briefcas","briefcase","business","luggage","offer","office","portfolio","work"],"label":"Briefcase","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z\'/></svg>"}},{"terms":["doctor","emt","first aid","health"],"label":"Briefcase Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z\'/></svg>"}},{"terms":["broom","clean","cleaning","firebolt","fly","halloween","nimbus 2000","quidditch","sweep","sweeping","witch"],"label":"Broom","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z\'/></svg>"}},{"terms":["quidditch","quidditch broom ball","ball","bludger","broom","golden snitch","harry potter","hogwarts","quaffle","sport","wizard"],"label":"Broom Ball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H364.3L256 211.7V182.6c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\'/></svg>"}},{"terms":["art","bristles","color","handle","maintenance","modify","paint"],"label":"Brush","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M162.4 6c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48V224v22.4V256H9.6 374.4 384v-9.6V224 48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288v32c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64V384h64c35.3 0 64-28.7 64-64V288H0zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\'/></svg>"}},{"label":"BTC","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z\'/></svg>"}},{"terms":["bucket","pail","sandcastle"],"label":"Bucket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 152v8H48v-8C48 68.1 116.1 0 200 0h48c83.9 0 152 68.1 152 152v8H352v-8c0-57.4-46.6-104-104-104H200C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-5.1L388.5 469c-2.6 24.4-23.2 43-47.7 43H107.2c-24.6 0-45.2-18.5-47.7-43L37.1 256H32c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"label":"Buffer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z\'/></svg>"}},{"terms":["beetle","error","glitch","insect","repair","report"],"label":"Bug","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4H188.4c-15.7 0-28.4-12.7-28.4-28.4V96c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4H312c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6V240c0-8.8-7.2-16-16-16s-16 7.2-16 16V479.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96.3c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["beetle","disabled","fix","glitch","insect","optimize","repair","report","warning"],"label":"Bug Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H479.7c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160H264c-8.3 0-16.3 1-24 2.8L38.8 5.1zm392 430.3L336 360.7V479.2c36.6-3.6 69.7-19.6 94.8-43.8zM166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4H387.6c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96z\'/></svg>"}},{"terms":["bedbug","infestation","lice","plague","ticks"],"label":"Bugs","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184H64v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z\'/></svg>"}},{"terms":["apartment","building","business","city","company","office","office building","urban","work"],"label":"Building","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 48c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16h80V400c0-26.5 21.5-48 48-48s48 21.5 48 48v64h80c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm88 40c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V104zM232 88h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V104c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V232zm144-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V232c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["building","city","distribution center","office"],"label":"Building Circle Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V232.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352H432c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4l-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z\'/></svg>"}},{"terms":["building","city","enable","not affected","office","ok","okay","validate","working"],"label":"Building Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["affected","building","city","failed","office"],"label":"Building Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["building","city","destroy","office","uncheck"],"label":"Building Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["university","bank","building","college","education","institution","museum","students"],"label":"Building Columns","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160v8c0 13.3 10.7 24 24 24H456c13.3 0 24-10.7 24-24v-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224H64V420.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512H480c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1V224H384V416H344V224H280V416H232V224H168V416H128V224zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["city","building","diplomat","embassy","flag","headquarters","united nations"],"label":"Building Flag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32V512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32z\'/></svg>"}},{"terms":["building","city","closed","lock","lockdown","padlock","privacy","quarantine","secure"],"label":"Building Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h88.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-23.7 12.9-44.4 32-55.4V272c0-30.5 12.2-58.2 32-78.4V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32v48H432V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["city","building","non governmental organization","office"],"label":"Building Ngo","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM168 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H184v64h16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v24c0 13.3-10.7 24-24 24H176c-13.3 0-24-10.7-24-24V80c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V112zM61.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z\'/></svg>"}},{"terms":["building","city","police","protect","safety"],"label":"Building Shield","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V207l-42.4 17H304 272c-8.8 0-16 7.2-16 16v32 24.2V304c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z\'/></svg>"}},{"terms":["building","city","office","united nations"],"label":"Building Un","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM237.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V80c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["apartment","building","city","employee","uer"],"label":"Building User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9H605.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1z\'/></svg>"}},{"terms":["agriculture","building","city","usda"],"label":"Building Wheat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm384 80v16c0 44.2-35.8 80-80 80H544V272c0-44.2 35.8-80 80-80h16zm0 128c0 44.2-35.8 80-80 80H544V384c0-44.2 35.8-80 80-80h16v16zm0 112c0 44.2-35.8 80-80 80H544V496c0-44.2 35.8-80 80-80h16v16zM512 496v16H496c-44.2 0-80-35.8-80-80V416h16c44.2 0 80 35.8 80 80zm0-96H496c-44.2 0-80-35.8-80-80V304h16c44.2 0 80 35.8 80 80v16zm0-128v16H496c-44.2 0-80-35.8-80-80V192h16c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24V160c0 13.3-10.7 24-24 24s-24-10.7-24-24V56c0-13.3 10.7-24 24-24zm96 64v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24z\'/></svg>"}},{"terms":["Bullhorn","announcement","broadcast","loud","louder","loudspeaker","megaphone","public address","request","share"],"label":"Bullhorn","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75H192 160 64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352l8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.4c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4V32zm-64 76.7V240 371.3C357.2 317.8 280.5 288 200.7 288H192V192h8.7c79.8 0 156.5-29.8 215.3-83.3z\'/></svg>"}},{"terms":["archery","goal","objective","strategy","target"],"label":"Bullseye","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["hamburger","bacon","beef","burger","burger king","cheeseburger","fast food","grill","ground beef","mcdonalds","sandwich"],"label":"Burger","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1H61.1zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48H448c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V400z\'/></svg>"}},{"terms":["buromobelexperte"],"label":"Büromöbel-Experte GmbH & Co. KG.","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z\'/></svg>"}},{"terms":["boom","crash","explosion"],"label":"Burst","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z\'/></svg>"}},{"terms":["bus","oncoming","oncoming bus","public transportation","transportation","travel","vehicle"],"label":"Bus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 0C422.4 0 512 35.2 512 80V96l0 32c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H192v32c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h0V96h0V80C64 35.2 153.6 0 288 0zM128 160v96c0 17.7 14.3 32 32 32H272V128H160c-17.7 0-32 14.3-32 32zM304 288H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H304V288zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16s7.2 16 16 16H368c8.8 0 16-7.2 16-16z\'/></svg>"}},{"terms":["bus alt","mta","public transportation","transportation","travel","vehicle"],"label":"Bus Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0C348.8 0 448 35.2 448 80V96 416c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32V96 80C0 35.2 99.2 0 224 0zM64 128V256c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["briefcase clock","alarm","briefcase","business socks","clock","flight of the conchords","portfolio","reminder","wednesday"],"label":"Business Time","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 352h8.2c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM320 352H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H360.2C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16v48h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16z\'/></svg>"}},{"label":"Buy n Large","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z\'/></svg>"}},{"label":"BuySellAds","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z\'/></svg>"}},{"terms":["Latin Capital Letter C","Latin Small Letter C","letter"],"label":"C","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z\'/></svg>"}},{"terms":["aerial tramway","cable","gondola","lift","mountain","mountain cableway","tram","tramway","trolley"],"label":"Cable Car","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64H232V157.5l-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5V224H416c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V288zm64 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H96zm112 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H352z\'/></svg>"}},{"terms":["anniversary","bakery","birthday","birthday cake","cake","candles","celebration","dessert","frosting","holiday","party","pastry","sweet"],"label":"Cake Candles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1 0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l0 0 0 0 .1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l0 0 0 0 0 0 .1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9V288c0-35.3-28.7-64-64-64V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H256V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H128V176zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V394.6z\'/></svg>"}},{"terms":["Pocket Calculator","abacus","addition","arithmetic","counting","math","multiplication","subtraction"],"label":"Calculator","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM96 64H288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z\'/></svg>"}},{"terms":["calendar","calendar o","date","day","event","month","schedule","tear off calendar","time","when","year"],"label":"Calendar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z\'/></svg>"}},{"terms":["accept","agree","appointment","confirm","correct","date","day","done","enable","event","month","ok","schedule","select","success","tick","time","todo","validate","warranty","when","working","year"],"label":"Calendar Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["date","day","detail","event","focus","month","schedule","single day","time","today","when","year"],"label":"Calendar Day","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z\'/></svg>"}},{"terms":["calendar alt","calendar","date","day","event","month","schedule","time","when","year"],"label":"Calendar Days","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192h80v56H48V192zm0 104h80v64H48V296zm128 0h96v64H176V296zm144 0h80v64H320V296zm80-48H320V192h80v56zm0 160v40c0 8.8-7.2 16-16 16H320V408h80zm-128 0v56H176V408h96zm-144 0v56H64c-8.8 0-16-7.2-16-16V408h80zM272 248H176V192h96v56z\'/></svg>"}},{"terms":["calendar","date","day","delete","event","month","negative","remove","schedule","time","when","year"],"label":"Calendar Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM312 376c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-13.3 0-24 10.7-24 24s10.7 24 24 24H312z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM296 352H152c-13.3 0-24-10.7-24-24s10.7-24 24-24H296c13.3 0 24 10.7 24 24s-10.7 24-24 24z\'/></svg>"}},{"terms":["add","calendar","create","date","day","event","month","new","positive","schedule","time","when","year"],"label":"Calendar Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192zM224 248c13.3 0 24 10.7 24 24v56h56c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V376H144c-13.3 0-24-10.7-24-24s10.7-24 24-24h56V272c0-13.3 10.7-24 24-24z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192zm176 40c-13.3 0-24 10.7-24 24v48H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h48v48c0 13.3 10.7 24 24 24s24-10.7 24-24V352h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V256c0-13.3-10.7-24-24-24z\'/></svg>"}},{"terms":["date","day","detail","event","focus","month","schedule","single week","time","today","when","year"],"label":"Calendar Week","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H368c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z\'/></svg>"}},{"terms":["calendar times","archive","calendar","date","day","delete","event","month","remove","schedule","time","uncheck","when","x","year"],"label":"Calendar Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM305 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["camera alt","image","img","lens","photo","picture","record","shutter","video"],"label":"Camera","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\'/></svg>"}},{"terms":["camera","image","img","lens","photo","picture","record","shutter","video"],"label":"Camera Retro","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M220.6 121.2L271.1 96 448 96v96H333.2c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24H64V128H192c9.9 0 19.7-2.3 28.6-6.8zM0 128V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H271.1c-9.9 0-19.7 2.3-28.6 6.8L192 64H160V48c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z\'/></svg>"}},{"terms":["flip","front facing","img","photo","selfie"],"label":"Camera Rotate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H437.3L426.9 64.8C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16H355.3c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3V256zM192 320c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3V320z\'/></svg>"}},{"terms":["camping","fall","outdoors","teepee","tent","tipi"],"label":"Campground","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4V464c0 26.5 21.5 48 48 48H288 528c26.5 0 48-21.5 48-48V440.4c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448H168.5L288 291.7 407.5 448H288z\'/></svg>"}},{"terms":["canada","flag","flora","nature","plant"],"label":"Canadian Maple Leaf","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z\'/></svg>"}},{"terms":["candy","christmas","holiday","mint","peppermint","striped","xmas"],"label":"Candy Cane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23v5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8V151C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z\'/></svg>"}},{"terms":["bud","chronic","drugs","endica","endo","ganja","marijuana","mary jane","pot","reefer","sativa","spliff","weed","whacky tabacky"],"label":"Cannabis","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V417.2l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z\'/></svg>"}},{"terms":["drugs","medicine","pills","prescription"],"label":"Capsules","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48V256H64V144zM0 144V368c0 61.9 50.1 112 112 112s112-50.1 112-112V189.6c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83V144c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z\'/></svg>"}},{"terms":["auto","automobile","car","oncoming","oncoming automobile","sedan","transportation","travel","vehicle"],"label":"Car","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M135.2 117.4L109.1 192H402.9l-26.1-74.6C372.3 104.6 360.2 96 346.6 96H165.4c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32H346.6c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2V400v48c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V400H96v48c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V400 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["battery car","auto","electric","mechanic","power"],"label":"Car Battery","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M80 96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32h16c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H320c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16V256h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H384V192zM80 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["car crash","accident","auto","automobile","insurance","sedan","transportation","vehicle","wreck"],"label":"Car Burst","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z\'/></svg>"}},{"terms":["alarm","car","carjack","warning"],"label":"Car On","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V24zM185.8 224H326.2c6.8 0 12.8 4.3 15.1 10.6L360.3 288H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344v40 64 32c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V448H384v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V448 384 344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.8c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z\'/></svg>"}},{"terms":["car alt","auto","automobile","sedan","transportation","travel","vehicle"],"label":"Car Rear","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M165.4 96H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 192H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V400H384v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V391.4c19.1-11.1 32-31.7 32-55.4V256c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3zM208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V288c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24zm360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H408c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["auto","automobile","car","sedan","transportation","travel","vehicle"],"label":"Car Side","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84H272zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36H171.3c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256V368c0 17.7 14.3 32 32 32H65.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H385.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H608c17.7 0 32-14.3 32-32V320c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["road","tunnel"],"label":"Car Tunnel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0C114.6 0 0 114.6 0 256V448c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7H313.6c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6V488c0 9.6-4.2 18.1-10.8 24H448c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24V448H160v40c0 9.6-4.2 18.1-10.8 24H362.8zM190.8 277.5L177 320H335l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\'/></svg>"}},{"terms":["camper","motor home","rv","trailer","travel"],"label":"Caravan","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 112C0 67.8 35.8 32 80 32H416c88.4 0 160 71.6 160 160V352h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0H288c0 53-43 96-96 96s-96-43-96-96H80c-44.2 0-80-35.8-80-80V112zM320 352H448V256H416c-8.8 0-16-7.2-16-16s7.2-16 16-16h32V160c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32V352zM96 128c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["arrow","dropdown","expand","menu","more","triangle"],"label":"Caret Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z\'/></svg>"}},{"terms":["arrow","back","previous","triangle"],"label":"Caret Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z\'/></svg>"}},{"terms":["arrow","forward","next","triangle"],"label":"Caret Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z\'/></svg>"}},{"terms":["arrow","collapse","triangle","upgrade"],"label":"Caret Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z\'/></svg>"}},{"terms":["bugs bunny","carrot","food","orange","vegan","vegetable"],"label":"Carrot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z\'/></svg>"}},{"terms":["download","insert","save","shopping"],"label":"Cart Arrow Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32H360V134.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V32H120.1C111 12.8 91.6 0 69.5 0H24zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\'/></svg>"}},{"terms":["dolly flatbed","carry","inventory","shipping","transport"],"label":"Cart Flatbed","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64H48c8.8 0 16 7.2 16 16V368c0 44.2 35.8 80 80 80h18.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H450.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H144c-8.8 0-16-7.2-16-16V80C128 35.8 92.2 0 48 0H32zM192 80V272c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H464V176c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1V32H240c-26.5 0-48 21.5-48 48z\'/></svg>"}},{"terms":["luggage cart","airport","bag","baggage","suitcase","travel"],"label":"Cart Flatbed Suitcase","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0H48c44.2 0 80 35.8 80 80V368c0 8.8 7.2 16 16 16H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H541.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H253.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H144c-44.2 0-80-35.8-80-80V80c0-8.8-7.2-16-16-16H32C14.3 64 0 49.7 0 32zM432 96V56c0-4.4-3.6-8-8-8H344c-4.4 0-8 3.6-8 8V96h96zM288 96V56c0-30.9 25.1-56 56-56h80c30.9 0 56 25.1 56 56V96 320H288V96zM512 320V96h16c26.5 0 48 21.5 48 48V272c0 26.5-21.5 48-48 48H512zM240 96h16V320H240c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z\'/></svg>"}},{"terms":["add","create","new","positive","shopping"],"label":"Cart Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20h44v44c0 11 9 20 20 20s20-9 20-20V180h44c11 0 20-9 20-20s-9-20-20-20H356V96c0-11-9-20-20-20s-20 9-20 20v44H272c-11 0-20 9-20 20z\'/></svg>"}},{"terms":["buy","cart","checkout","grocery","payment","purchase","shopping","shopping cart","trolley"],"label":"Cart Shopping","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["buy","cha ching","change","checkout","commerce","leaerboard","machine","pay","payment","purchase","store"],"label":"Cash Register","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 0C46.3 0 32 14.3 32 32V96c0 17.7 14.3 32 32 32h80v32H87c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V378.4c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160H208V128h80c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H64zM96 48H256c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z\'/></svg>"}},{"terms":["cat","feline","halloween","holiday","kitten","kitty","meow","pet"],"label":"Cat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M320 192h17.1c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4v4 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V339.2L280 448h56c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-53 0-96-43-96-96V192.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3v85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5v0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32h0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128v0V32 12 10.7C352 4.8 356.7 .1 362.6 0h.2c3.3 0 6.4 1.6 8.4 4.2l0 .1L384 21.3l27.2 36.3L416 64h64l4.8-6.4L512 21.3 524.8 4.3l0-.1c2-2.6 5.1-4.2 8.4-4.2h.2C539.3 .1 544 4.8 544 10.7V12 32v96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["credit card amazon pay","card","credit card"],"label":"Amazon Pay Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z\'/></svg>"}},{"terms":["amex"],"label":"Cc Amex","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 432c0 26.5 21.5 48 48 48H528c26.5 0 48-21.5 48-48v-1.1H514.3l-31.9-35.1-31.9 35.1H246.8V267.1H181L262.7 82.4h78.6l28.1 63.2V82.4h97.2L483.5 130l17-47.6H576V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80V432zm440.4-21.7L482.6 364l42 46.3H576l-68-72.1 68-72.1H525.4l-42 46.7-41.5-46.7H390.5L458 338.6l-67.4 71.6V377.1h-83V354.9h80.9V322.6H307.6V300.2h83V267.1h-122V410.3H440.4zm96.3-72L576 380.2V296.9l-39.3 41.4zm-36.3-92l36.9-100.6V246.3H576V103H515.8l-32.2 89.3L451.7 103H390.5V246.1L327.3 103H276.1L213.7 246.3h43l11.9-28.7h65.9l12 28.7h82.7V146L466 246.3h34.4zM282 185.4l19.5-46.9 19.4 46.9H282z\'/></svg>"}},{"terms":["credit card apple pay","card","credit card"],"label":"Apple Pay Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z\'/></svg>"}},{"terms":["credit card diners club","card","credit card"],"label":"Diner\'s Club Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z\'/></svg>"}},{"terms":["credit card discover","card","credit card"],"label":"Discover Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z\'/></svg>"}},{"terms":["credit card jcb","card","credit card"],"label":"JCB Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z\'/></svg>"}},{"terms":["credit card mastercard","card","credit card"],"label":"MasterCard Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z\'/></svg>"}},{"terms":["credit card paypal","card","credit card"],"label":"Paypal Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z\'/></svg>"}},{"terms":["credit card sstripe","card","credit card"],"label":"Stripe Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z\'/></svg>"}},{"terms":["credit card visa","card","credit card"],"label":"Visa Credit Card","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z\'/></svg>"}},{"terms":["Cedi Sign","currency"],"label":"Cedi Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V66.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6V132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8V32zM192 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z\'/></svg>"}},{"terms":["Cent Sign","currency"],"label":"Cent Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M224 0c17.7 0 32 14.3 32 32V66.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3V32c0-17.7 14.3-32 32-32z\'/></svg>"}},{"label":"Centercode","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z\'/></svg>"}},{"terms":["linux","operating system","os"],"label":"Centos","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z\'/></svg>"}},{"terms":["badge","guarantee","star","verified"],"label":"Certificate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z\'/></svg>"}},{"terms":["chair","furniture","seat","sit"],"label":"Chair","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M248 48V256h48V58.7c23.9 13.8 40 39.7 40 69.3V256h48V128C384 57.3 326.7 0 256 0H192C121.3 0 64 57.3 64 128V256h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48h48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32V384H352v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288H48z\'/></svg>"}},{"terms":["blackboard","learning","school","teaching","whiteboard","writing"],"label":"Chalkboard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 32C60.7 32 32 60.7 32 96V384H96V96l384 0V384h64V96c0-35.3-28.7-64-64-64H96zM224 384v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H416V384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32z\'/></svg>"}},{"terms":["chalkboard teacher","blackboard","instructor","learning","professor","school","uer","whiteboard","writing"],"label":"Chalkboard User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M160 64c0-35.3 28.7-64 64-64H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H336.8c-11.8-25.5-29.9-47.5-52.4-64H384V320c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v32h64V64L224 64v49.1C205.2 102.2 183.3 96 160 96V64zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352h53.3C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7H26.7C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z\'/></svg>"}},{"terms":["beverage","celebrate","celebration","champagne","clink","clinking glasses","drink","glass","holiday","toast"],"label":"Champagne Glasses","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z\'/></svg>"}},{"terms":["electric","ev","tesla","vehicle"],"label":"Charging Station","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C60.7 0 32 28.7 32 64V448c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32s-14.3-32-32-32V304h16c22.1 0 40 17.9 40 40v32c0 39.8 32.2 72 72 72s72-32.2 72-72V252.3c32.5-10.2 56-40.5 56-76.3V144c0-8.8-7.2-16-16-16H544V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H480V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H432c-8.8 0-16 7.2-16 16v32c0 35.8 23.5 66.1 56 76.3V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V344c0-48.6-39.4-88-88-88H320V64c0-35.3-28.7-64-64-64H96zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9H256c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9H96c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z\'/></svg>"}},{"terms":["area chart","analytics","area","chart","graph","performance","revenue","statistics"],"label":"Chart Area","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm96 288H448c17.7 0 32-14.3 32-32V251.8c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1v84c0 17.7 14.3 32 32 32z\'/></svg>"}},{"terms":["bar chart","analytics","bar","chart","graph","performance","statistics"],"label":"Chart Bar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M24 32c13.3 0 24 10.7 24 24V408c0 13.3 10.7 24 24 24H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96H424c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["bar","bar chart","chart","graph","performance","revenue","statistics","track","trend"],"label":"Chart Column","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z\'/></svg>"}},{"terms":["chart","graph","performance","statistics","track","trend"],"label":"Chart Gantt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm96 64H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["line chart","activity","analytics","chart","dashboard","gain","graph","increase","line","performance","revenue","statistics"],"label":"Chart Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z\'/></svg>"}},{"terms":["pie chart","analytics","chart","diagram","graph","performance","pie","revenue","statistics"],"label":"Chart Pie","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z\'/></svg>"}},{"terms":["analytics","bar","chart","column","graph","performance","revenue","row","statistics","trend"],"label":"Chart Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z\'/></svg>"}},{"terms":["Check Mark","accept","agree","check","check mark","checkmark","confirm","correct","coupon","done","enable","mark","notice","notification","notify","ok","select","success","tick","todo","true","validate","working","yes","✓"],"label":"Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\'/></svg>"}},{"terms":["accept","agree","checkmark","confirm","correct","coupon","done","enable","notice","notification","notify","ok","select","select all","success","tick","todo","validate","working"],"label":"Check Double","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z\'/></svg>"}},{"terms":["vote yea","accept","cast","election","enable","politics","positive","validate","voting","working","yes"],"label":"Check To Slot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 80c0-26.5 21.5-48 48-48H432c26.5 0 48 21.5 48 48V384H96V80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48H64V416H512V288h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336z\'/></svg>"}},{"terms":["cheddar","curd","gouda","melt","parmesan","sandwich","swiss","wedge"],"label":"Cheese","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 240.2V256H0c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V288H512z\'/></svg>"}},{"terms":["board","castle","checkmate","game","king","rook","strategy","tournament"],"label":"Chess","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V32H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h16V96H60.2C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208H72c-13.3 0-24 10.7-24 24s10.7 24 24 24h4L60 384H196L180 256h4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-1.8l32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2H144V64h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H144V16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24H232c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416H48zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24H488c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416H336zM304 208v51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384H462.5l-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7V208c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16v16H424V208c0-8.8-7.2-16-16-16H392c-8.8 0-16 7.2-16 16v16H352V208c0-8.8-7.2-16-16-16H320c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16v32H384V304z\'/></svg>"}},{"terms":["Black Chess Bishop","board","checkmate","game","strategy"],"label":"Chess Bishop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400H256V372.7c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32H128zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512H297.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432H48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8V352H96V325c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3v27h48V338.7c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24H160 104zM52.7 464l16.6-32H250.8l16.6 32H52.7zm207.9-80H59.5c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512H279.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z\'/></svg>"}},{"terms":["board","checkmate","game","strategy"],"label":"Chess Board","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 64v64h64V96h64v64h64V96h64v64H320v64h64v64H320v64h64v64H320V352H256v64H192V352H128v64H64V352h64V288H64V224h64V160H64V96h64zm64 128h64V160H192v64zm0 64V224H128v64h64zm64 0H192v64h64V288zm0 0h64V224H256v64z\'/></svg>"}},{"terms":["Black Chess King","board","checkmate","game","strategy"],"label":"Chess King","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0c17.7 0 32 14.3 32 32V48h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H256v48H408c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400H80L3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40H192V112H176c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V32c0-17.7 14.3-32 32-32zM38.6 473.4L80 432H368l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H54.6C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V56H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6H224 388.4c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3l54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248V104h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V24zM101.2 432H346.8l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3H91.5c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512H375.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z\'/></svg>"}},{"terms":["Black Chess Knight","board","checkmate","game","horse","strategy"],"label":"Chess Knight","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5V238.9c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400H384l28.9-159c2.1-11.3 3.1-22.8 3.1-34.3V192C416 86 330 0 224 0H83.8C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H409.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432H64L22.6 473.4z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.8c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0H226.6C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352H341.3l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464H379.3l-16.6-32H85.2zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384h297c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z\'/></svg>"}},{"terms":["board","checkmate","chess","chess pawn","dupe","expendable","game","strategy"],"label":"Chess Pawn","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88H96c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400H240L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32h-8.5zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H281.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432H64L22.6 473.4z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120H243.4l10.7 80H205.7L195 272H160 125l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464H267.3l-16.6-32H69.2L52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384h201z\'/></svg>"}},{"terms":["Black Chess Queen","board","checkmate","game","strategy"],"label":"Chess Queen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400H384 343.6 168.4 128 112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224l0 0 0 0h0zM112 432H400l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352H153l-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352h55.4l93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432H378.8l16.6 32H116.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8H407.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z\'/></svg>"}},{"terms":["Black Chess Rook","board","castle","checkmate","game","strategy"],"label":"Chess Rook","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V192c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80L96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96h32c8.8 0 16-7.2 16-16V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432H384l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M80 80V192c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352H85.2l9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192V72c0-22.1 17.9-40 40-40H376c22.1 0 40 17.9 40 40V192c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85H314.5l-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4V80H304v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H192v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H80zm4.7 384H363.3l-16.6-32H101.2L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H72.8C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384h265zM208 288c-8.8 0-16-7.2-16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 8.8-7.2 16-16 16H208z\'/></svg>"}},{"terms":["arrow","download","expand","insert"],"label":"Chevron Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\'/></svg>"}},{"terms":["Left Pointing Angle Bracket","arrow","back","bracket","previous"],"label":"Chevron Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z\'/></svg>"}},{"terms":["Right Pointing Angle Bracket","arrow","bracket","forward","next"],"label":"Chevron Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z\'/></svg>"}},{"terms":["arrow","collapse","upgrade","upload"],"label":"Chevron Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z\'/></svg>"}},{"terms":["boy","girl","kid","toddler","uer","young","youth"],"label":"Child","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z\'/></svg>"}},{"terms":["child rifle","combatant"],"label":"Child Combatant","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V300.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9H169.8c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0H432 416c-8.8 0-16 7.2-16 16s7.2 16 16 16V132.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32V368c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16h59.5c10.4 0 18-9.8 15.5-19.9L484 400h44c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H480V325.3l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2V208c0-8.8-7.2-16-16-16H512c-8.8 0-16 7.2-16 16v56l-16 5.3V160c0-11.8-6.4-22.2-16-27.7V16c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["boy","girl","kid","toddler","uer","young","youth"],"label":"Child Dress","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400H88z\'/></svg>"}},{"terms":["boy","girl","kid","toddler","uer","young","youth"],"label":"Child Reaching","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z\'/></svg>"}},{"terms":["boy","child","girl","kid","kids","together","uer","young","youth"],"label":"Children","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H472z\'/></svg>"}},{"terms":["browser"],"label":"Chrome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z\'/></svg>"}},{"label":"Chromecast","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z\'/></svg>"}},{"terms":["Christian","building","cathedral","chapel","church","community","cross","religion"],"label":"Church","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V48H264c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V251.2c0-16.9-8.8-32.5-23.3-41.2L344 142.4V96h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z\'/></svg>"}},{"terms":["Black Circle","Black Large Circle","black circle","blue","blue circle","brown","brown circle","chart","circle","circle thin","diameter","dot","ellipse","fill","geometric","green","green circle","notification","orange","orange circle","progress","purple","purple circle","red","red circle","round","white circle","yellow","yellow circle"],"label":"Circle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\'/></svg>"}},{"terms":["arrow circle down","download"],"label":"Circle Arrow Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 281c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 136c0-13.3 10.7-24 24-24s24 10.7 24 24l0 182.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 393c-9.4 9.4-24.6 9.4-33.9 0L127 281z\'/></svg>"}},{"terms":["arrow circle left","back","previous"],"label":"Circle Arrow Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM231 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L376 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-182.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L119 273c-9.4-9.4-9.4-24.6 0-33.9L231 127z\'/></svg>"}},{"terms":["arrow circle right","forward","next"],"label":"Circle Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z\'/></svg>"}},{"terms":["arrow circle up","upgrade","upload"],"label":"Circle Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 231c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V193.9l-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 119c9.4-9.4 24.6-9.4 33.9 0L385 231z\'/></svg>"}},{"terms":["check circle","accept","affected","agree","clear","confirm","correct","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"],"label":"Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z\'/></svg>"}},{"terms":["chevron circle down","arrow","download","dropdown","menu","more"],"label":"Circle Chevron Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z\'/></svg>"}},{"terms":["chevron circle left","arrow","back","previous"],"label":"Circle Chevron Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z\'/></svg>"}},{"terms":["chevron circle right","arrow","forward","next"],"label":"Circle Chevron Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z\'/></svg>"}},{"terms":["chevron circle up","arrow","collapse","upgrade","upload"],"label":"Circle Chevron Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z\'/></svg>"}},{"terms":["donate","contribute","generosity","gift","give","premium"],"label":"Circle Dollar To Slot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3c-.3-.1-.5-.2-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 84c-11 0-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V312c0 11 9 20 20 20s20-9 20-20V298.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V104c0-11-9-20-20-20zM48 352H64c19.5 25.9 44 47.7 72.2 64H64v32H256 448V416H375.8c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V400c0-26.5 21.5-48 48-48z\'/></svg>"}},{"terms":["dot circle","bullseye","button","geometric","notification","radio","radio button","target"],"label":"Circle Dot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\'/></svg>"}},{"terms":["arrow alt circle down","arrow circle o down","download"],"label":"Circle Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6L269.8 394.5c-3.8 3.5-8.7 5.5-13.8 5.5s-10.1-2-13.8-5.5L135.1 294.6c-4.5-4.2-7.1-10.1-7.1-16.3c0-12.3 10-22.3 22.3-22.3l57.7 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 57.7 0c12.3 0 22.3 10 22.3 22.3c0 6.2-2.6 12.1-7.1 16.3z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3H304V160c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32v96H150.3C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z\'/></svg>"}},{"terms":["exclamation circle","affect","alert","attention","damage","danger","error","failed","important","notice","notification","notify","problem","required","warning"],"label":"Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["hospital symbol","Circled Latin Capital Letter H","clinic","covid 19","emergency","letter","map"],"label":"Circle H","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H192l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H320V152c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"terms":["Circle with Left Half Black","adjust","chart","contrast","dark","fill","light","pie","progress","saturation"],"label":"Circle Half Stroke","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\'/></svg>"}},{"terms":["info circle","details","help","information","more","support"],"label":"Circle Info","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["arrow alt circle left","arrow circle o left","back","previous"],"label":"Circle Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9L117.5 269.8c-3.5-3.8-5.5-8.7-5.5-13.8s2-10.1 5.5-13.8l99.9-107.1c4.2-4.5 10.1-7.1 16.3-7.1c12.3 0 22.3 10 22.3 22.3l0 57.7 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 57.7c0 12.3-10 22.3-22.3 22.3c-6.2 0-12.1-2.6-16.3-7.1z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9c4.2 4.5 10.1 7.1 16.3 7.1c12.3 0 22.3-10 22.3-22.3V304h96c17.7 0 32-14.3 32-32V240c0-17.7-14.3-32-32-32H256V150.3c0-12.3-10-22.3-22.3-22.3c-6.2 0-12.1 2.6-16.3 7.1L117.5 242.2c-3.5 3.8-5.5 8.7-5.5 13.8s2 10.1 5.5 13.8l99.9 107.1z\'/></svg>"}},{"terms":["minus circle","delete","hide","negative","remove","shape","trash"],"label":"Circle Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["cluster","connect","network"],"label":"Circle Nodes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z\'/></svg>"}},{"terms":["circle o notch","diameter","dot","ellipse","round","spinner"],"label":"Circle Notch","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z\'/></svg>"}},{"terms":["pause circle","hold","wait"],"label":"Circle Pause","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"terms":["play circle","audio","music","playing","sound","start","video"],"label":"Circle Play","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z\'/></svg>"}},{"terms":["plus circle","add","create","expand","new","positive","shape"],"label":"Circle Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\'/></svg>"}},{"terms":["question circle","faq","help","information","support","unknown"],"label":"Circle Question","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["radiation alt","danger","dangerous","deadly","hazard","nuclear","radioactive","sign","warning"],"label":"Circle Radiation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["arrow alt circle right","arrow circle o right","forward","next"],"label":"Circle Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1c-4.2-4.5-10.1-7.1-16.3-7.1C266 128 256 138 256 150.3V208H160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h96v57.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.3-7.1l99.9-107.1c3.5-3.8 5.5-8.7 5.5-13.8s-2-10.1-5.5-13.8L294.6 135.1z\'/></svg>"}},{"terms":["stop circle","block","box","circle","square"],"label":"Circle Stop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["arrow alt circle up","arrow circle o up","upgrade"],"label":"Circle Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4l107.1-99.9c3.8-3.5 8.7-5.5 13.8-5.5s10.1 2 13.8 5.5l107.1 99.9c4.5 4.2 7.1 10.1 7.1 16.3c0 12.3-10 22.3-22.3 22.3H304v96c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V256H150.3C138 256 128 246 128 233.7c0-6.2 2.6-12.1 7.1-16.3z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4c-4.5 4.2-7.1 10.1-7.1 16.3c0 12.3 10 22.3 22.3 22.3H208v96c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256h57.7c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.1-16.3L269.8 117.5c-3.8-3.5-8.7-5.5-13.8-5.5s-10.1 2-13.8 5.5L135.1 217.4z\'/></svg>"}},{"terms":["user circle","employee","uer","username","users people"],"label":"Circle User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M406.5 399.6C387.4 352.9 341.5 320 288 320H224c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z\'/></svg>"}},{"terms":["times circle","xmark circle","close","cross","destroy","exit","incorrect","notice","notification","notify","problem","uncheck","wrong","x"],"label":"Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z\'/></svg>"}},{"terms":["buildings","busy","city","cityscape","skyscrapers","urban","windows"],"label":"City","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M480 48c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48V96H224V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V96H112V24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144v96V464c0 26.5 21.5 48 48 48H304h32 96H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H480V48zm96 320v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM240 416H208c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM560 256c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32zM256 176v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32zM256 304c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM112 320H80c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zm304-48v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h32zm16 112v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\'/></svg>"}},{"terms":["camera","clapper","clapper board","director","film","movie","record"],"label":"Clapperboard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 32H361.9l-1 1-127 127h92.1l1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128V96c0-15.1-5.3-29.1-14-40l-104 104H512zM294.1 32H201.9l-1 1L73.9 160h92.1l1-1 127-127zM64 32C28.7 32 0 60.7 0 96v64H6.1l1-1 127-127H64zM512 192H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192z\'/></svg>"}},{"terms":["clipboar","clipboard","copy","notepad","notes","paste","record"],"label":"Clipboard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M280 64h40c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64h40 9.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64H280zM64 112c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H304v24c0 13.3-10.7 24-24 24H192 104c-13.3 0-24-10.7-24-24V112H64zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["accept","agree","confirm","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"],"label":"Clipboard Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["cheatsheet","checklist","completed","done","finished","intinerary","ol","schedule","summary","tick","todo","ul","wishlist"],"label":"Clipboard List","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16z\'/></svg>"}},{"terms":["assistance","faq","interview","query","question"],"label":"Clipboard Question","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V314.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H158.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["attendance","employee","record","roster","staff","uer"],"label":"Clipboard User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z\'/></svg>"}},{"terms":["clock four","00","4","4:00","clock","date","four","four o’clock","hour","late","minute","o\'clock","o’clock","pending","schedule","ticking","time","timer","timestamp","watch"],"label":"Clock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z\'/></svg>"}},{"terms":["history","Rewind","clock","pending","reverse","time","time machine","time travel","waiting"],"label":"Clock Rotate Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z\'/></svg>"}},{"terms":["arrange","copy","duplicate","paste"],"label":"Clone","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 448H64V224h64V160H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64zm-64-96H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 464H288c8.8 0 16-7.2 16-16V384h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM224 304H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16V288c0 8.8 7.2 16 16 16zm-64-16V64c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64z\'/></svg>"}},{"terms":["cc","deaf","hearing","subtitle","subtitling","text","video"],"label":"Closed Captioning","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z\'/></svg>"}},{"terms":["atmosphere","cloud","fog","overcast","save","upload","weather"],"label":"Cloud","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z\'/></svg>"}},{"terms":["cloud download","cloud download alt","download","export","save"],"label":"Cloud Arrow Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V318.1l-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["cloud upload","cloud upload alt","import","save","upgrade","upload"],"label":"Cloud Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V392c0 13.3 10.7 24 24 24s24-10.7 24-24V257.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z\'/></svg>"}},{"terms":["thunderstorm","bolt","cloud","cloud with lightning","lightning","precipitation","rain","storm","weather"],"label":"Cloud Bolt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 224c0 53 43 96 96 96h47.2L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320H352h64c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H281.9l52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z\'/></svg>"}},{"terms":["FLDSMDFR","food","spaghetti","storm"],"label":"Cloud Meatball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["crescent","evening","lunar","night","partly cloudy","sky"],"label":"Cloud Moon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80H96c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z\'/></svg>"}},{"terms":["crescent","evening","lunar","night","partly cloudy","precipitation","rain","sky","storm"],"label":"Cloud Moon Rain","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96H367.9zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z\'/></svg>"}},{"terms":["Rain","cloud","cloud with rain","precipitation","rain","sky","storm"],"label":"Cloud Rain","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z\'/></svg>"}},{"terms":["precipitation","rain","sky","storm"],"label":"Cloud Showers Heavy","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z\'/></svg>"}},{"terms":["cloud","deluge","flood","rain","storm","surge"],"label":"Cloud Showers Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64H448c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["clear","cloud","day","daytime","fall","outdoors","overcast","partly cloudy","sun","sun behind cloud"],"label":"Cloud Sun","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.1-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z\'/></svg>"}},{"terms":["cloud","day","overcast","precipitation","rain","storm","summer","sun","sun behind rain cloud","sunshower"],"label":"Cloud Sun Rain","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z\'/></svg>"}},{"label":"Cloudflare","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z\'/></svg>"}},{"terms":["cloud scale","ch"],"label":"cloudscale.ch","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z\'/></svg>"}},{"label":"Cloudsmith","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z\'/></svg>"}},{"label":"cloudversify","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 616 512\'><path d=\'M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z\'/></svg>"}},{"terms":["4","charm","clover","four","four leaf clover","four leaf clover","leaf","leprechaun","luck","lucky"],"label":"Clover","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M216.6 49.9C205.1 38.5 189.5 32 173.3 32C139.4 32 112 59.4 112 93.3v4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4H61.3C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368h4.9c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34v4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3v-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4h4.9c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3h-4.9c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34V93.3C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2z\'/></svg>"}},{"label":"Cmplid","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z\'/></svg>"}},{"terms":["brackets","code","development","html","mysql","sql"],"label":"Code","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["branch","git","github","mysql","rebase","sql","svn","vcs","version"],"label":"Code Branch","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V160c0 70.7-57.3 128-128 128H176c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V352 153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["commit","git","github","hash","rebase","svn","vcs","version"],"label":"Code Commit","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H163.2C178 151 242.6 96 320 96s142 55 156.8 128H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H476.8z\'/></svg>"}},{"terms":["compare","git","github","svn","version"],"label":"Code Compare","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9v40h16c35.3 0 64-28.7 64-64V153.3C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V320c0 70.7-57.3 128-128 128H320v40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9V128H176c-35.3 0-64 28.7-64 64V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-70.7 57.3-128 128-128h16V24zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z\'/></svg>"}},{"terms":["fork","git","github","svn","version"],"label":"Code Fork","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3V192c0 17.7 14.3 32 32 32H304c17.7 0 32-14.3 32-32V153.3C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V192c0 53-43 96-96 96H256v70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V288H144c-53 0-96-43-96-96V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\'/></svg>"}},{"terms":["git","github","merge","pr","rebase","svn","vcs","version"],"label":"Code Merge","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3V358.7C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V272c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48H208c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["git","github","pr","svn","version"],"label":"Code Pull Request","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M305.8 2.1C314.4 5.9 320 14.5 320 24V64h16c70.7 0 128 57.3 128 128V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-35.3-28.7-64-64-64H320v40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"label":"Codepen","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z\'/></svg>"}},{"terms":["pie codie"],"label":"Codie Pie","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 472 512\'><path d=\'M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z\'/></svg>"}},{"terms":["currency","dime","financial","gold","money","penny","premium"],"label":"Coins","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2l0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5V176c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336V300.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4V304v5.7V336zm32 0V304 278.1c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5V272c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5V432c0 44.2-86 80-192 80S0 476.2 0 432V396.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z\'/></svg>"}},{"terms":["Colon Sign","currency"],"label":"Colon Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z\'/></svg>"}},{"terms":["conversation","discussion","talking","Right Speech Bubble","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"],"label":"Comment","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z\'/></svg>"}},{"terms":["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"],"label":"Comment Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V344c0 11-9 20-20 20s-20-9-20-20V329.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V136c0-11 9-20 20-20s20 9 20 20z\'/></svg>"}},{"terms":["answer","balloon","bubble","chat","comic","commenting","conversation","dialog","feedback","message","more","note","notification","reply","request","sms","speech","speech balloon","texting"],"label":"Comment Dots","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["advice","answer","bubble","chat","commenting","conversation","diagnose","feedback","message","note","notification","prescription","sms","speech","texting"],"label":"Comment Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V272H176c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z\'/></svg>"}},{"terms":["answer","bubble","cancel","chat","commenting","conversation","disabled","feedback","message","mute","note","notification","quiet","sms","speech","texting"],"label":"Comment Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zm385.2 425L82.9 161.3C70.7 185.6 64 212.2 64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104.1-17.9z\'/></svg>"}},{"terms":["answer","chat","conversation","message","mobile","notification","phone","sms","texting"],"label":"Comment Sms","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM96 212.8c0-20.3 16.5-36.8 36.8-36.8H152c8.8 0 16 7.2 16 16s-7.2 16-16 16H132.8c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.3 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h27.2c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6C102.2 236.7 96 225.2 96 212.8zM372.8 176H392c8.8 0 16 7.2 16 16s-7.2 16-16 16H372.8c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.2 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8H352c-8.8 0-16-7.2-16-16s7.2-16 16-16h27.2c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6c-10.2-6.8-16.4-18.3-16.4-30.7c0-20.3 16.5-36.8 36.8-36.8zm-152 6.4L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V240l-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-6.9 4.4-13 10.9-15.2s13.7 .1 17.9 5.6z\'/></svg>"}},{"terms":["conversation","discussion","talking","Two Speech Bubbles","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"],"label":"Comments","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2 0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.3-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9l0 0 0 0-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z\'/></svg>"}},{"terms":["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"],"label":"Comments Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9l0 0 0 0 .2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2 0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20V86c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V280c0 11 9 20 20 20s20-9 20-20V266.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V72z\'/></svg>"}},{"terms":["Optical Disc Icon","album","blu ray","bluray","cd","computer","disc","disk","dvd","media","movie","music","optical","optical disk","record","video","vinyl"],"label":"Compact Disc","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z\'/></svg>"}},{"terms":["compass","directions","directory","location","magnetic","menu","navigation","orienteering","safari","travel"],"label":"Compass","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"terms":["drafting compass","design","map","mechanical drawing","plot","plotting"],"label":"Compass Drafting","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192h0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496V440.6c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["collapse","fullscreen","minimize","move","resize","shrink","smaller"],"label":"Compress","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V64zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V64zM320 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z\'/></svg>"}},{"terms":["computer","desktop","display","monitor","tower"],"label":"Computer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M384 96V320H64L64 96H384zM64 32C28.7 32 0 60.7 0 96V320c0 35.3 28.7 64 64 64H181.3l-10.7 32H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H277.3l-10.7-32H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm464 0c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H528zm16 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["mouse","click","computer","computer mouse","cursor","input","peripheral"],"label":"Computer Mouse","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 192H176V0H160C71.6 0 0 71.6 0 160v32zm0 32V352c0 88.4 71.6 160 160 160h64c88.4 0 160-71.6 160-160V224H192 0zm384-32V160C384 71.6 312.4 0 224 0H208V192H384z\'/></svg>"}},{"terms":["atlassian"],"label":"Confluence","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z\'/></svg>"}},{"terms":["develop","development"],"label":"Connect Develop","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z\'/></svg>"}},{"label":"Contao","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z\'/></svg>"}},{"terms":["baked good","chips","chocolate","cookie","dessert","eat","snack","sweet","treat"],"label":"Cookie","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["baked good","bitten","chips","chocolate","eat","snack","sweet","treat"],"label":"Cookie Bite","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6v0c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9v0c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["clone","duplicate","file","files o","paper","paste"],"label":"Copy","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M208 0H332.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128h80v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\'/></svg>"}},{"terms":["brand","c","copyright","mark","register","trademark"],"label":"Copyright","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z\'/></svg>"}},{"terms":["clothing","t shirts","tshirts"],"label":"Cotton Bureau","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z\'/></svg>"}},{"terms":["chair","cushion","furniture","relax","sofa"],"label":"Couch","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 160C64 89.3 121.3 32 192 32H448c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128V272c0-38.7-27.5-71-64-78.4V160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48V448c0 17.7-14.3 32-32 32H576c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v48 32h32H512h32V320 272z\'/></svg>"}},{"terms":["agriculture","animal","beef","bovine","co","cow","farm","fauna","livestock","mammal","milk","moo"],"label":"Cow","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 224v32V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V327.8c9.9 6.6 20.6 12 32 16.1V368c0 8.8 7.2 16 16 16s16-7.2 16-16V351.1c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9V368c0 8.8 7.2 16 16 16s16-7.2 16-16V343.8c11.4-4 22.1-9.4 32-16.1V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 86.5 452.4 64 405.9 64H272 256 192 144C77.7 64 24 117.7 24 184v54C9.4 249.8 0 267.8 0 288v17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4V256 224 184c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160v64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6H361.4c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z\'/></svg>"}},{"label":"cPanel","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z\'/></svg>"}},{"label":"Creative Commons","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z\'/></svg>"}},{"label":"Creative Commons Attribution","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\'/></svg>"}},{"label":"Creative Commons Noncommercial","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z\'/></svg>"}},{"label":"Creative Commons Noncommercial (Euro Sign)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z\'/></svg>"}},{"label":"Creative Commons Noncommercial (Yen Sign)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z\'/></svg>"}},{"label":"Creative Commons No Derivative Works","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z\'/></svg>"}},{"label":"Creative Commons Public Domain","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z\'/></svg>"}},{"label":"Alternate Creative Commons Public Domain","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z\'/></svg>"}},{"label":"Creative Commons Remix","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z\'/></svg>"}},{"label":"Creative Commons Share Alike","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z\'/></svg>"}},{"label":"Creative Commons Sampling","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z\'/></svg>"}},{"terms":["plus"],"label":"Creative Commons Sampling +","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z\'/></svg>"}},{"label":"Creative Commons Share","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z\'/></svg>"}},{"terms":["zero"],"label":"Creative Commons CC0","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z\'/></svg>"}},{"terms":["buy","card","checkout","credit","credit card","credit card alt","debit","money","payment","purchase"],"label":"Credit Card","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96v32H576V96c0-35.3-28.7-64-64-64H64zM576 224H0V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V224zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H512zm16 144V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z\'/></svg>"}},{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"],"label":"Critical Role","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z\'/></svg>"}},{"terms":["design","frame","mask","modify","resize","shrink"],"label":"Crop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64v64l178.7 0L128 338.7V32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H173.3L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-274.7z\'/></svg>"}},{"terms":["crop alt","design","frame","mask","modify","resize","shrink"],"label":"Crop Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H128V32zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-256c0-35.3-28.7-64-64-64L160 64v64l224 0 0 352z\'/></svg>"}},{"terms":["Christian","Heavy Latin Cross","catholicism","christianity","church","cross","jesus","latin cross","religion"],"label":"Cross","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M176 0c-26.5 0-48 21.5-48 48v80H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h80V464c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V256h80c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H256V48c0-26.5-21.5-48-48-48H176z\'/></svg>"}},{"terms":["aim","bullseye","gpd","picker","position"],"label":"Crosshairs","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c17.7 0 32 14.3 32 32V42.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H469.6c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V469.6C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H42.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6C392.1 165.7 346.3 119.9 288 107.4V128c0 17.7-14.3 32-32 32s-32-14.3-32-32V107.4C165.7 119.9 119.9 165.7 107.4 224H128c17.7 0 32 14.3 32 32s-14.3 32-32 32H107.4zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["bird","bullfrog","fauna","halloween","holiday","toad"],"label":"Crow","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384H259.2l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384H352c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192V128v-8l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32H523.9C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["award","clothing","crown","favorite","king","queen","royal","tiara","vip"],"label":"Crown","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z\'/></svg>"}},{"terms":["cane","injury","mobility","wheelchair"],"label":"Crutch","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z\'/></svg>"}},{"terms":["Cruzeiro Sign","currency"],"label":"Cruzeiro Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416V320v-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32v55.3V320v82.7C135.5 378 96 321.6 96 256z\'/></svg>"}},{"terms":["css3","code"],"label":"CSS 3 Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z\'/></svg>"}},{"terms":["css 3"],"label":"Alternate CSS3 Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z\'/></svg>"}},{"terms":["3d","block","dice","package","square","tesseract"],"label":"Cube","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6V377.4c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4V134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1v-188L288 246.6v188z\'/></svg>"}},{"terms":["3d","block","dice","package","pyramid","square","stack","tesseract"],"label":"Cubes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5V204.7c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7V413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.7c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2V152.6L392 121v89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8L256 323.2v95.9l-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1V354.8L528 323.2v90.7c0 3.2-1.9 6-4.8 7.3z\'/></svg>"}},{"terms":["blocks","cubes","sugar"],"label":"Cubes Stacked","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H224c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H288zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H352zM160 384v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H32z\'/></svg>"}},{"label":"Cuttlefish","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 440 512\'><path d=\'M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z\'/></svg>"}},{"terms":["Latin Capital Letter D","Latin Small Letter D","letter"],"label":"D","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32h96c123.7 0 224 100.3 224 224s-100.3 224-224 224H64c-35.3 0-64-28.7-64-64V96zm160 0H64V416h96c88.4 0 160-71.6 160-160s-71.6-160-160-160z\'/></svg>"}},{"terms":["d & d","d&d"],"label":"Dungeons & Dragons","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z\'/></svg>"}},{"terms":["Dungeons & Dragons","d & d","dnd","fantasy","gaming","tabletop"],"label":"D&D Beyond","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z\'/></svg>"}},{"label":"dailymotion","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z\'/></svg>"}},{"label":"DashCube","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z\'/></svg>"}},{"terms":["computer","development","directory","memory","mysql","sql","storage"],"label":"Database","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z\'/></svg>"}},{"label":"Debian","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M380.2 245.6c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7l.3-.1c3.3-1 6-1.7 4-2.9c-19.2 1.9-24.9 5.5-31.1 9.4l-.1 0c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9l0 0c4.1-1.1 7.2-1.9-.1 2.4c-3.5 1-6.6 1.3-9.6 1.6l-.1 0c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.4-.2 5.3-1.3l.1-.1c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.3 5.1-1 11-1.7 17.3l0 0c-.1 1-.2 2-.3 3l-.1 .6c-3 27.3-6.7 60.8 3.9 73l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c.2 .4 .4 .8 .5 1.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c1 2.1 2 4.2 3.3 6.2l-3 .2c7 22.1 10.8 22.5 15.1 22.9l0 0c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c2.1 3.7 4.8 6.2 7.6 8.8l0 0 0 0c1 .9 2.1 1.9 3.1 2.9c-11.9-6.5 3.2 13.7 11.9 25.2c.8 1.1 1.5 2 2.2 2.9l0 0 0 0 0 0 0 0 0 0c1.4 1.9 2.5 3.4 2.9 4.1l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7l.1 .1c5.2 5.6 9.9 10.6 19.7 15.3c10.7 3.7 16.6 4.7 22.7 5.8c.3 0 .6 .1 .9 .1c5.4 .8 11.2 1.8 20.8 4.5c-1.1-.1-2.2-.1-3.3-.1h0c-2.3-.1-4.7-.1-7-.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c-14.4-.2-29.2-.4-42.7-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2v-.1c.4 .4 3.4 3.4 8.8-5.8c.8-1.8 1.6-3.7 2.4-5.6c.5-1.1 .9-2.2 1.4-3.2c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l1.1-1c5.7-5.1 10.7-9.7 13.6-13.1l.7 4.4c17-15.9 44.6-27.5 65.6-36.4l.5-.2c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4l-3.9 2.1c-2.7 1.4-5.4 2.8-8 4.6c8.1-2 11.7-1.4 15.7-.8l.3 0c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1l.2 0c5.5-1.1 10.3-2 19.3 .9l-1-4.8c7.3 2.6 12.7 4.3 17.5 5.8l.5 .1c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2l.1 0c3.6-1.1 7-2.1 15.2 1.2c.3 .5 .5 1 .7 1.4c.1 .2 .2 .5 .3 .7l0 .1c1 2.6 1.8 4.6 14.6 12.1c1.7-.7-2.7-4.7-6.4-8.2c0 0 0 0-.1-.1c-.2-.1-.3-.3-.5-.4c32.2 17.3 67.3 54.1 78 93.5c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9-.1-.3c-3.3-11.9-9.6-34.3-19.9-49.3c-.4 4.3-2.8 3.9-5.2 3.5l-.1 0 0 0c-3.3-.6-6.2-1.1-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1l0 0c.5-1.5 .9-2.7 4.7 5.2c.1 4.1 1 8.2 2.1 12.7l0 0 0 0 .1 .6c.1 .3 .1 .5 .2 .8l.1 .6c.6 2.6 1.3 5.4 1.8 8.4c-1.1-.2-2.3-2.2-3.4-4.2c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6l0 0c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9c-2.8 7.1-6 15.4-3.4 26.1c-.8-3-2-6-3.1-8.9l-.1-.4c-.2-.5-.4-1-.6-1.5l0 0c-.3-.8-.6-1.6-.9-2.3c-.6 4.4-.3 7.7-.1 10.6c0 .2 0 .5 0 .7c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 10.9-3.7 20.4-8 28.9l-.1 .2c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.5 10.9-7 13.3-6.5 15.5l0 .1c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2l0 0c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.1-1.6 3.6-5.8 5.3-10.8l0 0 0 0 .2-.4 .1-.3 0-.1c2.9-8.4 6.5-18.8 14.3-23.8c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.4 .6-.6 .9-.8l0 0s0 0 0 0c0 0 .1-.1 .1-.1l.1-.1c.6-.5 1.1-.9 1.4-3.3c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7l.1-.1 0 0c2.2-2.1 4.7-4.5 8.9-7.3c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5-1.3 18.5-13.4 28.5-22.3l0 0 0 0c.6-.5 1.2-1 1.7-1.5c1.5-1.3 2.8-2.5 4-3.6l0 0 .3-.3c1.9-4.2 1.6-5.6 1.3-7l0-.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c.8-2.1 1.5-4.1 2.2-6c.2-.6 .5-1.2 .7-1.8l-.4-.2zM349.3 34.3l-.2-.1 .2 .1 0 0zM247.8 334.1c-6-3-13.7-8.9-14.8-11.4l-.4 .3c-.3 .6-.5 1.3-.2 2.2c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.1-11.8-21.6-19.3l-.1-.1c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8zm79.3-119.7l-.1-.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6c-1 3.8-1.8 1.5-2.6-1zm-4.2 22.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8l0 0c-2.9-.8-5.9-1.6 5.6-16.1c-.5 1.9-2.1 4.6-3.7 7.3l0 0 0 0-.3 .4c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8h.1zm-55.6 33.9c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2c-11.1-1.7-21.2-6-12.7-6.1zm-92.6 11.6c3.6 7.1 6.4 11.5 9 15.7l.1 .2c2.3 3.7 4.4 7.1 6.8 11.7c-5.1-4.2-8.7-9.5-12.5-15l-.3-.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9h.1zm7.5-9.6c1.6 3.3 3.2 6.4 5.7 9.1l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6 .2 .4zm238.9-41.6c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.6 110.6c.4 .8 1.4 .5 2.3 .3c1.9-.5 3.6-.9-.1 7.6c-.5 .3-1 .7-1.5 1l0 0 0 0c-1.4 .9-2.8 1.9-3.9 3c1.9-3.8 3.5-7.4 3.2-11.9zM25.3 152.3c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9l0-.1c-.4-3.4-.7-6.3 4.3-12.8c-.3 1.2-.5 2.5-.7 3.8v.1z\'/></svg>"}},{"label":"Deezer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z\'/></svg>"}},{"terms":["backspace","Erase to the Left","command","delete","erase","keyboard","undo"],"label":"Delete Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M576 128c0-35.3-28.7-64-64-64H205.3c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7H512c35.3 0 64-28.7 64-64V128zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>"}},{"label":"Delicious","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z\'/></svg>"}},{"terms":["american","democratic party","donkey","election","left","left wing","liberal","politics","usa"],"label":"Democrat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H480l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V320H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352h96v64 64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V416H288v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416 352h96H448zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z\'/></svg>"}},{"terms":["deploy dog"],"label":"deploy.dog","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z\'/></svg>"}},{"label":"Deskpro","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 480 512\'><path d=\'M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z\'/></svg>"}},{"terms":["desktop alt","computer","cpu","demo","desktop","desktop computer","device","imac","machine","monitor","pc","screen"],"label":"Desktop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z\'/></svg>"}},{"label":"DEV","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z\'/></svg>"}},{"label":"deviantART","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z\'/></svg>"}},{"terms":["Buddhist","buddhism","buddhist","dharma","religion","wheel","wheel of dharma"],"label":"Dharmachakra","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Dalsey","Hillblom and Lynn","german","package","shipping"],"label":"DHL","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z\'/></svg>"}},{"terms":["cells","chart","gantt","row","subtask","successor","table"],"label":"Diagram Next","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 160c0 35.3-28.7 64-64 64H280v64h46.1c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41H232V224H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64v64zM448 416V352H365.3l.4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4H64v64H210.7l5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7H448z\'/></svg>"}},{"terms":["cells","chart","gantt","predecessor","previous","row","subtask","table"],"label":"Diagram Predecessor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z\'/></svg>"}},{"terms":["project diagram","chart","graph","network","pert","statistics"],"label":"Diagram Project","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z\'/></svg>"}},{"terms":["cells","chart","gantt","next","row","subtask","successor","table"],"label":"Diagram Successor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z\'/></svg>"}},{"terms":["ace","card","cards","diamond suit","game","gem","gemstone","poker","suit"],"label":"Diamond","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z\'/></svg>"}},{"terms":["directions","map","navigation","sign","turn"],"label":"Diamond Turn Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v56H224c-35.3 0-64 28.7-64 64v48c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-8.8 7.2-16 16-16h64v56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z\'/></svg>"}},{"label":"Diaspora","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z\'/></svg>"}},{"terms":["chance","dice","die","gambling","game","game die","roll"],"label":"Dice","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H461.7c11.6 36 3.1 77-25.4 105.5L320 413.8V448zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"],"label":"Dice D20","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7V295.3c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4V171.7zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9v52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8V452.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9H183.1c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176H337.6c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2h-3.2c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z\'/></svg>"}},{"terms":["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"],"label":"Dice D6","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14V496c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8V381c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8V280c0-5.9 3.2-11.2 8.3-14l176-96z\'/></svg>"}},{"terms":["Die Face 5","chance","gambling","game","roll"],"label":"Dice Five","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Die Face 4","chance","gambling","game","roll"],"label":"Dice Four","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["Die Face 1","chance","gambling","game","roll"],"label":"Dice One","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Die Face 6","chance","gambling","game","roll"],"label":"Dice Six","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["Die Face 3","chance","gambling","game","roll"],"label":"Dice Three","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Die Face 2","chance","gambling","game","roll"],"label":"Dice Two","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"label":"Digg Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z\'/></svg>"}},{"label":"Digital Ocean","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z\'/></svg>"}},{"label":"Discord","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z\'/></svg>"}},{"label":"Discourse","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z\'/></svg>"}},{"terms":["bacteria","cancer","coronavirus","covid 19","flu","illness","infection","pandemic","sickness","virus"],"label":"Disease","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Screen","computer","desktop","imac"],"label":"Display","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V352H64V64H512z\'/></svg>"}},{"terms":["Division Sign","arithmetic","calculus","divide","division","math","sign","÷"],"label":"Divide","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H400z\'/></svg>"}},{"terms":["biologist","dna","double helix","evolution","gene","genetic","genetics","helix","life","molecule","protein"],"label":"Dna","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9l0 0 0 0 0 0-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5H283.3c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32H64c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32H384c0-17.7 14.3-32 32-32zM338.6 384H109.4c-10.1 10.6-18.6 21.3-25.5 32H364.1c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128H338.6c10.1-10.7 18.6-21.3 25.5-32H83.9c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5H164.7z\'/></svg>"}},{"label":"DocHub","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 416 512\'><path d=\'M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z\'/></svg>"}},{"label":"Docker","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z\'/></svg>"}},{"terms":["animal","canine","dog","fauna","mammal","pet","pooch","puppy","woof"],"label":"Dog","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80H464 448 426.7l-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h30 16H303.8L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"terms":["usd","coupon","currency","dollar","heavy dollar sign","investment","money","premium","revenue","salary"],"label":"Dollar Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 0c17.7 0 32 14.3 32 32V67.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.1c-.4-.1-.9-.1-1.3-.2l-.2 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11V32c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["dolly box","carry","shipping","transport"],"label":"Dolly","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z\'/></svg>"}},{"terms":["Dong Sign","currency"],"label":"Dong Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V288 128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z\'/></svg>"}},{"terms":["doo","door","enter","exit","locked","privacy"],"label":"Door Closed","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 64c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V448h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 144 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96V64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["enter","exit","welcome"],"label":"Door Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 288h32V480 32zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128h96V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H512V128c0-35.3-28.7-64-64-64H352v64z\'/></svg>"}},{"terms":["bird","dove","fauna","fly","flying","peace","war"],"label":"Dove","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6V138.8C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v30.6l0 0v1.3l0 0 0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\'/></svg>"}},{"terms":["compress alt","scale","collapse","fullscreen","minimize","move","resize","shrink","size","smaller"],"label":"Down Left And Up Right To Center","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H296c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272H216c13.3 0 24 10.7 24 24V440c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z\'/></svg>"}},{"terms":["long arrow alt down","download","long arrow down"],"label":"Down Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z\'/></svg>"}},{"terms":["export","hard drive","insert","save","transfer"],"label":"Download","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"label":"Draft2digital","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 480 512\'><path d=\'M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z\'/></svg>"}},{"terms":["Dungeons & Dragons","d&d","dnd","dragon","fairy tale","fantasy","fire","lizard","serpent"],"label":"Dragon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0H416h32 16c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48H538.5c-17 0-33.3-6.7-45.3-18.7L480 160H448v21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512H496 432 32.3c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1V181.5v-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3v.6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87V227c0 32.8 8.4 64.8 24 93H112c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z\'/></svg>"}},{"terms":["anchors","lines","object","render","shape"],"label":"Draw Polygon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 151.4V360.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1l0 0 32-56 4.5-7.9-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V151.4C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32H328.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z\'/></svg>"}},{"label":"Dribbble","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z\'/></svg>"}},{"label":"Dropbox","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 528 512\'><path d=\'M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z\'/></svg>"}},{"terms":["tint","blood","cold","color","comic","drop","droplet","raindrop","sweat","waterdrop"],"label":"Droplet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0h1.8c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z\'/></svg>"}},{"terms":["tint slash","blood","color","disabled","drop","droplet","raindrop","waterdrop"],"label":"Droplet Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.1 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0h-1.8c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["drum","drumsticks","instrument","music","percussion","snare","sound"],"label":"Drum","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208V368c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24V463.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24V479.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24V446.7c44.6-19.9 72-47.4 72-78.7V208c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z\'/></svg>"}},{"terms":["calypso","instrument","music","percussion","reggae","snare","sound","steel","tropical"],"label":"Drum Steelpan","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 32c159.1 0 288 48 288 128V352c0 80-128.9 128-288 128S0 432 0 352V160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z\'/></svg>"}},{"terms":["bone","chicken","leg","meat","poultry","turkey"],"label":"Drumstick Bite","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4H336c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176v89.2z\'/></svg>"}},{"label":"Drupal Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z\'/></svg>"}},{"terms":["exercise","gym","strength","weight","weight lifting","workout"],"label":"Dumbbell","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V224v64V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V384H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H96V64zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32H544v64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V288 224 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32zM416 224v64H224V224H416z\'/></svg>"}},{"terms":["alley","bin","commercial","trash","waste"],"label":"Dumpster","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0H428.5L402.9 32H304V160zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l25.6 128zM32 192l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H448c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32H32z\'/></svg>"}},{"terms":["alley","bin","commercial","danger","dangerous","euphemism","flame","heat","hot","trash","waste"],"label":"Dumpster Fire","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M49.7 32l90.8 0L114.9 160l-94 0C9.3 160 0 150.7 0 139.1c0-2.1 .3-4.1 .9-6.1L26.8 48.9C29.9 38.9 39.2 32 49.7 32zM272 160l-124.5 0L173.1 32 272 32l0 128zm32 0l0-128 98.9 0 14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1l-58 0zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8C498 129.6 486.7 118.6 475 108c-7.6-6.9-17-10.8-26.6-11.8L435.5 32l90.8 0c10.5 0 19.8 6.9 22.9 16.9L575.1 133c.2 .7 .4 1.4 .5 2.1c-17.8-15-44.3-14.6-61.7 1.2zM325.2 210.7C304.3 244.5 288 282.9 288 318.1c0 49.3 18.6 95.2 49.6 129.9L128 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288l-12 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l4 0-4-32 305.5 0c-4.4 6.2-8.5 12.5-12.3 18.7zm180.6-34.5L518 162.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C629 259.2 640 290.2 640 320.2C640 408.8 568.7 480 480 480c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM544 368.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 295.1 416 331.6 416 368.2c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>"}},{"terms":["Dungeons & Dragons","building","d&d","dnd","door","entrance","fantasy","gate"],"label":"Dungeon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9h80c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24h80c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288H24c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24H408zM24 416c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H24zm384 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H408zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V192zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224z\'/></svg>"}},{"label":"Dyalog","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 416 512\'><path d=\'M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z\'/></svg>"}},{"terms":["Latin Capital Letter E","Latin Small Letter E","letter"],"label":"E","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z\'/></svg>"}},{"terms":["deafness","hard of hearing","ear","hearing","sign language"],"label":"Ear Deaf","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7V400c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48v-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z\'/></svg>"}},{"terms":["assistive listening systems","amplify","audio","deaf","ear","headset","hearing","sound"],"label":"Ear Listen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1-.1 0 0 0c0 0 0 0-14.3 28.6L398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78V400c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z\'/></svg>"}},{"label":"Earlybirds","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 480 512\'><path d=\'M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z\'/></svg>"}},{"terms":["globe africa","africa","all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"],"label":"Earth Africa","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9v41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32v28c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16v48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4V318.6c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\'/></svg>"}},{"terms":["earth america","globe americas","all","america","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"],"label":"Earth Americas","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\'/></svg>"}},{"terms":["globe asia","all","asia","australia","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"],"label":"Earth Asia","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z\'/></svg>"}},{"terms":["globe europe","all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"],"label":"Earth Europe","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H379.3c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16H454c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4H251.4c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["globe oceania","all","australia","country","earth","global","globe","gps","language","localize","location","map","melanesia","micronesia","new zealand","online","place","planet","polynesia","translate","travel","world"],"label":"Earth Oceania","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3H254.8c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H264c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"label":"eBay","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z\'/></svg>"}},{"terms":["browser","ie"],"label":"Edge Browser","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z\'/></svg>"}},{"label":"Edge Legacy Browser","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z\'/></svg>"}},{"terms":["breakfast","chicken","easter","egg","food","shell","yolk"],"label":"Egg","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z\'/></svg>"}},{"terms":["abort","cancel","cd","discharge","eject","eject button"],"label":"Eject","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320H48c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48s-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z\'/></svg>"}},{"label":"Elementor","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z\'/></svg>"}},{"terms":["accessibility","elevator","hoist","lift","uer","users people"],"label":"Elevator","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H208c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V400zm192 0c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H304c-17.7 0-32-14.3-32-32V400zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0H304c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z\'/></svg>"}},{"terms":["ellipsis h","dots","drag","kebab","list","menu","nav","navigation","ol","pacman","reorder","settings","three dots","ul"],"label":"Ellipsis","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z\'/></svg>"}},{"terms":["ellipsis v","bullet","dots","drag","kebab","list","menu","nav","navigation","ol","reorder","settings","three dots","ul"],"label":"Ellipsis Vertical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 128 512\'><path d=\'M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z\'/></svg>"}},{"label":"Ello","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z\'/></svg>"}},{"label":"Ember","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z\'/></svg>"}},{"label":"Galactic Empire","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z\'/></svg>"}},{"terms":["Back of Envelope","e mail","email","envelope","letter","mail","message","newsletter","notification","offer","support"],"label":"Envelope","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\'/></svg>"}},{"terms":["check","email","enable","envelope","mail","not affected","ok","okay","read","sent","validate","working"],"label":"Envelope Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176V384c0 35.3 28.7 64 64 64H360.2C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["e mail","email","letter","mail","message","newsletter","notification","offer","support"],"label":"Envelope Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 208.1L256 65.9 448 208.1v47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5V208.1zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V208.1c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1V200.5c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8V276.2zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56H456c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z\'/></svg>"}},{"terms":["e mail","email","letter","mail","message","newsletter","notification","offer","support"],"label":"Envelope Open Text","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M215.4 96H144 107.8 96v8.8V144v40.4 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3V96c0-26.5 21.5-48 48-48h76.6l49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48H416c26.5 0 48 21.5 48 48v44.3l22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4v-89V144 104.8 96H404.2 368 296.6 215.4zM0 448V242.1L217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1V448v0c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v0zM176 160H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["mail bulk","archive","envelope","letter","newsletter","offer","post office","postal","postcard","send","stamp","usps"],"label":"Envelopes Bulk","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M128 0C110.3 0 96 14.3 96 32V224h96V192c0-35.3 28.7-64 64-64H480V32c0-17.7-14.3-32-32-32H128zM256 160c-17.7 0-32 14.3-32 32v32h96c35.3 0 64 28.7 64 64V416H576c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H256zm240 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32v13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301V288c0-17.7-14.3-32-32-32H64zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8V480c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V340.8z\'/></svg>"}},{"terms":["leaf"],"label":"Envira Gallery","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z\'/></svg>"}},{"terms":["Equals Sign","arithmetic","even","match","math"],"label":"Equals","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48z\'/></svg>"}},{"terms":["art","delete","remove","rubber"],"label":"Eraser","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7H288h9.4H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H387.9L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416H288l-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z\'/></svg>"}},{"label":"Erlang","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z\'/></svg>"}},{"label":"Ethereum","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z\'/></svg>"}},{"terms":["cable","cat 5","cat 6","connection","hardware","internet","network","wired"],"label":"Ethernet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 224V416c0 17.7 14.3 32 32 32H96V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H448V160c0-17.7-14.3-32-32-32H384V96c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32v32H96c-17.7 0-32 14.3-32 32v32H32c-17.7 0-32 14.3-32 32z\'/></svg>"}},{"label":"Etsy","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z\'/></svg>"}},{"terms":["eur","euro","currency"],"label":"Euro Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M48.1 240c-.1 2.7-.1 5.3-.1 8v16c0 2.7 0 5.3 .1 8H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H60.3C89.9 419.9 170 480 264 480h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264c-57.9 0-108.2-32.4-133.9-80H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112.2c-.1-2.6-.2-5.3-.2-8V248c0-2.7 .1-5.4 .2-8H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H130.1c25.7-47.6 76-80 133.9-80h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264C170 32 89.9 92.1 60.3 176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48.1z\'/></svg>"}},{"label":"Evernote","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z\'/></svg>"}},{"terms":["!","Exclamation Mark","alert","attention","danger","error","exclamation","failed","important","mark","notice","notification","notify","outlined","problem","punctuation","red exclamation mark","required","warning","white exclamation mark"],"label":"Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 64 512\'><path d=\'M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\'/></svg>"}},{"terms":["maximize","resize","scale","arrows","bigger","enlarge","fullscreen","resize","size","expand","viewfinder"],"label":"Expand","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z\'/></svg>"}},{"label":"ExpeditedSSL","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z\'/></svg>"}},{"terms":["blast","blowup","boom","crash","detonation","explosion"],"label":"Explosion","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87H378.5c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64H117.8L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448v0H512v0h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64zM288 0c13.3 0 24 10.7 24 24V72c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24z\'/></svg>"}},{"terms":["body","eye","look","optic","see","seen","show","sight","views","visible"],"label":"Eye","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z\'/></svg>"}},{"terms":["eye dropper empty","eyedropper","beaker","clone","color","copy","eyedropper","pipette"],"label":"Eye Dropper","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6v42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480h42.4c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7H96V379.9c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z\'/></svg>"}},{"terms":["blind","eye","sight"],"label":"Eye Low Vision","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm-139.9 12c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8L83.1 161.5zm-50 86.3c-1.8 6.8-1.3 14 1.4 20.5c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8z\'/></svg>"}},{"terms":["blind","disabled","hide","show","toggle","unseen","views","visible","visiblity"],"label":"Eye Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm51.3 163.3l-41.9-33C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5zm-88-69.3L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8z\'/></svg>"}},{"terms":["Latin Capital Letter F","Latin Small Letter F","letter"],"label":"F","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V256 448c0 17.7 14.3 32 32 32s32-14.3 32-32V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z\'/></svg>"}},{"terms":["angry","angry face","disapprove","emoticon","face","mad","upset"],"label":"Face Angry","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z\'/></svg>"}},{"terms":["dizzy","dazed","dead","disapprove","emoticon","face"],"label":"Face Dizzy","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>"}},{"terms":["dazed","embarrassed","emoticon","face","flushed","flushed face"],"label":"Face Flushed","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z\'/></svg>"}},{"terms":["disapprove","emoticon","face","frown","frowning face","rating","sad","uer"],"label":"Face Frown","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["frown open","disapprove","emoticon","face","frown","frowning face with open mouth","mouth","open","rating","sad"],"label":"Face Frown Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["cringe","emoticon","face","grimace","grimacing face","teeth"],"label":"Face Grimace","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112h-8V360l55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344V304h8c23.8 0 43.5 17.3 47.3 40zM328 344H264V304h64v40zm0 56H264V360h64v40zm-80-96v40l-64 0V304h64zm0 56v40H184V360l64 0zm-80-16H112.7c3.8-22.7 23.6-40 47.3-40h8v40zm0 56h-8c-23.8 0-43.5-17.3-47.3-40H168v40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h8V320h-8zm40 48h32V320H208v48zm96 0V320H272v48h32zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v48zM168 288H344c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["emoticon","face","grin","grinning face","laugh","smile"],"label":"Face Grin","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["grin beam","emoticon","eye","face","grinning face with smiling eyes","laugh","mouth","open","smile"],"label":"Face Grin Beam","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>"}},{"terms":["grin beam sweat","cold","embarass","emoticon","face","grinning face with sweat","open","smile","sweat"],"label":"Face Grin Beam Sweat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM388.1 312.8c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5c5-11.8-7-22.5-19.3-18.7zm-170.5-84l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z\'/></svg>"}},{"terms":["grin hearts","emoticon","eye","face","love","smile","smiling face with heart eyes"],"label":"Face Grin Hearts","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z\'/></svg>"}},{"terms":["grin squint","emoticon","face","grinning squinting face","laugh","mouth","satisfied","smile"],"label":"Face Grin Squint","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\'/></svg>"}},{"terms":["grin squint tears","emoticon","face","floor","happy","laugh","rolling","rolling on the floor laughing","smile"],"label":"Face Grin Squint Tears","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-5.6 .9-10.3-3.9-9.5-9.5c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c5.6-.9 10.3 3.9 9.5 9.5c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.4 202.3c-4.8-11.9-20.9-10.9-26.9 .4c-19.4 36.7-46.3 73.2-79.8 106.7s-70 60.3-106.7 79.8c-11.3 6-12.3 22.1-.4 26.9c59.4 24.1 129.9 12.2 177.9-35.8s59.9-118.5 35.8-177.9zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z\'/></svg>"}},{"terms":["grin stars","emoticon","eyes","face","grinning","quality","star","star struck","starry eyed","vip"],"label":"Face Grin Stars","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z\'/></svg>"}},{"terms":["grin tears","LOL","emoticon","face","face with tears of joy","joy","laugh","tear"],"label":"Face Grin Tears","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0zm160 0l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0z\'/></svg>"}},{"terms":["grin tongue","LOL","emoticon","face","face with tongue","tongue"],"label":"Face Grin Tongue","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V363.6c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>"}},{"terms":["grin tongue squint","LOL","emoticon","eye","face","horrible","squinting face with tongue","taste","tongue"],"label":"Face Grin Tongue Squint","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V392.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>"}},{"terms":["grin tongue wink","LOL","emoticon","eye","face","joke","tongue","wink","winking face with tongue"],"label":"Face Grin Tongue Wink","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448V401.1c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64V402.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4V363.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1V416c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64V378.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6V416z\'/></svg>"}},{"terms":["grin alt","emoticon","face","grinning face with big eyes","laugh","mouth","open","smile"],"label":"Face Grin Wide","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z\'/></svg>"}},{"terms":["grin wink","emoticon","face","flirt","laugh","smile"],"label":"Face Grin Wink","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z\'/></svg>"}},{"terms":["beso","emoticon","face","kiss","kissing face","love","smooch"],"label":"Face Kiss","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["kiss beam","beso","emoticon","eye","face","kiss","kissing face with smiling eyes","love","smile","smooch"],"label":"Face Kiss Beam","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>"}},{"terms":["kiss wink heart","beso","emoticon","face","face blowing a kiss","kiss","love","smooch"],"label":"Face Kiss Wink Heart","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z\'/></svg>"}},{"terms":["LOL","emoticon","face","laugh","smile"],"label":"Face Laugh","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["laugh beam","LOL","beaming face with smiling eyes","emoticon","eye","face","grin","happy","smile"],"label":"Face Laugh Beam","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>"}},{"terms":["laugh squint","LOL","emoticon","face","happy","smile"],"label":"Face Laugh Squint","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\'/></svg>"}},{"terms":["laugh wink","LOL","emoticon","face","happy","smile"],"label":"Face Laugh Wink","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z\'/></svg>"}},{"terms":["deadpan","default","emoticon","face","meh","neutral","neutral face","rating","uer"],"label":"Face Meh","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z\'/></svg>"}},{"terms":["meh blank","emoticon","face","face without mouth","mouth","neutral","quiet","rating","silent"],"label":"Face Meh Blank","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["meh rolling eyes","emoticon","eyeroll","eyes","face","face with rolling eyes","neutral","rating","rolling"],"label":"Face Rolling Eyes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368H320c8.8 0 16 7.2 16 16s-7.2 16-16 16H192c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z\'/></svg>"}},{"terms":["sad cry","cry","emoticon","face","loudly crying face","sad","sob","tear","tears"],"label":"Face Sad Cry","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V477.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V493.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336v32c0 26.5 21.5 48 48 48s48-21.5 48-48V336c0-26.5-21.5-48-48-48s-48 21.5-48 48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M400 406.1V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V440.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V406.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320v32c0 26.5 21.5 48 48 48s48-21.5 48-48V320c0-26.5-21.5-48-48-48s-48 21.5-48 48z\'/></svg>"}},{"terms":["sad tear","cry","crying face","emoticon","face","sad","tear","tears"],"label":"Face Sad Tear","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["approve","default","emoticon","face","happy","rating","satisfied","slightly smiling face","smile","uer"],"label":"Face Smile","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["smile beam","blush","emoticon","eye","face","happy","positive","smile","smiling face with smiling eyes"],"label":"Face Smile Beam","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z\'/></svg>"}},{"terms":["smile wink","emoticon","face","happy","hint","joke","wink","winking face"],"label":"Face Smile Wink","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z\'/></svg>"}},{"terms":["surprise","emoticon","face","face with open mouth","mouth","open","shocked","sympathy"],"label":"Face Surprise","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>"}},{"terms":["angry","emoticon","face","grumpy","tired","tired face","upset"],"label":"Face Tired","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3h-3.2c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\'/></svg>"}},{"terms":["fabook","facebook official","fb","social network"],"label":"Facebook","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z\'/></svg>"}},{"terms":["fabook","facebook","fb"],"label":"Facebook F","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z\'/></svg>"}},{"terms":["fabook","fb"],"label":"Facebook Messenger","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z\'/></svg>"}},{"terms":["ac","air conditioning","blade","blower","cool","hot"],"label":"Fan","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224H29.4C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480v2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288h2.6c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32V29.4C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop","flight games"],"label":"Fantasy Flight games","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z\'/></svg>"}},{"terms":["covid 19","drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"],"label":"Faucet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 96v12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12V96c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H132.1c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48H352c17.7 0 32 14.3 32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160H320l-22.6-22.6c-6-6-14.1-9.4-22.6-9.4H256V180.2l-32-4-32 4V224H173.3c-8.5 0-16.6 3.4-22.6 9.4L128 256H32z\'/></svg>"}},{"terms":["drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"],"label":"Faucet Drip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M224 0c17.7 0 32 14.3 32 32V44l96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12V32c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32h96l22.6-22.6c6-6 14.1-9.4 22.6-9.4H192V116.2l32-4 32 4V160h18.7c8.5 0 16.6 3.4 22.6 9.4L320 192h32c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s-14.3-32-32-32H315.9c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48H32c-17.7 0-32-14.3-32-32V224zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z\'/></svg>"}},{"terms":["Fax Icon","business","communicate","copy","facsimile","fax","fax machine","send"],"label":"Fax","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 64v96h64V64H386.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64zM0 160V480c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zm480 32H128V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["bird","feather","flight","light","plucked","plumage","quill","write"],"label":"Feather","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57h68c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330v55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z\'/></svg>"}},{"terms":["feather alt","bird","light","plucked","quill","write"],"label":"Feather Pointed","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z\'/></svg>"}},{"terms":["Federal Express","package","shipping"],"label":"FedEx","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z\'/></svg>"}},{"terms":["linux","operating system","os"],"label":"Fedora","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z\'/></svg>"}},{"terms":["barge","boat","carry","ferryboat","ship"],"label":"Ferry","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M224 0H352c17.7 0 32 14.3 32 32h75.1c20.6 0 31.6 24.3 18.1 39.8L456 96H120L98.8 71.8C85.3 56.3 96.3 32 116.9 32H192c0-17.7 14.3-32 32-32zM96 128H480c17.7 0 32 14.3 32 32V283.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9H375.6c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9H183.9c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5V160c0-17.7 14.3-32 32-32zm32 64v96H448V192H128zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["app","design","interface"],"label":"Figma","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z\'/></svg>"}},{"terms":["Empty Document","cv","document","new","page","page facing up","pdf","resume"],"label":"File","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z\'/></svg>"}},{"terms":["file download","document","export","insert","save"],"label":"File Arrow Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 232V334.1l31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31V232c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"terms":["file upload","document","import","page","save","upgrade"],"label":"File Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24V305.9l-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31V408z\'/></svg>"}},{"terms":["document","mp3","music","page","play","sound"],"label":"File Audio","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376H80c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h33.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 464H320c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM192 272V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376H112c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h17.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z\'/></svg>"}},{"terms":["document","enable","file","not affected","ok","okay","paper","validate","working"],"label":"File Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["document","failed","file","paper"],"label":"File Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["document","file","paper"],"label":"File Circle Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z\'/></svg>"}},{"terms":["add","document","file","new","page","paper","pdf"],"label":"File Circle Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z\'/></svg>"}},{"terms":["document","file","paper"],"label":"File Circle Question","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z\'/></svg>"}},{"terms":["document","file","paper","uncheck"],"label":"File Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z\'/></svg>"}},{"terms":["css","development","document","html","mysql","sql"],"label":"File Code","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z\'/></svg>"}},{"terms":["agreement","binding","document","legal","signature","username"],"label":"File Contract","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z\'/></svg>"}},{"terms":["document","excel","numbers","spreadsheets","table"],"label":"File Csv","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM200 352h16c22.1 0 40 17.9 40 40v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-8c0-8.8 7.2-16 16-16s16 7.2 16 16v8c0 22.1-17.9 40-40 40H200c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40zm133.1 0H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H333.1c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h42.9c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16v31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66V368c0-8.8 7.2-16 16-16s16 7.2 16 16v31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6V368c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["csv","document","numbers","spreadsheets","table"],"label":"File Excel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z\'/></svg>"}},{"terms":["arrow right from file","download","save"],"label":"File Export","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V288H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM384 336V288H494.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H384zm0-208H256V0L384 128z\'/></svg>"}},{"terms":["Document with Picture","document","image","img","jpg","photo","png"],"label":"File Image","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6H216 176 128 80c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2h48 32 40 72c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z\'/></svg>"}},{"terms":["arrow right to file","copy","document","insert","send","upload"],"label":"File Import","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 64c0-35.3 28.7-64 64-64H352V128c0 17.7 14.3 32 32 32H512V448c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V336H302.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H128V64zm0 224v48H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H128zM512 128H384V0L512 128z\'/></svg>"}},{"terms":["account","bill","charge","document","payment","receipt"],"label":"File Invoice","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm0 32v64H288V256H96zM240 416h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["$","account","bill","charge","document","dollar sign","money","payment","receipt","revenue","salary","usd"],"label":"File Invoice Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16v17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1 0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1V440c0 8.8-7.2 16-16 16s-16-7.2-16-16V422.2c-11.2-2.1-21.7-5.7-30.9-8.9l0 0 0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4l0 0 0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7V232c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["file alt","file text","Document","Document with Text","document","file text","invoice","new","page","pdf"],"label":"File Lines","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z\'/></svg>"}},{"terms":["document","health","history","prescription","record"],"label":"File Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM160 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H224v48c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V352H112c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16h48V240z\'/></svg>"}},{"terms":["acrobat","document","preview","save"],"label":"File Pdf","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z\'/></svg>"}},{"terms":["file edit","edit","memo","modify","pen","pencil","update","write"],"label":"File Pen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V299.6l-94.7 94.7c-8.2 8.2-14 18.5-16.8 29.7l-15 60.1c-2.3 9.4-1.8 19 1.4 27.8H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z\'/></svg>"}},{"terms":["display","document","keynote","presentation"],"label":"File Powerpoint","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM136 240h68c42 0 76 34 76 76s-34 76-76 76H160v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V368 264c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28H160v56h44z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm72 208c-13.3 0-24 10.7-24 24V336v56c0 13.3 10.7 24 24 24s24-10.7 24-24V360h44c42 0 76-34 76-76s-34-76-76-76H136zm68 104H160V256h44c15.5 0 28 12.5 28 28s-12.5 28-28 28z\'/></svg>"}},{"terms":["document","drugs","medical","medicine","rx"],"label":"File Prescription","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6H124v44c0 11-9 20-20 20s-20-9-20-20V296 216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20H124v40h52z\'/></svg>"}},{"terms":["antivirus","data","document","protect","safe","safety","secure"],"label":"File Shield","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v47l-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z\'/></svg>"}},{"terms":["John Hancock","contract","document","name","username"],"label":"File Signature","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V428.7c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8h8.9c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z\'/></svg>"}},{"terms":["document","m4v","movie","mp4","play"],"label":"File Video","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V288zM300.9 397.9L256 368V304l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM80 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v16l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V288z\'/></svg>"}},{"terms":["file medical alt","document","health","history","prescription","record"],"label":"File Waveform","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 0C60.7 0 32 28.7 32 64V288H144c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320H32V448c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V160H288c-17.7 0-32-14.3-32-32V0H96zM288 0V128H416L288 0z\'/></svg>"}},{"terms":["document","edit","page","text","writing"],"label":"File Word","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z\'/></svg>"}},{"terms":["file archive",".zip","bundle","compress","compression","download","zip"],"label":"File Zipper","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16h48v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm48 112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8H136.6c-14.5 0-27.2 9.7-30.9 23.8zM128 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["bucket","color","paint","paint bucket"],"label":"Fill","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z\'/></svg>"}},{"terms":["bucket","color","drop","paint","paint bucket","spill"],"label":"Fill Drip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6H386.7l42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z\'/></svg>"}},{"terms":["cinema","film","film frames","frames","movie","strip","video"],"label":"Film","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM48 368v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H416zM48 240v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H416zM48 112v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H416zM160 128v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V320c0-17.7-14.3-32-32-32H192z\'/></svg>"}},{"terms":["funnel","options","separate","sort"],"label":"Filter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z\'/></svg>"}},{"terms":["funnel dollar","filter","money","options","premium","separate","sort"],"label":"Filter Circle Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7V288c0-8.8-7.2-16-16-16s-16 7.2-16 16v9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6l0 0 0 0c7 2.3 15.1 4.8 23.7 6.6v11.4c0 8.8 7.2 16 16 16s16-7.2 16-16V438.7c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5l0-.1c-.1-1.9 .3-2.9 .8-3.6z\'/></svg>"}},{"terms":["cancel","funnel","options","remove","separate","sort","uncheck"],"label":"Filter Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z\'/></svg>"}},{"terms":["human","id","identification","lock","privacy","smudge","touch","unique","unlock"],"label":"Fingerprint","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7V256c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256v24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8V256c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V256c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V256c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9V256z\'/></svg>"}},{"terms":["burn","caliente","fire","flame","heat","hot","popular","tool"],"label":"Fire","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z\'/></svg>"}},{"terms":["cook","fire","flame","kitchen","stove"],"label":"Fire Burner","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M345.7 48.3L358 34.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C469 131.2 480 162.2 480 192.2C480 280.8 408.7 352 320 352c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2C273.4 2.3 280.7-.2 288 0c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C293 167.1 256 203.6 256 240.2c0 35.3 28.7 64 64 64s64-28.7 64-64zM32 288c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64 448 0 0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l0-96zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["burn","caliente","extinguish","fire","fire extinguisher","fire fighter","flame","heat","hot","quench","rescue"],"label":"Fire Extinguisher","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M500.3 7.3C507.7 13.3 512 22.4 512 32v96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104H224v34.8c37.8 18 64 56.5 64 101.2V384H64V240c0-44.7 26.2-83.2 64-101.2V110c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4V32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V56h65c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416v32c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V416H288zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["fire alt","burn","caliente","flame","heat","hot","popular"],"label":"Fire Flame Curved","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z\'/></svg>"}},{"terms":["burn","caliente","energy","fire","flame","gas","heat","hot"],"label":"Fire Flame Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z\'/></svg>"}},{"terms":["browser"],"label":"Firefox","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z\'/></svg>"}},{"terms":["browser"],"label":"Firefox Browser","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z\'/></svg>"}},{"label":"First Order","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z\'/></svg>"}},{"label":"Alternate First Order","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z\'/></svg>"}},{"label":"firstdraft","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z\'/></svg>"}},{"terms":["Pisces","fauna","fish","gold","seafood","swimming","zodiac"],"label":"Fish","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"terms":["fish","fishery","pisces","seafood"],"label":"Fish Fins","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.6 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["black flag","country","notice","notification","notify","pole","report","symbol","waving"],"label":"Flag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32V64 368 480c0 17.7 14.3 32 32 32s32-14.3 32-32V352l64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48V32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24V64 350.5 400v88c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8V334.7l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z\'/></svg>"}},{"terms":["checkered","chequered","chequered flag","finish","notice","notification","notify","pole","racing","report","start","symbol","win"],"label":"Flag Checkered","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1V345.8c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V400 334 64 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9v65.5L64 252.6V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3V238.7l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244.2l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4V194c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-.4-26 .8-38.7 3.6L128 173.2V98L64 114v73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2V251.9l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5v77.4zm64-149.4V115.4c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z\'/></svg>"}},{"terms":["betsy ross","country","fla","flag: United States","old glory","stars","stripes","symbol"],"label":"Flag Usa","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V416 345.5 312.8 249.5 216.8 153.5 120.8 64 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["beaker","chemicals","experiment","experimental","knowledge","labs","liquid","potion","science","vial"],"label":"Flask","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M288 0H160 128C110.3 0 96 14.3 96 32s14.3 32 32 32V196.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512H378.6c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288zM192 196.8V64h64V196.8c0 23.7 6.6 46.9 19 67.1L309.5 320h-171L173 263.9c12.4-20.2 19-43.4 19-67.1z\'/></svg>"}},{"terms":["beaker","chemicals","experiment","experimental","labs","liquid","science","vial","ampule","chemistry","lab","laboratory","potion","test","test tube"],"label":"Flask Vial","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96V64C14.3 64 0 49.7 0 32S14.3 0 32 0H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V309.9l-49 79.6zM96 64v96h64V64H96zM352 0H480h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V214.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4H261.4c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9V64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32zm32 64V224c0 5.9-1.6 11.7-4.7 16.8L330.5 320h171l-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8V64H384z\'/></svg>"}},{"label":"Flickr","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z\'/></svg>"}},{"label":"Flipboard","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z\'/></svg>"}},{"terms":["save","Black Hard Shell Floppy Disk","computer","disk","download","floppy","floppy disk","floppy o"],"label":"Floppy Disk","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M48 96V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H309.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16zm80-16v80H272V80H128zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\'/></svg>"}},{"terms":["currency"],"label":"Florin Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h80L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H69.3c38.8 0 73.7-23.3 88.6-59.1L213.3 288H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H240l45.1-108.3c5-11.9 16.6-19.7 29.5-19.7H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H314.7z\'/></svg>"}},{"label":"Fly","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z\'/></svg>"}},{"terms":["folder blank","Black Folder","archive","directory","document","file","file folder","folder"],"label":"Folder","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H196.1c19.1 0 37.4 7.6 50.9 21.1L289.9 96H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16H286.6c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7H64z\'/></svg>"}},{"terms":["file"],"label":"Folder Closed","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 480H64c-35.3 0-64-28.7-64-64V192H512V416c0 35.3-28.7 64-64 64zm64-320H0V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H289.9L247 53.1C233.5 39.6 215.2 32 196.1 32H64zM48 96c0-8.8 7.2-16 16-16H196.1c6.4 0 12.5 2.5 17 7l45.3 45.3c7.5 7.5 17.7 11.7 28.3 11.7H448c8.8 0 16 7.2 16 16v32H48V96zm0 144H464V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V240z\'/></svg>"}},{"terms":["archive","delete","directory","document","file","negative","remove"],"label":"Folder Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z\'/></svg>"}},{"terms":["Open Folder","archive","directory","document","empty","file","folder","new","open","open file folder"],"label":"Folder Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M88.7 223.8L0 375.8V96C0 60.7 28.7 32 64 32H181.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7H416c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224H544c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16H181.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H87.7 384z\'/></svg>"}},{"terms":["add","archive","create","directory","document","file","new","positive"],"label":"Folder Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24V312h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V200c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z\'/></svg>"}},{"terms":["archive","directory","document","file","search","structure"],"label":"Folder Tree","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v96V384c0 35.3 28.7 64 64 64H256V384H64V160H256V96H64V32zM288 192c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V192zm0 288c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V480z\'/></svg>"}},{"terms":["alphabet","glyph","text","type","typeface"],"label":"Font","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-1.8l18-48H303.8l18 48H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H390.2L254 52.8zM279.8 304H168.2L224 155.1 279.8 304z\'/></svg>"}},{"terms":["font awesome flag","font awesome logo full","awesome","flag","font","icons","typeface"],"label":"Font Awesome","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 48 0 256 0 48 0 64 48 0 0-64 389.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96zM80 400l0-256 356.4 0L388.1 252.5c-5.5 12.4-5.5 26.6 0 39L436.4 400 80 400z\'/></svg>","brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z\'/></svg>"}},{"label":"Fonticons","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z\'/></svg>"}},{"label":"Fonticons Fi","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z\'/></svg>"}},{"terms":["football ball","american","american football","ball","fall","football","nfl","pigskin","seasonal"],"label":"Football","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6c-18.3 29.8-30.9 62.3-39.2 95.4L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["castle"],"label":"Fort Awesome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z\'/></svg>"}},{"terms":["castle"],"label":"Alternate Fort Awesome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z\'/></svg>"}},{"label":"Forumbee","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z\'/></svg>"}},{"terms":["arrow","double","fast","fast forward button","forward","next","skip"],"label":"Forward","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3V256v41.7L52.5 440.6zM256 352V256 128 96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29V352z\'/></svg>"}},{"terms":["fast forward","arrow","end","last","next","next scene","next track","next track button","quick","triangle"],"label":"Forward Fast","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7V416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7V416c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32V214.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96V214.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96V416c0 12.4 7.2 23.7 18.4 29z\'/></svg>"}},{"terms":["step forward","end","last","next"],"label":"Forward Step","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6-192 160z\'/></svg>"}},{"label":"Foursquare","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 368 512\'><path d=\'M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z\'/></svg>"}},{"terms":["French Franc Sign","currency"],"label":"Franc Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M80 32C62.3 32 48 46.3 48 64V224v96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z\'/></svg>"}},{"terms":["free code camp"],"label":"freeCodeCamp","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z\'/></svg>"}},{"label":"FreeBSD","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z\'/></svg>"}},{"terms":["amphibian","bullfrog","fauna","hop","kermit","kiss","prince","ribbit","toad","wart"],"label":"Frog","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H480c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"label":"Fulcrum","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z\'/></svg>"}},{"terms":["futbol ball","soccer ball","ball","football","mls","soccer","soccer ball"],"label":"Futbol","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M435.4 361.3l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.1zM256 48l.9 0h-1.8l.9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.7 2-4 2.9l4-2.9zm75.2-226.6l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z\'/></svg>"}},{"terms":["Latin Capital Letter G","Latin Small Letter G","letter"],"label":"G","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H400c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z\'/></svg>"}},{"terms":["politics","star wars"],"label":"Galactic Republic","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z\'/></svg>"}},{"terms":["star wars"],"label":"Galactic Senate","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z\'/></svg>"}},{"terms":["arcade","controller","d pad","joystick","playstore","video","video game"],"label":"Gamepad","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 64C86 64 0 150 0 256S86 448 192 448H448c106 0 192-86 192-192s-86-192-192-192H192zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V200z\'/></svg>"}},{"terms":["car","diesel","fuel","fuel pump","fuelpump","gas","gasoline","petrol","pump","station"],"label":"Gas Pump","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 64C32 28.7 60.7 0 96 0H256c35.3 0 64 28.7 64 64V256h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V222c-27.6-7.1-48-32.2-48-62V96L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3V168v24 32V376c0 39.8-32.2 72-72 72s-72-32.2-72-72V344c0-22.1-17.9-40-40-40h-8V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64zM96 80v96c0 8.8 7.2 16 16 16H240c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["dashboard","gauge med","tachometer alt average","fast","odometer","speed","speedometer"],"label":"Gauge","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"terms":["tachometer alt","tachometer alt fast","dashboard","fast","odometer","quick","speed","speedometer"],"label":"Gauge High","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"terms":["gauge simple med","tachometer average","dashboard","fast","odometer","speed","speedometer"],"label":"Gauge Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>"}},{"terms":["tachometer","tachometer fast","dashboard","fast","odometer","quick","speed","speedometer"],"label":"Gauge Simple High","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z\'/></svg>"}},{"terms":["legal","hammer","judge","law","lawyer","opinion"],"label":"Gavel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z\'/></svg>"}},{"terms":["cog","cogwheel","configuration","gear","mechanical","modify","settings","sprocket","tool","wheel"],"label":"Gear","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z\'/></svg>"}},{"terms":["cogs","configuration","gears","mechanical","modify","settings","sprocket","wheel"],"label":"Gears","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8h-.7c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["diamond","gem","gem stone","jewel","jewelry","sapphire","stone","treasure"],"label":"Gem","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M168.5 72L256 165l87.5-93h-175zM383.9 99.1L311.5 176h129L383.9 99.1zm50 124.9H256 78.1L256 420.3 433.9 224zM71.5 176h129L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z\'/></svg>"}},{"terms":["androgynous","asexual","gender","sexless"],"label":"Genderless","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z\'/></svg>"}},{"label":"Get Pocket","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z\'/></svg>"}},{"label":"GG Currency","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z\'/></svg>"}},{"terms":["gg circle"],"label":"GG Currency Circle","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z\'/></svg>"}},{"terms":["apparition","blinky","clyde","creature","face","fairy tale","fantasy","floating","ghost","halloween","holiday","inky","monster","pacman","pinky","spirit"],"label":"Ghost","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2V192C0 86 86 0 192 0S384 86 384 192V462.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["box","celebration","christmas","generosity","gift","giving","holiday","party","present","wrapped","wrapped gift","xmas"],"label":"Gift","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z\'/></svg>"}},{"terms":["christmas","generosity","giving","holiday","party","present","wrapped","xmas"],"label":"Gifts","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H200.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96H217.8l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80H416V256h32v96H640V272c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48H416V384H224v80zm224 48H592c26.5 0 48-21.5 48-48V384H448V512zm96-312c0 13.3-10.7 24-24 24H470.9l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z\'/></svg>"}},{"label":"Git","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z\'/></svg>"}},{"label":"Git Alt","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z\'/></svg>"}},{"terms":["octocat"],"label":"GitHub","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z\'/></svg>"}},{"terms":["octocat"],"label":"Alternate GitHub","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 480 512\'><path d=\'M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z\'/></svg>"}},{"label":"GitKraken","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 592 512\'><path d=\'M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z\'/></svg>"}},{"terms":["Axosoft"],"label":"GitLab","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z\'/></svg>"}},{"label":"Gitter","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z\'/></svg>"}},{"terms":["potable","water"],"label":"Glass Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM73 156.5L66.4 64H317.6L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z\'/></svg>"}},{"terms":["potable","water"],"label":"Glass Water Droplet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM83 297.5L66.4 64H317.6L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z\'/></svg>"}},{"terms":["hipster","nerd","reading","sight","spectacles","vision"],"label":"Glasses","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1 .1 0 0 0 0 0s0 0-6.3 12.7h0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7h0c-6.3-12.7-6.3-12.7-6.3-12.7l0 0 0 0 .1 0 .2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7v6.7V352v16c0 61.9-50.1 112-112 112H419.7c-59.4 0-108.5-46.4-111.8-105.8L306.6 352H269.4l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368V352 310.7 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368V325.4c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3H464c26.5 0 48-21.5 48-48z\'/></svg>"}},{"label":"Glide","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z\'/></svg>"}},{"label":"Glide G","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z\'/></svg>"}},{"terms":["all","coordinates","country","earth","global","globe","globe with meridians","gps","internet","language","localize","location","map","meridians","network","online","place","planet","translate","travel","world","www"],"label":"Globe","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z\'/></svg>"}},{"label":"Gofore","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 400 512\'><path d=\'M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z\'/></svg>"}},{"terms":["golang","go language","programming language","code"],"label":"Go","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z\'/></svg>"}},{"terms":["golf ball","caddy","eagle","putt","tee"],"label":"Golf Ball Tee","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H240c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32V464c0-8.8-7.2-16-16-16H128c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"label":"Goodreads","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z\'/></svg>"}},{"label":"Goodreads G","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z\'/></svg>"}},{"label":"Google Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 488 512\'><path d=\'M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\'/></svg>"}},{"label":"Google Drive","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z\'/></svg>"}},{"label":"Google Pay","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z\'/></svg>"}},{"terms":["playstore"],"label":"Google Play","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z\'/></svg>"}},{"terms":["google plus circle","google plus official"],"label":"Google Plus","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z\'/></svg>"}},{"terms":["google plus","social network"],"label":"Google Plus G","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z\'/></svg>"}},{"label":"Google Scholar","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M390.9 298.5c0 0 0 .1 .1 .1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64h0c1.7-3.6 3.6-7.2 5.6-10.7c4.4-7.6 9.4-14.7 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0 512 202.7l-94.7 77.1z\'/></svg>"}},{"label":"Google Wallet","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z\'/></svg>"}},{"terms":["building","entrance","hinduism","temple","tower"],"label":"Gopuram","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M120 0c13.3 0 24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h48V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8V64v64c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H416V352H384V224H352V128H320v96h32V352h32V512H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H128V352h32V224h32V128H160v96H128V352H96V512H32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32V256c0-17.7 14.3-32 32-32V160c0-17.7 14.3-32 32-32V64 32 24c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32v48h64V304c0-17.7-14.3-32-32-32zm-32-80v32h64V192c0-17.7-14.3-32-32-32s-32 14.3-32 32z\'/></svg>"}},{"terms":["mortar board","cap","celebration","ceremony","clothing","college","graduate","hat","learning","school","student"],"label":"Graduation Cap","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9v28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5V291.9c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z\'/></svg>"}},{"terms":["favorite","heart","like","love"],"label":"Gratipay (Gittip)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z\'/></svg>"}},{"label":"Grav","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z\'/></svg>"}},{"terms":["Greater Than Sign","arithmetic","compare","math"],"label":"Greater Than","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z\'/></svg>"}},{"terms":["arithmetic","compare","math"],"label":"Greater Than Equal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416z\'/></svg>"}},{"terms":["grip horizontal","affordance","drag","drop","grab","handle"],"label":"Grip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40H200c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40H360c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328z\'/></svg>"}},{"terms":["affordance","drag","drop","grab","handle"],"label":"Grip Lines","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z\'/></svg>"}},{"terms":["affordance","drag","drop","grab","handle"],"label":"Grip Lines Vertical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 192 512\'><path d=\'M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64z\'/></svg>"}},{"terms":["affordance","drag","drop","grab","handle"],"label":"Grip Vertical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z\'/></svg>"}},{"terms":["gripfire inc"],"label":"Gripfire, Inc.","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z\'/></svg>"}},{"terms":["community","engagement","spin","sync"],"label":"Group Arrows Rotate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4V163.2c0-5.7-4.7-10.4-10.4-10.4H169.9c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z\'/></svg>"}},{"label":"Grunt","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z\'/></svg>"}},{"terms":["Guarani Sign","currency"],"label":"Guarani Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0c-17.7 0-32 14.3-32 32V66.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224V132c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32zM160 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380V288h92c-11.6 45-47 80.4-92 92z\'/></svg>"}},{"label":"Guilded","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z\'/></svg>"}},{"terms":["acoustic","instrument","music","rock","rock and roll","song","strings"],"label":"Guitar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"label":"Gulp","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z\'/></svg>"}},{"terms":["firearm","pistol","weapon"],"label":"Gun","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96V208c0 17.7 14.3 32 32 32H42c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352H321.4c23.7 0 44.8-14.9 52.7-37.2L400.9 240H432c8.5 0 16.6-3.4 22.6-9.4L477.3 208H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H528V56zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["Latin Capital Letter H","Latin Small Letter H","letter"],"label":"H","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z\'/></svg>"}},{"label":"Hacker News","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z\'/></svg>"}},{"label":"Hackerrank","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z\'/></svg>"}},{"terms":["admin","configuration","equipment","fix","hammer","maintenance","modify","recovery","repair","settings","tool"],"label":"Hammer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6V105.5L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z\'/></svg>"}},{"terms":["amulet","christianity","islam","jewish","judaism","muslim","protection"],"label":"Hamsa","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M34.6 288H80c8.8 0 16-7.2 16-16V72c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V40c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V72c0-22.1 17.9-40 40-40s40 17.9 40 40V272c0 8.8 7.2 16 16 16h45.4c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["hand paper","Raised Hand","backhand","game","halt","palm","raised","raised back of hand","request","roshambo","stop"],"label":"Hand","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64V261.5l-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75H296h8c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5V160c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2V96c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1c0 0 0-.1 0-.1V64c0-8.8 7.2-16 16-16s16 7.2 16 16V95.9c0 0 0 .1 0 .1V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16v55.9c0 0 0 .1 0 .1v80c0 13.3 10.7 24 24 24s24-10.7 24-24V160.1c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16V332.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2H296h-8.5c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96.1z\'/></svg>"}},{"terms":["hand rock","fist","game","roshambo"],"label":"Hand Back Fist","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M144 0C117.5 0 96 21.5 96 48V96v28.5V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V149.3l-9 7.5C40.4 169 32 187 32 206V244c0 38 16.9 74 46.1 98.3L128 384v96c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V374.7c46.9-19 80-65 80-118.7V176 160 144c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16V264c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4V224.6c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16V142.3 128 64z\'/></svg>"}},{"terms":["allergies","allergy","freckles","hand","hives","palm","pox","skin","spots"],"label":"Hand Dots","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\'/></svg>"}},{"terms":["fist raised","Dungeons & Dragons","clenched","d&d","dnd","fantasy","fist","hand","ki","monk","punch","raised fist","resist","strength","unarmed combat"],"label":"Hand Fist","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M192 0c17.7 0 32 14.3 32 32V144H160V32c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v80H64V64zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V64zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V128zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V256c0 52.3-25.1 98.8-64 128v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V401.6c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267V240c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H128c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z\'/></svg>"}},{"terms":["carry","lift"],"label":"Hand Holding","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-366.1-8.3a.5 .5 0 1 1 -.9 .2 .5 .5 0 1 1 .9-.2z\'/></svg>"}},{"terms":["hand holding usd","$","carry","coupon","dollar sign","donate","donation","giving","investment","lift","money","premium","price","revenue","salary"],"label":"Hand Holding Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M312 24V34.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24V220.6c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z\'/></svg>"}},{"terms":["hand holding water","blood","carry","covid 19","drought","grow","lift","sanitation"],"label":"Hand Holding Droplet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3V160c0 53-43 96-96 96s-96-43-96-96v-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z\'/></svg>"}},{"terms":["care","give","help","hold","protect"],"label":"Hand Holding Hand","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32H384 544c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H507.2l-44.9 36c-22.7 18.2-50.9 28-80 28H304 288 224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64 16c8.8 0 16-7.2 16-16s-7.2-16-16-16H183.4L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160l0 0 .9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352l0 0-.9 0c.3 0 .6 0 .9 0z\'/></svg>"}},{"terms":["carry","charity","gift","lift","package","wishlist"],"label":"Hand Holding Heart","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z\'/></svg>"}},{"terms":["care","covid 19","donate","help"],"label":"Hand Holding Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M224 24V80H168c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h56v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176h56c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H320V24c0-13.3-10.7-24-24-24H248c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0 0 0c-.3 0-.6 0-.9 0z\'/></svg>"}},{"terms":["game","roshambo"],"label":"Hand Lizard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 112C0 85.5 21.5 64 48 64H160h80 46.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v12 16 48c0 17.7-14.3 32-32 32H384c-17.7 0-32-14.3-32-32V402.2L273.9 352H240 160 112c-26.5 0-48-21.5-48-48s21.5-48 48-48h48 80c26.5 0 48-21.5 48-48s-21.5-48-48-48H160 48c-26.5 0-48-21.5-48-48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24H240c35.3 0 64 28.7 64 64s-28.7 64-64 64H136c-13.3 0-24 10.7-24 24s10.7 24 24 24H288c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V413.3L281.1 384H136c-39.8 0-72-32.2-72-72s32.2-72 72-72H240c8.8 0 16-7.2 16-16s-7.2-16-16-16H72c-39.8 0-72-32.2-72-72S32.2 64 72 64H281.6c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V316.1c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9H72z\'/></svg>"}},{"terms":["finger","flip the bird","gesture","hand","hate","middle finger","rude"],"label":"Hand Middle Finger","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M232 0c-22.1 0-40 17.9-40 40V204.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48v7 73c0 8.8-7.2 16-16 16s-16-7.2-16-16V264.3c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334V372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1H304c70.7 0 128-57.3 128-128V320 288c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2V40c0-22.1-17.9-40-40-40z\'/></svg>"}},{"terms":["hand","rest","truce","v","victory","victory hand"],"label":"Hand Peace","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M224 0c17.7 0 32 14.3 32 32V240H192V32c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zM93.3 51.2L175.9 240H106.1L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5h69.9H216c22.1 0 40 17.9 40 40s-17.9 40-40 40H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H226.3c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363V336c0-32.7 24.6-59.7 56.3-63.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320v0 24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V272 256 224c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192v48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240H144c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16c0 8.8-7.2 16-16 16s-16-7.2-16-16V192zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120H232c-66.3 0-120-53.7-120-120l0-24 0 0c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16V240 224c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16z\'/></svg>"}},{"terms":["finger","hand o down","point"],"label":"Hand Point Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32V480zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-64 64c17.7 0 32-14.3 32-32V304c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0H162.3C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z\'/></svg>"}},{"terms":["back","finger","hand o left","left","point","previous"],"label":"Hand Point Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0 0-64L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm-64-64c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32l8.6 0c88.4 0 160-71.6 160-160l0-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64l0 88c0 22.1 17.9 40 40 40s40-17.9 40-40l0-56c0-8.8 7.2-16 16-16s16 7.2 16 16l0 56c0 39.8-32.2 72-72 72z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z\'/></svg>"}},{"terms":["finger","forward","hand o right","next","point","right"],"label":"Hand Point Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm64-64c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32l-8.6 0C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64l0 88c0 22.1-17.9 40-40 40s-40-17.9-40-40l0-56c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 56c0 39.8 32.2 72 72 72z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z\'/></svg>"}},{"terms":["finger","hand","hand o up","index","index pointing up","point","request","up","upgrade"],"label":"Hand Point Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32V240H32V32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192zm-64-64c17.7 0 32 14.3 32 32v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H162.3c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363V336c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 64V241.6c5.2-1 10.5-1.6 16-1.6H96V208 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H120 80zM0 320s0 0 0 0c0-18 6-34.6 16-48V64C16 28.7 44.7 0 80 0s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v64 24c0 92.8-75.2 168-168 168H168C75.2 512 0 436.8 0 344V320zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v48 16c0 8.8 7.2 16 16 16s16-7.2 16-16V256zM160 240c5.5 0 10.9 .7 16 2v-2V208c0-8.8-7.2-16-16-16s-16 7.2-16 16v32h16zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16V256 240c0-8.8-7.2-16-16-16s-16 7.2-16 16v24z\'/></svg>"}},{"terms":["arrow","cursor","select"],"label":"Hand Pointer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40V188.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48v48 16 48c0 70.7-57.3 128-128 128l-16 0H240l-.1 0h-5.2c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7V40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16V200c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16V392c0 39.8-32.2 72-72 72H272 212.3h-.9c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23V320 64zM176 0c-35.3 0-64 28.7-64 64V261.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2h.9H272h56c66.3 0 120-53.7 120-120V288l0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5V64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z\'/></svg>"}},{"terms":["cut","game","roshambo"],"label":"Hand Scissors","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9l0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z\'/></svg>"}},{"terms":["clean","covid 19","hygiene","magic","palm","soap","wash"],"label":"Hand Sparkles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 0c17.7 0 32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32V323.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512H348.8c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z\'/></svg>"}},{"terms":["finger","hand","live long","palm","prosper","salute","spock","star trek","vulcan","vulcan salute"],"label":"Hand Spock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64h10.9 8.2c.1 0 .1-.1 .1-.1s.1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6L486.7 397.2C469.8 464.7 409.2 512 339.6 512c-11.2 0-22.5 0-33.7 0c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2L100.5 167.5c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7zm77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9L174.9 138.1c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8c11.2 0 22.5 0 33.7 0c47.5 0 89-32.4 100.5-78.5l55.4-221.6c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7L352.5 260c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z\'/></svg>"}},{"terms":["arrest","criminal","handcuffs","jail","lock","police","wrist"],"label":"Handcuffs","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["sign language","signing","Translate","asl","deaf","hands"],"label":"Hands","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 0 0 0 0 43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H224 210.7l0 0H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H224l0 0 0 0h93.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z\'/></svg>"}},{"terms":["american sign language interpreting","asl interpreting","hands american sign language interpreting","asl","deaf","finger","hand","interpret","speak"],"label":"Hands Asl Interpreting","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7V256c0 70.7 57.3 128 128 128h72 8v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2V256c0-70.7-57.3-128-128-128H440h-8v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z\'/></svg>"}},{"terms":["abduction","bound","handcuff","wrist"],"label":"Hands Bound","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32V96v59.1 .7V192v21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32H288h64H480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V192 155.8v-.7V96 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V96v48.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V320v32H288V320 258.1c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8V96 32zm64 448v32H288V480h64v32H480V480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H480 352 288 160 128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32z\'/></svg>"}},{"terms":["hands wash","covid 19","hygiene","soap","wash"],"label":"Hands Bubbles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8 0 0 0 0-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4H352h13.3l0 0H397l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H352l0 0 0 0H258.8L305 219.1c15-9.4 19.5-29.1 10.2-44.1z\'/></svg>"}},{"terms":["applause","clap","clapping hands","hand"],"label":"Hands Clapping","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M336 16V80c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z\'/></svg>"}},{"terms":["carry","hold","lift"],"label":"Hands Holding","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104v56 64V325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48V385.1c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3 0 0-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3V224 144 104zm480 0v40 80 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2 0 0-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V464c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9V224 160 104c0-22.1-17.9-40-40-40s-40 17.9-40 40z\'/></svg>"}},{"terms":["care","give","help","hold","parent","protect"],"label":"Hands Holding Child","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35h-7.6l-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z\'/></svg>"}},{"terms":["circle","gift","protection"],"label":"Hands Holding Circle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z\'/></svg>"}},{"terms":["praying hands","kneel","preach","religion","worship"],"label":"Hands Praying","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16V219.1c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32V342.3c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480V384c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2V238.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z\'/></svg>"}},{"terms":["agreement","greeting","meeting","partnership"],"label":"Handshake","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V128H16zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176H96V304c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128H544h40 40c8.8 0 16 7.2 16 16V352c0 17.7-14.3 32-32 32H576c-11.8 0-22.2-6.4-27.7-16H463.4c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16H56 96h19.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9 .2 13.2 .6zM544 320V176H496c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1H544zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["hands helping","aid","assistance","handshake","partnership","volunteering"],"label":"Handshake Angle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64H224V248c0 22.1 17.9 40 40 40s40-17.9 40-40V176c0 0 0-.1 0-.1V160l16 0 136 0c0 0 0 0 .1 0H464c44.2 0 80 35.8 80 80v8zM336 192v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1H384c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16H432c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z\'/></svg>"}},{"terms":["handshake alt","agreement","greeting","hand","handshake","meeting","partnership","shake"],"label":"Handshake Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48H48c-26.5 0-48 21.5-48 48V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z\'/></svg>"}},{"terms":["handshake alt slash","broken","covid 19","disabled","social distance"],"label":"Handshake Simple Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM413.6 421.9L41.2 128.5C17.9 131.8 0 151.8 0 176V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6z\'/></svg>"}},{"terms":["broken","covid 19","disabled","social distance"],"label":"Handshake Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM413.6 421.9L128 196.8V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM96 171.6L40.6 128H16c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V171.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\'/></svg>"}},{"terms":["candelabrum","candle","candlestick","hanukkah","jewish","judaism","light","menorah","religion"],"label":"Hanukiah","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32V320H96c-17.7 0-32-14.3-32-32V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 53 43 96 96 96H288v64H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H320 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H544c53 0 96-43 96-96V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H352V144z\'/></svg>"}},{"terms":["hdd","Hard Disk","cpu","hard drive","harddrive","machine","save","storage"],"label":"Hard Drive","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V280.4c-17-15.2-39.4-24.4-64-24.4H64c-24.6 0-47 9.2-64 24.4V96zM64 288H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V258c5.1-1.3 10.5-2 16-2H448c5.5 0 10.9 .7 16 2V96c0-8.8-7.2-16-16-16H64zM48 320v96c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V320c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM0 320V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V320v96c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"label":"Hashnode","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z\'/></svg>"}},{"terms":["Number Sign","Twitter","instagram","pound","social media","tag"],"label":"Hashtag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H347.1L325.8 320H384c17.7 0 32 14.3 32 32s-14.3 32-32 32H315.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7H155.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320h95.1l21.3-128H187.1z\'/></svg>"}},{"terms":["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"],"label":"Hat Cowboy","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z\'/></svg>"}},{"terms":["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"],"label":"Hat Cowboy Side","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64H544L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9H162.9c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2V384z\'/></svg>"}},{"terms":["Dungeons & Dragons","accessory","buckle","clothing","d&d","dnd","fantasy","halloween","head","holiday","mage","magic","pointy","witch"],"label":"Hat Wizard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6v1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416H240.9l11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416H64zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["cough","covid 19","germs","lungs","respiratory","sick","uer"],"label":"Head Side Cough","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["cough","covid 19","disabled","germs","lungs","respiratory","sick","uer"],"label":"Head Side Cough Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8h-3.9c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["breath","coronavirus","covid 19","filter","flu","infection","pandemic","respirator","uer","virus"],"label":"Head Side Mask","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31V512H128c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2H336c-21.7 0-41.3 8.6-55.7 22.6zM336 304H534l0 0h10l-19.7 64H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H514.5l-9.8 32H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H494.8l-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2H288V352c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["cold","coronavirus","covid 19","flu","infection","pandemic","sick","uer"],"label":"Head Side Virus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v64c0 35.3-28.7 64-64 64H320v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\'/></svg>"}},{"terms":["format","header","text","title"],"label":"Heading","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z\'/></svg>"}},{"terms":["audio","earbud","headphone","listen","music","sound","speaker"],"label":"Headphones","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V384 336 288C0 146.6 114.6 32 256 32s256 114.6 256 256v48 48 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z\'/></svg>"}},{"terms":["headphones alt","audio","listen","music","sound","speaker"],"label":"Headphones Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 80C141.1 80 48 173.1 48 288V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288C0 146.6 114.6 32 256 32s256 114.6 256 256V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64h16c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V352zm288-64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h16z\'/></svg>"}},{"terms":["audio","gamer","gaming","listen","live chat","microphone","shot caller","sound","support","telemarketer"],"label":"Headset","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z\'/></svg>"}},{"terms":["ace","black","black heart","blue","blue heart","brown","brown heart","card","evil","favorite","game","green","green heart","heart","heart suit","like","love","orange","orange heart","purple","purple heart","red heart","relationship","valentine","white","white heart","wicked","wishlist","yellow","yellow heart"],"label":"Heart","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20c0 0-.1-.1-.1-.1c0 0 0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z\'/></svg>"}},{"terms":["cardiogram","ekg","electric","heart","love","pacemaker"],"label":"Heart Circle Bolt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z\'/></svg>"}},{"terms":["enable","favorite","heart","love","not affected","ok","okay","validate","working"],"label":"Heart Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["failed","favorite","heart","love"],"label":"Heart Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["favorite","heart","love"],"label":"Heart Circle Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z\'/></svg>"}},{"terms":["favorite","heart","love"],"label":"Heart Circle Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["favorite","heart","love","uncheck"],"label":"Heart Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["heart broken","break","breakup","broken","broken heart","crushed","dislike","dumped","grief","love","lovesick","relationship","sad"],"label":"Heart Crack","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1v5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141z\'/></svg>"}},{"terms":["heartbeat","ekg","electrocardiogram","health","lifeline","vital signs"],"label":"Heart Pulse","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4h87c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31H476.3c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240h-132c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9H16c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1v5.8c0 16.9-2.8 33.5-8.3 49.1z\'/></svg>"}},{"terms":["airwolf","apache","chopper","flight","fly","helicopter","travel","vehicle"],"label":"Helicopter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M128 32c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H384 320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128H320V64H160c-17.7 0-32-14.3-32-32zM384 320H512V288c0-53-43-96-96-96H384V320zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H536.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z\'/></svg>"}},{"terms":["chopper","helicopter","landing pad","whirlybird"],"label":"Helicopter Symbol","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M445.3 224H510C495.6 108.2 403.8 16.4 288 2V66.7C368.4 80.1 431.9 143.6 445.3 224zM510 288H445.3C431.9 368.4 368.4 431.9 288 445.4V510c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510V445.4C143.6 431.9 80.1 368.4 66.7 288H2zm0-64H66.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 17.7 14.3 32 32 32s32-14.3 32-32V288h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H208V160z\'/></svg>"}},{"terms":["hard hat","hat hard","construction","hardhat","helmet","maintenance","safety"],"label":"Helmet Safety","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M256 32c-17.7 0-32 14.3-32 32v2.3 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288v64H544l0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V66.3 64c0-17.7-14.3-32-32-32H256zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6H16.6z\'/></svg>"}},{"terms":["helmet","united nations"],"label":"Helmet Un","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384H200h14.9L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24H369.5l-1.5-1.5V288h80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM320 417.2l-78-73.7L274.4 288H320V417.2zM285.3 103.1l34.7 52V112c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V208c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112v64c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V112c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["edit","marker","modify","sharpie","update","write"],"label":"Highlighter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5l0 0V248.3c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7H24c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17z\'/></svg>"}},{"terms":["mudslide","snow","winter"],"label":"Hill Avalanche","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87z\'/></svg>"}},{"terms":["mudslide"],"label":"Hill Rockslide","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2H293.4c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9V309.4c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9v53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["animal","fauna","hippo","hippopotamus","hungry","mammal"],"label":"Hippo","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16H560c-8.8 0-16-7.2-16-16V320H480v16c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V318.4c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V352c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V372c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V329.1L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h7.2H256h32c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"label":"Hips","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z\'/></svg>"}},{"terms":["hire a helper"],"label":"HireAHelper","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z\'/></svg>"}},{"label":"Hive Blockchain Network","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z\'/></svg>"}},{"terms":["ice","nhl","sport"],"label":"Hockey Puck","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6V352c0 53-114.6 96-256 96S0 405 0 352V222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z\'/></svg>"}},{"terms":["catwoman","christmas","decoration","flora","halle","holiday","ororo munroe","plant","storm","xmas"],"label":"Holly Berry","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8v32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\'/></svg>"}},{"label":"Hooli","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z\'/></svg>"}},{"label":"Hornbill","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z\'/></svg>"}},{"terms":["equestrian","equus","fauna","horse","mammmal","mare","neigh","pony","racehorse","racing"],"label":"Horse","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M448 238.1V160h16l9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1V80c0-19.1-8.4-36.3-21.7-48H560c8.8 0 16-7.2 16-16s-7.2-16-16-16H480 448C377.3 0 320 57.3 320 128H224 203.2 148.8c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256v56c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9h33.7c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V315.7c19.2-19.2 31.5-45.7 32-75.7h0v-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\'/></svg>"}},{"terms":["equus","fauna","mammmal","mare","neigh","pony"],"label":"Horse Head","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4l-.1 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3l0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["hospital alt","hospital wide","building","covid 19","doctor","emergency room","medical center","medicine"],"label":"Hospital","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 48c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48V512H368V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H192V48zM48 96H160V512H48c-26.5 0-48-21.5-48-48V320H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V224H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V144c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v48H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80V464c0 26.5-21.5 48-48 48H480V96H592zM312 64c-8.8 0-16 7.2-16 16v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V152h24c8.8 0 16-7.2 16-16V120c0-8.8-7.2-16-16-16H344V80c0-8.8-7.2-16-16-16H312z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M232 0c-39.8 0-72 32.2-72 72v8H72C32.2 80 0 112.2 0 152V440c0 39.8 32.2 72 72 72h.2 .2 .2 .2 .2H73h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H75h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H77h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H79h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H82h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H85h.2 .2 .2 .2H86h.2 .2 .2 .2H87h.2 .2 .2 .2H88h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H98h.2 .2 .2 .2H99h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2v0H456h8v0H568c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72H480V72c0-39.8-32.2-72-72-72H232zM480 128h88c13.3 0 24 10.7 24 24v40H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56V440c0 13.3-10.7 24-24 24H480V336 128zM72 128h88V464h-.1-.2-.2-.2H159h-.2-.2-.2H158h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H154h-.2-.2-.2H153h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H150h-.2-.2-.2H149h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H146h-.2-.2-.2H145h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H142h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H139h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H136h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H133h-.2-.2-.2-.2-.2-.2-.2-.2H131h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H128h-.2-.2-.2-.2-.2-.2-.2-.2H126h-.2-.2-.2-.2-.2-.2-.2-.2H124h-.2-.2-.2-.2-.2-.2-.2-.2H122h-.2-.2-.2-.2-.2-.2-.2-.2H120h-.2-.2-.2-.2-.2-.2-.2-.2H118h-.2-.2-.2-.2-.2-.2-.2-.2H116h-.2-.2-.2-.2-.2-.2-.2-.2H114h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H111h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H108h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H105h-.2-.2-.2-.2H104h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H100h-.2-.2-.2-.2H99h-.2-.2-.2-.2H98h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H88h-.2-.2-.2-.2H87h-.2-.2-.2-.2H86h-.2-.2-.2-.2H85h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H82h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H79h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H77h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H75h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H73h-.2-.2-.2-.2-.2H72c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V240h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V152c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24H408c13.3 0 24 10.7 24 24V336 464H368V400c0-26.5-21.5-48-48-48s-48 21.5-48 48v64H208V72zm88 24v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V168h24c8.8 0 16-7.2 16-16V136c0-8.8-7.2-16-16-16H344V96c0-8.8-7.2-16-16-16H312c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["covid 19","doctor","network","patient","primary care","uer"],"label":"Hospital User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V256H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48H265.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM152 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H184v24c0 8.8-7.2 16-16 16H152c-8.8 0-16-7.2-16-16V152H112c-8.8 0-16-7.2-16-16V120c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9H541.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1z\'/></svg>"}},{"terms":["hot tub","jacuzzi","spa","uer"],"label":"Hot Tub Person","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2V24zM0 320v16V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H277.3c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96v64zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm112 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2V24c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z\'/></svg>"}},{"terms":["bun","chili","frankfurt","frankfurter","hot dog","hotdog","kosher","polish","sandwich","sausage","vienna","weiner"],"label":"Hotdog","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l0 0v0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l0 0-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z\'/></svg>"}},{"terms":["building","hotel","inn","lodging","motel","resort","travel"],"label":"Hotel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64C14.3 64 0 49.7 0 32zm96 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H240zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H112zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H368zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8H328z\'/></svg>"}},{"label":"Hotjar","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z\'/></svg>"}},{"terms":["hourglass empty","hour","hourglass","hourglass not done","minute","sand","stopwatch","time","timer"],"label":"Hourglass","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0H64 320h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V75c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V437c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75V64C14.3 64 0 49.7 0 32zM96 64V75c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9V64H96zm0 384H288V437c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9v11z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V67c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445v19H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V445c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM192 289.9l81.5 81.5C293 391 304 417.4 304 445v19H80V445c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67V48H304V67c0 27.6-11 54-30.5 73.5L192 222.1z\'/></svg>"}},{"terms":["hourglass 3","hour","hourglass done","minute","pending","sand","stopwatch","time","timer","waiting"],"label":"Hourglass End","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z\'/></svg>"}},{"terms":["hourglass 2","hour","minute","pending","sand","stopwatch","time","waiting"],"label":"Hourglass Half","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 19-5.6 37.4-16 53H112c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9H112z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 24C0 10.7 10.7 0 24 0H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V67c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V445c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67V48H24C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5H284.2c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67V48H80V67c0 22.1 7 43.4 19.8 61H284.2z\'/></svg>"}},{"terms":["hourglass 1","hour","minute","sand","stopwatch","time","waiting"],"label":"Hourglass Start","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM288 437v11H96V437c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z\'/></svg>"}},{"terms":["home alt","home lg alt","abode","building","home","house","main","residence"],"label":"House","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z\'/></svg>"}},{"terms":["home lg","abode","building","chimney","house","main","residence","smokestack"],"label":"House Chimney","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v64 24c0 22.1 17.9 40 40 40h24 32.5c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1h16c22.1 0 40-17.9 40-40V455.8c.3-2.6 .5-5.3 .5-8.1l-.7-160.2h32z\'/></svg>"}},{"terms":["house damage","building","devastation","disaster","earthquake","home","insurance"],"label":"House Chimney Crack","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H326.4L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24z\'/></svg>"}},{"terms":["clinic medical","covid 19","doctor","general practitioner","hospital","infirmary","medicine","office","outpatient"],"label":"House Chimney Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H320V208c0-8.8-7.2-16-16-16H272z\'/></svg>"}},{"terms":["covid 19","home","isolation","quarantine","uer"],"label":"House Chimney User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16z\'/></svg>"}},{"terms":["abode","building","family","home","residence"],"label":"House Chimney Window","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V216c0-13.3-10.7-24-24-24H248z\'/></svg>"}},{"terms":["abode","enable","home","house","not affected","ok","okay","validate","working"],"label":"House Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["abode","affected","failed","home","house"],"label":"House Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["abode","destroy","home","house","uncheck"],"label":"House Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["building","devastation","disaster","earthquake","home","insurance"],"label":"House Crack","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H230.4l-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32z\'/></svg>"}},{"terms":["burn","emergency","home"],"label":"House Fire","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M288 350.1l0 1.9H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM480 512c-88.4 0-160-71.6-160-160c0-76.7 62.5-144.7 107.2-179.4c5-3.9 10.9-5.8 16.8-5.8c7.9-.1 16 3.1 22 9.2l46 46 11.3-11.3c11.7-11.7 30.6-12.7 42.3-1C624.5 268 640 320.2 640 352c0 88.4-71.6 160-160 160zm64-111.8c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 327.1 416 363.6 416 400.2c0 35.3 28.7 64 64 64s64-28.7 64-64z\'/></svg>"}},{"terms":["camp","home"],"label":"House Flag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M480 0c-17.7 0-32 14.3-32 32V192 512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H512c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288H64V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32h64.7l.2 0h-1V159z\'/></svg>"}},{"terms":["damage","flood","water"],"label":"House Flood Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192h16v73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2H464c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z\'/></svg>"}},{"terms":["damage","flood","water"],"label":"House Flood Water Circle Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h89.4L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4H576c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z\'/></svg>"}},{"terms":["laptop house","computer","covid 19","device","office","remote","work from home"],"label":"House Laptop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5H336c-19.1 0-36.3 8.4-48 21.7V208c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64V416H112c-26.5 0-48-21.5-48-48V256H32c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304V448H544V304H352zm-48-16c0-17.7 14.3-32 32-32H560c17.7 0 32 14.3 32 32V448h32c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48H544 352 304c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16h32V288z\'/></svg>"}},{"terms":["closed","home","house","lockdown","padlock","privacy","quarantine"],"label":"House Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M384 480c0 11.7 3.1 22.6 8.6 32H392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272v24.6c-19.1 11.1-32 31.7-32 55.4V480zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z\'/></svg>"}},{"terms":["covid 19","doctor","facility","general practitioner","health","hospital","infirmary","medicine","office","outpatient"],"label":"House Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM256 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V320H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z\'/></svg>"}},{"terms":["clinic","enable","hospital","not affected","ok","okay","validate","working"],"label":"House Medical Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["affected","clinic","failed","hospital"],"label":"House Medical Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["clinic","destroy","hospital","uncheck"],"label":"House Medical Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z\'/></svg>"}},{"terms":["clinic","hospital","mash"],"label":"House Medical Flag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M480 0c17.7 0 32 14.3 32 32H624c8.8 0 16 7.2 16 16V176c0 8.8-7.2 16-16 16H512V512H448V192 32c0-17.7 14.3-32 32-32zM276.8 39.7L416 159V512h1l-.2 0H96c-17.7 0-32-14.3-32-32V288H32c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208v48H176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H288V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["abode","building","connect","family","home","residence","smart home","wifi","www"],"label":"House Signal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6H464c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V208zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z\'/></svg>"}},{"terms":["damage","flood","tidal wave","wave"],"label":"House Tsunami","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1l0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6V265c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z\'/></svg>"}},{"terms":["home user","house","uer"],"label":"House User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H256z\'/></svg>"}},{"label":"Houzz","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z\'/></svg>"}},{"terms":["hryvnia","Hryvnia Sign","currency"],"label":"Hryvnia Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M121.9 116.2C138.3 103.1 158.7 96 179.6 96H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H155.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H52.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2H161c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H331.7c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113H179.6c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z\'/></svg>"}},{"terms":["html5"],"label":"HTML 5 Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z\'/></svg>"}},{"label":"HubSpot","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z\'/></svg>"}},{"terms":["coriolis effect","eye","storm","tropical cyclone","typhoon"],"label":"Hurricane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9V81.2c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2V430.2c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["Latin Capital Letter I","Latin Small Letter I","letter"],"label":"I","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96h96V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V96h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 32z\'/></svg>"}},{"terms":["editing","i beam","type","writing"],"label":"I Cursor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40.1 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V128.3c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z\'/></svg>"}},{"terms":["chocolate","cone","cream","dessert","frozen","ice","ice cream","scoop","sorbet","sweet","vanilla","yogurt"],"label":"Ice Cream","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16H80c-26.5 0-48 21.5-48 48s21.5 48 48 48h53.5 181H368c26.5 0 48-21.5 48-48s-21.5-48-48-48h-.9zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288H96z\'/></svg>"}},{"terms":["cold","frozen","hanging","ice","seasonal","sharp"],"label":"Icicles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z\'/></svg>"}},{"terms":["heart music camera bolt","bolt","category","emoji","heart","image","music","photo","symbols"],"label":"Icons","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M500.3 7.3C507.7 13.3 512 22.4 512 32V176c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V71L352 90.2V208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V64c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2h61.7c10.7 0 20.7 5.3 26.6 14.2L213.3 304H240c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V352c0-26.5 21.5-48 48-48H74.7zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368H496c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400H336c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z\'/></svg>"}},{"terms":["address","contact","identification","license","profile","uer","username"],"label":"Id Badge","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zm96 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M256 48V64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H256zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\'/></svg>"}},{"terms":["drivers license","contact","demographics","document","identification","issued","profile","registration","uer","username"],"label":"Id Card","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 96l576 0c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm0 32V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128H0zM64 405.3c0-29.5 23.9-53.3 53.3-53.3H234.7c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7H74.7c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M528 160V416c0 8.8-7.2 16-16 16H320c0-44.2-35.8-80-80-80H176c-44.2 0-80 35.8-80 80H64c-8.8 0-16-7.2-16-16V160H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z\'/></svg>"}},{"terms":["id card alt","contact","demographics","document","identification","issued","profile","uer","username"],"label":"Id Card Clip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M256 0h64c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H256c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM64 64H192v48c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7H389.3c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3H229.3c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z\'/></svg>"}},{"label":"iDeal","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z\'/></svg>"}},{"terms":["dome","dwelling","eskimo","home","house","ice","snow"],"label":"Igloo","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M320 33.8V160H48.5C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160V39.1C424.9 55.7 487.2 99.8 527.5 160H352zM29.9 192H96V320H0c0-46 10.8-89.4 29.9-128zM192 320H128V192H448V320H384v32H576v80c0 26.5-21.5 48-48 48H352V352c0-35.3-28.7-64-64-64s-64 28.7-64 64V480H48c-26.5 0-48-21.5-48-48V352H192V320zm288 0V192h66.1c19.2 38.6 29.9 82 29.9 128H480z\'/></svg>"}},{"terms":["album","img","landscape","photo","picture"],"label":"Image","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h96 32H424c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["portrait","id","image","img","photo","picture","selfie","uer","username"],"label":"Image Portrait","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6h86.9c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4H107.4C92.3 384 80 371.7 80 356.6z\'/></svg>"}},{"terms":["album","img","landscape","photo","picture"],"label":"Images","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M160 32c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320H328 280 200c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M160 80H512c8.8 0 16 7.2 16 16V320c0 8.8-7.2 16-16 16H490.8L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336H160c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM96 96V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"label":"IMDB","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z\'/></svg>"}},{"terms":["archive","desk","email","mail","message"],"label":"Inbox","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V323.9c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32H121zm0 64H391l48 192H387.8c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.8c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7H73L121 96z\'/></svg>"}},{"terms":["align","justify","paragraph","tab"],"label":"Indent","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3V176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z\'/></svg>"}},{"terms":["inr","currency"],"label":"Indian Rupee Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H96h16H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H231.8c9.6 14.4 16.7 30.6 20.7 48H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H252.4c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256h80c32.8 0 61-19.7 73.3-48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H185.3C173 115.7 144.8 96 112 96H96 32C14.3 96 0 81.7 0 64z\'/></svg>"}},{"terms":["building","factory","industrial","manufacturing","mill","warehouse"],"label":"Industry","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C46.3 32 32 46.3 32 64V304v48 80c0 26.5 21.5 48 48 48H496c26.5 0 48-21.5 48-48V304 152.2c0-18.2-19.4-29.7-35.4-21.1L352 215.4V152.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4V64c0-17.7-14.3-32-32-32H64z\'/></svg>"}},{"terms":["Infinity","eternity","forever","infinity","math","unbounded","universal"],"label":"Infinity","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9V241.1zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1V241.1c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z\'/></svg>"}},{"terms":["details","help","information","more","support"],"label":"Info","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 192 512\'><path d=\'M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V448h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64V256H32c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"label":"Instagram","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\'/></svg>"}},{"label":"InstaLOD","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z\'/></svg>"}},{"terms":["app","customer","messenger"],"label":"Intercom","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z\'/></svg>"}},{"terms":["internet explorer","browser","ie"],"label":"Internet explorer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z\'/></svg>"}},{"terms":["app","design","interface"],"label":"InVision","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z\'/></svg>"}},{"label":"ioxhost","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z\'/></svg>"}},{"terms":["edit","emphasis","font","format","text","type"],"label":"Italic","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M128 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H293.3L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H90.7L224 96H160c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"terms":["itch io"],"label":"itch.io","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z\'/></svg>"}},{"label":"iTunes","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z\'/></svg>"}},{"label":"Itunes Note","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z\'/></svg>"}},{"terms":["Latin Capital Letter J","Latin Small Letter J","letter"],"label":"J","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M288 32c17.7 0 32 14.3 32 32V320c0 88.4-71.6 160-160 160S0 408.4 0 320V288c0-17.7 14.3-32 32-32s32 14.3 32 32v32c0 53 43 96 96 96s96-43 96-96V64c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["jam","jelly","storage"],"label":"Jar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm96 64c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H96z\'/></svg>"}},{"terms":["flour","storage"],"label":"Jar Wheat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm112 0H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7zM112 352H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416H144v32c0 8.8 7.2 16 16 16s16-7.2 16-16V416h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z\'/></svg>"}},{"terms":["programming language","code"],"label":"Java","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z\'/></svg>"}},{"terms":["crest","force","sith","skywalker","star wars","yoda"],"label":"Jedi","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9h26c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9H526c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9H64.5c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6h26c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z\'/></svg>"}},{"terms":["star wars"],"label":"Jedi Order","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z\'/></svg>"}},{"terms":["jenkins"],"label":"Jenkis","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z\'/></svg>"}},{"terms":["fighter jet","airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"],"label":"Jet Fighter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M160 24c0-13.3 10.7-24 24-24H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H280L384 192H500.4c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1H384L280 464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V320H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H82.7c8.5 0 16.6 3.4 22.6 9.4L160 192h32V48h-8c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H80z\'/></svg>"}},{"terms":["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"],"label":"Jet Fighter Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v56 32 24c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H192v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96V448c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16V480c0-4.6-2-9-5.5-12L320 416.7V384H464v8c0 13.3 10.7 24 24 24s24-10.7 24-24V368 336 280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z\'/></svg>"}},{"terms":["atlassian"],"label":"Jira","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z\'/></svg>"}},{"label":"Joget","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z\'/></svg>"}},{"terms":["blunt","cannabis","doobie","drugs","marijuana","roach","smoke","smoking","spliff"],"label":"Joint","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43V32zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8v11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512h19 51.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352H336 288c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9V392c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3z\'/></svg>"}},{"label":"Joomla Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z\'/></svg>"}},{"terms":["programming language","code"],"label":"JavaScript (JS)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z\'/></svg>"}},{"label":"jsFiddle","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z\'/></svg>"}},{"terms":["detergent","laundry","soap","wash"],"label":"Jug Detergent","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M96 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24V48h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H88C74.7 96 64 85.3 64 72s10.7-24 24-24h8V24zM0 256c0-70.7 57.3-128 128-128H256c70.7 0 128 57.3 128 128V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256zm256 0v96c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32z\'/></svg>"}},{"label":"Jxl","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M412.2 32H35.8C16 32 0 48 0 67.8V444.2C0 464 16 480 35.8 480H412.2c19.8 0 35.8-16 35.8-35.8V67.8C448 48 432 32 412.2 32zM378.6 333.7c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6z\'/></svg>"}},{"terms":["Latin Capital Letter K","Latin Small Letter K","letter"],"label":"K","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249V64c0-17.7-14.3-32-32-32S0 46.3 0 64V328 448c0 17.7 14.3 32 32 32s32-14.3 32-32V341l64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z\'/></svg>"}},{"terms":["Muslim","building","cube","islam","kaaba","muslim","religion"],"label":"Kaaba","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112v16 0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2V128 112C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8v46.5l-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8V400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400V262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2V182.8l273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z\'/></svg>"}},{"label":"Kaggle","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z\'/></svg>"}},{"terms":["key","lock","password","private","secret","unlock"],"label":"Key","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z\'/></svg>"}},{"label":"Keybase","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z\'/></svg>"}},{"terms":["accessory","computer","edit","input","keyboard","text","type","write"],"label":"Keyboard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm16 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V144zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336zM272 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM368 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V240zM464 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 112c-8.8 0-16 7.2-16 16V384c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H64zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 320H400c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16z\'/></svg>"}},{"label":"KeyCDN","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160\'/></svg>"}},{"terms":["Adi Shakti","chakkar","sikh","sikhism","sword"],"label":"Khanda","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9l0 0 0 0 0 0 0 0-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1 0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5v19.8l35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3l0 0 0 0 .1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1 0 0 0 0s0 0-10.2-12.3l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7V424.1l-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3l0 0 0 0-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0 0 0 0 0s0 0 7.2 14.3l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6V343.5l-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9l0 0 0 0 0 0 .1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1 0 0 0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z\'/></svg>"}},{"terms":["square kickstarter"],"label":"Kickstarter","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM320.8 233l-23.3 23.1L320.8 279c24.1 23.9 24.1 63 0 86.9s-63.4 23.9-87.6 0l-8.5-8.4c-11.3 16-29.7 26.5-50.9 26.5c-34.1 0-61.9-27.5-61.9-61.4l0-133.2c0-33.8 27.7-61.4 61.9-61.4c21.1 0 39.6 10.5 50.9 26.5l8.5-8.4c24.1-23.9 63.4-23.9 87.6 0s24.1 63 0 86.9z\'/></svg>"}},{"label":"Kickstarter K","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M356.6 256.2l40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0L229.3 78.4C209.6 50.3 177.1 32 140.2 32C80.5 32 32 80.2 32 139.5V372.5C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z\'/></svg>"}},{"terms":["Kip Sign","currency"],"label":"Kip Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4V64c0-17.7-14.3-32-32-32S64 46.3 64 64V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V325.6L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H182.5L340.8 88.3z\'/></svg>"}},{"terms":["first aid","emergency","emt","health","medical","rescue"],"label":"Kit Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H96V32H64zm64 0V480H448V32H128zM512 480c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H480V480h32zM256 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V288H208c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h48V176z\'/></svg>"}},{"terms":["chef","cook","cup","kitchen","pan","pot","skillet"],"label":"Kitchen Set","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16H496c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16H284.4zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24zM288 464V352H512V464c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48zM48 320h80 16 32c26.5 0 48 21.5 48 48s-21.5 48-48 48H160c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V336c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160v32h16zM24 464H200c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["bird","fauna","new zealand"],"label":"Kiwi Bird","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3V224c0-70.7-57.3-128-128-128H392.3c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24V410c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24V405.1c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"label":"KORVUE","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 446 512\'><path d=\'M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z\'/></svg>"}},{"terms":["Latin Capital Letter L","Latin Small Letter L","letter"],"label":"L","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 32c17.7 0 32 14.3 32 32V416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["bomb","danger","explosion","war"],"label":"Land Mine On","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M344 24V168c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32v32H192V320zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5H482.3c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512H115.8c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z\'/></svg>"}},{"terms":["building","classical","historic","memorable","monument","museum","politics","society"],"label":"Landmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8H32c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9V104l4.4-1.6L240.1 4.2zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z\'/></svg>"}},{"terms":["landmark alt","building","historic","memorable","monument","politics"],"label":"Landmark Dome","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M248 0h16c13.3 0 24 10.7 24 24V34.7C368.4 48.1 431.9 111.6 445.3 192H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24zM64 288h64V416h40V288h64V416h48V288h64V416h40V288h64V420.3c.6 .3 1.2 .7 1.7 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V288z\'/></svg>"}},{"terms":["capitol","flag","landmark","memorial"],"label":"Landmark Flag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M272 0h80c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H272v32H464c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H240V16c0-8.8 7.2-16 16-16h16zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z\'/></svg>"}},{"terms":["dialect","idiom","localize","speech","translate","vernacular"],"label":"Language","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 128C0 92.7 28.7 64 64 64H256h48 16H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H320 304 256 64c-35.3 0-64-28.7-64-64V128zm320 0V384H576V128H320zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1h73.6l8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276H141l19-42.8zM448 164c11 0 20 9 20 20v4h44 16c11 0 20 9 20 20s-9 20-20 20h-2l-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45H448 376c-11 0-20-9-20-20s9-20 20-20h52v-4c0-11 9-20 20-20z\'/></svg>"}},{"terms":["computer","cpu","dell","demo","device","fabook","fb","laptop","mac","macbook","machine","pc","personal"],"label":"Laptop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M128 32C92.7 32 64 60.7 64 96V352h64V96H512V352h64V96c0-35.3-28.7-64-64-64H128zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480H563.2c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2H19.2z\'/></svg>"}},{"terms":["computer","cpu","dell","demo","develop","device","fabook","fb","mac","macbook","machine","mysql","pc","sql"],"label":"Laptop Code","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z\'/></svg>"}},{"terms":["computer","education","laptop","learning","remote work"],"label":"Laptop File","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M128 0C92.7 0 64 28.7 64 64V288H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320V288H128V64H448V96h64V64c0-35.3-28.7-64-64-64H128zM512 128H400c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V256H544c-17.7 0-32-14.3-32-32V128zm32 0v96h96l-96-96z\'/></svg>"}},{"terms":["computer","device","ehr","electronic health records","history"],"label":"Laptop Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H352v48c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V272H240c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z\'/></svg>"}},{"label":"Laravel","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z\'/></svg>"}},{"terms":["Lari Sign","currency"],"label":"Lari Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M144 32c17.7 0 32 14.3 32 32V96.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3V256c0 17.7-14.3 32-32 32s-32-14.3-32-32V161c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188.1C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H192 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["lastfm","last fm"],"label":"last.fm","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z\'/></svg>"}},{"terms":["arrange","category","develop","layers","map","platform","stack"],"label":"Layer Group","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z\'/></svg>"}},{"terms":["eco","flora","nature","plant","vegan"],"label":"Leaf","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.3 5.4c-25.9 5.9-49.9 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24V440c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z\'/></svg>"}},{"label":"Leanpub","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z\'/></svg>"}},{"terms":["long arrow alt left","back","long arrow left","previous"],"label":"Left Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z\'/></svg>"}},{"terms":["arrows alt h","arrow","arrows h","expand","horizontal","landscape","left right arrow","resize","wide"],"label":"Left Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z\'/></svg>"}},{"terms":["citrus","fruit","lemon","lemonade","lime","tart"],"label":"Lemon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z\'/></svg>"}},{"label":"Less","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z\'/></svg>"}},{"terms":["Less Than Sign","arithmetic","compare","math"],"label":"Less Than","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z\'/></svg>"}},{"terms":["arithmetic","compare","math"],"label":"Less Than Equal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z\'/></svg>"}},{"label":"Letterboxd","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M521.3 128C586.9 128 640 181.1 640 246.6s-53.1 118.6-118.7 118.6c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zM320 128c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zm-201.3 0c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0C53.1 365.1 0 312.1 0 246.6S53.1 128 118.7 128z\'/></svg>"}},{"terms":["coast guard","help","overboard","save","support"],"label":"Life Ring","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\'/></svg>"}},{"terms":["comic","electric","idea","innovation","inspiration","light","light bulb","bulb","bulb","comic","electric","energy","idea","inspiration","mechanical"],"label":"Lightbulb","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7l0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8l0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4l0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5H226.4c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8l0 0 0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80V416H272v16c0 44.2-35.8 80-80 80z\'/></svg>"}},{"label":"Line","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z\'/></svg>"}},{"terms":["canted","domino","falling","resilience","resilient","tipped"],"label":"Lines Leaning","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32z\'/></svg>"}},{"terms":["attach","attachment","chain","connect","lin","link"],"label":"Link","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z\'/></svg>"}},{"terms":["chain broken","chain slash","unlink","attachment","chain","chain broken","disabled","disconnect","remove"],"label":"Link Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM116.6 187.9L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9zM220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3L220.9 270z\'/></svg>"}},{"terms":["linkedin square","linkin"],"label":"LinkedIn","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\'/></svg>"}},{"terms":["linkedin","linkin"],"label":"LinkedIn In","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\'/></svg>"}},{"label":"Linode","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z\'/></svg>"}},{"terms":["tux"],"label":"Linux","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z\'/></svg>"}},{"terms":["Lira Sign","currency"],"label":"Lira Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H46c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z\'/></svg>"}},{"terms":["list squares","bullet","category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"],"label":"List","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z\'/></svg>"}},{"terms":["tasks","bullet","cheatsheet","checklist","downloading","downloads","enable","loading","progress","project management","settings","summary","to do","validate","working"],"label":"List Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["list 1 2","list numeric","cheatsheet","checklist","completed","done","finished","numbers","ol","summary","todo","ul"],"label":"List Ol","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["list dots","bullet","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"],"label":"List Ul","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\'/></svg>"}},{"terms":["currency"],"label":"Litecoin Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64V213.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1V448c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V261.9l136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3V64z\'/></svg>"}},{"terms":["address","compass","coordinate","direction","gps","map","navigation","place"],"label":"Location Arrow","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8H224V432c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z\'/></svg>"}},{"terms":["address","coordinate","direction","gps","location","map","navigation","place","where"],"label":"Location Crosshairs","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c17.7 0 32 14.3 32 32V66.7C368.4 80.1 431.9 143.6 445.3 224H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H445.3C431.9 368.4 368.4 431.9 288 445.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C143.6 431.9 80.1 368.4 66.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H66.7C80.1 143.6 143.6 80.1 224 66.7V32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\'/></svg>"}},{"terms":["map marker alt","address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"],"label":"Location Dot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>"}},{"terms":["map marker","address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"],"label":"Location Pin","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z\'/></svg>"}},{"terms":["closed","lockdown","map","padlock","privacy","quarantine"],"label":"Location Pin Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3V352c0-23.7 12.9-44.4 32-55.4V272c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32v48H368V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["admin","closed","lock","locked","open","padlock","password","privacy","private","protect","security"],"label":"Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z\'/></svg>"}},{"terms":["admin","lock","open","padlock","password","privacy","private","protect","security","unlock"],"label":"Lock Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32V144C576 64.5 511.5 0 432 0S288 64.5 288 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H352V144z\'/></svg>"}},{"terms":["horde","infestation","locust","plague","swarm"],"label":"Locust","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h16c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4H431.8l-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400h74.5l-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400h80.4l38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400H496c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3V280C576 143 465 32 328 32H312zm50.5 168l17.1 40H333l29.5-40zm-87.7 38.1l-1.4 1.9H225.1l32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240H88.8zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\'/></svg>"}},{"terms":["air","breath","covid 19","exhalation","inhalation","lungs","organ","respiration","respiratory"],"label":"Lungs","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 0c17.7 0 32 14.3 32 32V164.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398V325l90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1v-.4l-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58V398c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v45.5l9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5V32c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["breath","coronavirus","covid 19","flu","infection","pandemic","respiratory","sick"],"label":"Lungs Virus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 0c17.7 0 32 14.3 32 32V156.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"label":"lyft","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z\'/></svg>"}},{"terms":["Latin Capital Letter M","Latin Small Letter M","letter"],"label":"M","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.2c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V169.7L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 49.9 9.2 37.5 22.7 33.4z\'/></svg>"}},{"label":"Magento","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z\'/></svg>"}},{"terms":["Attract","attraction","horseshoe","lodestone","magnet","magnetic","tool"],"label":"Magnet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 160v96C0 379.7 100.3 480 224 480s224-100.3 224-224V160H320v96c0 53-43 96-96 96s-96-43-96-96V160H0zm0-32H128V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64zm320 0H448V64c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32v64z\'/></svg>"}},{"terms":["bigger","enlarge","equipment","find","glass","inspection","magnifier","magnify","magnifying","magnifying glass tilted left","preview","search","tool","zoom"],"label":"Magnifying Glass","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z\'/></svg>"}},{"terms":["find","magnifier","next","search"],"label":"Magnifying Glass Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31H120c-13.3 0-24 10.7-24 24s10.7 24 24 24H238.1l-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z\'/></svg>"}},{"terms":["data","graph","intelligence","analysis","chart","magnifier","market","revenue"],"label":"Magnifying Glass Chart","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8v64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96V280c0 13.3 10.7 24 24 24s24-10.7 24-24V120c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64v96c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24s-24 10.7-24 24z\'/></svg>"}},{"terms":["search dollar","bigger","enlarge","find","magnifier","magnify","money","preview","zoom"],"label":"Magnifying Glass Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V312c0 11 9 20 20 20s20-9 20-20V298.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V104z\'/></svg>"}},{"terms":["search location","bigger","enlarge","find","magnifier","magnify","preview","zoom"],"label":"Magnifying Glass Location","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["search minus","magnifier","minify","negative","smaller","zoom","zoom out"],"label":"Magnifying Glass Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24H280c13.3 0 24-10.7 24-24s-10.7-24-24-24H136z\'/></svg>"}},{"terms":["search plus","bigger","enlarge","magnifier","magnify","positive","zoom","zoom in"],"label":"Magnifying Glass Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z\'/></svg>"}},{"label":"Mailchimp","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z\'/></svg>"}},{"terms":["Manat Sign","currency"],"label":"Manat Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 32c-17.7 0-32 14.3-32 32V98.7C69.2 113.9 0 192.9 0 288V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-59.6 40.8-109.8 96-124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V164c55.2 14.2 96 64.3 96 124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-95.1-69.2-174.1-160-189.3V64c0-17.7-14.3-32-32-32z\'/></svg>"}},{"label":"Mandalorian","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z\'/></svg>"}},{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel","world","world map"],"label":"Map","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384 476.1L192 421.2V35.9L384 90.8V476.1zm32-1.2V88.4L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3V394.6c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2V423.6L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M565.6 36.2C572.1 40.7 576 48.1 576 56V392c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456V120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5V421.2l120-45.7V90.8L48 136.5zM360 422.7V137.3l-144-48V374.7l144 48zm48-1.5l120-45.7V90.8L408 136.5V421.2z\'/></svg>"}},{"terms":["map marked","address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"],"label":"Map Location","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6V503zM15.1 187.3C6 191 0 199.8 0 209.6V480.4c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77V449.4l192 54.9V255z\'/></svg>"}},{"terms":["map marked alt","address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"],"label":"Map Location Dot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152V422.8c0 9.8-6 18.6-15.1 22.3L416 503V200.4zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6V451.8L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77V504.3L192 449.4V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\'/></svg>"}},{"terms":["address","agree","coordinates","destination","gps","localize","location","map","marker","navigation","pin","place","position","pushpin","round pushpin","travel"],"label":"Map Pin","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480V317.1c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32z\'/></svg>"}},{"label":"Markdown","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z\'/></svg>"}},{"terms":["design","edit","modify","sharpie","update","write"],"label":"Marker","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z\'/></svg>"}},{"terms":["gender","male","male sign","man"],"label":"Mars","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8H424c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80l0 0h0v0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z\'/></svg>"}},{"terms":["Male and Female Sign","female","gender","intersex","male","transgender"],"label":"Mars And Venus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M337.8 14.8C341.5 5.8 350.3 0 360 0H472c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59 146.6-136 158.2V408h24c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V456H208c-13.3 0-24-10.7-24-24s10.7-24 24-24h24V382.2C155 370.6 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48l0 0h0v0zM352 224a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z\'/></svg>"}},{"terms":["gender","uer","violence"],"label":"Mars And Venus Burst","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59 146.6 136 158.2V408H352c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v32c0 13.3 10.7 24 24 24s24-10.7 24-24V456h24c13.3 0 24-10.7 24-24s-10.7-24-24-24H424V382.2c77-11.6 136-78 136-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H504zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z\'/></svg>"}},{"terms":["Doubled Male Sign","gay","gender","male","men"],"label":"Mars Double","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312zm88 48h0v0l0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2v.2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7V168c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z\'/></svg>"}},{"terms":["Male with Stroke Sign","gender","transgender"],"label":"Mars Stroke","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H376zm88 48h0v0l0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z\'/></svg>"}},{"terms":["mars stroke h","Horizontal Male with Stroke Sign","gender"],"label":"Mars Stroke Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152H416V176c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32V176c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V280H464v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H382.4z\'/></svg>"}},{"terms":["mars stroke v","Vertical Male with Stroke Sign","gender"],"label":"Mars Stroke Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9H184v24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H184v24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8V168H104c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V96H96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z\'/></svg>"}},{"terms":["glass martini alt","alcohol","bar","beverage","cocktail","cocktail glass","drink","glass","liquor"],"label":"Martini Glass","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM173.3 128l-64-64H402.7l-64 64H173.3z\'/></svg>"}},{"terms":["cocktail","alcohol","beverage","drink","gin","glass","margarita","martini","vodka"],"label":"Martini Glass Citrus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48H296.2C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128H392c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177V464h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H208 120c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V345.9L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z\'/></svg>"}},{"terms":["glass martini","alcohol","bar","beverage","drink","liquor"],"label":"Martini Glass Empty","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM256 210.7L109.3 64H402.7L256 210.7z\'/></svg>"}},{"terms":["carnivale","costume","disguise","halloween","secret","super hero"],"label":"Mask","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 64C64 64 0 160 0 272S80 448 176 448h8.4c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4H400c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>"}},{"terms":["breath","coronavirus","covid 19","filter","flu","infection","pandemic","respirator","virus"],"label":"Mask Face","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1H144 128 56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H512 496h-9.2c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H96v48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3V176h40c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm16 48H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z\'/></svg>"}},{"terms":["breath","gas","mask","oxygen","respirator","ventilator"],"label":"Mask Ventilator","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H159.1zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6V393.3c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320V512h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32z\'/></svg>"}},{"terms":["theater masks","art","comedy","mask","perform","performing","performing arts","theater","theatre","tragedy"],"label":"Masks Theater","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z\'/></svg>"}},{"label":"Mastodon","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z\'/></svg>"}},{"terms":["air mattress","mattress","pillow","rest","sleep"],"label":"Mattress Pillow","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H256V64zm32 384H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H288V448zM64 160c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160z\'/></svg>"}},{"label":"MaxCDN","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z\'/></svg>"}},{"terms":["expand arrows alt","maximize","resize","scale","arrows","bigger","enlarge","fullscreen","resize","size","expand"],"label":"Maximize","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M200 32H56C42.7 32 32 42.7 32 56V200c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312V456c0 13.3 10.7 24 24 24H200c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H456c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z\'/></svg>"}},{"label":"Material Design for Bootstrap","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z\'/></svg>"}},{"terms":["award","guarantee","medal","quality","ribbon","sports medal","star","trophy","warranty"],"label":"Medal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z\'/></svg>"}},{"label":"MedApps","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z\'/></svg>"}},{"terms":["medium m"],"label":"Medium","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z\'/></svg>"}},{"terms":["medrt"],"label":"MRT","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 544 512\'><path d=\'M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z\'/></svg>"}},{"label":"Meetup","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z\'/></svg>"}},{"label":"Megaport","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z\'/></svg>"}},{"terms":["DIMM","RAM","hardware","storage","technology"],"label":"Memory","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128v7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6V320H576V248.6c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3V128c0-35.3-28.7-64-64-64H64zM576 352H0v64c0 17.7 14.3 32 32 32H80V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h48c17.7 0 32-14.3 32-32V352zM192 160v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32z\'/></svg>"}},{"label":"Mendeley","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z\'/></svg>"}},{"terms":["candle","hanukkah","jewish","judaism","light"],"label":"Menorah","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32S0 81.7 0 64V62.8c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32V288c0 17.7 14.3 32 32 32H288V160c0-17.7 14.3-32 32-32s32 14.3 32 32V320H544c17.7 0 32-14.3 32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 53-43 96-96 96H352v64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V384H96c-53 0-96-43-96-96V160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H96V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H192V256 160c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32v96 32H384V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H480V256 160c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["Mercury","gender","hybrid","transgender"],"label":"Mercury","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V472H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V398.4C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z\'/></svg>"}},{"terms":["comment alt","conversation","discussion","talking","answer","bubble","chat","commenting","conversation","feedback","message","note","notification","sms","speech","talk","texting"],"label":"Message","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z\'/></svg>"}},{"label":"Meta","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z\'/></svg>"}},{"terms":["armageddon","asteroid","comet","shooting star","space"],"label":"Meteor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["micro blog"],"label":"Micro.blog","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z\'/></svg>"}},{"terms":["cpu","hardware","processor","technology"],"label":"Microchip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64c-35.3 0-64 28.7-64 64H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64c0 35.3 28.7 64 64 64v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448c35.3 0 64-28.7 64-64h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V280h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V176h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448c0-35.3-28.7-64-64-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H280V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H176V24zM160 128H352c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm192 32H160V352H352V160z\'/></svg>"}},{"terms":["address","audio","information","podcast","public","record","sing","sound","talking","voice"],"label":"Microphone","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0C139 0 96 43 96 96V256c0 53 43 96 96 96s96-43 96-96V96c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V216z\'/></svg>"}},{"terms":["alternative microphone","audio","mic","music","podcast","record","sing","sound","studio","studio microphone","talking","voice"],"label":"Microphone Lines","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M96 96V256c0 53 43 96 96 96s96-43 96-96H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V192H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96S96 43 96 96zM320 240v16c0 70.7-57.3 128-128 128s-128-57.3-128-128V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24z\'/></svg>"}},{"terms":["microphone alt slash","audio","disable","disabled","disconnect","disconnect","mute","podcast","record","sing","sound","voice"],"label":"Microphone Lines Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8V256H358.9l-34.5-27c2.9-3.1 7-5 11.6-5h80V192H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zM358.2 378.2C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9z\'/></svg>"}},{"terms":["audio","disable","disabled","mute","podcast","record","sing","sound","voice"],"label":"Microphone Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V96c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2z\'/></svg>"}},{"terms":["covid 19","electron","knowledge","lens","microscope","optics","science","shrink","testing","tool"],"label":"Microscope","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32zM32 448H320c70.7 0 128-57.3 128-128s-57.3-128-128-128V128c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"label":"Microsoft","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z\'/></svg>"}},{"terms":["Mill Sign","currency"],"label":"Mill Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128v80V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z\'/></svg>"}},{"terms":["compress arrows alt","collapse","fullscreen","minimize","move","resize","shrink","smaller"],"label":"Minimize","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V312c0-13.3 10.7-24 24-24H456zm-256 0c13.3 0 24 10.7 24 24V456c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8H200zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2V200c0 13.3-10.7 24-24 24H56z\'/></svg>"}},{"label":"Mintbit","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M73.2 512V438.9H365.7V365.7h73.2V219.4H512V0H292.6V73.1H146.3v73.2H73.2V438.9H0V512H73.2zm73.1-219.4h73.2v73.1H146.3V292.6zm73.2-73.1h73.1v73.1H219.4V219.4zm73.1 0V146.3h73.2v73.1H292.6zM365.7 73.1h73.2v73.2H365.7V73.1z\'/></svg>"}},{"terms":["subtract","En Dash","Minus Sign","collapse","delete","hide","math","minify","minus","negative","remove","sign","trash","−"],"label":"Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\'/></svg>"}},{"terms":["clothing","cold","glove","hands","knitted","seasonal","warmth"],"label":"Mitten","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V448z\'/></svg>"}},{"label":"Mix","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z\'/></svg>"}},{"label":"Mixcloud","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z\'/></svg>"}},{"label":"Mixer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z\'/></svg>"}},{"label":"Mizuni","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z\'/></svg>"}},{"terms":["mobile android","mobile phone","android","call","cell","cell phone","device","mobile phone","number","phone","screen","telephone","text"],"label":"Mobile","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zm80 432h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["apple","call","cell phone","device","iphone","number","screen","telephone"],"label":"Mobile Button","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["cellphone","cellular","phone"],"label":"Mobile Retro","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm64 96v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H128z\'/></svg>"}},{"terms":["mobile android alt","android","call","cell phone","device","number","screen","telephone","text"],"label":"Mobile Screen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM144 448c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160c-8.8 0-16 7.2-16 16zM304 64H80V384H304V64z\'/></svg>"}},{"terms":["mobile alt","apple","call","cell phone","device","iphone","number","screen","telephone"],"label":"Mobile Screen Button","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64H80V384H304V64z\'/></svg>"}},{"label":"MODX","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z\'/></svg>"}},{"label":"Monero","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z\'/></svg>"}},{"terms":["buy","cash","checkout","coupon","investment","money","payment","premium","price","purchase","revenue","salary"],"label":"Money Bill","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\'/></svg>"}},{"terms":["money bill alt","buy","cash","checkout","money","payment","premium","price","purchase","salary"],"label":"Money Bill 1","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 112c0 35.3-28.7 64-64 64V336c35.3 0 64 28.7 64 64H464c0-35.3 28.7-64 64-64V176c-35.3 0-64-28.7-64-64H112zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16v64h-8c-8.8 0-16 7.2-16 16s7.2 16 16 16h24 24c8.8 0 16-7.2 16-16s-7.2-16-16-16h-8V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["money bill wave alt","buy","cash","checkout","money","payment","premium","price","purchase","salary"],"label":"Money Bill 1 Wave","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416H64V352c35.3 0 64 28.7 64 64zM64 224V160h64c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z\'/></svg>"}},{"terms":["bank","conversion","deposit","investment","money","salary","transfer","withdrawal"],"label":"Money Bill Transfer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64H337.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64zm64 64H96v64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64h64V320zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\'/></svg>"}},{"terms":["bank","bonds","inflation","investment","market","revenue","salary","stocks","trade"],"label":"Money Bill Trend Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2l0 .1v0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\'/></svg>"}},{"terms":["buy","cash","checkout","money","payment","premium","price","purchase","salary"],"label":"Money Bill Wave","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64H64V352zm64-208c0 35.3-28.7 64-64 64V144h64zM512 304v64H448c0-35.3 28.7-64 64-64zM448 96h64v64c-35.3 0-64-28.7-64-64z\'/></svg>"}},{"terms":["agribusiness","agriculture","farming","food","investment","livelihood","subsidy"],"label":"Money Bill Wheat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\'/></svg>"}},{"terms":["atm","cash","investment","money","moolah","premium","revenue","salary"],"label":"Money Bills","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 96V320c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64H160V256zM224 96c0 35.3-28.7 64-64 64V96h64zM576 256v64H512c0-35.3 28.7-64 64-64zM512 96h64v64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V360c0 66.3 53.7 120 120 120H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H120c-39.8 0-72-32.2-72-72V120z\'/></svg>"}},{"terms":["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"],"label":"Money Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm48 160H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zM376 160h80c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H376c-13.3 0-24-10.7-24-24V184c0-13.3 10.7-24 24-24z\'/></svg>"}},{"terms":["money check alt","bank check","buy","checkout","cheque","money","payment","price","purchase","salary"],"label":"Money Check Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zM272 192H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16zM164 152v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V360c0 11-9 20-20 20s-20-9-20-20V345.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V152c0-11 9-20 20-20s20 9 20 20z\'/></svg>"}},{"terms":["building","historic","landmark","memorable"],"label":"Monument","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322H55.9L96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H152zM32 448H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["Power Sleep Symbol","contrast","crescent","crescent moon","dark","lunar","moon","night"],"label":"Moon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0c-.1 0-.2 0-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z\'/></svg>"}},{"terms":["crush","culinary","grind","medical","mix","pharmacy","prescription","spices"],"label":"Mortar Pestle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160H397.3L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512H352c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z\'/></svg>"}},{"terms":["Muslim","building","islam","landmark","mosque","muslim","religion"],"label":"Mosque","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5l0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4H221.8c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6l0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H192c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H560V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H448V454c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454v58H288zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126v2H0v-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160H160V296.6c-19.1 11.1-32 31.7-32 55.4V480c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2H48c-26.5 0-48-21.5-48-48V176 160z\'/></svg>"}},{"terms":["bite","bug","mosquito","west nile"],"label":"Mosquito","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z\'/></svg>"}},{"terms":["bite","malaria","mosquito","net"],"label":"Mosquito Net","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4V242.2L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5V137.9c0-14.9 10.1-27.3 23.8-31V63.7c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2V107c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H528v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H448v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V400H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V320H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16zm16 112h48V320H528v48zm0 80h48V400H528v48zM448 320v48h48V320H448zm0 80v48h48V400H448z\'/></svg>"}},{"terms":["bike","machine","motorcycle","racing","transportation","vehicle"],"label":"Motorcycle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H459.6c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21H280zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104H187.3zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["barrier","hill","pitcher","speedbump"],"label":"Mound","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z\'/></svg>"}},{"terms":["cold","glacier","hiking","hill","landscape","mountain","snow","snow capped mountain","travel","view"],"label":"Mountain","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9H55.9C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8h49z\'/></svg>"}},{"terms":["location","rural","urban"],"label":"Mountain City","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M336 0c-26.5 0-48 21.5-48 48v92.1l71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-3.5l73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H568V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H480V48c0-26.5-21.5-48-48-48H336zm32 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176zm160 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zM224 188.9L283.8 288H223l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512H413.5c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z\'/></svg>"}},{"terms":["country","hiking","landscape","rural","travel","view"],"label":"Mountain Sun","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512H381.1h75H578.9c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z\'/></svg>"}},{"terms":["beverage","caliente","cocoa","coffee","cup","drink","holiday","hot","hot beverage","hot chocolate","steam","steaming","tea","warmth"],"label":"Mug Hot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32V416c0 53 43 96 96 96H288c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H352 32zm352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48H384V256zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z\'/></svg>"}},{"terms":["coffee","beverage","breakfast","cafe","drink","fall","morning","mug","seasonal","tea"],"label":"Mug Saucer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 64c0-17.7 14.3-32 32-32H448h64c70.7 0 128 57.3 128 128s-57.3 128-128 128H480c0 53-43 96-96 96H192c-53 0-96-43-96-96V64zM480 224h32c35.3 0 64-28.7 64-64s-28.7-64-64-64H480V224zM32 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["lyrics","melody","music","musical note","note","sing","sound"],"label":"Music","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v72V368c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V147L192 223.8V432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V200 128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z\'/></svg>"}},{"terms":["Latin Capital Letter N","Latin Small Letter N","letter","nay","no"],"label":"N","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V448c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 50.5 8.4 38.5 21.1 33.9z\'/></svg>"}},{"terms":["Naira Sign","currency"],"label":"Naira Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H228.2l97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6V320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V256H262.5L122.6 46.3zM305.1 320H320v22.3L305.1 320zM185.5 256H128V169.7L185.5 256z\'/></svg>"}},{"label":"Napster","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z\'/></svg>"}},{"label":"Neos","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z\'/></svg>"}},{"terms":["computer","connect","ethernet","internet","intranet"],"label":"Network Wired","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 64H384v64H256V64zM240 0c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v32H80c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H240c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H192V288H448v32H400c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H512V288h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V192h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H240zM96 448V384H224v64H96zm320-64H544v64H416V384z\'/></svg>"}},{"terms":["Neuter","gender"],"label":"Neuter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V480c0 17.7 14.3 32 32 32s32-14.3 32-32V349.1z\'/></svg>"}},{"terms":["article","editorial","headline","journal","journalism","news","newsletter","newspaper","paper","press"],"label":"Newspaper","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 96c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32V400c0 8.8 7.2 16 16 16s16-7.2 16-16V96zm64 24v80c0 13.3 10.7 24 24 24H296c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M168 80c-13.3 0-24 10.7-24 24V408c0 8.4-1.4 16.5-4.1 24H440c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H168zM72 480c-39.8 0-72-32.2-72-72V112C0 98.7 10.7 88 24 88s24 10.7 24 24V408c0 13.3 10.7 24 24 24s24-10.7 24-24V104c0-39.8 32.2-72 72-72H440c39.8 0 72 32.2 72 72V408c0 39.8-32.2 72-72 72H72zM176 136c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V136zm200-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["connect","data","near field communication","nfc","scan","signal","transfer","wireless"],"label":"NFC Directional","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z\'/></svg>"}},{"terms":["connect","data","near field communication","nfc","scan","signal","transfer","wireless"],"label":"Nfc Symbol","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z\'/></svg>"}},{"label":"Nimblr","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z\'/></svg>"}},{"terms":["v8","node js","code runner","code"],"label":"Node.js","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z\'/></svg>"}},{"terms":["v8","node js","code runner","code"],"label":"Node.js JS","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z\'/></svg>"}},{"terms":["arithmetic","compare","math"],"label":"Not Equal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H294.5l-64 96H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H187.8l-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H153.5l64-96H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H260.2l65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z\'/></svg>"}},{"terms":["404","close","missing","not found"],"label":"Notdef","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 390.3L153.5 256 64 121.7V390.3zM102.5 448H281.5L192 313.7 102.5 448zm128-192L320 390.3V121.7L230.5 256zM281.5 64H102.5L192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z\'/></svg>"}},{"terms":["sticky note","message","note","paper","reminder","sticker"],"label":"Note Sticky","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H288V368c0-26.5 21.5-48 48-48H448V96c0-35.3-28.7-64-64-64H64zM448 352H402.7 336c-8.8 0-16 7.2-16 16v66.7V480l32-32 64-64 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H288V352c0-17.7 14.3-32 32-32h80V96c0-8.8-7.2-16-16-16H64zM288 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V320v5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7H288z\'/></svg>"}},{"terms":["clipboard","doctor","ehr","health","history","records"],"label":"Notes Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 352V96c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V293.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7H160c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V256h48c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H320V144c0-8.8-7.2-16-16-16H272zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24H136C60.9 512 0 451.1 0 376V152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88H296z\'/></svg>"}},{"label":"npm","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z\'/></svg>"}},{"label":"NS8","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z\'/></svg>"}},{"label":"Nutritionix","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 400 512\'><path d=\'M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z\'/></svg>"}},{"terms":["Latin Capital Letter O","Latin Small Letter O","letter"],"label":"O","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z\'/></svg>"}},{"terms":["combine","copy","design","merge","select"],"label":"Object Group","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H456.6C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4V392.6c9.7 5.6 17.8 13.7 23.4 23.4H456.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16H460.2c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8V396.2c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8V115.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3V386.7c13.6 4.8 24.4 15.6 29.3 29.3H450.7c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3H125.3zm2.7 64c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z\'/></svg>"}},{"terms":["copy","design","merge","select","separate"],"label":"Object Ungroup","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H328.6C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V232.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4V232.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4H119.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4H520.6c5.6-9.7 13.7-17.8 23.4-23.4V279.4c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6V192h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.4z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48.2 66.8c-.1-.8-.2-1.7-.2-2.5c0-.1 0-.1 0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3V228.7C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H324.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V123.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H123.3C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3V228.7c-16 6.5-28.9 19.3-35.3 35.3H123.3c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3H324.7zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3V388.7c-16 6.5-28.9 19.3-35.3 35.3H315.3c-6.5-16-19.3-28.9-35.3-35.3V352H232v36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H516.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2l0 .1c.1 .9 .2 1.8 .2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2z\'/></svg>"}},{"label":"Octopus Deploy","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z\'/></svg>"}},{"label":"Odnoklassniki","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z\'/></svg>"}},{"label":"Odysee","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z\'/></svg>"}},{"terms":["auto","crude","gasoline","grease","lubricate","petroleum"],"label":"Oil Can","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H144 96 48c-26.5 0-48 21.5-48 48v64.8c0 19 11.2 36.2 28.5 43.9l67.5 30V368c0 26.5 21.5 48 48 48H403.1c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8H288V128h32zM96 208v86.1L48 272.8V208H96z\'/></svg>"}},{"terms":["drill","oil","rig"],"label":"Oil Well","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1L305.3 352H238.7L265 277l-74.6 19.3L137.3 448H96V288.8l337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32H327.7l11.2 32H205.1z\'/></svg>"}},{"terms":["politics","star wars"],"label":"Old Republic","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z\'/></svg>"}},{"terms":["Hindu","buddhism","hinduism","jainism","mantra","om","religion"],"label":"Om","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM281 66.7c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9 .2-7.4 1.7-10.1 4.2c-.9 .8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5c0 .7 0 1.4 0 2.1c.2 2.2 .9 4.3 1.9 6.2l.3 .6c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .1-.1 .1-.1 0 0 0 0c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48H109.8c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H144h16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4c-1.9-1.4-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5 .2-4.8 1-6.8 2.3c-1.1 .7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1 .6-.1 1.1-.1 1.7c0 0 0 0 0 0c0 .8 .1 1.7 .2 2.5l0 .1c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2l-.2 0c-8 .1-14.6 6.1-15.6 13.9l0 0c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96V288c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4H245.2c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4z\'/></svg>"}},{"label":"OpenCart","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z\'/></svg>"}},{"label":"OpenID","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z\'/></svg>"}},{"label":"Opensuse","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9 .5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7C135 388.5 76.7 388 53.6 344.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5 .4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3 .5-76.2-25.4-81.6-28.2c-.3-.4 .1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9 .7l0 0zm135.6 75.4a37.6 37.6 0 1 1 -75.2-2.6 37.6 37.6 0 1 1 75.2 2.6zm-36.6-27.9a26.3 26.3 0 1 0 -1.7 52.5 26.3 26.3 0 1 0 1.7-52.5zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6v0z\'/></svg>"}},{"label":"Opera","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z\'/></svg>"}},{"label":"Optin Monster","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z\'/></svg>"}},{"label":"ORCID","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\'/></svg>"}},{"label":"Open Source Initiative","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z\'/></svg>"}},{"terms":["animal","badger","fauna","fishing","fur","mammal","marten","otter","playful"],"label":"Otter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6V144c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3V168c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6v.6c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V336 320c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6V240c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16v32 16 48c0 8.8 7.2 16 16 16s16-7.2 16-16V204.3c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1h0c0 123.7-100.3 224-224 224h-1.1H256h-.6C132 480 32 380 32 256.6V256 216.8c-10.1-14.6-16-32.3-16-51.4V144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24h2.8C44.8 58.2 83.3 32 128 32h64c44.7 0 83.2 26.2 101.2 64H296c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4v21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-13.3 0-24 10.7-24 24v8h56.4c-15.2 17-24.4 39.4-24.4 64H320c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\'/></svg>"}},{"terms":["dedent","align","justify","paragraph","tab"],"label":"Outdent","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6V335.3c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z\'/></svg>"}},{"terms":["Latin Capital Letter P","Latin Small Letter P","letter"],"label":"P","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V320 96zM64 288h96c53 0 96-43 96-96s-43-96-96-96H64V288z\'/></svg>"}},{"label":"Padlet","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z\'/></svg>"}},{"label":"page4 Corporation","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z\'/></svg>"}},{"terms":["eco","flora","leaf","leaves","nature","plant","tree"],"label":"Pagelines","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z\'/></svg>"}},{"terms":["beeper","cell phone","communication","page","pager"],"label":"Pager","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm64 32v64c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H80zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H216z\'/></svg>"}},{"terms":["acrylic","art","brush","color","fill","maintenance","paint","pigment","watercolor"],"label":"Paint Roller","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H352c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 352c0-17.7 14.3-32 32-32V304c0-44.2 35.8-80 80-80H416c17.7 0 32-14.3 32-32V160 69.5c37.3 13.2 64 48.7 64 90.5v32c0 53-43 96-96 96H272c-8.8 0-16 7.2-16 16v16c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V352z\'/></svg>"}},{"terms":["paint brush","acrylic","art","brush","color","fill","modify","paint","paintbrush","painting","pigment","watercolor"],"label":"Paintbrush","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H208c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z\'/></svg>"}},{"terms":["acrylic","art","artist palette","brush","color","fill","museum","paint","painting","palette","pigment","watercolor"],"label":"Palette","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"label":"Palfed","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z\'/></svg>"}},{"terms":["archive","box","inventory","shipping","warehouse"],"label":"Pallet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 320 544h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H576V384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H544 320 96 32zm96 64H288v64H128V384zm224 0H512v64H352V384z\'/></svg>"}},{"terms":["image","img","landscape","photo","wide"],"label":"Panorama","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M45.6 32C20.4 32 0 52.4 0 77.6V434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6V77.6C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z\'/></svg>"}},{"terms":["air","float","fold","mail","paper","send"],"label":"Paper Plane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376V479.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z\'/></svg>"}},{"terms":["attach","attachment","connect","link","papercli","paperclip"],"label":"Paperclip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z\'/></svg>"}},{"terms":["aid","assistance","goods","relief","rescue","supplies"],"label":"Parachute Box","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16H240V320H208c-7 0-13.7 1.5-19.7 4.2L68.2 192H96.5c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192h6L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7v96c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V368c0-7.8-1.9-15.2-5.2-21.7L487.1 192h6c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16h28.3L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2H272V192H383.5z\'/></svg>"}},{"terms":["Pilcrow Sign","edit","format","text","writing"],"label":"Paragraph","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M192 32h64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352H288V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H192c-88.4 0-160-71.6-160-160s71.6-160 160-160z\'/></svg>"}},{"terms":["document","id","identification","issued","travel"],"label":"Passport","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8H279.6zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5H200.5c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8H129.3c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z\'/></svg>"}},{"terms":["file clipboard","clipboard","copy","document","paper"],"label":"Paste","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80V400c0 26.5 21.5 48 48 48H192V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48H215.4C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48V448v16c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V243.9c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1H320 272zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M104.6 48H64C28.7 48 0 76.7 0 112V384c0 35.3 28.7 64 64 64h96V400H64c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H80c0 17.7 14.3 32 32 32h72.4C202 108.4 227.6 96 256 96h62c-7.1-27.6-32.2-48-62-48H215.4C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464H256c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16l140.1 0L464 243.9V448c0 8.8-7.2 16-16 16zM256 512H448c35.3 0 64-28.7 64-64V243.9c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1H256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64z\'/></svg>"}},{"label":"Patreon","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M489.7 153.8c-.1-65.4-51-119-110.7-138.3C304.8-8.5 207-5 136.1 28.4C50.3 68.9 23.3 157.7 22.3 246.2C21.5 319 28.7 510.6 136.9 512c80.3 1 92.3-102.5 129.5-152.3c26.4-35.5 60.5-45.5 102.4-55.9c72-17.8 121.1-74.7 121-150z\'/></svg>"}},{"terms":["bar","double","hold","pause","pause button","vertical","wait"],"label":"Pause","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M48 64C21.5 64 0 85.5 0 112V400c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zm192 0c-26.5 0-48 21.5-48 48V400c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H240z\'/></svg>"}},{"terms":["animal","cat","dog","pet","print"],"label":"Paw","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5v1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3v-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z\'/></svg>"}},{"label":"Paypal","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z\'/></svg>"}},{"terms":["peace","peace symbol","serenity","tranquility","truce","war"],"label":"Peace","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M224 445.3V323.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8V66.7C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5V445.3c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3V240.8L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\'/></svg>"}},{"terms":["ballpoint","design","edit","modify","pen","update","write"],"label":"Pen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z\'/></svg>"}},{"terms":["pen alt","design","edit","modify","update","write"],"label":"Pen Clip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1 0 0-1-1 0 0-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z\'/></svg>"}},{"terms":["black nib","design","edit","fountain","fountain pen","modify","nib","pen","update","write"],"label":"Pen Fancy","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.4 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z\'/></svg>"}},{"terms":["design","edit","fountain pen","modify","update","write"],"label":"Pen Nib","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.8-9.2L288 94.6z\'/></svg>"}},{"terms":["pencil ruler","design","draft","draw","maintenance","modify","pencil"],"label":"Pen Ruler","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z\'/></svg>"}},{"terms":["edit","modify","pen","pencil","update","write"],"label":"Pen To Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160V416c0 53 43 96 96 96H352c53 0 96-43 96-96V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152V424c0 48.6 39.4 88 88 88H360c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V424c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H88z\'/></svg>"}},{"terms":["pencil alt","Lower Left Pencil","design","draw","edit","lead","maintenance","modify","update","write"],"label":"Pencil","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["people arrows left right","conversation","discussion","talking","distance","insert","isolation","separate","social distancing","talk","together","uer","users people"],"label":"People Arrows","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2V464c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48H496c-26.5 0-48-21.5-48-48V391.2l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240v32h96V240c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V336H272v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z\'/></svg>"}},{"terms":["people carry","together","uer","users people"],"label":"People Carry Box","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7V186.6c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5V160c0-17.7 14.3-32 32-32H384c17.7 0 32 14.3 32 32v76.2l10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51V241.7l-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8H256.7c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z\'/></svg>"}},{"terms":["crowd","family","group","team","together","uer"],"label":"People Group","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3V245.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V389.2C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112h32c24 0 46.2 7.5 64.4 20.3zM448 416V394.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176h32c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2V416c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3V261.7c-10 11.3-16 26.1-16 42.3zm144-42.3v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2V448c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V405.2c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112h32c61.9 0 112 50.1 112 112z\'/></svg>"}},{"terms":["crowd","group","need","together","uer"],"label":"People Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V217.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5z\'/></svg>"}},{"terms":["forced return","together","uer","yanking"],"label":"People Pulling","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64V320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128H64zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z\'/></svg>"}},{"terms":["criminal","hands up","looting","robbery","steal","uer"],"label":"People Robbery","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V174.3c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64v96l0 .6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352H88V480c0 17.7 14.3 32 32 32s32-14.3 32-32V252.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H209.6l-37.4-58.9C157.6 142 132.1 128 104.7 128H72z\'/></svg>"}},{"terms":["crowd","family","group","manage","people","safe","shelter","together","uer"],"label":"People Roof","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5V480c0 17.7-14.3 32-32 32H120c-17.7 0-32-14.3-32-32V441.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6h19.5c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5V480c0 17.7-14.3 32-32 32H472c-17.7 0-32-14.3-32-32V441.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5V400c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32V345.5l-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z\'/></svg>"}},{"terms":["buffalo wings","capsicum","chili","chilli","habanero","hot","hot pepper","jalapeno","mexican","pepper","spicy","tabasco","vegetable"],"label":"Pepper Hot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3H360c-13.3 0-24-10.7-24-24V152c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0v80c0 26.5 21.5 48 48 48h76.2l23.9 47.8C372.3 443.9 244.3 512 103.2 512H44.4C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z\'/></svg>"}},{"label":"PerByte","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z\'/></svg>"}},{"terms":["percentage","Percent Sign","discount","fraction","proportion","rate","ratio"],"label":"Percent","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\'/></svg>"}},{"label":"Periscope","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z\'/></svg>"}},{"terms":["male","default","man","person standing","stand","standing","uer","woman"],"label":"Person","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z\'/></svg>"}},{"terms":["ground","indigenous","insert","native","uer"],"label":"Person Arrow Down To Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM464 64V306.7l-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32z\'/></svg>"}},{"terms":["population","rise","uer","upgrade"],"label":"Person Arrow Up From Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["bicycle","bike","biking","cyclist","pedal","person biking","summer","uer","wheel"],"label":"Person Biking","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1V416c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H427.2zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z\'/></svg>"}},{"terms":["changing room","curtain","uer","vote","voting"],"label":"Person Booth","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64V32zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM224 512c17.7 0 32-14.3 32-32V320H192V480c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3V269.3l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H157.3l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6v55.7l0 .9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V421.3c0-10.4-3.4-20.5-9.6-28.8L112 341.3z\'/></svg>"}},{"terms":["baby","child","infant","mother","nutrition","parent","sustenance","uer"],"label":"Person Breastfeeding","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1h75.2c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z\'/></svg>"}},{"terms":["abuse","accident","crash","explode","uer","violence"],"label":"Person Burst","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H465.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.3-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z\'/></svg>"}},{"terms":["aging","cane","elderly","old","staff","uer"],"label":"Person Cane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8V488c0 13.3 10.7 24 24 24s24-10.7 24-24V376c0-30.9-25.1-56-56-56s-56 25.1-56 56v8c0 13.3 10.7 24 24 24s24-10.7 24-24v-8z\'/></svg>"}},{"terms":["blackboard","instructor","keynote","lesson","presentation","teacher","uer"],"label":"Person Chalkboard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V192h56 64 16c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64H576V256H384V224H320v48c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H243.1 177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32z\'/></svg>"}},{"terms":["approved","enable","not affected","ok","okay","uer","validate","working"],"label":"Person Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["affected","alert","failed","lost","missing","uer"],"label":"Person Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["delete","remove","uer"],"label":"Person Circle Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z\'/></svg>"}},{"terms":["add","follow","found","uer"],"label":"Person Circle Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z\'/></svg>"}},{"terms":["faq","lost","missing","request","uer"],"label":"Person Circle Question","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z\'/></svg>"}},{"terms":["dead","removed","uer","uncheck"],"label":"Person Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z\'/></svg>"}},{"terms":["digging","bury","construction","debris","dig","maintenance","men at work","uer"],"label":"Person Digging","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V405.1l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z\'/></svg>"}},{"terms":["diagnoses","allergy","diagnosis","uer"],"label":"Person Dots From Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1V432H400V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["female","man","skirt","uer","woman"],"label":"Person Dress","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H152v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z\'/></svg>"}},{"terms":["abuse","accident","crash","explode","uer","violence"],"label":"Person Dress Burst","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h17.8c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3H474.2c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z\'/></svg>"}},{"terms":["drown","emergency","swim","uer"],"label":"Person Drowning","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32V96.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3V64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z\'/></svg>"}},{"terms":["accident","fall","trip","uer"],"label":"Person Falling","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0h-1.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32V278.2c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["accident","crash","death","fall","homicide","murder","uer"],"label":"Person Falling Burst","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H224l80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z\'/></svg>"}},{"terms":["gender","man","restroom","transgender","uer","woman"],"label":"Person Half Dress","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3V384h0v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z\'/></svg>"}},{"terms":["abuse","scream","shame","shout","uer","yell"],"label":"Person Harassing","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H145.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16H304c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z\'/></svg>"}},{"terms":["hiking","autumn","fall","follow","hike","mountain","outdoors","summer","uer","walk"],"label":"Person Hiking","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3l-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208H336V184c0-13.3 10.7-24 24-24s24 10.7 24 24v55.8c0 .1 0 .2 0 .2s0 .2 0 .2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V272H296.6c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59h4.2c15.6 0 27.1 14.7 23.3 29.8z\'/></svg>"}},{"terms":["army","customs","guard","uer"],"label":"Person Military Pointing","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25H400c8.8 0 16-7.2 16-16V17.4C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H241.6c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40H224v89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5H240 72zm345.7 20.9L246.6 416H416V369.7l53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448v32c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V448H224z\'/></svg>"}},{"terms":["armed forces","army","military","rifle","uer","war"],"label":"Person Military Rifle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4V48c0 8.8-7.2 16-16 16H185c-13.8 0-25-11.2-25-25zm17.6 57H334.4c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7V480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9h50.4c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512H192c-17.7 0-32-14.3-32-32V369.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["civilian","coordination","military","uer"],"label":"Person Military To Person","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9H184.1c8.8-.1 15.9-7.2 15.9-16V16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1H66.5C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256v32c0 17.7 14.3 32 32 32H192c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5V256c0-35.3-28.7-64-64-64H96c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H352zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376v32l-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0v32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z\'/></svg>"}},{"terms":["pray","kneel","place of worship","religion","thank","uer","worship"],"label":"Person Praying","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432H72c-22.1 0-40 17.9-40 40s17.9 40 40 40H280c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z\'/></svg>"}},{"terms":["baby","birth","child","parent","pregnant","pregnant woman","uer","woman"],"label":"Person Pregnant","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31V296.9l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h1.1 12.5H192c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32H304 264v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384h-8-8v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V383z\'/></svg>"}},{"terms":["affected","focus","shine","uer"],"label":"Person Rays","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H248zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z\'/></svg>"}},{"terms":["army","combatant","gun","military","rifle","uer","war"],"label":"Person Rifle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8h50.4zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16V132.3c9.6 5.5 16 15.9 16 27.7V269.3l16-5.3V208c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H484l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16V400H400c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32V160c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 16z\'/></svg>"}},{"terms":["exit","flee","follow","marathon","person running","race","running","uer","workout"],"label":"Person Running","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H362.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h69.6c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z\'/></svg>"}},{"terms":["house","inside","roof","safe","safety","shelter","uer"],"label":"Person Shelter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160V480c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9 448 178.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280V400h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H246.2c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5V488c0 13.3 10.7 24 24 24s24-10.7 24-24z\'/></svg>"}},{"terms":["skating","figure skating","ice","olympics","rink","skate","uer","winter"],"label":"Person Skating","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32H319.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V349.3l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17H160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z\'/></svg>"}},{"terms":["skiing","downhill","olympics","ski","skier","snow","uer","winter"],"label":"Person Skiing","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z\'/></svg>"}},{"terms":["skiing nordic","cross country","olympics","uer","winter"],"label":"Person Skiing Nordic","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464H202.8l41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.7l54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H159.3c.4 0 .9 0 1.3 0H319.3c.5 0 1 0 1.4 0H504c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24H434.6l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32H426.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464H357.8l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288h2.7z\'/></svg>"}},{"terms":["snowboarding","olympics","ski","snow","snowboard","snowboarder","uer","winter"],"label":"Person Snowboarding","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24H443.8c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["swimmer","ocean","person swimming","pool","sea","swim","uer","water"],"label":"Person Swimming","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["door","exit","forced entry","leave","robbery","steal","uer","window"],"label":"Person Through Window","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0H64V64zm288 0l224 0V384H508.3l-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320H379.2l42.7 64H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48V400c0 26.5 21.5 48 48 48H308.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0H192s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\'/></svg>"}},{"terms":["crosswalk","exercise","follow","hike","move","person walking","uer","walk","walking","workout"],"label":"Person Walking","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z\'/></svg>"}},{"terms":["follow","population return","return","uer"],"label":"Person Walking Arrow Loop Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96H461.3l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z\'/></svg>"}},{"terms":["exit","follow","internally displaced","leave","refugee","uer"],"label":"Person Walking Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z\'/></svg>"}},{"terms":["exit","follow","refugee","uer"],"label":"Person Walking Dashed Line Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24V72c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V152zM392 320c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V344c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24V440z\'/></svg>"}},{"terms":["bag","baggage","briefcase","carry on","deployment","follow","rolling","uer"],"label":"Person Walking Luggage","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z\'/></svg>"}},{"terms":["blind","cane","follow","uer"],"label":"Person Walking With Cane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6v43.2c0 17 6.7 33.3 18.7 45.3L224 397.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V390.6c0-12.7-5.1-24.9-14.1-33.9L224 306.7V213.3l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128H167.6zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z\'/></svg>"}},{"terms":["Peseta Sign","currency"],"label":"Peseta Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 32C46.3 32 32 46.3 32 64v96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96V448c0 17.7 14.3 32 32 32s32-14.3 32-32V352h96c77.4 0 142-55 156.8-128H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-3.2C334 87 269.4 32 192 32H64zM282.5 160H96V96h96c41.8 0 77.4 26.7 90.5 64zM96 224H282.5c-13.2 37.3-48.7 64-90.5 64H96V224z\'/></svg>"}},{"terms":["Peso Sign","currency"],"label":"Peso Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 32C46.3 32 32 46.3 32 64v64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c68.4 0 127.7-39 156.8-96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.7c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16h.7c17.7 0 32-14.3 32-32s-14.3-32-32-32H332.8C303.7 71 244.4 32 176 32H64zm190.4 96H96V96h80c30.5 0 58.2 12.2 78.4 32zM96 192H286.9c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16H96V192zm158.4 96c-20.2 19.8-47.9 32-78.4 32H96V288H254.4z\'/></svg>"}},{"label":"Phabricator","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z\'/></svg>"}},{"label":"Phoenix Framework","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z\'/></svg>"}},{"label":"Phoenix Squadron","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z\'/></svg>"}},{"terms":["Left Hand Telephone Receiver","call","earphone","number","phone","receiver","support","talking","telephone","telephone receiver","voice"],"label":"Phone","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z\'/></svg>"}},{"terms":["phone alt","Right Hand Telephone Receiver","call","earphone","number","support","telephone","voice"],"label":"Phone Flip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z\'/></svg>"}},{"terms":["call","cancel","disabled","disconnect","earphone","mute","number","support","telephone","voice"],"label":"Phone Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M601.2 5.1c10.4-8.2 25.5-6.3 33.7 4.1s6.3 25.5-4.1 33.7l-592 464c-10.4 8.2-25.5 6.3-33.7-4.1s-6.3-25.5 4.1-33.7l155.6-122C101.8 270 64 171.4 64 64c0-18 12.1-33.8 29.5-38.6l88-24c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L208 207.3c12 25.5 27.2 49.2 45 70.7L601.2 5.1zM234.3 415.6l91.3-72c13.7 9.1 28 17.3 43 24.3L409 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C545.8 499.9 530 512 512 512c-104.9 0-201.3-36-277.7-96.4z\'/></svg>"}},{"terms":["volume control phone","call","earphone","number","sound","support","talking","telephone","voice"],"label":"Phone Volume","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z\'/></svg>"}},{"terms":["photo video","av","film","image","library","media"],"label":"Photo Film","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 0H576c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h80 48H552c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128h96V384v32c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V384H512v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V312c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H72zm336 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H424c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["programming language","code"],"label":"PHP","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z\'/></svg>"}},{"label":"Pied Piper Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 480 512\'><path d=\'M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z\'/></svg>"}},{"label":"Alternate Pied Piper Logo (Old)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z\'/></svg>"}},{"terms":["clothing"],"label":"Pied Piper Hat (Old)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z\'/></svg>"}},{"label":"Pied Piper PP Logo (Old)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z\'/></svg>"}},{"terms":["bank","salary","save","savings"],"label":"Piggy Bank","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M400 96l0 .7c-5.3-.4-10.6-.7-16-.7H256c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96h11.5c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9H544c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H512c-9.1 12.1-19.9 22.9-32 32v64c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H256v32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6 0-68-30.4-68-68s30.4-68 68-68h4c13.3 0 24 10.7 24 24s-10.7 24-24 24H68c-11 0-20 9-20 20s9 20 20 20H99.2c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2H384zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\'/></svg>"}},{"terms":["drugs","medicine","prescription","tablets"],"label":"Pills","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z\'/></svg>"}},{"label":"Pinterest","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\'/></svg>"}},{"label":"Pinterest P","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z\'/></svg>"}},{"label":"Pix","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z\'/></svg>"}},{"label":"Pixiv","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm171.5 84c41 0 76.3 12.9 101.4 35.2l0 0c25.2 22.2 39.8 54.1 39.8 88.8c.1 35.3-16.6 66.3-42.4 87c-25.9 20.8-60.6 32.4-98.8 32.4c-43.5 0-83.8-16.1-83.8-16.1v51.8c7.4 2.2 19.7 7 11.9 14.8H104.8c-7.7-7.8 3.6-12.4 12.1-14.8V175.5C97.1 190.9 87 204.3 81.8 214.2c6 19.4-5.3 18.5-5.3 18.5L56 199.7s72.7-83.7 179.5-83.7zm-3.6 222.9c30 0 56-11.3 73.9-29.2c17.9-18.1 27.9-41.6 28-70.2c-.1-29.3-9.5-54.6-26.7-73.6c-17.2-18.9-42.7-31.3-75.2-31.4c-26.7-.1-59.8 9-80.2 23.7V323.1c18.6 9.3 46.8 15.9 80.2 15.8z\'/></svg>"}},{"terms":["cheese","chicago","italian","mozzarella","new york","pepperoni","pie","slice","teenage mutant ninja turtles","tomato"],"label":"Pizza Slice","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["building","church","holy","mosque","synagogue"],"label":"Place Of Worship","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 109.3V217.6L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V283.2c0-16.9-8.8-32.5-23.3-41.2L416 217.6V109.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z\'/></svg>"}},{"terms":["airplane","airport","destination","fly","location","mode","travel","trip"],"label":"Plane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z\'/></svg>"}},{"terms":["aeroplane","airplane","airplane arrival","airport","arrivals","arriving","destination","fly","land","landing","location","mode","travel","trip"],"label":"Plane Arrival","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["airplane","airport","enable","flight","fly","not affected","ok","okay","travel","validate","working"],"label":"Plane Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["affected","airplane","airport","failed","flight","fly","travel"],"label":"Plane Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["airplane","airport","destroy","flight","fly","travel","uncheck"],"label":"Plane Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["aeroplane","airplane","airplane departure","airport","check in","departing","departure","departures","destination","fly","location","mode","take off","taking off","travel","trip"],"label":"Plane Departure","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2H248.4c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48H542.8c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z\'/></svg>"}},{"terms":["airplane","airport","closed","flight","fly","lockdown","padlock","privacy","quarantine","travel"],"label":"Plane Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2C418 247.6 416 259.6 416 272v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v24 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8V297.3c0-5.7 3.1-11 8.1-13.9L192 178.3V93.7zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z\'/></svg>"}},{"terms":["airplane mode","airport","canceled","covid 19","delayed","disabled","grounded","travel"],"label":"Plane Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M440.6 320h73.8c34.2 0 93.7-28 93.7-64c0-35-59.5-64-93.7-64l-116.6 0L297.2 16.1C291.5 6.2 280.9 0 269.4 0H213.2c-10.6 0-18.3 10.2-15.4 20.4l40.3 140.9L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320zm-78.1 61.6L41.5 128.7C36 130.6 32 135.9 32 142c0 1.3 .2 2.6 .5 3.9L64 256 32.5 366.1c-.4 1.3-.5 2.6-.5 3.9c0 7.8 6.3 14 14 14H88c5 0 9.8-2.4 12.8-6.4L144 320H246.9l-49 171.6c-2.9 10.2 4.8 20.4 15.4 20.4l56.2 0c11.5 0 22.1-6.2 27.8-16.1l65.3-114.3z\'/></svg>"}},{"terms":["airplane","airport","internet","signal","sky","wifi","wireless"],"label":"Plane Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400V320L21.1 377C10.7 380.4 0 372.7 0 361.8V305.1c0-10.7 5.3-20.7 14.2-26.6L192 160V93.7z\'/></svg>"}},{"terms":["drought","planting","vegetation","wilt"],"label":"Plant Wilt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V120C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V248c0-30.9 25.1-56 56-56s56 25.1 56 56v32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V280 248 120z\'/></svg>"}},{"terms":["bowl","hunger","rations","wheat"],"label":"Plate Wheat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM56 64h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48zM400 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zm80 160v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80zm-96 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320H484.2c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446v2c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-2c-48.2-9-86.3-48.2-92.5-98.4z\'/></svg>"}},{"terms":["arrow","audio","music","play","play button","playing","right","sound","start","triangle","video"],"label":"Play","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z\'/></svg>"}},{"label":"PlayStation","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z\'/></svg>"}},{"terms":["connect","electric","electric plug","electricity","online","plug","power"],"label":"Plug","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z\'/></svg>"}},{"terms":["electric","electricity","plug","power"],"label":"Plug Circle Bolt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z\'/></svg>"}},{"terms":["electric","electricity","enable","not affected","ok","okay","plug","power","validate","working"],"label":"Plug Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\'/></svg>"}},{"terms":["affected","electric","electricity","failed","plug","power"],"label":"Plug Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["disconnect","electric","electricity","plug","power"],"label":"Plug Circle Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z\'/></svg>"}},{"terms":["electric","electricity","plug","power"],"label":"Plug Circle Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["destroy","disconnect","electric","electricity","outage","plug","power","uncheck"],"label":"Plug Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["+","Plus Sign","add","create","expand","follow","math","modify","new","plus","positive","shape","sign"],"label":"Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\'/></svg>"}},{"terms":["Plus Minus Sign","add","math","subtract"],"label":"Plus Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H160V320c0 17.7 14.3 32 32 32s32-14.3 32-32V208H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V32zM0 480c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z\'/></svg>"}},{"terms":["audio","broadcast","music","sound"],"label":"Podcast","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z\'/></svg>"}},{"terms":["crap","dung","face","monster","pile of poo","poo","poop","shit","smile","turd","uer"],"label":"Poo","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80H160c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72H440c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72H394.3c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3H339.7c6.8 0 12.3 5.5 12.3 12.3z\'/></svg>"}},{"terms":["poo bolt","bolt","cloud","euphemism","lightning","mess","poop","shit","turd"],"label":"Poo Storm","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17H128c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H233.9l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z\'/></svg>"}},{"terms":["crap","poop","shit","smile","turd"],"label":"Poop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32H352c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H408c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H72c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z\'/></svg>"}},{"terms":["Power Symbol","cancel","computer","on","reboot","restart"],"label":"Power Off","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V256c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z\'/></svg>"}},{"terms":["drugs","medical","medicine","pharmacy","rx"],"label":"Prescription","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 0C14.3 0 0 14.3 0 32V192v96c0 17.7 14.3 32 32 32s32-14.3 32-32V224h50.7l128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0H32zM176 160H64V64H176c26.5 0 48 21.5 48 48s-21.5 48-48 48z\'/></svg>"}},{"terms":["drugs","medical","medicine","pharmacy","rx"],"label":"Prescription Bottle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V416H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V320H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V224H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V128z\'/></svg>"}},{"terms":["prescription bottle alt","drugs","medical","medicine","pharmacy","rx"],"label":"Prescription Bottle Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zM160 240v48H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V352h48c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["Print Screen Symbol","Printer Icon","business","computer","copy","document","office","paper","printer"],"label":"Print","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"label":"Product Hunt","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z\'/></svg>"}},{"terms":["anti bacterial","clean","covid 19","disinfect","hygiene","medical grade","sanitizer","soap"],"label":"Pump Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM216 280v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V360H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V280c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"terms":["anti bacterial","clean","covid 19","disinfect","hygiene","sanitizer","soap"],"label":"Pump Soap","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z\'/></svg>"}},{"label":"Pushed","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 432 512\'><path d=\'M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z\'/></svg>"}},{"terms":["add on","addon","clue","game","interlocking","jigsaw","piece","puzzle","puzzle piece","section"],"label":"Puzzle Piece","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2z\'/></svg>"}},{"label":"Python","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z\'/></svg>"}},{"terms":["Latin Capital Letter Q","Latin Small Letter Q","letter"],"label":"Q","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z\'/></svg>"}},{"label":"QQ","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z\'/></svg>"}},{"terms":["barcode","info","information","scan"],"label":"Qrcode","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80zM64 96v64h64V96H64zM0 336c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336zm64 16v64h64V352H64zM304 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48zm80 64H320v64h64V96zM256 304c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16v96c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16v64c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V304zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z\'/></svg>"}},{"terms":["?","Question Mark","faq","help","information","mark","outlined","punctuation","question","red question mark","request","support","unknown","white question mark"],"label":"Question","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\'/></svg>"}},{"label":"QuinScape","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z\'/></svg>"}},{"label":"Quora","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z\'/></svg>"}},{"terms":["quote left alt","Left Double Quotation Mark","mention","note","phrase","text","type"],"label":"Quote Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z\'/></svg>"}},{"terms":["quote right alt","Right Double Quotation Mark","mention","note","phrase","text","type"],"label":"Quote Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z\'/></svg>"}},{"terms":["Latin Capital Letter R","Latin Small Letter R","letter"],"label":"R","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V288 448c0 17.7 14.3 32 32 32s32-14.3 32-32V320h95.3L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144H64zM176 256H64V96H176c44.2 0 80 35.8 80 80s-35.8 80-80 80z\'/></svg>"}},{"label":"R Project","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 581 512\'><path d=\'M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z\'/></svg>"}},{"terms":["danger","dangerous","deadly","hazard","nuclear","radioactive","warning"],"label":"Radiation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["am","broadcast","fm","frequency","music","news","radio","receiver","transmitter","tuner","video"],"label":"Radio","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192v4V304 448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H218.5L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16H208c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z\'/></svg>"}},{"terms":["gold","leprechaun","prism","rain","rainbow","sky"],"label":"Rainbow","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-35.3-28.7-64-64-64zM160 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-88.4-71.6-160-160-160s-160 71.6-160 160z\'/></svg>"}},{"terms":["chart","first place","podium","quality","rank","revenue","win"],"label":"Ranking Star","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32H256zM32 320c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zm416 96v64c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V416c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32z\'/></svg>"}},{"label":"Raspberry Pi","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 407 512\'><path d=\'M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z\'/></svg>"}},{"label":"Ravelry","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z\'/></svg>"}},{"label":"React","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z\'/></svg>"}},{"label":"ReactEurope","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z\'/></svg>"}},{"label":"ReadMe","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z\'/></svg>"}},{"label":"Rebel Alliance","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z\'/></svg>"}},{"terms":["accounting","bookkeeping","check","coupon","evidence","invoice","money","pay","proof","receipt","table"],"label":"Receipt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8V488c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488V24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96zM80 352c0 8.8 7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96z\'/></svg>"}},{"terms":["LP","album","analog","music","phonograph","sound"],"label":"Record Vinyl","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["ad","advertisement","media","newspaper","promotion","publicity"],"label":"Rectangle Ad","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328H162.8l-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280h42.3L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9V184c0-13.3 10.7-24 24-24s24 10.7 24 24v96 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z\'/></svg>"}},{"terms":["list alt","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"],"label":"Rectangle List","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["rectangle times","times rectangle","window close","browser","cancel","computer","development","uncheck"],"label":"Rectangle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>"}},{"terms":["Recycling Symbol For Generic Materials","Universal Recycling Symbol","Waste","compost","garbage","recycle","recycling symbol","reuse","trash"],"label":"Recycle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2v32l96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z\'/></svg>"}},{"label":"red river","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z\'/></svg>"}},{"label":"Reddit","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256C0 114.6 114.6 0 256 0S512 114.6 512 256s-114.6 256-256 256L37.1 512c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256zM349.6 153.6c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4l0 .2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1l0-.2c0-25.4 18.9-46.5 43.4-49.9l0 0c4.4 18.8 21.3 32.8 41.5 32.8zM177.1 246.9c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5s15.4-38.3 32.1-38.3zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6c-1-21.7 11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9 .8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1 .3 5.1 3.6 3.9 6.5z\'/></svg>"}},{"label":"Reddit Alien","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M373 138.6c-25.2 0-46.3-17.5-51.9-41l0 0c-30.6 4.3-54.2 30.7-54.2 62.4l0 .2c47.4 1.8 90.6 15.1 124.9 36.3c12.6-9.7 28.4-15.5 45.5-15.5c41.3 0 74.7 33.4 74.7 74.7c0 29.8-17.4 55.5-42.7 67.5c-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4C17.6 311.5 0 285.7 0 255.7c0-41.3 33.4-74.7 74.7-74.7c17.2 0 33 5.8 45.7 15.6c34-21.1 76.8-34.4 123.7-36.4l0-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3zM157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1s36.6-9.8 37.8-36.9s-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1c1.2 27.1 16.9 36.9 37.8 36.9s39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1c-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9 .4-6.4 4.5-4.9 8.1c12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4z\'/></svg>"}},{"terms":["linux","operating system","os"],"label":"Redhat","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24\'/></svg>"}},{"terms":["copyright","mark","r","registered","trademark"],"label":"Registered","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24h88c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288H208v72c0 13.3-10.7 24-24 24s-24-10.7-24-24V264 152zm48 88h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H208v64z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152V264v96c0 13.3 10.7 24 24 24s24-10.7 24-24V288h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80H184c-13.3 0-24 10.7-24 24zm48 88V176h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H208z\'/></svg>"}},{"label":"Renren","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z\'/></svg>"}},{"terms":["arrow","clockwise","flip","reload","renew","repeat","repeat button","retry","rewind","switch"],"label":"Repeat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32V64H160C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96H192V352c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V448H352c88.4 0 160-71.6 160-160z\'/></svg>"}},{"terms":["mail reply","mail","message","respond"],"label":"Reply","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z\'/></svg>"}},{"terms":["mail reply all","mail","message","respond"],"label":"Reply All","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2V288h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176H352V64z\'/></svg>"}},{"label":"replyd","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z\'/></svg>"}},{"terms":["american","conservative","election","elephant","politics","republican party","right","right wing","usa"],"label":"Republican","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 192C0 103.6 71.6 32 160 32H384c88.4 0 160 71.6 160 160v64H0V192zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160H320h96 32 64 32v32 80c0 8.8 7.2 16 16 16s16-7.2 16-16V352c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80V352H448v32 64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V384H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V384 288H128z\'/></svg>"}},{"label":"Researchgate","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z\'/></svg>"}},{"label":"Resolving","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z\'/></svg>"}},{"terms":["bathroom","toilet","uer","water closet","wc"],"label":"Restroom","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H120zM320 0c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480V384H422.2c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H504v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z\'/></svg>"}},{"terms":["refresh","reload","renew","retry","share","swap"],"label":"Retweet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-17.7 0-32-14.3-32-32V192h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96H272zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0V192c0-53-43-96-96-96L304 96z\'/></svg>"}},{"terms":["rev io"],"label":"Rev.io","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z\'/></svg>"}},{"terms":["badge","cause","celebration","lapel","pin","reminder","reminder ribbon","ribbon"],"label":"Ribbon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M333.2 322.8l0 0-133.9-146 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65V149.1c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2 0 0 83.3 95.6 0 0 91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z\'/></svg>"}},{"terms":["arrow","exit","leave","log out","logout","sign out"],"label":"Right From Bracket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z\'/></svg>"}},{"terms":["exchange alt","arrow","arrows","exchange","reciprocate","return","swap","transfer"],"label":"Right Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 96l320 0V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64H480z\'/></svg>"}},{"terms":["long arrow alt right","forward","long arrow right","next"],"label":"Right Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z\'/></svg>"}},{"terms":["sign in alt","arrow","enter","join","log in","login","sign up","sign in","signin","signup"],"label":"Right To Bracket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["Dungeons & Dragons","Gollum","band","binding","d&d","dnd","engagement","fantasy","gold","jewelry","marriage","precious","premium"],"label":"Ring","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8v96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304V208z\'/></svg>"}},{"terms":["highway","map","motorway","pavement","road","route","street","travel"],"label":"Road","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M256 32H181.2c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480H256V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64H521.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32z\'/></svg>"}},{"terms":["block","border","no entry","roadblock"],"label":"Road Barrier","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V266.3L149.2 96H64V64c0-17.7-14.3-32-32-32zM405.2 96H330.8l-5.4 10.7L234.8 288h74.3l5.4-10.7L405.2 96zM362.8 288h74.3l5.4-10.7L533.2 96H458.8l-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288h74.3l5.4-10.7L277.2 96H202.8zm288 192H576V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.7L490.8 288z\'/></svg>"}},{"terms":["bridge","infrastructure","road","travel"],"label":"Road Bridge","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M352 0H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V224c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V384zM480 40c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V64c0-13.3-10.7-24-24-24zM32 96H288v64H248v64h40v96c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V416c0-53-43-96-96-96V224H72V160H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64H120v64h80V160z\'/></svg>"}},{"terms":["enable","freeway","highway","not affected","ok","okay","pavement","road","validate","working"],"label":"Road Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["affected","failed","freeway","highway","pavement","road"],"label":"Road Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["destroy","freeway","highway","pavement","road","uncheck"],"label":"Road Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z\'/></svg>"}},{"terms":["closed","freeway","highway","lockdown","padlock","pavement","privacy","quarantine","road"],"label":"Road Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M288 32H213.2c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480H288V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32H352V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["barrier","roadblock","spikes"],"label":"Road Spikes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256V116.8c0-15.8 20.5-22 29.3-8.9L320 256V116.8c0-15.8 20.5-22 29.3-8.9L448 256V116.8c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7H512 448 384 320 256 192 64V116.8zM32 384H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["android","automate","computer","cyborg","face","monster","robot"],"label":"Robot","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M320 0c17.7 0 32 14.3 32 32V96H472c39.8 0 72 32.2 72 72V440c0 39.8-32.2 72-72 72H168c-39.8 0-72-32.2-72-72V168c0-39.8 32.2-72 72-72H288V32c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H208zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H304zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H400zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224H64V416H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H576V224h16z\'/></svg>"}},{"terms":["aircraft","app","jet","launch","nasa","space"],"label":"Rocket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9V380.8c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\'/></svg>"}},{"terms":["rocket chat"],"label":"Rocket.Chat","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z\'/></svg>"}},{"label":"Rockrms","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z\'/></svg>"}},{"terms":["sync alt","arrow","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap","withershins"],"label":"Rotate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M142.9 142.9c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5c0 0 0 0 0 0H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5c7.7-21.8 20.2-42.3 37.8-59.8zM16 312v7.6 .7V440c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l41.6-41.6c87.6 86.5 228.7 86.2 315.8-1c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.2 62.2-162.7 62.5-225.3 1L185 329c6.9-6.9 8.9-17.2 5.2-26.2s-12.5-14.8-22.2-14.8H48.4h-.7H40c-13.3 0-24 10.7-24 24z\'/></svg>"}},{"terms":["rotate back","rotate backward","undo alt","back","control z","exchange","oops","return","swap"],"label":"Rotate Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H48.5z\'/></svg>"}},{"terms":["redo alt","rotate forward","forward","refresh","reload","renew","repeat","retry"],"label":"Rotate Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z\'/></svg>"}},{"terms":["directions","navigation","travel"],"label":"Route","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["blog","feed","journal","news","writing"],"label":"Rss","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["rouble","currency"],"label":"Ruble Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M96 32C78.3 32 64 46.3 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V416H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V320H240c79.5 0 144-64.5 144-144s-64.5-144-144-144H96zM240 256H128V96H240c44.2 0 80 35.8 80 80s-35.8 80-80 80z\'/></svg>"}},{"terms":["blanket","carpet","rug","textile"],"label":"Rug","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M24 64H56 80V88v88 80 80 88 24H56 24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V360H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V200H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V112H24C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0H528V448H112V64zM640 88c0 13.3-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H584 560V424 336 256 176 88 64h24 32c13.3 0 24 10.7 24 24z\'/></svg>"}},{"terms":["design","draft","length","measure","planning","ruler","straight edge","straight ruler"],"label":"Ruler","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z\'/></svg>"}},{"terms":["design","draft","length","measure","planning"],"label":"Ruler Combined","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z\'/></svg>"}},{"terms":["design","draft","length","measure","planning"],"label":"Ruler Horizontal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z\'/></svg>"}},{"terms":["design","draft","length","measure","planning"],"label":"Ruler Vertical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H208c26.5 0 48 21.5 48 48V96H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z\'/></svg>"}},{"terms":["rupee","Rupee Sign","currency"],"label":"Rupee Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9l0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1l0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z\'/></svg>"}},{"terms":["currency"],"label":"Rupiah Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112H352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352 192c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48H352v96h48z\'/></svg>"}},{"label":"Rust","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z\'/></svg>"}},{"terms":["Latin Capital Letter S","Latin Small Letter S","letter"],"label":"S","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z\'/></svg>"}},{"terms":["bag","burlap","cash","dollar","investment","money","money bag","moneybag","premium","robber","salary","santa","usd"],"label":"Sack Dollar","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V424c0 11 9 20 20 20s20-9 20-20V410.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l0 0-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V216z\'/></svg>"}},{"terms":["bag","burlap","coupon","rations","salary","uncheck"],"label":"Sack Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 96H320l47.4-71.1C374.5 14.2 366.9 0 354.1 0H157.9c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32H192c-3.8 2.5-8.1 5.3-13 8.4l0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96H416c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z\'/></svg>"}},{"terms":["browser"],"label":"Safari","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z\'/></svg>"}},{"terms":["dinghy","mast","sailboat","sailing","yacht"],"label":"Sailboat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6H272c-8.8 0-16-7.2-16-16V16zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5V336c0 8.8-7.2 16-16 16H80c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384H554.9c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512H133C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z\'/></svg>"}},{"label":"Salesforce","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z\'/></svg>"}},{"label":"Sass","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z\'/></svg>"}},{"terms":["communications","hardware","orbit","satellite","space"],"label":"Satellite","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z\'/></svg>"}},{"terms":["SETI","antenna","communications","dish","hardware","radar","receiver","satellite","satellite antenna","saucer","signal","space"],"label":"Satellite Dish","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["Libra","balance","balance scale","balanced","justice","law","legal","measure","rule","scale","weight","zodiac"],"label":"Scale Balanced","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288H584.4L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320H199.3L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z\'/></svg>"}},{"terms":["balance scale left","justice","legal","measure","unbalanced","weight"],"label":"Scale Unbalanced","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2V480c0 17.7 14.3 32 32 32H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V153.3c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288H439.6zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416H56.7l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z\'/></svg>"}},{"terms":["balance scale right","justice","legal","measure","unbalanced","weight"],"label":"Scale Unbalanced Flip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2V480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288H200.4zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416H583.3L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z\'/></svg>"}},{"label":"SCHLIX","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z\'/></svg>"}},{"terms":["building","education","learn","school","student","teacher"],"label":"School","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H256V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96H592c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V208zM96 320h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V336zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["enable","not affected","ok","okay","schoolhouse","validate","working"],"label":"School Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z\'/></svg>"}},{"terms":["affected","failed","schoolhouse"],"label":"School Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["destroy","schoolhouse","uncheck"],"label":"School Circle Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z\'/></svg>"}},{"terms":["educate","flag","school","schoolhouse"],"label":"School Flag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 0H400c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H320.7l89.6 64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H336V400c0-26.5-21.5-48-48-48s-48 21.5-48 48V512H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64H165.7L256 95.5V32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm368 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H80zm384 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H464z\'/></svg>"}},{"terms":["closed","lockdown","padlock","privacy","quarantine","schoolhouse"],"label":"School Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96H592c26.5 0 48 21.5 48 48V272c0-61.9-50.1-112-112-112s-112 50.1-112 112v24.6c-19.1 11.1-32 31.7-32 55.4H320.3l-.3 0c-35.3 0-64 28.7-64 64v96h64v0H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48H166.3L302.2 5.4zM80 208v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm0 128v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z\'/></svg>"}},{"terms":["cut","Black Safety Scissors","White Scissors","clip","cutting","equipment","modify","scissors","snip","tool"],"label":"Scissors","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"label":"Screenpal","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z\'/></svg>"}},{"terms":["admin","configuration","equipment","fix","maintenance","mechanic","modify","repair","screw","screwdriver","settings","tool"],"label":"Screwdriver","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19v54.1l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z\'/></svg>"}},{"terms":["admin","configuration","equipment","fix","maintenance","modify","repair","screwdriver","settings","tools","wrench"],"label":"Screwdriver Wrench","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4h54.1l109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109V104c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7H352c-8.8 0-16-7.2-16-16V102.6c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"label":"Scribd","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z\'/></svg>"}},{"terms":["Dungeons & Dragons","announcement","d&d","dnd","fantasy","paper","scholar","script","scroll"],"label":"Scroll","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 80v48c0 17.7 14.3 32 32 32H48 96V80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64v-5.3c0-32.4 26.3-58.7 58.7-58.7H480V128c0-53-43-96-96-96H112zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H314.7c-14.7 0-26.7 11.9-26.7 26.7V384c0 53-43 96-96 96H368h96z\'/></svg>"}},{"terms":["torah","book","jewish","judaism","religion","scroll"],"label":"Scroll Torah","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32H128V480H512V32zM592 0c-26.5 0-48 14.3-48 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3H271l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332H214.3c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332H298.8L320 368.4zM254.5 256l30.3 52h70.4l30.3-52-30.3-52H284.8l-30.3 52zm144.9 23.8L383 308h32.8l-16.4-28.2zM415.8 204H383l16.4 28.2L415.8 204zM320 143.6L298.8 180h42.4L320 143.6zM224.2 204l16.4 28.2L257 204H224.2zM257 308l-16.4-28.2L224.2 308H257z\'/></svg>"}},{"terms":["image","img","memory","photo","save"],"label":"Sd Card","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M320 0H141.3C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 88v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"label":"Searchengin","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 460 512\'><path d=\'M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z\'/></svg>"}},{"terms":["Section Sign","law","legal","silcrow"],"label":"Section","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31l0 0 3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2l0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6l0 0 .2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5c-.2-.1-.4-.1-.6-.2l-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z\'/></svg>"}},{"terms":["sprout","environment","flora","grow","investment","plant","sapling","seedling","vegan","young"],"label":"Seedling","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64H64c123.7 0 224 100.3 224 224v32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96z\'/></svg>"}},{"terms":["eercast"],"label":"Sellcast","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z\'/></svg>"}},{"label":"Sellsy","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z\'/></svg>"}},{"terms":["computer","cpu","database","hardware","mysql","network","sql"],"label":"Server","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V352c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"label":"Servicestack","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z\'/></svg>"}},{"terms":["triangle circle square","blocks","build","circle","square","triangle"],"label":"Shapes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2H384c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312V456c0 22.1 17.9 40 40 40H472c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z\'/></svg>"}},{"terms":["mail forward","forward","save","send","social"],"label":"Share","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z\'/></svg>"}},{"terms":["share square","forward","save","send","social"],"label":"Share From Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M352 224H305.5c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8h-2.5c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144h80V34.7C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2H384c-17.7 0-32-14.3-32-32V224zM80 96c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16H400c8.8 0 16-7.2 16-16V384c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V112C0 67.8 35.8 32 80 32h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z\'/></svg>"}},{"terms":["share alt","forward","save","send","social"],"label":"Share Nodes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z\'/></svg>"}},{"terms":["plastic","plastic wrap","protect","tarp","tarpaulin","waterproof"],"label":"Sheet Plastic","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 448c0 35.3 28.7 64 64 64H224V384c0-17.7 14.3-32 32-32H384V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384H256V512L384 384z\'/></svg>"}},{"terms":["sheqel","sheqel sign","New Sheqel Sign","currency","ils","money"],"label":"Shekel Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H192c35.3 0 64 28.7 64 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-70.7-57.3-128-128-128H32zM320 480c70.7 0 128-57.3 128-128V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 35.3-28.7 64-64 64H192V192c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32H320z\'/></svg>"}},{"terms":["shield blank","achievement","armor","award","block","cleric","defend","defense","holy","paladin","protect","safety","security","shield","weapon","winner"],"label":"Shield","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z\'/></svg>"}},{"terms":["animal","feline","pet","protect","safety","veterinary"],"label":"Shield Cat","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4h.2c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4h48c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3h.2c5.8 0 10.4 4.7 10.4 10.4V272c0 53-43 96-96 96s-96-43-96-96V154.4zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"terms":["animal","canine","pet","protect","safety","veterinary"],"label":"Shield Dog","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64V160h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80H272v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160h40 8v32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"terms":["shield alt","achievement","armor","award","block","cleric","defend","defense","holy","paladin","privacy","security","shield","weapon","winner"],"label":"Shield Halved","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z\'/></svg>"}},{"terms":["love","protect","safe","safety","shield","wishlist"],"label":"Shield Heart","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z\'/></svg>"}},{"terms":["antibodies","barrier","coronavirus","covid 19","flu","health","infection","pandemic","protect","safety","vaccine"],"label":"Shield Virus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"terms":["boat","passenger","sea","ship","water"],"label":"Ship","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M192 32c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V64h48c26.5 0 48 21.5 48 48V240l44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240V112c0-26.5 21.5-48 48-48h48V32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7V128H160v90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["clothing","fashion","garment","shirt","short sleeve","t shirt","tshirt"],"label":"Shirt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0h12.6c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V197.7l-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0h12.6z\'/></svg>"}},{"label":"Shirts in Bulk","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z\'/></svg>"}},{"terms":["feet","footprints","steps","walk"],"label":"Shoe Prints","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M416 0C352.3 0 256 32 256 32V160c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64h32V32H192c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32V480s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64H96V352H64c-35.3 0-64 28.7-64 64z\'/></svg>"}},{"label":"Shoelace","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M404.9 331c2.2-1.1 4.4-2.3 6.5-3.7l8.3-4.8c1.5-1.1 4.4-3.4 8.7-6.7l.5-.5c3.4-3.4 7.2-5 11.3-4.9c1.8 0 3.9 .5 6.4 1.5l31-27.5c.9-.7 1.7-1.3 2.6-1.8h.2c3.3-1.9 6-1.8 8.2 .4c3.9 2.1 4.2 5.6 .9 10.6L456.9 322c.2 .5 .4 1 .4 1.5c.5 2.2 .3 4.4-.5 6.6c-.7 1.5-1.8 2.9-3.1 4.2c-1.4 1.4-2.7 2.8-4.2 4.2l-18.8 13.7c-1.7 1.2-3.4 2.3-5.1 3.3c-2.1 1.3-4.3 2.5-6.6 3.6c-1 .4-1.9 .9-2.9 1.3c-5.9 2.5-11.9 4.2-18.2 5c-2.9 24.5-11.3 47.1-25.1 67.8c-17.5 25.7-41.4 45.4-71.8 58.8c-30.2 13.5-63 20.2-98.2 20.2c-48.6-.5-88-11.4-118.2-32.8C49.5 454.4 32 421.5 32 380.3v-5.6c1.2-28.1 9.5-54.6 24.8-79.8c15.1-24.9 37.1-41.7 66.1-50.5c14.9-4.4 29.9-6.6 45-6.6c15.5 0 31.6 2.9 48.1 8.6s35.2 15.5 55.9 29.5L326 312.2c15.1 9.8 28.8 16.5 41.2 20c-2.6-25.1-11.7-46.6-27.3-64.5c-15.7-18.1-35.6-31.3-59.9-39.7l-23.3-8c-21.4-7.5-37.3-14.9-47.7-22.2c-28.2-19.1-43.8-45.2-47-78.5l-.5-9.8c0-32.1 13-58.9 39-80.5C223.5 9.7 251.1 0 283 0c24 0 45.6 6.9 64.7 20.8c19.2 14 30.1 33.8 32.6 59.4l.5 10c0 18.6-4.8 34.5-14.4 47.7c-9.8 13.2-18.5 19.9-26 19.9c-1.6-.1-3.1-.3-4.5-.6l-34 32c-5.5 3-9.2 2.5-11.1-1.6c-1.9-2.2-1.8-4.9 .5-8.2l.2-.2c.5-.7 1.2-1.5 2-2.4l31.6-30c-.4-1.5-.6-3.1-.6-4.8c0-4.1 1.6-7.6 4.9-10.4c13.8-12.4 20.8-26.7 20.8-42.8c0-16-6.1-29.5-18.2-40.4s-28.7-16.5-49.7-16.8c-26.2 0-47.8 7.9-64.7 23.7S192.3 89.9 192.3 112c0 17.8 6.9 33.9 20.6 48.3c13.6 14.2 34.6 25.4 63 33.5c39.8 11.5 70.2 31 91.3 58.3c18.7 24.2 29.1 51.3 31.3 81.4c2.2-.7 4.3-1.5 6.5-2.6zM294.1 178.7c0 1.1 .6 1.6 1.8 1.6c.1 0 9.7-8.9 28.8-26.6c0-2.4-5.1 .9-15.3 10c-10.2 9.2-15.3 14.2-15.3 14.9zm8 6.4c0-1-.5-1.5-1.5-1.5c-1.1 0-2.1 .5-2.9 1.6c-1.9-.1-3.3 .1-4.2 .7c-.4 .2-.5 .5-.5 .7c0 .7 .5 1.3 1.5 1.6h3.3c2.9-1.1 4.4-2.2 4.4-3.3zm22.6-19.9c0-2.8-1.6-2.8-4.9 0c-1.6 1.5-3.6 3.5-6 6.2c-.8 .6-2.6 2.2-5.3 4.9c-2.8 2.9-4.2 4.7-4.2 5.3l.2 1.3c.7 .2 1.2 .4 1.5 .4c.1 0 3.3-2.9 9.5-8.7s9.3-8.9 9.3-9.3zm159.7 120l-30.6 27c1.8 1 3.2 2.4 4 4.2l30.2-27c.2-1.2 .1-2.2-.5-2.9c-.6-.5-1.6-.9-3.1-1.3zm-1.6-.9l-.7-.7-27 21.9 1.6 2 26-23.1zM366.6 363.9c-8-2.1-15.4-4.6-22.2-7.5c-15.3-6.2-34.3-17-57-32.4L250 298.7c-15.8-10.1-30.2-17.6-43.2-22.6c-13.1-4.9-26-7.3-38.6-7.3h-5.5c-32.2 1.7-57.2 13.8-75 36.2c-16.6 20.8-25 45.3-25 73.6c0 31.8 12.8 56.7 38.2 74.7c25.4 18.1 60.2 27.1 104.4 27.1c34.7 0 64-6.2 87.8-18.6c23.7-12.4 42.1-28.8 55.2-49.2c9.8-15.5 15.9-31.8 18.2-48.8z\'/></svg>"}},{"terms":["store alt","bodega","building","buy","market","purchase","shopping","store"],"label":"Shop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M36.8 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 224H320V384H128V224H64zm448 0V480c0 17.7 14.3 32 32 32s32-14.3 32-32V224H512z\'/></svg>"}},{"terms":["bodega","building","buy","closed","lock","lockdown","market","padlock","privacy","purchase","quarantine","shop","shopping","store"],"label":"Shop Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M36.8 192H449.6c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224H320V384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 352 224zm144 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["store alt slash","building","buy","closed","covid 19","disabled","purchase","shopping"],"label":"Shop Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43V224H512V376L384 275.7V224H320v1.5L277.2 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192h85L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V398.5l-64-50.4V384zM544 512l-.3 0h.6l-.3 0z\'/></svg>"}},{"label":"Shopify","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z\'/></svg>"}},{"label":"Shopware","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z\'/></svg>"}},{"terms":["bath","clean","faucet","shower","water"],"label":"Shower","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32V131.9zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["allergy","crustacean","prawn","seafood","shellfish","shrimp","tail"],"label":"Shrimp","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64h1c3.7 88.9 77 160 167 160h56V128H264 88.8 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H464c8.8 0 16-7.2 16-16s-7.2-16-16-16H64zM224 456c0 13.3 10.7 24 24 24h72V407.8l-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3v69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128H320V320h18.3c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["random","arrow","arrows","crossed","shuffle","shuffle tracks button","sort","swap","switch","transfer"],"label":"Shuffle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160H352c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V416H352c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8h32V320c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z\'/></svg>"}},{"terms":["space shuttle","astronaut","machine","nasa","rocket","space","transportation"],"label":"Shuttle Space","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96h2zM352 128L245.2 63.9C210.4 43 170.6 32 130 32h-2v96l224 0zM96 128l0-96H80C53.5 32 32 53.5 32 80v48h8c-22.1 0-40 17.9-40 40v16V328v16c0 22.1 17.9 40 40 40H32v48c0 26.5 21.5 48 48 48H96l0-96h8c26.2 0 49.4-12.6 64-32H456c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160H168c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6v24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4V212.4c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z\'/></svg>"}},{"terms":["sign","directions","real estate","signage","wayfinding"],"label":"Sign Hanging","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 0c17.7 0 32 14.3 32 32V64l352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128H32C14.3 128 0 113.7 0 96S14.3 64 32 64H64V32C64 14.3 78.3 0 96 0zm96 160H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["signal 5","signal perfect","antenna","antenna bars","bar","bars","cell","graph","mobile","online","phone","reception","status"],"label":"Signal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M576 0c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM352 224V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32zM96 416v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-17.7 14.3-32 32-32s32 14.3 32 32z\'/></svg>"}},{"label":"Signal Messenger","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M194.6 7.5l5.8 23.3C177.7 36.3 156 45.3 136 57.4L123.7 36.8c22-13.3 45.9-23.2 70.9-29.3zm122.9 0l-5.8 23.3C334.3 36.3 356 45.3 376 57.4l12.4-20.6c-22-13.3-46-23.2-71-29.3zM36.8 123.7c-13.3 22-23.2 45.9-29.3 70.9l23.3 5.8C36.3 177.7 45.3 156 57.4 136L36.8 123.7zM24 256c0-11.6 .9-23.3 2.6-34.8L2.9 217.6c-3.8 25.4-3.8 51.3 0 76.7l23.7-3.6C24.9 279.3 24 267.6 24 256zM388.3 475.2L376 454.6c-20 12.1-41.6 21-64.2 26.6l5.8 23.3c24.9-6.2 48.8-16 70.8-29.3zM488 256c0 11.6-.9 23.3-2.6 34.8l23.7 3.6c3.8-25.4 3.8-51.3 0-76.7l-23.7 3.6c1.7 11.5 2.6 23.1 2.6 34.8zm16.5 61.4l-23.3-5.8c-5.6 22.7-14.5 44.3-26.6 64.3l20.6 12.4c13.3-22 23.2-46 29.3-71zm-213.8 168c-23 3.5-46.5 3.5-69.5 0l-3.6 23.7c25.4 3.8 51.3 3.8 76.7 0l-3.6-23.7zm152-91.8c-13.8 18.7-30.4 35.3-49.2 49.1l14.2 19.3c20.7-15.2 39-33.4 54.2-54.1l-19.3-14.4zM393.6 69.2c18.8 13.8 35.3 30.4 49.2 49.2L462.1 104C446.9 83.4 428.6 65.1 408 49.9L393.6 69.2zM69.2 118.4c13.8-18.8 30.4-35.3 49.2-49.2L104 49.9C83.4 65.1 65.1 83.4 49.9 104l19.3 14.4zm406 5.3L454.6 136c12.1 20 21 41.6 26.6 64.2l23.3-5.8c-6.2-24.9-16-48.8-29.3-70.8zm-254-97.1c23-3.5 46.5-3.5 69.5 0l3.6-23.7C268.9-1 243.1-1 217.6 2.9l3.6 23.7zM81.6 468.4L32 480l11.6-49.6L20.2 425 8.6 474.5c-.9 4-.8 8.1 .3 12.1s3.2 7.5 6.1 10.4s6.5 5 10.4 6.1s8.1 1.2 12.1 .3L87 492l-5.4-23.6zM25.2 403.6L48.6 409l8-34.4c-11.7-19.6-20.4-40.8-25.8-63L7.5 317.4c5.2 21.2 13.2 41.7 23.6 60.8l-5.9 25.3zm112 52l-34.4 8 5.4 23.4 25.3-5.9c19.2 10.4 39.6 18.4 60.8 23.6l5.8-23.3c-22.1-5.5-43.3-14.3-62.8-26l-.2 .2zM256 48c-37.2 0-73.6 10-105.6 28.9s-58.4 46-76.3 78.6s-26.9 69.3-25.8 106.4s12 73.3 31.8 104.8L60 452l85.3-20c27.3 17.2 58.2 27.8 90.3 31s64.5-1.1 94.6-12.6s57.2-29.8 79-53.6s37.8-52.2 46.8-83.2s10.5-63.6 4.7-95.3s-19-61.6-38.4-87.4s-44.5-46.7-73.4-61S288.3 48 256 48z\'/></svg>"}},{"terms":["John Hancock","cursive","name","username","writing"],"label":"Signature","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92v71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3V128c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32V128zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5V335.6c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24H64.3c-.2-2.8-.3-5.6-.3-8.5V368H24zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48H616z\'/></svg>"}},{"terms":["map signs","directions","directory","map","signage","wayfinding"],"label":"Signs Post","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M224 32H64C46.3 32 32 46.3 32 64v64c0 17.7 14.3 32 32 32H441.4c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7H288c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32H288V192H224v32H70.6c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7H448c17.7 0 32-14.3 32-32V256zM288 480V384H224v96c0 17.7 14.3 32 32 32s32-14.3 32-32z\'/></svg>"}},{"terms":["hard drive","hardware","portable","storage","technology","tiny"],"label":"Sim Card","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M64 0H242.7c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32v32h64V192H96zM64 352h80 96 80V288H240 144 64v64zM320 224c0-17.7-14.3-32-32-32H256v64h64V224zM160 192v64h64V192H160zM288 448c17.7 0 32-14.3 32-32V384H256v64h32zM160 384v64h64V384H160zM64 416c0 17.7 14.3 32 32 32h32V384H64v32z\'/></svg>"}},{"label":"SimplyBuilt","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z\'/></svg>"}},{"terms":["bathroom","covid 19","faucet","kitchen","wash"],"label":"Sink","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96V288H160V264c0-30.9-25.1-56-56-56H56c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c4.4 0 8 3.6 8 8v24H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H256 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H400V264c0-4.4 3.6-8 8-8h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H408c-30.9 0-56 25.1-56 56v24H288V96zM480 416V384H32v32c0 53 43 96 96 96H384c53 0 96-43 96-96z\'/></svg>"}},{"label":"SISTRIX","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z\'/></svg>"}},{"terms":["directory","hierarchy","ia","information architecture","organization"],"label":"Sitemap","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z\'/></svg>"}},{"label":"Sith","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z\'/></svg>"}},{"label":"Sitrox","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z\'/></svg>"}},{"terms":["app","design","interface"],"label":"Sketch","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z\'/></svg>"}},{"terms":["bones","death","face","fairy tale","monster","skeleton","skull","uer","x ray","yorick"],"label":"Skull","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1v64c0 26.5 21.5 48 48 48h48V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48V400c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>"}},{"terms":["Black Skull and Crossbones","Dungeons & Dragons","alert","bones","crossbones","d&d","danger","dangerous area","dead","deadly","death","dnd","face","fantasy","halloween","holiday","jolly roger","monster","pirate","poison","skeleton","skull","skull and crossbones","warning"],"label":"Skull Crossbones","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M368 128c0 44.4-25.4 83.5-64 106.4V256c0 17.7-14.3 32-32 32H176c-17.7 0-32-14.3-32-32V234.4c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z\'/></svg>"}},{"label":"skyatlas","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z\'/></svg>"}},{"label":"Skype","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z\'/></svg>"}},{"terms":["slack hash","anchor","hash","hashtag"],"label":"Slack Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z\'/></svg>"}},{"terms":["cancel","close","mute","off","stop","x"],"label":"Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z\'/></svg>"}},{"terms":["christmas","claus","fly","holiday","santa","sled","snow","xmas"],"label":"Sleigh","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V256c0 53 43 96 96 96v32h64V352H384v32h64V352c53 0 96-43 96-96V160c17.7 0 32-14.3 32-32s-14.3-32-32-32H512 480c-17.7 0-32 14.3-32 32v41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7H55 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32v8c0 13.3-10.7 24-24 24H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H552c48.6 0 88-39.4 88-88v-8z\'/></svg>"}},{"terms":["sliders h","adjust","configuration","modify","settings","sliders","toggle"],"label":"Sliders","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z\'/></svg>"}},{"label":"Slideshare","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z\'/></svg>"}},{"terms":["dragon","fog","haze","pollution","smoke","weather"],"label":"Smog","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 144c0 79.5 64.5 144 144 144H299.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368H280c-13.3 0-24 10.7-24 24s10.7 24 24 24H616c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H200c13.3 0 24-10.7 24-24z\'/></svg>"}},{"terms":["cancer","cigarette","nicotine","smoking","smoking status","tobacco"],"label":"Smoking","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M448 32V43c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2v11c0 17.7-14.3 32-32 32s-32-14.3-32-32V245c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43V32c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256V245c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2V32c0-17.7 14.3-32 32-32s32 14.3 32 32V43c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1v11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H64c-35.3 0-64-28.7-64-64V416zm224 0v32H384V416H224zm288-64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["snapchat ghost"],"label":"Snapchat","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z\'/></svg>"}},{"terms":["Heavy Chevron Snowflake","cold","precipitation","rain","snow","snowfall","snowflake","winter"],"label":"Snowflake","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0c17.7 0 32 14.3 32 32V62.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7v70.3l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V449.9l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49V311.7l-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3V129.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15V32c0-17.7 14.3-32 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 0c13.3 0 24 10.7 24 24V70.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57v76.5l66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6v76.5l57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V441.9l-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V297.6l-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4V137.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V24c0-13.3 10.7-24 24-24z\'/></svg>"}},{"terms":["cold","decoration","frost","frosty","holiday","snow","snowman","snowman without snow"],"label":"Snowman","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2V120c0-13.3 10.7-24 24-24s24 10.7 24 24v19.6l22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9H181.3c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6V120c0-13.3 10.7-24 24-24s24 10.7 24 24v40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24v3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9V120c0-8.8-7.2-16-16-16s-16 7.2-16 16z\'/></svg>"}},{"terms":["clean up","cold","road","storm","winter"],"label":"Snowplow","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M298.9 64l68.6 160H256l-64-64V64H298.9zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0H176c-26.5 0-48 21.5-48 48V160H96c-17.7 0-32 14.3-32 32V298.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112H368c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48H512v50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7V320 235.2L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40V288H448V256.7c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48H112c-26.5 0-48-21.5-48-48s21.5-48 48-48H368zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["bar","bathing","bubbles","clean","cleaning","covid 19","hygiene","lather","soap","soapdish","wash"],"label":"Soap","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96V416c0 53 43 96 96 96H416c53 0 96-43 96-96V288c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64H352c35.3 0 64-28.7 64-64s-28.7-64-64-64H320 160z\'/></svg>"}},{"terms":["business socks","business time","clothing","feet","flight of the conchords","socks","stocking","wednesday"],"label":"Socks","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6V96H128V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64H288V48c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0H176c-26.5 0-48 21.5-48 48V64zM320 96V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304V96H320zM512 64V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48V64H512z\'/></svg>"}},{"terms":["clean","eco friendly","energy","green","sun"],"label":"Solar Panel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384H288v64H224c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H569c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0H122.2zM260.9 64H379.1l10.4 104h-139L260.9 64zM202.3 168H101.4L122.2 64h90.4L202.3 168zM91.8 216H197.5L187.1 320H71L91.8 216zm153.9 0H394.3l10.4 104-169.4 0 10.4-104zm196.8 0H548.2L569 320h-116L442.5 216zm96-48H437.7L427.3 64h90.4l31.4-6.3L517.8 64l20.8 104z\'/></svg>"}},{"terms":["unsorted","filter","order"],"label":"Sort","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z\'/></svg>"}},{"terms":["arrow","descending","filter","insert","order","sort desc"],"label":"Sort Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z\'/></svg>"}},{"terms":["arrow","ascending","filter","order","sort asc","upgrade"],"label":"Sort Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z\'/></svg>"}},{"label":"SoundCloud","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z\'/></svg>"}},{"label":"Sourcetree","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z\'/></svg>"}},{"terms":["flora","massage","mindfulness","plant","wellness"],"label":"Spa","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480H288 267.9C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z\'/></svg>"}},{"terms":["adventure","rocket","ship","shuttle"],"label":"Space Awesome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z\'/></svg>"}},{"terms":["pastafarianism","agnosticism","atheism","flying spaghetti monster","fsm"],"label":"Spaghetti Monster Flying","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1l0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"label":"Speakap","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z\'/></svg>"}},{"label":"Speaker Deck","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z\'/></svg>"}},{"terms":["dictionary","edit","editor","enable","grammar","text","validate","working"],"label":"Spell Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224h90.7l5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160H93.3L112 115.2 130.7 160zM256 32v96 96c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80H288c-17.7 0-32 14.3-32 32zm96 64H320V64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64h32 16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320V160zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z\'/></svg>"}},{"terms":["arachnid","bug","charlotte","crawl","eight","halloween","insect","spider"],"label":"Spider","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1V160c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4V112c0 8.8-7.2 16-16 16s-16-7.2-16-16V101.2c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160v14.1l-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z\'/></svg>"}},{"terms":["circle","loading","pending","progress"],"label":"Spinner","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z\'/></svg>"}},{"terms":["Ink","blob","blotch","glob","stain"],"label":"Splotch","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z\'/></svg>"}},{"terms":["utensil spoon","cutlery","dining","scoop","silverware","spoon","tableware"],"label":"Spoon","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z\'/></svg>"}},{"label":"Spotify","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z\'/></svg>"}},{"terms":["Paint","aerosol","design","graffiti","tag"],"label":"Spray Can","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 0h64c17.7 0 32 14.3 32 32v96H96V32c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96H224c53 0 96 43 96 96V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["air freshener","car","clean","deodorize","fresh","pine","scent"],"label":"Spray Can Sparkles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 32v96H224V32c0-17.7-14.3-32-32-32H128C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96V464c0 26.5 21.5 48 48 48H272c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96H96zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z\'/></svg>"}},{"terms":["Black Square","black medium square","block","box","geometric","shape","square","white medium square"],"label":"Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\'/></svg>"}},{"terms":["external link square","diagonal","new","open","send","share"],"label":"Square Arrow Up Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h94.1L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135V328c0 13.3 10.7 24 24 24s24-10.7 24-24V168c0-13.3-10.7-24-24-24H160z\'/></svg>"}},{"terms":["behance square"],"label":"Square Behance","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M155.3 318.4c17.2 0 31.2-6.1 31.2-25.4c0-19.7-11.7-27.4-30.3-27.5h-46v52.9h45.1zm-5.4-129.6H110.3v44.8H153c15.1 0 25.8-6.6 25.8-22.9c0-17.7-13.7-21.9-28.9-21.9zm129.5 74.8h62.2c-1.7-18.5-11.3-29.7-30.5-29.7c-18.3 0-30.5 11.4-31.7 29.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM349.5 185H271.7V166.1h77.8V185zM193.7 243.7c23.6 6.7 35 27.5 35 51.6c0 39-32.7 55.7-67.6 55.9H68v-192h90.5c32.9 0 61.4 9.3 61.4 47.5c0 19.3-9 28.8-26.2 37zm118.7-38.6c43.5 0 67.6 34.3 67.6 75.4c0 1.6-.1 3.3-.2 5c0 .8-.1 1.5-.1 2.2H279.5c0 22.2 11.7 35.3 34.1 35.3c11.6 0 26.5-6.2 30.2-18.1h33.7c-10.4 31.9-31.9 46.8-65.1 46.8c-43.8 0-71.1-29.7-71.1-73c0-41.8 28.7-73.6 71.1-73.6z\'/></svg>"}},{"terms":["caret square down","arrow","caret square o down","dropdown","expand","insert","menu","more","triangle"],"label":"Square Caret Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z\'/></svg>"}},{"terms":["caret square left","arrow","back","caret square o left","previous","triangle"],"label":"Square Caret Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z\'/></svg>"}},{"terms":["caret square right","arrow","caret square o right","forward","next","triangle"],"label":"Square Caret Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z\'/></svg>"}},{"terms":["caret square up","arrow","caret square o up","collapse","triangle","upgrade","upload"],"label":"Square Caret Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4H120c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z\'/></svg>"}},{"terms":["check square","accept","agree","box","button","check","check box with check","check mark button","checkmark","confirm","correct","coupon","done","enable","mark","ok","select","success","tick","todo","validate","working","yes","✓"],"label":"Square Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["dribbble square"],"label":"Square Dribbble","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1 .1 62.4 .3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79zm26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4C281 124.2 235.3 112.9 192 123.4zM277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18zM227.8 232.6C159.6 253 93.4 252.2 87.4 252c0 .7 0 1.4 0 2.1s0 1.4 0 2.1c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4zm-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 416a160 160 0 1 1 0-320 160 160 0 1 1 0 320z\'/></svg>"}},{"terms":["envelope square","e mail","email","letter","mail","message","notification","offer","support"],"label":"Square Envelope","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144H352c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4V336c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V210.4l136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z\'/></svg>"}},{"terms":["facebook square","fabook","fb","social network"],"label":"Square Facebook","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\'/></svg>"}},{"label":"Square Font Awesome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90 122c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z\'/></svg>"}},{"terms":["font awesome alt","flag","font","icons","typeface","awesome"],"label":"Square Font Awesome Stroke","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm154 58c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.8 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z\'/></svg>"}},{"terms":["black large square","block","blue","blue square","box","brown","brown square","geometric","green","green square","orange","orange square","purple","purple square","red","red square","shape","square","white large square","yellow","yellow square"],"label":"Square Full","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 0H512V512H0V0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 48V464H48V48H464zM48 0H0V48 464v48H48 464h48V464 48 0H464 48z\'/></svg>"}},{"terms":["git square"],"label":"Square Git","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M120.8 335.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5 .7-44.5zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM243.9 172.2c-14.5 0-22.9-8.4-22.9-22.9c0-14.5 8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9zM149.6 195h49.5l0 21.6-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8 .6 14.3 .8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zM270.5 303.1l13 1.8 0 20.1H211.1V304.9c2.7-.4 5-.7 6.9-.9c9.9-1.2 10.1-1.3 10.1-6V223.3c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V298c0 4.1 .2 4.6 4.1 5.1zm106.6-10.4L384 315c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9V217.7c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7V192.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3 .1 .7 0 1.3 0h35.8v25.4H339.3v60.7c0 .2 0 .5 0 .9c-.2 6.3-.9 30.4 37.9 15.9z\'/></svg>"}},{"terms":["github square","octocat"],"label":"Square Github","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4 .1-28.8 .1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7 .1 30.6c0 4.8 .1 8.6 .1 10c0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8zm-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7 .6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9 .4-3.7-.4-3.9-1.7zm-9.1 3.2c-2.2 .2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7 .9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4zm-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3zm-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3 .6c1.3 1.3 1.8 3.3 .9 4.1c-.9 1.1-2.8 .9-4.3-.6zm-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9 .6-2.6 0-3.7-1.5zm-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5 .6c1.1 1.3 1.3 2.8 .4 3.5c-.9 .9-2.4 .4-3.5-.6zm-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3 .7 1.9 1.8 1.5 2.6c-.4 .9-1.7 1.1-2.8 .4z\'/></svg>"}},{"terms":["gitlab square"],"label":"Square Gitlab","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm337.5 12.5l44.6 116.4 .4 1.2c5.6 16.8 7.2 35.2 2.3 52.5c-5 17.2-15.4 32.4-29.8 43.3l-.2 .1-68.4 51.2-54.1 40.9c-.5 .2-1.1 .5-1.7 .8c-2 1-4.4 2-6.7 2c-3 0-6.8-1.8-8.3-2.8l-54.2-40.9L93.5 322.3l-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6c1.6-1 3.4-1.6 5.2-1.8c1.3-.7 2.1-.4 3.4 .1c.6 .2 1.2 .5 2 .7c1 .4 1.6 .9 2.4 1.5c.6 .4 1.2 1 2.1 1.5c1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6 .8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6z\'/></svg>"}},{"terms":["google plus square","social network"],"label":"Square Google Plus","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM64 256c0-55.3 44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4c-34.1 0-61.9 28.2-61.9 63.2c0 34.9 27.8 63.2 61.9 63.2c39.6 0 54.4-28.5 56.8-43.1H164V241.8h94.4c1 5 1.6 10.1 1.6 16.6c0 57.1-38.3 97.6-96 97.6c-55.3 0-100-44.7-100-100zm291 18.2v29H325.8v-29h-29V245h29V216H355v29h29v29.2H355z\'/></svg>"}},{"terms":["h square","directions","emergency","hospital","hotel","letter","map"],"label":"Square H","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM336 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H160l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H288V152c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"terms":["hacker news square"],"label":"Square Hacker News","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM21 229.2c0 0 .1-.1 .1-.2s.1-.2 .2-.2c0 .1 0 .3-.1 .4H21zM239.2 384H207.8V281.3L128 128h37.3c41.5 77.7 48.1 95.8 54.1 112c1.6 4.3 3.1 8.5 5.2 13.6c3.2-7 5.1-11.9 7.1-17.3c5.9-15.3 12.8-33.2 53.5-108.3H320L239.2 283.1V384z\'/></svg>"}},{"terms":["instagram square"],"label":"Square Instagram","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z\'/></svg>"}},{"terms":["js square"],"label":"Square Js","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM180.9 444.9c-33.7 0-53.2-17.4-63.2-38.5L152 385.7c6.6 11.7 12.6 21.6 27.1 21.6c13.8 0 22.6-5.4 22.6-26.5V237.7h42.1V381.4c0 43.6-25.6 63.5-62.9 63.5zm85.8-43L301 382.1c9 14.7 20.8 25.6 41.5 25.6c17.4 0 28.6-8.7 28.6-20.8c0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5c0-31.6 24.1-55.6 61.6-55.6c26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18c-12.3 0-20.1 7.8-20.1 18c0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2c0 37.8-29.8 58.6-69.7 58.6c-39.1 0-64.4-18.6-76.7-43z\'/></svg>"}},{"terms":["last fm","lastfm square"],"label":"Square Lastfm","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM210.7 280.8c-1.8-5.5-3.4-10.8-5-15.9c-12.9-41.9-21-68.4-58-68.4c-22.4 0-45.1 16.1-45.1 61.2c0 35.2 18 57.2 43.3 57.2c28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8c0-57.9 28.6-92 82.5-92c67.9 0 79.3 35.3 96.4 88.4c1.4 4.4 2.9 8.9 4.4 13.5c8.8 26.8 24.2 46.2 61.2 46.2c24.9 0 38.1-5.5 38.1-19.1c0-17.5-16.9-21.2-40-26.4c-3.2-.7-6.5-1.4-9.9-2.2c-30.4-7.3-42.5-23.1-42.5-48c0-40 32.3-52.4 65.2-52.4c37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4c-16.1 0-26 7.3-26 19.8c0 11 4.8 17.6 20.9 21.3c2.2 .5 4.5 1 6.7 1.4c31.1 6.5 65.1 13.7 65.1 56.1c.1 36.7-30.7 50.6-76.1 50.6c-63.4 0-85.4-28.6-97.1-64.1z\'/></svg>"}},{"label":"Square Letterboxd","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9zM224 187c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1C176.9 313.8 198.9 327 224 327c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1C271.1 200.2 249.1 187 224 187zm118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70z\'/></svg>"}},{"terms":["minus square","collapse","delete","hide","minify","negative","remove","shape","trash"],"label":"Square Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 200H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM152 232H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["non food item","supplies"],"label":"Square Nfi","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm75.7 64.6C68.8 162.5 64 168.8 64 176V336c0 8.8 7.2 16 16 16s16-7.2 16-16V233.8l66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4V176c0-8.8-7.2-16-16-16s-16 7.2-16 16V278.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176v64 96c0 8.8 7.2 16 16 16s16-7.2 16-16V256h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H256V192h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V336c0 8.8 7.2 16 16 16s16-7.2 16-16V176z\'/></svg>"}},{"terms":["odnoklassniki square"],"label":"Square Odnoklassniki","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 137.1a39.9 39.9 0 1 0 0 79.7 39.9 39.9 0 1 0 0-79.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 95.9A81 81 0 1 1 224 258a81 81 0 1 1 0-162.1zm59.3 168.3c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9 47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l0 0-47.7 47.9c-17.7 17.2-46-11-28.4-28.6c3.7-3.7 7.9-7.9 12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18z\'/></svg>"}},{"terms":["auto","car","garage","meter","parking"],"label":"Square Parking","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM192 256h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H192v64zm48 64H192v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 168c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96s-43 96-96 96z\'/></svg>"}},{"terms":["pen square","edit","modify","pencil square","update","write"],"label":"Square Pen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z\'/></svg>"}},{"terms":["captivity","confined","uer"],"label":"Square Person Confined","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56V350.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7V248z\'/></svg>"}},{"terms":["phone square","call","earphone","number","support","telephone","voice"],"label":"Square Phone","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z\'/></svg>"}},{"terms":["phone square alt","call","earphone","number","support","telephone","voice"],"label":"Square Phone Flip","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z\'/></svg>"}},{"terms":["square pied piper"],"label":"Pied Piper Square Logo (Old)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z\'/></svg>"}},{"terms":["pinterest square"],"label":"Square Pinterest","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z\'/></svg>"}},{"terms":["plus square","add","create","expand","new","positive","shape"],"label":"Square Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\'/></svg>"}},{"terms":["poll h","chart","graph","results","statistics","survey","trend","vote","voting"],"label":"Square Poll Horizontal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z\'/></svg>"}},{"terms":["poll","chart","graph","results","revenue","statistics","survey","trend","vote","voting"],"label":"Square Poll Vertical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 192c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V160zM320 288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["reddit square"],"label":"Square Reddit","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32zM305.9 166.4c20.6 0 37.3-16.7 37.3-37.3s-16.7-37.3-37.3-37.3c-18 0-33.1 12.8-36.6 29.8c-30.2 3.2-53.8 28.8-53.8 59.9l0 .2c-32.8 1.4-62.8 10.7-86.6 25.5c-8.8-6.8-19.9-10.9-32-10.9c-28.9 0-52.3 23.4-52.3 52.3c0 21 12.3 39 30.1 47.4c1.7 60.7 67.9 109.6 149.3 109.6s147.6-48.9 149.3-109.7c17.7-8.4 29.9-26.4 29.9-47.3c0-28.9-23.4-52.3-52.3-52.3c-12 0-23 4-31.9 10.8c-24-14.9-54.3-24.2-87.5-25.4l0-.1c0-22.2 16.5-40.7 37.9-43.7l0 0c3.9 16.5 18.7 28.7 36.3 28.7zM155 248.1c14.6 0 25.8 15.4 25 34.4s-11.8 25.9-26.5 25.9s-27.5-7.7-26.6-26.7s13.5-33.5 28.1-33.5zm166.4 33.5c.9 19-12 26.7-26.6 26.7s-25.6-6.9-26.5-25.9c-.9-19 10.3-34.4 25-34.4s27.3 14.6 28.1 33.5zm-42.1 49.6c-9 21.5-30.3 36.7-55.1 36.7s-46.1-15.1-55.1-36.7c-1.1-2.6 .7-5.4 3.4-5.7c16.1-1.6 33.5-2.5 51.7-2.5s35.6 .9 51.7 2.5c2.7 .3 4.5 3.1 3.4 5.7z\'/></svg>"}},{"terms":["square root alt","arithmetic","calculus","division","math"],"label":"Square Root Variable","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M282.6 78.1c8-27.3 33-46.1 61.4-46.1H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H344L238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H77.6c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z\'/></svg>"}},{"terms":["rss square","blog","feed","journal","news","writing"],"label":"Square Rss","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"terms":["share alt square","forward","save","send","social"],"label":"Square Share Nodes","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z\'/></svg>"}},{"terms":["square snapchat"],"label":"Snapchat Square","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z\'/></svg>"}},{"terms":["steam square"],"label":"Square Steam","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5 .1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5l29.5 12.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V240.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM241.9 196.2a58.4 58.4 0 1 0 116.8 0 58.4 58.4 0 1 0 -116.8 0zm14.6-.1a43.9 43.9 0 1 1 87.8 0 43.9 43.9 0 1 1 -87.8 0z\'/></svg>"}},{"label":"Square Threads","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z\'/></svg>"}},{"terms":["tumblr square"],"label":"Square Tumblr","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90H135.2c-3.4 0-6.2-2.8-6.2-6.2V189.4c0-4.5 2.8-8.5 7.1-10c38.8-13.7 50.9-47.5 52.7-73.2c.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2H249.1V321c0 21.4 14.8 33.5 42.5 22.4c3-1.2 5.6-2 8-1.4c2.2 .5 3.6 2.1 4.6 4.9L318 387.1c1 3.2 2 6.7-.3 9.1c-8.5 9.1-31.2 19.8-60.9 19.8z\'/></svg>"}},{"terms":["twitter square","social network","tweet"],"label":"Square Twitter","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z\'/></svg>"}},{"terms":["external link square alt","arrow","diagonal","direction","external link square","intercardinal","new","northeast","open","share","up right arrow"],"label":"Square Up Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM320 313.4V176c0-8.8-7.2-16-16-16H166.6c-12.5 0-22.6 10.1-22.6 22.6c0 6 2.4 11.8 6.6 16L184 232l-66.3 66.3C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7L248 296l33.4 33.4c4.2 4.2 10 6.6 16 6.6c12.5 0 22.6-10.1 22.6-22.6z\'/></svg>"}},{"label":"Square Upwork","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M56 32l336 0c30.9 0 56 25.1 56 56l0 336c0 30.9-25.1 56-56 56L56 480c-30.9 0-56-25.1-56-56L0 88C0 57.1 25.1 32 56 32zM270.9 274.2c6.6-52.9 25.9-69.5 51.4-69.5c25.3 0 44.9 20.2 44.9 49.7s-19.7 49.7-44.9 49.7c-27.9 0-46.3-21.5-51.4-29.9zm-26.7-41.8c-8.2-15.5-14.3-36.3-19.2-55.6l-29.7 0-33.2 0 0 78.1c0 28.4-12.9 49.4-38.2 49.4s-39.8-20.9-39.8-49.3l.3-78.1-36.2 0 0 78.1c0 22.8 7.4 43.5 20.9 58.2c13.9 15.2 32.8 23.2 54.8 23.2c43.7 0 74.2-33.5 74.2-81.5l0-52.5c4.6 17.3 15.4 50.5 36.2 79.7L215 392.6l36.8 0 12.8-78.4c4.2 3.5 8.7 6.6 13.4 9.4c12.3 7.8 26.4 12.2 40.9 12.6l.1 0c.5 0 1.1 0 1.6 0c.6 0 1.1 0 1.7 0c45.1 0 80.9-34.9 80.9-81.9s-35.9-82.2-80.9-82.2c-45.4 0-70.9 29.7-78.1 60.1z\'/></svg>"}},{"terms":["viadeo square"],"label":"Square Viadeo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM118.3 381.2c-68-73.6-19.8-196.1 81.2-196.1c13.3 0 26.6 2.1 39.1 6.7c-4.3 8.4-7.3 17.6-8.4 27.1c-9.7-4.1-20.2-6-30.7-6c-48.8 0-84.6 41.7-84.6 88.9c0 43 28.5 78.7 69.5 85.9c61.5-24 72.9-117.6 72.9-175v0c0-7.3 0-14.8-.6-22.1c-11.2-32.9-26.6-64.6-44.2-94.5c27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70c0 54.1-21.9 99-68.3 128.2l-2.4 .2c50 1 86.2-38.6 86.2-87.2c0-12.2-2.1-24.3-6.9-35.7c9.5-1.9 18.5-5.6 26.4-10.5c15.3 36.6 12.6 87.3-22.8 125.6c-42.4 46.2-120 46.6-162.4 0zM274.6 217.6c21.9-12 49.6-30.7 62.3-53c1.5-3 4.1-8.6 4.5-12c-12.5 27.9-44.2 49.8-73.9 56.7c-4.7-7.3-7.5-15.5-7.5-24.3c0-10.3 5.2-24.1 12.9-31.6c8.3-7.9 18-10.9 27.9-14.1c16-5.1 32.5-10.3 44.5-35.9c32.5 46.2 13.1 130.3-36.3 130.3c-13.3 0-25.1-7.1-34.4-16.1z\'/></svg>"}},{"terms":["vimeo square"],"label":"Square Vimeo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM318.5 309.5C275 366 238.2 394.3 208.1 394.3c-18.7 0-34.4-17.2-47.3-51.6c-3.8-13.9-7.3-26.9-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4c-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5c29.1-26.3 55.6-50.3 73.5-51.9c24.9-2.4 40.2 14.6 46 51.1c20.5 129.6 29.6 149.2 66.8 90.5c13.4-21.2 20.6-37.2 21.5-48.3c3.4-32.8-25.6-30.6-45.2-22.2c15.7-51.5 45.8-76.5 90.1-75.1c32.9 1 48.4 22.4 46.5 64c-1.4 31.1-23.2 73.8-65.3 127.9z\'/></svg>"}},{"terms":["coronavirus","covid 19","disease","flu","infection","pandemic"],"label":"Square Virus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\'/></svg>"}},{"terms":["coding","crown","web","awesome","components"],"label":"Square Web Awesome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM235 177.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z\'/></svg>"}},{"terms":["coding","crown","web","awesome","components"],"label":"Square Web Awesome Stroke","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm235 81.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z\'/></svg>"}},{"terms":["whatsapp square"],"label":"Square Whatsapp","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6L152 365.2l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3 .5-.5 .7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6 .1c.3 0 .5 0 .8 0c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3 .3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9 .9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM148.1 393.9L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3z\'/></svg>"}},{"terms":["elon","x","twitter"],"label":"Square X Twitter","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z\'/></svg>"}},{"terms":["xing square"],"label":"Square Xing","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6 .2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1H93.8zm163.5-33.4v.2l65.5 119c2.8 5.1 .1 10.1-6 10.1H270.2c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c1.8-3.2 22.9-40.4 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10L257.3 286.8z\'/></svg>"}},{"terms":["times square","xmark square","close","cross","cross mark button","incorrect","mark","notice","notification","notify","problem","square","uncheck","window","wrong","x","×"],"label":"Square Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>"}},{"terms":["youtube square"],"label":"Square Youtube","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M282 256.2l-95.2-54.1V310.3L282 256.2zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9C337.9 384 224 384 224 384s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9C42 315.9 42 256.3 42 256.3s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4C110.1 128 224 128 224 128s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4z\'/></svg>"}},{"label":"Squarespace","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z\'/></svg>"}},{"label":"Stack Exchange","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z\'/></svg>"}},{"label":"Stack Overflow","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z\'/></svg>"}},{"label":"Stackpath","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z\'/></svg>"}},{"terms":["rod asclepius","rod snake","staff aesculapius","asclepius","asklepian","health","serpent","wellness"],"label":"Staff Snake","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96H248V160h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H248 220l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96H240V384h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H213l-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32H152c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128H136 122.6c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56S25.1 48 56 48h8 8 89.5l-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["exit","steps","up"],"label":"Stairs","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384 64c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v96c0 17.7-14.3 32-32 32H320v96c0 17.7-14.3 32-32 32H192v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V320c0-17.7 14.3-32 32-32h96V192c0-17.7 14.3-32 32-32h96V64z\'/></svg>"}},{"terms":["art","certificate","imprint","rubber","seal"],"label":"Stamp","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2H112C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V413.3c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112H366.2c-29.9 0-54.2-24.3-54.2-54.2zM416 416v32H96V416H416z\'/></svg>"}},{"terms":["desktop","milton","office","paperclip","staple"],"label":"Stapler","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 299.3V304 432c0 26.5-21.5 48-48 48H512 448 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H448V368H96c-17.7 0-32-14.3-32-32V219.4L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304V288L128 230.9V304H448z\'/></svg>"}},{"terms":["achievement","award","favorite","important","night","quality","rating","score","star","vip"],"label":"Star","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z\'/></svg>"}},{"terms":["Muslim","islam","muslim","religion","star and crescent"],"label":"Star And Crescent","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z\'/></svg>"}},{"terms":["achievement","award","rating","score","star half empty","star half full"],"label":"Star Half","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8V0zM429.9 512c1.1 .1 2.1 .1 3.2 0h-3.2z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4V408.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.3c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4V128.4z\'/></svg>"}},{"terms":["star half alt","achievement","award","rating","score","star half empty","star half full"],"label":"Star Half Stroke","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L288.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L288.1 439.8 159.8 508.3C149 514 135.9 513.1 126 506s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329l24.6 145.7z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5zM288 384.7V79.1l52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L391 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L299.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z\'/></svg>"}},{"terms":["David","Jew","Jewish","jewish","judaism","religion","star","star of David"],"label":"Star Of David","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88 54 88H317.4l54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.7l-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112H163.3l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112H458.6c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168H383.1zM283 112L256 68l-27 44h54zM128.9 168H86.6l21.1 34.5L128.9 168zM107.8 309.5L86.6 344h42.3l-21.1-34.5zM229 400l27 44 27-44H229z\'/></svg>"}},{"terms":["doctor","emt","first aid","health","medical"],"label":"Star Of Life","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M208 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V172.9l122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.5 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1V480c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V339.1L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4V32z\'/></svg>"}},{"terms":["linkin"],"label":"StayLinked","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 440 512\'><path d=\'M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z\'/></svg>"}},{"label":"Steam","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z\'/></svg>"}},{"label":"Steam Symbol","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z\'/></svg>"}},{"terms":["gbp","Pound Sign","currency"],"label":"Sterling Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1C104.1 390 112 361.5 112 332.5V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z\'/></svg>"}},{"terms":["covid 19","diagnosis","doctor","general practitioner","heart","hospital","infirmary","medicine","office","outpatient","stethoscope"],"label":"Stethoscope","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1V192c0 53 43 96 96 96s96-43 96-96V71.1l-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1V192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112V265.3c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V336c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192V71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"label":"Sticker Mule","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z\'/></svg>"}},{"terms":["block","box","square","stop","stop button"],"label":"Stop","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\'/></svg>"}},{"terms":["clock","reminder","stopwatch","time","waiting"],"label":"Stopwatch","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z\'/></svg>"}},{"terms":["ABCs","countdown","covid 19","happy birthday","i will survive","reminder","seconds","time","timer"],"label":"Stopwatch 20","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H176zM288 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52V256c0-28.7 23.3-52 52-52zm-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12V256c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9H192c11 0 20 9 20 20s-9 20-20 20H128c-11 0-20-9-20-20V368.3c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5z\'/></svg>"}},{"terms":["bodega","building","buy","market","purchase","shopping","store"],"label":"Store","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z\'/></svg>"}},{"terms":["building","buy","closed","covid 19","disabled","purchase","shopping"],"label":"Store Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V384 252.6c-4 1-8 1.8-12.3 2.3l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V350.9L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zM514.9 501.7L365.5 384H160V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H480c12.9 0 24.8-3.8 34.9-10.3zM155.3 218.4L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6z\'/></svg>"}},{"label":"Strava","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z\'/></svg>"}},{"terms":["directions","location","map","navigation","uer"],"label":"Street View","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5L318.2 304H320c17.7 0 32-14.3 32-32V224c0-35.3-28.7-64-64-64H224zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z\'/></svg>"}},{"terms":["cancel","edit","font","format","modify","text","type"],"label":"Strikethrough","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1c-.1 0-.3-.1-.4-.1l-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3l0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6l0 0 .2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1H335.1c7 5.6 11.4 11.2 13.9 17.2z\'/></svg>"}},{"label":"Stripe","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z\'/></svg>"}},{"label":"Stripe S","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z\'/></svg>"}},{"terms":["caramel","cookie","dessert","sweets","waffle"],"label":"Stroopwafel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z\'/></svg>"}},{"label":"Stubber","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z\'/></svg>"}},{"label":"Studio Vinari","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z\'/></svg>"}},{"terms":["stumble upon"],"label":"StumbleUpon Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z\'/></svg>"}},{"label":"StumbleUpon Circle","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z\'/></svg>"}},{"terms":["edit","font","format","text","type"],"label":"Subscript","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V320z\'/></svg>"}},{"terms":["baggage","luggage","move","packing","suitcase","travel","trip"],"label":"Suitcase","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 56V96H336V56c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zM128 96V56c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56V96v32V480H128V128 96zM64 96H96V480H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM448 480H416V96h32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64z\'/></svg>"}},{"terms":["medkit","first aid","firstaid","health","help","medical","supply","support"],"label":"Suitcase Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96v32V480H384V128 96 56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM96 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H96V96zM416 480h32c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H416V480zM224 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z\'/></svg>"}},{"terms":["baggage","luggage","move","suitcase","travel","trip"],"label":"Suitcase Rolling","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M144 56c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v72H144V56zm176 72H288V56c0-30.9-25.1-56-56-56H152C121.1 0 96 25.1 96 56v72H64c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32H256c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zM112 224H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["bright","brighten","contrast","day","lighter","rays","sol","solar","star","sun","sunny","weather"],"label":"Sun","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\'/></svg>"}},{"terms":["arid","droop","drought"],"label":"Sun Plant Wilt","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v8V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H504V280v-8V176z\'/></svg>"}},{"label":"Superpowers","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z\'/></svg>"}},{"terms":["edit","exponential","font","format","text","type"],"label":"Superscript","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32z\'/></svg>"}},{"label":"Supple","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z\'/></svg>"}},{"terms":["linux","operating system","os"],"label":"Suse","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M593.1 192.6A10.4 10.4 0 1 1 604.5 210a10.4 10.4 0 1 1 -11.4-17.4zm-47.1 12.2a38.5 38.5 0 1 1 75-17.6 38.5 38.5 0 1 1 -75 17.6zM433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2 .1 .3 .2 .5 .2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1 .3c5.3 .5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9 .8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2 .2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2 .5 20.1 .7 30.4 .3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8 .7 11.2-2.1c.4-.8 .4-1.8 .3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6 .7 33.3 .7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3C147 115.1 90.8 142.6 48.2 182.7C22.1 207.3 1.6 242.4 .2 277.9c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5C40.1 329.9 31.1 269.4 73.2 237c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9 .6 34.9 .3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7z\'/></svg>"}},{"terms":["Pantone","color","design","hue","palette"],"label":"Swatchbook","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 32C0 14.3 14.3 0 32 0H160c17.7 0 32 14.3 32 32V416c0 53-43 96-96 96s-96-43-96-96V32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9V154l75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192H480c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H182.8zM128 64H64v64h64V64zM64 192v64h64V192H64zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"label":"Swift","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z\'/></svg>"}},{"label":"Symfony","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z\'/></svg>"}},{"terms":["Jew","Jewish","building","jewish","judaism","religion","star of david","synagogue","temple"],"label":"Synagogue","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166V280.1 512H464 352V416c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H176 160V280.1 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64H512zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z\'/></svg>"}},{"terms":["covid 19","doctor","immunizations","medical","medicine","needle","shot","sick","syringe","vaccinate","vaccine"],"label":"Syringe","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4H97.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V325.3c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z\'/></svg>"}},{"terms":["Latin Capital Letter T","Latin Small Letter T","letter"],"label":"T","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H160V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H192 32z\'/></svg>"}},{"terms":["category","data","excel","spreadsheet"],"label":"Table","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 256V160H224v96H64zm0 64H224v96H64V320zm224 96V320H448v96H288zM448 256H288V160H448v96zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\'/></svg>"}},{"terms":["th","excel","blocks","boxes","category","grid","spreadsheet","squares"],"label":"Table Cells","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z\'/></svg>"}},{"terms":["blocks","boxes","column","excel","grid","lock","squares","category","spreadsheet"],"label":"Table Cells Column Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zm208 0l0 64 88 0 0-64-88 0zm240 0l-88 0 0 64 88 0 0-64zM208 224l0 64 88 0 0-64-88 0zm0 128l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\'/></svg>"}},{"terms":["th large","excel","blocks","boxes","category","grid","spreadsheet","squares"],"label":"Table Cells Large","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 96V224H288V96H448zm0 192V416H288V288H448zM224 224H64V96H224V224zM64 288H224V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\'/></svg>"}},{"terms":["blocks","boxes","column","grid","squares","category","column","excel","lock","lock","spreadsheet"],"label":"Table Cells Row Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\'/></svg>"}},{"terms":["columns","browser","category","dashboard","organize","panes","split"],"label":"Table Columns","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 64V416H224V160H64zm384 0H288V416H448V160z\'/></svg>"}},{"terms":["th list","category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"],"label":"Table List","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 0v64h64V96H64zm384 0H192v64H448V96zM64 224v64h64V224H64zm384 0H192v64H448V224zM64 352v64h64V352H64zm384 0H192v64H448V352z\'/></svg>"}},{"terms":["ping pong paddle ball","table tennis","ball","bat","game","paddle","ping pong","table tennis"],"label":"Table Tennis Paddle Ball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M480 288c-50.1 0-93.6 28.8-114.6 70.8L132.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C535.8 297.6 509 288 480 288zM113.3 151.9L354.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3H357c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L152.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32c-6.3-6.3-9.7-14.9-9.4-23.8s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8c-24-24-37.5-56.6-37.5-90.5v-2.7c0-22.8 6.1-44.9 17.3-64.3zM480 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\'/></svg>"}},{"terms":["tablet android","device","kindle","screen"],"label":"Tablet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM176 432h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["apple","device","ipad","kindle","screen"],"label":"Tablet Button","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["tablet alt","apple","device","ipad","kindle","screen"],"label":"Tablet Screen Button","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64H64V384H384V64z\'/></svg>"}},{"terms":["drugs","medicine","pills","prescription"],"label":"Tablets","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M614.3 247c16.3-25 25.7-54.9 25.7-87C640 71.6 568.4 0 480 0c-32.1 0-61.9 9.4-87 25.7c-7.9 5.2-8.5 16.2-1.8 22.9L591.4 248.8c6.7 6.7 17.8 6.2 22.9-1.8zM567 294.3c7.9-5.2 8.5-16.2 1.8-22.9L368.6 71.2c-6.7-6.7-17.8-6.2-22.9 1.8c-16.3 25-25.7 54.9-25.7 87c0 88.4 71.6 160 160 160c32.1 0 61.9-9.4 87-25.7zM301.5 368H18.5c-9.5 0-16.9 8.2-15 17.5C18.9 457.8 83.1 512 160 512s141.1-54.2 156.5-126.5c2-9.3-5.5-17.5-15-17.5zm0-32c9.5 0 16.9-8.2 15-17.5C301.1 246.2 236.9 192 160 192S18.9 246.2 3.5 318.5c-2 9.3 5.5 17.5 15 17.5H301.5z\'/></svg>"}},{"terms":["digital tachograph","data","distance","speed","tachometer"],"label":"Tachograph Digital","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm32 64H320c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16H560c8.8 0 16 7.2 16 16s-7.2 16-16 16H400c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\'/></svg>"}},{"terms":["discount","labe","label","price","shopping"],"label":"Tag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["discount","label","price","shopping"],"label":"Tags","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5V80C0 53.5 21.5 32 48 32H197.5c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"terms":["design","package","sticky"],"label":"Tape","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H380.8zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\'/></svg>"}},{"terms":["protection","tarp","tent","waterproof"],"label":"Tarp","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M576 128c0-35.3-28.7-64-64-64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32H576V128zM448 448L576 320H448l0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["protection","tarp","tent","waterproof"],"label":"Tarp Droplet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128H197.5c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64H512c35.3 0 64 28.7 64 64V352H448c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zM448 512l0-128H576L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["cab","cabbie","car","car service","lyft","machine","oncoming","oncoming taxi","taxi","transportation","travel","uber","vehicle"],"label":"Taxi","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 0c-17.7 0-32 14.3-32 32V64c0 .1 0 .1 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288V432v48c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V432H416v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V432 288c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1c0-.1 0-.1 0-.2V32c0-17.7-14.3-32-32-32H192zM165.4 128H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 224H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"label":"Teamspeak","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z\'/></svg>"}},{"terms":["bite","dental","dentist","gums","mouth","smile","tooth"],"label":"Teeth","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 128C0 75 43 32 96 32H480c53 0 96 43 96 96V384c0 53-43 96-96 96H96c-53 0-96-43-96-96V128zm176 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48zM48 208v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H72c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48V312c0-13.3-10.7-24-24-24H200c-13.3 0-24 10.7-24 24v24zm176 48c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-176v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H456c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48z\'/></svg>"}},{"terms":["dental","dentist","gums bite","mouth","smile","tooth"],"label":"Teeth Open","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M96 32C43 32 0 75 0 128v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-53-43-96-96-96H96zM224 96c26.5 0 48 21.5 48 48v56c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V144c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48v56c0 13.3-10.7 24-24 24H328c-13.3 0-24-10.7-24-24V144zM96 128c26.5 0 48 21.5 48 48v24c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V176c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48v24c0 13.3-10.7 24-24 24H456c-13.3 0-24-10.7-24-24V176zM96 480H480c53 0 96-43 96-96V352c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48z\'/></svg>"}},{"terms":["telegram plane"],"label":"Telegram","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z\'/></svg>"}},{"terms":["temperature down","air conditioner","cold","heater","mercury","thermometer","winter"],"label":"Temperature Arrow Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64H480V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352H384c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z\'/></svg>"}},{"terms":["temperature up","air conditioner","cold","heater","mercury","thermometer","winter"],"label":"Temperature Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V160z\'/></svg>"}},{"terms":["temperature 0","thermometer 0","thermometer empty","cold","mercury","status","temperature"],"label":"Temperature Empty","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM160 0C98.1 0 48 50.2 48 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["temperature 4","thermometer 4","thermometer full","fever","hot","mercury","status","temperature"],"label":"Temperature Full","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V112c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z\'/></svg>"}},{"terms":["temperature 2","thermometer 2","thermometer half","mercury","status","temperature","thermometer","weather"],"label":"Temperature Half","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V208c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z\'/></svg>"}},{"terms":["cook","covid 19","mercury","summer","thermometer","thermometer heigh","warm"],"label":"Temperature High","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5V112zM144 0C82.1 0 32 50.2 32 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z\'/></svg>"}},{"terms":["cold","cool","covid 19","mercury","thermometer","winter"],"label":"Temperature Low","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z\'/></svg>"}},{"terms":["temperature 1","thermometer 1","thermometer quarter","mercury","status","temperature"],"label":"Temperature Quarter","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z\'/></svg>"}},{"terms":["temperature 3","thermometer 3","thermometer three quarters","mercury","status","temperature"],"label":"Temperature Three Quarters","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V144c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z\'/></svg>"}},{"label":"Tencent Weibo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z\'/></svg>"}},{"terms":["tenge","Tenge Sign","currency"],"label":"Tenge Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32H192 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V224H32c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"terms":["bivouac","campground","campsite","refugee","shelter","tent"],"label":"Tent","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7H464 435.8c-12.1 0-23.2-6.8-28.6-17.7L306.7 293.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9V480c0 17.7-14.3 32-32 32H240 32c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z\'/></svg>"}},{"terms":["bivouac","campground","refugee","shelter","tent","campsite","permanent","refugee","shelter"],"label":"Tent Arrow Down To Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H159.6l.7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448h80L402.7 325.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9V448z\'/></svg>"}},{"terms":["bivouac","campground","refugee","shelter","tent","campsite","refugee","shelter","transition"],"label":"Tent Arrow Left Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H240h16c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7H464h16c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\'/></svg>"}},{"terms":["bivouac","campground","refugee","shelter","tent","campsite","refugee","shelter","temporary"],"label":"Tent Arrow Turn Left","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72v40c0 13.3 10.7 24 24 24s24-10.7 24-24V192c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H240h16c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7H464h16c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\'/></svg>"}},{"terms":["bivouac","campground","refugee","shelter","tent","campsite","insert","refugee","shelter","spontaneous"],"label":"Tent Arrows Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V146.1l-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H240h16c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7H464h16c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\'/></svg>"}},{"terms":["bivouac","campground","refugee","shelter","tent","bivouac","campground","campsite","refugee","shelter","tent"],"label":"Tents","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5H608c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512H176h16c17.7 0 32-14.3 32-32V361.9c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7H400h16c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\'/></svg>"}},{"terms":["code","coding","command","console","development","prompt","terminal"],"label":"Terminal","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"terms":["edit","font","format","modify","text","type"],"label":"Text Height","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 128V96h64l0 320H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H192l0-320h64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H160 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V352H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H512V160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z\'/></svg>"}},{"terms":["remove format","cancel","disabled","font","format","remove","style","text"],"label":"Text Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96H503L497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32H376.1h-.3H204.5c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96H333.7L301.3 210.8l-94.5-74.1zM327.3 353.9L272.9 311 243.3 416H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H309.8l17.6-62.1z\'/></svg>"}},{"terms":["edit","font","format","modify","text","type"],"label":"Text Width","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M64 128V96H192l0 128H176c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H256l0-128H384v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H224 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V416H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H128V320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z\'/></svg>"}},{"label":"The Red Yeti","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z\'/></svg>"}},{"label":"Themeco","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z\'/></svg>"}},{"label":"ThemeIsle","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z\'/></svg>"}},{"terms":["covid 19","mercury","status","temperature"],"label":"Thermometer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M96 382.1V293.3c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4H129.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z\'/></svg>"}},{"label":"Think Peaks","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z\'/></svg>"}},{"label":"Threads","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z\'/></svg>"}},{"terms":["-1","disagree","disapprove","dislike","down","hand","social","thumb","thumbs o down"],"label":"Thumbs Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384H96c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H32C14.3 96 0 110.3 0 128V352c0 17.7 14.3 32 32 32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z\'/></svg>"}},{"terms":["+1","agree","approve","favorite","hand","like","ok","okay","social","success","thumb","thumbs up","thumbs o up","up","yes","you got it dude"],"label":"Thumbs Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z\'/></svg>"}},{"terms":["Black Pushpin","coordinates","location","marker","pin","pushpin","thumb tack"],"label":"Thumbtack","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z\'/></svg>"}},{"terms":["admission","admission tickets","coupon","movie","pass","support","ticket","voucher"],"label":"Ticket","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z\'/></svg>"}},{"terms":["ticket alt","admission","coupon","movie","pass","support","ticket","voucher"],"label":"Ticket Simple","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64v64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192V128z\'/></svg>"}},{"label":"TikTok","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\'/></svg>"}},{"terms":["chronological","deadline","history","linear"],"label":"Timeline","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288v54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V288H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V169.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3V224H160V169.3zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["button","on","switch"],"label":"Toggle Off","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128H192c-70.7 0-128-57.3-128-128s57.3-128 128-128H384zM576 256c0-106-86-192-192-192H192C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\'/></svg>"}},{"terms":["button","off","switch"],"label":"Toggle On","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M192 64C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192s-86-192-192-192H192zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\'/></svg>"}},{"terms":["bathroom","flush","john","loo","pee","plumbing","poop","porcelain","potty","restroom","throne","toile","toilet","washroom","waste","wc"],"label":"Toilet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V196.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H352c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8l0 .1 0 .3zM328.2 384l-.2 .5 0-.5h.2zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["bathroom","covid 19","halloween","holiday","lavatory","paper towels","prank","privy","restroom","roll","roll of paper","toilet","toilet paper","wipe"],"label":"Toilet Paper","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1H48c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0H444.2zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\'/></svg>"}},{"terms":["bathroom","covid 19","disabled","halloween","holiday","lavatory","leaves","prank","privy","restroom","roll","toilet","trouble","ut oh","wipe"],"label":"Toilet Paper Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192H160c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512H285.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z\'/></svg>"}},{"terms":["outhouse","toilet"],"label":"Toilet Portable","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M0 32V64H320V32c0-17.7-14.3-32-32-32H32C14.3 0 0 14.3 0 32zM24 96H0v24V488c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H272v8c0 13.3 10.7 24 24 24s24-10.7 24-24V120 96H296 24zM256 240v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V240c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["outhouse","toilet"],"label":"Toilets Portable","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M32 0H224c17.7 0 32 14.3 32 32V64H0V32C0 14.3 14.3 0 32 0zM0 96H24 232h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H48v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM192 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16zM352 0H544c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32zM320 96h24H552h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H368v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM512 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["admin","chest","configuration","container","equipment","fix","maintenance","mechanic","modify","repair","settings","tool","toolbox","tools"],"label":"Toolbox","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M176 88l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 80c-4.4 0-8 3.6-8 8zm-48 40l0-40c0-30.9 25.1-56 56-56l144 0c30.9 0 56 25.1 56 56l0 40 28.1 0c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9l0 92.1-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L0 320l0-92.1c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1l28.1 0zM0 416l0-64 128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0 0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64z\'/></svg>"}},{"terms":["bicuspid","dental","dentist","molar","mouth","teeth","tooth"],"label":"Tooth","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z\'/></svg>"}},{"terms":["building","religion","shinto","shinto shrine","shintoism","shrine"],"label":"Torii Gate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 80c0 26.5 21.5 48 48 48H64v64h64V128h96v64h64V128h96v64h64V128h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4V80zM64 288V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64z\'/></svg>"}},{"terms":["cloud","cyclone","dorothy","landspout","tornado","toto","twister","vortext","waterspout","weather","whirlwind"],"label":"Tornado","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 32V45.6C0 62.7 1.7 79.6 5 96H357.8c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0H32C14.3 0 0 14.3 0 32zm352.2 96H13.6c12.2 35.9 32.3 68.7 58.8 96H412l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3H445c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9H110.2c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9H288z\'/></svg>"}},{"terms":["broadcast tower","airwaves","antenna","communication","emergency","radio","reception","waves"],"label":"Tower Broadcast","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z\'/></svg>"}},{"terms":["airwaves","antenna","communication","radio","reception","waves"],"label":"Tower Cell","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448H398.3l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384H206.8l14.5-32H354.7l14.5 32zM288 205.3L325.6 288H250.4L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z\'/></svg>"}},{"terms":["fire tower","view"],"label":"Tower Observation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144v80c0 17.7-14.3 32-32 32h-4.9l32 192H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H384.5c-.4 0-.8 0-1.1 0H128.6c-.4 0-.8 0-1.1 0H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l32-192H128c-17.7 0-32-14.3-32-32V144c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448h117zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256H197.8zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176z\'/></svg>"}},{"terms":["agriculture","farm","tractor","vehicle"],"label":"Tractor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 64c0-35.3 28.7-64 64-64H266.3c26.2 0 49.7 15.9 59.4 40.2L373.7 160H480V126.2c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9V160h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48H352c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8V480c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1H32c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V192 160 64zm170.3 0H160v96h32H304.7L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z\'/></svg>"}},{"label":"Trade Federation","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z\'/></svg>"}},{"terms":["copyright","mark","register","symbol","tm","trade mark","trademark"],"label":"Trademark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128V384c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224V384c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32H96V384c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32C14.3 96 0 110.3 0 128z\'/></svg>"}},{"terms":["direction","light","road","signal","traffic","travel","vertical traffic light"],"label":"Traffic Light","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V352c0 88.4 71.6 160 160 160s160-71.6 160-160V64c0-35.3-28.7-64-64-64H64zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z\'/></svg>"}},{"terms":["carry","haul","moving","travel"],"label":"Trailer","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 32C21.5 32 0 53.5 0 80V336c0 26.5 21.5 48 48 48H65.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H488h8H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V80c0-26.5-21.5-48-48-48H48zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["bullet","commute","locomotive","railway","subway","train"],"label":"Train","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["subway","machine","railway","train","transportation","vehicle"],"label":"Train Subway","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 128c0-17.7 14.3-32 32-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM272 96h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H272c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["crossing","machine","mountains","seasonal","tram","transportation","trolleybus"],"label":"Train Tram","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0H361.2c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15H248V96h40c53 0 96 43 96 96V352c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1H365.3c-8.5 0-16.6-3.4-22.6-9.4L288 448H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H43c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352V192c0-53 43-96 96-96h40V48H86.8zM160 160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H160zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["transgender alt","female","gender","intersex","male","transgender","transgender symbol"],"label":"Transgender","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9h96c8.8 0 16 7.2 16 16v96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2V432h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V414.2C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112V16C0 7.2 7.2 0 16 0h96zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z\'/></svg>"}},{"terms":["delete","garbage","hide","remove"],"label":"Trash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z\'/></svg>"}},{"terms":["trash restore","back","control z","delete","garbage","hide","oops","remove","undo","upgrade"],"label":"Trash Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416L394.8 467c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z\'/></svg>"}},{"terms":["trash alt","delete","garbage","hide","remove","trash o"],"label":"Trash Can","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M135.2 17.7C140.6 6.8 151.7 0 163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm96 64c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["trash restore alt","back","control z","delete","garbage","hide","oops","remove","undo","upgrade"],"label":"Trash Can Arrow Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z\'/></svg>"}},{"terms":["bark","evergreen tree","fall","flora","forest","investment","nature","plant","seasonal","tree"],"label":"Tree","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z\'/></svg>"}},{"terms":["building","city","urban"],"label":"Tree City","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80H160V480c0 18-15 32-32 32c-18 0-32-14-32-32V320H80c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z\'/></svg>"}},{"terms":["atlassian"],"label":"Trello","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z\'/></svg>"}},{"terms":["exclamation triangle","warning","alert","attention","danger","error","failed","important","notice","notification","notify","problem","required","warnin","warning"],"label":"Triangle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"terms":["achievement","award","cup","game","prize","trophy","winner"],"label":"Trophy","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z\'/></svg>"}},{"terms":["build","construction","equipment","maintenance","tool"],"label":"Trowel","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z\'/></svg>"}},{"terms":["build","construction","maintenance","reconstruction","tool"],"label":"Trowel Bricks","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48H376c-14.9 0-27.4-10.2-31-24H256v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V256zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32zm192 0H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["Black Truck","cargo","delivery","delivery truck","shipping","truck","vehicle"],"label":"Truck","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\'/></svg>"}},{"terms":["access","fast","shipping","transport"],"label":"Truck Arrow Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H262.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z\'/></svg>"}},{"terms":["blood","thirst","truck","water","water supply"],"label":"Truck Droplet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z\'/></svg>"}},{"terms":["shipping fast","express","fedex","mail","overnight","package","quick","ups"],"label":"Truck Fast","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M112 0C85.5 0 64 21.5 64 48V96H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 272c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 48c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 240c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 208c8.8 0 16 7.2 16 16s-7.2 16-16 16H64V416c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H112zM544 237.3V256H416V160h50.7L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\'/></svg>"}},{"terms":["supplies","truck"],"label":"Truck Field","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 96c0-35.3 28.7-64 64-64H320c23.7 0 44.4 12.9 55.4 32h51.8c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2H544c35.3 0 64 28.7 64 64v32c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V288c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32V96zM384 224h85.9l-42.7-96H384v96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\'/></svg>"}},{"terms":["supplies","truck","united nations"],"label":"Truck Field Un","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 32C60.7 32 32 60.7 32 96v32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32v32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288c0-35.3-28.7-64-64-64h-4.2c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38H375.4C364.4 44.9 343.7 32 320 32H96zm288 96h43.2l42.7 96H384V128zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52V144c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V144c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144v64c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V144c0-8.8 7.2-16 16-16s16 7.2 16 16z\'/></svg>"}},{"terms":["shuttle","truck","van"],"label":"Truck Front","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 80C0 35.8 35.8 0 80 0H432c44.2 0 80 35.8 80 80V368c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V432C12.6 417.4 0 394.2 0 368V80zm129.9 72.2L112 224H400l-17.9-71.8C378.5 138 365.7 128 351 128H161c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\'/></svg>"}},{"terms":["ambulance","clinic","covid 19","emergency","emt","er","help","hospital","mobile","support","vehicle"],"label":"Truck Medical","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80v48l-48 0c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V192h48c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H240V80c0-8.8-7.2-16-16-16H192c-8.8 0-16 7.2-16 16z\'/></svg>"}},{"terms":["offroad","vehicle","wheel"],"label":"Truck Monster","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M288 64v64H416L368 64H288zM419.2 25.6L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64H288c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H224V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6zM152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512H152c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512H472c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\'/></svg>"}},{"terms":["cargo","inventory","rental","vehicle"],"label":"Truck Moving","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V304v80 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16H416h33.6c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H608c17.7 0 32-14.3 32-32V288 272 261.7c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5H480V96c0-35.3-28.7-64-64-64H64zM585 256H480V192h48.8c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["cargo","maintenance","pick up","pickup","pickup truck","truck","vehicle"],"label":"Truck Pickup","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M368.6 96l76.8 96H288V96h80.6zM224 80V192H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32H65.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32V224c0-17.7-14.3-32-32-32H527.4L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z\'/></svg>"}},{"terms":["airplane","plane","transportation","truck","vehicle"],"label":"Truck Plane","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M200 0c-30.6 0-56 54.7-56 86.1V192.5L7.8 274.3C2.9 277.2 0 282.4 0 288v64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37v81.2l-50 40c-3.8 3-6 7.6-6 12.5v32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15V463.4c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1V408 325.5 184l0-1.1 0 0V86.1C256 54.7 231.5 0 200 0zm88 176V400c0 20.9 13.4 38.7 32 45.3V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V448H544v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V445.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7H539.7c9.2 0 17.2 6 20.5 14.7L576 304H352l15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["truck loading","box","cargo","delivery","inventory","moving","rental","vehicle"],"label":"Truck Ramp Box","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 0V400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64H640zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z\'/></svg>"}},{"terms":["teletype","communication","deaf","telephone","teletypewriter","text"],"label":"Tty","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4V144c-49.6-18.1-104-18.1-153.6 0v54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V336zm0 96c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V432zM144 320h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V336zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V336zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V432c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V432z\'/></svg>"}},{"label":"Tumblr","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z\'/></svg>"}},{"terms":["try","turkish lira","currency"],"label":"Turkish Lira Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M96 32c17.7 0 32 14.3 32 32V99.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9v29.4l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9V416h63.8c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480H96c-17.7 0-32-14.3-32-32V280.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6V184.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6V64c0-17.7 14.3-32 32-32z\'/></svg>"}},{"terms":["level down alt","arrow","down","level down","right arrow curving down"],"label":"Turn Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5h88l0-192c0-17.7-14.3-32-32-32H32C14.3 96 0 81.7 0 64V32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192h88c9.6 0 18.2 5.7 22 14.5z\'/></svg>"}},{"terms":["level up alt","arrow","level up","right arrow curving up"],"label":"Turn Up","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5h88l0 192c0 17.7-14.3 32-32 32H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192h88c9.6 0 18.2-5.7 22-14.5z\'/></svg>"}},{"terms":["television","tv alt","computer","display","monitor","television"],"label":"Tv","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 64V352H576V64H64zM0 64C0 28.7 28.7 0 64 0H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM128 448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>"}},{"label":"Twitch","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z\'/></svg>"}},{"terms":["social network","tweet"],"label":"Twitter","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\'/></svg>"}},{"label":"Typo3","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z\'/></svg>"}},{"terms":["Latin Capital Letter U","Latin Small Letter U","letter"],"label":"U","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M32 32c17.7 0 32 14.3 32 32V288c0 70.7 57.3 128 128 128s128-57.3 128-128V64c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 106-86 192-192 192S0 394 0 288V64C0 46.3 14.3 32 32 32z\'/></svg>"}},{"label":"Uber","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z\'/></svg>"}},{"terms":["linux","operating system","os"],"label":"Ubuntu","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M469.2 75A75.6 75.6 0 1 0 317.9 75a75.6 75.6 0 1 0 151.2 0zM154.2 240.7A75.6 75.6 0 1 0 3 240.7a75.6 75.6 0 1 0 151.2 0zM57 346C75.6 392.9 108 433 150 461.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0 -151.2 0 75.6 75.6 0 1 0 151.2 0zM444 351.6c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58S255.8 70.4 285.2 70c.2-5.9 .9-11.9 2-17.7c3.6-16.7 11.1-32.3 21.8-45.5c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z\'/></svg>"}},{"label":"UIkit","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z\'/></svg>"}},{"label":"Umbraco","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 510 512\'><path d=\'M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z\'/></svg>"}},{"terms":["protection","rain","storm","wet"],"label":"Umbrella","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M288 0c17.7 0 32 14.3 32 32V49.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7V32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2V430.6c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4V316.2c8.5-7.6 19.7-12.2 32-12.2z\'/></svg>"}},{"terms":["beach","beach with umbrella","protection","recreation","sand","shade","summer","sun","umbrella"],"label":"Umbrella Beach","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M346.3 271.8l-60.1-21.9L214 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H282.1l64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z\'/></svg>"}},{"label":"Uncharted Software","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z\'/></svg>"}},{"terms":["edit","emphasis","format","modify","text","writing"],"label":"Underline","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H128V224c0 53 43 96 96 96s96-43 96-96V96H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V96H48C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z\'/></svg>"}},{"label":"Uniregistry","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z\'/></svg>"}},{"terms":["game"],"label":"Unity 3D","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z\'/></svg>"}},{"terms":["uer","users people"],"label":"Universal Access","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\'/></svg>"}},{"terms":["admin","lock","open","padlock","password","privacy","private","protect","unlock","unlocked"],"label":"Unlock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H144V144z\'/></svg>"}},{"terms":["unlock alt","admin","lock","padlock","password","privacy","private","protect"],"label":"Unlock Keyhole","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 64c-44.2 0-80 35.8-80 80v48H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80V144C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h64z\'/></svg>"}},{"label":"Unsplash","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z\'/></svg>"}},{"label":"Untappd","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z\'/></svg>"}},{"terms":["arrows alt v","Up Down Black Arrow","arrow","arrows v","expand","portrait","resize","tall","up down arrow","vertical"],"label":"Up Down","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160H80V352H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4H176V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z\'/></svg>"}},{"terms":["arrows alt","arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"],"label":"Up Down Left Right","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v96H128V192c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V288h96v96H192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H288V288h96v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H288V128h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z\'/></svg>"}},{"terms":["long arrow alt up","long arrow up","upgrade","upload"],"label":"Up Long","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192H96l0 288c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32l0-288h72c9.6 0 18.2-5.7 22-14.5z\'/></svg>"}},{"terms":["expand alt","maximize","resize","scale","arrows","bigger","enlarge","expand","fullscreen","resize","size"],"label":"Up Right And Down Left From Center","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M344 0H488c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z\'/></svg>"}},{"terms":["external link alt","external link","new","open","share","upgrade"],"label":"Up Right From Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z\'/></svg>"}},{"terms":["hard drive","import","publish","upgrade"],"label":"Upload","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["United Parcel Service","package","shipping"],"label":"UPS","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z\'/></svg>"}},{"label":"Upwork","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 641 512\'><path d=\'M494.7 295.6c-50.3 0-83.5-38.9-92.8-53.9c11.9-95.3 46.8-125.4 92.8-125.4c45.5 0 80.9 36.4 80.9 89.7s-35.4 89.7-80.9 89.7zm0-237.8c-81.9 0-127.8 53.4-141 108.4c-14.9-28-25.9-65.5-34.5-100.3H206v141c0 51.1-23.3 89-68.8 89s-71.6-37.8-71.6-89l.5-141H.8v141c0 41.1 13.3 78.4 37.6 105.1c25 27.5 59.2 41.8 98.8 41.8c78.8 0 133.8-60.4 133.8-146.9V112.1c8.2 31.2 27.8 91.1 65.3 143.6l-35 199.4h66.4l23.1-141.3c7.6 6.3 15.7 12 24.2 17c22.2 14 47.7 21.9 73.9 22.8c0 0 4 .2 6.1 .2c81.2 0 145.9-62.9 145.9-147.8s-64.8-148.1-146-148.1z\'/></svg>"}},{"label":"USB","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z\'/></svg>"}},{"terms":["adult","bust","bust in silhouette","default","employee","gender neutral","person","profile","silhouette","uer","unspecified gender","username","users people"],"label":"User","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z\'/></svg>"}},{"terms":["avatar","clothing","cosmonaut","nasa","space","suit","uer"],"label":"User Astronaut","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9V128c0-16.8-12.9-30.5-29.3-31.9zM336 144v16c0 53-43 96-96 96H208c-53 0-96-43-96-96V144c0-26.5 21.5-48 48-48H288c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128V448c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64l98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16v48h32V464c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\'/></svg>"}},{"terms":["employee","enable","uer","users people","validate","working"],"label":"User Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>"}},{"terms":["employee","uer","users people"],"label":"User Clock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H512V304c0-8.8-7.2-16-16-16z\'/></svg>"}},{"terms":["user md","covid 19","health","job","medical","nurse","occupation","physician","profile","surgeon","uer","worker"],"label":"User Doctor","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16s7.2-16 16-16V424c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16H256c-8.8 0-16-7.2-16-16V424c0-29.8 20.4-54.9 48-62V304.9c-6-.6-12.1-.9-18.3-.9H178.3c-6.2 0-12.3 .3-18.3 .9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7V311.2zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["user cog","employee","together","uer","users people"],"label":"User Gear","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v17.7c0 7.8 4.8 14.8 11.6 18.7c6.8 3.9 15.1 4.5 21.8 .6l13.8-7.9c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-14.4 8.3c-6.5 3.7-10 10.9-10 18.4s3.5 14.7 10 18.4l14.4 8.3c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-13.8-7.9c-6.7-3.9-15.1-3.3-21.8 .6c-6.8 3.9-11.6 10.9-11.6 18.7v17.7c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V467.8c0-7.9-4.9-14.9-11.7-18.9c-6.8-3.9-15.2-4.5-22-.6l-13.5 7.8c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l14-8.1c6.5-3.8 10.1-11.1 10.1-18.6s-3.5-14.8-10.1-18.6l-14-8.1c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l13.6 7.8c6.8 3.9 15.2 3.3 22-.6c6.9-3.9 11.7-11 11.7-18.9V218.2zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z\'/></svg>"}},{"terms":["uer","users people"],"label":"User Graduate","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9V160c0 70.7-57.3 128-128 128s-128-57.3-128-128V102.9L48 93.3v65.1l15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9H16c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4V86.6C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z\'/></svg>"}},{"terms":["user friends","bust","busts in silhouette","crowd","employee","silhouette","together","uer","users people"],"label":"User Group","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2h61.4C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z\'/></svg>"}},{"terms":["employee","uer","users people"],"label":"User Injured","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M240 80H342.7c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80h81.4l91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16H97c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7V512H243.7L181.5 408.2 124 312.4zm33-7.2L204.3 384H272c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48h82.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512H64V345.4C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48H223.5l57.1 95.2C303 507.2 320 487.6 320 464z\'/></svg>"}},{"terms":["user alt","employee","uer","users people"],"label":"User Large","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7H481.3c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320H161.3z\'/></svg>"}},{"terms":["user alt slash","disabled","disconnect","employee","uer","users people"],"label":"User Large Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512H528L284.3 320h-59C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7H545.3l.3 0z\'/></svg>"}},{"terms":["employee","padlock","privacy","uer","users people"],"label":"User Lock","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H392.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7H178.3zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z\'/></svg>"}},{"terms":["delete","employee","negative","remove","uer"],"label":"User Minus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM472 200H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H472c-13.3 0-24-10.7-24-24s10.7-24 24-24z\'/></svg>"}},{"terms":["assassin","avatar","dangerous","deadly","fighter","hidden","ninja","sneaky","stealth","uer"],"label":"User Ninja","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H160z\'/></svg>"}},{"terms":["covid 19","doctor","health","md","medical","midwife","physician","practitioner","surgeon","uer","worker"],"label":"User Nurse","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 128V70.2c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30V128h-.3c.2 2.6 .3 5.3 .3 8v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V136c0-2.7 .1-5.4 .3-8H96zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80V160H144v16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48V64H192c-4.4 0-8 3.6-8 8V88c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V96h16c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8H240V48c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8z\'/></svg>"}},{"terms":["user edit","employee","modify","uer","users people"],"label":"User Pen","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H322.8c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1H178.3zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z\'/></svg>"}},{"terms":["add","avatar","employee","follow","positive","sign up","signup","team","uer"],"label":"User Plus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM504 312V248H440c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V136c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H552v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\'/></svg>"}},{"terms":["detective","sleuth","spy","uer","users people"],"label":"User Secret","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48H45.4C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4H342.7c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208H267.6c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2H168c-22.1 0-40-17.9-40-40V169.6c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4V184c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z\'/></svg>"}},{"terms":["employee","protect","safety","uer"],"label":"User Shield","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3H178.3zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7V273.8L591.4 312z\'/></svg>"}},{"terms":["ban","delete","deny","disabled","disconnect","employee","remove","uer"],"label":"User Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7H514.3c3.9 0 7.6-.7 11-2.1l-261-205.6z\'/></svg>"}},{"terms":["employee","uer","users people"],"label":"User Tag","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1v-33c-15.9-4.7-32.8-7.2-50.3-7.2H178.3zM384 224c-17.7 0-32 14.3-32 32v82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7H384zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["administrator","avatar","business","clothing","employee","formal","offer","portfolio","professional","suit","uer"],"label":"User Tie","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M96 128a128 128 0 1 0 256 0A128 128 0 1 0 96 128zm94.5 200.2l18.6 31L175.8 483.1l-36-146.9c-2-8.1-9.8-13.4-17.9-11.3C51.9 342.4 0 405.8 0 481.3c0 17 13.8 30.7 30.7 30.7H162.5c0 0 0 0 .1 0H168 280h5.5c0 0 0 0 .1 0H417.3c17 0 30.7-13.8 30.7-30.7c0-75.5-51.9-138.9-121.9-156.4c-8.1-2-15.9 3.3-17.9 11.3l-36 146.9L238.9 359.2l18.6-31c6.4-10.7-1.3-24.2-13.7-24.2H224 204.3c-12.4 0-20.1 13.6-13.7 24.2z\'/></svg>"}},{"terms":["user times","archive","delete","employee","remove","uer","uncheck","x"],"label":"User Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\'/></svg>"}},{"terms":["employee","together","uer","users people"],"label":"Users","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z\'/></svg>"}},{"terms":["covered","crowd","employee","group","people","together","uer"],"label":"Users Between Lines","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 24C0 10.7 10.7 0 24 0H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32H493.6zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\'/></svg>"}},{"terms":["users cog","employee","uer","users people"],"label":"Users Gear","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7H106.7C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2H261.3C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H455.2c-2.1-5.2-3.2-10.9-3.2-16.4v-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3v-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6v3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3l-2.9 1.7c-9.2 5.3-20.4 4-29.6-1.3s-16.1-14.5-16.1-25.1v-3.4c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9v3.4c0 10.6-6.9 19.8-16.1 25.1s-20.4 6.6-29.6 1.3l-2.9-1.7c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l2.9 1.7c9.2 5.3 13.7 15.8 13.7 26.4s-4.5 21.1-13.7 26.4l-3 1.7c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3l2.9-1.7c9.2-5.3 20.4-4 29.6 1.3s16.1 14.5 16.1 25.1v3.4c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9v-3.4c0-10.6 6.9-19.8 16.1-25.1s20.4-6.6 29.6-1.3l2.9 1.7c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-3-1.7c-9.2-5.3-13.7-15.8-13.7-26.4s4.5-21.1 13.7-26.4l3-1.7zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z\'/></svg>"}},{"terms":["crowd","employee","group","need","people","together","uer"],"label":"Users Line","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32h85.6c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4H96c-35.3 0-64 28.7-64 64zm461.6 32H576c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64H448c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4h-96c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z\'/></svg>"}},{"terms":["affected","crowd","employee","focused","group","people","uer"],"label":"Users Rays","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["crowd","employee","focus","group","people","reached","uer"],"label":"Users Rectangle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H544c53 0 96-43 96-96V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3C119.9 256 96 279.9 96 309.3zM461.2 336h56.1c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z\'/></svg>"}},{"terms":["disabled","disconnect","employee","together","uer","users people"],"label":"Users Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320H618.7c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192H106.7zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H485.3c10.5 0 19.5-6 23.9-14.8L324.9 352H261.3zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z\'/></svg>"}},{"terms":["crowd","focus","group","people","targeted","uer"],"label":"Users Viewfinder","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M48 48h88c13.3 0 24-10.7 24-24s-10.7-24-24-24H32C14.3 0 0 14.3 0 32V136c0 13.3 10.7 24 24 24s24-10.7 24-24V48zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464V376c0-13.3-10.7-24-24-24s-24 10.7-24 24V480c0 17.7 14.3 32 32 32H136c13.3 0 24-10.7 24-24s-10.7-24-24-24H48zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H608c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88H504z\'/></svg>"}},{"terms":["american","package","shipping","usa"],"label":"United States Postal Service","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z\'/></svg>"}},{"terms":["us sunnah"],"label":"us-Sunnah Foundation","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 482 512\'><path d=\'M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z\'/></svg>"}},{"terms":["cooking","cutlery","dining","dinner","eat","food","fork","fork and knife","knife","restaurant"],"label":"Utensils","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M416 0C400 0 288 32 288 176V288c0 35.3 28.7 64 64 64h32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352 240 32c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V255.6c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16V150.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8V16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z\'/></svg>"}},{"terms":["Latin Capital Letter V","Latin Small Letter V","letter"],"label":"V","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z\'/></svg>"}},{"label":"Vaadin","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z\'/></svg>"}},{"terms":["shuttle van","airport","bus","machine","minibus","public transportation","transportation","travel","vehicle"],"label":"Van Shuttle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M64 104v88h96V96H72c-4.4 0-8 3.6-8 8zm482 88L465.1 96H384v96H546zm-226 0V96H224v96h96zM592 384H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104C0 64.2 32.2 32 72 32H192 352 465.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\'/></svg>"}},{"terms":["bank","important","investment","lock","money","premium","privacy","safe","salary"],"label":"Vault","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M64 0C28.7 0 0 28.7 0 64V416c0 35.3 28.7 64 64 64H80l16 32h64l16-32H400l16 32h64l16-32h16c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3V336c0 8.8-7.2 16-16 16s-16-7.2-16-16V221.3c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z\'/></svg>"}},{"terms":["anchors","lines","object","render","shape"],"label":"Vector Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M368 80h32v32H368V80zM352 32c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32V160c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H352zM96 160c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32V160zM48 400H80v32H48V400zm320 32V400h32v32H368zM48 112V80H80v32H48z\'/></svg>"}},{"terms":["female","female sign","gender","woman"],"label":"Venus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V384H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V349.1z\'/></svg>"}},{"terms":["Doubled Female Sign","female","gender","lesbian"],"label":"Venus Double","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H224v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H480v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1c-26.6-4.9-51.1-15.7-72-31.1z\'/></svg>"}},{"terms":["Interlocked Female and Male Sign","female","gender","heterosexual","male"],"label":"Venus Mars","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H208v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0H616c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z\'/></svg>"}},{"terms":["biker","fashion","style"],"label":"Vest","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6V128 54.3 48c0-26.5-21.5-48-48-48h-4.5c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0H112C85.5 0 64 21.5 64 48v6.3V128v17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48H176c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464V295.8c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["biker","fashion","style"],"label":"Vest Patches","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6V128 54.3 48C64 21.5 85.5 0 112 0h4.5c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0H336c26.5 0 48 21.5 48 48v6.3V128v17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6V464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280v8 32c0 8.8 7.2 16 16 16h32 8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z\'/></svg>"}},{"label":"Viacoin","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z\'/></svg>"}},{"label":"Viadeo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z\'/></svg>"}},{"terms":["ampule","chemist","chemistry","experiment","knowledge","lab","sample","science","test","test tube"],"label":"Vial","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5V416c0 53 43 96 96 96h5.5c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96H205.3z\'/></svg>"}},{"terms":["ampule","chemist","chemistry","enable","not affected","ok","okay","success","test tube","tube","vaccine","validate","working"],"label":"Vial Circle Check","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V266.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96V96C14.3 96 0 81.7 0 64zM96 96v96h64V96H96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\'/></svg>"}},{"terms":["ampule","coronavirus","covid 19","flue","infection","lab","laboratory","pandemic","test","test tube","vaccine"],"label":"Vial Virus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V384c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 96 32zM96 192V96h64v96H96zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\'/></svg>"}},{"terms":["ampule","experiment","knowledge","lab","sample","science","test","test tube"],"label":"Vials","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H88h48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96C14.3 96 0 81.7 0 64zM136 96H88V256h48V96zM288 64c0-17.7 14.3-32 32-32h56 48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96c-17.7 0-32-14.3-32-32zM424 96H376V256h48V96z\'/></svg>"}},{"label":"Viber","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z\'/></svg>"}},{"terms":["camera","film","movie","record","video camera"],"label":"Video","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2V384c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1V320 192 174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z\'/></svg>"}},{"terms":["add","create","disabled","disconnect","film","new","positive","record","video"],"label":"Video Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2V128c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9V192 320v5.8l-32-25.1V128c0-35.3-28.7-64-64-64H113.9L38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5V384c0 35.3 28.7 64 64 64H352c23.4 0 43.9-12.6 55-31.3z\'/></svg>"}},{"terms":["buddhism","buddhist","building","monastery"],"label":"Vihara","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9H480v56.1l6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24H576v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1V176 128h-7.5c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128H320 224v64h72 48 72V128zM160 288v64H296h24 24H480V288H344 320h0H296 160z\'/></svg>"}},{"label":"Vimeo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z\'/></svg>"}},{"terms":["vimeo","video platform"],"label":"Vimeo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z\'/></svg>"}},{"label":"Vine","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z\'/></svg>"}},{"terms":["bug","coronavirus","covid 19","flu","health","infection","pandemic","sick","vaccine","viral"],"label":"Virus","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H43.5c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H468.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5V32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["bug","covid 19","flu","health","infection","pandemic","vaccine","viral","virus"],"label":"Virus Covid","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H280V81.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3H464V216c0-13.3 10.7-24 24-24s24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H430.4c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1V464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V430.4c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280H48v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24s24 10.7 24 24v16H81.6c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1V48H216c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\'/></svg>"}},{"terms":["bug","covid 19","disabled","flu","health","infection","pandemic","vaccine","viral","virus"],"label":"Virus Covid Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7H528v16c0 13.3 10.7 24 24 24s24-10.7 24-24V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v16H494.4c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6V48h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h16V81.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zm362.5 407L149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5H112V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V280h33.6c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1V464H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2z\'/></svg>"}},{"terms":["bug","coronavirus","covid 19","cure","disabled","eliminate","flu","health","infection","pandemic","sick","vaccine","viral"],"label":"Virus Slash","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H532.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h11.5c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-31.2 23.6-52.7 50-55.7z\'/></svg>"}},{"terms":["bugs","coronavirus","covid 19","flu","health","infection","multiply","pandemic","sick","spread","vaccine","viral"],"label":"Viruses","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M192 0c13.3 0 24 10.7 24 24V37.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168H360c13.3 0 24 10.7 24 24s-10.7 24-24 24H346.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5V360c0 13.3-10.7 24-24 24s-24-10.7-24-24V346.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H37.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/></svg>"}},{"label":"VK","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z\'/></svg>"}},{"label":"VNV","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z\'/></svg>"}},{"terms":["answer","inbox","message","phone"],"label":"Voicemail","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144H496c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80H263.8zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\'/></svg>"}},{"terms":["caldera","eruption","lava","magma","mountain","smoke","volcano"],"label":"Volcano","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1H235.1c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2h41.8c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2H52.2C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z\'/></svg>"}},{"terms":["volleyball ball","ball","beach","game","olympics","sport","volleyball"],"label":"Volleyball","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z\'/></svg>"}},{"terms":["volume up","audio","higher","loud","louder","music","sound","speaker","speaker high volume"],"label":"Volume High","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M533.6 32.5C598.5 85.2 640 165.8 640 256s-41.5 170.7-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z\'/></svg>"}},{"terms":["volume down","audio","lower","music","quieter","soft","sound","speaker","speaker low volume"],"label":"Volume Low","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z\'/></svg>"}},{"terms":["audio","ban","music","mute","quiet","silent","sound"],"label":"Volume Off","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h67.8L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448V64z\'/></svg>"}},{"terms":["volume mute","volume times","audio","music","quiet","sound","speaker"],"label":"Volume Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z\'/></svg>"}},{"terms":["3d","augment","google","reality","virtual"],"label":"Vr Cardboard","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M576 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H184.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\'/></svg>"}},{"terms":["vue js","code","framework","library","programming"],"label":"Vue.js","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z\'/></svg>"}},{"terms":["Latin Capital Letter W","Latin Small Letter W","letter"],"label":"W","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z\'/></svg>"}},{"terms":["communication","copy","intercom","over","portable","radio","two way radio"],"label":"Walkie Talkie","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144V300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9V464c0 26.5 21.5 48 48 48H304c26.5 0 48-21.5 48-48V371.9c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9V144c0-26.5-21.5-48-48-48H320c0-17.7-14.3-32-32-32s-32 14.3-32 32H224c0-17.7-14.3-32-32-32s-32 14.3-32 32H112V24zm0 136H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z\'/></svg>"}},{"terms":["billfold","cash","currency","money","salary"],"label":"Wallet","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H448c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\'/></svg>"}},{"terms":["autocomplete","automatic","mage","magic","spell","wand","witch","wizard"],"label":"Wand Magic","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z\'/></svg>"}},{"terms":["magic wand sparkles","auto","magic","magic wand","trick","witch","wizard"],"label":"Wand Magic Sparkles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z\'/></svg>"}},{"terms":["autocomplete","automatic","fantasy","halloween","holiday","magic","weapon","witch","wizard"],"label":"Wand Sparkles","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16H384.2c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9V272c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z\'/></svg>"}},{"terms":["building","capacity","garage","inventory","storage"],"label":"Warehouse","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24H568c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32V488c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24V432H512l0 56c0 13.3-10.7 24-24 24zM128 400V336H512v64H128zm0-96V224H512l0 80H128z\'/></svg>"}},{"label":"Watchman Monitoring","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z\'/></svg>"}},{"terms":["lake","liquid","ocean","sea","swim","wet"],"label":"Water","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["ladder water","swimming pool","ladder","recreation","swim","water"],"label":"Water Ladder","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V224H384V127.7C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3h0V288H192v96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1V127.7zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\'/></svg>"}},{"terms":["frequency","pulse","signal"],"label":"Wave Square","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M128 64c0-17.7 14.3-32 32-32H320c17.7 0 32 14.3 32 32V416h96V256c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H512V448c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V96H192V256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V64z\'/></svg>"}},{"label":"Waze","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z\'/></svg>"}},{"terms":["coding","components","crown","web","awesome"],"label":"Web Awesome","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z\'/></svg>"}},{"label":"Webflow","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 64L435.8 463.2H244l85.5-165.5h-3.8C255.1 389.3 149.9 449.5 0 463.2V300.1s95.9-5.7 152.3-64.9H0V64H171.1V204.8l3.8 0L244.9 64H374.3V203.9l3.8 0L450.7 64H640z\'/></svg>"}},{"label":"Weebly","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z\'/></svg>"}},{"label":"Weibo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z\'/></svg>"}},{"terms":["anvil","heavy","measurement"],"label":"Weight Hanging","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512H464c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128H346.5z\'/></svg>"}},{"terms":["health","measurement","scale","weight"],"label":"Weight Scale","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H391.8zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z\'/></svg>"}},{"label":"Weixin (WeChat)","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z\'/></svg>"}},{"terms":["whats app","messaging app","video call"],"label":"What\'s App","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\'/></svg>"}},{"terms":["wheat alt","agriculture","autumn","fall","farming","grain"],"label":"Wheat Awn","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z\'/></svg>"}},{"terms":["affected","failed","famine","food","gluten","hunger","starve","straw"],"label":"Wheat Awn Circle Exclamation","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z\'/></svg>"}},{"terms":["disabled","uer","users people"],"label":"Wheelchair","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4h5.1c.4 0 .8 0 1.3 0h94.1c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9H282.2l-9.6-48H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H259.8z\'/></svg>"}},{"terms":["wheelchair alt","access","disabled","handicap","impairment","physical","uer","wheelchair symbol"],"label":"Wheelchair Move","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288H306.7c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\'/></svg>"}},{"terms":["alcohol","bar","beverage","bourbon","drink","glass","liquor","neat","rye","scotch","shot","tumbler","tumbler glass"],"label":"Whiskey Glass","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5h253c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32H32zM87.7 224L69 96H443L424.3 224H87.7z\'/></svg>"}},{"label":"WHMCS","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z\'/></svg>"}},{"terms":["strong wifi","connection","hotspot","internet","network","signal","wireless","www"],"label":"Wifi","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\'/></svg>"}},{"label":"Wikipedia W","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z\'/></svg>"}},{"terms":["air","blow","breeze","fall","seasonal","weather"],"label":"Wind","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M288 32c0 17.7 14.3 32 32 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c53 0 96-43 96-96s-43-96-96-96H320c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32 14.3-32 32zM128 512h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H160c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\'/></svg>"}},{"terms":["Maximize","browser","computer","development","expand"],"label":"Window Maximize","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M.3 89.5C.1 91.6 0 93.8 0 96V224 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64V224 96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224H464l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z\'/></svg>"}},{"terms":["Minimize","browser","collapse","computer","development"],"label":"Window Minimize","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z\'/></svg>"}},{"terms":["browser","computer","development"],"label":"Window Restore","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M432 64H208c-8.8 0-16 7.2-16 16V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V320h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm64 32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32z\'/></svg>","regular":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M432 48H208c-17.7 0-32 14.3-32 32V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V336h16c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V256H48V448zM64 128H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64z\'/></svg>"}},{"terms":["microsoft","operating system","os"],"label":"Windows","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z\'/></svg>"}},{"terms":["alcohol","beverage","cabernet","drink","glass","grapes","merlot","sauvignon"],"label":"Wine Bottle","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z\'/></svg>"}},{"terms":["alcohol","bar","beverage","cabernet","drink","glass","grapes","merlot","sauvignon","wine","wine glass"],"label":"Wine Glass","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M32.1 29.3C33.5 12.8 47.4 0 64 0H256c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6V448h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H160 80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48V348.4C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7H231.9l-5.3-64H93.4l-5.3 64z\'/></svg>"}},{"terms":["beverage","cabernet","drink","grapes","merlot","sauvignon"],"label":"Wine Glass Empty","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6V448H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h80 80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V348.4c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0H64zM81.9 203.1L93.4 64H226.6l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z\'/></svg>"}},{"terms":["wsh"],"label":"wirsindhandwerk","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z\'/></svg>"}},{"label":"Wix","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z\'/></svg>"}},{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"],"label":"Wizards of the Coast","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z\'/></svg>"}},{"label":"Wodu","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z\'/></svg>"}},{"label":"Wolf Pack Battalion","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z\'/></svg>"}},{"terms":["krw","won","Won Sign","currency"],"label":"Won Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H72.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224H329L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64L62.4 53.9zm78 234.1H167l-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1H249zm96 64h26.6l-15.2 45.6L345 288z\'/></svg>"}},{"terms":["cms","website"],"label":"WordPress Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z\'/></svg>"}},{"label":"Wordpress Simple","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z\'/></svg>"}},{"terms":["dirt","garden","worm","wriggle"],"label":"Worm","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V176v16V376c0 75.1-60.9 136-136 136s-136-60.9-136-136V296c0-22.1-17.9-40-40-40s-40 17.9-40 40V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192H352c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\'/></svg>"}},{"label":"WPBeginner","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z\'/></svg>"}},{"label":"WPExplorer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z\'/></svg>"}},{"label":"WPForms","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z\'/></svg>"}},{"terms":["rendact"],"label":"wpressr","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z\'/></svg>"}},{"terms":["configuration","construction","equipment","fix","mechanic","modify","plumbing","settings","spanner","tool","update","wrench"],"label":"Wrench","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\'/></svg>"}},{"terms":["Latin Capital Letter X","Latin Small Letter X","letter","uncheck"],"label":"X","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z\'/></svg>"}},{"terms":["health","medical","radiological images","radiology","skeleton"],"label":"X Ray","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16v32H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48H128c-8.8 0-16 7.2-16 16s7.2 16 16 16H240v70.6L189.1 307c-5.2-2-10.6-3-16.2-3h-2.1c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6H316.4c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8H339c-5.5 0-11 1-16.2 3L272 326.6V256H384c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V176h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\'/></svg>"}},{"terms":["elon","twitter","x"],"label":"X Twitter","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\'/></svg>"}},{"label":"Xbox","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z\'/></svg>"}},{"label":"Xing","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z\'/></svg>"}},{"terms":["remove","times","Cancellation X","Multiplication Sign","Multiplication X","cancel","close","cross","cross mark","error","exit","incorrect","mark","multiplication","multiply","notice","notification","notify","problem","sign","uncheck","wrong","x","×"],"label":"Xmark","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z\'/></svg>"}},{"terms":["barricade","barrier","fence","poison","roadblock"],"label":"Xmarks Lines","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z\'/></svg>"}},{"terms":["Latin Capital Letter Y","Latin Small Letter Y","letter","yay","yes"],"label":"Y","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V298.3L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z\'/></svg>"}},{"label":"Y Combinator","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z\'/></svg>"}},{"terms":["email","search engine"],"label":"Yahoo Logo","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z\'/></svg>"}},{"label":"Yammer","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z\'/></svg>"}},{"label":"Yandex","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'><path d=\'M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z\'/></svg>"}},{"label":"Yandex International","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z\'/></svg>"}},{"label":"Yarn","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 496 512\'><path d=\'M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z\'/></svg>"}},{"label":"Yelp","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z\'/></svg>"}},{"terms":["cny","jpy","rmb","yen","currency"],"label":"Yen Sign","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'><path d=\'M58.6 46.2C48.8 31.5 29 27.6 14.3 37.4S-4.4 67 5.4 81.7L100.2 224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V288h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H219.8L314.6 81.7c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.2z\'/></svg>"}},{"terms":["daoism","opposites","religion","tao","taoism","taoist","yang","yin","yin yang"],"label":"Yin Yang","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\'/></svg>"}},{"label":"Yoast","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'><path d=\'M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z\'/></svg>"}},{"terms":["film","video","youtube play","youtube square"],"label":"YouTube","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'><path d=\'M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\'/></svg>"}},{"terms":["Latin Capital Letter Z","Latin Small Letter Z","letter"],"label":"Z","svg":{"solid":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M0 64C0 46.3 14.3 32 32 32H352c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96H32C14.3 96 0 81.7 0 64z\'/></svg>"}},{"label":"Zhihu","svg":{"brands":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 640 512\'><path d=\'M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z\'/></svg>"}}]'),Ta=JSON.parse('[{"terms":["lucide-swatch-book-icon"],"label":"swatch-book","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-swatch-book-icon lucide-swatch-book lucide-icon customizable\\"><path d=\\"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z\\"></path><path d=\\"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7\\"></path><path d=\\"M 7 17h.01\\"></path><path d=\\"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8\\"></path></svg>"}},{"terms":["lucide-swatch-book-icon"],"label":"swatch-book","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-swatch-book-icon lucide-swatch-book lucide-icon customizable\\"><path d=\\"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z\\"></path><path d=\\"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7\\"></path><path d=\\"M 7 17h.01\\"></path><path d=\\"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8\\"></path></svg>"}},{"terms":["lucide-sweater-icon"],"label":"sweater","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-sweater-icon lucide-sweater lucide-icon customizable\\"><path d=\\"M6 19H3c-.6 0-1-.4-1-1V6c0-1.1.8-2.3 1.9-2.6L8 2a4 4 0 0 0 8 0l4.1 1.4C21.2 3.7 22 4.9 22 6v12c0 .6-.4 1-1 1h-3\\"></path><path d=\\"M18 8v13c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V8\\"></path><path d=\\"m6 10 2 2 2-2 2 2 2-2 2 2 2-2\\"></path><path d=\\"m6 16 2 2 2-2 2 2 2-2 2 2 2-2\\"></path></svg>"}},{"terms":["lucide-swiss-franc-icon"],"label":"swiss-franc","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-swiss-franc-icon lucide-swiss-franc lucide-icon customizable\\"><path d=\\"M10 21V3h8\\"></path><path d=\\"M6 16h9\\"></path><path d=\\"M10 9.5h7\\"></path></svg>"}},{"terms":["lucide-swiss-franc-circle-icon"],"label":"swiss-franc-circle","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-swiss-franc-circle-icon lucide-swiss-franc-circle lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M10 17V7h5\\"></path><path d=\\"M10 11h4\\"></path><path d=\\"M8 15h5\\"></path></svg>"}},{"terms":["lucide-swiss-franc-square-icon"],"label":"swiss-franc-square","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-swiss-franc-square-icon lucide-swiss-franc-square lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M10 17V7h5\\"></path><path d=\\"M10 11h4\\"></path><path d=\\"M8 15h5\\"></path></svg>"}},{"terms":["lucide-switch-camera-icon"],"label":"switch-camera","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-switch-camera-icon lucide-switch-camera lucide-icon customizable\\"><path d=\\"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5\\"></path><path d=\\"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"3\\"></circle><path d=\\"m18 22-3-3 3-3\\"></path><path d=\\"m6 2 3 3-3 3\\"></path></svg>"}},{"terms":["lucide-sword-icon"],"label":"sword","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-sword-icon lucide-sword lucide-icon customizable\\"><polyline points=\\"14.5 17.5 3 6 3 3 6 3 17.5 14.5\\"></polyline><line x1=\\"13\\" x2=\\"19\\" y1=\\"19\\" y2=\\"13\\"></line><line x1=\\"16\\" x2=\\"20\\" y1=\\"16\\" y2=\\"20\\"></line><line x1=\\"19\\" x2=\\"21\\" y1=\\"21\\" y2=\\"19\\"></line></svg>"}},{"terms":["lucide-swords-icon"],"label":"swords","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-swords-icon lucide-swords lucide-icon customizable\\"><polyline points=\\"14.5 17.5 3 6 3 3 6 3 17.5 14.5\\"></polyline><line x1=\\"13\\" x2=\\"19\\" y1=\\"19\\" y2=\\"13\\"></line><line x1=\\"16\\" x2=\\"20\\" y1=\\"16\\" y2=\\"20\\"></line><line x1=\\"19\\" x2=\\"21\\" y1=\\"21\\" y2=\\"19\\"></line><polyline points=\\"14.5 6.5 18 3 21 3 21 6 17.5 9.5\\"></polyline><line x1=\\"5\\" x2=\\"9\\" y1=\\"14\\" y2=\\"18\\"></line><line x1=\\"7\\" x2=\\"4\\" y1=\\"17\\" y2=\\"20\\"></line><line x1=\\"3\\" x2=\\"5\\" y1=\\"19\\" y2=\\"21\\"></line></svg>"}},{"terms":["lucide-syringe-icon"],"label":"syringe","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-syringe-icon lucide-syringe lucide-icon customizable\\"><path d=\\"m18 2 4 4\\"></path><path d=\\"m17 7 3-3\\"></path><path d=\\"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5\\"></path><path d=\\"m9 11 4 4\\"></path><path d=\\"m5 19-3 3\\"></path><path d=\\"m14 4 6 6\\"></path></svg>"}},{"terms":["lucide-tab-icon"],"label":"tab","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-icon lucide-tab lucide-icon customizable\\"><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-arrow-down-icon"],"label":"tab-arrow-down","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-arrow-down-icon lucide-tab-arrow-down lucide-icon customizable\\"><path d=\\"M12 16V8\\"></path><path d=\\"m16 12-4 4-4-4\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-arrow-up-right-icon"],"label":"tab-arrow-up-right","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-arrow-up-right-icon lucide-tab-arrow-up-right lucide-icon customizable\\"><path d=\\"m15 9-6 6\\"></path><path d=\\"M9 9h6v6\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-check-icon"],"label":"tab-check","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-check-icon lucide-tab-check lucide-icon customizable\\"><path d=\\"m9 12 2 2 4-4\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-dot-icon"],"label":"tab-dot","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-dot-icon lucide-tab-dot lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"1\\"></circle><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-plus-icon"],"label":"tab-plus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-plus-icon lucide-tab-plus lucide-icon customizable\\"><path d=\\"M15 12H9\\"></path><path d=\\"M12 9v6\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-slash-icon"],"label":"tab-slash","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-slash-icon lucide-tab-slash lucide-icon customizable\\"><path d=\\"m14.5 9.5-5 5\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-text-icon"],"label":"tab-text","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-text-icon lucide-tab-text lucide-icon customizable\\"><path d=\\"M8 8h6\\"></path><path d=\\"M8 12h8\\"></path><path d=\\"M8 16h6\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-tab-x-icon"],"label":"tab-x","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tab-x-icon lucide-tab-x lucide-icon customizable\\"><path d=\\"m14.5 9.5-5 5\\"></path><path d=\\"m14.5 14.5-5-5\\"></path><path d=\\"M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\\"></path><path d=\\"M22 20H2\\"></path></svg>"}},{"terms":["lucide-table-icon"],"label":"table","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-icon lucide-table lucide-icon customizable\\"><path d=\\"M12 3v18\\"></path><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M3 9h18\\"></path><path d=\\"M3 15h18\\"></path></svg>"}},{"terms":["lucide-table2-icon"],"label":"table-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table2-icon lucide-table-2 lucide-icon customizable\\"><path d=\\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\\"></path></svg>"}},{"terms":["lucide-table-cells-merge-icon"],"label":"table-cells-merge","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-cells-merge-icon lucide-table-cells-merge lucide-icon customizable\\"><path d=\\"M12 21v-6\\"></path><path d=\\"M12 9V3\\"></path><path d=\\"M3 15h18\\"></path><path d=\\"M3 9h18\\"></path><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-table-cells-split-icon"],"label":"table-cells-split","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-cells-split-icon lucide-table-cells-split lucide-icon customizable\\"><path d=\\"M12 15V9\\"></path><path d=\\"M3 15h18\\"></path><path d=\\"M3 9h18\\"></path><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-table-columns-split-icon"],"label":"table-columns-split","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-columns-split-icon lucide-table-columns-split lucide-icon customizable\\"><path d=\\"M14 14v2\\"></path><path d=\\"M14 20v2\\"></path><path d=\\"M14 2v2\\"></path><path d=\\"M14 8v2\\"></path><path d=\\"M2 15h8\\"></path><path d=\\"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2\\"></path><path d=\\"M2 9h8\\"></path><path d=\\"M22 15h-4\\"></path><path d=\\"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2\\"></path><path d=\\"M22 9h-4\\"></path><path d=\\"M5 3v18\\"></path></svg>"}},{"terms":["lucide-table-of-contents-icon"],"label":"table-of-contents","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-of-contents-icon lucide-table-of-contents lucide-icon customizable\\"><path d=\\"M16 12H3\\"></path><path d=\\"M16 18H3\\"></path><path d=\\"M16 6H3\\"></path><path d=\\"M21 12h.01\\"></path><path d=\\"M21 18h.01\\"></path><path d=\\"M21 6h.01\\"></path></svg>"}},{"terms":["lucide-table-properties-icon"],"label":"table-properties","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-properties-icon lucide-table-properties lucide-icon customizable\\"><path d=\\"M15 3v18\\"></path><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M21 9H3\\"></path><path d=\\"M21 15H3\\"></path></svg>"}},{"terms":["lucide-table-rows-split-icon"],"label":"table-rows-split","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-table-rows-split-icon lucide-table-rows-split lucide-icon customizable\\"><path d=\\"M14 10h2\\"></path><path d=\\"M15 22v-8\\"></path><path d=\\"M15 2v4\\"></path><path d=\\"M2 10h2\\"></path><path d=\\"M20 10h2\\"></path><path d=\\"M3 19h18\\"></path><path d=\\"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6\\"></path><path d=\\"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2\\"></path><path d=\\"M8 10h2\\"></path><path d=\\"M9 22v-8\\"></path><path d=\\"M9 2v4\\"></path></svg>"}},{"terms":["lucide-tablet-icon"],"label":"tablet","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tablet-icon lucide-tablet lucide-icon customizable\\"><rect width=\\"16\\" height=\\"20\\" x=\\"4\\" y=\\"2\\" rx=\\"2\\" ry=\\"2\\"></rect><line x1=\\"12\\" x2=\\"12.01\\" y1=\\"18\\" y2=\\"18\\"></line></svg>"}},{"terms":["lucide-tablet-smartphone-icon"],"label":"tablet-smartphone","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tablet-smartphone-icon lucide-tablet-smartphone lucide-icon customizable\\"><rect width=\\"10\\" height=\\"14\\" x=\\"3\\" y=\\"8\\" rx=\\"2\\"></rect><path d=\\"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4\\"></path><path d=\\"M8 18h.01\\"></path></svg>"}},{"terms":["lucide-tablets-icon"],"label":"tablets","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tablets-icon lucide-tablets lucide-icon customizable\\"><circle cx=\\"7\\" cy=\\"7\\" r=\\"5\\"></circle><circle cx=\\"17\\" cy=\\"17\\" r=\\"5\\"></circle><path d=\\"M12 17h10\\"></path><path d=\\"m3.46 10.54 7.08-7.08\\"></path></svg>"}},{"terms":["lucide-tag-icon"],"label":"tag","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tag-icon lucide-tag lucide-icon customizable\\"><path d=\\"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z\\"></path><circle cx=\\"7.5\\" cy=\\"7.5\\" r=\\".5\\" fill=\\"currentColor\\"></circle></svg>"}},{"terms":["lucide-tags-icon"],"label":"tags","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tags-icon lucide-tags lucide-icon customizable\\"><path d=\\"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19\\"></path><path d=\\"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z\\"></path><circle cx=\\"6.5\\" cy=\\"9.5\\" r=\\".5\\" fill=\\"currentColor\\"></circle></svg>"}},{"terms":["lucide-tally1-icon"],"label":"tally-1","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tally1-icon lucide-tally-1 lucide-icon customizable\\"><path d=\\"M4 4v16\\"></path></svg>"}},{"terms":["lucide-tally2-icon"],"label":"tally-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tally2-icon lucide-tally-2 lucide-icon customizable\\"><path d=\\"M4 4v16\\"></path><path d=\\"M9 4v16\\"></path></svg>"}},{"terms":["lucide-tally3-icon"],"label":"tally-3","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tally3-icon lucide-tally-3 lucide-icon customizable\\"><path d=\\"M4 4v16\\"></path><path d=\\"M9 4v16\\"></path><path d=\\"M14 4v16\\"></path></svg>"}},{"terms":["lucide-tally4-icon"],"label":"tally-4","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tally4-icon lucide-tally-4 lucide-icon customizable\\"><path d=\\"M4 4v16\\"></path><path d=\\"M9 4v16\\"></path><path d=\\"M14 4v16\\"></path><path d=\\"M19 4v16\\"></path></svg>"}},{"terms":["lucide-tally5-icon"],"label":"tally-5","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tally5-icon lucide-tally-5 lucide-icon customizable\\"><path d=\\"M4 4v16\\"></path><path d=\\"M9 4v16\\"></path><path d=\\"M14 4v16\\"></path><path d=\\"M19 4v16\\"></path><path d=\\"M22 6 2 18\\"></path></svg>"}},{"terms":["lucide-tangent-icon"],"label":"tangent","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tangent-icon lucide-tangent lucide-icon customizable\\"><circle cx=\\"17\\" cy=\\"4\\" r=\\"2\\"></circle><path d=\\"M15.59 5.41 5.41 15.59\\"></path><circle cx=\\"4\\" cy=\\"17\\" r=\\"2\\"></circle><path d=\\"M12 22s-4-9-1.5-11.5S22 12 22 12\\"></path></svg>"}},{"terms":["lucide-target-icon"],"label":"target","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-target-icon lucide-target lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"6\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-target-arrow-icon"],"label":"target-arrow","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-target-arrow-icon lucide-target-arrow lucide-icon customizable\\"><path d=\\"M19 2v3h3\\"></path><path d=\\"M13.4 10.6 22 2\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"2\\"></circle><path d=\\"M12.3 6H12a6 6 0 1 0 6 6v-.3\\"></path><path d=\\"M15 2.5A9.93 9.93 0 1 0 21.5 9\\"></path><path d=\\"M5.3 19.4 4 22\\"></path><path d=\\"M18.7 19.4 20 22\\"></path></svg>"}},{"terms":["lucide-telescope-icon"],"label":"telescope","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-telescope-icon lucide-telescope lucide-icon customizable\\"><path d=\\"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44\\"></path><path d=\\"m13.56 11.747 4.332-.924\\"></path><path d=\\"m16 21-3.105-6.21\\"></path><path d=\\"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z\\"></path><path d=\\"m6.158 8.633 1.114 4.456\\"></path><path d=\\"m8 21 3.105-6.21\\"></path><circle cx=\\"12\\" cy=\\"13\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-tennis-ball-icon"],"label":"tennis-ball","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tennis-ball-icon lucide-tennis-ball lucide-icon customizable\\"><path d=\\"M2 12c5.5 0 10-4.5 10-10\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M22 12c-5.5 0-10 4.5-10 10\\"></path></svg>"}},{"terms":["lucide-tennis-racket-icon"],"label":"tennis-racket","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tennis-racket-icon lucide-tennis-racket lucide-icon customizable\\"><path d=\\"M10.7 4.7c3-3 7.4-3.6 9.8-1.2s1.8 6.8-1.2 9.8a9.5 9.5 0 0 1-4.3 2.5c-2.1.5-4.1.1-5.5-1.3S7.7 11.1 8.2 9a9.5 9.5 0 0 1 2.5-4.3\\"></path><path d=\\"M8.2 9 6 18l9-2.2\\"></path><path d=\\"m2 22 4-4\\"></path><circle cx=\\"20\\" cy=\\"20\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-tent-icon"],"label":"tent","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tent-icon lucide-tent lucide-icon customizable\\"><path d=\\"M3.5 21 14 3\\"></path><path d=\\"M20.5 21 10 3\\"></path><path d=\\"M15.5 21 12 15l-3.5 6\\"></path><path d=\\"M2 21h20\\"></path></svg>"}},{"terms":["lucide-tent-tree-icon"],"label":"tent-tree","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tent-tree-icon lucide-tent-tree lucide-icon customizable\\"><circle cx=\\"4\\" cy=\\"4\\" r=\\"2\\"></circle><path d=\\"m14 5 3-3 3 3\\"></path><path d=\\"m14 10 3-3 3 3\\"></path><path d=\\"M17 14V2\\"></path><path d=\\"M17 14H7l-5 8h20Z\\"></path><path d=\\"M8 14v8\\"></path><path d=\\"m9 14 5 8\\"></path></svg>"}},{"terms":["lucide-terminal-icon"],"label":"terminal","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-terminal-icon lucide-terminal lucide-icon customizable\\"><polyline points=\\"4 17 10 11 4 5\\"></polyline><line x1=\\"12\\" x2=\\"20\\" y1=\\"19\\" y2=\\"19\\"></line></svg>"}},{"terms":["lucide-test-tube-icon"],"label":"test-tube","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-test-tube-icon lucide-test-tube lucide-icon customizable\\"><path d=\\"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2\\"></path><path d=\\"M8.5 2h7\\"></path><path d=\\"M14.5 16h-5\\"></path></svg>"}},{"terms":["lucide-test-tube-diagonal-icon"],"label":"test-tube-diagonal","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-test-tube-diagonal-icon lucide-test-tube-diagonal lucide-icon customizable\\"><path d=\\"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3\\"></path><path d=\\"m16 2 6 6\\"></path><path d=\\"M12 16H4\\"></path></svg>"}},{"terms":["lucide-test-tubes-icon"],"label":"test-tubes","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-test-tubes-icon lucide-test-tubes lucide-icon customizable\\"><path d=\\"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2\\"></path><path d=\\"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2\\"></path><path d=\\"M3 2h7\\"></path><path d=\\"M14 2h7\\"></path><path d=\\"M9 16H4\\"></path><path d=\\"M20 16h-5\\"></path></svg>"}},{"terms":["lucide-text-icon"],"label":"text","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-icon lucide-text lucide-icon customizable\\"><path d=\\"M15 18H3\\"></path><path d=\\"M17 6H3\\"></path><path d=\\"M21 12H3\\"></path></svg>"}},{"terms":["lucide-text-cursor-icon"],"label":"text-cursor","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-cursor-icon lucide-text-cursor lucide-icon customizable\\"><path d=\\"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1\\"></path><path d=\\"M7 22h1a4 4 0 0 0 4-4v-1\\"></path><path d=\\"M7 2h1a4 4 0 0 1 4 4v1\\"></path></svg>"}},{"terms":["lucide-text-cursor-input-icon"],"label":"text-cursor-input","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-cursor-input-icon lucide-text-cursor-input lucide-icon customizable\\"><path d=\\"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6\\"></path><path d=\\"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7\\"></path><path d=\\"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1\\"></path><path d=\\"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1\\"></path><path d=\\"M9 6v12\\"></path></svg>"}},{"terms":["lucide-text-quote-icon"],"label":"text-quote","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-quote-icon lucide-text-quote lucide-icon customizable\\"><path d=\\"M17 6H3\\"></path><path d=\\"M21 12H8\\"></path><path d=\\"M21 18H8\\"></path><path d=\\"M3 12v6\\"></path></svg>"}},{"terms":["lucide-text-search-icon"],"label":"text-search","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-search-icon lucide-text-search lucide-icon customizable\\"><path d=\\"M21 6H3\\"></path><path d=\\"M10 12H3\\"></path><path d=\\"M10 18H3\\"></path><circle cx=\\"17\\" cy=\\"15\\" r=\\"3\\"></circle><path d=\\"m21 19-1.9-1.9\\"></path></svg>"}},{"terms":["lucide-text-select-icon"],"label":"text-select","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-select-icon lucide-text-select lucide-icon customizable\\"><path d=\\"M14 21h1\\"></path><path d=\\"M14 3h1\\"></path><path d=\\"M19 3a2 2 0 0 1 2 2\\"></path><path d=\\"M21 14v1\\"></path><path d=\\"M21 19a2 2 0 0 1-2 2\\"></path><path d=\\"M21 9v1\\"></path><path d=\\"M3 14v1\\"></path><path d=\\"M3 9v1\\"></path><path d=\\"M5 21a2 2 0 0 1-2-2\\"></path><path d=\\"M5 3a2 2 0 0 0-2 2\\"></path><path d=\\"M7 12h10\\"></path><path d=\\"M7 16h6\\"></path><path d=\\"M7 8h8\\"></path><path d=\\"M9 21h1\\"></path><path d=\\"M9 3h1\\"></path></svg>"}},{"terms":["lucide-text-square-icon"],"label":"text-square","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-text-square-icon lucide-text-square lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M7 12h10\\"></path><path d=\\"M7 16h6\\"></path><path d=\\"M7 8h8\\"></path></svg>"}},{"terms":["lucide-theater-icon"],"label":"theater","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-theater-icon lucide-theater lucide-icon customizable\\"><path d=\\"M2 10s3-3 3-8\\"></path><path d=\\"M22 10s-3-3-3-8\\"></path><path d=\\"M10 2c0 4.4-3.6 8-8 8\\"></path><path d=\\"M14 2c0 4.4 3.6 8 8 8\\"></path><path d=\\"M2 10s2 2 2 5\\"></path><path d=\\"M22 10s-2 2-2 5\\"></path><path d=\\"M8 15h8\\"></path><path d=\\"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1\\"></path><path d=\\"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1\\"></path></svg>"}},{"terms":["lucide-thermometer-icon"],"label":"thermometer","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-thermometer-icon lucide-thermometer lucide-icon customizable\\"><path d=\\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\\"></path></svg>"}},{"terms":["lucide-thermometer-snowflake-icon"],"label":"thermometer-snowflake","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-thermometer-snowflake-icon lucide-thermometer-snowflake lucide-icon customizable\\"><path d=\\"m10 20-1.25-2.5L6 18\\"></path><path d=\\"M10 4 8.75 6.5 6 6\\"></path><path d=\\"M10.585 15H10\\"></path><path d=\\"M2 12h6.5L10 9\\"></path><path d=\\"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z\\"></path><path d=\\"m4 10 1.5 2L4 14\\"></path><path d=\\"m7 21 3-6-1.5-3\\"></path><path d=\\"m7 3 3 6h2\\"></path></svg>"}},{"terms":["lucide-thermometer-sun-icon"],"label":"thermometer-sun","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-thermometer-sun-icon lucide-thermometer-sun lucide-icon customizable\\"><path d=\\"M12 9a4 4 0 0 0-2 7.5\\"></path><path d=\\"M12 3v2\\"></path><path d=\\"m6.6 18.4-1.4 1.4\\"></path><path d=\\"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\\"></path><path d=\\"M4 13H2\\"></path><path d=\\"M6.34 7.34 4.93 5.93\\"></path></svg>"}},{"terms":["lucide-thumbs-down-icon"],"label":"thumbs-down","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-thumbs-down-icon lucide-thumbs-down lucide-icon customizable\\"><path d=\\"M17 14V2\\"></path><path d=\\"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z\\"></path></svg>"}},{"terms":["lucide-thumbs-up-icon"],"label":"thumbs-up","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-thumbs-up-icon lucide-thumbs-up lucide-icon customizable\\"><path d=\\"M7 10v12\\"></path><path d=\\"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z\\"></path></svg>"}},{"terms":["lucide-ticket-icon"],"label":"ticket","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-icon lucide-ticket lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"M13 5v2\\"></path><path d=\\"M13 17v2\\"></path><path d=\\"M13 11v2\\"></path></svg>"}},{"terms":["lucide-ticket-check-icon"],"label":"ticket-check","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-check-icon lucide-ticket-check lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"m9 12 2 2 4-4\\"></path></svg>"}},{"terms":["lucide-ticket-minus-icon"],"label":"ticket-minus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-minus-icon lucide-ticket-minus lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"M9 12h6\\"></path></svg>"}},{"terms":["lucide-ticket-percent-icon"],"label":"ticket-percent","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-percent-icon lucide-ticket-percent lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"M9 9h.01\\"></path><path d=\\"m15 9-6 6\\"></path><path d=\\"M15 15h.01\\"></path></svg>"}},{"terms":["lucide-ticket-plus-icon"],"label":"ticket-plus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-plus-icon lucide-ticket-plus lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"M9 12h6\\"></path><path d=\\"M12 9v6\\"></path></svg>"}},{"terms":["lucide-ticket-slash-icon"],"label":"ticket-slash","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-slash-icon lucide-ticket-slash lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"m9.5 14.5 5-5\\"></path></svg>"}},{"terms":["lucide-ticket-x-icon"],"label":"ticket-x","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ticket-x-icon lucide-ticket-x lucide-icon customizable\\"><path d=\\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\\"></path><path d=\\"m9.5 14.5 5-5\\"></path><path d=\\"m9.5 9.5 5 5\\"></path></svg>"}},{"terms":["lucide-tickets-icon"],"label":"tickets","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tickets-icon lucide-tickets lucide-icon customizable\\"><path d=\\"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8\\"></path><path d=\\"M6 10V8\\"></path><path d=\\"M6 14v1\\"></path><path d=\\"M6 19v2\\"></path><rect x=\\"2\\" y=\\"8\\" width=\\"20\\" height=\\"13\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-tickets-plane-icon"],"label":"tickets-plane","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tickets-plane-icon lucide-tickets-plane lucide-icon customizable\\"><path d=\\"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12\\"></path><path d=\\"m12 13.5 3.75.5\\"></path><path d=\\"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8\\"></path><path d=\\"M6 10V8\\"></path><path d=\\"M6 14v1\\"></path><path d=\\"M6 19v2\\"></path><rect x=\\"2\\" y=\\"8\\" width=\\"20\\" height=\\"13\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-tie-icon"],"label":"tie","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tie-icon lucide-tie lucide-icon customizable\\"><path d=\\"M2.9 3c.1-.6.5-1 1.1-1h4c.6 0 1 .4 1.1 1l.9 15-4 4-4-4Z\\"></path><path d=\\"M8.85 2.4 16 11.8\\"></path><path d=\\"m9.7 13.15 6.5 8.5\\"></path><path d=\\"M22 5v16c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1V5l3-3Z\\"></path></svg>"}},{"terms":["lucide-tie-bow-icon"],"label":"tie-bow","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tie-bow-icon lucide-tie-bow lucide-icon customizable\\"><rect width=\\"4\\" height=\\"4\\" x=\\"10\\" y=\\"10\\"></rect><path d=\\"M8 12h2\\"></path><path d=\\"M10 10C8.8 8.5 6.6 7 4 7c-1.1 0-2 2.2-2 5s.9 5 2 5c2.6 0 4.8-1.5 6-3\\"></path><path d=\\"M14 12h2\\"></path><path d=\\"M14 14c1.2 1.5 3.4 3 6 3 1.1 0 2-2.2 2-5s-.9-5-2-5c-2.6 0-4.8 1.5-6 3\\"></path></svg>"}},{"terms":["lucide-tie-bow-ribbon-icon"],"label":"tie-bow-ribbon","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tie-bow-ribbon-icon lucide-tie-bow-ribbon lucide-icon customizable\\"><rect width=\\"4\\" height=\\"4\\" x=\\"10\\" y=\\"7\\"></rect><path d=\\"M8 9h2\\"></path><path d=\\"M10 7C8.8 5.5 6.6 4 4 4 2.9 4 2 6.2 2 9s.9 5 2 5c2.6 0 4.8-1.5 6-3\\"></path><path d=\\"M14 9h2\\"></path><path d=\\"M14 11c1.2 1.5 3.4 3 6 3 1.1 0 2-2.2 2-5s-.9-5-2-5c-2.6 0-4.8 1.5-6 3\\"></path><path d=\\"M5.5 13.83 4 20l3-1 2 2 2.5-10\\"></path><path d=\\"M18.5 13.83 20 20l-3-1-2 2-2.5-10\\"></path></svg>"}},{"terms":["lucide-timer-icon"],"label":"timer","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-timer-icon lucide-timer lucide-icon customizable\\"><line x1=\\"10\\" x2=\\"14\\" y1=\\"2\\" y2=\\"2\\"></line><line x1=\\"12\\" x2=\\"15\\" y1=\\"14\\" y2=\\"11\\"></line><circle cx=\\"12\\" cy=\\"14\\" r=\\"8\\"></circle></svg>"}},{"terms":["lucide-timer-off-icon"],"label":"timer-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-timer-off-icon lucide-timer-off lucide-icon customizable\\"><path d=\\"M10 2h4\\"></path><path d=\\"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7\\"></path><path d=\\"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2\\"></path><path d=\\"m2 2 20 20\\"></path><path d=\\"M12 12v-2\\"></path></svg>"}},{"terms":["lucide-timer-reset-icon"],"label":"timer-reset","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-timer-reset-icon lucide-timer-reset lucide-icon customizable\\"><path d=\\"M10 2h4\\"></path><path d=\\"M12 14v-4\\"></path><path d=\\"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6\\"></path><path d=\\"M9 17H4v5\\"></path></svg>"}},{"terms":["lucide-tire-icon"],"label":"tire","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tire-icon lucide-tire lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"2\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"6\\"></circle><path d=\\"M12 14v4\\"></path><path d=\\"m10.1 12.62-3.8 1.23\\"></path><path d=\\"M10.82 10.38 8.47 7.15\\"></path><path d=\\"m13.9 12.62 3.8 1.23\\"></path><path d=\\"m13.18 10.38 2.35-3.23\\"></path></svg>"}},{"terms":["lucide-toast-icon"],"label":"toast","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toast-icon lucide-toast lucide-icon customizable\\"><path d=\\"M5.5 3A3.5 3.5 0 0 0 3 8.9V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.9A3.5 3.5 0 0 0 18.5 3Z\\"></path><path d=\\"M7.5 10c0-1.8 1.2-3 3.2-3 2.5 0 2.4 1.5 3.8 2.5s2.5 1 2.5 3c0 2.2-1.2 3.2-3.5 3.2-1.2 0-1.2 1.2-3 1.2S7 16 7 14.2c0-1.5.8-1.5.8-2.5 0-.7-.3-1.2-.3-1.7\\"></path></svg>"}},{"terms":["lucide-toaster-icon"],"label":"toaster","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toaster-icon lucide-toaster lucide-icon customizable\\"><path d=\\"M16 10V5.7A2 2 0 0 0 15 2H9a2 2 0 0 0-1 3.7V10\\"></path><path d=\\"M6 10h12\\"></path><path d=\\"M4 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2\\"></path><circle cx=\\"8\\" cy=\\"16\\" r=\\"2\\"></circle><path d=\\"M14 16h4\\"></path><path d=\\"M16 14v8\\"></path></svg>"}},{"terms":["lucide-toggle-left-icon"],"label":"toggle-left","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toggle-left-icon lucide-toggle-left lucide-icon customizable\\"><circle cx=\\"9\\" cy=\\"12\\" r=\\"3\\"></circle><rect width=\\"20\\" height=\\"14\\" x=\\"2\\" y=\\"5\\" rx=\\"7\\"></rect></svg>"}},{"terms":["lucide-toggle-right-icon"],"label":"toggle-right","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toggle-right-icon lucide-toggle-right lucide-icon customizable\\"><circle cx=\\"15\\" cy=\\"12\\" r=\\"3\\"></circle><rect width=\\"20\\" height=\\"14\\" x=\\"2\\" y=\\"5\\" rx=\\"7\\"></rect></svg>"}},{"terms":["lucide-toilet-icon"],"label":"toilet","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toilet-icon lucide-toilet lucide-icon customizable\\"><path d=\\"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18\\"></path><path d=\\"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8\\"></path></svg>"}},{"terms":["lucide-toilet-roll-icon"],"label":"toilet-roll","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toilet-roll-icon lucide-toilet-roll lucide-icon customizable\\"><ellipse cx=\\"10\\" cy=\\"8\\" rx=\\"3\\" ry=\\"2\\"></ellipse><ellipse cx=\\"10\\" cy=\\"8\\" rx=\\"7\\" ry=\\"6\\"></ellipse><path d=\\"M3 8v8c0 3.3 3.1 6 7 6s7-2.7 7-6V8c0 2.2 2.2 4 5 4v8c-2.8 0-5-1.8-5-4\\"></path><path d=\\"M10 14v2\\"></path><path d=\\"M10 20v2\\"></path></svg>"}},{"terms":["lucide-toolbox-icon"],"label":"toolbox","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toolbox-icon lucide-toolbox lucide-icon customizable\\"><path d=\\"M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\\"></path><path d=\\"M8 21a2 2 0 0 0 2-2v-8a4 4 0 0 0-8 0v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8a4 4 0 0 0-4-4H6\\"></path><path d=\\"M2 13h20\\"></path><path d=\\"M14 15v-4\\"></path><path d=\\"M18 15v-4\\"></path></svg>"}},{"terms":["lucide-toolbox2-icon"],"label":"toolbox-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toolbox2-icon lucide-toolbox-2 lucide-icon customizable\\"><path d=\\"M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\\"></path><path d=\\"M4 21a2 2 0 0 1-2-2v-7c0-.6.3-1.3.7-1.7l2.6-2.6C5.7 7.3 6.4 7 7 7h10c.6 0 1.3.3 1.7.7l2.6 2.6c.4.4.7 1.2.7 1.7v7a2 2 0 0 1-2 2Z\\"></path><path d=\\"M2 14h20\\"></path><path d=\\"M9 16v-4\\"></path><path d=\\"M15 16v-4\\"></path></svg>"}},{"terms":["lucide-top-crop-icon"],"label":"top-crop","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-top-crop-icon lucide-top-crop lucide-icon customizable\\"><path d=\\"M2 17a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5c-1.7 0-3-1.3-3-3V5h-4v1a3 3 0 1 1-6 0V5H5v4c0 1.7-1.3 3-3 3Z\\"></path></svg>"}},{"terms":["lucide-tornado-icon"],"label":"tornado","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tornado-icon lucide-tornado lucide-icon customizable\\"><path d=\\"M21 4H3\\"></path><path d=\\"M18 8H6\\"></path><path d=\\"M19 12H9\\"></path><path d=\\"M16 16h-6\\"></path><path d=\\"M11 20H9\\"></path></svg>"}},{"terms":["lucide-torus-icon"],"label":"torus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-torus-icon lucide-torus lucide-icon customizable\\"><ellipse cx=\\"12\\" cy=\\"11\\" rx=\\"3\\" ry=\\"2\\"></ellipse><ellipse cx=\\"12\\" cy=\\"12.5\\" rx=\\"10\\" ry=\\"8.5\\"></ellipse></svg>"}},{"terms":["lucide-touchpad-icon"],"label":"touchpad","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-touchpad-icon lucide-touchpad lucide-icon customizable\\"><rect width=\\"20\\" height=\\"16\\" x=\\"2\\" y=\\"4\\" rx=\\"2\\"></rect><path d=\\"M2 14h20\\"></path><path d=\\"M12 20v-6\\"></path></svg>"}},{"terms":["lucide-touchpad-off-icon"],"label":"touchpad-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-touchpad-off-icon lucide-touchpad-off lucide-icon customizable\\"><path d=\\"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16\\"></path><path d=\\"M2 14h12\\"></path><path d=\\"M22 14h-2\\"></path><path d=\\"M12 20v-6\\"></path><path d=\\"m2 2 20 20\\"></path><path d=\\"M22 16V6a2 2 0 0 0-2-2H10\\"></path></svg>"}},{"terms":["lucide-towel-folded-icon"],"label":"towel-folded","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-towel-folded-icon lucide-towel-folded lucide-icon customizable\\"><path d=\\"M7 13h10a4 4 0 0 1 0 8H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10\\"></path><path d=\\"M17 17H7a4 4 0 0 1-4-4\\"></path></svg>"}},{"terms":["lucide-towel-rack-icon"],"label":"towel-rack","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-towel-rack-icon lucide-towel-rack lucide-icon customizable\\"><path d=\\"M8 6H2\\"></path><path d=\\"M6 2h12a2 2 0 0 1 2 2v18H8V4a2 2 0 0 0-4 0v15h4\\"></path><path d=\\"M22 6h-2\\"></path><path d=\\"M8 18h12\\"></path></svg>"}},{"terms":["lucide-tower-control-icon"],"label":"tower-control","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tower-control-icon lucide-tower-control lucide-icon customizable\\"><path d=\\"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z\\"></path><path d=\\"M8 13v9\\"></path><path d=\\"M16 22v-9\\"></path><path d=\\"m9 6 1 7\\"></path><path d=\\"m15 6-1 7\\"></path><path d=\\"M12 6V2\\"></path><path d=\\"M13 2h-2\\"></path></svg>"}},{"terms":["lucide-toy-brick-icon"],"label":"toy-brick","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-toy-brick-icon lucide-toy-brick lucide-icon customizable\\"><rect width=\\"18\\" height=\\"12\\" x=\\"3\\" y=\\"8\\" rx=\\"1\\"></rect><path d=\\"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3\\"></path><path d=\\"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3\\"></path></svg>"}},{"terms":["lucide-tractor-icon"],"label":"tractor","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tractor-icon lucide-tractor lucide-icon customizable\\"><path d=\\"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20\\"></path><path d=\\"M16 18h-5\\"></path><path d=\\"M18 5a1 1 0 0 0-1 1v5.573\\"></path><path d=\\"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246\\"></path><path d=\\"M4 11V4\\"></path><path d=\\"M7 15h.01\\"></path><path d=\\"M8 10.1V4\\"></path><circle cx=\\"18\\" cy=\\"18\\" r=\\"2\\"></circle><circle cx=\\"7\\" cy=\\"15\\" r=\\"5\\"></circle></svg>"}},{"terms":["lucide-traffic-cone-icon"],"label":"traffic-cone","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-traffic-cone-icon lucide-traffic-cone lucide-icon customizable\\"><path d=\\"M16.05 10.966a5 2.5 0 0 1-8.1 0\\"></path><path d=\\"m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04\\"></path><path d=\\"M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z\\"></path><path d=\\"M9.194 6.57a5 2.5 0 0 0 5.61 0\\"></path></svg>"}},{"terms":["lucide-train-front-icon"],"label":"train-front","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-train-front-icon lucide-train-front lucide-icon customizable\\"><path d=\\"M8 3.1V7a4 4 0 0 0 8 0V3.1\\"></path><path d=\\"m9 15-1-1\\"></path><path d=\\"m15 15 1-1\\"></path><path d=\\"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z\\"></path><path d=\\"m8 19-2 3\\"></path><path d=\\"m16 19 2 3\\"></path></svg>"}},{"terms":["lucide-train-front-tunnel-icon"],"label":"train-front-tunnel","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-train-front-tunnel-icon lucide-train-front-tunnel lucide-icon customizable\\"><path d=\\"M2 22V12a10 10 0 1 1 20 0v10\\"></path><path d=\\"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8\\"></path><path d=\\"M10 15h.01\\"></path><path d=\\"M14 15h.01\\"></path><path d=\\"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z\\"></path><path d=\\"m9 19-2 3\\"></path><path d=\\"m15 19 2 3\\"></path></svg>"}},{"terms":["lucide-train-track-icon"],"label":"train-track","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-train-track-icon lucide-train-track lucide-icon customizable\\"><path d=\\"M2 17 17 2\\"></path><path d=\\"m2 14 8 8\\"></path><path d=\\"m5 11 8 8\\"></path><path d=\\"m8 8 8 8\\"></path><path d=\\"m11 5 8 8\\"></path><path d=\\"m14 2 8 8\\"></path><path d=\\"M7 22 22 7\\"></path></svg>"}},{"terms":["lucide-tram-front-icon"],"label":"tram-front","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tram-front-icon lucide-tram-front lucide-icon customizable\\"><rect width=\\"16\\" height=\\"16\\" x=\\"4\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M4 11h16\\"></path><path d=\\"M12 3v8\\"></path><path d=\\"m8 19-2 3\\"></path><path d=\\"m18 22-2-3\\"></path><path d=\\"M8 15h.01\\"></path><path d=\\"M16 15h.01\\"></path></svg>"}},{"terms":["lucide-transgender-icon"],"label":"transgender","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-transgender-icon lucide-transgender lucide-icon customizable\\"><path d=\\"M12 16v6\\"></path><path d=\\"M14 20h-4\\"></path><path d=\\"M18 2h4v4\\"></path><path d=\\"m2 2 7.17 7.17\\"></path><path d=\\"M2 5.355V2h3.357\\"></path><path d=\\"m22 2-7.17 7.17\\"></path><path d=\\"M8 5 5 8\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"4\\"></circle></svg>"}},{"terms":["lucide-trash-icon"],"label":"trash","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trash-icon lucide-trash lucide-icon customizable\\"><path d=\\"M3 6h18\\"></path><path d=\\"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6\\"></path><path d=\\"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2\\"></path></svg>"}},{"terms":["lucide-trash2-icon"],"label":"trash-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trash2-icon lucide-trash-2 lucide-icon customizable\\"><path d=\\"M3 6h18\\"></path><path d=\\"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6\\"></path><path d=\\"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2\\"></path><line x1=\\"10\\" x2=\\"10\\" y1=\\"11\\" y2=\\"17\\"></line><line x1=\\"14\\" x2=\\"14\\" y1=\\"11\\" y2=\\"17\\"></line></svg>"}},{"terms":["lucide-tree-deciduous-icon"],"label":"tree-deciduous","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tree-deciduous-icon lucide-tree-deciduous lucide-icon customizable\\"><path d=\\"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z\\"></path><path d=\\"M12 19v3\\"></path></svg>"}},{"terms":["lucide-tree-palm-icon"],"label":"tree-palm","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tree-palm-icon lucide-tree-palm lucide-icon customizable\\"><path d=\\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4\\"></path><path d=\\"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3\\"></path><path d=\\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35\\"></path><path d=\\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\\"></path></svg>"}},{"terms":["lucide-tree-pine-icon"],"label":"tree-pine","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tree-pine-icon lucide-tree-pine lucide-icon customizable\\"><path d=\\"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z\\"></path><path d=\\"M12 22v-3\\"></path></svg>"}},{"terms":["lucide-trees-icon"],"label":"trees","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trees-icon lucide-trees lucide-icon customizable\\"><path d=\\"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z\\"></path><path d=\\"M7 16v6\\"></path><path d=\\"M13 19v3\\"></path><path d=\\"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5\\"></path></svg>"}},{"terms":["lucide-trees-forest-icon"],"label":"trees-forest","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trees-forest-icon lucide-trees-forest lucide-icon customizable\\"><path d=\\"m9 5 3-3 3 3\\"></path><path d=\\"m9 10 3-3 3 3\\"></path><path d=\\"M12 12V2\\"></path><path d=\\"m2 15 3-3 3 3\\"></path><path d=\\"m2 20 3-3 3 3\\"></path><path d=\\"M5 22V12\\"></path><path d=\\"m16 15 3-3 3 3\\"></path><path d=\\"m16 20 3-3 3 3\\"></path><path d=\\"M19 22V12\\"></path></svg>"}},{"terms":["lucide-trello-icon"],"label":"trello","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trello-icon lucide-trello lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\" ry=\\"2\\"></rect><rect width=\\"3\\" height=\\"9\\" x=\\"7\\" y=\\"7\\"></rect><rect width=\\"3\\" height=\\"5\\" x=\\"14\\" y=\\"7\\"></rect></svg>"}},{"terms":["lucide-trending-down-icon"],"label":"trending-down","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trending-down-icon lucide-trending-down lucide-icon customizable\\"><polyline points=\\"22 17 13.5 8.5 8.5 13.5 2 7\\"></polyline><polyline points=\\"16 17 22 17 22 11\\"></polyline></svg>"}},{"terms":["lucide-trending-up-icon"],"label":"trending-up","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trending-up-icon lucide-trending-up lucide-icon customizable\\"><polyline points=\\"22 7 13.5 15.5 8.5 10.5 2 17\\"></polyline><polyline points=\\"16 7 22 7 22 13\\"></polyline></svg>"}},{"terms":["lucide-trending-up-down-icon"],"label":"trending-up-down","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trending-up-down-icon lucide-trending-up-down lucide-icon customizable\\"><path d=\\"M14.828 14.828 21 21\\"></path><path d=\\"M21 16v5h-5\\"></path><path d=\\"m21 3-9 9-4-4-6 6\\"></path><path d=\\"M21 8V3h-5\\"></path></svg>"}},{"terms":["lucide-triangle-icon"],"label":"triangle","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-triangle-icon lucide-triangle lucide-icon customizable\\"><path d=\\"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\\"></path></svg>"}},{"terms":["lucide-triangle-alert-icon"],"label":"triangle-alert","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-triangle-alert-icon lucide-triangle-alert lucide-icon customizable\\"><path d=\\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\\"></path><path d=\\"M12 9v4\\"></path><path d=\\"M12 17h.01\\"></path></svg>"}},{"terms":["lucide-triangle-dashed-icon"],"label":"triangle-dashed","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-triangle-dashed-icon lucide-triangle-dashed lucide-icon customizable\\"><path d=\\"M10.17 4.193a2 2 0 0 1 3.666.013\\"></path><path d=\\"M14 21h2\\"></path><path d=\\"m15.874 7.743 1 1.732\\"></path><path d=\\"m18.849 12.952 1 1.732\\"></path><path d=\\"M21.824 18.18a2 2 0 0 1-1.835 2.824\\"></path><path d=\\"M4.024 21a2 2 0 0 1-1.839-2.839\\"></path><path d=\\"m5.136 12.952-1 1.732\\"></path><path d=\\"M8 21h2\\"></path><path d=\\"m8.102 7.743-1 1.732\\"></path></svg>"}},{"terms":["lucide-triangle-right-icon"],"label":"triangle-right","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-triangle-right-icon lucide-triangle-right lucide-icon customizable\\"><path d=\\"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z\\"></path></svg>"}},{"terms":["lucide-triangle-stripes-icon"],"label":"triangle-stripes","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-triangle-stripes-icon lucide-triangle-stripes lucide-icon customizable\\"><path d=\\"M13.75 4a2 2 0 0 0-3.5 0L2.2 18A2 2.1 0 0 0 4 21h16a2 2 0 0 0 1.75-3Z\\"></path><path d=\\"M7.5 9h9\\"></path><path d=\\"M5.5 13h13\\"></path><path d=\\"M3 17h18\\"></path></svg>"}},{"terms":["lucide-trophy-icon"],"label":"trophy","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trophy-icon lucide-trophy lucide-icon customizable\\"><path d=\\"M6 9H4.5a2.5 2.5 0 0 1 0-5H6\\"></path><path d=\\"M18 9h1.5a2.5 2.5 0 0 0 0-5H18\\"></path><path d=\\"M4 22h16\\"></path><path d=\\"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22\\"></path><path d=\\"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22\\"></path><path d=\\"M18 2H6v7a6 6 0 0 0 12 0V2Z\\"></path></svg>"}},{"terms":["lucide-trousers-icon"],"label":"trousers","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-trousers-icon lucide-trousers lucide-icon customizable\\"><path d=\\"M4 6h16\\"></path><path d=\\"M6 22a2 2 0 0 1-2-2V3c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v17a2 2 0 0 1-2 2h-3l-3-10-3 10Z\\"></path><path d=\\"m6 11-2 1\\"></path><path d=\\"M9 8.5V6\\"></path><path d=\\"M15 6v2.5\\"></path><path d=\\"m20 12-2-1\\"></path><path d=\\"M4 18h6\\"></path><path d=\\"M14 18h6\\"></path></svg>"}},{"terms":["lucide-truck-icon"],"label":"truck","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-truck-icon lucide-truck lucide-icon customizable\\"><path d=\\"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2\\"></path><path d=\\"M15 18H9\\"></path><path d=\\"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14\\"></path><circle cx=\\"17\\" cy=\\"18\\" r=\\"2\\"></circle><circle cx=\\"7\\" cy=\\"18\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-truck-electric-icon"],"label":"truck-electric","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-truck-electric-icon lucide-truck-electric lucide-icon customizable\\"><path d=\\"M14 19V7a2 2 0 0 0-2-2H9\\"></path><path d=\\"M15 19H9\\"></path><path d=\\"M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14\\"></path><path d=\\"M2 13v5a1 1 0 0 0 1 1h2\\"></path><path d=\\"M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02\\"></path><circle cx=\\"17\\" cy=\\"19\\" r=\\"2\\"></circle><circle cx=\\"7\\" cy=\\"19\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-turtle-icon"],"label":"turtle","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-turtle-icon lucide-turtle lucide-icon customizable\\"><path d=\\"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z\\"></path><path d=\\"M4.82 7.9 8 10\\"></path><path d=\\"M15.18 7.9 12 10\\"></path><path d=\\"M16.93 10H20a2 2 0 0 1 0 4H2\\"></path></svg>"}},{"terms":["lucide-tuxedo-icon"],"label":"tuxedo","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tuxedo-icon lucide-tuxedo lucide-icon customizable\\"><path d=\\"M10 3v2l4-2v2Z\\"></path><path d=\\"M18 3h1a2 2 0 0 1 1.7 3A5270.5 5270.5 0 0 0 12 21S6.8 12 3.3 6A2 2 0 0 1 5 3h1\\"></path><path d=\\"M12 9h.01\\"></path><path d=\\"M12 13h.01\\"></path><path d=\\"M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5\\"></path></svg>"}},{"terms":["lucide-tv-icon"],"label":"tv","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tv-icon lucide-tv lucide-icon customizable\\"><rect width=\\"20\\" height=\\"15\\" x=\\"2\\" y=\\"7\\" rx=\\"2\\" ry=\\"2\\"></rect><polyline points=\\"17 2 12 7 7 2\\"></polyline></svg>"}},{"terms":["lucide-tv-minimal-icon"],"label":"tv-minimal","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tv-minimal-icon lucide-tv-minimal lucide-icon customizable\\"><path d=\\"M7 21h10\\"></path><rect width=\\"20\\" height=\\"14\\" x=\\"2\\" y=\\"3\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-tv-minimal-play-icon"],"label":"tv-minimal-play","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-tv-minimal-play-icon lucide-tv-minimal-play lucide-icon customizable\\"><path d=\\"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z\\"></path><path d=\\"M7 21h10\\"></path><rect width=\\"20\\" height=\\"14\\" x=\\"2\\" y=\\"3\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-twitch-icon"],"label":"twitch","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-twitch-icon lucide-twitch lucide-icon customizable\\"><path d=\\"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7\\"></path></svg>"}},{"terms":["lucide-twitter-icon"],"label":"twitter","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-twitter-icon lucide-twitter lucide-icon customizable\\"><path d=\\"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z\\"></path></svg>"}},{"terms":["lucide-type-icon"],"label":"type","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-type-icon lucide-type lucide-icon customizable\\"><polyline points=\\"4 7 4 4 20 4 20 7\\"></polyline><line x1=\\"9\\" x2=\\"15\\" y1=\\"20\\" y2=\\"20\\"></line><line x1=\\"12\\" x2=\\"12\\" y1=\\"4\\" y2=\\"20\\"></line></svg>"}},{"terms":["lucide-type-outline-icon"],"label":"type-outline","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-type-outline-icon lucide-type-outline lucide-icon customizable\\"><path d=\\"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z\\"></path></svg>"}},{"terms":["lucide-type-square-icon"],"label":"type-square","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-type-square-icon lucide-type-square lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M7 9V7h10v2\\"></path><path d=\\"M12 7v10\\"></path><path d=\\"M10 17h4\\"></path></svg>"}},{"terms":["lucide-ufo-icon"],"label":"ufo","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ufo-icon lucide-ufo lucide-icon customizable\\"><path d=\\"M18 8c0 1-3 2-6 2S6 9 6 8a6 6 0 0 1 12 0\\"></path><path d=\\"M7 13h.01\\"></path><path d=\\"M12 14h.01\\"></path><path d=\\"M17 13h.01\\"></path><path d=\\"M6 8.1c-2.4 1-4 2.6-4 4.4 0 3 4.5 5.5 10 5.5s10-2.5 10-5.5c0-1.8-1.6-3.4-4-4.4\\"></path><path d=\\"m7 22 2-4\\"></path><path d=\\"m17 22-2-4\\"></path></svg>"}},{"terms":["lucide-umbrella-icon"],"label":"umbrella","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-umbrella-icon lucide-umbrella lucide-icon customizable\\"><path d=\\"M22 12a10.06 10.06 1 0 0-20 0Z\\"></path><path d=\\"M12 12v8a2 2 0 0 0 4 0\\"></path><path d=\\"M12 2v1\\"></path></svg>"}},{"terms":["lucide-umbrella-off-icon"],"label":"umbrella-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-umbrella-off-icon lucide-umbrella-off lucide-icon customizable\\"><path d=\\"M12 2v1\\"></path><path d=\\"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575\\"></path><path d=\\"M17.5 12H22A10 10 0 0 0 9.004 3.455\\"></path><path d=\\"m2 2 20 20\\"></path></svg>"}},{"terms":["lucide-underline-icon"],"label":"underline","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-underline-icon lucide-underline lucide-icon customizable\\"><path d=\\"M6 4v6a6 6 0 0 0 12 0V4\\"></path><line x1=\\"4\\" x2=\\"20\\" y1=\\"20\\" y2=\\"20\\"></line></svg>"}},{"terms":["lucide-underline-square-icon"],"label":"underline-square","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-underline-square-icon lucide-underline-square lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M15 7v3a3 3 0 1 1-6 0V7\\"></path><path d=\\"M7 17h10\\"></path></svg>"}},{"terms":["lucide-undo-icon"],"label":"undo","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-undo-icon lucide-undo lucide-icon customizable\\"><path d=\\"M3 7v6h6\\"></path><path d=\\"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13\\"></path></svg>"}},{"terms":["lucide-undo2-icon"],"label":"undo-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-undo2-icon lucide-undo-2 lucide-icon customizable\\"><path d=\\"M9 14 4 9l5-5\\"></path><path d=\\"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11\\"></path></svg>"}},{"terms":["lucide-undo-dot-icon"],"label":"undo-dot","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-undo-dot-icon lucide-undo-dot lucide-icon customizable\\"><path d=\\"M21 17a9 9 0 0 0-15-6.7L3 13\\"></path><path d=\\"M3 7v6h6\\"></path><circle cx=\\"12\\" cy=\\"17\\" r=\\"1\\"></circle></svg>"}},{"terms":["lucide-unfold-horizontal-icon"],"label":"unfold-horizontal","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-unfold-horizontal-icon lucide-unfold-horizontal lucide-icon customizable\\"><path d=\\"M16 12h6\\"></path><path d=\\"M8 12H2\\"></path><path d=\\"M12 2v2\\"></path><path d=\\"M12 8v2\\"></path><path d=\\"M12 14v2\\"></path><path d=\\"M12 20v2\\"></path><path d=\\"m19 15 3-3-3-3\\"></path><path d=\\"m5 9-3 3 3 3\\"></path></svg>"}},{"terms":["lucide-unfold-vertical-icon"],"label":"unfold-vertical","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-unfold-vertical-icon lucide-unfold-vertical lucide-icon customizable\\"><path d=\\"M12 22v-6\\"></path><path d=\\"M12 8V2\\"></path><path d=\\"M4 12H2\\"></path><path d=\\"M10 12H8\\"></path><path d=\\"M16 12h-2\\"></path><path d=\\"M22 12h-2\\"></path><path d=\\"m15 19-3 3-3-3\\"></path><path d=\\"m15 5-3-3-3 3\\"></path></svg>"}},{"terms":["lucide-ungroup-icon"],"label":"ungroup","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-ungroup-icon lucide-ungroup lucide-icon customizable\\"><rect width=\\"8\\" height=\\"6\\" x=\\"5\\" y=\\"4\\" rx=\\"1\\"></rect><rect width=\\"8\\" height=\\"6\\" x=\\"11\\" y=\\"14\\" rx=\\"1\\"></rect></svg>"}},{"terms":["lucide-unicorn-head-icon"],"label":"unicorn-head","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-unicorn-head-icon lucide-unicorn-head lucide-icon customizable\\"><path d=\\"m15.6 4.8 2.7 2.3\\"></path><path d=\\"M15.5 10S19 7 22 2c-6 2-10 5-10 5\\"></path><path d=\\"M11.5 12H11\\"></path><path d=\\"M5 15a4 4 0 0 0 4 4h7.8l.3.3a3 3 0 0 0 4-4.46L12 7c0-3-1-5-1-5S8 3 8 7c-4 1-6 3-6 3\\"></path><path d=\\"M2 4.5C4 3 6 3 6 3l2 4\\"></path><path d=\\"M6.14 17.8S4 19 2 22\\"></path></svg>"}},{"terms":["lucide-university-icon"],"label":"university","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-university-icon lucide-university lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"10\\" r=\\"1\\"></circle><path d=\\"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2\\"></path><path d=\\"M6 17v.01\\"></path><path d=\\"M6 13v.01\\"></path><path d=\\"M18 17v.01\\"></path><path d=\\"M18 13v.01\\"></path><path d=\\"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5\\"></path></svg>"}},{"terms":["lucide-unlink-icon"],"label":"unlink","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-unlink-icon lucide-unlink lucide-icon customizable\\"><path d=\\"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71\\"></path><path d=\\"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71\\"></path><line x1=\\"8\\" x2=\\"8\\" y1=\\"2\\" y2=\\"5\\"></line><line x1=\\"2\\" x2=\\"5\\" y1=\\"8\\" y2=\\"8\\"></line><line x1=\\"16\\" x2=\\"16\\" y1=\\"19\\" y2=\\"22\\"></line><line x1=\\"19\\" x2=\\"22\\" y1=\\"16\\" y2=\\"16\\"></line></svg>"}},{"terms":["lucide-unlink2-icon"],"label":"unlink-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-unlink2-icon lucide-unlink-2 lucide-icon customizable\\"><path d=\\"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2\\"></path></svg>"}},{"terms":["lucide-unplug-icon"],"label":"unplug","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-unplug-icon lucide-unplug lucide-icon customizable\\"><path d=\\"m19 5 3-3\\"></path><path d=\\"m2 22 3-3\\"></path><path d=\\"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z\\"></path><path d=\\"M7.5 13.5 10 11\\"></path><path d=\\"M10.5 16.5 13 14\\"></path><path d=\\"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z\\"></path></svg>"}},{"terms":["lucide-upload-icon"],"label":"upload","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-upload-icon lucide-upload lucide-icon customizable\\"><path d=\\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\\"></path><polyline points=\\"17 8 12 3 7 8\\"></polyline><line x1=\\"12\\" x2=\\"12\\" y1=\\"3\\" y2=\\"15\\"></line></svg>"}},{"terms":["lucide-usb-icon"],"label":"usb","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-usb-icon lucide-usb lucide-icon customizable\\"><circle cx=\\"10\\" cy=\\"7\\" r=\\"1\\"></circle><circle cx=\\"4\\" cy=\\"20\\" r=\\"1\\"></circle><path d=\\"M4.7 19.3 19 5\\"></path><path d=\\"m21 3-3 1 2 2Z\\"></path><path d=\\"M9.26 7.68 5 12l2 5\\"></path><path d=\\"m10 14 5 2 3.5-3.5\\"></path><path d=\\"m18 12 1-1 1 1-1 1Z\\"></path></svg>"}},{"terms":["lucide-user-icon"],"label":"user","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-icon lucide-user lucide-icon customizable\\"><path d=\\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"12\\" cy=\\"7\\" r=\\"4\\"></circle></svg>"}},{"terms":["lucide-user-check-icon"],"label":"user-check","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-check-icon lucide-user-check lucide-icon customizable\\"><path d=\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle><polyline points=\\"16 11 18 13 22 9\\"></polyline></svg>"}},{"terms":["lucide-user-cog-icon"],"label":"user-cog","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-cog-icon lucide-user-cog lucide-icon customizable\\"><path d=\\"M10 15H6a4 4 0 0 0-4 4v2\\"></path><path d=\\"m14.305 16.53.923-.382\\"></path><path d=\\"m15.228 13.852-.923-.383\\"></path><path d=\\"m16.852 12.228-.383-.923\\"></path><path d=\\"m16.852 17.772-.383.924\\"></path><path d=\\"m19.148 12.228.383-.923\\"></path><path d=\\"m19.53 18.696-.382-.924\\"></path><path d=\\"m20.772 13.852.924-.383\\"></path><path d=\\"m20.772 16.148.924.383\\"></path><circle cx=\\"18\\" cy=\\"15\\" r=\\"3\\"></circle><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle></svg>"}},{"terms":["lucide-user-lock-icon"],"label":"user-lock","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-lock-icon lucide-user-lock lucide-icon customizable\\"><circle cx=\\"10\\" cy=\\"7\\" r=\\"4\\"></circle><path d=\\"M10.3 15H7a4 4 0 0 0-4 4v2\\"></path><path d=\\"M15 15.5V14a2 2 0 0 1 4 0v1.5\\"></path><rect width=\\"8\\" height=\\"5\\" x=\\"13\\" y=\\"16\\" rx=\\".899\\"></rect></svg>"}},{"terms":["lucide-user-minus-icon"],"label":"user-minus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-minus-icon lucide-user-minus lucide-icon customizable\\"><path d=\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle><line x1=\\"22\\" x2=\\"16\\" y1=\\"11\\" y2=\\"11\\"></line></svg>"}},{"terms":["lucide-user-pen-icon"],"label":"user-pen","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-pen-icon lucide-user-pen lucide-icon customizable\\"><path d=\\"M11.5 15H7a4 4 0 0 0-4 4v2\\"></path><path d=\\"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\\"></path><circle cx=\\"10\\" cy=\\"7\\" r=\\"4\\"></circle></svg>"}},{"terms":["lucide-user-plus-icon"],"label":"user-plus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-plus-icon lucide-user-plus lucide-icon customizable\\"><path d=\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle><line x1=\\"19\\" x2=\\"19\\" y1=\\"8\\" y2=\\"14\\"></line><line x1=\\"22\\" x2=\\"16\\" y1=\\"11\\" y2=\\"11\\"></line></svg>"}},{"terms":["lucide-user-round-icon"],"label":"user-round","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-icon lucide-user-round lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"M20 21a8 8 0 0 0-16 0\\"></path></svg>"}},{"terms":["lucide-user-round-check-icon"],"label":"user-round-check","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-check-icon lucide-user-round-check lucide-icon customizable\\"><path d=\\"M2 21a8 8 0 0 1 13.292-6\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"m16 19 2 2 4-4\\"></path></svg>"}},{"terms":["lucide-user-round-cog-icon"],"label":"user-round-cog","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-cog-icon lucide-user-round-cog lucide-icon customizable\\"><path d=\\"m14.305 19.53.923-.382\\"></path><path d=\\"m15.228 16.852-.923-.383\\"></path><path d=\\"m16.852 15.228-.383-.923\\"></path><path d=\\"m16.852 20.772-.383.924\\"></path><path d=\\"m19.148 15.228.383-.923\\"></path><path d=\\"m19.53 21.696-.382-.924\\"></path><path d=\\"M2 21a8 8 0 0 1 10.434-7.62\\"></path><path d=\\"m20.772 16.852.924-.383\\"></path><path d=\\"m20.772 19.148.924.383\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><circle cx=\\"18\\" cy=\\"18\\" r=\\"3\\"></circle></svg>"}},{"terms":["lucide-user-round-minus-icon"],"label":"user-round-minus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-minus-icon lucide-user-round-minus lucide-icon customizable\\"><path d=\\"M2 21a8 8 0 0 1 13.292-6\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"M22 19h-6\\"></path></svg>"}},{"terms":["lucide-user-round-pen-icon"],"label":"user-round-pen","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-pen-icon lucide-user-round-pen lucide-icon customizable\\"><path d=\\"M2 21a8 8 0 0 1 10.821-7.487\\"></path><path d=\\"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle></svg>"}},{"terms":["lucide-user-round-plus-icon"],"label":"user-round-plus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-plus-icon lucide-user-round-plus lucide-icon customizable\\"><path d=\\"M2 21a8 8 0 0 1 13.292-6\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"M19 16v6\\"></path><path d=\\"M22 19h-6\\"></path></svg>"}},{"terms":["lucide-user-round-search-icon"],"label":"user-round-search","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-search-icon lucide-user-round-search lucide-icon customizable\\"><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"M2 21a8 8 0 0 1 10.434-7.62\\"></path><circle cx=\\"18\\" cy=\\"18\\" r=\\"3\\"></circle><path d=\\"m22 22-1.9-1.9\\"></path></svg>"}},{"terms":["lucide-user-round-x-icon"],"label":"user-round-x","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-round-x-icon lucide-user-round-x lucide-icon customizable\\"><path d=\\"M2 21a8 8 0 0 1 11.873-7\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"m17 17 5 5\\"></path><path d=\\"m22 17-5 5\\"></path></svg>"}},{"terms":["lucide-user-search-icon"],"label":"user-search","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-search-icon lucide-user-search lucide-icon customizable\\"><circle cx=\\"10\\" cy=\\"7\\" r=\\"4\\"></circle><path d=\\"M10.3 15H7a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"17\\" cy=\\"17\\" r=\\"3\\"></circle><path d=\\"m21 21-1.9-1.9\\"></path></svg>"}},{"terms":["lucide-user-x-icon"],"label":"user-x","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-user-x-icon lucide-user-x lucide-icon customizable\\"><path d=\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle><line x1=\\"17\\" x2=\\"22\\" y1=\\"8\\" y2=\\"13\\"></line><line x1=\\"22\\" x2=\\"17\\" y1=\\"8\\" y2=\\"13\\"></line></svg>"}},{"terms":["lucide-users-icon"],"label":"users","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-users-icon lucide-users lucide-icon customizable\\"><path d=\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\"></path><circle cx=\\"9\\" cy=\\"7\\" r=\\"4\\"></circle><path d=\\"M22 21v-2a4 4 0 0 0-3-3.87\\"></path><path d=\\"M16 3.13a4 4 0 0 1 0 7.75\\"></path></svg>"}},{"terms":["lucide-users-round-icon"],"label":"users-round","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-users-round-icon lucide-users-round lucide-icon customizable\\"><path d=\\"M18 21a8 8 0 0 0-16 0\\"></path><circle cx=\\"10\\" cy=\\"8\\" r=\\"5\\"></circle><path d=\\"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3\\"></path></svg>"}},{"terms":["lucide-utensils-icon"],"label":"utensils","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-utensils-icon lucide-utensils lucide-icon customizable\\"><path d=\\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2\\"></path><path d=\\"M7 2v20\\"></path><path d=\\"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\\"></path></svg>"}},{"terms":["lucide-utensils-crossed-icon"],"label":"utensils-crossed","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-utensils-crossed-icon lucide-utensils-crossed lucide-icon customizable\\"><path d=\\"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8\\"></path><path d=\\"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7\\"></path><path d=\\"m2.1 21.8 6.4-6.3\\"></path><path d=\\"m19 5-7 7\\"></path></svg>"}},{"terms":["lucide-utility-pole-icon"],"label":"utility-pole","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-utility-pole-icon lucide-utility-pole lucide-icon customizable\\"><path d=\\"M12 2v20\\"></path><path d=\\"M2 5h20\\"></path><path d=\\"M3 3v2\\"></path><path d=\\"M7 3v2\\"></path><path d=\\"M17 3v2\\"></path><path d=\\"M21 3v2\\"></path><path d=\\"m19 5-7 7-7-7\\"></path></svg>"}},{"terms":["lucide-variable-icon"],"label":"variable","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-variable-icon lucide-variable lucide-icon customizable\\"><path d=\\"M8 21s-4-3-4-9 4-9 4-9\\"></path><path d=\\"M16 3s4 3 4 9-4 9-4 9\\"></path><line x1=\\"15\\" x2=\\"9\\" y1=\\"9\\" y2=\\"15\\"></line><line x1=\\"9\\" x2=\\"15\\" y1=\\"9\\" y2=\\"15\\"></line></svg>"}},{"terms":["lucide-vault-icon"],"label":"vault","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-vault-icon lucide-vault lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><circle cx=\\"7.5\\" cy=\\"7.5\\" r=\\".5\\" fill=\\"currentColor\\"></circle><path d=\\"m7.9 7.9 2.7 2.7\\"></path><circle cx=\\"16.5\\" cy=\\"7.5\\" r=\\".5\\" fill=\\"currentColor\\"></circle><path d=\\"m13.4 10.6 2.7-2.7\\"></path><circle cx=\\"7.5\\" cy=\\"16.5\\" r=\\".5\\" fill=\\"currentColor\\"></circle><path d=\\"m7.9 16.1 2.7-2.7\\"></path><circle cx=\\"16.5\\" cy=\\"16.5\\" r=\\".5\\" fill=\\"currentColor\\"></circle><path d=\\"m13.4 13.4 2.7 2.7\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-vegan-icon"],"label":"vegan","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-vegan-icon lucide-vegan lucide-icon customizable\\"><path d=\\"M16 8q6 0 6-6-6 0-6 6\\"></path><path d=\\"M17.41 3.59a10 10 0 1 0 3 3\\"></path><path d=\\"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14\\"></path></svg>"}},{"terms":["lucide-venetian-mask-icon"],"label":"venetian-mask","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-venetian-mask-icon lucide-venetian-mask lucide-icon customizable\\"><path d=\\"M18 11c-1.5 0-2.5.5-3 2\\"></path><path d=\\"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z\\"></path><path d=\\"M6 11c1.5 0 2.5.5 3 2\\"></path></svg>"}},{"terms":["lucide-venn-icon"],"label":"venn","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-venn-icon lucide-venn lucide-icon customizable\\"><circle cx=\\"8\\" cy=\\"12\\" r=\\"6\\"></circle><circle cx=\\"16\\" cy=\\"12\\" r=\\"6\\"></circle></svg>"}},{"terms":["lucide-venus-icon"],"label":"venus","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-venus-icon lucide-venus lucide-icon customizable\\"><path d=\\"M12 15v7\\"></path><path d=\\"M9 19h6\\"></path><circle cx=\\"12\\" cy=\\"9\\" r=\\"6\\"></circle></svg>"}},{"terms":["lucide-venus-and-mars-icon"],"label":"venus-and-mars","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-venus-and-mars-icon lucide-venus-and-mars lucide-icon customizable\\"><path d=\\"M10 20h4\\"></path><path d=\\"M12 16v6\\"></path><path d=\\"M17 2h4v4\\"></path><path d=\\"m21 2-5.46 5.46\\"></path><circle cx=\\"12\\" cy=\\"11\\" r=\\"5\\"></circle></svg>"}},{"terms":["lucide-vest-icon"],"label":"vest","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-vest-icon lucide-vest lucide-icon customizable\\"><path d=\\"M10 4a2 2 0 0 0 4 0V3h4v3c0 1.7 1.3 3 3 3v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9c1.7 0 3-1.3 3-3V3h4Z\\"></path></svg>"}},{"terms":["lucide-vibrate-icon"],"label":"vibrate","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-vibrate-icon lucide-vibrate lucide-icon customizable\\"><path d=\\"m2 8 2 2-2 2 2 2-2 2\\"></path><path d=\\"m22 8-2 2 2 2-2 2 2 2\\"></path><rect width=\\"8\\" height=\\"14\\" x=\\"8\\" y=\\"5\\" rx=\\"1\\"></rect></svg>"}},{"terms":["lucide-vibrate-off-icon"],"label":"vibrate-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-vibrate-off-icon lucide-vibrate-off lucide-icon customizable\\"><path d=\\"m2 8 2 2-2 2 2 2-2 2\\"></path><path d=\\"m22 8-2 2 2 2-2 2 2 2\\"></path><path d=\\"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2\\"></path><path d=\\"M16 10.34V6c0-.55-.45-1-1-1h-4.34\\"></path><line x1=\\"2\\" x2=\\"22\\" y1=\\"2\\" y2=\\"22\\"></line></svg>"}},{"terms":["lucide-video-icon"],"label":"video","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-video-icon lucide-video lucide-icon customizable\\"><path d=\\"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5\\"></path><rect x=\\"2\\" y=\\"6\\" width=\\"14\\" height=\\"12\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-video-off-icon"],"label":"video-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-video-off-icon lucide-video-off lucide-icon customizable\\"><path d=\\"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196\\"></path><path d=\\"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2\\"></path><path d=\\"m2 2 20 20\\"></path></svg>"}},{"terms":["lucide-videotape-icon"],"label":"videotape","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-videotape-icon lucide-videotape lucide-icon customizable\\"><rect width=\\"20\\" height=\\"16\\" x=\\"2\\" y=\\"4\\" rx=\\"2\\"></rect><path d=\\"M2 8h20\\"></path><circle cx=\\"8\\" cy=\\"14\\" r=\\"2\\"></circle><path d=\\"M8 12h8\\"></path><circle cx=\\"16\\" cy=\\"14\\" r=\\"2\\"></circle></svg>"}},{"terms":["lucide-view-icon"],"label":"view","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-view-icon lucide-view lucide-icon customizable\\"><path d=\\"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2\\"></path><path d=\\"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"1\\"></circle><path d=\\"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0\\"></path></svg>"}},{"terms":["lucide-voicemail-icon"],"label":"voicemail","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-voicemail-icon lucide-voicemail lucide-icon customizable\\"><circle cx=\\"6\\" cy=\\"12\\" r=\\"4\\"></circle><circle cx=\\"18\\" cy=\\"12\\" r=\\"4\\"></circle><line x1=\\"6\\" x2=\\"18\\" y1=\\"16\\" y2=\\"16\\"></line></svg>"}},{"terms":["lucide-volleyball-icon"],"label":"volleyball","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volleyball-icon lucide-volleyball lucide-icon customizable\\"><path d=\\"M11.1 7.1a16.55 16.55 0 0 1 10.9 4\\"></path><path d=\\"M12 12a12.6 12.6 0 0 1-8.7 5\\"></path><path d=\\"M16.8 13.6a16.55 16.55 0 0 1-9 7.5\\"></path><path d=\\"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10\\"></path><path d=\\"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle></svg>"}},{"terms":["lucide-volleyball-icon"],"label":"volleyball","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volleyball-icon lucide-volleyball lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5\\"></path><path d=\\"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10\\"></path><path d=\\"M22 11.1c-.8-.6-1.7-1.3-2.6-1.8-3-1.7-6.1-2.5-8.3-2.2\\"></path><path d=\\"M7.8 21.1c1-.4 1.9-.8 2.9-1.4 3-1.7 5.2-4 6.1-6.1\\"></path><path d=\\"M12 12a12.6 12.6 0 0 1-8.7 5\\"></path></svg>"}},{"terms":["lucide-volume-icon"],"label":"volume","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volume-icon lucide-volume lucide-icon customizable\\"><path d=\\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\\"></path></svg>"}},{"terms":["lucide-volume1-icon"],"label":"volume-1","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volume1-icon lucide-volume-1 lucide-icon customizable\\"><path d=\\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\\"></path><path d=\\"M16 9a5 5 0 0 1 0 6\\"></path></svg>"}},{"terms":["lucide-volume2-icon"],"label":"volume-2","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volume2-icon lucide-volume-2 lucide-icon customizable\\"><path d=\\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\\"></path><path d=\\"M16 9a5 5 0 0 1 0 6\\"></path><path d=\\"M19.364 18.364a9 9 0 0 0 0-12.728\\"></path></svg>"}},{"terms":["lucide-volume-off-icon"],"label":"volume-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volume-off-icon lucide-volume-off lucide-icon customizable\\"><path d=\\"M16 9a5 5 0 0 1 .95 2.293\\"></path><path d=\\"M19.364 5.636a9 9 0 0 1 1.889 9.96\\"></path><path d=\\"m2 2 20 20\\"></path><path d=\\"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11\\"></path><path d=\\"M9.828 4.172A.686.686 0 0 1 11 4.657v.686\\"></path></svg>"}},{"terms":["lucide-volume-x-icon"],"label":"volume-x","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-volume-x-icon lucide-volume-x lucide-icon customizable\\"><path d=\\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\\"></path><line x1=\\"22\\" x2=\\"16\\" y1=\\"9\\" y2=\\"15\\"></line><line x1=\\"16\\" x2=\\"22\\" y1=\\"9\\" y2=\\"15\\"></line></svg>"}},{"terms":["lucide-vote-icon"],"label":"vote","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-vote-icon lucide-vote lucide-icon customizable\\"><path d=\\"m9 12 2 2 4-4\\"></path><path d=\\"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z\\"></path><path d=\\"M22 19H2\\"></path></svg>"}},{"terms":["lucide-waffle-icon"],"label":"waffle","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-waffle-icon lucide-waffle lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"m7 14 7-7\\"></path><path d=\\"m10 17 7-7\\"></path><path d=\\"m7 10 7 7\\"></path><path d=\\"m10 7 7 7\\"></path></svg>"}},{"terms":["lucide-wallet-icon"],"label":"wallet","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wallet-icon lucide-wallet lucide-icon customizable\\"><path d=\\"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1\\"></path><path d=\\"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4\\"></path></svg>"}},{"terms":["lucide-wallet-cards-icon"],"label":"wallet-cards","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wallet-cards-icon lucide-wallet-cards lucide-icon customizable\\"><rect width=\\"18\\" height=\\"18\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2\\"></path><path d=\\"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21\\"></path></svg>"}},{"terms":["lucide-wallet-minimal-icon"],"label":"wallet-minimal","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wallet-minimal-icon lucide-wallet-minimal lucide-icon customizable\\"><path d=\\"M17 14h.01\\"></path><path d=\\"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14\\"></path></svg>"}},{"terms":["lucide-wallpaper-icon"],"label":"wallpaper","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wallpaper-icon lucide-wallpaper lucide-icon customizable\\"><circle cx=\\"8\\" cy=\\"9\\" r=\\"2\\"></circle><path d=\\"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2\\"></path><path d=\\"M8 21h8\\"></path><path d=\\"M12 17v4\\"></path></svg>"}},{"terms":["lucide-wand-icon"],"label":"wand","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wand-icon lucide-wand lucide-icon customizable\\"><path d=\\"M15 4V2\\"></path><path d=\\"M15 16v-2\\"></path><path d=\\"M8 9h2\\"></path><path d=\\"M20 9h2\\"></path><path d=\\"M17.8 11.8 19 13\\"></path><path d=\\"M15 9h.01\\"></path><path d=\\"M17.8 6.2 19 5\\"></path><path d=\\"m3 21 9-9\\"></path><path d=\\"M12.2 6.2 11 5\\"></path></svg>"}},{"terms":["lucide-wand-sparkles-icon"],"label":"wand-sparkles","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wand-sparkles-icon lucide-wand-sparkles lucide-icon customizable\\"><path d=\\"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72\\"></path><path d=\\"m14 7 3 3\\"></path><path d=\\"M5 6v4\\"></path><path d=\\"M19 14v4\\"></path><path d=\\"M10 2v2\\"></path><path d=\\"M7 8H3\\"></path><path d=\\"M21 16h-4\\"></path><path d=\\"M11 3H9\\"></path></svg>"}},{"terms":["lucide-wardrobe-icon"],"label":"wardrobe","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wardrobe-icon lucide-wardrobe lucide-icon customizable\\"><rect width=\\"18\\" height=\\"20\\" x=\\"3\\" y=\\"2\\" rx=\\"2\\"></rect><path d=\\"M8 10h.01\\"></path><path d=\\"M12 2v15\\"></path><path d=\\"M16 10h.01\\"></path><path d=\\"M3 17h18\\"></path></svg>"}},{"terms":["lucide-warehouse-icon"],"label":"warehouse","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-warehouse-icon lucide-warehouse lucide-icon customizable\\"><path d=\\"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z\\"></path><path d=\\"M6 18h12\\"></path><path d=\\"M6 14h12\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"10\\"></rect></svg>"}},{"terms":["lucide-washing-machine-icon"],"label":"washing-machine","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-washing-machine-icon lucide-washing-machine lucide-icon customizable\\"><path d=\\"M3 6h3\\"></path><path d=\\"M17 6h.01\\"></path><rect width=\\"18\\" height=\\"20\\" x=\\"3\\" y=\\"2\\" rx=\\"2\\"></rect><circle cx=\\"12\\" cy=\\"13\\" r=\\"5\\"></circle><path d=\\"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5\\"></path></svg>"}},{"terms":["lucide-watch-icon"],"label":"watch","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-icon lucide-watch lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"6\\"></circle><polyline points=\\"12 10 12 12 13 13\\"></polyline><path d=\\"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05\\"></path><path d=\\"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05\\"></path></svg>"}},{"terms":["lucide-watch-activity-icon"],"label":"watch-activity","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-activity-icon lucide-watch-activity lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"M6 12h3l2 2 2.2-4 1.8 2h3\\"></path></svg>"}},{"terms":["lucide-watch-alarm-icon"],"label":"watch-alarm","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-alarm-icon lucide-watch-alarm lucide-icon customizable\\"><path d=\\"M2.5 9a9.93 9.93 0 0 0 0 6\\"></path><path d=\\"M21.5 15a9.93 9.93 0 0 0 0-6\\"></path><circle cx=\\"12\\" cy=\\"12\\" r=\\"6\\"></circle><path d=\\"M12 10v2l1 1\\"></path><path d=\\"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05\\"></path><path d=\\"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05\\"></path></svg>"}},{"terms":["lucide-watch-bars-icon"],"label":"watch-bars","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-bars-icon lucide-watch-bars lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"M10 12v2\\"></path><path d=\\"M14 10v4\\"></path></svg>"}},{"terms":["lucide-watch-charging-icon"],"label":"watch-charging","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-charging-icon lucide-watch-charging lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"m12 10-1 2h2l-1 2\\"></path></svg>"}},{"terms":["lucide-watch-check-icon"],"label":"watch-check","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-check-icon lucide-watch-check lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"m14 11-2.5 2.5L10 12\\"></path></svg>"}},{"terms":["lucide-watch-loader-icon"],"label":"watch-loader","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-loader-icon lucide-watch-loader lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"M14 12a2 2 0 1 1-2-2\\"></path></svg>"}},{"terms":["lucide-watch-music-icon"],"label":"watch-music","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-music-icon lucide-watch-music lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><circle cx=\\"11.5\\" cy=\\"13.5\\" r=\\".5\\"></circle><path d=\\"m14 11-2-1v3.5\\"></path></svg>"}},{"terms":["lucide-watch-square-icon"],"label":"watch-square","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-square-icon lucide-watch-square lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"M12 10v2l1 1\\"></path></svg>"}},{"terms":["lucide-watch-square-alarm-icon"],"label":"watch-square-alarm","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-square-alarm-icon lucide-watch-square-alarm lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"M12 10v2l1 1\\"></path><path d=\\"M2 16c0 2.1 1.1 4 2.7 5\\"></path><path d=\\"M22 8c0-2.1-1.1-4-2.7-5\\"></path></svg>"}},{"terms":["lucide-watch-text-icon"],"label":"watch-text","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watch-text-icon lucide-watch-text lucide-icon customizable\\"><path d=\\"m15.8 6-.5-2.4c-.2-1-1-1.6-2-1.6h-2.7a2 2 0 0 0-2 1.6L8.2 6\\"></path><rect width=\\"12\\" height=\\"12\\" x=\\"6\\" y=\\"6\\" rx=\\"2\\"></rect><path d=\\"m8.2 18 .5 2.4c.2 1 1 1.6 2 1.6h2.7a2 2 0 0 0 2-1.6l.5-2.4\\"></path><path d=\\"M10 10h2\\"></path><path d=\\"M14 14h-4\\"></path></svg>"}},{"terms":["lucide-watermelon-icon"],"label":"watermelon","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-watermelon-icon lucide-watermelon lucide-icon customizable\\"><path d=\\"M21.7 17.7a1.08 1.08 0 0 1-.08 1.57A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04Z\\"></path><path d=\\"M19.7 15.7A8 8 0 0 1 8.35 4.34\\"></path><path d=\\"M10 11h.01\\"></path><path d=\\"M13 14h.01\\"></path></svg>"}},{"terms":["lucide-wave-circle-icon"],"label":"wave-circle","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wave-circle-icon lucide-wave-circle lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M16.5 20.93a5 5 0 1 1-.6-9 7 7 0 0 0-13.9.6\\"></path></svg>"}},{"terms":["lucide-waves-icon"],"label":"waves","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-waves-icon lucide-waves lucide-icon customizable\\"><path d=\\"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path><path d=\\"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path><path d=\\"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path></svg>"}},{"terms":["lucide-waves-birds-icon"],"label":"waves-birds","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-waves-birds-icon lucide-waves-birds lucide-icon customizable\\"><path d=\\"M2 3c3-1 5 2 5 2s2-2.1 5-1.2\\"></path><path d=\\"M10 8c3-1 5 2 5 2s2-3 5-2\\"></path><path d=\\"M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path><path d=\\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path></svg>"}},{"terms":["lucide-waves-ladder-icon"],"label":"waves-ladder","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-waves-ladder-icon lucide-waves-ladder lucide-icon customizable\\"><path d=\\"M19 5a2 2 0 0 0-2 2v11\\"></path><path d=\\"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path><path d=\\"M7 13h10\\"></path><path d=\\"M7 9h10\\"></path><path d=\\"M9 5a2 2 0 0 0-2 2v11\\"></path></svg>"}},{"terms":["lucide-waves-shark-fin-icon"],"label":"waves-shark-fin","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-waves-shark-fin-icon lucide-waves-shark-fin lucide-icon customizable\\"><path d=\\"M17.3 14.8C15.3 11 15.8 6.2 19 3 11.6 3 5.6 8.7 5.1 16\\"></path><path d=\\"M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path><path d=\\"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\\"></path></svg>"}},{"terms":["lucide-waypoints-icon"],"label":"waypoints","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-waypoints-icon lucide-waypoints lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"4.5\\" r=\\"2.5\\"></circle><path d=\\"m10.2 6.3-3.9 3.9\\"></path><circle cx=\\"4.5\\" cy=\\"12\\" r=\\"2.5\\"></circle><path d=\\"M7 12h10\\"></path><circle cx=\\"19.5\\" cy=\\"12\\" r=\\"2.5\\"></circle><path d=\\"m13.8 17.7 3.9-3.9\\"></path><circle cx=\\"12\\" cy=\\"19.5\\" r=\\"2.5\\"></circle></svg>"}},{"terms":["lucide-webcam-icon"],"label":"webcam","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-webcam-icon lucide-webcam lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"10\\" r=\\"8\\"></circle><circle cx=\\"12\\" cy=\\"10\\" r=\\"3\\"></circle><path d=\\"M7 22h10\\"></path><path d=\\"M12 22v-4\\"></path></svg>"}},{"terms":["lucide-webhook-icon"],"label":"webhook","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-webhook-icon lucide-webhook lucide-icon customizable\\"><path d=\\"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2\\"></path><path d=\\"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06\\"></path><path d=\\"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8\\"></path></svg>"}},{"terms":["lucide-webhook-off-icon"],"label":"webhook-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-webhook-off-icon lucide-webhook-off lucide-icon customizable\\"><path d=\\"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15\\"></path><path d=\\"M9 3.4a4 4 0 0 1 6.52.66\\"></path><path d=\\"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05\\"></path><path d=\\"M20.3 20.3a4 4 0 0 1-2.3.7\\"></path><path d=\\"M18.6 13a4 4 0 0 1 3.357 3.414\\"></path><path d=\\"m12 6 .6 1\\"></path><path d=\\"m2 2 20 20\\"></path></svg>"}},{"terms":["lucide-weight-icon"],"label":"weight","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-weight-icon lucide-weight lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"5\\" r=\\"3\\"></circle><path d=\\"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z\\"></path></svg>"}},{"terms":["lucide-whale-icon"],"label":"whale","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-whale-icon lucide-whale lucide-icon customizable\\"><path d=\\"M18 9.1V5a2 2 0 0 0-4 0\\"></path><path d=\\"M18 5a2 2 0 0 1 4 0\\"></path><path d=\\"M6 9.7 3.9 8.4C2.7 7.7 2 6.4 2 5V3c2 0 4 2 4 2s2-2 4-2v2c0 1.4-.7 2.7-1.9 3.4l-3.8 2.4A5 5 0 0 0 7 20h12c1.7 0 3-1.3 3-3v-3c0-2.8-2.2-5-5-5-2.7 0-5.1 1.4-6.4 3.6L9.7 14A2 2 0 0 1 6 13Z\\"></path><path d=\\"M15 15h.01\\"></path></svg>"}},{"terms":["lucide-whale-narwhal-icon"],"label":"whale-narwhal","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-whale-narwhal-icon lucide-whale-narwhal lucide-icon customizable\\"><path d=\\"M20 9.98s1-3 1-7c-3 2-5 6-5 6.08\\"></path><path d=\\"M6 9.7 3.9 8.4C2.7 7.7 2 6.4 2 5V3c2 0 4 2 4 2s2-2 4-2v2c0 1.4-.7 2.7-1.9 3.4l-3.8 2.4A5 5 0 0 0 7 20h12c1.7 0 3-1.3 3-3v-3c0-2.8-2.2-5-5-5-2.7 0-5.1 1.4-6.4 3.6L9.7 14A2 2 0 0 1 6 13Z\\"></path><path d=\\"M15 15h.01\\"></path></svg>"}},{"terms":["lucide-wheat-icon"],"label":"wheat","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wheat-icon lucide-wheat lucide-icon customizable\\"><path d=\\"M2 22 16 8\\"></path><path d=\\"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z\\"></path><path d=\\"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z\\"></path><path d=\\"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z\\"></path><path d=\\"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z\\"></path><path d=\\"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z\\"></path><path d=\\"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z\\"></path><path d=\\"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z\\"></path></svg>"}},{"terms":["lucide-wheat-off-icon"],"label":"wheat-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wheat-off-icon lucide-wheat-off lucide-icon customizable\\"><path d=\\"m2 22 10-10\\"></path><path d=\\"m16 8-1.17 1.17\\"></path><path d=\\"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z\\"></path><path d=\\"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97\\"></path><path d=\\"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62\\"></path><path d=\\"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z\\"></path><path d=\\"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z\\"></path><path d=\\"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98\\"></path><path d=\\"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28\\"></path><line x1=\\"2\\" x2=\\"22\\" y1=\\"2\\" y2=\\"22\\"></line></svg>"}},{"terms":["lucide-wheel-icon"],"label":"wheel","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wheel-icon lucide-wheel lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"12\\" r=\\"2.5\\"></circle><path d=\\"M12 2v7.5\\"></path><path d=\\"m19 5-5.23 5.23\\"></path><path d=\\"M22 12h-7.5\\"></path><path d=\\"m19 19-5.23-5.23\\"></path><path d=\\"M12 14.5V22\\"></path><path d=\\"M10.23 13.77 5 19\\"></path><path d=\\"M9.5 12H2\\"></path><path d=\\"M10.23 10.23 5 5\\"></path></svg>"}},{"terms":["lucide-whisk-icon"],"label":"whisk","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-whisk-icon lucide-whisk lucide-icon customizable\\"><path d=\\"M22 2 3.45 20.55\\"></path><path d=\\"M3.5 13.5a5 5 0 1 0 7.1 7.1C12.6 18.6 15 9 15 9s-9.6 2.5-11.5 4.5\\"></path></svg>"}},{"terms":["lucide-whisk-fork-knife-icon"],"label":"whisk-fork-knife","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-whisk-fork-knife-icon lucide-whisk-fork-knife lucide-icon customizable\\"><path d=\\"M6 2C3.8 2 2 3.8 2 6s4 8 4 8 4-5.8 4-8-1.8-4-4-4z\\"></path><path d=\\"M6 22V2\\"></path><path d=\\"M18 22v-4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4\\"></path><path d=\\"M14 22V2\\"></path><path d=\\"M22 13h-2a2 2 0 0 1-2-2V6a4 4 0 0 1 4-4v20\\"></path></svg>"}},{"terms":["lucide-whisks-icon"],"label":"whisks","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-whisks-icon lucide-whisks lucide-icon customizable\\"><path d=\\"M6 2v20\\"></path><path d=\\"M6 10s-4 5.8-4 8 1.8 4 4 4 4-1.8 4-4-4-8-4-8\\"></path><path d=\\"M18 2v20\\"></path><path d=\\"M18 10s-4 5.8-4 8 1.8 4 4 4 4-1.8 4-4-4-8-4-8\\"></path></svg>"}},{"terms":["lucide-whole-word-icon"],"label":"whole-word","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-whole-word-icon lucide-whole-word lucide-icon customizable\\"><circle cx=\\"7\\" cy=\\"12\\" r=\\"3\\"></circle><path d=\\"M10 9v6\\"></path><circle cx=\\"17\\" cy=\\"12\\" r=\\"3\\"></circle><path d=\\"M14 7v8\\"></path><path d=\\"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1\\"></path></svg>"}},{"terms":["lucide-wifi-icon"],"label":"wifi","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wifi-icon lucide-wifi lucide-icon customizable\\"><path d=\\"M12 20h.01\\"></path><path d=\\"M2 8.82a15 15 0 0 1 20 0\\"></path><path d=\\"M5 12.859a10 10 0 0 1 14 0\\"></path><path d=\\"M8.5 16.429a5 5 0 0 1 7 0\\"></path></svg>"}},{"terms":["lucide-wifi-high-icon"],"label":"wifi-high","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wifi-high-icon lucide-wifi-high lucide-icon customizable\\"><path d=\\"M12 20h.01\\"></path><path d=\\"M5 12.859a10 10 0 0 1 14 0\\"></path><path d=\\"M8.5 16.429a5 5 0 0 1 7 0\\"></path></svg>"}},{"terms":["lucide-wifi-low-icon"],"label":"wifi-low","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wifi-low-icon lucide-wifi-low lucide-icon customizable\\"><path d=\\"M12 20h.01\\"></path><path d=\\"M8.5 16.429a5 5 0 0 1 7 0\\"></path></svg>"}},{"terms":["lucide-wifi-off-icon"],"label":"wifi-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wifi-off-icon lucide-wifi-off lucide-icon customizable\\"><path d=\\"M12 20h.01\\"></path><path d=\\"M8.5 16.429a5 5 0 0 1 7 0\\"></path><path d=\\"M5 12.859a10 10 0 0 1 5.17-2.69\\"></path><path d=\\"M19 12.859a10 10 0 0 0-2.007-1.523\\"></path><path d=\\"M2 8.82a15 15 0 0 1 4.177-2.643\\"></path><path d=\\"M22 8.82a15 15 0 0 0-11.288-3.764\\"></path><path d=\\"m2 2 20 20\\"></path></svg>"}},{"terms":["lucide-wifi-pen-icon"],"label":"wifi-pen","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wifi-pen-icon lucide-wifi-pen lucide-icon customizable\\"><path d=\\"M2 8.82a15 15 0 0 1 20 0\\"></path><path d=\\"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\\"></path><path d=\\"M5 12.859a10 10 0 0 1 10.5-2.222\\"></path><path d=\\"M8.5 16.429a5 5 0 0 1 3-1.406\\"></path></svg>"}},{"terms":["lucide-wifi-zero-icon"],"label":"wifi-zero","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wifi-zero-icon lucide-wifi-zero lucide-icon customizable\\"><path d=\\"M12 20h.01\\"></path></svg>"}},{"terms":["lucide-wind-icon"],"label":"wind","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wind-icon lucide-wind lucide-icon customizable\\"><path d=\\"M12.8 19.6A2 2 0 1 0 14 16H2\\"></path><path d=\\"M17.5 8a2.5 2.5 0 1 1 2 4H2\\"></path><path d=\\"M9.8 4.4A2 2 0 1 1 11 8H2\\"></path></svg>"}},{"terms":["lucide-wind-arrow-down-icon"],"label":"wind-arrow-down","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wind-arrow-down-icon lucide-wind-arrow-down lucide-icon customizable\\"><path d=\\"M10 2v8\\"></path><path d=\\"M12.8 21.6A2 2 0 1 0 14 18H2\\"></path><path d=\\"M17.5 10a2.5 2.5 0 1 1 2 4H2\\"></path><path d=\\"m6 6 4 4 4-4\\"></path></svg>"}},{"terms":["lucide-windmill-icon"],"label":"windmill","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-windmill-icon lucide-windmill lucide-icon customizable\\"><path d=\\"m10 14 8 4 2-4L4 6l2-4 8 4\\"></path><path d=\\"m8 8-4 8 4 2\\"></path><path d=\\"m16 12 4-8-4-2L6 22\\"></path><path d=\\"m19 22-2.4-4.6\\"></path><path d=\\"M12.5 20v2\\"></path><path d=\\"M4 22h17\\"></path></svg>"}},{"terms":["lucide-wine-icon"],"label":"wine","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wine-icon lucide-wine lucide-icon customizable\\"><path d=\\"M8 22h8\\"></path><path d=\\"M7 10h10\\"></path><path d=\\"M12 15v7\\"></path><path d=\\"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z\\"></path></svg>"}},{"terms":["lucide-wine-glass-bottle-icon"],"label":"wine-glass-bottle","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wine-glass-bottle-icon lucide-wine-glass-bottle lucide-icon customizable\\"><path d=\\"M3 13h8\\"></path><path d=\\"M5 7s-2 3-2 6a4 4 0 0 0 8 0c0-3-2-6-2-6Z\\"></path><path d=\\"M7 17v5\\"></path><path d=\\"M4 22h6\\"></path><path d=\\"M18 4c0 3-3 3-3 6v11c0 .6.4 1 1 1h4c.6 0 1-.4 1-1V10c0-3-3-3-3-6\\"></path><path d=\\"M18 4V2\\"></path></svg>"}},{"terms":["lucide-wine-off-icon"],"label":"wine-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wine-off-icon lucide-wine-off lucide-icon customizable\\"><path d=\\"M8 22h8\\"></path><path d=\\"M7 10h3m7 0h-1.343\\"></path><path d=\\"M12 15v7\\"></path><path d=\\"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198\\"></path><line x1=\\"2\\" x2=\\"22\\" y1=\\"2\\" y2=\\"22\\"></line></svg>"}},{"terms":["lucide-workflow-icon"],"label":"workflow","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-workflow-icon lucide-workflow lucide-icon customizable\\"><rect width=\\"8\\" height=\\"8\\" x=\\"3\\" y=\\"3\\" rx=\\"2\\"></rect><path d=\\"M7 11v4a2 2 0 0 0 2 2h4\\"></path><rect width=\\"8\\" height=\\"8\\" x=\\"13\\" y=\\"13\\" rx=\\"2\\"></rect></svg>"}},{"terms":["lucide-worm-icon"],"label":"worm","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-worm-icon lucide-worm lucide-icon customizable\\"><path d=\\"m19 12-1.5 3\\"></path><path d=\\"M19.63 18.81 22 20\\"></path><path d=\\"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z\\"></path></svg>"}},{"terms":["lucide-wrap-text-icon"],"label":"wrap-text","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wrap-text-icon lucide-wrap-text lucide-icon customizable\\"><line x1=\\"3\\" x2=\\"21\\" y1=\\"6\\" y2=\\"6\\"></line><path d=\\"M3 12h15a3 3 0 1 1 0 6h-4\\"></path><polyline points=\\"16 16 14 18 16 20\\"></polyline><line x1=\\"3\\" x2=\\"10\\" y1=\\"18\\" y2=\\"18\\"></line></svg>"}},{"terms":["lucide-wrench-icon"],"label":"wrench","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-wrench-icon lucide-wrench lucide-icon customizable\\"><path d=\\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\\"></path></svg>"}},{"terms":["lucide-x-icon"],"label":"x","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-x-icon lucide-x lucide-icon customizable\\"><path d=\\"M18 6 6 18\\"></path><path d=\\"m6 6 12 12\\"></path></svg>"}},{"terms":["lucide-yarn-ball-icon"],"label":"yarn-ball","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-yarn-ball-icon lucide-yarn-ball lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><path d=\\"M10 6h10\\"></path><path d=\\"M14 10h7.8\\"></path><path d=\\"m7.2 3.2 13.6 13.6\\"></path><path d=\\"m4 6 15.3 15.3c.4.4 1.2.7 1.7.7h1\\"></path><path d=\\"m2.2 10.2 11.6 11.6\\"></path></svg>"}},{"terms":["lucide-yin-yang-icon"],"label":"yin-yang","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-yin-yang-icon lucide-yin-yang lucide-icon customizable\\"><circle cx=\\"12\\" cy=\\"12\\" r=\\"10\\"></circle><circle cx=\\"12\\" cy=\\"7\\" r=\\".5\\"></circle><path d=\\"M12 22a5 5 0 1 0 0-10 5 5 0 1 1 0-10\\"></path><circle cx=\\"12\\" cy=\\"17\\" r=\\".5\\"></circle></svg>"}},{"terms":["lucide-youtube-icon"],"label":"youtube","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-youtube-icon lucide-youtube lucide-icon customizable\\"><path d=\\"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17\\"></path><path d=\\"m10 15 5-3-5-3z\\"></path></svg>"}},{"terms":["lucide-zap-icon"],"label":"zap","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-zap-icon lucide-zap lucide-icon customizable\\"><path d=\\"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z\\"></path></svg>"}},{"terms":["lucide-zap-off-icon"],"label":"zap-off","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-zap-off-icon lucide-zap-off lucide-icon customizable\\"><path d=\\"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317\\"></path><path d=\\"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773\\"></path><path d=\\"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643\\"></path><path d=\\"m2 2 20 20\\"></path></svg>"}},{"terms":["lucide-zoom-in-icon"],"label":"zoom-in","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-zoom-in-icon lucide-zoom-in lucide-icon customizable\\"><circle cx=\\"11\\" cy=\\"11\\" r=\\"8\\"></circle><line x1=\\"21\\" x2=\\"16.65\\" y1=\\"21\\" y2=\\"16.65\\"></line><line x1=\\"11\\" x2=\\"11\\" y1=\\"8\\" y2=\\"14\\"></line><line x1=\\"8\\" x2=\\"14\\" y1=\\"11\\" y2=\\"11\\"></line></svg>"}},{"terms":["lucide-zoom-out-icon"],"label":"zoom-out","svg":{"regular":"<svg data-v-14c8c335=\\"\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24\\" height=\\"24\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" stroke=\\"currentColor\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" class=\\"lucide lucide-zoom-out-icon lucide-zoom-out lucide-icon customizable\\"><circle cx=\\"11\\" cy=\\"11\\" r=\\"8\\"></circle><line x1=\\"21\\" x2=\\"16.65\\" y1=\\"21\\" y2=\\"16.65\\"></line><line x1=\\"8\\" x2=\\"14\\" y1=\\"11\\" y2=\\"11\\"></line></svg>"}}]'),Ba=e=>(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",...e,children:[(0,i.jsx)("path",{fill:a,d:"m470 163.9c-0.1 35.6-15.8 68-40.5 91.2-24.1 23-57 37.2-92 37.2h-15.4c-38.6 0-69.9 31.3-69.9 69.9v115.2h-89.4c-10.8 0-19.4-8.8-19.4-19.5v-143.8c0-8.7-4.9-17.3-13-20.5-8.3-3.3-16.9-0.9-22.3 4.3-0.2 0.3-0.4 0.4-0.6 0.6-11.3 12.3-27.4 19.9-45.3 19.9-36.8 0-66-31.9-61.8-69.4 3.3-28.9 27.3-52 56.2-54.6 20.2-1.7 38.7 6.2 51.2 19.7 4.8 4.8 12.1 7.3 19.6 5.5 9.6-2.2 16.1-11.3 16.1-21.3v-144c0-10.8 8.7-19.4 19.4-19.4h63.3c11.1 0 21.2 8.1 22.1 19.1 0.4 6.5-1.9 12.4-6 16.5-12.3 11.4-20.1 27.6-20.1 45.6 0 34.4 27.9 62.1 62.2 62.1 34.4 0 62.1-27.7 62.1-62.1 0-18-7.6-34.1-19.8-45.4-0.2-0.2-0.3-0.4-0.6-0.6-4.7-4.9-7-12.2-5-19.7 2.4-9.6 11.8-15.7 21.7-15.6 34.9 0.5 66.5 14.7 89.4 37.6 23.4 23.5 37.9 55.7 37.8 91.5z"}),(0,i.jsx)("path",{fill:o,d:"m470 348.7c0 71.1-57.6 128.7-128.7 128.7h-89.1v-115.2c0-38.6 31.3-69.9 69.9-69.9h15.4c35 0 67.9-14.2 92-37.2 0.9 0.8 1.9 1.7 2.7 2.7 23.4 23.2 37.8 55.4 37.8 90.9z"})]}),Aa=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",height:20,viewBox:"0 0 512 512",...e,children:(0,i.jsx)("path",{d:"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"})}),Va=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",height:20,viewBox:"0 0 20 20",fill:"currentColor",stroke:"currentColor",...e,children:(0,i.jsx)("path",{d:"M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z"})}),Na="bPlIconLibrary",Pa=({className:e="",label:t=(0,v.__)("Icon Library"),value:a,onChange:s=()=>{}})=>{const[o,n]=(0,g.useState)(!1),[l,r]=(0,g.useState)("all"),[c,d]=(0,g.useState)(""),[h,p]=(0,g.useState)({}),[u,m]=(0,g.useState)(a||""),[w,x]=(0,g.useState)(1),y=(0,g.useRef)(null),k=(0,g.useRef)(null),C="all"!==l?{fontawesome:{label:"Font Awesome",styles:["regular","solid","brands"],icons:Ha},bootstrap:{label:"Bootstrap",styles:["regular","fill"],icons:$a},lucid:{label:"Lucid Icons",styles:["regular"],icons:Ta}}[l]:{label:"All Icons",icons:[...Ha,...$a,...Ta]},_=(0,g.useMemo)((()=>ve((e=>{const t=c?C.icons.filter((t=>{const a=t.label.toLowerCase();return(t.terms?t.terms.map((e=>e.toLowerCase())):[]).some((t=>t.includes(e.toLowerCase())))||a.includes(e.toLowerCase())})):C.icons;p({icons:t})}),600)),[c,w]);(0,g.useEffect)((()=>{p({icons:C.icons})}),[l]),(0,g.useEffect)((()=>{m(a)}),[o]),(0,g.useEffect)((()=>{const e=e=>{y?.current?.contains(e.target)||n(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}}),[o,y?.current]);const M=new IntersectionObserver((e=>{e.some((e=>e.isIntersecting))&&x((e=>e+1))}),{threshold:.3});return(0,g.useEffect)((()=>{k?.current&&M.observe(k?.current)}),[k,o,w]),(0,i.jsxs)("div",{className:Na,children:[(0,i.jsxs)(b.PanelRow,{className:e,children:[(0,i.jsx)(f,{className:"",children:t}),(0,i.jsxs)(b.Flex,{align:"center",gap:4,justify:"right",children:[a&&(0,i.jsx)("div",{className:"panel-icon",dangerouslySetInnerHTML:{__html:a}}),(0,i.jsx)(b.Button,{variant:"primary",onClick:()=>n(!0),icon:"edit"}),a&&(0,i.jsx)(b.Button,{className:`${Na}-removeIconBtn`,variant:"tertiary",onClick:()=>s(""),icon:"trash"})]})]}),o&&(0,i.jsx)("div",{className:`${Na}ModalWrapper ${o?"isOpen":""}`,children:(0,i.jsxs)("div",{ref:y,className:`${Na}Modal`,children:[(0,i.jsxs)("div",{className:`${Na}Header`,children:[(0,i.jsxs)("div",{className:`${Na}HeaderLogo`,children:[(0,i.jsx)(Ba,{}),(0,i.jsx)("h3",{children:"Icon Library"})]}),(0,i.jsx)("div",{className:`${Na}HeaderClose`,children:(0,i.jsx)(Va,{onClick:()=>n(!1)})})]}),(0,i.jsxs)("div",{className:`${Na}Body`,children:[(0,i.jsx)("div",{className:`${Na}Sidebar`,children:(0,i.jsx)("ul",{className:`${Na}SidebarMenu`,children:[{label:"All Icons",value:"all"},{label:"Font Awesome",value:"fontawesome"},{label:"Bootstrap",value:"bootstrap"},{label:"Lucid Icons",value:"lucid"}].map(((e,t)=>(0,i.jsx)("li",{className:e.value===l?"active":"",onClick:()=>r(e.value),children:e.label},t)))})}),(0,i.jsxs)("div",{className:`${Na}Main`,children:[(0,i.jsxs)("div",{className:`${Na}Search`,children:[(0,i.jsx)("input",{value:c,onChange:e=>{const t=e.target.value;d(t),_(t)},type:"text",className:`${Na}SearchInput`,placeholder:"Filter by name..."}),(0,i.jsx)(Aa,{className:`${Na}SearchIcon`})]}),(0,i.jsx)("div",{className:`${Na}IconsWrapper`,children:(0,i.jsx)("div",{className:`${Na}Icons`,children:h?.icons?.filter(((e,t)=>t<100*w)).map((e=>{const t=e.svg;return Object.keys(t).map(((a,s)=>(0,i.jsxs)("div",{ref:k,onClick:()=>m(t[a]),className:`${Na}Icon ${JSON.stringify(u)===JSON.stringify(t[a])?"isActive":""} `,children:[(0,i.jsx)("span",{dangerouslySetInnerHTML:{__html:t[a]}}),(0,i.jsx)("div",{className:`${Na}IconLabel`,title:e.label,children:e.label})]},s)))}))})})]})]}),(0,i.jsx)("div",{className:`${Na}Footer`,children:(0,i.jsx)("button",{className:`${Na}FooterInsert`,onClick:()=>{s(u),n(!1)},children:"Insert"})})]})})]})},Ea=window.ReactDOM,Ia="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement;function Oa(e){const t=Object.prototype.toString.call(e);return"[object Window]"===t||"[object global]"===t}function Ra(e){return"nodeType"in e}function Da(e){var t,a;return e?Oa(e)?e:Ra(e)&&null!=(t=null==(a=e.ownerDocument)?void 0:a.defaultView)?t:window:window}function Fa(e){const{Document:t}=Da(e);return e instanceof t}function qa(e){return!Oa(e)&&e instanceof Da(e).HTMLElement}function Wa(e){return e instanceof Da(e).SVGElement}function Ua(e){return e?Oa(e)?e.document:Ra(e)?Fa(e)?e:qa(e)||Wa(e)?e.ownerDocument:document:document:document}const Ga=Ia?g.useLayoutEffect:g.useEffect;function Ya(e){const t=(0,g.useRef)(e);return Ga((()=>{t.current=e})),(0,g.useCallback)((function(){for(var e=arguments.length,a=new Array(e),s=0;s<e;s++)a[s]=arguments[s];return null==t.current?void 0:t.current(...a)}),[])}function Za(e,t){void 0===t&&(t=[e]);const a=(0,g.useRef)(e);return Ga((()=>{a.current!==e&&(a.current=e)}),t),a}function Ka(e,t){const a=(0,g.useRef)();return(0,g.useMemo)((()=>{const t=e(a.current);return a.current=t,t}),[...t])}function Qa(e){const t=Ya(e),a=(0,g.useRef)(null),s=(0,g.useCallback)((e=>{e!==a.current&&(null==t||t(e,a.current)),a.current=e}),[]);return[a,s]}function Xa(e){const t=(0,g.useRef)();return(0,g.useEffect)((()=>{t.current=e}),[e]),t.current}let Ja={};function es(e,t){return(0,g.useMemo)((()=>{if(t)return t;const a=null==Ja[e]?0:Ja[e]+1;return Ja[e]=a,e+"-"+a}),[e,t])}function ts(e){return function(t){for(var a=arguments.length,s=new Array(a>1?a-1:0),o=1;o<a;o++)s[o-1]=arguments[o];return s.reduce(((t,a)=>{const s=Object.entries(a);for(const[a,o]of s){const s=t[a];null!=s&&(t[a]=s+e*o)}return t}),{...t})}}const as=ts(1),ss=ts(-1);function os(e){if(!e)return!1;const{KeyboardEvent:t}=Da(e.target);return t&&e instanceof t}function ns(e){if(function(e){if(!e)return!1;const{TouchEvent:t}=Da(e.target);return t&&e instanceof t}(e)){if(e.touches&&e.touches.length){const{clientX:t,clientY:a}=e.touches[0];return{x:t,y:a}}if(e.changedTouches&&e.changedTouches.length){const{clientX:t,clientY:a}=e.changedTouches[0];return{x:t,y:a}}}return function(e){return"clientX"in e&&"clientY"in e}(e)?{x:e.clientX,y:e.clientY}:null}const is=Object.freeze({Translate:{toString(e){if(!e)return;const{x:t,y:a}=e;return"translate3d("+(t?Math.round(t):0)+"px, "+(a?Math.round(a):0)+"px, 0)"}},Scale:{toString(e){if(!e)return;const{scaleX:t,scaleY:a}=e;return"scaleX("+t+") scaleY("+a+")"}},Transform:{toString(e){if(e)return[is.Translate.toString(e),is.Scale.toString(e)].join(" ")}},Transition:{toString(e){let{property:t,duration:a,easing:s}=e;return t+" "+a+"ms "+s}}}),ls="a,frame,iframe,input:not([type=hidden]):not(:disabled),select:not(:disabled),textarea:not(:disabled),button:not(:disabled),*[tabindex]";function rs(e){return e.matches(ls)?e:e.querySelector(ls)}const cs={display:"none"};function ds(e){let{id:t,value:a}=e;return u().createElement("div",{id:t,style:cs},a)}function hs(e){let{id:t,announcement:a,ariaLiveType:s="assertive"}=e;return u().createElement("div",{id:t,style:{position:"fixed",top:0,left:0,width:1,height:1,margin:-1,border:0,padding:0,overflow:"hidden",clip:"rect(0 0 0 0)",clipPath:"inset(100%)",whiteSpace:"nowrap"},role:"status","aria-live":s,"aria-atomic":!0},a)}const ps=(0,g.createContext)(null),gs={draggable:"\n To pick up a draggable item, press the space bar.\n While dragging, use the arrow keys to move the item.\n Press space again to drop the item in its new position, or press escape to cancel.\n "},us={onDragStart(e){let{active:t}=e;return"Picked up draggable item "+t.id+"."},onDragOver(e){let{active:t,over:a}=e;return a?"Draggable item "+t.id+" was moved over droppable area "+a.id+".":"Draggable item "+t.id+" is no longer over a droppable area."},onDragEnd(e){let{active:t,over:a}=e;return a?"Draggable item "+t.id+" was dropped over droppable area "+a.id:"Draggable item "+t.id+" was dropped."},onDragCancel(e){let{active:t}=e;return"Dragging was cancelled. Draggable item "+t.id+" was dropped."}};function ms(e){let{announcements:t=us,container:a,hiddenTextDescribedById:s,screenReaderInstructions:o=gs}=e;const{announce:n,announcement:i}=function(){const[e,t]=(0,g.useState)("");return{announce:(0,g.useCallback)((e=>{null!=e&&t(e)}),[]),announcement:e}}(),l=es("DndLiveRegion"),[r,c]=(0,g.useState)(!1);if((0,g.useEffect)((()=>{c(!0)}),[]),function(e){const t=(0,g.useContext)(ps);(0,g.useEffect)((()=>{if(!t)throw new Error("useDndMonitor must be used within a children of <DndContext>");return t(e)}),[e,t])}((0,g.useMemo)((()=>({onDragStart(e){let{active:a}=e;n(t.onDragStart({active:a}))},onDragMove(e){let{active:a,over:s}=e;t.onDragMove&&n(t.onDragMove({active:a,over:s}))},onDragOver(e){let{active:a,over:s}=e;n(t.onDragOver({active:a,over:s}))},onDragEnd(e){let{active:a,over:s}=e;n(t.onDragEnd({active:a,over:s}))},onDragCancel(e){let{active:a,over:s}=e;n(t.onDragCancel({active:a,over:s}))}})),[n,t])),!r)return null;const d=u().createElement(u().Fragment,null,u().createElement(ds,{id:s,value:o.draggable}),u().createElement(hs,{id:l,announcement:i}));return a?(0,Ea.createPortal)(d,a):d}var vs;function bs(){}function fs(e,t){return(0,g.useMemo)((()=>({sensor:e,options:null!=t?t:{}})),[e,t])}function ws(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return(0,g.useMemo)((()=>[...t].filter((e=>null!=e))),[...t])}!function(e){e.DragStart="dragStart",e.DragMove="dragMove",e.DragEnd="dragEnd",e.DragCancel="dragCancel",e.DragOver="dragOver",e.RegisterDroppable="registerDroppable",e.SetDroppableDisabled="setDroppableDisabled",e.UnregisterDroppable="unregisterDroppable"}(vs||(vs={}));const xs=Object.freeze({x:0,y:0});function ys(e,t){let{data:{value:a}}=e,{data:{value:s}}=t;return a-s}function ks(e,t){let{data:{value:a}}=e,{data:{value:s}}=t;return s-a}function Cs(e,t,a){return void 0===t&&(t=e.left),void 0===a&&(a=e.top),{x:t+.5*e.width,y:a+.5*e.height}}const _s=e=>{let{collisionRect:t,droppableRects:a,droppableContainers:s}=e;const o=Cs(t,t.left,t.top),n=[];for(const e of s){const{id:t}=e,s=a.get(t);if(s){const a=(i=Cs(s),l=o,Math.sqrt(Math.pow(i.x-l.x,2)+Math.pow(i.y-l.y,2)));n.push({id:t,data:{droppableContainer:e,value:a}})}}var i,l;return n.sort(ys)};function Ms(e,t){const a=Math.max(t.top,e.top),s=Math.max(t.left,e.left),o=Math.min(t.left+t.width,e.left+e.width),n=Math.min(t.top+t.height,e.top+e.height),i=o-s,l=n-a;if(s<o&&a<n){const a=t.width*t.height,s=e.width*e.height,o=i*l;return Number((o/(a+s-o)).toFixed(4))}return 0}const zs=e=>{let{collisionRect:t,droppableRects:a,droppableContainers:s}=e;const o=[];for(const e of s){const{id:s}=e,n=a.get(s);if(n){const a=Ms(n,t);a>0&&o.push({id:s,data:{droppableContainer:e,value:a}})}}return o.sort(ks)};function js(e,t){return e&&t?{x:e.left-t.left,y:e.top-t.top}:xs}function Ls(e){return function(t){for(var a=arguments.length,s=new Array(a>1?a-1:0),o=1;o<a;o++)s[o-1]=arguments[o];return s.reduce(((t,a)=>({...t,top:t.top+e*a.y,bottom:t.bottom+e*a.y,left:t.left+e*a.x,right:t.right+e*a.x})),{...t})}}const Ss=Ls(1);const $s={ignoreTransform:!1};function Hs(e,t){void 0===t&&(t=$s);let a=e.getBoundingClientRect();if(t.ignoreTransform){const{transform:t,transformOrigin:s}=Da(e).getComputedStyle(e);t&&(a=function(e,t,a){const s=function(e){if(e.startsWith("matrix3d(")){const t=e.slice(9,-1).split(/, /);return{x:+t[12],y:+t[13],scaleX:+t[0],scaleY:+t[5]}}if(e.startsWith("matrix(")){const t=e.slice(7,-1).split(/, /);return{x:+t[4],y:+t[5],scaleX:+t[0],scaleY:+t[3]}}return null}(t);if(!s)return e;const{scaleX:o,scaleY:n,x:i,y:l}=s,r=e.left-i-(1-o)*parseFloat(a),c=e.top-l-(1-n)*parseFloat(a.slice(a.indexOf(" ")+1)),d=o?e.width/o:e.width,h=n?e.height/n:e.height;return{width:d,height:h,top:c,right:r+d,bottom:c+h,left:r}}(a,t,s))}const{top:s,left:o,width:n,height:i,bottom:l,right:r}=a;return{top:s,left:o,width:n,height:i,bottom:l,right:r}}function Ts(e){return Hs(e,{ignoreTransform:!0})}function Bs(e,t){const a=[];return e?function s(o){if(null!=t&&a.length>=t)return a;if(!o)return a;if(Fa(o)&&null!=o.scrollingElement&&!a.includes(o.scrollingElement))return a.push(o.scrollingElement),a;if(!qa(o)||Wa(o))return a;if(a.includes(o))return a;const n=Da(e).getComputedStyle(o);return o!==e&&function(e,t){void 0===t&&(t=Da(e).getComputedStyle(e));const a=/(auto|scroll|overlay)/;return["overflow","overflowX","overflowY"].some((e=>{const s=t[e];return"string"==typeof s&&a.test(s)}))}(o,n)&&a.push(o),function(e,t){return void 0===t&&(t=Da(e).getComputedStyle(e)),"fixed"===t.position}(o,n)?a:s(o.parentNode)}(e):a}function As(e){const[t]=Bs(e,1);return null!=t?t:null}function Vs(e){return Ia&&e?Oa(e)?e:Ra(e)?Fa(e)||e===Ua(e).scrollingElement?window:qa(e)?e:null:null:null}function Ns(e){return Oa(e)?e.scrollX:e.scrollLeft}function Ps(e){return Oa(e)?e.scrollY:e.scrollTop}function Es(e){return{x:Ns(e),y:Ps(e)}}var Is;function Os(e){return!(!Ia||!e)&&e===document.scrollingElement}function Rs(e){const t={x:0,y:0},a=Os(e)?{height:window.innerHeight,width:window.innerWidth}:{height:e.clientHeight,width:e.clientWidth},s={x:e.scrollWidth-a.width,y:e.scrollHeight-a.height};return{isTop:e.scrollTop<=t.y,isLeft:e.scrollLeft<=t.x,isBottom:e.scrollTop>=s.y,isRight:e.scrollLeft>=s.x,maxScroll:s,minScroll:t}}!function(e){e[e.Forward=1]="Forward",e[e.Backward=-1]="Backward"}(Is||(Is={}));const Ds={x:.2,y:.2};function Fs(e,t,a,s,o){let{top:n,left:i,right:l,bottom:r}=a;void 0===s&&(s=10),void 0===o&&(o=Ds);const{isTop:c,isBottom:d,isLeft:h,isRight:p}=Rs(e),g={x:0,y:0},u={x:0,y:0},m=t.height*o.y,v=t.width*o.x;return!c&&n<=t.top+m?(g.y=Is.Backward,u.y=s*Math.abs((t.top+m-n)/m)):!d&&r>=t.bottom-m&&(g.y=Is.Forward,u.y=s*Math.abs((t.bottom-m-r)/m)),!p&&l>=t.right-v?(g.x=Is.Forward,u.x=s*Math.abs((t.right-v-l)/v)):!h&&i<=t.left+v&&(g.x=Is.Backward,u.x=s*Math.abs((t.left+v-i)/v)),{direction:g,speed:u}}function qs(e){if(e===document.scrollingElement){const{innerWidth:e,innerHeight:t}=window;return{top:0,left:0,right:e,bottom:t,width:e,height:t}}const{top:t,left:a,right:s,bottom:o}=e.getBoundingClientRect();return{top:t,left:a,right:s,bottom:o,width:e.clientWidth,height:e.clientHeight}}function Ws(e){return e.reduce(((e,t)=>as(e,Es(t))),xs)}const Us=[["x",["left","right"],function(e){return e.reduce(((e,t)=>e+Ns(t)),0)}],["y",["top","bottom"],function(e){return e.reduce(((e,t)=>e+Ps(t)),0)}]];class Gs{constructor(e,t){this.rect=void 0,this.width=void 0,this.height=void 0,this.top=void 0,this.bottom=void 0,this.right=void 0,this.left=void 0;const a=Bs(t),s=Ws(a);this.rect={...e},this.width=e.width,this.height=e.height;for(const[e,t,o]of Us)for(const n of t)Object.defineProperty(this,n,{get:()=>{const t=o(a),i=s[e]-t;return this.rect[n]+i},enumerable:!0});Object.defineProperty(this,"rect",{enumerable:!1})}}class Ys{constructor(e){this.target=void 0,this.listeners=[],this.removeAll=()=>{this.listeners.forEach((e=>{var t;return null==(t=this.target)?void 0:t.removeEventListener(...e)}))},this.target=e}add(e,t,a){var s;null==(s=this.target)||s.addEventListener(e,t,a),this.listeners.push([e,t,a])}}function Zs(e,t){const a=Math.abs(e.x),s=Math.abs(e.y);return"number"==typeof t?Math.sqrt(a**2+s**2)>t:"x"in t&&"y"in t?a>t.x&&s>t.y:"x"in t?a>t.x:"y"in t&&s>t.y}var Ks,Qs;function Xs(e){e.preventDefault()}function Js(e){e.stopPropagation()}!function(e){e.Click="click",e.DragStart="dragstart",e.Keydown="keydown",e.ContextMenu="contextmenu",e.Resize="resize",e.SelectionChange="selectionchange",e.VisibilityChange="visibilitychange"}(Ks||(Ks={})),function(e){e.Space="Space",e.Down="ArrowDown",e.Right="ArrowRight",e.Left="ArrowLeft",e.Up="ArrowUp",e.Esc="Escape",e.Enter="Enter",e.Tab="Tab"}(Qs||(Qs={}));const eo={start:[Qs.Space,Qs.Enter],cancel:[Qs.Esc],end:[Qs.Space,Qs.Enter,Qs.Tab]},to=(e,t)=>{let{currentCoordinates:a}=t;switch(e.code){case Qs.Right:return{...a,x:a.x+25};case Qs.Left:return{...a,x:a.x-25};case Qs.Down:return{...a,y:a.y+25};case Qs.Up:return{...a,y:a.y-25}}};class ao{constructor(e){this.props=void 0,this.autoScrollEnabled=!1,this.referenceCoordinates=void 0,this.listeners=void 0,this.windowListeners=void 0,this.props=e;const{event:{target:t}}=e;this.props=e,this.listeners=new Ys(Ua(t)),this.windowListeners=new Ys(Da(t)),this.handleKeyDown=this.handleKeyDown.bind(this),this.handleCancel=this.handleCancel.bind(this),this.attach()}attach(){this.handleStart(),this.windowListeners.add(Ks.Resize,this.handleCancel),this.windowListeners.add(Ks.VisibilityChange,this.handleCancel),setTimeout((()=>this.listeners.add(Ks.Keydown,this.handleKeyDown)))}handleStart(){const{activeNode:e,onStart:t}=this.props,a=e.node.current;a&&function(e,t){if(void 0===t&&(t=Hs),!e)return;const{top:a,left:s,bottom:o,right:n}=t(e);As(e)&&(o<=0||n<=0||a>=window.innerHeight||s>=window.innerWidth)&&e.scrollIntoView({block:"center",inline:"center"})}(a),t(xs)}handleKeyDown(e){if(os(e)){const{active:t,context:a,options:s}=this.props,{keyboardCodes:o=eo,coordinateGetter:n=to,scrollBehavior:i="smooth"}=s,{code:l}=e;if(o.end.includes(l))return void this.handleEnd(e);if(o.cancel.includes(l))return void this.handleCancel(e);const{collisionRect:r}=a.current,c=r?{x:r.left,y:r.top}:xs;this.referenceCoordinates||(this.referenceCoordinates=c);const d=n(e,{active:t,context:a.current,currentCoordinates:c});if(d){const t=ss(d,c),s={x:0,y:0},{scrollableAncestors:o}=a.current;for(const a of o){const o=e.code,{isTop:n,isRight:l,isLeft:r,isBottom:c,maxScroll:h,minScroll:p}=Rs(a),g=qs(a),u={x:Math.min(o===Qs.Right?g.right-g.width/2:g.right,Math.max(o===Qs.Right?g.left:g.left+g.width/2,d.x)),y:Math.min(o===Qs.Down?g.bottom-g.height/2:g.bottom,Math.max(o===Qs.Down?g.top:g.top+g.height/2,d.y))},m=o===Qs.Right&&!l||o===Qs.Left&&!r,v=o===Qs.Down&&!c||o===Qs.Up&&!n;if(m&&u.x!==d.x){const e=a.scrollLeft+t.x,n=o===Qs.Right&&e<=h.x||o===Qs.Left&&e>=p.x;if(n&&!t.y)return void a.scrollTo({left:e,behavior:i});s.x=n?a.scrollLeft-e:o===Qs.Right?a.scrollLeft-h.x:a.scrollLeft-p.x,s.x&&a.scrollBy({left:-s.x,behavior:i});break}if(v&&u.y!==d.y){const e=a.scrollTop+t.y,n=o===Qs.Down&&e<=h.y||o===Qs.Up&&e>=p.y;if(n&&!t.x)return void a.scrollTo({top:e,behavior:i});s.y=n?a.scrollTop-e:o===Qs.Down?a.scrollTop-h.y:a.scrollTop-p.y,s.y&&a.scrollBy({top:-s.y,behavior:i});break}}this.handleMove(e,as(ss(d,this.referenceCoordinates),s))}}}handleMove(e,t){const{onMove:a}=this.props;e.preventDefault(),a(t)}handleEnd(e){const{onEnd:t}=this.props;e.preventDefault(),this.detach(),t()}handleCancel(e){const{onCancel:t}=this.props;e.preventDefault(),this.detach(),t()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll()}}function so(e){return Boolean(e&&"distance"in e)}function oo(e){return Boolean(e&&"delay"in e)}ao.activators=[{eventName:"onKeyDown",handler:(e,t,a)=>{let{keyboardCodes:s=eo,onActivation:o}=t,{active:n}=a;const{code:i}=e.nativeEvent;if(s.start.includes(i)){const t=n.activatorNode.current;return!(t&&e.target!==t||(e.preventDefault(),null==o||o({event:e.nativeEvent}),0))}return!1}}];class no{constructor(e,t,a){var s;void 0===a&&(a=function(e){const{EventTarget:t}=Da(e);return e instanceof t?e:Ua(e)}(e.event.target)),this.props=void 0,this.events=void 0,this.autoScrollEnabled=!0,this.document=void 0,this.activated=!1,this.initialCoordinates=void 0,this.timeoutId=null,this.listeners=void 0,this.documentListeners=void 0,this.windowListeners=void 0,this.props=e,this.events=t;const{event:o}=e,{target:n}=o;this.props=e,this.events=t,this.document=Ua(n),this.documentListeners=new Ys(this.document),this.listeners=new Ys(a),this.windowListeners=new Ys(Da(n)),this.initialCoordinates=null!=(s=ns(o))?s:xs,this.handleStart=this.handleStart.bind(this),this.handleMove=this.handleMove.bind(this),this.handleEnd=this.handleEnd.bind(this),this.handleCancel=this.handleCancel.bind(this),this.handleKeydown=this.handleKeydown.bind(this),this.removeTextSelection=this.removeTextSelection.bind(this),this.attach()}attach(){const{events:e,props:{options:{activationConstraint:t,bypassActivationConstraint:a}}}=this;if(this.listeners.add(e.move.name,this.handleMove,{passive:!1}),this.listeners.add(e.end.name,this.handleEnd),e.cancel&&this.listeners.add(e.cancel.name,this.handleCancel),this.windowListeners.add(Ks.Resize,this.handleCancel),this.windowListeners.add(Ks.DragStart,Xs),this.windowListeners.add(Ks.VisibilityChange,this.handleCancel),this.windowListeners.add(Ks.ContextMenu,Xs),this.documentListeners.add(Ks.Keydown,this.handleKeydown),t){if(null!=a&&a({event:this.props.event,activeNode:this.props.activeNode,options:this.props.options}))return this.handleStart();if(oo(t))return this.timeoutId=setTimeout(this.handleStart,t.delay),void this.handlePending(t);if(so(t))return void this.handlePending(t)}this.handleStart()}detach(){this.listeners.removeAll(),this.windowListeners.removeAll(),setTimeout(this.documentListeners.removeAll,50),null!==this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}handlePending(e,t){const{active:a,onPending:s}=this.props;s(a,e,this.initialCoordinates,t)}handleStart(){const{initialCoordinates:e}=this,{onStart:t}=this.props;e&&(this.activated=!0,this.documentListeners.add(Ks.Click,Js,{capture:!0}),this.removeTextSelection(),this.documentListeners.add(Ks.SelectionChange,this.removeTextSelection),t(e))}handleMove(e){var t;const{activated:a,initialCoordinates:s,props:o}=this,{onMove:n,options:{activationConstraint:i}}=o;if(!s)return;const l=null!=(t=ns(e))?t:xs,r=ss(s,l);if(!a&&i){if(so(i)){if(null!=i.tolerance&&Zs(r,i.tolerance))return this.handleCancel();if(Zs(r,i.distance))return this.handleStart()}return oo(i)&&Zs(r,i.tolerance)?this.handleCancel():void this.handlePending(i,r)}e.cancelable&&e.preventDefault(),n(l)}handleEnd(){const{onAbort:e,onEnd:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleCancel(){const{onAbort:e,onCancel:t}=this.props;this.detach(),this.activated||e(this.props.active),t()}handleKeydown(e){e.code===Qs.Esc&&this.handleCancel()}removeTextSelection(){var e;null==(e=this.document.getSelection())||e.removeAllRanges()}}const io={cancel:{name:"pointercancel"},move:{name:"pointermove"},end:{name:"pointerup"}};class lo extends no{constructor(e){const{event:t}=e,a=Ua(t.target);super(e,io,a)}}lo.activators=[{eventName:"onPointerDown",handler:(e,t)=>{let{nativeEvent:a}=e,{onActivation:s}=t;return!(!a.isPrimary||0!==a.button||(null==s||s({event:a}),0))}}];const ro={move:{name:"mousemove"},end:{name:"mouseup"}};var co;!function(e){e[e.RightClick=2]="RightClick"}(co||(co={})),class extends no{constructor(e){super(e,ro,Ua(e.event.target))}}.activators=[{eventName:"onMouseDown",handler:(e,t)=>{let{nativeEvent:a}=e,{onActivation:s}=t;return a.button!==co.RightClick&&(null==s||s({event:a}),!0)}}];const ho={cancel:{name:"touchcancel"},move:{name:"touchmove"},end:{name:"touchend"}};var po,go;(class extends no{constructor(e){super(e,ho)}static setup(){return window.addEventListener(ho.move.name,e,{capture:!1,passive:!1}),function(){window.removeEventListener(ho.move.name,e)};function e(){}}}).activators=[{eventName:"onTouchStart",handler:(e,t)=>{let{nativeEvent:a}=e,{onActivation:s}=t;const{touches:o}=a;return!(o.length>1||(null==s||s({event:a}),0))}}],function(e){e[e.Pointer=0]="Pointer",e[e.DraggableRect=1]="DraggableRect"}(po||(po={})),function(e){e[e.TreeOrder=0]="TreeOrder",e[e.ReversedTreeOrder=1]="ReversedTreeOrder"}(go||(go={}));const uo={x:{[Is.Backward]:!1,[Is.Forward]:!1},y:{[Is.Backward]:!1,[Is.Forward]:!1}};var mo,vo;!function(e){e[e.Always=0]="Always",e[e.BeforeDragging=1]="BeforeDragging",e[e.WhileDragging=2]="WhileDragging"}(mo||(mo={})),function(e){e.Optimized="optimized"}(vo||(vo={}));const bo=new Map;function fo(e,t){return Ka((a=>e?a||("function"==typeof t?t(e):e):null),[t,e])}function wo(e){let{callback:t,disabled:a}=e;const s=Ya(t),o=(0,g.useMemo)((()=>{if(a||"undefined"==typeof window||void 0===window.ResizeObserver)return;const{ResizeObserver:e}=window;return new e(s)}),[a]);return(0,g.useEffect)((()=>()=>null==o?void 0:o.disconnect()),[o]),o}function xo(e){return new Gs(Hs(e),e)}function yo(e,t,a){void 0===t&&(t=xo);const[s,o]=(0,g.useState)(null);function n(){o((s=>{if(!e)return null;var o;if(!1===e.isConnected)return null!=(o=null!=s?s:a)?o:null;const n=t(e);return JSON.stringify(s)===JSON.stringify(n)?s:n}))}const i=function(e){let{callback:t,disabled:a}=e;const s=Ya(t),o=(0,g.useMemo)((()=>{if(a||"undefined"==typeof window||void 0===window.MutationObserver)return;const{MutationObserver:e}=window;return new e(s)}),[s,a]);return(0,g.useEffect)((()=>()=>null==o?void 0:o.disconnect()),[o]),o}({callback(t){if(e)for(const a of t){const{type:t,target:s}=a;if("childList"===t&&s instanceof HTMLElement&&s.contains(e)){n();break}}}}),l=wo({callback:n});return Ga((()=>{n(),e?(null==l||l.observe(e),null==i||i.observe(document.body,{childList:!0,subtree:!0})):(null==l||l.disconnect(),null==i||i.disconnect())}),[e]),s}const ko=[];function Co(e,t){void 0===t&&(t=[]);const a=(0,g.useRef)(null);return(0,g.useEffect)((()=>{a.current=null}),t),(0,g.useEffect)((()=>{const t=e!==xs;t&&!a.current&&(a.current=e),!t&&a.current&&(a.current=null)}),[e]),a.current?ss(e,a.current):xs}function _o(e){return(0,g.useMemo)((()=>e?function(e){const t=e.innerWidth,a=e.innerHeight;return{top:0,left:0,right:t,bottom:a,width:t,height:a}}(e):null),[e])}const Mo=[];const zo=[{sensor:lo,options:{}},{sensor:ao,options:{}}],jo={current:{}},Lo={draggable:{measure:Ts},droppable:{measure:Ts,strategy:mo.WhileDragging,frequency:vo.Optimized},dragOverlay:{measure:Hs}};class So extends Map{get(e){var t;return null!=e&&null!=(t=super.get(e))?t:void 0}toArray(){return Array.from(this.values())}getEnabled(){return this.toArray().filter((e=>{let{disabled:t}=e;return!t}))}getNodeFor(e){var t,a;return null!=(t=null==(a=this.get(e))?void 0:a.node.current)?t:void 0}}const $o={activatorEvent:null,active:null,activeNode:null,activeNodeRect:null,collisions:null,containerNodeRect:null,draggableNodes:new Map,droppableRects:new Map,droppableContainers:new So,over:null,dragOverlay:{nodeRef:{current:null},rect:null,setRef:bs},scrollableAncestors:[],scrollableAncestorRects:[],measuringConfiguration:Lo,measureDroppableContainers:bs,windowRect:null,measuringScheduled:!1},Ho={activatorEvent:null,activators:[],active:null,activeNodeRect:null,ariaDescribedById:{draggable:""},dispatch:bs,draggableNodes:new Map,over:null,measureDroppableContainers:bs},To=(0,g.createContext)(Ho),Bo=(0,g.createContext)($o);function Ao(){return{draggable:{active:null,initialCoordinates:{x:0,y:0},nodes:new Map,translate:{x:0,y:0}},droppable:{containers:new So}}}function Vo(e,t){switch(t.type){case vs.DragStart:return{...e,draggable:{...e.draggable,initialCoordinates:t.initialCoordinates,active:t.active}};case vs.DragMove:return null==e.draggable.active?e:{...e,draggable:{...e.draggable,translate:{x:t.coordinates.x-e.draggable.initialCoordinates.x,y:t.coordinates.y-e.draggable.initialCoordinates.y}}};case vs.DragEnd:case vs.DragCancel:return{...e,draggable:{...e.draggable,active:null,initialCoordinates:{x:0,y:0},translate:{x:0,y:0}}};case vs.RegisterDroppable:{const{element:a}=t,{id:s}=a,o=new So(e.droppable.containers);return o.set(s,a),{...e,droppable:{...e.droppable,containers:o}}}case vs.SetDroppableDisabled:{const{id:a,key:s,disabled:o}=t,n=e.droppable.containers.get(a);if(!n||s!==n.key)return e;const i=new So(e.droppable.containers);return i.set(a,{...n,disabled:o}),{...e,droppable:{...e.droppable,containers:i}}}case vs.UnregisterDroppable:{const{id:a,key:s}=t,o=e.droppable.containers.get(a);if(!o||s!==o.key)return e;const n=new So(e.droppable.containers);return n.delete(a),{...e,droppable:{...e.droppable,containers:n}}}default:return e}}function No(e){let{disabled:t}=e;const{active:a,activatorEvent:s,draggableNodes:o}=(0,g.useContext)(To),n=Xa(s),i=Xa(null==a?void 0:a.id);return(0,g.useEffect)((()=>{if(!t&&!s&&n&&null!=i){if(!os(n))return;if(document.activeElement===n.target)return;const e=o.get(i);if(!e)return;const{activatorNode:t,node:a}=e;if(!t.current&&!a.current)return;requestAnimationFrame((()=>{for(const e of[t.current,a.current]){if(!e)continue;const t=rs(e);if(t){t.focus();break}}}))}}),[s,t,o,i,n]),null}const Po=(0,g.createContext)({...xs,scaleX:1,scaleY:1});var Eo;!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Initialized=2]="Initialized"}(Eo||(Eo={}));const Io=(0,g.memo)((function(e){var t,a,s,o;let{id:n,accessibility:i,autoScroll:l=!0,children:r,sensors:c=zo,collisionDetection:d=zs,measuring:h,modifiers:p,...m}=e;const v=(0,g.useReducer)(Vo,void 0,Ao),[b,f]=v,[w,x]=function(){const[e]=(0,g.useState)((()=>new Set)),t=(0,g.useCallback)((t=>(e.add(t),()=>e.delete(t))),[e]),a=(0,g.useCallback)((t=>{let{type:a,event:s}=t;e.forEach((e=>{var t;return null==(t=e[a])?void 0:t.call(e,s)}))}),[e]);return[a,t]}(),[y,k]=(0,g.useState)(Eo.Uninitialized),C=y===Eo.Initialized,{draggable:{active:_,nodes:M,translate:z},droppable:{containers:j}}=b,L=null!=_?M.get(_):null,S=(0,g.useRef)({initial:null,translated:null}),$=(0,g.useMemo)((()=>{var e;return null!=_?{id:_,data:null!=(e=null==L?void 0:L.data)?e:jo,rect:S}:null}),[_,L]),H=(0,g.useRef)(null),[T,B]=(0,g.useState)(null),[A,V]=(0,g.useState)(null),N=Za(m,Object.values(m)),P=es("DndDescribedBy",n),E=(0,g.useMemo)((()=>j.getEnabled()),[j]),I=(O=h,(0,g.useMemo)((()=>({draggable:{...Lo.draggable,...null==O?void 0:O.draggable},droppable:{...Lo.droppable,...null==O?void 0:O.droppable},dragOverlay:{...Lo.dragOverlay,...null==O?void 0:O.dragOverlay}})),[null==O?void 0:O.draggable,null==O?void 0:O.droppable,null==O?void 0:O.dragOverlay]));var O;const{droppableRects:R,measureDroppableContainers:D,measuringScheduled:F}=function(e,t){let{dragging:a,dependencies:s,config:o}=t;const[n,i]=(0,g.useState)(null),{frequency:l,measure:r,strategy:c}=o,d=(0,g.useRef)(e),h=function(){switch(c){case mo.Always:return!1;case mo.BeforeDragging:return a;default:return!a}}(),p=Za(h),u=(0,g.useCallback)((function(e){void 0===e&&(e=[]),p.current||i((t=>null===t?e:t.concat(e.filter((e=>!t.includes(e))))))}),[p]),m=(0,g.useRef)(null),v=Ka((t=>{if(h&&!a)return bo;if(!t||t===bo||d.current!==e||null!=n){const t=new Map;for(let a of e){if(!a)continue;if(n&&n.length>0&&!n.includes(a.id)&&a.rect.current){t.set(a.id,a.rect.current);continue}const e=a.node.current,s=e?new Gs(r(e),e):null;a.rect.current=s,s&&t.set(a.id,s)}return t}return t}),[e,n,a,h,r]);return(0,g.useEffect)((()=>{d.current=e}),[e]),(0,g.useEffect)((()=>{h||u()}),[a,h]),(0,g.useEffect)((()=>{n&&n.length>0&&i(null)}),[JSON.stringify(n)]),(0,g.useEffect)((()=>{h||"number"!=typeof l||null!==m.current||(m.current=setTimeout((()=>{u(),m.current=null}),l))}),[l,h,u,...s]),{droppableRects:v,measureDroppableContainers:u,measuringScheduled:null!=n}}(E,{dragging:C,dependencies:[z.x,z.y],config:I.droppable}),q=function(e,t){const a=null!=t?e.get(t):void 0,s=a?a.node.current:null;return Ka((e=>{var a;return null==t?null:null!=(a=null!=s?s:e)?a:null}),[s,t])}(M,_),W=(0,g.useMemo)((()=>A?ns(A):null),[A]),U=function(){const e=!1===(null==T?void 0:T.autoScrollEnabled),t="object"==typeof l?!1===l.enabled:!1===l,a=C&&!e&&!t;return"object"==typeof l?{...l,enabled:a}:{enabled:a}}(),G=function(e,t){return fo(e,t)}(q,I.draggable.measure);!function(e){let{activeNode:t,measure:a,initialRect:s,config:o=!0}=e;const n=(0,g.useRef)(!1),{x:i,y:l}="boolean"==typeof o?{x:o,y:o}:o;Ga((()=>{if(!i&&!l||!t)return void(n.current=!1);if(n.current||!s)return;const e=null==t?void 0:t.node.current;if(!e||!1===e.isConnected)return;const o=js(a(e),s);if(i||(o.x=0),l||(o.y=0),n.current=!0,Math.abs(o.x)>0||Math.abs(o.y)>0){const t=As(e);t&&t.scrollBy({top:o.y,left:o.x})}}),[t,i,l,s,a])}({activeNode:null!=_?M.get(_):null,config:U.layoutShiftCompensation,initialRect:G,measure:I.draggable.measure});const Y=yo(q,I.draggable.measure,G),Z=yo(q?q.parentElement:null),K=(0,g.useRef)({activatorEvent:null,active:null,activeNode:q,collisionRect:null,collisions:null,droppableRects:R,draggableNodes:M,draggingNode:null,draggingNodeRect:null,droppableContainers:j,over:null,scrollableAncestors:[],scrollAdjustedTranslate:null}),Q=j.getNodeFor(null==(t=K.current.over)?void 0:t.id),X=function(e){let{measure:t}=e;const[a,s]=(0,g.useState)(null),o=wo({callback:(0,g.useCallback)((e=>{for(const{target:a}of e)if(qa(a)){s((e=>{const s=t(a);return e?{...e,width:s.width,height:s.height}:s}));break}}),[t])}),n=(0,g.useCallback)((e=>{const a=function(e){if(!e)return null;if(e.children.length>1)return e;const t=e.children[0];return qa(t)?t:e}(e);null==o||o.disconnect(),a&&(null==o||o.observe(a)),s(a?t(a):null)}),[t,o]),[i,l]=Qa(n);return(0,g.useMemo)((()=>({nodeRef:i,rect:a,setRef:l})),[a,i,l])}({measure:I.dragOverlay.measure}),J=null!=(a=X.nodeRef.current)?a:q,ee=C?null!=(s=X.rect)?s:Y:null,te=Boolean(X.nodeRef.current&&X.rect),ae=js(se=te?null:Y,fo(se));var se;const oe=_o(J?Da(J):null),ne=function(e){const t=(0,g.useRef)(e),a=Ka((a=>e?a&&a!==ko&&e&&t.current&&e.parentNode===t.current.parentNode?a:Bs(e):ko),[e]);return(0,g.useEffect)((()=>{t.current=e}),[e]),a}(C?null!=Q?Q:q:null),ie=function(e,t){void 0===t&&(t=Hs);const[a]=e,s=_o(a?Da(a):null),[o,n]=(0,g.useState)(Mo);function i(){n((()=>e.length?e.map((e=>Os(e)?s:new Gs(t(e),e))):Mo))}const l=wo({callback:i});return Ga((()=>{null==l||l.disconnect(),i(),e.forEach((e=>null==l?void 0:l.observe(e)))}),[e]),o}(ne),le=function(e,t){let{transform:a,...s}=t;return null!=e&&e.length?e.reduce(((e,t)=>t({transform:e,...s})),a):a}(p,{transform:{x:z.x-ae.x,y:z.y-ae.y,scaleX:1,scaleY:1},activatorEvent:A,active:$,activeNodeRect:Y,containerNodeRect:Z,draggingNodeRect:ee,over:K.current.over,overlayNodeRect:X.rect,scrollableAncestors:ne,scrollableAncestorRects:ie,windowRect:oe}),re=W?as(W,z):null,ce=function(e){const[t,a]=(0,g.useState)(null),s=(0,g.useRef)(e),o=(0,g.useCallback)((e=>{const t=Vs(e.target);t&&a((e=>e?(e.set(t,Es(t)),new Map(e)):null))}),[]);return(0,g.useEffect)((()=>{const t=s.current;if(e!==t){n(t);const i=e.map((e=>{const t=Vs(e);return t?(t.addEventListener("scroll",o,{passive:!0}),[t,Es(t)]):null})).filter((e=>null!=e));a(i.length?new Map(i):null),s.current=e}return()=>{n(e),n(t)};function n(e){e.forEach((e=>{const t=Vs(e);null==t||t.removeEventListener("scroll",o)}))}}),[o,e]),(0,g.useMemo)((()=>e.length?t?Array.from(t.values()).reduce(((e,t)=>as(e,t)),xs):Ws(e):xs),[e,t])}(ne),de=Co(ce),he=Co(ce,[Y]),pe=as(le,de),ge=ee?Ss(ee,le):null,ue=$&&ge?d({active:$,collisionRect:ge,droppableRects:R,droppableContainers:E,pointerCoordinates:re}):null,me=function(e){if(!e||0===e.length)return null;const[t]=e;return t.id}(ue),[ve,be]=(0,g.useState)(null),fe=function(e,t,a){return{...e,scaleX:t&&a?t.width/a.width:1,scaleY:t&&a?t.height/a.height:1}}(te?le:as(le,he),null!=(o=null==ve?void 0:ve.rect)?o:null,Y),we=(0,g.useRef)(null),xe=(0,g.useCallback)(((e,t)=>{let{sensor:a,options:s}=t;if(null==H.current)return;const o=M.get(H.current);if(!o)return;const n=e.nativeEvent,i=new a({active:H.current,activeNode:o,event:n,options:s,context:K,onAbort(e){if(!M.get(e))return;const{onDragAbort:t}=N.current,a={id:e};null==t||t(a),w({type:"onDragAbort",event:a})},onPending(e,t,a,s){if(!M.get(e))return;const{onDragPending:o}=N.current,n={id:e,constraint:t,initialCoordinates:a,offset:s};null==o||o(n),w({type:"onDragPending",event:n})},onStart(e){const t=H.current;if(null==t)return;const a=M.get(t);if(!a)return;const{onDragStart:s}=N.current,o={activatorEvent:n,active:{id:t,data:a.data,rect:S}};(0,Ea.unstable_batchedUpdates)((()=>{null==s||s(o),k(Eo.Initializing),f({type:vs.DragStart,initialCoordinates:e,active:t}),w({type:"onDragStart",event:o}),B(we.current),V(n)}))},onMove(e){f({type:vs.DragMove,coordinates:e})},onEnd:l(vs.DragEnd),onCancel:l(vs.DragCancel)});function l(e){return async function(){const{active:t,collisions:a,over:s,scrollAdjustedTranslate:o}=K.current;let i=null;if(t&&o){const{cancelDrop:l}=N.current;i={activatorEvent:n,active:t,collisions:a,delta:o,over:s},e===vs.DragEnd&&"function"==typeof l&&await Promise.resolve(l(i))&&(e=vs.DragCancel)}H.current=null,(0,Ea.unstable_batchedUpdates)((()=>{f({type:e}),k(Eo.Uninitialized),be(null),B(null),V(null),we.current=null;const t=e===vs.DragEnd?"onDragEnd":"onDragCancel";if(i){const e=N.current[t];null==e||e(i),w({type:t,event:i})}}))}}we.current=i}),[M]),ye=(0,g.useCallback)(((e,t)=>(a,s)=>{const o=a.nativeEvent,n=M.get(s);if(null!==H.current||!n||o.dndKit||o.defaultPrevented)return;const i={active:n};!0===e(a,t.options,i)&&(o.dndKit={capturedBy:t.sensor},H.current=s,xe(a,t))}),[M,xe]),ke=function(e,t){return(0,g.useMemo)((()=>e.reduce(((e,a)=>{const{sensor:s}=a;return[...e,...s.activators.map((e=>({eventName:e.eventName,handler:t(e.handler,a)})))]}),[])),[e,t])}(c,ye);!function(e){(0,g.useEffect)((()=>{if(!Ia)return;const t=e.map((e=>{let{sensor:t}=e;return null==t.setup?void 0:t.setup()}));return()=>{for(const e of t)null==e||e()}}),e.map((e=>{let{sensor:t}=e;return t})))}(c),Ga((()=>{Y&&y===Eo.Initializing&&k(Eo.Initialized)}),[Y,y]),(0,g.useEffect)((()=>{const{onDragMove:e}=N.current,{active:t,activatorEvent:a,collisions:s,over:o}=K.current;if(!t||!a)return;const n={active:t,activatorEvent:a,collisions:s,delta:{x:pe.x,y:pe.y},over:o};(0,Ea.unstable_batchedUpdates)((()=>{null==e||e(n),w({type:"onDragMove",event:n})}))}),[pe.x,pe.y]),(0,g.useEffect)((()=>{const{active:e,activatorEvent:t,collisions:a,droppableContainers:s,scrollAdjustedTranslate:o}=K.current;if(!e||null==H.current||!t||!o)return;const{onDragOver:n}=N.current,i=s.get(me),l=i&&i.rect.current?{id:i.id,rect:i.rect.current,data:i.data,disabled:i.disabled}:null,r={active:e,activatorEvent:t,collisions:a,delta:{x:o.x,y:o.y},over:l};(0,Ea.unstable_batchedUpdates)((()=>{be(l),null==n||n(r),w({type:"onDragOver",event:r})}))}),[me]),Ga((()=>{K.current={activatorEvent:A,active:$,activeNode:q,collisionRect:ge,collisions:ue,droppableRects:R,draggableNodes:M,draggingNode:J,draggingNodeRect:ee,droppableContainers:j,over:ve,scrollableAncestors:ne,scrollAdjustedTranslate:pe},S.current={initial:ee,translated:ge}}),[$,q,ue,ge,M,J,ee,R,j,ve,ne,pe]),function(e){let{acceleration:t,activator:a=po.Pointer,canScroll:s,draggingRect:o,enabled:n,interval:i=5,order:l=go.TreeOrder,pointerCoordinates:r,scrollableAncestors:c,scrollableAncestorRects:d,delta:h,threshold:p}=e;const u=function(e){let{delta:t,disabled:a}=e;const s=Xa(t);return Ka((e=>{if(a||!s||!e)return uo;const o=Math.sign(t.x-s.x),n=Math.sign(t.y-s.y);return{x:{[Is.Backward]:e.x[Is.Backward]||-1===o,[Is.Forward]:e.x[Is.Forward]||1===o},y:{[Is.Backward]:e.y[Is.Backward]||-1===n,[Is.Forward]:e.y[Is.Forward]||1===n}}}),[a,t,s])}({delta:h,disabled:!n}),[m,v]=function(){const e=(0,g.useRef)(null);return[(0,g.useCallback)(((t,a)=>{e.current=setInterval(t,a)}),[]),(0,g.useCallback)((()=>{null!==e.current&&(clearInterval(e.current),e.current=null)}),[])]}(),b=(0,g.useRef)({x:0,y:0}),f=(0,g.useRef)({x:0,y:0}),w=(0,g.useMemo)((()=>{switch(a){case po.Pointer:return r?{top:r.y,bottom:r.y,left:r.x,right:r.x}:null;case po.DraggableRect:return o}}),[a,o,r]),x=(0,g.useRef)(null),y=(0,g.useCallback)((()=>{const e=x.current;if(!e)return;const t=b.current.x*f.current.x,a=b.current.y*f.current.y;e.scrollBy(t,a)}),[]),k=(0,g.useMemo)((()=>l===go.TreeOrder?[...c].reverse():c),[l,c]);(0,g.useEffect)((()=>{if(n&&c.length&&w){for(const e of k){if(!1===(null==s?void 0:s(e)))continue;const a=c.indexOf(e),o=d[a];if(!o)continue;const{direction:n,speed:l}=Fs(e,o,w,t,p);for(const e of["x","y"])u[e][n[e]]||(l[e]=0,n[e]=0);if(l.x>0||l.y>0)return v(),x.current=e,m(y,i),b.current=l,void(f.current=n)}b.current={x:0,y:0},f.current={x:0,y:0},v()}else v()}),[t,y,s,v,n,i,JSON.stringify(w),JSON.stringify(u),m,c,k,d,JSON.stringify(p)])}({...U,delta:z,draggingRect:ge,pointerCoordinates:re,scrollableAncestors:ne,scrollableAncestorRects:ie});const Ce=(0,g.useMemo)((()=>({active:$,activeNode:q,activeNodeRect:Y,activatorEvent:A,collisions:ue,containerNodeRect:Z,dragOverlay:X,draggableNodes:M,droppableContainers:j,droppableRects:R,over:ve,measureDroppableContainers:D,scrollableAncestors:ne,scrollableAncestorRects:ie,measuringConfiguration:I,measuringScheduled:F,windowRect:oe})),[$,q,Y,A,ue,Z,X,M,j,R,ve,D,ne,ie,I,F,oe]),_e=(0,g.useMemo)((()=>({activatorEvent:A,activators:ke,active:$,activeNodeRect:Y,ariaDescribedById:{draggable:P},dispatch:f,draggableNodes:M,over:ve,measureDroppableContainers:D})),[A,ke,$,Y,f,P,M,ve,D]);return u().createElement(ps.Provider,{value:x},u().createElement(To.Provider,{value:_e},u().createElement(Bo.Provider,{value:Ce},u().createElement(Po.Provider,{value:fe},r)),u().createElement(No,{disabled:!1===(null==i?void 0:i.restoreFocus)})),u().createElement(ms,{...i,hiddenTextDescribedById:P}))})),Oo=(0,g.createContext)(null),Ro="button";const Do={timeout:25};function Fo(e,t,a){const s=e.slice();return s.splice(a<0?s.length+a:a,0,s.splice(t,1)[0]),s}function qo(e,t){return e.reduce(((e,a,s)=>{const o=t.get(a);return o&&(e[s]=o),e}),Array(e.length))}function Wo(e){return null!==e&&e>=0}const Uo=e=>{let{rects:t,activeIndex:a,overIndex:s,index:o}=e;const n=Fo(t,s,a),i=t[o],l=n[o];return l&&i?{x:l.left-i.left,y:l.top-i.top,scaleX:l.width/i.width,scaleY:l.height/i.height}:null},Go={scaleX:1,scaleY:1},Yo=e=>{var t;let{activeIndex:a,activeNodeRect:s,index:o,rects:n,overIndex:i}=e;const l=null!=(t=n[a])?t:s;if(!l)return null;if(o===a){const e=n[i];return e?{x:0,y:a<i?e.top+e.height-(l.top+l.height):e.top-l.top,...Go}:null}const r=function(e,t,a){const s=e[t],o=e[t-1],n=e[t+1];return s?a<t?o?s.top-(o.top+o.height):n?n.top-(s.top+s.height):0:n?n.top-(s.top+s.height):o?s.top-(o.top+o.height):0:0}(n,o,a);return o>a&&o<=i?{x:0,y:-l.height-r,...Go}:o<a&&o>=i?{x:0,y:l.height+r,...Go}:{x:0,y:0,...Go}},Zo="Sortable",Ko=u().createContext({activeIndex:-1,containerId:Zo,disableTransforms:!1,items:[],overIndex:-1,useDragOverlay:!1,sortedRects:[],strategy:Uo,disabled:{draggable:!1,droppable:!1}});function Qo(e){let{children:t,id:a,items:s,strategy:o=Uo,disabled:n=!1}=e;const{active:i,dragOverlay:l,droppableRects:r,over:c,measureDroppableContainers:d}=(0,g.useContext)(Bo),h=es(Zo,a),p=Boolean(null!==l.rect),m=(0,g.useMemo)((()=>s.map((e=>"object"==typeof e&&"id"in e?e.id:e))),[s]),v=null!=i,b=i?m.indexOf(i.id):-1,f=c?m.indexOf(c.id):-1,w=(0,g.useRef)(m),x=!function(e,t){if(e===t)return!0;if(e.length!==t.length)return!1;for(let a=0;a<e.length;a++)if(e[a]!==t[a])return!1;return!0}(m,w.current),y=-1!==f&&-1===b||x,k=function(e){return"boolean"==typeof e?{draggable:e,droppable:e}:e}(n);Ga((()=>{x&&v&&d(m)}),[x,m,v,d]),(0,g.useEffect)((()=>{w.current=m}),[m]);const C=(0,g.useMemo)((()=>({activeIndex:b,containerId:h,disabled:k,disableTransforms:y,items:m,overIndex:f,useDragOverlay:p,sortedRects:qo(m,r),strategy:o})),[b,h,k.draggable,k.droppable,y,m,f,r,p,o]);return u().createElement(Ko.Provider,{value:C},t)}const Xo=e=>{let{id:t,items:a,activeIndex:s,overIndex:o}=e;return Fo(a,s,o).indexOf(t)},Jo=e=>{let{containerId:t,isSorting:a,wasDragging:s,index:o,items:n,newIndex:i,previousItems:l,previousContainerId:r,transition:c}=e;return!(!c||!s||l!==n&&o===i||!a&&(i===o||t!==r))},en={duration:200,easing:"ease"},tn="transform",an=is.Transition.toString({property:tn,duration:0,easing:"linear"}),sn={roleDescription:"sortable"};function on(e){let{animateLayoutChanges:t=Jo,attributes:a,disabled:s,data:o,getNewIndex:n=Xo,id:i,strategy:l,resizeObserverConfig:r,transition:c=en}=e;const{items:d,containerId:h,activeIndex:p,disabled:u,disableTransforms:m,sortedRects:v,overIndex:b,useDragOverlay:f,strategy:w}=(0,g.useContext)(Ko),x=function(e,t){var a,s;return"boolean"==typeof e?{draggable:e,droppable:!1}:{draggable:null!=(a=null==e?void 0:e.draggable)?a:t.draggable,droppable:null!=(s=null==e?void 0:e.droppable)?s:t.droppable}}(s,u),y=d.indexOf(i),k=(0,g.useMemo)((()=>({sortable:{containerId:h,index:y,items:d},...o})),[h,o,y,d]),C=(0,g.useMemo)((()=>d.slice(d.indexOf(i))),[d,i]),{rect:_,node:M,isOver:z,setNodeRef:j}=function(e){let{data:t,disabled:a=!1,id:s,resizeObserverConfig:o}=e;const n=es("Droppable"),{active:i,dispatch:l,over:r,measureDroppableContainers:c}=(0,g.useContext)(To),d=(0,g.useRef)({disabled:a}),h=(0,g.useRef)(!1),p=(0,g.useRef)(null),u=(0,g.useRef)(null),{disabled:m,updateMeasurementsFor:v,timeout:b}={...Do,...o},f=Za(null!=v?v:s),w=wo({callback:(0,g.useCallback)((()=>{h.current?(null!=u.current&&clearTimeout(u.current),u.current=setTimeout((()=>{c(Array.isArray(f.current)?f.current:[f.current]),u.current=null}),b)):h.current=!0}),[b]),disabled:m||!i}),x=(0,g.useCallback)(((e,t)=>{w&&(t&&(w.unobserve(t),h.current=!1),e&&w.observe(e))}),[w]),[y,k]=Qa(x),C=Za(t);return(0,g.useEffect)((()=>{w&&y.current&&(w.disconnect(),h.current=!1,w.observe(y.current))}),[y,w]),(0,g.useEffect)((()=>(l({type:vs.RegisterDroppable,element:{id:s,key:n,disabled:a,node:y,rect:p,data:C}}),()=>l({type:vs.UnregisterDroppable,key:n,id:s}))),[s]),(0,g.useEffect)((()=>{a!==d.current.disabled&&(l({type:vs.SetDroppableDisabled,id:s,key:n,disabled:a}),d.current.disabled=a)}),[s,n,a,l]),{active:i,rect:p,isOver:(null==r?void 0:r.id)===s,node:y,over:r,setNodeRef:k}}({id:i,data:k,disabled:x.droppable,resizeObserverConfig:{updateMeasurementsFor:C,...r}}),{active:L,activatorEvent:S,activeNodeRect:$,attributes:H,setNodeRef:T,listeners:B,isDragging:A,over:V,setActivatorNodeRef:N,transform:P}=function(e){let{id:t,data:a,disabled:s=!1,attributes:o}=e;const n=es("Draggable"),{activators:i,activatorEvent:l,active:r,activeNodeRect:c,ariaDescribedById:d,draggableNodes:h,over:p}=(0,g.useContext)(To),{role:u=Ro,roleDescription:m="draggable",tabIndex:v=0}=null!=o?o:{},b=(null==r?void 0:r.id)===t,f=(0,g.useContext)(b?Po:Oo),[w,x]=Qa(),[y,k]=Qa(),C=function(e,t){return(0,g.useMemo)((()=>e.reduce(((e,a)=>{let{eventName:s,handler:o}=a;return e[s]=e=>{o(e,t)},e}),{})),[e,t])}(i,t),_=Za(a);return Ga((()=>(h.set(t,{id:t,key:n,node:w,activatorNode:y,data:_}),()=>{const e=h.get(t);e&&e.key===n&&h.delete(t)})),[h,t]),{active:r,activatorEvent:l,activeNodeRect:c,attributes:(0,g.useMemo)((()=>({role:u,tabIndex:v,"aria-disabled":s,"aria-pressed":!(!b||u!==Ro)||void 0,"aria-roledescription":m,"aria-describedby":d.draggable})),[s,u,v,b,m,d.draggable]),isDragging:b,listeners:s?void 0:C,node:w,over:p,setNodeRef:x,setActivatorNodeRef:k,transform:f}}({id:i,data:k,attributes:{...sn,...a},disabled:x.draggable}),E=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return(0,g.useMemo)((()=>e=>{t.forEach((t=>t(e)))}),t)}(j,T),I=Boolean(L),O=I&&!m&&Wo(p)&&Wo(b),R=!f&&A,D=R&&O?P:null,F=O?null!=D?D:(null!=l?l:w)({rects:v,activeNodeRect:$,activeIndex:p,overIndex:b,index:y}):null,q=Wo(p)&&Wo(b)?n({id:i,items:d,activeIndex:p,overIndex:b}):y,W=null==L?void 0:L.id,U=(0,g.useRef)({activeId:W,items:d,newIndex:q,containerId:h}),G=d!==U.current.items,Y=t({active:L,containerId:h,isDragging:A,isSorting:I,id:i,index:y,items:d,newIndex:U.current.newIndex,previousItems:U.current.items,previousContainerId:U.current.containerId,transition:c,wasDragging:null!=U.current.activeId}),Z=function(e){let{disabled:t,index:a,node:s,rect:o}=e;const[n,i]=(0,g.useState)(null),l=(0,g.useRef)(a);return Ga((()=>{if(!t&&a!==l.current&&s.current){const e=o.current;if(e){const t=Hs(s.current,{ignoreTransform:!0}),a={x:e.left-t.left,y:e.top-t.top,scaleX:e.width/t.width,scaleY:e.height/t.height};(a.x||a.y)&&i(a)}}a!==l.current&&(l.current=a)}),[t,a,s,o]),(0,g.useEffect)((()=>{n&&i(null)}),[n]),n}({disabled:!Y,index:y,node:M,rect:_});return(0,g.useEffect)((()=>{I&&U.current.newIndex!==q&&(U.current.newIndex=q),h!==U.current.containerId&&(U.current.containerId=h),d!==U.current.items&&(U.current.items=d)}),[I,q,h,d]),(0,g.useEffect)((()=>{if(W===U.current.activeId)return;if(null!=W&&null==U.current.activeId)return void(U.current.activeId=W);const e=setTimeout((()=>{U.current.activeId=W}),50);return()=>clearTimeout(e)}),[W]),{active:L,activeIndex:p,attributes:H,data:k,rect:_,index:y,newIndex:q,items:d,isOver:z,isSorting:I,isDragging:A,listeners:B,node:M,overIndex:b,over:V,setNodeRef:E,setActivatorNodeRef:N,setDroppableNodeRef:j,setDraggableNodeRef:T,transform:null!=Z?Z:F,transition:Z||G&&U.current.newIndex===y?an:R&&!os(S)||!c?void 0:I||Y?is.Transition.toString({...c,property:tn}):void 0}}Qs.Down,Qs.Right,Qs.Up,Qs.Left;const nn=e=>{let{transform:t}=e;return{...t,x:0}},ln=({listeners:e})=>(0,i.jsx)("div",{className:"gripIcon",...e,children:mt}),rn=({id:e,index:t,removeItem:a,duplicateItem:s,ItemSettings:o,active:n,setActive:l,itemLabel:r,minItem:c,title:d,...h})=>{const{value:p,attributes:g,arrKey:u,setActiveIndex:m}=h,v=g?g[u]:p,b=v?.[t]?.[d]||"",{setNodeRef:f,transform:w,transition:x,listeners:y,isDragging:k}=on({id:e}),C={transform:is.Transform.toString(w),transition:k?x:"none"};return(0,i.jsxs)("div",{ref:f,style:C,className:"bPlSortablePanelItem",children:[(0,i.jsxs)("div",{className:"itemsPanelHeader mt10",...y,children:[(0,i.jsx)(ln,{listeners:y}),(0,i.jsxs)("div",{className:"panel-header-title",children:[(0,i.jsx)("div",{className:"repeater-panel-title",onClick:()=>{l(n===t?null:t),m?.(t)},children:d?b:`${r} ${t+1}`}),(0,i.jsxs)("div",{className:"itemAction",children:[(0,i.jsx)("div",{onClick:e=>s(e,t),children:gt}),v.length>Number(c)&&(0,i.jsx)("div",{onClick:e=>a(e,t),children:ut})]})]})]}),(0,i.jsx)("div",{className:"itemsPanelBody "+(n===t?"":"hidden"),children:(0,i.jsx)(o,{...h,index:t})})]})},cn=e=>{const{value:t,onChange:a,attributes:s,setAttributes:o,arrKey:n,activeIndex:l}=e,r=s?s[n]:t,[c,d]=(0,g.useState)(l??0);(0,g.useEffect)((()=>d(l??0)),[l]);const h=ws(fs(lo,{activationConstraint:{distance:6}}));return(0,i.jsx)(Io,{sensors:h,modifiers:[nn],collisionDetection:_s,onDragEnd:({active:e,over:t})=>{if(!t||e.id===t.id)return;const i=Fo(r,e.id,t.id);s?o({[n]:i}):a(i)},children:(0,i.jsx)(Qo,{items:r.map(((e,t)=>t)),strategy:Yo,children:(0,i.jsx)("div",{className:"bPlItemsPanel",children:r.map(((t,a)=>(0,i.jsx)(rn,{id:a,index:a,active:c,setActive:d,...e},a)))})})})},dn=e=>{const{value:t,onChange:a,attributes:s,setAttributes:o,clientId:n,arrKey:l,newItem:r,ItemSettings:c,itemLabel:d="Item",activeIndex:h,setActiveIndex:p,design:g="single",title:u="",premiumProps:m,minItem:f=1,handleCopy:w,handleDelete:x,handleAdd:y,...k}=e,C=s?s[l]:t,_=(e,t)=>{if(e.preventDefault(),"function"==typeof w)return void w(t);const n=[...C.slice(0,t),{...C[t]},...C.slice(t)];s?o({[l]:n}):a(n),p&&p(t+1)},M=(e,t)=>{if(e.preventDefault(),"function"==typeof x)return void x(t);const n=[...C.slice(0,t),...C.slice(t+1)];s?o({[l]:n}):a(n),p&&p(0===t?0:t-1)},z={value:t,onChange:a,attributes:s,setAttributes:o,clientId:n,arrKey:l,ItemSettings:c,removeItem:M,duplicateItem:_,itemLabel:d,activeIndex:h,setActiveIndex:p,premiumProps:m,title:u,minItem:f,...k},j={value:t,onChange:a,attributes:s,setAttributes:o,clientId:n,arrKey:l,setActiveIndex:p,premiumProps:m};return(0,i.jsxs)(i.Fragment,{children:["single"===g&&void 0!==h&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h3",{className:"bplItemTitle",children:(0,v.__)(`${d} ${h+1}:`)}),(0,i.jsx)(c,{...j,index:h}),(0,i.jsx)(hn,{items:C,index:h,duplicateItem:_,removeItem:M})]}),"all"===g&&C.map(((e,t)=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody itemPanelBody",title:(0,v.__)(`${d} ${t+1}:`),initialOpen:h?h===t:0===t,children:[(0,i.jsx)(c,{...j,index:t}),(0,i.jsx)(hn,{items:C,index:t,duplicateItem:_,removeItem:M})]},t))),"sortable"===g&&(0,i.jsx)(cn,{...z}),(0,i.jsx)(b.Flex,{justify:"center",className:"addItem mt15",children:(0,i.jsxs)(b.Button,{variant:"primary",label:(0,v.__)("Add New")+" "+d,onClick:()=>{const e=[...C,r];"function"!=typeof y?(s?o({[l]:e}):a(e),p&&p(C.length)):y(e)},children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New")+" "+d]})})]})},hn=({items:e,index:t,duplicateItem:a,removeItem:s})=>(0,i.jsxs)(b.PanelRow,{className:"itemAction mt20 mb15",children:[(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate"),onClick:e=>a(e,t),children:[gt,(0,v.__)("Duplicate")]}),1<e?.length&&(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove"),onClick:e=>s(e,t),children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove")]})]}),pn=({className:e="mt10",status:t="info",isIcon:a=!1,children:s})=>{const o={info:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,i.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,i.jsx)("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),(0,i.jsx)("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]}),success:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,i.jsx)("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),(0,i.jsx)("polyline",{points:"22 4 12 14.01 9 11.01"})]}),warning:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,i.jsx)("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),(0,i.jsx)("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),(0,i.jsx)("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),danger:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,i.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,i.jsx)("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),(0,i.jsx)("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),premium:vt};return(0,i.jsxs)("div",{className:`bPlNotice ${t} ${e}`,children:[a&&(0,i.jsx)("div",{className:"icon",children:o[t]||o.info}),(0,i.jsx)("span",{children:s})]})};var gn=__webpack_require__(6708);const un=e=>{const{className:t="",label:a="",value:s,onChange:o,options:n=[]}=e,l=(0,g.useRef)(null),r=(0,g.useRef)(o);return r.current=o,(0,g.useEffect)((()=>{l.current&&(l.current.innerHTML="",new gn.A(l.current,{value:s,onChange:e=>r.current(e),options:n,multiple:!0,autocomplete:!0,icon:"closeIcon",classNames:{select:"bplSelectPure",multiselect:"selectMultiple",label:"selectLabel",selectedLabel:"selectSelectedLabel",dropdown:"selectOptions",dropdownShown:"selectOptionsOpened",autocompleteInput:"selectAutocomplete",option:"selectOption",selectedOption:"selectOptionSelected",optionDisabled:"selectOptionDisabled",optionHidden:"selectOptionHidden",placeholder:"selectPlaceholder",placeholderHidden:"selectPlaceholderHidden"}}))}),[JSON.stringify(s),JSON.stringify(n)]),a?(0,i.jsxs)("div",{className:t,children:[(0,i.jsx)(f,{className:"mb5",children:a}),(0,i.jsx)("div",{ref:l})]}):(0,i.jsx)("div",{className:t,ref:l})},mn=({multiple:e=!0,defaultValue:t,value:a,onChange:s=()=>{},options:o=[]})=>{const[n,l]=(0,g.useState)(""),[r,c]=(0,g.useState)(!1),d=(0,g.useRef)(),h=a||t,p=o&&o.find((e=>e.value===h)),u=o&&o.filter((e=>h?.includes(e.value)));(0,g.useEffect)((()=>{const e=e=>{d?.current?.contains(e.target)||c(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}}),[r]);const m=o.filter((e=>e.label.toLowerCase().includes(n.toLowerCase()))),v=Math.floor(999999*Math.random());return(0,i.jsx)("div",{className:"bPl-token-field-main-wrapper",children:(0,i.jsxs)("div",{className:"bPl-single-token-field-wrapper",...e?{style:{width:"100%"}}:{},ref:d,children:[!e&&(0,i.jsxs)("div",{onClick:()=>c(!r),className:"bPl-single-token-field "+(r?"activeField":""),children:[p?(0,i.jsx)("span",{className:"bPl-token-field-value",children:p.label}):(0,i.jsx)("span",{className:"bPl-token-field-value",children:"Select an option"}),(0,i.jsx)("span",{onClick:()=>s(""),className:"bPl-xMark-icon",children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",height:"14px",children:(0,i.jsx)("path",{d:"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"})})}),(0,i.jsx)("span",{onClick:()=>c(!r),style:{transform:r?"rotate(180deg)":"rotate(0deg)"},className:"bPl-arrow-icon",children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",height:"14px",children:(0,i.jsx)("path",{d:"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"})})})]}),e&&(0,i.jsx)("div",{className:"bPl-token-multiple-filed-wrapper",children:(0,i.jsx)("label",{htmlFor:`searchText${v}`,children:(0,i.jsxs)("div",{onClick:()=>c(!0),className:"bPl-token-multiple-filed-wrapper-item "+(r?"focusItem":""),style:{cursor:"text"},children:[!r&&!h?.length>0&&(0,i.jsx)("div",{className:"bPl-empty-token-field",children:(0,i.jsx)("span",{children:"Select an option"})}),u?.map(((e,t)=>(0,i.jsxs)("div",{className:"bPl-multiple-token-field",children:[(0,i.jsx)("span",{className:"bPl-multiple-token-field-value",children:e.label}),(0,i.jsx)("span",{onClick:()=>s(h?.filter((t=>t!==e.value))),className:"bPl-xMark-icon",children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512",height:"14px",children:(0,i.jsx)("path",{d:"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"})})})]},t))),(0,i.jsx)("input",{type:"text",name:"",id:`searchText${v}`,className:"bPl-multiple-search",onChange:e=>l(e.target.value)})]})})}),o.length>0&&r&&(0,i.jsx)("div",{className:"bPl-token-field-dropdown-wrapper",children:(0,i.jsx)("ul",{className:"bPlTools-token-field-dropdown-list",children:m.map(((t,a)=>(0,i.jsx)("li",{className:e?u.find((e=>e.value===t.value))?"bPlTools-multipleActiveItem":"":t.value===h?"activeItemInList":"",onClick:()=>{e?(s(h?[...h,t.value]:[t.value]),h?.includes(t.value)?c(!0):c(!1)):(s(t.value),c(!1))},children:t.label},a)))})})]})})},vn=e=>{const{className:t="",label:a=(0,v.__)("Separator"),value:s,onChange:o,defaults:n={}}=e,l={width:"50%",height:"2px",style:"solid",color:"#bbb"},r=e=>n?.[e]||l[e],c=e=>s?.[e]||r(e),d=(e,t)=>o({...s,[e]:t}),h=e=>(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>(e=>o({...s,[e]:r(e)}))(e)});return(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"mt5",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"edit",onClick:t,"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:"),labelPosition:"left",value:c("width"),onChange:e=>d("width",e),units:[$e(50),He(25),Te(3)],isResetValueOnUnitChange:!0}),s?.width&&s?.width!==r("width")&&h("width")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height:"),labelPosition:"left",value:c("height"),onChange:e=>d("height",e),units:[$e(3),Te(),Be()]}),s?.height&&s?.height!==r("height")&&h("height")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Style:")}),(0,i.jsx)(b.SelectControl,{value:c("style"),onChange:e=>d("style",e),options:Se}),s?.style&&s?.style!==r("style")&&h("style")]}),(0,i.jsx)(De,{label:(0,v.__)("Color:"),value:c("color"),onChange:e=>d("color",e),defaultColor:r("color")})]})})]})},bn=({id:e,text:t,className:a})=>{const{attributes:s,listeners:o,setNodeRef:n,transform:l,transition:r,isDragging:c}=on({id:e}),d={transform:is.Transform.toString(l),transition:c?r:"none"};return(0,i.jsx)("li",{ref:n,style:d,className:`bplSortableListItem ${a}`,...s,...o,children:t})},fn=({className:e="",label:t=(0,v.__)("Sort:"),value:a=[],property:s,onChange:o})=>{const n=ws(fs(lo,{activationConstraint:{distance:5}})),l=a.map(((e,t)=>({id:e?.id??e?._id??e?.key??`item-${t}`,text:s?e?.[s]:e,className:e?.className})));return(0,i.jsxs)("div",{className:`bplSortableList ${e}`,children:[(0,i.jsx)(f,{className:"mb5",children:t}),(0,i.jsx)(Io,{sensors:n,collisionDetection:_s,onDragEnd:e=>{const{active:t,over:s}=e;if(!s||t.id===s.id)return;const n=l.findIndex((e=>e.id===t.id)),i=l.findIndex((e=>e.id===s.id));o(Fo(a,n,i))},children:(0,i.jsx)(Qo,{items:l.map((e=>e.id)),strategy:Yo,children:(0,i.jsx)("ul",{children:l.map((e=>(0,i.jsx)(bn,{...e},e.id)))})})}),(0,i.jsx)("small",{children:(0,v.__)("Drag and drop to sort")})]})},wn=({value:e="",onChange:t,media_button:a=!0,quicktags:s=!0,height:o="180px",className:n})=>{const[l,r]=(0,g.useState)(null);return(0,g.useEffect)((()=>{r(String(Math.floor(99999*Math.random())))}),[]),(0,g.useEffect)((()=>{if(!l)return;const n={tinymce:{selector:`bpl-wp-${l}editor`,height:o,wpautop:!1,plugins:"charmap colorpicker compat3x directionality fullscreen hr image lists media paste tabfocus textcolor wordpress wpautoresize wpdialogs wpeditimage wpemoji wpgallery wplink wptextpattern wpview",toolbar1:"formatselect bold italic underline bullist numlist blockquote alignleft aligncenter alignright link unlink wp_more fullscreen wp_adv",toolbar2:"strikethrough hr alignjustify forecolor pastetext removeformat charmap outdent indent undo redo wp_help",setup(a){a.on("init",(function(){a.setContent(e)}));const s=()=>{const e=a.getContent();t(e)};a.on("keyup",s),a.on("change",s),a.on("input",s),a.on("paste",s),a.on("blur",(()=>{const s=a.getContent();s!==e&&t(s)}))}},quicktags:s,mediaButtons:a,paste_block_drop:!0,paste_data_images:!0,paste_as_text:!0,content_style:"body { font-family:Helvetica,Arial,sans-serif; font-size:14px }"};return wp.editor.initialize(`bpl-wp-${l}editor`,n),()=>{const e=window.tinymce.editors[`bpl-wp-${l}editor`];e&&(e.off("keyup"),e.off("change"),e.off("input"),e.off("paste"),e.off("focus"),e.off("blur")),wp.editor.remove(`bpl-wp-${l}editor`)}}),[l]),(0,g.useEffect)((()=>{if(!l)return;const t=window.tinymce.editors[`bpl-wp-${l}editor`];t&&e!==t.getContent()&&t.setContent(e)}),[e,l]),(0,i.jsxs)("div",{className:n,children:[(0,i.jsx)("style",{children:`\n\t\t\t\t#bpl-wp-${l}editor{\n\t\t\t\t\tborder:none !important;\n\t\t\t\t}\n\t\t\t\t#bpl-wp-${l}editor:focus{\n\t\t\t\t\tborder:none !important;\n\t\t\t\t\toutline: none !important;\n\t\t\t\t\tbox-shadow:none !important;\n\t\t\t\t}\n\t\t\t\t\t#wp-bpl-wp-${l}editor-wrap .wp-editor-tools .wp-media-buttons{\n\t\t\t\t\t\twidth:48%;\n\t\t\t\t\t\tmargin:0px;\n\t\t\t\t\t}\n\t\t\t\t\t#wp-bpl-wp-${l}editor-wrap .wp-editor-tools .wp-editor-tabs>button{\n\t\t\t\t\t\tfont-size:9px;\n\t\t\t\t\t}\n\t\t\t`}),(0,i.jsx)("textarea",{style:{width:"100%"},id:`bpl-wp-${l}editor`,className:"bpl-wp-editor"})]})},xn=({device:e="desktop",onChange:t,className:a="iconButton",style:s})=>{const[o,n]=(0,g.useState)(!1);return window.addEventListener("click",(()=>n(!1))),(0,i.jsxs)("div",{className:"bDevice",style:s,children:[!o&&(0,i.jsx)("button",{className:a,title:e[0].toUpperCase()+e.slice(1),onClick:e=>{n(!0),e.stopPropagation()},children:"desktop"==e?ot:"tablet"==e?nt:it}),o&&(0,i.jsx)("div",{className:"bDevicePopup",children:[{value:"desktop",icon:ot},{value:"tablet",icon:nt},{value:"mobile",icon:it}].map((({icon:e,value:s})=>(0,i.jsx)("button",{className:a,title:s[0].toUpperCase()+s.slice(1),onClick:()=>{t(s),n(!1)},children:e},s)))})]})},yn=[{family:"Default",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"ABeeZee",variants:[400,"400i"],category:"sans-serif"},{family:"Abel",variants:[400],category:"sans-serif"},{family:"Abhaya Libre",variants:[400,500,600,700,800],category:"serif"},{family:"Abril Fatface",variants:[400],category:"display"},{family:"Aclonica",variants:[400],category:"sans-serif"},{family:"Acme",variants:[400],category:"sans-serif"},{family:"Actor",variants:[400],category:"sans-serif"},{family:"Adamina",variants:[400],category:"serif"},{family:"Advent Pro",variants:[100,200,300,400,500,600,700],category:"sans-serif"},{family:"Aguafina Script",variants:[400],category:"handwriting"},{family:"Akaya Kanadaka",variants:[400],category:"display"},{family:"Akaya Telivigala",variants:[400],category:"display"},{family:"Akronim",variants:[400],category:"display"},{family:"Aladin",variants:[400],category:"handwriting"},{family:"Alata",variants:[400],category:"sans-serif"},{family:"Alatsi",variants:[400],category:"sans-serif"},{family:"Aldrich",variants:[400],category:"sans-serif"},{family:"Alef",variants:[400,700],category:"sans-serif"},{family:"Alegreya",variants:[400,500,600,700,800,900,"400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Alegreya SC",variants:[400,"400i",500,"500i",700,"700i",800,"800i",900,"900i"],category:"serif"},{family:"Alegreya Sans",variants:[100,"100i",300,"300i",400,"400i",500,"500i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Alegreya Sans SC",variants:[100,"100i",300,"300i",400,"400i",500,"500i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Aleo",variants:[300,"300i",400,"400i",700,"700i"],category:"serif"},{family:"Alex Brush",variants:[400],category:"handwriting"},{family:"Alfa Slab One",variants:[400],category:"display"},{family:"Alice",variants:[400],category:"serif"},{family:"Alike",variants:[400],category:"serif"},{family:"Alike Angular",variants:[400],category:"serif"},{family:"Allan",variants:[400,700],category:"display"},{family:"Allerta",variants:[400],category:"sans-serif"},{family:"Allerta Stencil",variants:[400],category:"sans-serif"},{family:"Allura",variants:[400],category:"handwriting"},{family:"Almarai",variants:[300,400,700,800],category:"sans-serif"},{family:"Almendra",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Almendra Display",variants:[400],category:"display"},{family:"Almendra SC",variants:[400],category:"serif"},{family:"Amarante",variants:[400],category:"display"},{family:"Amaranth",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Amatic SC",variants:[400,700],category:"handwriting"},{family:"Amethysta",variants:[400],category:"serif"},{family:"Amiko",variants:[400,600,700],category:"sans-serif"},{family:"Amiri",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Amita",variants:[400,700],category:"handwriting"},{family:"Anaheim",variants:[400],category:"sans-serif"},{family:"Andada",variants:[400],category:"serif"},{family:"Andika",variants:[400],category:"sans-serif"},{family:"Andika New Basic",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Angkor",variants:[400],category:"display"},{family:"Annie Use Your Telescope",variants:[400],category:"handwriting"},{family:"Anonymous Pro",variants:[400,"400i",700,"700i"],category:"monospace"},{family:"Antic",variants:[400],category:"sans-serif"},{family:"Antic Didone",variants:[400],category:"serif"},{family:"Antic Slab",variants:[400],category:"serif"},{family:"Anton",variants:[400],category:"sans-serif"},{family:"Antonio",variants:[100,200,300,400,500,600,700],category:"sans-serif"},{family:"Arapey",variants:[400,"400i"],category:"serif"},{family:"Arbutus",variants:[400],category:"display"},{family:"Arbutus Slab",variants:[400],category:"serif"},{family:"Architects Daughter",variants:[400],category:"handwriting"},{family:"Archivo",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Archivo Black",variants:[400],category:"sans-serif"},{family:"Archivo Narrow",variants:[400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Aref Ruqaa",variants:[400,700],category:"serif"},{family:"Arima Madurai",variants:[100,200,300,400,500,700,800,900],category:"display"},{family:"Arimo",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"sans-serif"},{family:"Arizonia",variants:[400],category:"handwriting"},{family:"Armata",variants:[400],category:"sans-serif"},{family:"Arsenal",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Artifika",variants:[400],category:"serif"},{family:"Arvo",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Arya",variants:[400,700],category:"sans-serif"},{family:"Asap",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"sans-serif"},{family:"Asap Condensed",variants:[400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Asar",variants:[400],category:"serif"},{family:"Asset",variants:[400],category:"display"},{family:"Assistant",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Astloch",variants:[400,700],category:"display"},{family:"Asul",variants:[400,700],category:"sans-serif"},{family:"Athiti",variants:[200,300,400,500,600,700],category:"sans-serif"},{family:"Atma",variants:[300,400,500,600,700],category:"display"},{family:"Atomic Age",variants:[400],category:"display"},{family:"Aubrey",variants:[400],category:"display"},{family:"Audiowide",variants:[400],category:"display"},{family:"Autour One",variants:[400],category:"display"},{family:"Average",variants:[400],category:"serif"},{family:"Average Sans",variants:[400],category:"sans-serif"},{family:"Averia Gruesa Libre",variants:[400],category:"display"},{family:"Averia Libre",variants:[300,"300i",400,"400i",700,"700i"],category:"display"},{family:"Averia Sans Libre",variants:[300,"300i",400,"400i",700,"700i"],category:"display"},{family:"Averia Serif Libre",variants:[300,"300i",400,"400i",700,"700i"],category:"display"},{family:"B612",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"B612 Mono",variants:[400,"400i",700,"700i"],category:"monospace"},{family:"Bad Script",variants:[400],category:"handwriting"},{family:"Bahiana",variants:[400],category:"display"},{family:"Bahianita",variants:[400],category:"display"},{family:"Bai Jamjuree",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Ballet",variants:[400],category:"handwriting"},{family:"Baloo 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Bhai 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Bhaina 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Chettan 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Da 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Paaji 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Tamma 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Tammudu 2",variants:[400,500,600,700,800],category:"display"},{family:"Baloo Thambi 2",variants:[400,500,600,700,800],category:"display"},{family:"Balsamiq Sans",variants:[400,"400i",700,"700i"],category:"display"},{family:"Balthazar",variants:[400],category:"serif"},{family:"Bangers",variants:[400],category:"display"},{family:"Barlow",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Barlow Condensed",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Barlow Semi Condensed",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Barriecito",variants:[400],category:"display"},{family:"Barrio",variants:[400],category:"display"},{family:"Basic",variants:[400],category:"sans-serif"},{family:"Baskervville",variants:[400,"400i"],category:"serif"},{family:"Battambang",variants:[400,700],category:"display"},{family:"Baumans",variants:[400],category:"display"},{family:"Bayon",variants:[400],category:"display"},{family:"Be Vietnam",variants:[100,"100i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i"],category:"sans-serif"},{family:"Bebas Neue",variants:[400],category:"display"},{family:"Belgrano",variants:[400],category:"serif"},{family:"Bellefair",variants:[400],category:"serif"},{family:"Belleza",variants:[400],category:"sans-serif"},{family:"Bellota",variants:[300,"300i",400,"400i",700,"700i"],category:"display"},{family:"Bellota Text",variants:[300,"300i",400,"400i",700,"700i"],category:"display"},{family:"BenchNine",variants:[300,400,700],category:"sans-serif"},{family:"Benne",variants:[400],category:"serif"},{family:"Bentham",variants:[400],category:"serif"},{family:"Berkshire Swash",variants:[400],category:"handwriting"},{family:"Beth Ellen",variants:[400],category:"handwriting"},{family:"Bevan",variants:[400],category:"display"},{family:"Big Shoulders Display",variants:[100,300,400,500,600,700,800,900],category:"display"},{family:"Big Shoulders Inline Display",variants:[100,300,400,500,600,700,800,900],category:"display"},{family:"Big Shoulders Inline Text",variants:[100,300,400,500,600,700,800,900],category:"display"},{family:"Big Shoulders Stencil Display",variants:[100,300,400,500,600,700,800,900],category:"display"},{family:"Big Shoulders Stencil Text",variants:[100,300,400,500,600,700,800,900],category:"display"},{family:"Big Shoulders Text",variants:[100,300,400,500,600,700,800,900],category:"display"},{family:"Bigelow Rules",variants:[400],category:"display"},{family:"Bigshot One",variants:[400],category:"display"},{family:"Bilbo",variants:[400],category:"handwriting"},{family:"Bilbo Swash Caps",variants:[400],category:"handwriting"},{family:"BioRhyme",variants:[200,300,400,700,800],category:"serif"},{family:"BioRhyme Expanded",variants:[200,300,400,700,800],category:"serif"},{family:"Biryani",variants:[200,300,400,600,700,800,900],category:"sans-serif"},{family:"Bitter",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Black And White Picture",variants:[400],category:"sans-serif"},{family:"Black Han Sans",variants:[400],category:"sans-serif"},{family:"Black Ops One",variants:[400],category:"display"},{family:"Blinker",variants:[100,200,300,400,600,700,800,900],category:"sans-serif"},{family:"Bodoni Moda",variants:[400,500,600,700,800,900,"400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Bokor",variants:[400],category:"display"},{family:"Bonbon",variants:[400],category:"handwriting"},{family:"Boogaloo",variants:[400],category:"display"},{family:"Bowlby One",variants:[400],category:"display"},{family:"Bowlby One SC",variants:[400],category:"display"},{family:"Brawler",variants:[400],category:"serif"},{family:"Bree Serif",variants:[400],category:"serif"},{family:"Brygada 1918",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"serif"},{family:"Bubblegum Sans",variants:[400],category:"display"},{family:"Bubbler One",variants:[400],category:"sans-serif"},{family:"Buda",variants:[300,400],category:"display"},{family:"Buenard",variants:[400,700],category:"serif"},{family:"Bungee",variants:[400],category:"display"},{family:"Bungee Hairline",variants:[400],category:"display"},{family:"Bungee Inline",variants:[400],category:"display"},{family:"Bungee Outline",variants:[400],category:"display"},{family:"Bungee Shade",variants:[400],category:"display"},{family:"Butcherman",variants:[400],category:"display"},{family:"Butterfly Kids",variants:[400],category:"handwriting"},{family:"Cabin",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"sans-serif"},{family:"Cabin Condensed",variants:[400,500,600,700],category:"sans-serif"},{family:"Cabin Sketch",variants:[400,700],category:"display"},{family:"Caesar Dressing",variants:[400],category:"display"},{family:"Cagliostro",variants:[400],category:"sans-serif"},{family:"Cairo",variants:[200,300,400,600,700,900],category:"sans-serif"},{family:"Caladea",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Calistoga",variants:[400],category:"display"},{family:"Calligraffitti",variants:[400],category:"handwriting"},{family:"Cambay",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Cambo",variants:[400],category:"serif"},{family:"Candal",variants:[400],category:"sans-serif"},{family:"Cantarell",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Cantata One",variants:[400],category:"serif"},{family:"Cantora One",variants:[400],category:"sans-serif"},{family:"Capriola",variants:[400],category:"sans-serif"},{family:"Cardo",variants:[400,"400i",700],category:"serif"},{family:"Carme",variants:[400],category:"sans-serif"},{family:"Carrois Gothic",variants:[400],category:"sans-serif"},{family:"Carrois Gothic SC",variants:[400],category:"sans-serif"},{family:"Carter One",variants:[400],category:"display"},{family:"Castoro",variants:[400,"400i"],category:"serif"},{family:"Catamaran",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Caudex",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Caveat",variants:[400,500,600,700],category:"handwriting"},{family:"Caveat Brush",variants:[400],category:"handwriting"},{family:"Cedarville Cursive",variants:[400],category:"handwriting"},{family:"Ceviche One",variants:[400],category:"display"},{family:"Chakra Petch",variants:[300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Changa",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Changa One",variants:[400,"400i"],category:"display"},{family:"Chango",variants:[400],category:"display"},{family:"Charm",variants:[400,700],category:"handwriting"},{family:"Charmonman",variants:[400,700],category:"handwriting"},{family:"Chathura",variants:[100,300,400,700,800],category:"sans-serif"},{family:"Chau Philomene One",variants:[400,"400i"],category:"sans-serif"},{family:"Chela One",variants:[400],category:"display"},{family:"Chelsea Market",variants:[400],category:"display"},{family:"Chenla",variants:[400],category:"display"},{family:"Cherry Cream Soda",variants:[400],category:"display"},{family:"Cherry Swash",variants:[400,700],category:"display"},{family:"Chewy",variants:[400],category:"display"},{family:"Chicle",variants:[400],category:"display"},{family:"Chilanka",variants:[400],category:"handwriting"},{family:"Chivo",variants:[300,"300i",400,"400i",700,"700i",900,"900i"],category:"sans-serif"},{family:"Chonburi",variants:[400],category:"display"},{family:"Cinzel",variants:[400,500,600,700,800,900],category:"serif"},{family:"Cinzel Decorative",variants:[400,700,900],category:"display"},{family:"Clicker Script",variants:[400],category:"handwriting"},{family:"Coda",variants:[400,800],category:"display"},{family:"Coda Caption",variants:[400,800],category:"sans-serif"},{family:"Codystar",variants:[300,400],category:"display"},{family:"Coiny",variants:[400],category:"display"},{family:"Combo",variants:[400],category:"display"},{family:"Comfortaa",variants:[300,400,500,600,700],category:"display"},{family:"Comic Neue",variants:[300,"300i",400,"400i",700,"700i"],category:"handwriting"},{family:"Coming Soon",variants:[400],category:"handwriting"},{family:"Commissioner",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Concert One",variants:[400],category:"display"},{family:"Condiment",variants:[400],category:"handwriting"},{family:"Content",variants:[400,700],category:"display"},{family:"Contrail One",variants:[400],category:"display"},{family:"Convergence",variants:[400],category:"sans-serif"},{family:"Cookie",variants:[400],category:"handwriting"},{family:"Copse",variants:[400],category:"serif"},{family:"Corben",variants:[400,700],category:"display"},{family:"Cormorant",variants:[300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"serif"},{family:"Cormorant Garamond",variants:[300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"serif"},{family:"Cormorant Infant",variants:[300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"serif"},{family:"Cormorant SC",variants:[300,400,500,600,700],category:"serif"},{family:"Cormorant Unicase",variants:[300,400,500,600,700],category:"serif"},{family:"Cormorant Upright",variants:[300,400,500,600,700],category:"serif"},{family:"Courgette",variants:[400],category:"handwriting"},{family:"Courier Prime",variants:[400,"400i",700,"700i"],category:"monospace"},{family:"Cousine",variants:[400,"400i",700,"700i"],category:"monospace"},{family:"Coustard",variants:[400,900],category:"serif"},{family:"Covered By Your Grace",variants:[400],category:"handwriting"},{family:"Crafty Girls",variants:[400],category:"handwriting"},{family:"Creepster",variants:[400],category:"display"},{family:"Crete Round",variants:[400,"400i"],category:"serif"},{family:"Crimson Pro",variants:[200,300,400,500,600,700,800,900,"200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Crimson Text",variants:[400,"400i",600,"600i",700,"700i"],category:"serif"},{family:"Croissant One",variants:[400],category:"display"},{family:"Crushed",variants:[400],category:"display"},{family:"Cuprum",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"sans-serif"},{family:"Cute Font",variants:[400],category:"display"},{family:"Cutive",variants:[400],category:"serif"},{family:"Cutive Mono",variants:[400],category:"monospace"},{family:"DM Mono",variants:[300,"300i",400,"400i",500,"500i"],category:"monospace"},{family:"DM Sans",variants:[400,"400i",500,"500i",700,"700i"],category:"sans-serif"},{family:"DM Serif Display",variants:[400,"400i"],category:"serif"},{family:"DM Serif Text",variants:[400,"400i"],category:"serif"},{family:"Damion",variants:[400],category:"handwriting"},{family:"Dancing Script",variants:[400,500,600,700],category:"handwriting"},{family:"Dangrek",variants:[400],category:"display"},{family:"Darker Grotesque",variants:[300,400,500,600,700,800,900],category:"sans-serif"},{family:"David Libre",variants:[400,500,700],category:"serif"},{family:"Dawning of a New Day",variants:[400],category:"handwriting"},{family:"Days One",variants:[400],category:"sans-serif"},{family:"Dekko",variants:[400],category:"handwriting"},{family:"Dela Gothic One",variants:[400],category:"display"},{family:"Delius",variants:[400],category:"handwriting"},{family:"Delius Swash Caps",variants:[400],category:"handwriting"},{family:"Delius Unicase",variants:[400,700],category:"handwriting"},{family:"Della Respira",variants:[400],category:"serif"},{family:"Denk One",variants:[400],category:"sans-serif"},{family:"Devonshire",variants:[400],category:"handwriting"},{family:"Dhurjati",variants:[400],category:"sans-serif"},{family:"Didact Gothic",variants:[400],category:"sans-serif"},{family:"Diplomata",variants:[400],category:"display"},{family:"Diplomata SC",variants:[400],category:"display"},{family:"Do Hyeon",variants:[400],category:"sans-serif"},{family:"Dokdo",variants:[400],category:"handwriting"},{family:"Domine",variants:[400,500,600,700],category:"serif"},{family:"Donegal One",variants:[400],category:"serif"},{family:"Doppio One",variants:[400],category:"sans-serif"},{family:"Dorsa",variants:[400],category:"sans-serif"},{family:"Dosis",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"DotGothic16",variants:[400],category:"sans-serif"},{family:"Dr Sugiyama",variants:[400],category:"handwriting"},{family:"Duru Sans",variants:[400],category:"sans-serif"},{family:"Dynalight",variants:[400],category:"display"},{family:"EB Garamond",variants:[400,500,600,700,800,"400i","500i","600i","700i","800i"],category:"serif"},{family:"Eagle Lake",variants:[400],category:"handwriting"},{family:"East Sea Dokdo",variants:[400],category:"handwriting"},{family:"Eater",variants:[400],category:"display"},{family:"Economica",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Eczar",variants:[400,500,600,700,800],category:"serif"},{family:"El Messiri",variants:[400,500,600,700],category:"sans-serif"},{family:"Electrolize",variants:[400],category:"sans-serif"},{family:"Elsie",variants:[400,900],category:"display"},{family:"Elsie Swash Caps",variants:[400,900],category:"display"},{family:"Emblema One",variants:[400],category:"display"},{family:"Emilys Candy",variants:[400],category:"display"},{family:"Encode Sans",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Encode Sans Condensed",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Encode Sans Expanded",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Encode Sans Semi Condensed",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Encode Sans Semi Expanded",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Engagement",variants:[400],category:"handwriting"},{family:"Englebert",variants:[400],category:"sans-serif"},{family:"Enriqueta",variants:[400,500,600,700],category:"serif"},{family:"Epilogue",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Erica One",variants:[400],category:"display"},{family:"Esteban",variants:[400],category:"serif"},{family:"Euphoria Script",variants:[400],category:"handwriting"},{family:"Ewert",variants:[400],category:"display"},{family:"Exo",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Exo 2",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Expletus Sans",variants:[400,"400i",500,"500i",600,"600i",700,"700i"],category:"display"},{family:"Fahkwang",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Fanwood Text",variants:[400,"400i"],category:"serif"},{family:"Farro",variants:[300,400,500,700],category:"sans-serif"},{family:"Farsan",variants:[400],category:"display"},{family:"Fascinate",variants:[400],category:"display"},{family:"Fascinate Inline",variants:[400],category:"display"},{family:"Faster One",variants:[400],category:"display"},{family:"Fasthand",variants:[400],category:"serif"},{family:"Fauna One",variants:[400],category:"serif"},{family:"Faustina",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"serif"},{family:"Federant",variants:[400],category:"display"},{family:"Federo",variants:[400],category:"sans-serif"},{family:"Felipa",variants:[400],category:"handwriting"},{family:"Fenix",variants:[400],category:"serif"},{family:"Finger Paint",variants:[400],category:"display"},{family:"Fira Code",variants:[300,400,500,600,700],category:"monospace"},{family:"Fira Mono",variants:[400,500,700],category:"monospace"},{family:"Fira Sans",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Fira Sans Condensed",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Fira Sans Extra Condensed",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Fjalla One",variants:[400],category:"sans-serif"},{family:"Fjord One",variants:[400],category:"serif"},{family:"Flamenco",variants:[300,400],category:"display"},{family:"Flavors",variants:[400],category:"display"},{family:"Fondamento",variants:[400,"400i"],category:"handwriting"},{family:"Fontdiner Swanky",variants:[400],category:"display"},{family:"Forum",variants:[400],category:"display"},{family:"Francois One",variants:[400],category:"sans-serif"},{family:"Frank Ruhl Libre",variants:[300,400,500,700,900],category:"serif"},{family:"Fraunces",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Freckle Face",variants:[400],category:"display"},{family:"Fredericka the Great",variants:[400],category:"display"},{family:"Fredoka One",variants:[400],category:"display"},{family:"Freehand",variants:[400],category:"display"},{family:"Fresca",variants:[400],category:"sans-serif"},{family:"Frijole",variants:[400],category:"display"},{family:"Fruktur",variants:[400],category:"display"},{family:"Fugaz One",variants:[400],category:"display"},{family:"GFS Didot",variants:[400],category:"serif"},{family:"GFS Neohellenic",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Gabriela",variants:[400],category:"serif"},{family:"Gaegu",variants:[300,400,700],category:"handwriting"},{family:"Gafata",variants:[400],category:"sans-serif"},{family:"Galada",variants:[400],category:"display"},{family:"Galdeano",variants:[400],category:"sans-serif"},{family:"Galindo",variants:[400],category:"display"},{family:"Gamja Flower",variants:[400],category:"handwriting"},{family:"Gayathri",variants:[100,400,700],category:"sans-serif"},{family:"Gelasio",variants:[400,"400i",500,"500i",600,"600i",700,"700i"],category:"serif"},{family:"Gentium Basic",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Gentium Book Basic",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Geo",variants:[400,"400i"],category:"sans-serif"},{family:"Geostar",variants:[400],category:"display"},{family:"Geostar Fill",variants:[400],category:"display"},{family:"Germania One",variants:[400],category:"display"},{family:"Gidugu",variants:[400],category:"sans-serif"},{family:"Gilda Display",variants:[400],category:"serif"},{family:"Girassol",variants:[400],category:"display"},{family:"Give You Glory",variants:[400],category:"handwriting"},{family:"Glass Antiqua",variants:[400],category:"display"},{family:"Glegoo",variants:[400,700],category:"serif"},{family:"Gloria Hallelujah",variants:[400],category:"handwriting"},{family:"Goblin One",variants:[400],category:"display"},{family:"Gochi Hand",variants:[400],category:"handwriting"},{family:"Goldman",variants:[400,700],category:"display"},{family:"Gorditas",variants:[400,700],category:"display"},{family:"Gothic A1",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Gotu",variants:[400],category:"sans-serif"},{family:"Goudy Bookletter 1911",variants:[400],category:"serif"},{family:"Graduate",variants:[400],category:"display"},{family:"Grand Hotel",variants:[400],category:"handwriting"},{family:"Grandstander",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"display"},{family:"Gravitas One",variants:[400],category:"display"},{family:"Great Vibes",variants:[400],category:"handwriting"},{family:"Grenze",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"serif"},{family:"Grenze Gotisch",variants:[100,200,300,400,500,600,700,800,900],category:"display"},{family:"Griffy",variants:[400],category:"display"},{family:"Gruppo",variants:[400],category:"display"},{family:"Gudea",variants:[400,"400i",700],category:"sans-serif"},{family:"Gugi",variants:[400],category:"display"},{family:"Gupter",variants:[400,500,700],category:"serif"},{family:"Gurajada",variants:[400],category:"serif"},{family:"Habibi",variants:[400],category:"serif"},{family:"Hachi Maru Pop",variants:[400],category:"handwriting"},{family:"Halant",variants:[300,400,500,600,700],category:"serif"},{family:"Hammersmith One",variants:[400],category:"sans-serif"},{family:"Hanalei",variants:[400],category:"display"},{family:"Hanalei Fill",variants:[400],category:"display"},{family:"Handlee",variants:[400],category:"handwriting"},{family:"Hanuman",variants:[400,700],category:"serif"},{family:"Happy Monkey",variants:[400],category:"display"},{family:"Harmattan",variants:[400,700],category:"sans-serif"},{family:"Headland One",variants:[400],category:"serif"},{family:"Heebo",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Henny Penny",variants:[400],category:"display"},{family:"Hepta Slab",variants:[100,200,300,400,500,600,700,800,900],category:"serif"},{family:"Herr Von Muellerhoff",variants:[400],category:"handwriting"},{family:"Hi Melody",variants:[400],category:"handwriting"},{family:"Hind",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Hind Guntur",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Hind Madurai",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Hind Siliguri",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Hind Vadodara",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Holtwood One SC",variants:[400],category:"serif"},{family:"Homemade Apple",variants:[400],category:"handwriting"},{family:"Homenaje",variants:[400],category:"sans-serif"},{family:"IBM Plex Mono",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"monospace"},{family:"IBM Plex Sans",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"IBM Plex Sans Condensed",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"IBM Plex Serif",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"serif"},{family:"IM Fell DW Pica",variants:[400,"400i"],category:"serif"},{family:"IM Fell DW Pica SC",variants:[400],category:"serif"},{family:"IM Fell Double Pica",variants:[400,"400i"],category:"serif"},{family:"IM Fell Double Pica SC",variants:[400],category:"serif"},{family:"IM Fell English",variants:[400,"400i"],category:"serif"},{family:"IM Fell English SC",variants:[400],category:"serif"},{family:"IM Fell French Canon",variants:[400,"400i"],category:"serif"},{family:"IM Fell French Canon SC",variants:[400],category:"serif"},{family:"IM Fell Great Primer",variants:[400,"400i"],category:"serif"},{family:"IM Fell Great Primer SC",variants:[400],category:"serif"},{family:"Ibarra Real Nova",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"serif"},{family:"Iceberg",variants:[400],category:"display"},{family:"Iceland",variants:[400],category:"display"},{family:"Imbue",variants:[100,200,300,400,500,600,700,800,900],category:"serif"},{family:"Imprima",variants:[400],category:"sans-serif"},{family:"Inconsolata",variants:[200,300,400,500,600,700,800,900],category:"monospace"},{family:"Inder",variants:[400],category:"sans-serif"},{family:"Indie Flower",variants:[400],category:"handwriting"},{family:"Inika",variants:[400,700],category:"serif"},{family:"Inknut Antiqua",variants:[300,400,500,600,700,800,900],category:"serif"},{family:"Inria Sans",variants:[300,"300i",400,"400i",700,"700i"],category:"sans-serif"},{family:"Inria Serif",variants:[300,"300i",400,"400i",700,"700i"],category:"serif"},{family:"Inter",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Irish Grover",variants:[400],category:"display"},{family:"Istok Web",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Italiana",variants:[400],category:"serif"},{family:"Italianno",variants:[400],category:"handwriting"},{family:"Itim",variants:[400],category:"handwriting"},{family:"Jacques Francois",variants:[400],category:"serif"},{family:"Jacques Francois Shadow",variants:[400],category:"display"},{family:"Jaldi",variants:[400,700],category:"sans-serif"},{family:"JetBrains Mono",variants:[100,200,300,400,500,600,700,800,"100i","200i","300i","400i","500i","600i","700i","800i"],category:"monospace"},{family:"Jim Nightshade",variants:[400],category:"handwriting"},{family:"Jockey One",variants:[400],category:"sans-serif"},{family:"Jolly Lodger",variants:[400],category:"display"},{family:"Jomhuria",variants:[400],category:"display"},{family:"Jomolhari",variants:[400],category:"serif"},{family:"Josefin Sans",variants:[100,200,300,400,500,600,700,"100i","200i","300i","400i","500i","600i","700i"],category:"sans-serif"},{family:"Josefin Slab",variants:[100,200,300,400,500,600,700,"100i","200i","300i","400i","500i","600i","700i"],category:"serif"},{family:"Jost",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Joti One",variants:[400],category:"display"},{family:"Jua",variants:[400],category:"sans-serif"},{family:"Judson",variants:[400,"400i",700],category:"serif"},{family:"Julee",variants:[400],category:"handwriting"},{family:"Julius Sans One",variants:[400],category:"sans-serif"},{family:"Junge",variants:[400],category:"serif"},{family:"Jura",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Just Another Hand",variants:[400],category:"handwriting"},{family:"Just Me Again Down Here",variants:[400],category:"handwriting"},{family:"K2D",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i"],category:"sans-serif"},{family:"Kadwa",variants:[400,700],category:"serif"},{family:"Kalam",variants:[300,400,700],category:"handwriting"},{family:"Kameron",variants:[400,700],category:"serif"},{family:"Kanit",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Kantumruy",variants:[300,400,700],category:"sans-serif"},{family:"Karantina",variants:[300,400,700],category:"display"},{family:"Karla",variants:[200,300,400,500,600,700,800,"200i","300i","400i","500i","600i","700i","800i"],category:"sans-serif"},{family:"Karma",variants:[300,400,500,600,700],category:"serif"},{family:"Katibeh",variants:[400],category:"display"},{family:"Kaushan Script",variants:[400],category:"handwriting"},{family:"Kavivanar",variants:[400],category:"handwriting"},{family:"Kavoon",variants:[400],category:"display"},{family:"Kdam Thmor",variants:[400],category:"display"},{family:"Keania One",variants:[400],category:"display"},{family:"Kelly Slab",variants:[400],category:"display"},{family:"Kenia",variants:[400],category:"display"},{family:"Khand",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Khmer",variants:[400],category:"display"},{family:"Khula",variants:[300,400,600,700,800],category:"sans-serif"},{family:"Kirang Haerang",variants:[400],category:"display"},{family:"Kite One",variants:[400],category:"sans-serif"},{family:"Kiwi Maru",variants:[300,400,500],category:"serif"},{family:"Knewave",variants:[400],category:"display"},{family:"KoHo",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Kodchasan",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Kosugi",variants:[400],category:"sans-serif"},{family:"Kosugi Maru",variants:[400],category:"sans-serif"},{family:"Kotta One",variants:[400],category:"serif"},{family:"Koulen",variants:[400],category:"display"},{family:"Kranky",variants:[400],category:"display"},{family:"Kreon",variants:[300,400,500,600,700],category:"serif"},{family:"Kristi",variants:[400],category:"handwriting"},{family:"Krona One",variants:[400],category:"sans-serif"},{family:"Krub",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Kufam",variants:[400,500,600,700,800,900,"400i","500i","600i","700i","800i","900i"],category:"display"},{family:"Kulim Park",variants:[200,"200i",300,"300i",400,"400i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Kumar One",variants:[400],category:"display"},{family:"Kumar One Outline",variants:[400],category:"display"},{family:"Kumbh Sans",variants:[300,400,700],category:"sans-serif"},{family:"Kurale",variants:[400],category:"serif"},{family:"La Belle Aurore",variants:[400],category:"handwriting"},{family:"Lacquer",variants:[400],category:"display"},{family:"Laila",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Lakki Reddy",variants:[400],category:"handwriting"},{family:"Lalezar",variants:[400],category:"display"},{family:"Lancelot",variants:[400],category:"display"},{family:"Langar",variants:[400],category:"display"},{family:"Lateef",variants:[400],category:"handwriting"},{family:"Lato",variants:[100,"100i",300,"300i",400,"400i",700,"700i",900,"900i"],category:"sans-serif"},{family:"League Script",variants:[400],category:"handwriting"},{family:"Leckerli One",variants:[400],category:"handwriting"},{family:"Ledger",variants:[400],category:"serif"},{family:"Lekton",variants:[400,"400i",700],category:"sans-serif"},{family:"Lemon",variants:[400],category:"display"},{family:"Lemonada",variants:[300,400,500,600,700],category:"display"},{family:"Lexend",variants:[100,300,400,500,600,700,800],category:"sans-serif"},{family:"Lexend Deca",variants:[400],category:"sans-serif"},{family:"Lexend Exa",variants:[400],category:"sans-serif"},{family:"Lexend Giga",variants:[400],category:"sans-serif"},{family:"Lexend Mega",variants:[400],category:"sans-serif"},{family:"Lexend Peta",variants:[400],category:"sans-serif"},{family:"Lexend Tera",variants:[400],category:"sans-serif"},{family:"Lexend Zetta",variants:[400],category:"sans-serif"},{family:"Libre Barcode 128",variants:[400],category:"display"},{family:"Libre Barcode 128 Text",variants:[400],category:"display"},{family:"Libre Barcode 39",variants:[400],category:"display"},{family:"Libre Barcode 39 Extended",variants:[400],category:"display"},{family:"Libre Barcode 39 Extended Text",variants:[400],category:"display"},{family:"Libre Barcode 39 Text",variants:[400],category:"display"},{family:"Libre Barcode EAN13 Text",variants:[400],category:"display"},{family:"Libre Baskerville",variants:[400,"400i",700],category:"serif"},{family:"Libre Caslon Display",variants:[400],category:"serif"},{family:"Libre Caslon Text",variants:[400,"400i",700],category:"serif"},{family:"Libre Franklin",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Life Savers",variants:[400,700,800],category:"display"},{family:"Lilita One",variants:[400],category:"display"},{family:"Lily Script One",variants:[400],category:"display"},{family:"Limelight",variants:[400],category:"display"},{family:"Linden Hill",variants:[400,"400i"],category:"serif"},{family:"Literata",variants:[200,300,400,500,600,700,800,900,"200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Liu Jian Mao Cao",variants:[400],category:"handwriting"},{family:"Livvic",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",900,"900i"],category:"sans-serif"},{family:"Lobster",variants:[400],category:"display"},{family:"Lobster Two",variants:[400,"400i",700,"700i"],category:"display"},{family:"Londrina Outline",variants:[400],category:"display"},{family:"Londrina Shadow",variants:[400],category:"display"},{family:"Londrina Sketch",variants:[400],category:"display"},{family:"Londrina Solid",variants:[100,300,400,900],category:"display"},{family:"Long Cang",variants:[400],category:"handwriting"},{family:"Lora",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"serif"},{family:"Love Ya Like A Sister",variants:[400],category:"display"},{family:"Loved by the King",variants:[400],category:"handwriting"},{family:"Lovers Quarrel",variants:[400],category:"handwriting"},{family:"Luckiest Guy",variants:[400],category:"display"},{family:"Lusitana",variants:[400,700],category:"serif"},{family:"Lustria",variants:[400],category:"serif"},{family:"M PLUS 1p",variants:[100,300,400,500,700,800,900],category:"sans-serif"},{family:"M PLUS Rounded 1c",variants:[100,300,400,500,700,800,900],category:"sans-serif"},{family:"Ma Shan Zheng",variants:[400],category:"handwriting"},{family:"Macondo",variants:[400],category:"display"},{family:"Macondo Swash Caps",variants:[400],category:"display"},{family:"Mada",variants:[200,300,400,500,600,700,900],category:"sans-serif"},{family:"Magra",variants:[400,700],category:"sans-serif"},{family:"Maiden Orange",variants:[400],category:"display"},{family:"Maitree",variants:[200,300,400,500,600,700],category:"serif"},{family:"Major Mono Display",variants:[400],category:"monospace"},{family:"Mako",variants:[400],category:"sans-serif"},{family:"Mali",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"handwriting"},{family:"Mallanna",variants:[400],category:"sans-serif"},{family:"Mandali",variants:[400],category:"sans-serif"},{family:"Manjari",variants:[100,400,700],category:"sans-serif"},{family:"Manrope",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Mansalva",variants:[400],category:"handwriting"},{family:"Manuale",variants:[400,500,600,700,"400i","500i","600i","700i"],category:"serif"},{family:"Marcellus",variants:[400],category:"serif"},{family:"Marcellus SC",variants:[400],category:"serif"},{family:"Marck Script",variants:[400],category:"handwriting"},{family:"Margarine",variants:[400],category:"display"},{family:"Markazi Text",variants:[400,500,600,700],category:"serif"},{family:"Marko One",variants:[400],category:"serif"},{family:"Marmelad",variants:[400],category:"sans-serif"},{family:"Martel",variants:[200,300,400,600,700,800,900],category:"serif"},{family:"Martel Sans",variants:[200,300,400,600,700,800,900],category:"sans-serif"},{family:"Marvel",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Mate",variants:[400,"400i"],category:"serif"},{family:"Mate SC",variants:[400],category:"serif"},{family:"Maven Pro",variants:[400,500,600,700,800,900],category:"sans-serif"},{family:"McLaren",variants:[400],category:"display"},{family:"Meddon",variants:[400],category:"handwriting"},{family:"MedievalSharp",variants:[400],category:"display"},{family:"Medula One",variants:[400],category:"display"},{family:"Meera Inimai",variants:[400],category:"sans-serif"},{family:"Megrim",variants:[400],category:"display"},{family:"Meie Script",variants:[400],category:"handwriting"},{family:"Merienda",variants:[400,700],category:"handwriting"},{family:"Merienda One",variants:[400],category:"handwriting"},{family:"Merriweather",variants:[300,"300i",400,"400i",700,"700i",900,"900i"],category:"serif"},{family:"Merriweather Sans",variants:[300,400,500,600,700,800,"300i","400i","500i","600i","700i","800i"],category:"sans-serif"},{family:"Metal",variants:[400],category:"display"},{family:"Metal Mania",variants:[400],category:"display"},{family:"Metamorphous",variants:[400],category:"display"},{family:"Metrophobic",variants:[400],category:"sans-serif"},{family:"Michroma",variants:[400],category:"sans-serif"},{family:"Milonga",variants:[400],category:"display"},{family:"Miltonian",variants:[400],category:"display"},{family:"Miltonian Tattoo",variants:[400],category:"display"},{family:"Mina",variants:[400,700],category:"sans-serif"},{family:"Miniver",variants:[400],category:"display"},{family:"Miriam Libre",variants:[400,700],category:"sans-serif"},{family:"Mirza",variants:[400,500,600,700],category:"display"},{family:"Miss Fajardose",variants:[400],category:"handwriting"},{family:"Mitr",variants:[200,300,400,500,600,700],category:"sans-serif"},{family:"Modak",variants:[400],category:"display"},{family:"Modern Antiqua",variants:[400],category:"display"},{family:"Mogra",variants:[400],category:"display"},{family:"Molengo",variants:[400],category:"sans-serif"},{family:"Molle",variants:[400,"400i"],category:"handwriting"},{family:"Monda",variants:[400,700],category:"sans-serif"},{family:"Monofett",variants:[400],category:"display"},{family:"Monoton",variants:[400],category:"display"},{family:"Monsieur La Doulaise",variants:[400],category:"handwriting"},{family:"Montaga",variants:[400],category:"serif"},{family:"Montez",variants:[400],category:"handwriting"},{family:"Montserrat",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Montserrat Alternates",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Montserrat Subrayada",variants:[400,700],category:"sans-serif"},{family:"Moul",variants:[400],category:"display"},{family:"Moulpali",variants:[400],category:"display"},{family:"Mountains of Christmas",variants:[400,700],category:"display"},{family:"Mouse Memoirs",variants:[400],category:"sans-serif"},{family:"Mr Bedfort",variants:[400],category:"handwriting"},{family:"Mr Dafoe",variants:[400],category:"handwriting"},{family:"Mr De Haviland",variants:[400],category:"handwriting"},{family:"Mrs Saint Delafield",variants:[400],category:"handwriting"},{family:"Mrs Sheppards",variants:[400],category:"handwriting"},{family:"Mukta",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Mukta Mahee",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Mukta Malar",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Mukta Vaani",variants:[200,300,400,500,600,700,800],category:"sans-serif"},{family:"Mulish",variants:[200,300,400,500,600,700,800,900,"200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"MuseoModerno",variants:[100,200,300,400,500,600,700,800,900],category:"display"},{family:"Mystery Quest",variants:[400],category:"display"},{family:"NTR",variants:[400],category:"sans-serif"},{family:"Nanum Brush Script",variants:[400],category:"handwriting"},{family:"Nanum Gothic",variants:[400,700,800],category:"sans-serif"},{family:"Nanum Gothic Coding",variants:[400,700],category:"monospace"},{family:"Nanum Myeongjo",variants:[400,700,800],category:"serif"},{family:"Nanum Pen Script",variants:[400],category:"handwriting"},{family:"Nerko One",variants:[400],category:"handwriting"},{family:"Neucha",variants:[400],category:"handwriting"},{family:"Neuton",variants:[200,300,400,"400i",700,800],category:"serif"},{family:"New Rocker",variants:[400],category:"display"},{family:"New Tegomin",variants:[400],category:"serif"},{family:"News Cycle",variants:[400,700],category:"sans-serif"},{family:"Newsreader",variants:[200,300,400,500,600,700,800,"200i","300i","400i","500i","600i","700i","800i"],category:"serif"},{family:"Niconne",variants:[400],category:"handwriting"},{family:"Niramit",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"sans-serif"},{family:"Nixie One",variants:[400],category:"display"},{family:"Nobile",variants:[400,"400i",500,"500i",700,"700i"],category:"sans-serif"},{family:"Nokora",variants:[400,700],category:"serif"},{family:"Norican",variants:[400],category:"handwriting"},{family:"Nosifer",variants:[400],category:"display"},{family:"Notable",variants:[400],category:"sans-serif"},{family:"Nothing You Could Do",variants:[400],category:"handwriting"},{family:"Noticia Text",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Noto Sans",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Noto Sans HK",variants:[100,300,400,500,700,900],category:"sans-serif"},{family:"Noto Sans JP",variants:[100,300,400,500,700,900],category:"sans-serif"},{family:"Noto Sans KR",variants:[100,300,400,500,700,900],category:"sans-serif"},{family:"Noto Sans SC",variants:[100,300,400,500,700,900],category:"sans-serif"},{family:"Noto Sans TC",variants:[100,300,400,500,700,900],category:"sans-serif"},{family:"Noto Serif",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Noto Serif JP",variants:[200,300,400,500,600,700,900],category:"serif"},{family:"Noto Serif KR",variants:[200,300,400,500,600,700,900],category:"serif"},{family:"Noto Serif SC",variants:[200,300,400,500,600,700,900],category:"serif"},{family:"Noto Serif TC",variants:[200,300,400,500,600,700,900],category:"serif"},{family:"Nova Cut",variants:[400],category:"display"},{family:"Nova Flat",variants:[400],category:"display"},{family:"Nova Mono",variants:[400],category:"monospace"},{family:"Nova Oval",variants:[400],category:"display"},{family:"Nova Round",variants:[400],category:"display"},{family:"Nova Script",variants:[400],category:"display"},{family:"Nova Slim",variants:[400],category:"display"},{family:"Nova Square",variants:[400],category:"display"},{family:"Numans",variants:[400],category:"sans-serif"},{family:"Nunito",variants:[200,"200i",300,"300i",400,"400i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Nunito Sans",variants:[200,"200i",300,"300i",400,"400i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Odibee Sans",variants:[400],category:"display"},{family:"Odor Mean Chey",variants:[400],category:"display"},{family:"Offside",variants:[400],category:"display"},{family:"Oi",variants:[400],category:"display"},{family:"Old Standard TT",variants:[400,"400i",700],category:"serif"},{family:"Oldenburg",variants:[400],category:"display"},{family:"Oleo Script",variants:[400,700],category:"display"},{family:"Oleo Script Swash Caps",variants:[400,700],category:"display"},{family:"Open Sans",variants:[300,"300i",400,"400i",600,"600i",700,"700i",800,"800i"],category:"sans-serif"},{family:"Open Sans Condensed",variants:[300,"300i",400,700],category:"sans-serif"},{family:"Oranienbaum",variants:[400],category:"serif"},{family:"Orbitron",variants:[400,500,600,700,800,900],category:"sans-serif"},{family:"Oregano",variants:[400,"400i"],category:"display"},{family:"Orelega One",variants:[400],category:"display"},{family:"Orienta",variants:[400],category:"sans-serif"},{family:"Original Surfer",variants:[400],category:"display"},{family:"Oswald",variants:[200,300,400,500,600,700],category:"sans-serif"},{family:"Over the Rainbow",variants:[400],category:"handwriting"},{family:"Overlock",variants:[400,"400i",700,"700i",900,"900i"],category:"display"},{family:"Overlock SC",variants:[400],category:"display"},{family:"Overpass",variants:[100,"100i",200,"200i",300,"300i",400,"400i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Overpass Mono",variants:[300,400,600,700],category:"monospace"},{family:"Ovo",variants:[400],category:"serif"},{family:"Oxanium",variants:[200,300,400,500,600,700,800],category:"display"},{family:"Oxygen",variants:[300,400,700],category:"sans-serif"},{family:"Oxygen Mono",variants:[400],category:"monospace"},{family:"PT Mono",variants:[400],category:"monospace"},{family:"PT Sans",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"PT Sans Caption",variants:[400,700],category:"sans-serif"},{family:"PT Sans Narrow",variants:[400,700],category:"sans-serif"},{family:"PT Serif",variants:[400,"400i",700,"700i"],category:"serif"},{family:"PT Serif Caption",variants:[400,"400i"],category:"serif"},{family:"Pacifico",variants:[400],category:"handwriting"},{family:"Padauk",variants:[400,700],category:"sans-serif"},{family:"Palanquin",variants:[100,200,300,400,500,600,700],category:"sans-serif"},{family:"Palanquin Dark",variants:[400,500,600,700],category:"sans-serif"},{family:"Pangolin",variants:[400],category:"handwriting"},{family:"Paprika",variants:[400],category:"display"},{family:"Parisienne",variants:[400],category:"handwriting"},{family:"Passero One",variants:[400],category:"display"},{family:"Passion One",variants:[400,700,900],category:"display"},{family:"Pathway Gothic One",variants:[400],category:"sans-serif"},{family:"Patrick Hand",variants:[400],category:"handwriting"},{family:"Patrick Hand SC",variants:[400],category:"handwriting"},{family:"Pattaya",variants:[400],category:"sans-serif"},{family:"Patua One",variants:[400],category:"display"},{family:"Pavanam",variants:[400],category:"sans-serif"},{family:"Paytone One",variants:[400],category:"sans-serif"},{family:"Peddana",variants:[400],category:"serif"},{family:"Peralta",variants:[400],category:"display"},{family:"Permanent Marker",variants:[400],category:"handwriting"},{family:"Petit Formal Script",variants:[400],category:"handwriting"},{family:"Petrona",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Philosopher",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Piazzolla",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Piedra",variants:[400],category:"display"},{family:"Pinyon Script",variants:[400],category:"handwriting"},{family:"Pirata One",variants:[400],category:"display"},{family:"Plaster",variants:[400],category:"display"},{family:"Play",variants:[400,700],category:"sans-serif"},{family:"Playball",variants:[400],category:"display"},{family:"Playfair Display",variants:[400,500,600,700,800,900,"400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Playfair Display SC",variants:[400,"400i",700,"700i",900,"900i"],category:"serif"},{family:"Podkova",variants:[400,500,600,700,800],category:"serif"},{family:"Poiret One",variants:[400],category:"display"},{family:"Poller One",variants:[400],category:"display"},{family:"Poly",variants:[400,"400i"],category:"serif"},{family:"Pompiere",variants:[400],category:"display"},{family:"Pontano Sans",variants:[400],category:"sans-serif"},{family:"Poor Story",variants:[400],category:"display"},{family:"Poppins",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Port Lligat Sans",variants:[400],category:"sans-serif"},{family:"Port Lligat Slab",variants:[400],category:"serif"},{family:"Potta One",variants:[400],category:"display"},{family:"Pragati Narrow",variants:[400,700],category:"sans-serif"},{family:"Prata",variants:[400],category:"serif"},{family:"Preahvihear",variants:[400],category:"display"},{family:"Press Start 2P",variants:[400],category:"display"},{family:"Pridi",variants:[200,300,400,500,600,700],category:"serif"},{family:"Princess Sofia",variants:[400],category:"handwriting"},{family:"Prociono",variants:[400],category:"serif"},{family:"Prompt",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Prosto One",variants:[400],category:"display"},{family:"Proza Libre",variants:[400,"400i",500,"500i",600,"600i",700,"700i",800,"800i"],category:"sans-serif"},{family:"Public Sans",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Puritan",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Purple Purse",variants:[400],category:"display"},{family:"Quando",variants:[400],category:"serif"},{family:"Quantico",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Quattrocento",variants:[400,700],category:"serif"},{family:"Quattrocento Sans",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Questrial",variants:[400],category:"sans-serif"},{family:"Quicksand",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Quintessential",variants:[400],category:"handwriting"},{family:"Qwigley",variants:[400],category:"handwriting"},{family:"Racing Sans One",variants:[400],category:"display"},{family:"Radley",variants:[400,"400i"],category:"serif"},{family:"Rajdhani",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Rakkas",variants:[400],category:"display"},{family:"Raleway",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Raleway Dots",variants:[400],category:"display"},{family:"Ramabhadra",variants:[400],category:"sans-serif"},{family:"Ramaraja",variants:[400],category:"serif"},{family:"Rambla",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Rammetto One",variants:[400],category:"display"},{family:"Ranchers",variants:[400],category:"display"},{family:"Rancho",variants:[400],category:"handwriting"},{family:"Ranga",variants:[400,700],category:"display"},{family:"Rasa",variants:[300,400,500,600,700],category:"serif"},{family:"Rationale",variants:[400],category:"sans-serif"},{family:"Ravi Prakash",variants:[400],category:"display"},{family:"Recursive",variants:[300,400,500,600,700,800,900],category:"sans-serif"},{family:"Red Hat Display",variants:[400,"400i",500,"500i",700,"700i",900,"900i"],category:"sans-serif"},{family:"Red Hat Text",variants:[400,"400i",500,"500i",700,"700i"],category:"sans-serif"},{family:"Red Rose",variants:[300,400,500,600,700],category:"display"},{family:"Redressed",variants:[400],category:"handwriting"},{family:"Reem Kufi",variants:[400],category:"sans-serif"},{family:"Reenie Beanie",variants:[400],category:"handwriting"},{family:"Reggae One",variants:[400],category:"display"},{family:"Revalia",variants:[400],category:"display"},{family:"Rhodium Libre",variants:[400],category:"serif"},{family:"Ribeye",variants:[400],category:"display"},{family:"Ribeye Marrow",variants:[400],category:"display"},{family:"Righteous",variants:[400],category:"display"},{family:"Risque",variants:[400],category:"display"},{family:"Roboto",variants:[100,"100i",300,"300i",400,"400i",500,"500i",700,"700i",900,"900i"],category:"sans-serif"},{family:"Roboto Condensed",variants:[300,"300i",400,"400i",700,"700i"],category:"sans-serif"},{family:"Roboto Mono",variants:[100,200,300,400,500,600,700,"100i","200i","300i","400i","500i","600i","700i"],category:"monospace"},{family:"Roboto Slab",variants:[100,200,300,400,500,600,700,800,900],category:"serif"},{family:"Rochester",variants:[400],category:"handwriting"},{family:"Rock Salt",variants:[400],category:"handwriting"},{family:"RocknRoll One",variants:[400],category:"sans-serif"},{family:"Rokkitt",variants:[100,200,300,400,500,600,700,800,900],category:"serif"},{family:"Romanesco",variants:[400],category:"handwriting"},{family:"Ropa Sans",variants:[400,"400i"],category:"sans-serif"},{family:"Rosario",variants:[300,400,500,600,700,"300i","400i","500i","600i","700i"],category:"sans-serif"},{family:"Rosarivo",variants:[400,"400i"],category:"serif"},{family:"Rouge Script",variants:[400],category:"handwriting"},{family:"Rowdies",variants:[300,400,700],category:"display"},{family:"Rozha One",variants:[400],category:"serif"},{family:"Rubik",variants:[300,400,500,600,700,800,900,"300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Rubik Mono One",variants:[400],category:"sans-serif"},{family:"Ruda",variants:[400,500,600,700,800,900],category:"sans-serif"},{family:"Rufina",variants:[400,700],category:"serif"},{family:"Ruge Boogie",variants:[400],category:"handwriting"},{family:"Ruluko",variants:[400],category:"sans-serif"},{family:"Rum Raisin",variants:[400],category:"sans-serif"},{family:"Ruslan Display",variants:[400],category:"display"},{family:"Russo One",variants:[400],category:"sans-serif"},{family:"Ruthie",variants:[400],category:"handwriting"},{family:"Rye",variants:[400],category:"display"},{family:"Sacramento",variants:[400],category:"handwriting"},{family:"Sahitya",variants:[400,700],category:"serif"},{family:"Sail",variants:[400],category:"display"},{family:"Saira",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Saira Condensed",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Saira Extra Condensed",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Saira Semi Condensed",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Saira Stencil One",variants:[400],category:"display"},{family:"Salsa",variants:[400],category:"display"},{family:"Sanchez",variants:[400,"400i"],category:"serif"},{family:"Sancreek",variants:[400],category:"display"},{family:"Sansita",variants:[400,"400i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Sansita Swashed",variants:[300,400,500,600,700,800,900],category:"display"},{family:"Sarabun",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i"],category:"sans-serif"},{family:"Sarala",variants:[400,700],category:"sans-serif"},{family:"Sarina",variants:[400],category:"display"},{family:"Sarpanch",variants:[400,500,600,700,800,900],category:"sans-serif"},{family:"Satisfy",variants:[400],category:"handwriting"},{family:"Sawarabi Gothic",variants:[400],category:"sans-serif"},{family:"Sawarabi Mincho",variants:[400],category:"sans-serif"},{family:"Scada",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"Scheherazade",variants:[400,700],category:"serif"},{family:"Schoolbell",variants:[400],category:"handwriting"},{family:"Scope One",variants:[400],category:"serif"},{family:"Seaweed Script",variants:[400],category:"display"},{family:"Secular One",variants:[400],category:"sans-serif"},{family:"Sedgwick Ave",variants:[400],category:"handwriting"},{family:"Sedgwick Ave Display",variants:[400],category:"handwriting"},{family:"Sen",variants:[400,700,800],category:"sans-serif"},{family:"Sevillana",variants:[400],category:"display"},{family:"Seymour One",variants:[400],category:"sans-serif"},{family:"Shadows Into Light",variants:[400],category:"handwriting"},{family:"Shadows Into Light Two",variants:[400],category:"handwriting"},{family:"Shanti",variants:[400],category:"sans-serif"},{family:"Share",variants:[400,"400i",700,"700i"],category:"display"},{family:"Share Tech",variants:[400],category:"sans-serif"},{family:"Share Tech Mono",variants:[400],category:"monospace"},{family:"Shippori Mincho",variants:[400,500,600,700,800],category:"serif"},{family:"Shippori Mincho B1",variants:[400,500,600,700,800],category:"serif"},{family:"Shojumaru",variants:[400],category:"display"},{family:"Short Stack",variants:[400],category:"handwriting"},{family:"Shrikhand",variants:[400],category:"display"},{family:"Siemreap",variants:[400],category:"display"},{family:"Sigmar One",variants:[400],category:"display"},{family:"Signika",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Signika Negative",variants:[300,400,600,700],category:"sans-serif"},{family:"Simonetta",variants:[400,"400i",900,"900i"],category:"display"},{family:"Single Day",variants:[400],category:"display"},{family:"Sintony",variants:[400,700],category:"sans-serif"},{family:"Sirin Stencil",variants:[400],category:"display"},{family:"Six Caps",variants:[400],category:"sans-serif"},{family:"Skranji",variants:[400,700],category:"display"},{family:"Slabo 13px",variants:[400],category:"serif"},{family:"Slabo 27px",variants:[400],category:"serif"},{family:"Slackey",variants:[400],category:"display"},{family:"Smokum",variants:[400],category:"display"},{family:"Smythe",variants:[400],category:"display"},{family:"Sniglet",variants:[400,800],category:"display"},{family:"Snippet",variants:[400],category:"sans-serif"},{family:"Snowburst One",variants:[400],category:"display"},{family:"Sofadi One",variants:[400],category:"display"},{family:"Sofia",variants:[400],category:"handwriting"},{family:"Solway",variants:[300,400,500,700,800],category:"serif"},{family:"Song Myung",variants:[400],category:"serif"},{family:"Sonsie One",variants:[400],category:"display"},{family:"Sora",variants:[100,200,300,400,500,600,700,800],category:"sans-serif"},{family:"Sorts Mill Goudy",variants:[400,"400i"],category:"serif"},{family:"Source Code Pro",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",900,"900i"],category:"monospace"},{family:"Source Sans Pro",variants:[200,"200i",300,"300i",400,"400i",600,"600i",700,"700i",900,"900i"],category:"sans-serif"},{family:"Source Serif Pro",variants:[200,"200i",300,"300i",400,"400i",600,"600i",700,"700i",900,"900i"],category:"serif"},{family:"Space Grotesk",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Space Mono",variants:[400,"400i",700,"700i"],category:"monospace"},{family:"Spartan",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Special Elite",variants:[400],category:"display"},{family:"Spectral",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i"],category:"serif"},{family:"Spectral SC",variants:[200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i"],category:"serif"},{family:"Spicy Rice",variants:[400],category:"display"},{family:"Spinnaker",variants:[400],category:"sans-serif"},{family:"Spirax",variants:[400],category:"display"},{family:"Squada One",variants:[400],category:"display"},{family:"Sree Krushnadevaraya",variants:[400],category:"serif"},{family:"Sriracha",variants:[400],category:"handwriting"},{family:"Srisakdi",variants:[400,700],category:"display"},{family:"Staatliches",variants:[400],category:"display"},{family:"Stalemate",variants:[400],category:"handwriting"},{family:"Stalinist One",variants:[400],category:"display"},{family:"Stardos Stencil",variants:[400,700],category:"display"},{family:"Stick",variants:[400],category:"sans-serif"},{family:"Stint Ultra Condensed",variants:[400],category:"display"},{family:"Stint Ultra Expanded",variants:[400],category:"display"},{family:"Stoke",variants:[300,400],category:"serif"},{family:"Strait",variants:[400],category:"sans-serif"},{family:"Stylish",variants:[400],category:"sans-serif"},{family:"Sue Ellen Francisco",variants:[400],category:"handwriting"},{family:"Suez One",variants:[400],category:"serif"},{family:"Sulphur Point",variants:[300,400,700],category:"sans-serif"},{family:"Sumana",variants:[400,700],category:"serif"},{family:"Sunflower",variants:[300,400,500,700],category:"sans-serif"},{family:"Sunshiney",variants:[400],category:"handwriting"},{family:"Supermercado One",variants:[400],category:"display"},{family:"Sura",variants:[400,700],category:"serif"},{family:"Suranna",variants:[400],category:"serif"},{family:"Suravaram",variants:[400],category:"serif"},{family:"Suwannaphum",variants:[400],category:"display"},{family:"Swanky and Moo Moo",variants:[400],category:"handwriting"},{family:"Syncopate",variants:[400,700],category:"sans-serif"},{family:"Syne",variants:[400,500,600,700,800],category:"sans-serif"},{family:"Syne Mono",variants:[400],category:"monospace"},{family:"Syne Tactile",variants:[400],category:"display"},{family:"Tajawal",variants:[200,300,400,500,700,800,900],category:"sans-serif"},{family:"Tangerine",variants:[400,700],category:"handwriting"},{family:"Taprom",variants:[400],category:"display"},{family:"Tauri",variants:[400],category:"sans-serif"},{family:"Taviraj",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"serif"},{family:"Teko",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Telex",variants:[400],category:"sans-serif"},{family:"Tenali Ramakrishna",variants:[400],category:"sans-serif"},{family:"Tenor Sans",variants:[400],category:"sans-serif"},{family:"Text Me One",variants:[400],category:"sans-serif"},{family:"Texturina",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Thasadith",variants:[400,"400i",700,"700i"],category:"sans-serif"},{family:"The Girl Next Door",variants:[400],category:"handwriting"},{family:"Tienne",variants:[400,700,900],category:"serif"},{family:"Tillana",variants:[400,500,600,700,800],category:"handwriting"},{family:"Timmana",variants:[400],category:"sans-serif"},{family:"Tinos",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Titan One",variants:[400],category:"display"},{family:"Titillium Web",variants:[200,"200i",300,"300i",400,"400i",600,"600i",700,"700i",900],category:"sans-serif"},{family:"Tomorrow",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"sans-serif"},{family:"Trade Winds",variants:[400],category:"display"},{family:"Train One",variants:[400],category:"display"},{family:"Trirong",variants:[100,"100i",200,"200i",300,"300i",400,"400i",500,"500i",600,"600i",700,"700i",800,"800i",900,"900i"],category:"serif"},{family:"Trispace",variants:[100,200,300,400,500,600,700,800],category:"sans-serif"},{family:"Trocchi",variants:[400],category:"serif"},{family:"Trochut",variants:[400,"400i",700],category:"display"},{family:"Truculenta",variants:[100,200,300,400,500,600,700,800,900],category:"sans-serif"},{family:"Trykker",variants:[400],category:"serif"},{family:"Tulpen One",variants:[400],category:"display"},{family:"Turret Road",variants:[200,300,400,500,700,800],category:"display"},{family:"Ubuntu",variants:[300,"300i",400,"400i",500,"500i",700,"700i"],category:"sans-serif"},{family:"Ubuntu Condensed",variants:[400],category:"sans-serif"},{family:"Ubuntu Mono",variants:[400,"400i",700,"700i"],category:"monospace"},{family:"Ultra",variants:[400],category:"serif"},{family:"Uncial Antiqua",variants:[400],category:"display"},{family:"Underdog",variants:[400],category:"display"},{family:"Unica One",variants:[400],category:"display"},{family:"UnifrakturCook",variants:[400,700],category:"display"},{family:"UnifrakturMaguntia",variants:[400],category:"display"},{family:"Unkempt",variants:[400,700],category:"display"},{family:"Unlock",variants:[400],category:"display"},{family:"Unna",variants:[400,"400i",700,"700i"],category:"serif"},{family:"VT323",variants:[400],category:"monospace"},{family:"Vampiro One",variants:[400],category:"display"},{family:"Varela",variants:[400],category:"sans-serif"},{family:"Varela Round",variants:[400],category:"sans-serif"},{family:"Varta",variants:[300,400,500,600,700],category:"sans-serif"},{family:"Vast Shadow",variants:[400],category:"display"},{family:"Vesper Libre",variants:[400,500,700,900],category:"serif"},{family:"Viaoda Libre",variants:[400],category:"display"},{family:"Vibes",variants:[400],category:"display"},{family:"Vibur",variants:[400],category:"handwriting"},{family:"Vidaloka",variants:[400],category:"serif"},{family:"Viga",variants:[400],category:"sans-serif"},{family:"Voces",variants:[400],category:"display"},{family:"Volkhov",variants:[400,"400i",700,"700i"],category:"serif"},{family:"Vollkorn",variants:[400,500,600,700,800,900,"400i","500i","600i","700i","800i","900i"],category:"serif"},{family:"Vollkorn SC",variants:[400,600,700,900],category:"serif"},{family:"Voltaire",variants:[400],category:"sans-serif"},{family:"Waiting for the Sunrise",variants:[400],category:"handwriting"},{family:"Wallpoet",variants:[400],category:"display"},{family:"Walter Turncoat",variants:[400],category:"handwriting"},{family:"Warnes",variants:[400],category:"display"},{family:"Wellfleet",variants:[400],category:"display"},{family:"Wendy One",variants:[400],category:"sans-serif"},{family:"Wire One",variants:[400],category:"sans-serif"},{family:"Work Sans",variants:[100,200,300,400,500,600,700,800,900,"100i","200i","300i","400i","500i","600i","700i","800i","900i"],category:"sans-serif"},{family:"Xanh Mono",variants:[400,"400i"],category:"monospace"},{family:"Yanone Kaffeesatz",variants:[200,300,400,500,600,700],category:"sans-serif"},{family:"Yantramanav",variants:[100,300,400,500,700,900],category:"sans-serif"},{family:"Yatra One",variants:[400],category:"display"},{family:"Yellowtail",variants:[400],category:"handwriting"},{family:"Yeon Sung",variants:[400],category:"display"},{family:"Yeseva One",variants:[400],category:"display"},{family:"Yesteryear",variants:[400],category:"handwriting"},{family:"Yrsa",variants:[300,400,500,600,700],category:"serif"},{family:"Yusei Magic",variants:[400],category:"sans-serif"},{family:"ZCOOL KuaiLe",variants:[400],category:"display"},{family:"ZCOOL QingKe HuangYou",variants:[400],category:"display"},{family:"ZCOOL XiaoWei",variants:[400],category:"serif"},{family:"Zen Dots",variants:[400],category:"display"},{family:"Zeyada",variants:[400],category:"handwriting"},{family:"Zhi Mang Xing",variants:[400],category:"handwriting"},{family:"Zilla Slab",variants:[300,"300i",400,"400i",500,"500i",600,"600i",700,"700i"],category:"serif"},{family:"Zilla Slab Highlight",variants:[400,700],category:"display"}],kn=[{label:(0,v.__)("Normal"),value:"normal"},{label:(0,v.__)("Italic"),value:"italic"},{label:(0,v.__)("Oblique"),value:"oblique"}],Cn=[{label:(0,v.__)("None"),value:"none",icon:"NO"},{label:(0,v.__)("Capitalize"),value:"capitalize",icon:"Aa"},{label:(0,v.__)("Uppercase"),value:"uppercase",icon:"AA"},{label:(0,v.__)("Lowercase"),value:"lowercase",icon:"aa"}],_n=[{label:(0,v.__)("Default"),value:"auto"},{label:(0,v.__)("Underline"),value:"underline"},{label:(0,v.__)("Overline"),value:"overline"},{label:(0,v.__)("Line Through"),value:"line-through"},{label:(0,v.__)("None"),value:"none"}],Mn=e=>{const{className:t="",label:a=(0,v.__)("Typography:"),value:s,onChange:o,defaults:n={},isFamily:l=!0}=e,r={fontFamily:"Default",fontCategory:"sans-serif",fontWeight:null,isUploadFont:!0,fontSize:{desktop:null,tablet:null,mobile:null},fontStyle:null,textTransform:null,textDecoration:null,lineHeight:null,letterSpace:null},c=e=>n?.[e]||r[e],d=e=>void 0===s?.[e]?c(e):s?.[e],h=e=>s?.[e]&&s?.[e]!==c(e)&&(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>(e=>o({...s,[e]:c(e)}))(e)}),[p,u]=(0,g.useState)("desktop"),[m,w]=(0,g.useState)(""),[x,y]=(0,g.useState)(!1),k=yn.filter((({family:e})=>e.toLowerCase().includes(m.toLowerCase()))),C=()=>{const e=yn.find((e=>e.family===d("fontFamily")))?.variants;let t=[];return e?.map((e=>t?.push({label:e,value:e}))),0===t.length?[400]:t},_=(e,t,a)=>{const n=de(s,(s=>{s[e]=a?{...s[e],[a]:t}:t}));o(n)};return(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"admin-customizer",onClick:t,"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[l?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"bPlTypoFontTitle",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Font Family:")}),(0,i.jsx)(f,{className:"",children:(0,v.__)("Weight:")})]}),(0,i.jsxs)(b.PanelRow,{className:"bPlTypoFont",children:[(0,i.jsxs)("div",{className:"bPlTypoFontSelect",children:[(0,i.jsx)("input",{type:"search",value:m,onClick:()=>y(!x),placeholder:d("fontFamily")||"Search Font",onChange:e=>w(e.target.value)}),(0,i.jsx)("span",{className:`dashicon dashicons dashicons-${x?"arrow-up":"arrow-down"} `,onClick:()=>y(!x)}),x&&(0,i.jsx)("ul",{className:"bPlTypoFontLists",children:k?.map((e=>(0,i.jsx)("li",{onClick:()=>{o({...s,fontFamily:e?.family,fontCategory:e?.category||"sans-serif",fontWeight:400,fontVariant:400}),w(""),y(!1)},children:e?.family},e?.family)))})]}),(0,i.jsx)(b.SelectControl,{value:d("fontVariant")||"",onChange:e=>{o({...s,fontWeight:parseInt(e?.replace("00i","00")),fontVariant:e})},options:C()})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Load Google Font"),checked:d("isUploadFont"),onChange:e=>_("isUploadFont",e),__nextHasNoMarginBottom:!0})]}):(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Weight:")}),(0,i.jsx)(b.SelectControl,{value:d("fontWeight")||"",onChange:e=>_("fontWeight",e),options:C()})]}),(0,i.jsxs)(b.Flex,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Font Size:")}),(0,i.jsx)(xn,{device:p,onChange:e=>u(e)}),(0,i.jsx)(b.__experimentalUnitControl,{value:d("fontSize")?.[p]||d("fontSize"),onChange:e=>_("fontSize",e,p),units:[$e(16),Be(1),Te(1),Ae(.85)],style:{width:"100px"}})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Font Style:")}),(0,i.jsx)(b.SelectControl,{value:d("fontStyle")||"",onChange:e=>_("fontStyle",e),options:kn}),h("fontStyle")]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mt5",children:(0,v.__)("Text Transform:")}),(0,i.jsx)(ga,{value:d("textTransform"),onChange:e=>_("textTransform",e),options:Cn,isTextIcon:!0})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text Decoration:")}),(0,i.jsx)(b.SelectControl,{value:d("textDecoration")||"",onChange:e=>_("textDecoration",e),options:_n}),h("textDecoration")]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Line Height:"),labelPosition:"left",value:d("lineHeight"),onChange:e=>_("lineHeight",e),units:[$e(24),He(135),Te(2),Be(2)],isResetValueOnUnitChange:!0}),h("lineHeight")]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Letter Spacing:"),labelPosition:"left",value:d("letterSpace"),onChange:e=>_("letterSpace",e),units:[$e(),Te(),Be()]}),h("letterSpace")]})]})})]})},zn=()=>(0,i.jsxs)("span",{children:["Need more block like this? Checkout the bundle ➡ ",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:"bBlocks"})]}),jn=[{value:"initial",label:"Auto"},{value:1,label:"Full"}],Ln=[{value:"none",label:"None"},{value:"ocean-wave",label:"Ocean Wave"},{value:"asymmetric-triangle",label:"Asymmetric Triangle [Left]"},{value:"abstract-paintbrush",label:"Abstract Paintbrush"},{value:"asymmetric-curve",label:"Asymmetric Curve (Inverted)"}],Sn=[{value:"start",label:"Top"},{value:"center",label:"Center"},{value:"end",label:"Bottom"}],$n=[{value:"flex-start",label:"Left"},{value:"center",label:"Center"},{value:"flex-end",label:"Right"}],Hn=[{name:"top",title:(0,v.__)("Top","b-blocks")},{name:"bottom",title:(0,v.__)("Bottom","b-blocks")}],Tn={dimension:["padding","margin","width","minWidth","maxWidth","minHeight","height"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,animation:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0},Bn=e=>{const{attributes:t,setAttributes:a,device:s}=e,{content:o}=t,{isFullWidth:n,width:l,height:r,verticalAlign:c,horizontalAlign:d}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:"Enable Full Width",checked:n,onChange:e=>a({content:ue(o,e,"isFullWidth")})}),!n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Width:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{value:l[s],onChange:e=>a({content:ue(o,e,"width",s)}),beforeIcon:"grid-view"})]}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Height","b-blocks"),labelPosition:"left",value:r,onChange:e=>{a({content:ue(o,e,"height")})},options:jn}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Vertical Align","b-blocks"),labelPosition:"left",value:c,options:Sn,onChange:e=>{a({content:ue(o,e,"verticalAlign")})}}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Horizontal Align","b-blocks"),labelPosition:"left",value:d,options:$n,onChange:e=>{a({content:ue(o,e,"horizontalAlign")})}})]})},An=e=>{const{attributes:t,setAttributes:a}=e,{wrapper:s}=t,{minHeight:o}=s;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Wrapper","b-blocks"),children:(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Minimum Height:","b-blocks"),labelPosition:"left",value:o,onChange:e=>a({wrapper:{...s,minHeight:e}}),units:[$e(700),Ve(100),Te(43),He(100)],isResetValueOnUnitChange:!0})})},Vn=({isProModalOpen:e,setIsProModalOpen:t,link:a,children:s})=>e&&(0,i.jsxs)(b.Modal,{className:"bplAboutProModal",title:(0,v.__)("Upgrade to PRO"),onRequestClose:()=>t(!1),children:[(0,i.jsx)("h3",{children:(0,v.__)("Explore new features in Pro")}),(0,i.jsx)("ul",{className:"features",children:s}),(0,i.jsx)("h4",{className:"text",children:(0,v.__)("To unlock those features! Upgrade to Pro")}),(0,i.jsx)("br",{}),(0,i.jsx)(xa,{href:a,target:"_blank",children:(0,v.__)("Upgrade Now")})]}),Nn=({label:e,className:t,onChange:a,isPremium:s=!1,Component:o,setIsProModalOpen:n=()=>{},...l})=>(0,i.jsx)(o,{className:`${t} ${s?"":"bplProIdentifier"}`,label:(e=>s?e:(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("span",{className:"bplOpacity75",children:e})," ",(0,i.jsx)("span",{className:"labelPro",children:(0,v.__)("Pro")})]}))(e),onChange:e=>s?a(e):n(!0),...l}),Pn=e=>{const{className:t,label:a,value:s,onChange:o,options:n,isIcon:l=!1,isTextIcon:r=!1,size:c="compact",isPremium:d=!1,setIsProModalOpen:h=()=>{},proValues:p}=e,g=n.map((e=>({...e,className:p?.includes(e.value)&&!d?"bplProGroupBtn":""}))),u=({className:e=""})=>(0,i.jsx)(b.ButtonGroup,{className:`bPlBtnGroup ${e||null}`,children:g?.map((e=>{const{className:t="",value:a,icon:n="",label:g="",def:u=""}=e,m=s===a;return(0,i.jsx)(b.Button,{className:t,label:g,showTooltip:!0,tooltipPosition:"top",icon:l?n:null,variant:m?"primary":"","aria-pressed":m,size:c,onClick:()=>d?o(a,u&&u):p?.includes(a)?h(!0):o(a,u&&u),children:r?n:l?"":g},a)}))});return a?(0,i.jsxs)(b.PanelRow,{className:t,children:[(0,i.jsx)(f,{className:"",children:a}),(0,i.jsx)(u,{})]}):(0,i.jsx)(u,{className:t})},En=((0,m.withSelect)((e=>({currentPostType:e("core/editor").getCurrentPostType()})))((({postType:e,shortCode:t,currentPostType:a})=>{const s=(0,g.useRef)(null);return e===a&&(0,i.jsxs)("div",{className:"bPlFrontShortCode",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Copy the shortcode and use it anywhere.")}),(0,i.jsxs)("div",{className:"bPlFrontShortCodeInput",children:[(0,i.jsx)("input",{onClick:e=>{const t=e.target;t.select(),t.setSelectionRange(0,30),document.execCommand("copy"),s.current.innerHTML=(0,v.__)("Copied Successfully!"),setTimeout((()=>{s.current.innerHTML=(0,v.__)("Copy To Clipboard")}),1500)},value:t}),(0,i.jsx)("span",{ref:s,className:"tooltip",children:(0,v.__)("Copy To Clipboard")})]})]})})),window.wp.element),In=({className:e,onChange:t,isPremium:a=!1,setIsProModalOpen:s=()=>{},options:o=[],proValues:n=[],...l})=>{const r=o.map((e=>({...e,label:n?.includes(e.value)&&!a?`${e.label} - Pro`:e.label}))),c=(0,g.useRef)(null);return(0,g.useEffect)((()=>{const e=c?.current;if(e&&!a){const t=e?.childNodes;t?.forEach((e=>{n?.includes(e.value)&&e.classList.add("proOption")}))}}),[c,n]),(0,i.jsx)(b.SelectControl,{ref:c,className:`${e} ${a?"":"bplPorSelect"}`,onChange:e=>a?t(e):n?.includes(e)?s(!0):t(e),options:r,...l})},On=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({labelPrefix:e,shape:t,setAttributes:a,uploadSvg:s,type:o,color:n,width:l,height:r,isUpload:c,isFlip:d,isFront:h,name:p,premiumProps:g,device:u})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt15",label:`${e} Upload Shape`,checked:c,onChange:e=>a({shape:ue(t,e,p,"isUpload")})}),c?(0,i.jsx)(xe,{className:"mt20",value:s,types:"image/svg+xml",onChange:({id:e,url:s,alt:o,title:n})=>a({shape:ue(t,{id:e,url:s,alt:o,title:n},p,"uploadSvg")}),height:"100%",width:"100%"}):(0,i.jsx)(In,{className:"mt20",label:(0,v.__)(`${e} Shape Type`,"b-blocks"),value:o,options:Ln,onChange:e=>a({shape:ue(t,e,p,"type")}),...g,proValues:["cloud","mountain","fire","sports","travel"]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)(`${e} Shape Width:`,"b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{value:l[u],onChange:e=>a({shape:ue(t,e,p,"width",u)}),beforeIcon:"grid-view",step:1}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)(`${e} Shape Height:`,"b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{value:r[u],onChange:e=>a({shape:ue(t,e,p,"height",u)}),beforeIcon:"grid-view"}),(0,i.jsx)(De,{className:"mt20",label:(0,v.__)(`${e} Shape Color`,"b-blocks"),value:n,onChange:e=>a({shape:ue(t,e,p,"color")}),defaultColor:"#000"}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:"Flip",checked:d,onChange:e=>a({shape:ue(t,e,p,"isFlip")})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:"Bring to Front",checked:h,onChange:e=>a({shape:ue(t,e,p,"isFront")})})]}))),Rn=({attributes:e,setAttributes:t,premiumProps:a})=>{const{shape:s}=e,{top:o,bottom:n}=s;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Shape","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:Hn,children:l=>(0,i.jsxs)(i.Fragment,{children:["top"===l.name&&(0,i.jsx)(On,{...o,labelPrefix:"Top",shape:s,attributes:e,setAttributes:t,name:"top",premiumProps:a}),"bottom"===l.name&&(0,i.jsx)(On,{...n,labelPrefix:"Bottom",shape:s,attributes:e,setAttributes:t,name:"bottom",premiumProps:a})]})})})},Dn=e=>{const{attributes:t,setAttributes:a,id:s,isPremium:o}=e,{advanced:n}=t,[l,r]=(0,g.useState)(!1),c={isPremium:o,setIsProModalOpen:r};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel bPlRemPrev",activeClass:"activeTab",tabs:Et,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(An,{...e}),(0,i.jsx)(Bn,{...e}),(0,i.jsx)(Rn,{...e,premiumProps:c})]}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:n,onChange:e=>a({advanced:e}),id:s,isPremium:o,enabled:Tn})})]})})}),(0,i.jsx)(da,{isProModalOpen:l,setIsProModalOpen:r,block:"Countdown",children:(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)(": ","b-blocks")}),(0,v.__)("","b-blocks")]})})]})},Fn=e=>{const t=_t(e);return t?`url('${t.replace(/['"()]/g,"")}')`:"none"},qn=(e,t)=>Ct(t)?`${e}: ${t};`:"",Wn=(e,t=!0,a=!0,s=!0)=>{const{type:o="solid",color:i="",gradient:l=n,image:r={},position:c="center center",attachment:d="",repeat:h="no-repeat",size:p="",overlayColor:g=""}=e||{};return"gradient"===o&&a?qn("background",l):"image"===o&&s?`background: ${Fn(r?.url)};\n\t\t\t\t${qn("background-color",g)}\n\t\t\t\t${qn("background-position",c)}\n\t\t\t\t${qn("background-size",p)}\n\t\t\t\t${qn("background-repeat",h)}\n\t\t\t\t${qn("background-attachment",d)}\n\t\t\t\t${qn("background-repeat",h)}\n\t\t\t\tbackground-blend-mode: overlay;`:t&&qn("background",i)},Un=e=>{const{width:t="",style:a="solid",color:s="",side:o="all",radius:n=""}=e||{},i=e=>{const t=o?.toLowerCase();return t?.includes("all")||t?.includes(e)},l=`${t} ${a} ${s}`,r=`\n\t\t${t&&0!==parseInt(t)?["top","right","bottom","left"].map((e=>i(e)?`border-${e}: ${l};`:"")).join(""):""}\n\t\t${qn("border-radius",n)}\n\t`;return r},Gn=e=>{if(!e)return"";const t=e=>{const{color:t="#000000",style:a="solid",width:s="0px"}=e;return`${s} ${a} ${t}`};return"object"!=typeof e||Array.isArray(e)?"":e.hasOwnProperty("top")||e.hasOwnProperty("right")||e.hasOwnProperty("bottom")||e.hasOwnProperty("left")?["top","right","bottom","left"].map((a=>e[a]?`border-${a}: ${t(e[a])};`:"")).join(" ").trim():qn("border",t(e))},Yn=e=>{const{color:t="",bgType:a="solid",bg:s="",gradient:o=n}=e||{};return`\n\t\t${qn("color",t)}\n\t\t${o||s?qn("background","gradient"===a?o:s):""}\n\t`},Zn=(e,t=!0,a=!0)=>{const{fontSize:s=16,colorType:o="solid",color:i="inherit",gradient:l=n}=e||{},r="gradient"===o?`color: transparent; background-image: ${l}; -webkit-background-clip: text; background-clip: text;`:qn("color",i);return`\n\t\t${s&&t?qn("font-size",s?`${s}px`:""):""}\n\t\t${a?r:""}\n\t`},Kn=(e,t="box")=>{let a="";return e?.map(((s,o)=>{const{hOffset:n="0px",vOffset:i="0px",blur:l="0px",spreed:r="0px",color:c="#e7f0fe",isInset:d=!1}=s||{},h=d?"inset":"",p=`${n} ${i} ${l}`,g=o+1>=e.length?"":", ";a+="text"===t?`${p} ${c}${g}`:`${p} ${r} ${c} ${h}${g}`})),a||""},Qn=e=>{const{width:t="50%",height:a="2px",style:o="solid",color:n=s}=e||{};return`\n\t\t${qn("width",t)}\n\t\t${0===parseInt(a)?"":`border-top: ${a} ${o} ${n};`}\n\t`},Xn=(e,t="box")=>{const{hOffset:a="0px",vOffset:s="0px",blur:o="0px",spreed:n="0px",color:i="#7090b0",isInset:l=!1}=e||{},r=`${a} ${s} ${o}`;return("text"===t?`${r} ${i}`:`${r} ${n} ${i} ${l?"inset":""}`)||"none"},Jn=e=>{const{side:t=2,vertical:a="0px",horizontal:s="0px",top:o="0px",right:n="0px",bottom:i="0px",left:l="0px"}=e||{};return 2===t?`${a} ${s}`:`${o} ${n} ${i} ${l}`},ei=(a,s,o=!0)=>{const{fontFamily:n="Default",fontCategory:i="sans-serif",fontVariant:l=400,fontWeight:r,isUploadFont:c=!0,fontSize:d={desktop:null,tablet:null,mobile:null},fontStyle:h,textTransform:p,textDecoration:g,lineHeight:u,letterSpace:m}=s||{},v=!o||!n||"Default"===n,b=d?.desktop||d,f=d?.tablet||b,w=d?.mobile||f,x=e=>{const t=String(e);return["px","em","rem","%","vh","vw"].some((e=>t.endsWith(e)))?t:"number"==typeof e?`${t}px`:""},y=`\n\t\t${v?"":`font-family: '${n}', ${i};`}\n\t\t${qn("font-weight",r)}\n\t\t${qn("font-size",x(b))}\n\t\t${qn("font-style",h)}\n\t\t${qn("text-transform",p)}\n\t\t${qn("text-decoration",g)}\n\t\t${qn("line-height",u)}\n\t\t${qn("letter-spacing",m)}\n\t`,k=l&&400!==l?"400i"===l?":ital@1":l?.includes("00i")?`: ital, wght@1, ${l?.replace("00i","00")} `:`: wght@${l} `:"",C=v?"":`https://fonts.googleapis.com/css2?family=${n?.split(" ").join("+")}${k.replace(/ /g,"")}&display=swap`;return{googleFontLink:!c||v?"":`@import url(${C});`,styles:`${a}{\n\t\t\t${y}\n\t\t}\n\t\t${e} {\n\t\t\t${a}{\n\t\t\t\t${qn("font-size",x(f))}\n\t\t\t}\n\t\t}\n\t\t${t} {\n\t\t\t${a}{\n\t\t\t\t${qn("font-size",x(w))}\n\t\t\t}\n\t\t}`.replace(/\s+/g," ").trim()}},ti=e=>{if(!e)return"";if("string"==typeof e)return e;if("object"==typeof e&&!Array.isArray(e)){const t=["top","right","bottom","left"];return t.map((t=>e[t]||"")).every((e=>!e))?"":t.map((t=>e[t]||"0")).join(" ")}return""},ai=e=>{const{position:t="center center",xPosition:a=0,yPosition:s=0,attachment:o="",repeat:n="no-repeat",size:i="cover",customSize:l="0px"}=e||{},r=e=>"initial"!==e||Ct(e);return`\n\t\t${r(t)?`background-position: ${"custom"===t?`${a} ${s}`:t};`:""}\n\t\t${o&&r(o)?`background-attachment: ${o};`:""}\n\t\t${r(n)?`background-repeat: ${n};`:""}\n\t\t${r(i)?`background-size: ${"custom"===i?`${l} auto`:i};`:""}\n\t`},si=(e={})=>e?{desktop:Ct(e.url)?`background-image: ${Fn(e.url)}; ${ai(e?.desktop)}`:"",tablet:Ct(e.url)?ai(e?.tablet):"",mobile:Ct(e.url)?ai(e?.mobile):""}:"",oi=(a,s,o=!1)=>{const{type:n="color",color:i,gradient:l,img:r,video:c}=a||{},d="color"===n?qn("background",i):"gradient"===n?(e=>{const{type:t="linear",radialType:a="ellipse",colors:s=[],centerPositions:o={x:0,y:0},angel:n=0}=e||{};if(Ct(e)){const e=s?.map((({color:e,position:t})=>`${e} ${t}%`)),i=`linear-gradient(${n}deg, ${e})`;return qn("background","radial"===t?`radial-gradient(${a} at ${o?.x}% ${o?.y}%,${e})`:i)}return""})(l):"image"===n?si(r).desktop:"",h="image"===n?si(r).tablet:"",p="image"===n?si(r).mobile:"",g=o?`${s}:hover`:s;return`\n\t\t${"video"===n?((e,t)=>{const{url:a,loop:s}=e||{},o=document.querySelector(t),n=o?.querySelector(".bPlVideo"),i=document.createElement("video");if(i.muted=!0,i.autoplay=!0,i.classList.add("bPlVideo"),!n&&o&&a){const e=_t(a);if(e){const t=document.createElement("source");t.src=e,i.appendChild(t),o.appendChild(i)}}return i.loop=s,i.play(),`${t} .bPlVideo{\n\t\tleft: 0;\n\t\tmin-height: 100%;\n\t\tmin-width: 100%;\n\t\tposition: absolute;\n\t\twidth: -webkit-fill-available;\n\t\ttop: 0;\n\t\tz-index: 0;\n\t}`})(c,s):""}\n\n\t\t${d?`${g}{\n\t\t\t${d}\n\t\t}`:""}\n\n\t\t${h?`${e} {\n\t\t\t${g}{\n\t\t\t\t${h}\n\t\t\t}\n\t\t}`:""}\n\n\t\t${p?`${t} {\n\t\t\t${g}{\n\t\t\t\t${p}\n\t\t\t}\n\t\t}`:""}\n\t`.replace(/\s+/g," ").trim()},ni=(e,t,a=!1)=>{const{isEnabled:s,colors:o,opacity:n=1,blend:i,filter:l="",blur:r=0,brightness:c=100,contrast:d=100,saturation:h=100,hue:p=0,position:g={top:0,right:0,bottom:0,left:0},zIndex:u=-1}=e||{},m=`${100!==c?`brightness(${c}%)`:""} ${100!==d?`contrast(${d}%)`:""} ${100!==h?`saturate(${h}%)`:""} ${0!==r?`blur(${r}px)`:""} ${0!==p?`hue-rotate(${p}deg)`:""}`,v=`${l}: ${l?m:""}; -webkit-${l}: ${l?m:""};`,b=a?`${t}:hover::after`:`${t}::after`;return s?`\n\t\t${t}{\n\t\t\tposition:relative;\n\t\t\tz-index:1;\n\t\t}\n\t\t${t}::after{\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\ttop:${Ct(g.top)?g.top:0};\n\t\t\tright:${Ct(g.right)?g.right:0};\n\t\t\tbottom:${Ct(g.bottom)?g.bottom:0};\n\t\t\tleft:${Ct(g.left)?g.left:0};\n\t\t\tz-index:${u};\n\t\t}\n\t\t${oi(o,b,!1)}\n\t\t${b}{\n\t\t\t${qn("opacity",n)}\n\t\t\t${qn("mix-blend-mode",i)}\n\t\t\t${v}\n\t\t}\n\t`.replace(/\s+/g," ").trim():""},ii=(a,s,o=!1)=>{const n=(e,t="desktop")=>{if(!Ct(e))return"";const{skew:a,scale:s,rotate:o,offset:n,flipX:i,flipY:l}=e,{threeDRotate:r}=o||{},{isProportion:c}=s||{},d=[];return Ct(a)&&(Ct(a?.[t]?.x)&&d.push(`skewX(${a[t].x}deg)`),Ct(a?.[t]?.y)&&d.push(`skewY(${a[t].y}deg)`)),c?Ct(s?.[t]?.scale)&&d.push(`scale(${s[t].scale})`):(Ct(s?.[t]?.x)&&d.push(`scaleX(${s[t].x})`),Ct(s?.[t]?.y)&&d.push(`scaleY(${s[t].y})`)),Ct(o)&&(Ct(o?.[t]?.z)&&d.push(`rotateZ(${o[t].z}deg)`),r&&(Ct(o?.[t]?.x)&&d.push(`rotateX(${o[t].x}deg)`),Ct(o?.[t]?.y)&&d.push(`rotateY(${o[t].y}deg)`))),Ct(n)&&(Ct(n?.[t]?.x)&&d.push(`translateX(${n[t].x})`),Ct(n?.[t]?.y)&&d.push(`translateY(${n[t].y})`)),Ct(i)&&d.push(i?"scaleX(-1)":""),Ct(l)&&d.push(l?"scaleY(-1)":""),0===d.length?"":qn("transform",d.join(" "))},i=o?`${s}:hover`:s;return`\n\t\t${i} {\n\t\t\t${n(a,"desktop")}\n\t\t}\n\t\t${e}{\n\t\t\t${i} {\n\t\t\t\t${n(a,"tablet")}\n\t\t\t}\n\t\t}\n\t\t${t}{\n\t\t\t${i} {\n\t\t\t\t${n(a,"mobile")}\n\t\t\t}\n\t\t}\n\t`},li=e=>{const{padding:t,margin:a,height:s,width:o}=e||{},n=(e,t)=>qn(e,t),i=(e,t,a)=>n(e,t?.[e]?.[a])+n(`min-${e}`,t?.min?.[a])+n(`max-${e}`,t?.max?.[a]),l=e=>qn("padding",ti(e)),r=e=>qn("margin",ti(e));return{desktop:l(t?.desktop)+r(a?.desktop)+i("height",s,"desktop")+i("width",o,"desktop"),tablet:l(t?.tablet)+r(a?.tablet)+i("height",s,"tablet")+i("width",o,"tablet"),mobile:l(t?.mobile)+r(a?.mobile)+i("height",s,"mobile")+i("width",o,"mobile")}},ri=e=>{const{normal:t,hover:a}=e||{},s=e=>{const{border:t,radius:a,shadow:s}=e||{},o=qn("border-radius",ti(a)),n=qn("box-shadow",Kn(s,"box"));return Gn(t)+o+n};return{normal:s(t),hover:s(a)}},ci=e=>{const{zIndex:t,overflow:a}=e||{},s=a?`overflow: ${a};`:"",o=e=>`${qn("z-index",t?.[e])} ${qn("position",Ct(t?.[e])?"relative":"")}`;return{desktop:o("desktop")+s,tablet:o("tablet"),mobile:o("mobile")}},di=(e,t)=>{const{desktop:a=!1,tablet:s=!1,mobile:o=!1}=e||{},n=t?"opacity: 0.5;":"display: none;",i=e=>e?n:"";return{desktop:i(a),tablet:i(s),mobile:i(o)}},hi=(a,s,o=!1,n=!0)=>{const{dimension:i,transform:l,background:r,borderShadow:c,mask:d,animation:h,visibility:p,responsive:g,css:u=""}=s||{},m=o?`#${a}>div>div${n?":first-child":""}`:`#${a}>div`;((e,t,a)=>{const s=a?`#${t} > div`:`#${t}`,o=document.querySelector(s);if(o&&e&&e.type&&(o.setAttribute("data-aos",e.type),o.setAttribute("data-aos-duration",1e3*e.duration||.4),o.setAttribute("data-aos-delay",1e3*e.delay||0),o.classList.contains("aos-init")||(o.classList.add("aos-init"),window?.AOS?.init()),a)){const e=new IntersectionObserver((e=>{e.forEach((e=>{e.intersectionRatio>.5?o.classList.add("aos-animate"):o.classList.remove("aos-animate")}))}),{threshold:[.5]});e.observe(o)}})(h,a,o);const v=li(i).desktop+ci(p).desktop+((e,t,a)=>{const{transition:s=.4}=e||{},{transition:o=.4}=t||{},{transition:n=200}=a||{};return`transition: background ${s}s, border ${o}s, border-radius ${o}s, box-shadow ${o}s, transform ${n}ms ease-in-out;`})(r,c,l)+(e=>{const{isMask:t=!1,shape:a={type:"circle"},size:s={type:"contain",scale:"100%"},position:o={type:"center center",x:50,y:50},repeat:n="no-repeat"}=e||{},i=[{svg:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OSIgaGVpZ2h0PSI4OSIgdmlld0JveD0iMCAwIDg5IDg5Ij48Y2lyY2xlIGN4PSI0NC41IiBjeT0iNDQuNSIgcj0iNDQuNSIvPjwvc3ZnPg==",type:"circle"},{svg:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OSIgaGVpZ2h0PSI4OSIgdmlld0JveD0iMCAwIDg5IDg5Ij48cGF0aCBkPSJNNzYuMTMzMiw0NC40NzUybDYuMzI4OS02LjMyODVBMjIuMzQ4NiwyMi4zNDg2LDAsMCwwLDUwLjg1LDYuNTQ3NEw0NC41MzIsMTIuODY1MSwzOC4xNiw2LjU0NzRhMjIuMzUyNCwyMi4zNTI0LDAsMSwwLTMxLjYxMiwzMS42MWw2LjMxODEsNi4zMTc3TDYuNTQ3OCw1MC44NDdhMjIuMzUyNCwyMi4zNTI0LDAsMCwwLDMxLjYxMiwzMS42MWw2LjMxODEtNi4zMTc3TDUwLjg1LDgyLjM5MjJhMjIuMzQ4NiwyMi4zNDg2LDAsMCwwLDMxLjYxMi0zMS41OTkzWiIvPjwvc3ZnPg==",type:"flower"},{svg:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MS4xMTQzIiBoZWlnaHQ9Ijg4Ljk5OTkiIHZpZXdCb3g9IjAgMCA5MS4xMTQzIDg4Ljk5OTkiPjxwYXRoIGQ9Ik04Mi4xNzQ5LDM3LjUyNjZsMS42MTE5LTEuNjExOWMuOTQ4Ni0uOTQ4Ny02LjM3LTUuOTMwOS03LjA0OTItNi4zNzgyYTQ1LjE1MTYsNDUuMTUxNiwwLDAsMC01Ljc3NjYtMy4zMjQxYy0uMjQ2OC0uMTE1Ny0uNjAxNi0uMzAwOC0uOTg3Mi0uNDc4MnExLjc4MTYtMS44OTcyLDMuNTg2My0zLjc3MTNjLjk0ODYtLjk4LTYuMzYyOC01LjkyMzItNy4wNDkyLTYuMzcwNUE0NC4xNTc5LDQ0LjE1NzksMCwwLDAsNjAuNzUsMTIuMjYwNmwtLjI5My0uMTQ2NSwxLjM5NTktMS41NDI1Yy45NDA5LTEuMDQ4OS02LjMzMTktNS45LTcuMDQ5Mi02LjM3QTQ0LjIxMiw0NC4yMTIsMCwwLDAsNDkuMDQyMi44NjE2Yy0uNTQtLjI0NjctMi4zMTM3LTEuMjY0OC0yLjg0NTgtLjY4NjRRMzIuNzM4MSwxNS4xNjgyLDE4LjExNTQsMjkuMDY2Yy03Ljg0MzYsNy40NS0xNi41NjYzLDE1LjU3OTEtMTguMTA4OCwyNi44Ny0uMTE1Ny44MjUzLDEuMzI2NSwxLjk3NDQsMS43NDMsMi4zMTM4YTQwLjc5OSw0MC43OTksMCwwLDAsNS4zMTM5LDQuMDU2Nyw0NC4yMTc0LDQ0LjIxNzQsMCwwLDAsNS43NjExLDMuMzRjLjY0LjI5MzEsMi4xNzUsMS4yMDMxLDIuODQ1OS42ODY0bDIuMDc0Ny0xLjU1NzljMS40NSwxLjg1ODcsNS45Njk0LDQuNzIsNi42NzEyLDUuMTc1bDEuNDg4NS45NTY0QzI0LjQwMSw3Mi43NjQ3LDIyLjkyLDc0LjYzMTEsMjEuNDcsNzYuNTI4M2MtLjkxLDEuMTg3OCw2LjI2MjUsNS44NjE1LDcuMDQ5Miw2LjM3YTQ0LjE2MzMsNDQuMTYzMywwLDAsMCw1Ljc2MTEsMy4zMzE4Yy42MDE2LjI3NzYsMi4yMjg5LDEuMjM0LDIuODQ1OS42OTQxbDkuMjU1LTguMDk4Yy44MjUyLDIuNTY4MiwxNC41Njg3LDExLjYzLDE1LjY3MTYsOS45NzIxTDkxLjA2LDQ1LjM2MjRDOTEuNjkyLDQ0LjQxMzgsODYuNzI1Miw0MC4zMjYyLDgyLjE3NDksMzcuNTI2NloiLz48L3N2Zz4=",type:"sketch"},{svg:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMiIGhlaWdodD0iODkiIHZpZXdCb3g9IjAgMCAxMDMgODkiPjxwb2x5Z29uIHBvaW50cz0iNzcuMjU1IDQ0LjUwNSA1MS41IDAgMjUuNzU1IDQ0LjUwNSAwIDg5IDUxLjUgODkgMTAzIDg5IDc3LjI1NSA0NC41MDUiLz48L3N2Zz4=",type:"triangle"},{svg:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjEuMDAwMiIgaGVpZ2h0PSI4OSIgdmlld0JveD0iMCAwIDEyMS4wMDAyIDg5Ij48cGF0aCBkPSJNMTAwLjAxNiw3LjM5NzJDOTAuMjQ1MiwxLjIyLDczLjMwODQtMy42NjYzLDY0LjQyNTUsMy43MTI2LDU2Ljk4MzYsOS44OSw2Mi4wNDY5LDE4LjkxNzQsNTUuMDEsMjUuMzAzMmMtMTAuNiw5LjYxMzQtMjguMTU4OS01LjQ0MjMtNDEuODU4NCwyLjYzMThDLjY3NTcsMzUuMjU0My00LjI3OTEsNTkuMTQ4OSw0LjI3ODEsNzMuNzk3NWMxMy4xMzY5LDIyLjUyNCw1My4xMywxMy44NTQxLDYxLjE5MzYsMTIuMTA2MSw0LjUwMDctLjk5MzEsNTMuNDk1My0xMi4yNjUsNTUuNDY5My00Mi43MDQzQzEyMS44OTgsMjguMjUyOCwxMTEuMSwxNC40MTg1LDEwMC4wMTYsNy4zOTcyWiIvPjwvc3ZnPg==",type:"blob"},{svg:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMiIGhlaWdodD0iODkiIHZpZXdCb3g9IjAgMCAxMDMgODkiPjxwYXRoIGQ9Ik03Ny4yMTE0LDBIMjUuNzUyM0wwLDQ0LjUwNDUsMjUuNzUyMyw4OUg3Ny4yMTE0TDEwMyw0NC41MDQ1Wk02MS43NjkxLDYyLjI2MUg0MS4yMjE4TDMwLjkzOTEsNDQuNTA0NSw0MS4yMjE4LDI2LjczOUg2MS43NjkxTDcyLjA1MTksNDQuNTA0NVoiLz48L3N2Zz4=",type:"hexagon"}];return t?`-webkit-mask-image: ${"custom"===a.type?Fn(a.url):`url(${(l=a.type,i.find((e=>e.type===l))).svg})`};\n\t\t-webkit-mask-size: ${"custom"===s.type?s.scale:s.type};\n\t\t${"custom"===o.type?`${qn("-webkit-mask-position-x",o.x)}\n\t\t\t${qn("-webkit-mask-position-y",o.y)}`:`${qn("-webkit-mask-position",o.type)}`}\n\t\t${"cover"!==s.type?`-webkit-mask-repeat: ${n};`:""}`:"";var l})(d),b=li(i).tablet+ci(p).tablet+di(g,o).tablet,f=li(i).mobile+ci(p).mobile+di(g,o).mobile,w=ri(c).normal,x=ri(c).hover,y=di(g,o).desktop;return`\n\t\t${v||w?`${m} {\n\t\t\t${v}\n\t\t\t${w}\n\t\t}`:""}\n\t\t${x?`${m}:hover {\n\t\t\t${x}\n\t\t}`:""}\n\n\t\t${y?`@media only screen and (min-width: 1025px) {\n\t\t\t${m}{\n\t\t\t\t${y}\n\t\t\t}\n\t\t}`:""}\n\n\t\t${b?`${e} {\n\t\t\t${m}{\n\t\t\t\t${b}\n\t\t\t}\n\t\t}`:""}\n\n\t\t${f?`${t} {\n\t\t\t${m}{\n\t\t\t\t${f}\n\t\t\t}\n\t\t}`:""}\n\n\t\t${oi(r?.normal,m)}\n\t\t${oi(r?.hover,m,!0)}\n\t\t${ni(r?.overlay,m)}\n\t\t${ni(r?.hoverOverlay,m,!0)}\n\t\t${Ct(l?.normal)?ii(l?.normal,m):""}\n\t\t${Ct(l?.hover)?ii(l?.hover,m,!0):""}\n\n\t\t${u}\n\t`.replace(/\s+/g," ")},pi=hi,gi="bBlocksContainer",ui=(a,s)=>{const{top:o,bottom:n}=a||{},{color:i,isFlip:l,isFront:r,width:c,height:d}=o||{},{isUpload:h,color:p,isFlip:g,isFront:u,width:m,height:v}=n||{},b=`#${s} .topShaped`,f=`#${s} .bottomShaped`;return`\n\t\t${b}{\n\t\t\t${d?.desktop?`height: ${d?.desktop};`:""}\n\t\t\tcolor: ${i};\n\t\t\t${r?"z-index: 4;":""}\n\t\t}\n\n\t\t${b} svg{\n\t\t\t${c?.desktop?`width: ${c?.desktop};`:""}\n\t\t\t${d?.desktop?`height: ${d?.desktop};`:""}\n\t\t\tfill: ${i};\n\t\t\t${l?"transform: translateX(0%) rotateY(180deg);":""}\n\t\t}\n\n\t\t${b} svg *{\n\t\t\tfill: ${i};\n\t\t}\n\n\t\t${f}{\n\t\t\t${v?.desktop?`height: ${v?.desktop};`:""}\n\t\t\tcolor: ${p};\n\t\t\t${u?"z-index: 4;":""}\n\t\t}\n\t\t${f} svg{\n\t\t\t${m?.desktop?`width: ${m?.desktop};`:""}\n\t\t\t${v?.desktop?`height: ${v?.desktop};`:""}\n\t\t\tfill: ${p};\n\t\t\t${g?"transform: translateX(0%) rotateX(180deg);":"transform: rotate(180deg);"}\n\t\t\t${h?"transform: none;":""}\n\t\t}\n\t\t${f} svg *{\n\t\t\tcolor: ${p};\n\t\t\tfill: ${p};\n\t\t}\n\t\t\n\t\t${e}{\n\t\t\t${b} svg{\n\t\t\t\t${c?.tablet?`width: ${c?.tablet}`:""}\n\t\t\t\t${d?.tablet?`height: ${d?.tablet}`:""}\n\t\t\t}\n\t\t\t${f} svg{\n\t\t\t\t${m?.tablet?`width: ${m?.tablet}`:""}\n\t\t\t\t${v?.tablet?`height: ${v?.tablet}`:""}\n\t\t\t}\n\t\t}\n\n\t\t${t}{\n\t\t\t${b} svg{\n\t\t\t\t${c?.mobile?`width: ${c?.mobile}`:""}\n\t\t\t\t${d?.mobile?`height: ${d?.mobile}`:""}\n\t\t\t}\n\t\t\t${f} svg{\n\t\t\t\t${m?.mobile?`width: ${m?.mobile}`:""}\n\t\t\t\t${v?.mobile?`height: ${v?.mobile}`:""}\n\t\t\t}\n\t\t}\n\t`.replace(/\s+/g," ")},mi=({attributes:a,id:s,isBackend:o=!1})=>{const{wrapper:n,content:l,shape:r,advanced:c}=a,{minHeight:d}=n,{isFullWidth:h,width:p,height:g,verticalAlign:u,horizontalAlign:m}=l,v=`#${s} .${gi}`,b=`${v} .${gi}Content`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t#${s}{\n\t\t\tmin-height: ${0===parseInt(d)?"auto":d};\n\t\t}\n\t\t${v}{\n\t\t\talign-items: ${m};\n\t\t\tjustify-content: ${u};\n\t\t}\n\n\t\t${b}{\n\t\t\twidth: ${h||0===parseInt(p.desktop)?"100%":p.desktop};\n\t\t\tflex-grow: ${g};\n\t\t}\n\t\t${e}{\n\t\t\t${b}{\n\t\t\t\twidth: ${h||0===parseInt(p.tablet)?"100%":p.tablet};\n\t\t\t}\n\t\t}\n\t\t${t}{\n\t\t\t${b}{\n\t\t\t\twidth: ${h||0===parseInt(p.mobile)?"100%":p.mobile};\n\t\t\t}\n\t\t}\n\t\t${ui(r,s)}\n\t\t${pi(s,c,o,!1)}\n\t`.replace(/\s+/g," ")}})};var vi=["br","col","colgroup","dl","hr","iframe","img","input","link","menuitem","meta","ol","param","select","table","tbody","tfoot","thead","tr","ul","wbr"],bi={"accept-charset":"acceptCharset",acceptcharset:"acceptCharset",accesskey:"accessKey",allowfullscreen:"allowFullScreen",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",cellpadding:"cellPadding",cellspacing:"cellSpacing",charset:"charSet",class:"className",classid:"classID",classname:"className",colspan:"colSpan",contenteditable:"contentEditable",contextmenu:"contextMenu",controlslist:"controlsList",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",datetime:"dateTime",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",enctype:"encType",for:"htmlFor",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",innerhtml:"innerHTML",inputmode:"inputMode",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",marginwidth:"marginWidth",marginheight:"marginHeight",maxlength:"maxLength",mediagroup:"mediaGroup",minlength:"minLength",nomodule:"noModule",novalidate:"noValidate",playsinline:"playsInline",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rowspan:"rowSpan",spellcheck:"spellCheck",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",tabindex:"tabIndex",typemustmatch:"typeMustMatch",usemap:"useMap",accentheight:"accentHeight","accent-height":"accentHeight",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",arabicform:"arabicForm","arabic-form":"arabicForm",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",diffuseconstant:"diffuseConstant",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",edgemode:"edgeMode",enablebackground:"enableBackground","enable-background":"enableBackground",externalresourcesrequired:"externalResourcesRequired",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",imagerendering:"imageRendering","image-rendering":"imageRendering",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",vmathematical:"vMathematical","v-mathematical":"vMathematical",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan",onblur:"onBlur",onchange:"onChange",onclick:"onClick",oncontextmenu:"onContextMenu",ondoubleclick:"onDoubleClick",ondrag:"onDrag",ondragend:"onDragEnd",ondragenter:"onDragEnter",ondragexit:"onDragExit",ondragleave:"onDragLeave",ondragover:"onDragOver",ondragstart:"onDragStart",ondrop:"onDrop",onerror:"onError",onfocus:"onFocus",oninput:"onInput",oninvalid:"onInvalid",onkeydown:"onKeyDown",onkeypress:"onKeyPress",onkeyup:"onKeyUp",onload:"onLoad",onmousedown:"onMouseDown",onmouseenter:"onMouseEnter",onmouseleave:"onMouseLeave",onmousemove:"onMouseMove",onmouseout:"onMouseOut",onmouseover:"onMouseOver",onmouseup:"onMouseUp",onscroll:"onScroll",onsubmit:"onSubmit",ontouchcancel:"onTouchCancel",ontouchend:"onTouchEnd",ontouchmove:"onTouchMove",ontouchstart:"onTouchStart",onwheel:"onWheel"};function fi(e,t,a){const s=[...e].map(((e,s)=>xi(e,{...a,index:s,level:t+1}))).filter(Boolean);return s.length?s:null}function wi(e,t={}){return"string"==typeof e?function(e,t={}){if(!e||"string"!=typeof e)return null;const{includeAllNodes:a=!1,nodeOnly:s=!1,selector:o="body > *",type:n="text/html"}=t;try{const i=(new DOMParser).parseFromString(e,n);if(a){const{childNodes:e}=i.body;return s?e:[...e].map((e=>xi(e,t)))}const l=i.querySelector(o)||i.body.childNodes[0];if(!(l instanceof Node))throw new TypeError("Error parsing input");return s?l:xi(l,t)}catch(e){}return null}(e,t):e instanceof Node?xi(e,t):null}function xi(e,t={}){if(!(e&&e instanceof Node))return null;const{actions:a=[],index:s=0,level:o=0,randomKey:n}=t;let i=e,l=`${o}-${s}`;const r=[];return n&&0===o&&(l=`${function(e=6){let t="";for(let a=e;a>0;--a)t+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[Math.round(61*Math.random())];return t}()}-${l}`),Array.isArray(a)&&a.forEach((t=>{t.condition(i,l,o)&&("function"==typeof t.pre&&(i=t.pre(i,l,o),i instanceof Node||(i=e)),"function"==typeof t.post&&r.push(t.post(i,l,o)))})),r.length?r:function(e,t){const{key:a,level:s,...o}=t;switch(e.nodeType){case 1:return g.createElement((n=e.nodeName,/[a-z]+[A-Z]+[a-z]+/.test(n)?n:n.toLowerCase()),function(e,t){const a={key:t};if(e instanceof Element){const t=e.getAttribute("class");t&&(a.className=t),[...e.attributes].forEach((e=>{switch(e.name){case"class":break;case"style":a[e.name]="string"!=typeof(t=e.value)?{}:t.split(/ ?; ?/).reduce(((e,t)=>{const[a,s]=t.split(/ ?: ?/).map(((e,t)=>0===t?e.replace(/\s+/g,""):e.trim()));if(a&&s){const t=a.replace(/(\w)-(\w)/g,((e,t,a)=>`${t}${a.toUpperCase()}`));let o=s.trim();Number.isNaN(Number(s))||(o=Number(s)),e[a.startsWith("-")?a:t]=o}return e}),{});break;case"allowfullscreen":case"allowpaymentrequest":case"async":case"autofocus":case"autoplay":case"checked":case"controls":case"default":case"defer":case"disabled":case"formnovalidate":case"hidden":case"ismap":case"itemscope":case"loop":case"multiple":case"muted":case"nomodule":case"novalidate":case"open":case"readonly":case"required":case"reversed":case"selected":case"typemustmatch":a[bi[e.name]||e.name]=!0;break;default:a[bi[e.name]||e.name]=e.value}var t}))}return a}(e,a),fi(e.childNodes,s,o));case 3:{const t=e.nodeValue?.toString()??"";if(!o.allowWhiteSpaces&&/^\s+$/.test(t)&&!/[\u00A0\u202F]/.test(t))return null;if(!e.parentNode)return t;const a=e.parentNode.nodeName.toLowerCase();return vi.includes(a)?(/\S/.test(t)&&console.warn(`A textNode is not allowed inside '${a}'. Your text "${t}" will be ignored`),null):t}case 8:default:return null;case 11:return fi(e.childNodes,s,t)}var n}(i,{key:l,level:o,...t})}var yi=Object.defineProperty,ki=(e,t,a)=>((e,t,a)=>t in e?yi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a)(e,"symbol"!=typeof t?t+"":t,a),Ci="react-inlinesvg",_i={IDLE:"idle",LOADING:"loading",LOADED:"loaded",FAILED:"failed",READY:"ready",UNSUPPORTED:"unsupported"};function Mi(){return!("undefined"==typeof window||!window.document?.createElement)}function zi(e,...t){const a={};for(const s in e)({}).hasOwnProperty.call(e,s)&&!t.includes(s)&&(a[s]=e[s]);return a}async function ji(e,t){const a=await fetch(e,t),s=a.headers.get("content-type"),[o]=(s??"").split(/ ?; ?/);if(a.status>299)throw new Error("Not found");if(!["image/svg+xml","text/plain"].some((e=>o.includes(e))))throw new Error(`Content type isn't valid: ${o}`);return a.text()}function Li(e=1){return new Promise((t=>{setTimeout(t,1e3*e)}))}function Si(e){const t=(0,g.useRef)(void 0);return(0,g.useEffect)((()=>{t.current=e})),t.current}function $i(e){const{baseURL:t,content:a,description:s,handleError:o,hash:n,preProcessor:i,title:l,uniquifyIDs:r=!1}=e;try{let e=i?i(a):a;r&&(e=function(e,t,a){const s=e.matchAll(/\bid=(["'])([^"']+)\1/g),o=[...new Set([...s].map((e=>e[2])))];return o.length?(o.sort(((e,t)=>t.length-e.length)),e.replace(/<style[^>]*>([\S\s]*?)<\/style>/gi,((e,s)=>{let n=s;for(const e of o){const s=e.replace(/[$()*+.?[\\\]^{|}]/g,"\\$&");n=n.replace(new RegExp(`url\\((['"]?)#${s}\\1\\)`,"g"),`url($1${a}#${e}__${t}$1)`),n=n.replace(new RegExp(`#${s}(?![a-zA-Z0-9_-])`,"g"),`#${e}__${t}`)}return e.replace(s,n)}))):e}(e,n,t??""));const o=wi(e,{nodeOnly:!0});if(!(o&&o instanceof SVGSVGElement))throw new Error("Could not convert the src to a DOM Node");const c=Hi(o,{baseURL:t,hash:n,uniquifyIDs:r});if(s){const e=c.querySelector("desc");e?.parentNode&&e.parentNode.removeChild(e);const t=document.createElementNS("http://www.w3.org/2000/svg","desc");t.innerHTML=s,c.prepend(t)}if(void 0!==l){const e=c.querySelector("title");if(e?.parentNode&&e.parentNode.removeChild(e),l){const e=document.createElementNS("http://www.w3.org/2000/svg","title");e.innerHTML=l,c.prepend(e)}}return c}catch(e){return o(e)}}function Hi(e,t){const{baseURL:a="",hash:s,uniquifyIDs:o}=t,n=["id","href","xlink:href","xlink:role","xlink:arcrole"],i=["href","xlink:href"];return o?([...e.children].forEach((e=>{if(e.attributes?.length){const t=Object.values(e.attributes).map((e=>{const t=e,o=/url\((.*?)\)/.exec(e.value);return o?.[1]&&(t.value=e.value.replace(o[0],`url(${a}${o[1]}__${s})`)),t}));n.forEach((e=>{const a=t.find((t=>t.name===e));var o,n;a&&(o=e,n=a.value,!i.includes(o)||!n||n.includes("#"))&&(a.value=`${a.value}__${s}`)}))}return e.children.length?Hi(e,t):e})),e):e}function Ti(e,t){const{baseURL:a,cacheRequests:s=!0,description:o,fetchOptions:n,onError:i,onLoad:l,preProcessor:r,src:c,title:d,uniqueHash:h,uniquifyIDs:p}=e,u=(0,g.useRef)(h??function(){const e="abcdefghijklmnopqrstuvwxyz",t=`${e}${e.toUpperCase()}1234567890`;let a="";for(let e=0;e<8;e++)a+=(s=t)[Math.floor(Math.random()*s.length)];var s;return a}()),m=(0,g.useRef)(n),v=(0,g.useRef)(i),b=(0,g.useRef)(l),f=(0,g.useRef)(r);m.current=n,v.current=i,b.current=l,f.current=r;const[w,x]=(0,g.useReducer)(((e,t)=>({...e,...t})),{content:"",element:null,isCached:!1,status:_i.IDLE},(a=>{if(!s||!t.isCached(c))return a;const o=t.getContent(c);try{const t=$i({...e,handleError:()=>{},hash:u.current,content:o});if(!t)return{...a,content:o,isCached:!0,status:_i.LOADED};const s=wi(t);if(s&&(0,g.isValidElement)(s))return{content:o,element:s,isCached:!0,status:_i.READY}}catch{}return{...a,content:o,isCached:!0,status:_i.LOADED}})),{content:y,element:k,isCached:C,status:_}=w,M=Si(e),z=Si(w),j=(0,g.useRef)(!1),L=(0,g.useRef)(!1),S=(0,g.useCallback)((e=>{j.current&&(x({status:"Browser does not support SVG"===e.message?_i.UNSUPPORTED:_i.FAILED}),v.current?.(e))}),[]),$=(0,g.useCallback)((()=>{try{const e=wi($i({baseURL:a,content:y,description:o,handleError:S,hash:u.current,preProcessor:f.current,src:c,title:d,uniquifyIDs:p}));if(!e||!(0,g.isValidElement)(e))throw new Error("Could not convert the src to a React element");x({element:e,status:_i.READY})}catch(e){S(e)}}),[a,y,o,S,c,d,p]);var H;return H=()=>{if(j.current=!0,Mi()&&!L.current){try{if(_===_i.READY)b.current?.(c,C);else if(_===_i.IDLE){if(!function(){if(!document)return!1;const e=document.createElement("div");e.innerHTML="<svg />";const t=e.firstChild;return!!t&&"http://www.w3.org/2000/svg"===t.namespaceURI}()||"undefined"==typeof window||null===window)throw new Error("Browser does not support SVG");if(!c)throw new Error("Missing src");x({content:"",element:null,isCached:!1,status:_i.LOADING})}}catch(e){S(e)}return L.current=!0,()=>{j.current=!1}}},(0,g.useEffect)(H,[]),(0,g.useEffect)((()=>{if(Mi()&&M&&M.src!==c){if(!c)return void S(new Error("Missing src"));x({content:"",element:null,isCached:!1,status:_i.LOADING})}}),[S,M,c]),(0,g.useEffect)((()=>{if(_!==_i.LOADING)return;const e=new AbortController;let a=!0;return(async()=>{try{const o=/^data:image\/svg[^,]*?(;base64)?,(.*)/.exec(c);let n;if(o?n=o[1]?window.atob(o[2]):decodeURIComponent(o[2]):c.includes("<svg")&&(n=c),n)return void(a&&x({content:n,isCached:!1,status:_i.LOADED}));const i={...m.current,signal:e.signal};let l,r=!1;s?(r=t.isCached(c),l=await t.get(c,i)):l=await ji(c,i),a&&x({content:l,isCached:r,status:_i.LOADED})}catch(e){a&&"AbortError"!==e.name&&S(e)}})(),()=>{a=!1,e.abort()}}),[s,t,S,c,_]),(0,g.useEffect)((()=>{_===_i.LOADED&&y&&$()}),[y,$,_]),(0,g.useEffect)((()=>{Mi()&&M&&M.src===c&&(M.title===d&&M.description===o||$())}),[o,$,M,c,d]),(0,g.useEffect)((()=>{z&&_===_i.READY&&z.status!==_i.READY&&b.current?.(c,C)}),[C,z,c,_]),{element:k,status:_}}var Bi=(0,g.createContext)(null),Ai=new class{constructor(e={}){ki(this,"cacheApi"),ki(this,"cacheStore"),ki(this,"subscribers",[]),ki(this,"isReady",!1);const{name:t=Ci,persistent:a=!1}=e;this.cacheStore=new Map,a&&Mi()&&"caches"in window?caches.open(t).then((e=>{this.cacheApi=e})).catch((e=>{console.error(`Failed to open cache: ${e.message}`),this.cacheApi=void 0})).finally((()=>{this.isReady=!0;const e=[...this.subscribers];this.subscribers.length=0,e.forEach((e=>{try{e()}catch(e){console.error(`Error in CacheStore subscriber callback: ${e.message}`)}}))})):this.isReady=!0}onReady(e){return this.isReady?(e(),()=>{}):(this.subscribers.push(e),()=>{const t=this.subscribers.indexOf(e);t>=0&&this.subscribers.splice(t,1)})}waitForReady(){return this.isReady?Promise.resolve():new Promise((e=>{this.onReady(e)}))}async get(e,t){return await this.fetchAndCache(e,t),this.cacheStore.get(e)?.content??""}getContent(e){return this.cacheStore.get(e)?.content??""}set(e,t){this.cacheStore.set(e,t)}isCached(e){return this.cacheStore.get(e)?.status===_i.LOADED}async fetchAndCache(e,t){this.isReady||await this.waitForReady();const a=this.cacheStore.get(e);if(a?.status!==_i.LOADED)if(a?.status!==_i.LOADING){this.cacheStore.set(e,{content:"",status:_i.LOADING});try{const a=this.cacheApi?await this.fetchFromPersistentCache(e,t):await ji(e,t);this.cacheStore.set(e,{content:a,status:_i.LOADED})}catch(t){const a="AbortError"===t?.name;throw this.cacheStore.set(e,{content:"",error:a?void 0:t,status:_i.FAILED}),t}}else{await this.handleLoading(e,t?.signal||void 0,(async()=>{this.cacheStore.set(e,{content:"",status:_i.IDLE}),await this.fetchAndCache(e,t)}));const a=this.cacheStore.get(e);if(a?.status===_i.FAILED){if(a.error)throw a.error;this.cacheStore.delete(e),await this.fetchAndCache(e,t)}}}async fetchFromPersistentCache(e,t){const a=await(this.cacheApi?.match(e));if(a)return a.text();await(this.cacheApi?.add(new Request(e,t)));const s=await(this.cacheApi?.match(e));return await(s?.text())??""}async handleLoading(e,t,a){for(let a=0;a<10;a++){if(t?.aborted)throw t.reason instanceof Error?t.reason:new DOMException("The operation was aborted.","AbortError");if(this.cacheStore.get(e)?.status!==_i.LOADING)return;await Li(.1)}await a()}keys(){return[...this.cacheStore.keys()]}data(){return[...this.cacheStore.entries()].map((([e,t])=>({[e]:t})))}async delete(e){this.cacheApi&&await this.cacheApi.delete(e),this.cacheStore.delete(e)}async clear(){if(this.cacheApi){const e=await this.cacheApi.keys();await Promise.allSettled(e.map((e=>this.cacheApi.delete(e))))}this.cacheStore.clear()}};function Vi(e){const{children:t=null,innerRef:a,loader:s=null}=e,o=(0,g.useContext)(Bi)??Ai,{element:n,status:i}=Ti(e,o);return Mi()?n?(0,g.cloneElement)(n,{ref:a,...zi(e,"baseURL","cacheRequests","children","description","fetchOptions","innerRef","loader","onError","onLoad","preProcessor","src","title","uniqueHash","uniquifyIDs")}):[_i.UNSUPPORTED,_i.FAILED].includes(i)?t:s:s}const Ni=()=>(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 100",preserveAspectRatio:"none",children:[(0,i.jsx)("path",{fill:"currentColor",d:"M0 97.79S101.82-.97 283.17 5.23c203.09 0 290.46 94.4 716.83 94.4V0H0v97.79Z"}),(0,i.jsx)("defs",{children:(0,i.jsx)("path",{d:"M0 0h1000v99.62H0z"})})]}),Pi=()=>(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",viewBox:"0 0 1000 100",fill:"currentColor",children:[(0,i.jsx)("path",{d:"m0 98.99 170.59-87.45S611.11 98.99 1000 98.99V0H0v98.99Z"}),(0,i.jsx)("defs",{children:(0,i.jsx)("path",{d:"M0 0h1000v98.99H0z"})})]}),Ei=()=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",viewBox:"0 0 1000 100",fill:"currentColor",children:(0,i.jsx)("path",{d:"M1000 0H0l.004 84.53c8.883-1.503 17.67-3.832 26.606-4.38 11.144-.693 22.668-2.426 33.516 2.75 2.148 1.022 5.802 1.283 7.787.236 16.643-8.726 35.02-8.353 52.995-8.552 16.393-.171 32.8 2.003 49.227 2.575 7.39.249 14.834-.883 22.252-1.395 5.505-.385 11.126-1.657 16.502-1.017 27.437 3.259 54.741.483 82.116-.512 22.989-.824 46.094-1.695 69.014-.384 18.454 1.053 36.688 5.406 55.054 8.106 3.796.56 7.833.866 11.584.284 19.935-3.06 39.975-5.795 59.667-9.936 13.651-2.875 27.24-4.332 41.044-3.482 16.178.995 32.295 2.86 48.464 4.05 14.143 1.039 28.322 2.251 42.486 2.24 6.99-.004 13.954-2.691 20.971-3.957 3.599-.646 7.394-1.548 10.917-1.071 8.379 1.156 16.747 2.73 24.926 4.807 3.59.91 6.937 3.182 9.992 5.342 8.332 5.887 12.636 5.884 21.316.173 1.429-.938 4.516-.871 6.155-.05 4.483 2.259 8.528 5.261 12.874 7.783 4.35 2.528 8.526 3.508 13.604.622 8.431-4.779 8.798-4.844 5.644-16.958 9.004 5.279 16.629 10.026 24.537 14.293 5.578 3.015 11.102 6.918 18.332 3.864 5.162-2.182 9.711-4.556 8.883-11.517 8.026 4.971 15.566 9.27 22.664 14.154 6.305 4.338 12.352 3.68 18.678.595 6.039-2.943 4.774-7.627 1.511-13.691 4.874 2.2 8.264 3.038 10.67 4.97 4.736 3.8 9.051 2.95 14.068.709 7.736-3.457 8.919-7.193 3.577-13.387-.879-1.02-1.85-1.978-1.982-3.99 5.02 3.216 10.095 6.346 15.041 9.666 5.659 3.8 11.127 7.853 16.793 11.63 7.265 4.848 15.631 4.988 21.951-.296 4.726-3.951 2.104-8.467-.974-12.184-4.576-5.533-9.527-10.8-14.312-16.168.415-.445.829-.877 1.244-1.316 5.943 4.058 11.898 8.105 17.824 12.196 4.109 2.835 8.088 5.854 12.277 8.587 10.747 7.007 15.487 6.835 26.683-1.303 4.201 3.223 8.74 6.49 13.041 10.025 9.951 8.183 15.277 7.933 24.777-2.595V0Z"})}),Ii=()=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none",viewBox:"0 0 1000 100",fill:"currentColor",children:(0,i.jsx)("path",{d:"M646.99 79.145C766.266 62.962 906.985 26.462 1000 0H0c211.255 131.265 460.086 104.501 646.99 79.145Z"})}),Oi=({data:e})=>{const{isUpload:t,uploadSvg:a,type:s}=e||{};return t?(0,i.jsx)(Vi,{src:a?.url}):(0,i.jsx)(i.Fragment,{children:(()=>{switch(s){case"ocean-wave":return(0,i.jsx)(Ni,{});case"asymmetric-triangle":return(0,i.jsx)(Pi,{});case"abstract-paintbrush":return(0,i.jsx)(Ei,{});case"asymmetric-curve":return(0,i.jsx)(Ii,{});default:return null}})()})},Ri=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s}=e("core/block-editor");return{innerBlocks:s(t),device:a()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,innerBlocks:s,device:o}=e,{shape:n,advanced:l}=t,{top:r,bottom:c}=n,d=(0,h.useBlockProps)(),p=(0,g.useRef)();((e,t)=>{const{type:a,duration:s,delay:o}=t||{};(0,g.useEffect)((()=>{window.AOS?.init()}),[]),(0,g.useEffect)((()=>{e&&a&&(e.setAttribute("data-aos",a),e.setAttribute("data-aos-duration",s||.4),e.setAttribute("data-aos-delay",o||0),e.classList.remove("aos-init"),e.classList.remove("aos-animate"),setTimeout((()=>{e.classList.add("aos-init"),e.classList.add("aos-animate")}),500))}),[e,a,s,o])})(p.current,l?.animation);const u=bBlocksPremiumChecker;return(0,i.jsxs)("div",{...d,children:[(0,i.jsx)(Dn,{attributes:t,setAttributes:a,device:o,id:d.id,isPremium:u}),(0,i.jsxs)("div",{ref:p,children:[(0,i.jsx)(mi,{attributes:t,id:d.id,isBackend:!0}),(0,i.jsxs)("div",{className:gi,children:[!!r?.uploadSvg?.url||"none"!==r?.type&&(0,i.jsx)("div",{className:"shaped topShaped",children:(0,i.jsx)(Oi,{data:r})}),(0,i.jsx)("div",{className:`${gi}Content`,children:(0,i.jsx)(h.InnerBlocks,{renderAppender:()=>s?.length?(0,i.jsx)(h.InnerBlocks.DefaultBlockAppender,{}):(0,i.jsx)(h.InnerBlocks.ButtonBlockAppender,{})})}),c?.uploadSvg?.url||"none"!==c?.type?(0,i.jsx)("div",{className:"shaped bottomShaped",children:(0,i.jsx)(Oi,{data:c})}):null]})]})]})})),Di={xmlns:"http://www.w3.org/2000/svg",className:"bPlBlockIcon"},Fi=(0,i.jsx)("svg",{...Di,viewBox:"0 0 16 16",children:(0,i.jsx)("path",{d:"M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2M0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2m2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2 2 0 0 1 1.437-1.437V3.937A2 2 0 0 1 12.063 2.5H3.937A2 2 0 0 1 2.5 3.937M14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2M2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2"})}),qi=(0,i.jsx)("svg",{...Di,viewBox:"0 0 50 50",children:(0,i.jsx)("path",{d:"M 3 9 C 1.346 9 0 10.346 0 12 L 0 38 C 0 39.654 1.346 41 3 41 L 15.0625 41 C 15.5655 46.046 19.823 50 25 50 C 30.176 50 34.4335 46.046 34.9375 41 L 47 41 C 48.654 41 50 39.654 50 38 L 50 12 C 50 10.346 48.654 9 47 9 L 3 9 z M 25 32 C 29.411 32 33 35.589 33 40 C 33 44.411 29.411 48 25 48 C 20.589 48 17 44.411 17 40 C 17 35.589 20.589 32 25 32 z M 24 35 L 24 39 L 20 39 L 20 41 L 24 41 L 24 45 L 26 45 L 26 41 L 30 41 L 30 39 L 26 39 L 26 35 L 24 35 z"})}),Wi=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M4,4 L20,4 C21.1045695,4 22,4.8954305 22,6 L22,18 C22,19.1045695 21.1045695,20 20,20 L4,20 C2.8954305,20 2,19.1045695 2,18 L2,6 C2,4.8954305 2.8954305,4 4,4 Z M16,6 L16,18 L20,18 L20,6 L16,6 Z M4,6 L4,18 L8,18 L8,6 L4,6 Z M10,6 L10,18 L14,18 L14,6 L10,6 Z"})}),Ui=(0,i.jsx)("svg",{...Di,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M68.983,382.642l171.35,98.928a32.082,32.082,0,0,0,32,0l171.352-98.929a32.093,32.093,0,0,0,16-27.713V157.071a32.092,32.092,0,0,0-16-27.713L272.334,30.429a32.086,32.086,0,0,0-32,0L68.983,129.358a32.09,32.09,0,0,0-16,27.713V354.929A32.09,32.09,0,0,0,68.983,382.642ZM272.333,67.38l155.351,89.691V334.449L272.333,246.642ZM256.282,274.327l157.155,88.828-157.1,90.7L99.179,363.125ZM84.983,157.071,240.333,67.38v179.2L84.983,334.39Z"})}),Gi=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M7 10h-4.083l1.271-1.396.812.396.676-.862 1.324 1.862zm.88 3h-7.88v-8h9.204c.739 1.612 2.024 1.696 3.796 2.509v4.648c-1.638-.182-3.985-.26-5.12.843zm.12-6h-6v4h6v-4zm9.17-1.833c-.806-1.165-5.031-1.924-6.742-2.167-.169.727.111 1.643.859 2.076.729.422 2.847 1.078 3.473 1.702.812.808 2.026 4.668.028 7.282-2.076-.589-4.24-.527-5.415-.048-1.153.47-1.013 1.908.189 2.045 3.42.39 7.587 1.161 10.322 4.943 0 0 1.821-1.885 4.115-4.426-3.668-3.053-4.198-7.606-6.829-11.407zm-13.92 2.833c-.138 0-.25.112-.25.25s.112.25.25.25c.139 0 .25-.112.25-.25s-.111-.25-.25-.25z"})}),Yi=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 20 20",children:[(0,i.jsx)("path",{fillRule:"evenodd",d:"M9.938 4.016a.146.146 0 00-.054.057L3.027 15.74a.176.176 0 00-.002.183c.016.03.037.05.054.06.015.01.034.017.066.017h13.713a.12.12 0 00.066-.017.163.163 0 00.055-.06.176.176 0 00-.003-.183L10.12 4.073a.146.146 0 00-.054-.057.13.13 0 00-.063-.016.13.13 0 00-.064.016zm1.043-.45a1.13 1.13 0 00-1.96 0L2.166 15.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L10.982 3.566z"}),(0,i.jsx)("rect",{width:"2",height:"2",x:"9.002",y:"13",rx:"1"}),(0,i.jsx)("path",{d:"M9.1 7.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 7.995z"})]}),Zi=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 195 195",children:[(0,i.jsx)("path",{fill:`${a}33`,d:"M40.4 53.2C25.6 64.3 17.9 79.5 17.9 97.5C17.9 104.9 18.4 108.5 20.5 114.5C24.2 125.7 30.6 134.4 40.5 141.9L43.5 144.2L39 143.5C12.7 139.2 -5.1 112.1 1.5 86.5C5.9 69.8 19.7 55.9 35.7 52.1C42.5 50.5 43.6 50.7 40.4 53.2Z"}),(0,i.jsx)("path",{fill:`${a}66`,d:"M65.4 53.2C50.6 64.3 42.9 79.5 42.9 97.5C42.9 104.9 43.4 108.5 45.5 114.5C49.2 125.7 55.6 134.4 65.5 141.9L68.5 144.2L64 143.5C37.7 139.2 19.9 112.1 26.5 86.5C30.9 69.8 44.7 55.9 60.7 52.1C67.5 50.5 68.6 50.7 65.4 53.2Z"}),(0,i.jsx)("path",{fill:`${a}99`,d:"M91.4 53.2C76.6 64.3 68.9 79.5 68.9 97.5C68.9 104.9 69.4 108.5 71.5 114.5C75.2 125.7 81.6 134.4 91.5 141.9L94.5 144.2L90 143.5C63.7 139.2 45.9 112.1 52.5 86.5C56.9 69.8 70.7 55.9 86.7 52.1C93.5 50.5 94.6 50.7 91.4 53.2Z"}),(0,i.jsx)("path",{fill:`${a}cc`,d:"M116.4 53.2C101.6 64.3 93.9 79.5 93.9 97.5C93.9 104.9 94.4 108.5 96.5 114.5C100.2 125.7 106.6 134.4 116.5 141.9L119.5 144.2L115 143.5C88.7 139.2 70.9 112.1 77.5 86.5C81.9 69.8 95.7 55.9 111.7 52.1C118.5 50.5 119.6 50.7 116.4 53.2Z"}),(0,i.jsx)("path",{fill:a,d:"M161.9 52.9C177.8 57.8 190.5 71.8 193.9 87.8C199.9 116.6 177.8 144.1 148.7 144C134.9 143.9 124.9 139.9 115.4 130.5C96.7 111.9 96.7 83 115.4 64.5C121.7 58.3 128.2 54.5 136 52.4C142.9 50.5 154.9 50.7 161.9 52.9Z"})]}),Ki=(0,i.jsx)("svg",{...Di,viewBox:"0 0 48 48",children:(0,i.jsx)("path",{d:"M7 34Q5.75 34 4.875 33.125Q4 32.25 4 31V17Q4 15.75 4.875 14.875Q5.75 14 7 14H41Q42.25 14 43.125 14.875Q44 15.75 44 17V31Q44 32.25 43.125 33.125Q42.25 34 41 34H37.8V31H41Q41 31 41 31Q41 31 41 31V17Q41 17 41 17Q41 17 41 17H7Q7 17 7 17Q7 17 7 17V31Q7 31 7 31Q7 31 7 31H20.2V34ZM29 38 27.2 34 23.2 32.2 27.2 30.4 29 26.4 30.8 30.4 34.8 32.2 30.8 34ZM34 27.4 32.95 25.05 30.6 24 32.95 22.95 34 20.6 35.05 22.95 37.4 24 35.05 25.05Z"})}),Qi=(0,i.jsx)("svg",{...Di,viewBox:"0 0 465.088 465.088",children:(0,i.jsx)("path",{d:"M61.21,83.126C27.461,83.126,0,110.582,0,144.341c0,33.751,27.457,61.212,61.21,61.212s61.217-27.456,61.217-61.212 C122.427,110.582,94.958,83.126,61.21,83.126z M61.21,191.091c-25.781,0-46.752-20.969-46.752-46.75 c0-25.778,20.971-46.759,46.752-46.759c25.788,0,46.755,20.98,46.755,46.759C107.965,170.123,86.991,191.091,61.21,191.091z M61.21,259.533C27.461,259.533,0,286.99,0,320.747c0,33.758,27.457,61.216,61.21,61.216s61.217-27.458,61.217-61.216 C122.427,286.997,94.958,259.533,61.21,259.533z M61.21,367.507c-25.781,0-46.752-20.981-46.752-46.761 C14.458,294.968,35.429,274,61.21,274c25.788,0,46.755,20.969,46.755,46.747C107.965,346.526,86.991,367.507,61.21,367.507z M465.088,107.244v74.187c0,3.196-2.591,5.784-5.78,5.784H155.637c-3.187,0-5.775-2.587-5.775-5.784v-74.187 c0-3.19,2.588-5.778,5.775-5.778h303.663C462.498,101.46,465.088,104.048,465.088,107.244z M465.088,283.659v74.184 c0,3.195-2.591,5.777-5.78,5.777H155.637c-3.187,0-5.775-2.582-5.775-5.777v-74.184c0-3.196,2.588-5.784,5.775-5.784h303.663 C462.498,277.875,465.088,280.462,465.088,283.659z M85.765,144.336c0,13.554-10.996,24.549-24.555,24.549 c-13.554,0-24.548-10.996-24.548-24.549c0-13.554,10.994-24.547,24.548-24.547C74.769,119.789,85.765,130.782,85.765,144.336z M85.765,320.186c0,13.558-10.996,24.545-24.555,24.545c-13.554,0-24.548-10.987-24.548-24.545c0-13.551,10.994-24.55,24.548-24.55 C74.769,295.636,85.765,306.635,85.765,320.186z"})}),Xi=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"m21.5 21h-19c-1.378 0-2.5-1.122-2.5-2.5v-13c0-1.378 1.122-2.5 2.5-2.5h19c1.378 0 2.5 1.122 2.5 2.5v13c0 1.378-1.122 2.5-2.5 2.5zm-19-17c-.827 0-1.5.673-1.5 1.5v13c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5z"}),(0,i.jsx)("path",{d:"m7.5 12c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zm0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5z"}),(0,i.jsx)("path",{d:"m11.5 17c-.276 0-.5-.224-.5-.5v-1c0-.827-.673-1.5-1.5-1.5h-4c-.827 0-1.5.673-1.5 1.5v1c0 .276-.224.5-.5.5s-.5-.224-.5-.5v-1c0-1.378 1.122-2.5 2.5-2.5h4c1.378 0 2.5 1.122 2.5 2.5v1c0 .276-.224.5-.5.5z"}),(0,i.jsx)("path",{d:"m20.5 9h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"}),(0,i.jsx)("path",{d:"m20.5 13h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"}),(0,i.jsx)("path",{d:"m20.5 17h-6c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h6c.276 0 .5.224.5.5s-.224.5-.5.5z"})]}),Ji=(0,i.jsx)("svg",{...Di,viewBox:"0 0 256 256",children:(0,i.jsx)("g",{transform:"translate(128 128) scale(0.72 0.72)",children:(0,i.jsxs)("g",{transform:"translate(-175.05 -175.05000000000004) scale(3.89 3.89)",children:[(0,i.jsx)("path",{d:"M 87.994 0 H 69.342 c -1.787 0 -2.682 2.16 -1.418 3.424 l 5.795 5.795 l -33.82 33.82 L 28.056 31.196 l -3.174 -3.174 c -1.074 -1.074 -2.815 -1.074 -3.889 0 L 0.805 48.209 c -1.074 1.074 -1.074 2.815 0 3.889 l 3.174 3.174 c 1.074 1.074 2.815 1.074 3.889 0 l 15.069 -15.069 l 14.994 14.994 c 1.074 1.074 2.815 1.074 3.889 0 l 1.614 -1.614 c 0.083 -0.066 0.17 -0.125 0.247 -0.202 l 37.1 -37.1 l 5.795 5.795 C 87.84 23.34 90 22.445 90 20.658 V 2.006 C 90 0.898 89.102 0 87.994 0 z"}),(0,i.jsx)("path",{d:"M 65.626 37.8 v 49.45 c 0 1.519 1.231 2.75 2.75 2.75 h 8.782 c 1.519 0 2.75 -1.231 2.75 -2.75 V 23.518 L 65.626 37.8 z"}),(0,i.jsx)("path",{d:"M 47.115 56.312 V 87.25 c 0 1.519 1.231 2.75 2.75 2.75 h 8.782 c 1.519 0 2.75 -1.231 2.75 -2.75 V 42.03 L 47.115 56.312 z"}),(0,i.jsx)("path",{d:"M 39.876 60.503 c -1.937 0 -3.757 -0.754 -5.127 -2.124 l -6.146 -6.145 V 87.25 c 0 1.519 1.231 2.75 2.75 2.75 h 8.782 c 1.519 0 2.75 -1.231 2.75 -2.75 V 59.844 C 41.952 60.271 40.933 60.503 39.876 60.503 z"}),(0,i.jsx)("path",{d:"M 22.937 46.567 L 11.051 58.453 c -0.298 0.298 -0.621 0.562 -0.959 0.8 V 87.25 c 0 1.519 1.231 2.75 2.75 2.75 h 8.782 c 1.519 0 2.75 -1.231 2.75 -2.75 V 48.004 L 22.937 46.567 z"})]})})}),el=(0,i.jsx)("svg",{...Di,viewBox:"0 0 84 82",children:(0,i.jsxs)("g",{transform:"translate(0, 82) scale(0.1, -0.1)",children:[(0,i.jsx)("path",{d:"M42 754 c-22 -15 -22 -17 -22 -303 0 -271 1 -289 19 -305 11 -10 27 -16 37 -14 24 4 30 28 7 28 -41 0 -43 13 -43 291 0 214 3 269 14 278 9 8 100 11 312 9 l299 -3 3 -22 c5 -31 32 -30 32 1 0 53 -18 56 -340 56 -251 0 -299 -2 -318 -16z"}),(0,i.jsx)("path",{d:"M137 642 c-15 -16 -17 -52 -17 -300 0 -242 2 -283 16 -296 13 -14 57 -16 329 -16 313 0 314 0 329 22 24 33 24 553 0 586 -15 22 -16 22 -328 22 -290 0 -314 -1 -329 -18z m638 -297 l0 -280 -310 0 -310 0 -3 270 c-1 148 0 275 3 282 3 11 70 13 312 11 l308 -3 0 -280z"}),(0,i.jsx)("path",{d:"M223 595 c0 -8 9 -15 19 -15 10 0 18 7 18 15 0 8 -8 15 -18 15 -10 0 -19 -7 -19 -15z"}),(0,i.jsx)("path",{d:"M177 553 c-4 -3 -7 -10 -7 -15 0 -4 133 -8 296 -8 232 0 295 3 292 13 -4 9 -72 13 -290 15 -156 1 -287 -1 -291 -5z"}),(0,i.jsx)("path",{d:"M482 409 c5 -16 188 -18 188 -1 0 9 -26 12 -96 12 -64 0 -94 -4 -92 -11z"}),(0,i.jsx)("path",{d:"M315 398 c-23 -62 -55 -164 -55 -175 0 -8 12 -13 31 -13 22 0 32 5 36 20 4 14 14 20 34 20 22 0 29 -5 29 -20 0 -16 7 -20 36 -20 25 0 35 4 31 13 -2 6 -16 51 -31 100 l-27 87 -40 0 c-23 0 -42 -5 -44 -12z m96 -85 c26 -77 26 -83 9 -83 -10 0 -20 9 -23 20 -4 15 -14 20 -40 20 -27 0 -37 -5 -42 -20 -6 -18 -35 -29 -35 -14 0 4 12 42 27 86 24 72 29 79 51 76 22 -3 29 -14 53 -85z"}),(0,i.jsx)("path",{d:"M341 339 c-16 -47 -14 -59 13 -59 33 0 37 10 25 53 -12 45 -24 47 -38 6z"}),(0,i.jsx)("path",{d:"M480 350 c0 -6 38 -10 95 -10 57 0 95 4 95 10 0 6 -38 10 -95 10 -57 0 -95 -4 -95 -10z"})]})}),tl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 512 512",children:[(0,i.jsx)("path",{d:"m288 48h-64a24 24 0 0 1 0-48h64a24 24 0 0 1 0 48z"}),(0,i.jsx)("path",{d:"m414.392 129.608c-1.867-1.867-3.772-3.684-5.692-5.477l19.963-26.769a8 8 0 0 0 -1.63-11.195l-25.65-19.13a8 8 0 0 0 -11.2 1.631l-19.844 26.614a224.63 224.63 0 1 0 44.053 34.326zm-158.392 350.392c-105.869 0-192-86.131-192-192s86.131-192 192-192 192 86.131 192 192-86.131 192-192 192z"}),(0,i.jsx)("path",{d:"m408 296h-152a8 8 0 0 1 -8-8v-152a8 8 0 0 1 8-8c88.224 0 160 71.775 160 160a8 8 0 0 1 -8 8z"}),(0,i.jsx)("circle",{cx:201.421,cy:145.912,r:8}),(0,i.jsx)("circle",{cx:160.185,cy:169.732,r:8}),(0,i.jsx)("circle",{cx:128.327,cy:205.129,r:8}),(0,i.jsx)("circle",{cx:108.967,cy:248.638,r:8}),(0,i.jsx)("circle",{cx:104,cy:296,r:8}),(0,i.jsx)("circle",{cx:113.912,cy:342.579,r:8}),(0,i.jsx)("circle",{cx:137.732,cy:383.815,r:8}),(0,i.jsx)("circle",{cx:173.129,cy:415.673,r:8}),(0,i.jsx)("circle",{cx:216.638,cy:435.033,r:8}),(0,i.jsx)("circle",{cx:264,cy:440,r:8}),(0,i.jsx)("circle",{cx:310.579,cy:430.088,r:8}),(0,i.jsx)("circle",{cx:351.815,cy:406.268,r:8}),(0,i.jsx)("circle",{cx:383.673,cy:370.871,r:8}),(0,i.jsx)("circle",{cx:403.033,cy:327.362,r:8})]}),al=(0,i.jsx)("svg",{...Di,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H176zM288 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52V256c0-28.7 23.3-52 52-52zm-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12V256c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9H192c11 0 20 9 20 20s-9 20-20 20H128c-11 0-20-9-20-20V368.3c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5z"})}),sl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M456 89.333v333.333h33.333c9.205 0 16.667 7.462 16.667 16.667v33.333c0 9.205-7.462 16.667-16.667 16.667H322.667c-9.205 0-16.667-7.462-16.667-16.667v-33.333c0-9.205 7.462-16.667 16.667-16.667H356V289.333H156v133.333h33.333c9.205 0 16.667 7.462 16.667 16.667v33.333c0 9.205-7.462 16.667-16.667 16.667H22.667C13.462 489.333 6 481.871 6 472.667v-33.333c0-9.205 7.462-16.667 16.667-16.667H56V89.333H22.667C13.462 89.333 6 81.871 6 72.667V39.333c0-9.205 7.462-16.667 16.667-16.667h166.667c9.205 0 16.667 7.462 16.667 16.667v33.333c0 9.205-7.462 16.667-16.667 16.667H156v133.333h200V89.333h-33.333c-9.205 0-16.667-7.462-16.667-16.667V39.333c0-9.205 7.462-16.667 16.667-16.667h166.667c9.205 0 16.667 7.462 16.667 16.667v33.333c0 9.205-7.462 16.667-16.667 16.667z"})}),ol=(0,i.jsx)("svg",{...Di,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"})}),nl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"})}),il=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 512.015 512.015",children:[(0,i.jsx)("path",{d:"m198.562 0h66.4v80.333h-66.4z"}),(0,i.jsx)("path",{d:"m344.229 162.8c41.599 0 80.103 13.477 111.4 36.279v-184.079c0-8.284-6.716-15-15-15h-145.666v95.333c0 8.284-6.716 15-15 15h-96.4c-8.284 0-15-6.716-15-15v-95.333h-145.667c-8.284 0-15 6.716-15 15v417.733c0 8.284 6.716 15 15 15h157.501c-73.932-123.458 19.116-286.358 163.832-284.933z"}),(0,i.jsx)("path",{d:"m495.817 302.361-140.98 140.979c-5.858 5.859-15.357 5.857-21.213 0l-80.333-80.333c-5.859-5.859-5.852-15.361 0-21.213l45.444-45.444c5.858-5.859 15.361-5.853 21.213 0l24.282 24.284 95.85-95.851c-103.098-78.701-256.216-3.381-255.45 127.619-.001 88.143 71.454 159.598 159.599 159.598 107.198 1.479 186.383-108.623 151.588-209.639z"}),(0,i.jsx)("path",{d:"m354.835 352.453c-5.858 5.858-15.355 5.858-21.213 0l-24.283-24.284-24.23 24.23 59.12 59.12 132.382-132.382c3.905-3.905 3.905-10.237 0-14.142l-10.089-10.088c-3.905-3.905-10.237-3.905-14.142 0z"})]}),ll=(0,i.jsx)("svg",{...Di,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M256 0c-8.284 0-15 6.716-15 15v70c0 8.284 6.716 15 15 15s15-6.716 15-15V15c0-8.284-6.716-15-15-15zM256 137c-8.284 0-15 6.716-15 15v70c0 8.284 6.716 15 15 15s15-6.716 15-15v-70c0-8.284-6.716-15-15-15zM256 275c-8.284 0-15 6.716-15 15v70c0 8.284 6.716 15 15 15s15-6.716 15-15v-70c0-8.284-6.716-15-15-15zM256 412c-8.284 0-15 6.716-15 15v70c0 8.284 6.716 15 15 15s15-6.716 15-15v-70c0-8.284-6.716-15-15-15zM179.402 103.503l-120-36.842A14.999 14.999 0 0040 81v350a14.999 14.999 0 0019.402 14.338l120-36.842A14.999 14.999 0 00190 394.157V117.842c0-6.588-4.3-12.405-10.598-14.339zM465.915 68.937a14.999 14.999 0 00-13.317-2.276l-120 36.842A14.999 14.999 0 00322 117.842v276.316c0 6.588 4.3 12.405 10.598 14.339l120 36.842A15 15 0 00472 431V81c0-4.759-2.258-9.235-6.085-12.063z"})}),rl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"m19.25 0h-14.5c-1.517 0-2.75 1.233-2.75 2.75v18.5c0 1.517 1.233 2.75 2.75 2.75h14.5c1.517 0 2.75-1.233 2.75-2.75v-18.5c0-1.517-1.233-2.75-2.75-2.75zm-12.5 18.5h.75v-.293c-.292-.103-.5-.381-.5-.707 0-.414.336-.75.75-.75h.5c.414 0 .75.336.75.75v1.75c0 .414-.336.75-.75.75h-1.5c-.965 0-1.75-.785-1.75-1.75v-2.5c0-.965.785-1.75 1.75-1.75h1.5c.414 0 .75.336.75.75s-.336.75-.75.75h-1.5c-.138 0-.25.112-.25.25v2.5c0 .138.112.25.25.25zm5.5.75c0 .414-.336.75-.75.75s-.75-.336-.75-.75v-4.5c0-.414.336-.75.75-.75s.75.336.75.75zm5-2.75c.414 0 .75.336.75.75s-.336.75-.75.75h-2v1.25c0 .414-.336.75-.75.75s-.75-.336-.75-.75v-3.5c0-.965.785-1.75 1.75-1.75h1.75c.414 0 .75.336.75.75s-.336.75-.75.75h-1.75c-.138 0-.25.112-.25.25v.75z"})}),cl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 16 16",children:(0,i.jsx)("path",{d:"M4.854 4.146a.5.5 0 010 .708L1.707 8l3.147 3.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0zm6.292 0a.5.5 0 000 .708L14.293 8l-3.147 3.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 00-.708 0zm-.999-3.124a.5.5 0 01.33.625l-4 13a.5.5 0 01-.955-.294l4-13a.5.5 0 01.625-.33z"})}),dl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{fillRule:"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"})}),hl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 469.333 469.333",children:(0,i.jsx)("path",{d:"M192 42.667H85.333c-23.573 0-42.667 19.093-42.667 42.667V384c0 23.573 19.093 42.667 42.667 42.667H192v42.667h42.667V0H192v42.667zm0 320H85.333l106.667-128v128zM384 42.667H277.333v42.667H384v277.333l-106.667-128v192H384c23.573 0 42.667-19.093 42.667-42.667V85.333c0-23.573-19.094-42.666-42.667-42.666z"})}),pl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"m6.25 19.5c-1.601 0-3.025-1.025-3.542-2.551l-.035-.115c-.122-.404-.173-.744-.173-1.084v-6.818l-2.426 8.098c-.312 1.191.399 2.426 1.592 2.755l15.463 4.141c.193.05.386.074.576.074.996 0 1.906-.661 2.161-1.635l.901-2.865z"}),(0,i.jsx)("path",{d:"m9 9c1.103 0 2-.897 2-2s-.897-2-2-2-2 .897-2 2 .897 2 2 2z"}),(0,i.jsx)("path",{d:"m21.5 2h-15c-1.378 0-2.5 1.122-2.5 2.5v11c0 1.378 1.122 2.5 2.5 2.5h15c1.378 0 2.5-1.122 2.5-2.5v-11c0-1.378-1.122-2.5-2.5-2.5zm-15 2h15c.276 0 .5.224.5.5v7.099l-3.159-3.686c-.335-.393-.82-.603-1.341-.615-.518.003-1.004.233-1.336.631l-3.714 4.458-1.21-1.207c-.684-.684-1.797-.684-2.48 0l-2.76 2.759v-9.439c0-.276.224-.5.5-.5z"})]}),gl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 1000 1004.1441",children:(0,i.jsx)("path",{d:"m229 542.144c58 0 104-47 104-105s-46-104-104-104-104 47-104 104 47 105 104 105zm0-167c35 0 63 28 63 62s-28 63-63 63-62-28-62-63 28-62 62-62zm750-167h-147c1-7 1-14 1-21 0-80-65-145-145-145s-146 65-146 145c0 7 0 14 1 21h-522c-12 0-21 10-21 21v709c0 11 9 20 21 20h958c12 0 21-9 21-20v-709c0-11-9-21-21-21zm-291-125c57 0 104 47 104 104 0 75-71 199-104 253-34-54-105-178-105-253 0-57 47-104 105-104zm-136 167c29 106 114 234 118 241 4 5 11 9 18 9s13-4 17-9c4-7 89-135 118-241h135v547l-171-206c-8-10-24-10-32 0l-85 102-131-224c-4-7-10-11-18-11-6 1-14 4-18 10l-172 268-128-146c-4-5-11-7-18-7-6 1-12 5-16 11l-127 223v-567zm-510 667v-16l149-261 127 145c4 4 10 7 17 7 6-1 12-4 16-10l169-263 129 221c3 6 9 9 16 10 7 0 13-2 18-8l88-105 187 225v55zm708-730c0-34-28-62-62-62s-63 28-63 62 28 63 63 63 62-28 62-63zm-83 0c0-11 9-20 21-20s20 9 20 20-9 21-20 21-21-9-21-21z"})}),ul=(0,i.jsx)("svg",{...Di,version:"1.1",id:"Capa_1",x:"0px",y:"0px",viewBox:"0 0 512 512",style:{enableBackground:"new 0 0 512 512"},xmlSpace:"preserve",children:(0,i.jsxs)("g",{id:"Scroll",children:[(0,i.jsx)("circle",{style:{fill:"none",stroke:a,strokeWidth:40,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10},cx:256,cy:256,r:120}),(0,i.jsx)("path",{style:{fill:"none",stroke:a,strokeWidth:40,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10},d:"M176,83.431l51.716-51.716c15.621-15.621,40.948-15.621,56.569,0L336,83.431"}),(0,i.jsx)("path",{style:{fill:"none",stroke:a,strokeWidth:40,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10},d:"M176,428.569l51.716,51.716c15.621,15.621,40.948,15.621,56.569,0L336,428.569"}),(0,i.jsx)("path",{style:{fill:"none",stroke:a,strokeWidth:40,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10},d:"M83.431,336l-51.716-51.716c-15.621-15.621-15.621-40.948,0-56.569L83.431,176"}),(0,i.jsx)("path",{style:{fill:"none",stroke:a,strokeWidth:40,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10},d:" M428.569,336l51.716-51.716c15.621-15.621,15.621-40.948,0-56.569L428.569,176"})]})}),ml=(0,i.jsx)("svg",{...Di,viewBox:"0 0 23.625 23.625",children:(0,i.jsx)("path",{d:"M11.812,0C5.289,0,0,5.289,0,11.812s5.289,11.813,11.812,11.813s11.813-5.29,11.813-11.813 S18.335,0,11.812,0z M14.271,18.307c-0.608,0.24-1.092,0.422-1.455,0.548c-0.362,0.126-0.783,0.189-1.262,0.189 c-0.736,0-1.309-0.18-1.717-0.539s-0.611-0.814-0.611-1.367c0-0.215,0.015-0.435,0.045-0.659c0.031-0.224,0.08-0.476,0.147-0.759 l0.761-2.688c0.067-0.258,0.125-0.503,0.171-0.731c0.046-0.23,0.068-0.441,0.068-0.633c0-0.342-0.071-0.582-0.212-0.717 c-0.143-0.135-0.412-0.201-0.813-0.201c-0.196,0-0.398,0.029-0.605,0.09c-0.205,0.063-0.383,0.12-0.529,0.176l0.201-0.828 c0.498-0.203,0.975-0.377,1.43-0.521c0.455-0.146,0.885-0.218,1.29-0.218c0.731,0,1.295,0.178,1.692,0.53 c0.395,0.353,0.594,0.812,0.594,1.376c0,0.117-0.014,0.323-0.041,0.617c-0.027,0.295-0.078,0.564-0.152,0.811l-0.757,2.68 c-0.062,0.215-0.117,0.461-0.167,0.736c-0.049,0.275-0.073,0.485-0.073,0.626c0,0.356,0.079,0.599,0.239,0.728 c0.158,0.129,0.435,0.194,0.827,0.194c0.185,0,0.392-0.033,0.626-0.097c0.232-0.064,0.4-0.121,0.506-0.17L14.271,18.307z M14.137,7.429c-0.353,0.328-0.778,0.492-1.275,0.492c-0.496,0-0.924-0.164-1.28-0.492c-0.354-0.328-0.533-0.727-0.533-1.193 c0-0.465,0.18-0.865,0.533-1.196c0.356-0.332,0.784-0.497,1.28-0.497c0.497,0,0.923,0.165,1.275,0.497 c0.353,0.331,0.53,0.731,0.53,1.196C14.667,6.703,14.49,7.101,14.137,7.429z"})}),vl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("circle",{cx:"12",cy:"12",r:"10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",opacity:"0.45"}),(0,i.jsx)("circle",{cx:"12",cy:"12",r:"4.6",fill:a,opacity:"0.9"}),(0,i.jsx)("circle",{cx:"12",cy:"2.6",r:"2.2",fill:s}),(0,i.jsx)("circle",{cx:"20.1",cy:"16.7",r:"2.2",fill:s}),(0,i.jsx)("circle",{cx:"3.9",cy:"16.7",r:"2.2",fill:s})]}),bl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M15,2 C16.6568542,2 18,3.34314575 18,5 L18,19 C18,20.6568542 16.6568542,22 15,22 L9,22 C7.34314575,22 6,20.6568542 6,19 L6,5 C6,3.34314575 7.34314575,2 9,2 L15,2 Z M15,4 L9,4 C8.44771525,4 8,4.44771525 8,5 L8,19 C8,19.5522847 8.44771525,20 9,20 L15,20 C15.5522847,20 16,19.5522847 16,19 L16,5 C16,4.44771525 15.5522847,4 15,4 Z M3,6 C3.55228475,6 4,6.44771525 4,7 L4,17 C4,17.5522847 3.55228475,18 3,18 C2.44771525,18 2,17.5522847 2,17 L2,7 C2,6.44771525 2.44771525,6 3,6 Z M21,6 C21.5522847,6 22,6.44771525 22,7 L22,17 C22,17.5522847 21.5522847,18 21,18 C20.4477153,18 20,17.5522847 20,17 L20,7 C20,6.44771525 20.4477153,6 21,6 Z"})}),fl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 44 44",children:[(0,i.jsx)("path",{fillRule:"evenodd",fill:"url(#lottieLogoGradient)",d:"M3.252 0A3.252 3.252 0 000 3.252v37.496A3.252 3.252 0 003.252 44h36.887a3.252 3.252 0 003.252-3.252V3.252A3.252 3.252 0 0040.139 0H3.252zM34.9 11.165c.176-1.208-.646-2.33-1.837-2.509-4.495-.674-8.754 3.376-13.297 12.148-3.567 6.888-6.775 10.35-8.96 10.186-1.2-.09-2.245.824-2.334 2.04-.088 1.217.813 2.277 2.013 2.367 4.423.331 8.625-3.822 13.14-12.539 3.535-6.827 6.693-10.147 8.801-9.83 1.19.177 2.298-.656 2.474-1.864z"}),(0,i.jsxs)("linearGradient",{id:"lottieLogoGradient",x1:-13.485,y1:25.573,x2:28.352,y2:52.389,gradientUnits:"userSpaceOnUse",children:[(0,i.jsx)("stop",{stopColor:s}),(0,i.jsx)("stop",{offset:1,stopColor:a})]})]}),wl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 512 512",children:[(0,i.jsx)("path",{d:"M10.688,95.156C80.958,154.667,204.26,259.365,240.5,292.01c4.865,4.406,10.083,6.646,15.5,6.646 c5.406,0,10.615-2.219,15.469-6.604c36.271-32.677,159.573-137.385,229.844-196.896c4.375-3.698,5.042-10.198,1.5-14.719 C494.625,69.99,482.417,64,469.333,64H42.667c-13.083,0-25.292,5.99-33.479,16.438C5.646,84.958,6.313,91.458,10.688,95.156z"}),(0,i.jsx)("path",{d:"M505.813,127.406c-3.781-1.76-8.229-1.146-11.375,1.542C416.51,195.01,317.052,279.688,285.76,307.885 c-17.563,15.854-41.938,15.854-59.542-0.021c-33.354-30.052-145.042-125-208.656-178.917c-3.167-2.688-7.625-3.281-11.375-1.542 C2.417,129.156,0,132.927,0,137.083v268.25C0,428.865,19.135,448,42.667,448h426.667C492.865,448,512,428.865,512,405.333 v-268.25C512,132.927,509.583,129.146,505.813,127.406z"})]}),xl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 448 512",children:(0,i.jsx)("path",{d:"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),yl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 512 512",children:[(0,i.jsx)("path",{d:"M294.416 447.644l56.28-62.302-47.401-27.367-25.815 79.891c-3.315 10.257 9.71 17.777 16.936 9.778zM496.995 77.21c-14.349-8.284-32.696-3.368-40.981 10.981l-15 25.981 51.962 30 15-25.981c8.284-14.349 3.368-32.696-10.981-40.981zM316.008 330.686l80-138.56 51.96 30-80 138.56zM411.011 166.145l15-25.98 51.96 30-15 25.98zM302 0H55C24.624 0 0 24.624 0 55v25h302zM131.607 225.393l19.199 19.199L179 207c6-8 18-8 24 0l33 44v-80H76v88.787l34.393-34.394c5.858-5.858 15.356-5.858 21.214 0z"}),(0,i.jsx)("path",{d:"M97.213 281h47.574L121 257.213zM172.234 266.021L187.213 281H221l-30-40zM432 69.786V55c0-30.376-24.624-55-55-55h-45v80h94.103z"}),(0,i.jsx)("path",{d:"M380.317 397.305l-63.64 70.449C309.074 476.172 298.301 481 287.126 481h-.001c-12.838 0-25.024-6.214-32.599-16.622A39.56 39.56 0 01248.197 451H61c-8.284 0-15-6.716-15-15s6.716-15 15-15h190.402l12.925-40H61c-8.284 0-15-6.716-15-15s6.716-15 15-15h213.021l4.102-12.695a44.94 44.94 0 013.849-8.663L408.782 110H0v347c0 30.376 24.624 55 55 55h322c30.376 0 55-24.624 55-55V309.785l-46.104 79.855a45.037 45.037 0 01-5.579 7.665zM46 156c0-8.284 6.716-15 15-15h190c8.284 0 15 6.716 15 15v140c0 8.284-6.716 15-15 15H61c-8.284 0-15-6.716-15-15z"})]}),kl=(0,i.jsxs)("svg",{...Di,viewBox:"-25 0 512 512.00078",children:[(0,i.jsx)("path",{d:"M 266.4375 104.960938 L 322.957031 104.960938 L 236.449219 13.957031 L 236.449219 74.855469 C 236.449219 91.351562 249.828125 104.960938 266.4375 104.960938 Z M 266.4375 104.960938"}),(0,i.jsx)("path",{d:"M 172.667969 334.488281 L 72.433594 334.488281 C 67.359375 334.488281 63.207031 330.339844 63.207031 325.261719 C 63.207031 320.1875 67.359375 316.035156 72.433594 316.035156 L 178.78125 316.035156 C 184.660156 301.042969 192.503906 288.351562 202.195312 275.664062 L 72.433594 275.664062 C 67.359375 275.664062 63.207031 271.515625 63.207031 266.4375 C 63.207031 261.363281 67.359375 257.210938 72.433594 257.210938 L 219.726562 257.210938 C 247.40625 232.988281 284.085938 217.535156 324.109375 217.535156 C 327.914062 217.535156 331.03125 217.878906 335.644531 218.226562 L 335.644531 123.414062 L 266.4375 123.414062 C 239.679688 123.414062 217.996094 101.5 217.996094 74.855469 L 217.996094 0 L 41.0625 0 C 18.222656 0 0 18.683594 0 41.636719 L 0 393.660156 C 0 416.613281 18.222656 434.835938 41.0625 434.835938 L 180.046875 434.835938 C 172.089844 416.382812 167.707031 395.621094 167.707031 373.9375 C 167.589844 360.328125 169.4375 347.175781 172.667969 334.488281 Z M 72.433594 199.539062 L 189.277344 199.539062 C 194.351562 199.539062 198.503906 203.691406 198.503906 208.769531 C 198.503906 213.84375 194.351562 217.996094 189.277344 217.996094 L 72.433594 217.996094 C 67.359375 217.996094 63.207031 213.84375 63.207031 208.769531 C 63.207031 203.691406 67.359375 199.539062 72.433594 199.539062 Z M 72.433594 199.539062"}),(0,i.jsx)("path",{d:"M 323.992188 236.335938 C 247.984375 236.335938 186.160156 298.15625 186.160156 374.167969 C 186.160156 450.175781 247.984375 512 323.992188 512 C 400.003906 512 461.828125 450.175781 461.828125 374.167969 C 461.828125 298.15625 400.003906 236.335938 323.992188 236.335938 Z M 323.765625 364.25 C 351.5625 364.25 374.050781 386.855469 374.050781 414.535156 C 374.050781 439.449219 355.945312 460.097656 332.183594 464.132812 L 332.183594 477.511719 C 332.183594 482.589844 328.03125 486.742188 322.957031 486.742188 C 317.882812 486.742188 313.730469 482.589844 313.730469 477.511719 L 313.730469 463.789062 C 290.777344 459.058594 273.476562 438.757812 273.476562 414.535156 C 273.476562 409.460938 277.628906 405.308594 282.703125 405.308594 C 287.777344 405.308594 291.929688 409.460938 291.929688 414.535156 C 291.929688 432.070312 306.234375 446.371094 323.765625 446.371094 C 341.296875 446.371094 355.597656 432.066406 355.597656 414.535156 C 355.597656 397.003906 341.296875 382.703125 323.765625 382.703125 C 295.96875 382.703125 273.476562 360.09375 273.476562 332.414062 C 273.476562 308.074219 290.777344 287.777344 313.730469 283.164062 L 313.730469 273.359375 C 313.730469 268.28125 317.882812 264.128906 322.957031 264.128906 C 328.03125 264.128906 332.183594 268.28125 332.183594 273.359375 L 332.183594 282.699219 C 355.945312 286.738281 374.050781 307.382812 374.050781 332.296875 C 374.050781 337.371094 369.902344 341.523438 364.824219 341.523438 C 359.75 341.523438 355.597656 337.371094 355.597656 332.296875 C 355.597656 315.457031 342.449219 301.617188 325.839844 300.464844 C 324.917969 300.808594 323.878906 300.925781 322.839844 300.925781 C 321.917969 300.925781 321.109375 300.808594 320.1875 300.578125 C 304.269531 302.308594 291.816406 315.804688 291.816406 332.296875 C 291.929688 349.945312 306.230469 364.25 323.765625 364.25 Z M 323.765625 364.25"})]}),Cl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 34 34",children:(0,i.jsx)("path",{transform:"translate(-1094.000000, -2938.000000)",d:"M1118.5,2938.0001 C1119.881,2938.0001 1121,2939.1191 1121,2940.5001 L1121,2940.5001 L1121,2969.5001 C1121,2970.8801 1119.881,2972.0001 1118.5,2972.0001 L1118.5,2972.0001 L1103.5,2972.0001 C1102.12,2972.0001 1101,2970.8801 1101,2969.5001 L1101,2969.5001 L1101,2940.5001 C1101,2939.1191 1102.12,2938.0001 1103.5,2938.0001 L1103.5,2938.0001 Z M1118.5,2939.0001 L1103.5,2939.0001 C1102.673,2939.0001 1102,2939.6731 1102,2940.5001 L1102,2940.5001 L1102,2969.5001 C1102,2970.3271 1102.673,2971.0001 1103.5,2971.0001 L1103.5,2971.0001 L1118.5,2971.0001 C1119.327,2971.0001 1120,2970.3271 1120,2969.5001 L1120,2969.5001 L1120,2940.5001 C1120,2939.6731 1119.327,2939.0001 1118.5,2939.0001 L1118.5,2939.0001 Z M1125.23077,2942 C1126.75754,2942 1128,2943.29615 1128,2944.88889 L1128,2944.88889 L1128,2965.11111 C1128,2966.70385 1126.75754,2968 1125.23077,2968 L1125.23077,2968 L1123,2968 L1123,2967.03704 L1125.23077,2967.03704 C1126.24892,2967.03704 1127.07692,2966.17326 1127.07692,2965.11111 L1127.07692,2965.11111 L1127.07692,2944.88889 C1127.07692,2943.82674 1126.24892,2942.96296 1125.23077,2942.96296 L1125.23077,2942.96296 L1123,2942.96296 L1123,2942 Z M1099,2942 L1099,2942.96296 L1096.76923,2942.96296 C1095.75108,2942.96296 1094.92308,2943.82674 1094.92308,2944.88889 L1094.92308,2944.88889 L1094.92308,2965.11111 C1094.92308,2966.17326 1095.75108,2967.03704 1096.76923,2967.03704 L1096.76923,2967.03704 L1099,2967.03704 L1099,2968 L1096.76923,2968 C1095.24246,2968 1094,2966.70385 1094,2965.11111 L1094,2965.11111 L1094,2944.88889 C1094,2943.29615 1095.24246,2942 1096.76923,2942 L1096.76923,2942 L1099,2942 Z M1116.6436,2962.4107 C1117.4726,2962.4107 1118.1436,2963.0817 1118.1436,2963.9107 C1118.1436,2964.7397 1117.4726,2965.4107 1116.6436,2965.4107 L1116.6436,2965.4107 L1106.0266,2965.4107 C1105.1976,2965.4107 1104.5266,2964.7397 1104.5266,2963.9107 C1104.5266,2963.0817 1105.1976,2962.4107 1106.0266,2962.4107 L1106.0266,2962.4107 Z M1115.6434,2955.9249 C1115.9204,2955.9249 1116.1434,2956.1489 1116.1434,2956.4249 C1116.1434,2956.7009 1115.9204,2956.9249 1115.6434,2956.9249 L1115.6434,2956.9249 L1105.0264,2956.9249 C1104.7504,2956.9249 1104.5264,2956.7009 1104.5264,2956.4249 C1104.5264,2956.1489 1104.7504,2955.9249 1105.0264,2955.9249 L1105.0264,2955.9249 Z M1110.3354,2952.2164 C1110.6114,2952.2164 1110.8354,2952.4404 1110.8354,2952.7164 C1110.8354,2952.9924 1110.6114,2953.2164 1110.3354,2953.2164 L1110.3354,2953.2164 L1105.0264,2953.2164 C1104.7504,2953.2164 1104.5264,2952.9924 1104.5264,2952.7164 C1104.5264,2952.4404 1104.7504,2952.2164 1105.0264,2952.2164 L1105.0264,2952.2164 Z M1114.7064,2948.2579 C1114.9824,2948.2579 1115.2064,2948.4819 1115.2064,2948.7579 C1115.2064,2949.0339 1114.9824,2949.2579 1114.7064,2949.2579 L1114.7064,2949.2579 L1105.0264,2949.2579 C1104.7504,2949.2579 1104.5264,2949.0339 1104.5264,2948.7579 C1104.5264,2948.4819 1104.7504,2948.2579 1105.0264,2948.2579 L1105.0264,2948.2579 Z M1116.8594,2944.2022 C1117.1354,2944.2022 1117.3594,2944.4262 1117.3594,2944.7022 C1117.3594,2944.9782 1117.1354,2945.2022 1116.8594,2945.2022 L1116.8594,2945.2022 L1105.0264,2945.2022 C1104.7504,2945.2022 1104.5264,2944.9782 1104.5264,2944.7022 C1104.5264,2944.4262 1104.7504,2944.2022 1105.0264,2944.2022 L1105.0264,2944.2022 Z"})}),_l=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 512 512",children:[(0,i.jsx)("path",{d:"m30 30h53.857v-30h-83.857v83.857h30z"}),(0,i.jsx)("path",{d:"m428.143 0v30h53.857v53.857h30v-83.857z"}),(0,i.jsx)("path",{d:"m30 428.143h-30v83.857h83.857v-30h-53.857z"}),(0,i.jsx)("path",{d:"m482 482h-53.857v30h83.857v-83.857h-30z"}),(0,i.jsx)("path",{d:"m68.857 236.571h167.714v-167.714h-167.714zm30-137.714h107.714v107.714h-107.714z"}),(0,i.jsx)("path",{d:"m443.143 275.429h-167.714v167.714h167.714zm-137.714 30h107.714v38.857h-68.856v68.856h-38.857v-107.713zm68.857 107.714v-38.856h38.856v38.856z"}),(0,i.jsx)("path",{d:"m206.571 344.286h-38.857v-68.857h-98.857v167.714h167.714v-152.714h-30zm0 68.857h-107.714v-107.714h38.857v68.857h68.857z"}),(0,i.jsx)("path",{d:"m137.714 137.714h30v30h-30z"}),(0,i.jsx)("path",{d:"m305.429 98.857h38.857v68.856h68.856v38.857h-137.705v30h167.705v-167.713h-167.713v98.643h30zm68.857 0h38.856v38.856h-38.856z"})]}),Ml=(0,i.jsx)("svg",{...Di,viewBox:"0 0 20 20",children:(0,i.jsx)("path",{d:"M12.5 4v5.2h-5V4H5v13h2.5v-5.2h5V17H15V4"})}),zl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 512.013 512.013",children:[(0,i.jsx)("path",{d:"m469.481 127.589h-5.19c-3.068-10.775-7.354-21.113-12.802-30.887l3.689-3.69c4.221-4.219 6.544-9.846 6.544-15.845s-2.323-11.625-6.547-15.849l-24.58-24.551c-4.221-4.247-9.855-6.585-15.865-6.585-6.009 0-11.644 2.338-15.844 6.564l-3.685 3.685c-9.781-5.465-20.123-9.759-30.891-12.826v-5.189c.001-12.36-10.054-22.416-22.415-22.416h-34.752c-12.36 0-22.416 10.056-22.416 22.416v5.189c-10.766 3.066-21.114 7.361-30.915 12.83l-3.668-3.668c-4.223-4.247-9.857-6.585-15.866-6.584-6.009 0-11.643 2.339-15.843 6.564l-24.575 24.576c-4.221 4.219-6.544 9.846-6.544 15.845s2.323 11.625 6.543 15.844l3.688 3.689c-5.471 9.804-9.759 20.144-12.81 30.888h-5.209c-12.36 0-22.416 10.056-22.416 22.416v34.782c0 12.36 10.056 22.416 22.416 22.416h5.209c3.051 10.743 7.339 21.083 12.81 30.888l-3.688 3.689c-4.221 4.219-6.544 9.846-6.544 15.845 0 5.998 2.323 11.625 6.543 15.844l24.556 24.556c4.221 4.247 9.854 6.585 15.863 6.585h.001c6.009 0 11.644-2.338 15.845-6.564l3.688-3.689c9.811 5.474 20.159 9.763 30.915 12.813v5.207c0 12.36 10.056 22.416 22.416 22.416h34.752c12.36 0 22.416-10.056 22.416-22.416v-5.207c10.759-3.051 21.099-7.338 30.891-12.809l3.664 3.664c4.221 4.247 9.855 6.585 15.864 6.585 6.01 0 11.645-2.339 15.841-6.56l24.608-24.581c4.22-4.22 6.543-9.847 6.543-15.845 0-5.999-2.323-11.625-6.543-15.844l-3.69-3.69c5.448-9.774 9.733-20.112 12.802-30.887h5.19c12.36 0 22.416-10.056 22.416-22.416v-34.782c.001-12.36-10.054-22.416-22.415-22.416zm-125.17 184.787c0 1.31-1.106 2.416-2.416 2.416h-34.752c-1.31 0-2.416-1.106-2.416-2.416v-12.983-63.043c0-4.182-2.602-7.922-6.522-9.376-26.872-9.966-44.926-35.828-44.926-64.354 0-22.607 11.257-43.799 30.107-56.684.846-.578 1.594-1.05 2.248-1.437-.036 1.3-.128 2.536-.177 3.181-.075 1.015-.135 1.816-.135 2.611v47.197c0 21.663 16.927 39.755 38.534 41.188.441.029.883.029 1.324 0 21.592-1.432 38.506-19.524 38.506-41.188v-47.197c0-.791-.059-1.587-.133-2.596-.048-.648-.14-1.891-.175-3.197.652.386 1.396.857 2.239 1.434 18.855 12.888 30.112 34.08 30.112 56.687 0 28.523-18.044 54.386-44.9 64.355-3.919 1.455-6.52 5.194-6.52 9.375v63.043 12.984zm127.586-127.589c0 1.287-1.129 2.416-2.416 2.416h-12.954c-4.672 0-8.722 3.235-9.753 7.792-3.167 13.993-8.652 27.225-16.303 39.328-2.498 3.952-1.924 9.108 1.382 12.414l9.185 9.185c.596.596.685 1.322.685 1.702 0 .379-.089 1.106-.682 1.698l-24.629 24.602c-.563.566-1.226.685-1.682.685-.455 0-1.117-.119-1.701-.707l-9.185-9.185c-3.311-3.31-8.472-3.88-12.424-1.376-8.536 5.409-17.622 9.701-27.109 12.873v-43.213c31.024-14.438 51.42-45.901 51.42-80.383 0-29.217-14.515-56.581-38.825-73.198-3.724-2.545-15.049-10.288-24.954-4.587-9.726 5.6-8.757 18.727-8.344 24.333.036.487.071.896.079 1.125v47.197c0 10.946-8.366 20.123-19.168 21.178-10.817-1.056-19.196-10.233-19.196-21.178l-.001-47.125c.009-.301.045-.71.081-1.199.417-5.603 1.394-18.723-8.324-24.326-9.901-5.711-21.243 2.035-24.974 4.582-24.312 16.618-38.826 43.982-38.826 73.199 0 34.487 20.407 65.952 51.448 80.386v43.21c-9.489-3.172-18.586-7.466-27.147-12.878-1.646-1.04-3.498-1.547-5.341-1.547-2.583 0-5.145.999-7.074 2.929l-9.204 9.205c-.563.567-1.226.686-1.682.686s-1.117-.119-1.701-.706l-24.576-24.577c-.597-.596-.686-1.323-.686-1.702 0-.38.089-1.106.686-1.703l9.184-9.185c3.306-3.306 3.88-8.462 1.382-12.414-7.69-12.167-13.174-25.393-16.299-39.311-1.024-4.565-5.078-7.81-9.757-7.81h-12.982c-1.287 0-2.416-1.129-2.416-2.416v-34.782c0-1.31 1.106-2.416 2.416-2.416h12.982c4.679 0 8.732-3.245 9.757-7.81 3.125-13.918 8.608-27.145 16.299-39.311 2.498-3.952 1.924-9.108-1.382-12.414l-9.185-9.185c-.596-.596-.685-1.322-.685-1.702s.089-1.106.686-1.703l24.597-24.598c.563-.566 1.225-.685 1.681-.685s1.118.119 1.702.706l9.184 9.185c3.308 3.307 8.464 3.88 12.415 1.382 12.151-7.682 25.392-13.177 39.351-16.33 4.56-1.03 7.797-5.081 7.797-9.754v-12.953c0-1.31 1.106-2.416 2.416-2.416h34.752c1.31 0 2.416 1.106 2.416 2.416v12.955c0 4.674 3.237 8.724 7.796 9.754 13.972 3.156 27.198 8.648 39.313 16.325 3.953 2.504 9.113 1.934 12.424-1.376l9.205-9.206c.563-.566 1.226-.685 1.681-.685.456 0 1.118.119 1.706.71l24.602 24.573c.596.596.685 1.322.685 1.702s-.089 1.106-.686 1.703l-9.184 9.185c-3.306 3.306-3.88 8.462-1.382 12.414 7.65 12.103 13.136 25.334 16.303 39.328 1.031 4.557 5.081 7.792 9.753 7.792h12.954c1.31 0 2.416 1.106 2.416 2.416v34.781z"}),(0,i.jsx)("path",{d:"m382.786 440.321c-3.905 3.905-3.905 10.237 0 14.143 1.953 1.952 4.512 2.929 7.071 2.929s5.118-.977 7.071-2.929l.028-.028c3.905-3.905 3.891-10.223-.015-14.128s-10.25-3.89-14.155.013z"}),(0,i.jsx)("path",{d:"m429.112 343.45-79.391 40.771c-6.73-6.97-16.16-11.318-26.591-11.318h-54.396c-3.046 0-3.79-.242-3.84-.259-.441-.232-1.835-1.542-2.954-2.594l-.496-.466c-44.008-41.427-81.183-38.802-123.458-22.118-6.84 2.7-6.972 2.706-13.841 2.999l-12.3.009c-3.504-10.571-13.476-18.221-25.207-18.221h-39.996c-14.627 0-26.526 11.913-26.526 26.555v104.969c0 14.626 11.899 26.526 26.526 26.526h39.996c11.73 0 21.701-7.641 25.206-18.199h22.5c1.987 0 1.987 0 4.298.651.84.237 1.862.525 3.182.88l103.494 27.688c4.562 1.232 8.746 2.445 12.793 3.617 13.26 3.842 24.406 7.072 36.023 7.072 13.13 0 26.859-4.126 44.916-16.16.087-.058.174-.118.26-.179l19.758-14.089c4.497-3.207 5.543-9.451 2.336-13.948-3.207-4.498-9.453-5.543-13.947-2.336l-19.627 13.995c-26.204 17.429-37.331 14.207-64.153 6.435-4.132-1.197-8.404-2.435-13.165-3.721l-103.502-27.689c-1.212-.326-2.163-.594-2.943-.814-3.776-1.064-5.188-1.4-9.722-1.4h-21.152v-81.624h10.807c.144 0 .286-.003.43-.009l.57-.024c8.383-.358 10.728-.587 20.33-4.378 37.129-14.652 65.789-16.393 102.419 18.09l.495.465c6.26 5.883 9.865 8.279 20.491 8.279h54.396c6.384 0 11.951 3.544 14.853 8.765.031.058.067.113.099.171 1.296 2.397 2.034 5.139 2.034 8.051 0 9.351-7.619 16.958-16.985 16.958h-88.157c-5.522 0-10 4.477-10 10s4.478 10 10 10h88.157c20.394 0 36.985-16.579 36.985-36.958 0-2.77-.316-5.466-.896-8.063l79.028-40.585c7.48-3.84 17.708-3.428 22.786 4.812 4.492 7.263 2.021 16.917-5.744 22.453l-34.667 24.69c-4.499 3.204-5.549 9.448-2.345 13.947 1.951 2.739 5.029 4.2 8.154 4.2 2.007 0 4.033-.603 5.792-1.855l34.671-24.693c16.466-11.739 21.258-32.917 11.156-49.248-9.934-16.122-30.972-21.324-48.94-12.1zm-335.92 120.327c0 3.538-3.001 6.526-6.554 6.526h-39.996c-3.538 0-6.526-2.989-6.526-6.526v-104.968c0-3.614 2.928-6.555 6.526-6.555h39.996c3.553 0 6.554 3.001 6.554 6.555z"})]}),jl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 20 20",children:[(0,i.jsx)("path",{fillRule:"evenodd",d:"M22.53,4.33V19.68A31.08,31.08,0,0,0,12,17.76,31.08,31.08,0,0,0,1.43,19.68V4.33A31.08,31.08,0,0,0,12,6.25,31.08,31.08,0,0,0,22.53,4.33Z"}),(0,i.jsx)("rect",{width:"2",height:"2",x:"9.002",y:"13",rx:"1"}),(0,i.jsx)("path",{d:"M9.1 7.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 7.995z"})]}),Ll=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("circle",{cx:"7",cy:"18",r:"1"}),(0,i.jsx)("path",{d:"m7.707 12.293c.391.391.391 1.023 0 1.414-.195.195-.451.293-.707.293s-.512-.098-.707-.293l-3-3c-.391-.391-.391-1.023 0-1.414l3-3c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414l-2.293 2.293z"}),(0,i.jsx)("circle",{cx:"12",cy:"18",r:"1"}),(0,i.jsx)("circle",{cx:"17",cy:"18",r:"1"}),(0,i.jsx)("path",{d:"m20.707 10.707-3 3c-.195.195-.451.293-.707.293s-.512-.098-.707-.293c-.391-.391-.391-1.023 0-1.414l2.293-2.293-2.293-2.293c-.391-.391-.391-1.023 0-1.414s1.023-.391 1.414 0l3 3c.391.391.391 1.023 0 1.414z"}),(0,i.jsx)("path",{d:"m21 24h-18c-1.654 0-3-1.346-3-3v-18c0-1.654 1.346-3 3-3h18c1.654 0 3 1.346 3 3v18c0 1.654-1.346 3-3 3zm-18-22c-.552 0-1 .449-1 1v18c0 .551.448 1 1 1h18c.552 0 1-.449 1-1v-18c0-.551-.448-1-1-1z"})]}),Sl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 490 490",children:[(0,i.jsx)("path",{d:"M245,490c135.31,0,245-109.69,245-245C490,109.69,380.31,0,245,0S0,109.69,0,245C0,380.31,109.69,490,245,490z M245,30.625 c118.207,0,214.375,96.168,214.375,214.375S363.207,459.375,245,459.375S30.625,363.207,30.625,245S126.793,30.625,245,30.625z"}),(0,i.jsx)("path",{d:"M137.499,304.69c15.674,0,29.948-6.083,40.611-16l78.128,36.678c-0.583,3.341-0.904,6.771-0.904,10.276 c0,32.913,26.782,59.695,59.695,59.695c32.913,0,59.695-26.782,59.695-59.695c0-32.913-26.782-59.695-59.695-59.695 c-18.454,0-34.978,8.422-45.937,21.621l-74.543-34.995c1.717-5.561,2.646-11.464,2.646-17.581c0-4.942-0.615-9.741-1.753-14.337 l75.93-35.646c10.906,11.704,26.437,19.043,43.657,19.043c32.913,0,59.695-26.782,59.695-59.695 c0-32.913-26.782-59.695-59.695-59.695c-32.913,0-59.695,26.782-59.695,59.695c0,4.681,0.559,9.232,1.583,13.606l-76.295,35.817 c-10.876-11.376-26.181-18.484-43.123-18.484c-32.913,0-59.695,26.782-59.695,59.695S104.586,304.69,137.499,304.69z M315.028,306.574c16.03,0,29.07,13.04,29.07,29.07c0,16.03-13.04,29.07-29.07,29.07c-16.03,0-29.07-13.04-29.07-29.07 C285.958,319.614,298.998,306.574,315.028,306.574z M315.028,125.291c16.03,0,29.07,13.039,29.07,29.07 c0,16.03-13.04,29.07-29.07,29.07c-16.03,0-29.07-13.04-29.07-29.07C285.958,138.331,298.998,125.291,315.028,125.291z M137.499,215.925c16.03,0,29.07,13.04,29.07,29.07s-13.039,29.07-29.07,29.07s-29.07-13.04-29.07-29.07 S121.468,215.925,137.499,215.925z"})]}),$l=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 473.931 473.931",children:[(0,i.jsx)("circle",{cx:"236.966",cy:"236.966",r:"236.966"}),(0,i.jsx)("path",{fill:"#FFC50B",d:"M100.174,228.419c-0.228-0.67-0.797-1.156-1.489-1.257l-23.768-3.454l-10.634-21.538\r c-0.614-1.253-2.69-1.253-3.304,0l-10.634,21.538l-23.76,3.454c-0.696,0.101-1.272,0.587-1.489,1.257\r c-0.213,0.67-0.037,1.399,0.468,1.886l17.197,16.763l-4.056,23.67c-0.123,0.692,0.161,1.388,0.73,1.8s1.325,0.468,1.946,0.142\r l21.253-11.177l21.261,11.177c0.269,0.142,0.561,0.21,0.861,0.21c0.382,0,0.76-0.116,1.081-0.352\r c0.561-0.412,0.849-1.111,0.722-1.8l-4.052-23.67l17.197-16.763C100.212,229.819,100.388,229.086,100.174,228.419z"}),(0,i.jsx)("path",{fill:"#FFC50B",d:"M187.339,228.419c-0.221-0.67-0.797-1.156-1.489-1.257l-23.76-3.454l-10.634-21.538\r c-0.614-1.253-2.69-1.253-3.304,0l-10.634,21.538l-23.76,3.454c-0.696,0.101-1.272,0.587-1.489,1.257\r c-0.217,0.67-0.037,1.399,0.468,1.886l17.197,16.763l-4.064,23.67c-0.109,0.692,0.168,1.388,0.73,1.8\r c0.576,0.412,1.328,0.468,1.946,0.142l21.261-11.177l21.253,11.177c0.269,0.142,0.569,0.21,0.861,0.21\r c0.389,0,0.767-0.116,1.089-0.352c0.561-0.412,0.849-1.111,0.722-1.8l-4.056-23.67l17.197-16.763\r C187.376,229.819,187.559,229.086,187.339,228.419z"}),(0,i.jsx)("path",{fill:"#FFC50B",d:"M275.409,228.419c-0.221-0.67-0.797-1.156-1.489-1.257l-23.76-3.454l-10.634-21.538\r c-0.614-1.253-2.69-1.253-3.304,0l-10.634,21.538l-23.756,3.454c-0.696,0.101-1.272,0.587-1.489,1.257\r c-0.217,0.67-0.045,1.399,0.468,1.886l17.197,16.763l-4.064,23.67c-0.116,0.692,0.168,1.388,0.73,1.8\r c0.569,0.412,1.328,0.468,1.946,0.142l21.261-11.177l21.261,11.177c0.262,0.142,0.561,0.21,0.857,0.21\r c0.382,0,0.767-0.116,1.081-0.352c0.561-0.412,0.857-1.111,0.73-1.8l-4.056-23.67l17.197-16.763\r C275.446,229.819,275.629,229.086,275.409,228.419z"}),(0,i.jsx)("path",{fill:"#FFC50B",d:"M360.822,228.419c-0.213-0.67-0.789-1.156-1.482-1.257l-23.76-3.454l-10.634-21.538\r c-0.621-1.253-2.69-1.253-3.304,0l-10.634,21.538l-23.76,3.454c-0.703,0.101-1.272,0.587-1.489,1.257\r c-0.217,0.67-0.045,1.399,0.46,1.886l17.205,16.763l-4.064,23.67c-0.116,0.692,0.161,1.388,0.73,1.8s1.325,0.468,1.946,0.142\r l21.261-11.177l21.253,11.177c0.269,0.142,0.561,0.21,0.861,0.21c0.382,0,0.76-0.116,1.081-0.352c0.561-0.412,0.849-1.111,0.73-1.8\r l-4.056-23.67l17.197-16.763C360.855,229.819,361.039,229.086,360.822,228.419z"}),(0,i.jsx)("path",{fill:"#fff",d:"M447.997,228.419c-0.221-0.67-0.804-1.156-1.489-1.257l-23.768-3.454l-10.634-21.538\r c-0.614-1.253-2.683-1.253-3.304,0l-10.627,21.538l-23.768,3.454c-0.696,0.101-1.272,0.587-1.489,1.257\r c-0.217,0.67-0.037,1.399,0.468,1.886l17.197,16.763l-4.056,23.67c-0.116,0.692,0.161,1.388,0.73,1.8s1.325,0.468,1.938,0.142\r l21.261-11.177l21.261,11.177c0.269,0.142,0.561,0.21,0.861,0.21c0.382,0,0.76-0.116,1.081-0.352\r c0.561-0.412,0.849-1.111,0.722-1.8l-4.049-23.67l17.19-16.763C448.035,229.819,448.21,229.086,447.997,228.419z"})]}),Hl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"m18.85 10.39 1.06-1.06c.78-.78.78-2.05 0-2.83L18.5 5.09c-.78-.78-2.05-.78-2.83 0l-1.06 1.06 4.24 4.24zm-4.24 1.42L7.41 19H6v-1.41l7.19-7.19 1.42 1.41zm-1.42-4.25L4 16.76V21h4.24l9.19-9.19-4.24-4.25zM19 17.5c0 2.19-2.54 3.5-5 3.5-.55 0-1-.45-1-1s.45-1 1-1c1.54 0 3-.73 3-1.5 0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63 1.75 1.47 1.75 2.68zM4.58 13.35C3.61 12.79 3 12.06 3 11c0-1.8 1.89-2.63 3.56-3.36C7.59 7.18 9 6.56 9 6c0-.41-.78-1-2-1-1.26 0-1.8.61-1.83.64-.35.41-.98.46-1.4.12a.992.992 0 0 1-.15-1.38C3.73 4.24 4.76 3 7 3s4 1.32 4 3c0 1.87-1.93 2.72-3.64 3.47C6.42 9.88 5 10.5 5 11c0 .31.43.6 1.07.86l-1.49 1.49z"})}),Tl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 237.1 300",children:[(0,i.jsx)("path",{d:"M117.9,0c14.1-0.7,27.3,7.4,32.3,20.7c8.7,1.2,21.6-2.4,28.5,3.4c2.1,4.7,0.4,10.3,0.8,15.4c16.5,0.7,35.7-4.4,48.7,8.6 c11.9,12,8.1,29.6,8.7,44.9c0,41.7,0,83.4,0,125.1c0,15.4,0,30.8,0,46.1c2.1,27.1-15.3,38-40.6,35.8c-45.5,0-90.9,0-136.4,0.1 c-17.5-1.1-37.9,4.5-52-8.8c-9.1-9.7-7.4-23-7.6-35.3c0-13.2,0-26.3,0-39.5c0-41.5,0-83.1,0-124.6c-1.1-22.5-0.1-50.5,28.7-52.4 c9.6,0,19.3,0,28.9,0.1c0.2-4.7-1.3-12.6,1-15.9c7.8-4.8,18.8-1.4,27.7-2.3C90.3,7.8,104.2-0.8,117.9,0z M102.3,21.9 c-2.2,3.3-3.3,7-4.6,10.7c-4.7,5.9-18,2.1-25.2,3.4c0,9.3,0,18.5,0,28.1c30.5,0,61,0,92.4,0c0-9.3,0-18.5,0-28.1 c-8-0.9-18,1.8-24.8-2c-1.7-1.8-2.2-3.1-2.9-5.5C133,12.5,112.1,8.8,102.3,21.9z M18.6,59.9c-5,7.2-2.9,16-3.3,24.2 c0,12.2,0,24.5,0,36.7c0,38.6,0,77.1,0,115.7c1.3,11.6-3.3,35.6,3.3,43.9c5,5,11.7,5,18.3,4.8c12.2,0,24.4,0,36.6,0 c34,0,68,0,102,0.1c14.3-1.5,31.3,4.3,43.4-5.1c5.8-8.6,1.7-20.4,2.9-30.2c0-44.1,0-88.2,0-132.3c0-11.5,0-23.1,0-34.6 c-0.4-8.8,1.8-18.2-4.9-25c-8.7-7.5-26.2-2.7-37.4-4c-0.8,9.3,3.4,26.6-11.4,24.6c-19.8,0.1-39.5,0.1-59.3,0.1 c-11.9,0-23.7,0-35.6,0.1c-9.9,0.1-9.9,0.1-13.6-2.6c-2.9-6.9-1-14.9-1.8-22.2C44.9,55.3,28.6,49.4,18.6,59.9z"}),(0,i.jsx)("path",{d:"M193.2,135h-81.4c-4.4,0-7.9-3.5-7.9-7.9v0c0-4.4,3.5-7.9,7.9-7.9h81.4c4.4,0,7.9,3.5,7.9,7.9v0 C201.1,131.5,197.5,135,193.2,135z"}),(0,i.jsx)("path",{d:"M193.2,190.8h-81.4c-4.4,0-7.9-3.5-7.9-7.9v0c0-4.4,3.5-7.9,7.9-7.9h81.4c4.4,0,7.9,3.5,7.9,7.9v0 C201.1,187.3,197.5,190.8,193.2,190.8z"}),(0,i.jsx)("path",{d:"M193.2,246.6h-81.4c-4.4,0-7.9-3.5-7.9-7.9v0c0-4.4,3.5-7.9,7.9-7.9h81.4c4.4,0,7.9,3.5,7.9,7.9v0 C201.1,243.1,197.5,246.6,193.2,246.6z"}),(0,i.jsx)("path",{d:"M40.2,131.9c-2.5-2.5-2.5-6.6,0-9.1l0,0c2.5-2.5,6.6-2.5,9.1,0l7.7,7.7c0.4,0.4,1.1,0.4,1.5,0l22.2-22.2 c2.5-2.5,6.6-2.5,9.1,0l0,0c2.5,2.5,2.5,6.6,0,9.1l-29.3,29.3c-1.5,1.5-3.9,1.5-5.5,0L40.2,131.9z"}),(0,i.jsx)("path",{d:"M40.2,187.7c-2.5-2.5-2.5-6.6,0-9.1l0,0c2.5-2.5,6.6-2.5,9.1,0l7.7,7.7c0.4,0.4,1.1,0.4,1.5,0l22.2-22.2 c2.5-2.5,6.6-2.5,9.1,0l0,0c2.5,2.5,2.5,6.6,0,9.1l-29.3,29.3c-1.5,1.5-3.9,1.5-5.5,0L40.2,187.7z"}),(0,i.jsx)("path",{d:"M40.2,243.5c-2.5-2.5-2.5-6.6,0-9.1l0,0c2.5-2.5,6.6-2.5,9.1,0l7.7,7.7c0.4,0.4,1.1,0.4,1.5,0l22.2-22.2 c2.5-2.5,6.6-2.5,9.1,0l0,0c2.5,2.5,2.5,6.6,0,9.1l-29.3,29.3c-1.5,1.5-3.9,1.5-5.5,0L40.2,243.5z"})]}),Bl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 505.4 505.4",children:(0,i.jsx)("path",{d:"M437.1,233.45c14.8-10.4,24.6-27.7,24.6-47.2c0-31.9-25.8-57.7-57.7-57.7c-31.9,0-57.7,25.8-57.7,57.7 c0,19.5,9.7,36.8,24.6,47.2c-12.7,4.4-24.3,11.2-34.1,20c-13.5-11.5-29.4-20.3-46.8-25.5c21.1-12.8,35.3-36.1,35.3-62.6 c0-40.4-32.7-73.1-73.1-73.1c-40.4,0-73.1,32.8-73.1,73.1c0,26.5,14.1,49.8,35.3,62.6c-17.2,5.2-32.9,13.9-46.3,25.2 c-9.8-8.6-21.2-15.3-33.7-19.6c14.8-10.4,24.6-27.7,24.6-47.2c0-31.9-25.8-57.7-57.7-57.7s-57.7,25.8-57.7,57.7 c0,19.5,9.7,36.8,24.6,47.2C28.5,247.25,0,284.95,0,329.25v6.6c0,0.2,0.2,0.4,0.4,0.4h122.3c-0.7,5.5-1.1,11.2-1.1,16.9v6.8 c0,29.4,23.8,53.2,53.2,53.2h155c29.4,0,53.2-23.8,53.2-53.2v-6.8c0-5.7-0.4-11.4-1.1-16.9H505c0.2,0,0.4-0.2,0.4-0.4v-6.6 C505.2,284.85,476.8,247.15,437.1,233.45z M362.3,186.15c0-23,18.7-41.7,41.7-41.7s41.7,18.7,41.7,41.7 c0,22.7-18.3,41.2-40.9,41.7c-0.3,0-0.5,0-0.8,0s-0.5,0-0.8,0C380.5,227.45,362.3,208.95,362.3,186.15z M194.9,165.35 c0-31.5,25.6-57.1,57.1-57.1s57.1,25.6,57.1,57.1c0,30.4-23.9,55.3-53.8,57c-1.1,0-2.2,0-3.3,0c-1.1,0-2.2,0-3.3,0 C218.8,220.65,194.9,195.75,194.9,165.35z M59.3,186.15c0-23,18.7-41.7,41.7-41.7s41.7,18.7,41.7,41.7c0,22.7-18.3,41.2-40.9,41.7 c-0.3,0-0.5,0-0.8,0s-0.5,0-0.8,0C77.6,227.45,59.3,208.95,59.3,186.15z M125.5,320.15H16.2c4.5-42.6,40.5-76,84.2-76.3 c0.2,0,0.4,0,0.6,0s0.4,0,0.6,0c20.8,0.1,39.8,7.8,54.5,20.3C141.7,279.75,131,298.95,125.5,320.15z M366.8,359.95 c0,20.5-16.7,37.2-37.2,37.2h-155c-20.5,0-37.2-16.7-37.2-37.2v-6.8c0-62.1,49.6-112.9,111.3-114.7c1.1,0.1,2.3,0.1,3.4,0.1 s2.3,0,3.4-0.1c61.7,1.8,111.3,52.6,111.3,114.7V359.95z M378.7,320.15c-5.5-21.1-16-40-30.3-55.6c14.8-12.8,34-20.5,55-20.7 c0.2,0,0.4,0,0.6,0s0.4,0,0.6,0c43.7,0.3,79.7,33.7,84.2,76.3H378.7z"})}),Al=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M5.25 6C4.00736 6 3 7.00736 3 8.25V15.75C3 16.9926 4.00736 18 5.25 18H14.25C15.4926 18 16.5 16.9926 16.5 15.75V13.6013L19.7699 16.3262C19.9934 16.5125 20.3046 16.5526 20.5681 16.4292C20.8317 16.3058 21 16.041 21 15.75V8.25C21 7.95899 20.8317 7.69424 20.5681 7.57081C20.3046 7.44737 19.9934 7.48753 19.7699 7.67383L16.5 10.3987V8.25C16.5 7.00736 15.4926 6 14.25 6H5.25Z"})}),Vl=(0,i.jsx)("svg",{...Di,version:"1.1",x:"0px",y:"0px",width:"46.47px",height:"46.47px",viewBox:"0 0 46.47 46.47",children:(0,i.jsx)("path",{d:"M3.445,6.322c0-3.423,2.777-6.201,6.201-6.201c3.423,0,6.2,2.777,6.2,6.201c0,3.426-2.777,6.203-6.2,6.203 C6.222,12.524,3.445,9.748,3.445,6.322z M31.562,6.322c0-3.423,2.78-6.201,6.203-6.201s6.201,2.777,6.201,6.201 c0,3.426-2.777,6.203-6.201,6.203C34.343,12.524,31.562,9.748,31.562,6.322z M46.223,31.72 C42.38,40.607,33.38,46.349,23.294,46.349c-10.301,0-19.354-5.771-23.064-14.703c-0.636-1.53,0.089-3.286,1.62-3.922 c0.376-0.155,0.766-0.229,1.15-0.229c1.176,0,2.292,0.696,2.771,1.851c2.777,6.685,9.655,11.004,17.523,11.004 c7.69,0,14.528-4.322,17.421-11.012c0.658-1.521,2.424-2.222,3.943-1.562C46.181,28.433,46.881,30.199,46.223,31.72z"})}),Nl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"m17.75 6v12c0 1.517-1.233 2.75-2.75 2.75h-6c-1.517 0-2.75-1.233-2.75-2.75v-12c0-1.517 1.233-2.75 2.75-2.75h6c1.517 0 2.75 1.233 2.75 2.75zm1.43-.74c.05.24.07.49.07.74v12c0 .25-.02.5-.07.74 1.44-.09 2.57-1.28 2.57-2.74v-8c0-1.46-1.13-2.65-2.57-2.74zm-14.36 0c-1.44.09-2.57 1.28-2.57 2.74v8c0 1.46 1.13 2.65 2.57 2.74-.05-.24-.07-.49-.07-.74v-12c0-.25.02-.5.07-.74z"})}),Pl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 640 640",children:(0,i.jsx)("path",{d:"M64 136C64 122.8 74.7 112 88 112L136 112C149.3 112 160 122.7 160 136L160 240L184 240C197.3 240 208 250.7 208 264C208 277.3 197.3 288 184 288L88 288C74.7 288 64 277.3 64 264C64 250.7 74.7 240 88 240L112 240L112 160L88 160C74.7 160 64 149.3 64 136zM94.4 365.2C105.8 356.6 119.7 352 134 352L138.9 352C172.6 352 200 379.4 200 413.1C200 432.7 190.6 451 174.8 462.5L150.8 480L184 480C197.3 480 208 490.7 208 504C208 517.3 197.3 528 184 528L93.3 528C77.1 528 64 514.9 64 498.7C64 489.3 68.5 480.5 76.1 475L146.6 423.7C150 421.2 152 417.3 152 413.1C152 405.9 146.1 400 138.9 400L134 400C130.1 400 126.3 401.3 123.2 403.6L102.4 419.2C91.8 427.2 76.8 425 68.8 414.4C60.8 403.8 63 388.8 73.6 380.8L94.4 365.2zM288 128L544 128C561.7 128 576 142.3 576 160C576 177.7 561.7 192 544 192L288 192C270.3 192 256 177.7 256 160C256 142.3 270.3 128 288 128zM288 288L544 288C561.7 288 576 302.3 576 320C576 337.7 561.7 352 544 352L288 352C270.3 352 256 337.7 256 320C256 302.3 270.3 288 288 288zM288 448L544 448C561.7 448 576 462.3 576 480C576 497.7 561.7 512 544 512L288 512C270.3 512 256 497.7 256 480C256 462.3 270.3 448 288 448z"})}),El=(0,i.jsx)("svg",{...Di,height:"30",viewBox:"0 0 24 24",width:"30",children:(0,i.jsxs)("g",{id:"Layer_2","data-name":"Layer 2",children:[(0,i.jsx)("rect",{height:"11.5",rx:"1.25",width:"5.5",x:"1.25",y:"10.25"}),(0,i.jsx)("rect",{height:"15.5",rx:"1.25",width:"5.5",x:"9.25",y:"6.25"}),(0,i.jsx)("rect",{height:"19.5",rx:"1.25",width:"5.5",x:"17.25",y:"2.25"})]})}),Il=(0,i.jsxs)("svg",{...Di,width:"30",height:"30",viewBox:"0 0 20 20",children:[(0,i.jsx)("rect",{x:"0",fill:"none",width:"20",height:"20"}),(0,i.jsx)("g",{children:(0,i.jsx)("path",{d:"M4 3h12c.55 0 1.02.2 1.41.59S18 4.45 18 5v7c0 .55-.2 1.02-.59 1.41S16.55 14 16 14h-1l-5 5v-5H4c-.55 0-1.02-.2-1.41-.59S2 12.55 2 12V5c0-.55.2-1.02.59-1.41S3.45 3 4 3zm11 2H4v1h11V5zm1 3H4v1h12V8zm-3 3H4v1h9v-1z"})})]}),Ol=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 102.05 102.05",children:[(0,i.jsx)("path",{d:"m76.97 21.58-19.76 19.76-2.67 7.74 7.75-2.66 19.76-19.76z"}),(0,i.jsx)("rect",{height:"5.28",rx:"2.12",width:"20.83",x:"22.51",y:"72.13"}),(0,i.jsx)("path",{d:"m81.58 15.87h5.17v7.19h-5.17z",transform:"matrix(.707 -.707 .707 .707 10.89 65.21)"}),(0,i.jsxs)("g",{children:[(0,i.jsx)("path",{d:"m76.18 43.76a2 2 0 0 0 -2 2v42h-61.49v-66h51.11a2 2 0 0 0 0-4h-53.11a2 2 0 0 0 -2 2v70a2 2 0 0 0 2 2h65.49a2 2 0 0 0 2-2v-44a2 2 0 0 0 -2-2z"}),(0,i.jsx)("path",{d:"m24.63 68.13a6.13 6.13 0 0 0 -6.12 6.12v1a6.13 6.13 0 0 0 6.12 6.12h16.59a6.13 6.13 0 0 0 6.12-6.12v-1a6.13 6.13 0 0 0 -6.12-6.12zm18.71 6.12v1a2.12 2.12 0 0 1 -2.12 2.12h-16.59a2.12 2.12 0 0 1 -2.12-2.12v-1a2.12 2.12 0 0 1 2.12-2.12h16.59a2.12 2.12 0 0 1 2.12 2.12z"}),(0,i.jsx)("path",{d:"m53 33.73a2 2 0 1 0 0-4h-32.49a2 2 0 0 0 -2 2v10.1a2 2 0 0 0 2 2h25.22a2 2 0 1 0 0-4h-23.22v-6.1z"}),(0,i.jsx)("path",{d:"m68.35 60.82v-5.33a2 2 0 0 0 -4 0v3.33h-41.84v-6.1h20.65a2 2 0 0 0 0-4h-22.65a2 2 0 0 0 -2 2v10.1a2 2 0 0 0 2 2h45.84a2 2 0 0 0 2-2z"}),(0,i.jsx)("path",{d:"m92.78 18.76-7.92-7.91a2 2 0 0 0 -2.82 0l-28 28a2.11 2.11 0 0 0 -.47.77l-4.14 12.04a2 2 0 0 0 .48 2.06 2 2 0 0 0 1.41.59 2.06 2.06 0 0 0 .68-.11l12-4.15a1.9 1.9 0 0 0 .76-.48l28-28a2 2 0 0 0 .02-2.81zm-30.49 27.66-7.75 2.66 2.67-7.74 19.79-19.76 5.08 5.08zm22.59-22.59-5.08-5.08 3.65-3.66 5.08 5.09z"})]})]}),Rl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0V0z"}),(0,i.jsx)("path",{d:"M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"})]}),Dl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2.5",fill:a,opacity:"0.12"}),(0,i.jsx)("rect",{x:"3",y:"3",width:"18",height:"5",rx:"2.5",fill:a}),(0,i.jsx)("circle",{cx:"6.5",cy:"12.5",r:"1.8",fill:a}),(0,i.jsx)("path",{d:"M5.7 12.6l0.6 0.7 1.4-1.5-0.6-0.5-0.8 0.9-0.2-0.2-0.4 0.6z",fill:"#ffffff"}),(0,i.jsx)("rect",{x:"9.6",y:"11.6",width:"8.8",height:"1.8",rx:"0.6",fill:a,opacity:"0.7"}),(0,i.jsx)("circle",{cx:"6.5",cy:"17",r:"1.8",fill:a}),(0,i.jsx)("path",{d:"M5.7 17.1l0.6 0.7 1.4-1.5-0.6-0.5-0.8 0.9-0.2-0.2-0.4 0.6z",fill:"#ffffff"}),(0,i.jsx)("rect",{x:"9.6",y:"16.1",width:"6.5",height:"1.8",rx:"0.6",fill:a,opacity:"0.7"})]}),Fl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2.5",fill:a,opacity:"0.12"}),(0,i.jsx)("rect",{x:"4.5",y:"6",width:"4",height:"4",rx:"1",fill:a}),(0,i.jsx)("path",{d:"M5.2 8l0.7 0.8 1.6-1.7-0.7-0.6-0.9 1-0.3-0.3z",fill:"#ffffff"}),(0,i.jsx)("rect",{x:"10.5",y:"7",width:"8",height:"2",rx:"1",fill:a,opacity:"0.7"}),(0,i.jsx)("rect",{x:"4.5",y:"14",width:"4",height:"4",rx:"1",fill:a}),(0,i.jsx)("path",{d:"M5.2 16l0.7 0.8 1.6-1.7-0.7-0.6-0.9 1-0.3-0.3z",fill:"#ffffff"}),(0,i.jsx)("rect",{x:"10.5",y:"15",width:"8",height:"2",rx:"1",fill:a,opacity:"0.7"})]}),ql=(0,i.jsx)("svg",{...Di,viewBox:"0 0 640 640",children:(0,i.jsx)("path",{d:"M342.6 105.4C330.1 92.9 309.8 92.9 297.3 105.4L137.3 265.4C124.8 277.9 124.8 298.2 137.3 310.7C149.8 323.2 170.1 323.2 182.6 310.7L320 173.3L457.4 310.6C469.9 323.1 490.2 323.1 502.7 310.6C515.2 298.1 515.2 277.8 502.7 265.3L342.7 105.3zM502.6 457.4L342.6 297.4C330.1 284.9 309.8 284.9 297.3 297.4L137.3 457.4C124.8 469.9 124.8 490.2 137.3 502.7C149.8 515.2 170.1 515.2 182.6 502.7L320 365.3L457.4 502.6C469.9 515.1 490.2 515.1 502.7 502.6C515.2 490.1 515.2 469.8 502.7 457.3z"})}),Wl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 512.006 512.006",children:(0,i.jsxs)("g",{children:[(0,i.jsx)("path",{d:"m324.174 93.201 3.882 14.489c2.144 8.002 10.366 12.75 18.371 10.607 8.002-2.144 12.75-10.369 10.606-18.371l-7.765-28.978c-2.145-8.002-10.368-12.751-18.371-10.607l-289.777 77.646c-3.843 1.03-7.119 3.544-9.108 6.989s-2.528 7.54-1.499 11.382l7.765 28.978c2.134 7.963 10.33 12.761 18.371 10.606 8.002-2.144 12.75-10.369 10.606-18.371l-3.882-14.489 86.934-23.294 54.352 202.844-14.489 3.883c-8.002 2.144-12.75 10.369-10.606 18.371s10.368 12.751 18.371 10.606l115.911-31.058c8.002-2.144 12.751-10.369 10.606-18.371-2.151-8.029-10.393-12.744-18.371-10.607l-14.489 3.882-54.352-202.843z"}),(0,i.jsx)("path",{d:"m461.803 367.785c-24.295-13.74-52.521-17.328-79.448-10.113l-228.143 60.595c-48.557 13.01-100.51-8.021-126.341-51.145-4.258-7.107-13.47-9.417-20.576-5.16-7.107 4.257-9.417 13.469-5.16 20.576 16.119 26.909 40.008 47.354 69.084 59.125 17.287 6.998 35.384 10.518 53.583 10.517 12.411 0 24.872-1.638 37.144-4.927l228.143-60.595c39.675-10.628 81.164 12.838 92.497 52.311 2.286 7.963 10.594 12.565 18.557 10.278 7.962-2.286 12.564-10.594 10.278-18.557-7.703-26.826-25.324-49.166-49.618-62.905z"})]})}),Ul=(0,i.jsx)("svg",{...Di,viewBox:"0 0 512 512",children:(0,i.jsx)("g",{id:"Layer_2_00000082364357583340289580000016949097236183363201_",children:(0,i.jsx)("g",{id:"Layer_copy_7",children:(0,i.jsxs)("g",{id:"_115",children:[(0,i.jsx)("path",{d:"m378.2 389.8h-244.4c-73.8 0-133.8-60-133.8-133.8s60-133.8 133.8-133.8h244.5c73.8 0 133.8 60 133.8 133.8s-60.1 133.8-133.9 133.8zm-244.4-248.5c-63.3.6-114.2 52.4-113.6 115.8.6 62.5 51.1 113 113.6 113.6h244.5c63.3-.6 114.2-52.4 113.6-115.8-.6-62.5-51.1-113-113.6-113.6z"}),(0,i.jsx)("path",{d:"m376.5 355.1c-54.7 0-99.1-44.3-99.1-99.1s44.3-99.1 99.1-99.1 99.1 44.3 99.1 99.1c-.1 54.7-44.4 99-99.1 99.1zm0-179.1c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z"})]})})})}),Gl=(0,i.jsx)("svg",{...Di,fill:"currentColor",viewBox:"0 0 16 16",id:"tabs",children:(0,i.jsx)("path",{d:"M14 4V2H0v12h16V4h-2zm-4-1h3v1h-3V3zM6 3h3v1H6V3zm9 10H1V3h4v2h10v8z"})}),Yl=(0,i.jsx)("svg",{...Di,viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"m202.9 251.7-97.1-154.1c-1.5-2.3-4-3.7-6.8-3.7h-91c-6.3 0-10.1 7-6.8 12.3l94.4 149.8-94.4 149.8c-3.4 5.3.5 12.3 6.8 12.3h91c2.8 0 5.3-1.4 6.8-3.7l97.1-154.1c1.6-2.6 1.6-6 0-8.6zm-108.3 150.4h-72.1l89.3-141.8c1.6-2.6 1.6-5.9 0-8.5l-89.3-141.9h72.1l92 146.1zm262.2-150.4-97-154.1c-1.5-2.3-4-3.7-6.8-3.7h-91c-6.3 0-10.1 7-6.8 12.3l94.4 149.8-94.4 149.8c-3.4 5.3.5 12.3 6.8 12.3h91c2.8 0 5.3-1.4 6.8-3.7l97.1-154.1c1.6-2.6 1.6-6-.1-8.6zm-108.2 150.4h-72.1l89.3-141.8c1.6-2.6 1.6-5.9 0-8.5l-89.3-141.8h72.1l92 146.1zm262.2-150.4-97.1-154.1c-1.5-2.3-4-3.7-6.8-3.7h-91c-6.3 0-10.1 7-6.8 12.3l94.4 149.8-94.4 149.8c-3.4 5.3.5 12.3 6.8 12.3h91c2.8 0 5.3-1.4 6.8-3.7l97.1-154.1c1.6-2.6 1.6-6 0-8.6zm-108.3 150.4h-72.1l89.3-141.8c1.6-2.6 1.6-5.9 0-8.5l-89.3-141.8h72.1l92 146.1z"})}),Zl=(0,i.jsx)("svg",{...Di,viewBox:"42.5 101.81 427 308.39",children:(0,i.jsx)("g",{children:(0,i.jsx)("path",{d:"M42.5,149.249h23.722v142.335H42.5V149.249z M89.943,315.305h23.723V125.527H89.943V315.305z M137.389,339.027h237.223 V101.805H137.389V339.027z M398.334,315.305h23.723V125.527h-23.723V315.305z M445.778,149.249v142.335H469.5V149.249H445.778z M256,386.473c-6.557,0-11.861,5.281-11.861,11.861c0,6.531,5.305,11.861,11.861,11.861s11.861-5.33,11.861-11.861 C267.861,391.754,262.557,386.473,256,386.473z M184.834,386.473c-6.557,0-11.863,5.281-11.863,11.861 c0,6.531,5.307,11.861,11.863,11.861c6.555,0,11.86-5.33,11.86-11.861C196.694,391.754,191.389,386.473,184.834,386.473z M327.166,386.473c-6.555,0-11.86,5.281-11.86,11.861c0,6.531,5.306,11.861,11.86,11.861c6.557,0,11.863-5.33,11.863-11.861 C339.029,391.754,333.723,386.473,327.166,386.473z"})})}),Kl=(0,i.jsxs)("svg",{...Di,width:"1em",height:"1em",viewBox:"0 0 32 32",size:"24",children:[(0,i.jsx)("path",{fillRule:"evenodd",d:"M1.6 10.1a.033.033 0 0 0-.033.033v16.534c0 .018.015.033.033.033h24a.033.033 0 0 0 .033-.033V10.133a.033.033 0 0 0-.033-.033zm-1.033.033c0-.57.462-1.033 1.033-1.033h24c.57 0 1.033.463 1.033 1.033v16.534c0 .57-.462 1.033-1.033 1.033h-24c-.57 0-1.033-.463-1.033-1.033z",clipRule:"evenodd"}),(0,i.jsx)("path",{fillRule:"evenodd",d:"M2.167 7.467a.5.5 0 0 1 .5-.5h24c1.16 0 2.1.94 2.1 2.1v17.066a.5.5 0 1 1-1 0V9.067a1.1 1.1 0 0 0-1.1-1.1h-24a.5.5 0 0 1-.5-.5",clipRule:"evenodd"}),(0,i.jsx)("path",{fillRule:"evenodd",d:"M3.767 5.333a.5.5 0 0 1 .5-.5H27.2a3.7 3.7 0 0 1 3.7 3.7v16a.5.5 0 1 1-1 0v-16a2.7 2.7 0 0 0-2.7-2.7H4.267a.5.5 0 0 1-.5-.5",clipRule:"evenodd"})]}),Ql=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M3 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H3zm0 2h18v12H3V6z"}),(0,i.jsx)("path",{d:"M3 4h9v16H3V4z",opacity:"0.85"}),(0,i.jsx)("path",{d:"M5.5 8h4v1.5h-4V8zm0 3h4v1.5h-4V11zm0 3h4v1.5h-4V14z",fill:"#ffffff"})]}),Xl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("circle",{cx:"4.5",cy:"12",r:"2.5"}),(0,i.jsx)("circle",{cx:"12",cy:"12",r:"2.5"}),(0,i.jsx)("circle",{cx:"19.5",cy:"12",r:"2.5",opacity:"0.55"}),(0,i.jsx)("path",{d:"M7.2 12h1.6v.6H7.2V12zm0-.6h1.6V12H7.2v-.6z",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeDasharray:"1.6 1.4"}),(0,i.jsx)("path",{d:"M7 12h2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"}),(0,i.jsx)("path",{d:"M14.5 12H17",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeDasharray:"1.6 1.4",opacity:"0.7"}),(0,i.jsx)("text",{x:"4.5",y:"13.2",textAnchor:"middle",fontSize:"3.2",fontWeight:"700",fill:"#ffffff",children:"1"}),(0,i.jsx)("text",{x:"12",y:"13.2",textAnchor:"middle",fontSize:"3.2",fontWeight:"700",fill:"#ffffff",children:"2"}),(0,i.jsx)("text",{x:"19.5",y:"13.2",textAnchor:"middle",fontSize:"3.2",fontWeight:"700",fill:"#ffffff",opacity:"0.85",children:"3"})]}),Jl=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"2",y:"7",width:"20",height:"10",rx:"3",fill:a,opacity:"0.9"}),(0,i.jsx)("circle",{cx:"7.5",cy:"12",r:"2.6",fill:"#fff"}),(0,i.jsx)("path",{d:"M6.6 10.7v2.6l2.3-1.3z",fill:a}),(0,i.jsx)("rect",{x:"12",y:"9.3",width:"1.4",height:"5.4",rx:"0.7",fill:"#fff",opacity:"0.95"}),(0,i.jsx)("rect",{x:"14.4",y:"10.6",width:"1.4",height:"2.8",rx:"0.7",fill:"#fff",opacity:"0.85"}),(0,i.jsx)("rect",{x:"16.8",y:"8.6",width:"1.4",height:"6.8",rx:"0.7",fill:"#fff",opacity:"0.95"}),(0,i.jsx)("rect",{x:"19.2",y:"10.2",width:"1.4",height:"3.6",rx:"0.7",fill:"#fff",opacity:"0.8"})]}),er=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4zm0 2h16v12H4V6z"}),(0,i.jsx)("path",{d:"M6 8h12v1.4H6V8zm0 3h12v1.4H6V11zm0 3h7v1.4H6V14z",opacity:"0.7"}),(0,i.jsx)("path",{d:"M13 14h5v1.4h-5V14z",opacity:"0.25"}),(0,i.jsx)("path",{d:"M12 21l-3.5-3.5h7L12 21z"})]}),tr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M3 4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4zm2 0v3h14V4H5zm0 5v11h14V9H5z"}),(0,i.jsx)("circle",{cx:"6.5",cy:"5.5",r:"0.7",opacity:"0.6"}),(0,i.jsx)("circle",{cx:"8.7",cy:"5.5",r:"0.7",opacity:"0.6"}),(0,i.jsx)("circle",{cx:"10.9",cy:"5.5",r:"0.7",opacity:"0.6"}),(0,i.jsx)("path",{d:"M9.4 12.4l-2.6 2.6 2.6 2.6 1-1-1.6-1.6 1.6-1.6-1-1zm5.2 0l-1 1 1.6 1.6-1.6 1.6 1 1 2.6-2.6-2.6-2.6zm-2.1-0.4l-1.5 6.1 1.1 0.3 1.5-6.1-1.1-0.3z"})]}),ar=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9A5.5 5.5 0 0 1 16.5 22h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2zm0 2A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9z"}),(0,i.jsx)("path",{d:"M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"}),(0,i.jsx)("circle",{cx:"17.3",cy:"6.7",r:"1.2"})]}),sr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M12 2C7.86 2 4.5 5.36 4.5 9.5c0 5.55 7 12 7.3 12.27a.3.3 0 0 0 .4 0C12.5 21.5 19.5 15.05 19.5 9.5 19.5 5.36 16.14 2 12 2zm0 18.06c-1.62-1.6-6-6.27-6-10.56A6 6 0 0 1 12 3.5a6 6 0 0 1 6 6c0 4.29-4.38 8.95-6 10.56z"}),(0,i.jsx)("circle",{cx:"12",cy:"9.5",r:"2.5"}),(0,i.jsx)("path",{d:"M5.6 14.4l-2.4 5.6h17.6l-2.4-5.6-1.4.6 1.8 4H4.6l1.8-4-1.4-.6z",opacity:"0.35"})]}),or=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M3 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H5v12h1a1 1 0 0 1 0 2H4a1 1 0 0 1-1-1V5z",opacity:"0.85"}),(0,i.jsx)("path",{d:"M8 8h12v1.6H8V8zm0 3.4h12V13H8v-1.6zm0 3.4h8v1.6H8V14.8z",opacity:"0.55"}),(0,i.jsx)("path",{d:"M9.5 7.2C8.67 7.2 8 7.87 8 8.7v1.5c0 .83.67 1.5 1.5 1.5h.8c0 .83-.6 1.5-1.43 1.5V14.4c1.66 0 3-1.34 3-3V8.7c0-.83-.67-1.5-1.37-1.5H9.5zm5 0c-.83 0-1.5.67-1.5 1.5v1.5c0 .83.67 1.5 1.5 1.5h.8c0 .83-.6 1.5-1.43 1.5V14.4c1.66 0 3-1.34 3-3V8.7c0-.83-.67-1.5-1.37-1.5H14.5z"})]}),nr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 6.82666 6.82666",children:[(0,i.jsxs)("g",{fillRule:"nonzero",children:[(0,i.jsx)("path",{d:"m3.533.962028v4.906662h-.21333v-4.906662z"}),(0,i.jsx)("path",{d:"m4.03509 3.393.395.395 1.19472-1.19472.15083.15083-1.27014 1.27014-.07541.07542-.07542-.07542-.47042-.47042z"}),(0,i.jsx)("path",{d:"m4.03509 5.10953.395.395 1.19472-1.19472.15083.15083-1.27014 1.27014-.07541.07542-.07542-.07542-.47042-.47042z"}),(0,i.jsx)("path",{d:"m1.37758 5.57994 1.27014-1.27013.15084.15083-1.27014 1.27014z"}),(0,i.jsx)("path",{d:"m2.64772 5.73078-1.27014-1.27014.15084-.15083 1.27014 1.27013z"}),(0,i.jsx)("path",{d:"m4.03509 1.68227.395.395 1.19472-1.194719.15083.150839-1.27014 1.27013-.07541.07542-.07542-.07542-.47042-.47041z"}),(0,i.jsx)("path",{d:"m1.20185 1.68227.395.395 1.19472-1.194719.15084.150839-1.27014 1.27013-.07542.07542-.07542-.07542-.47041-.47041z"}),(0,i.jsx)("path",{d:"m1.20185 3.393.395.395 1.19472-1.19472.15084.15083-1.27014 1.27014-.07542.07542-.07542-.07542-.47041-.47042z"})]}),(0,i.jsx)("path",{d:"m0 0h6.827v6.827h-6.827z",fill:"none"})]}),ir=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"3",y:"4",width:"18",height:"2",rx:"1",opacity:"0.35",fill:a}),(0,i.jsx)("rect",{x:"3",y:"11",width:"7",height:"2",rx:"1",fill:a}),(0,i.jsx)("rect",{x:"14",y:"11",width:"7",height:"2",rx:"1",fill:a}),(0,i.jsx)("circle",{cx:"12",cy:"12",r:"2.2",fill:a}),(0,i.jsx)("rect",{x:"3",y:"18",width:"18",height:"2",rx:"1",opacity:"0.35",fill:a})]}),lr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"2",y:"3",width:"20",height:"18",rx:"2",fill:"none",stroke:"currentColor",strokeWidth:"1.6"}),(0,i.jsx)("rect",{x:"2.8",y:"3.8",width:"18.4",height:"16.4",rx:"1.4",fill:a,opacity:"0.12"}),(0,i.jsx)("rect",{x:"8",y:"8",width:"8",height:"1.6",rx:"0.4",fill:a,opacity:"0.55"}),(0,i.jsx)("rect",{x:"5",y:"10.6",width:"14",height:"2.6",rx:"0.5",fill:a}),(0,i.jsx)("rect",{x:"6.5",y:"14.2",width:"11",height:"1.4",rx:"0.4",fill:a,opacity:"0.5"}),(0,i.jsx)("rect",{x:"8",y:"17",width:"3.8",height:"2.2",rx:"0.8",fill:a}),(0,i.jsx)("rect",{x:"12.3",y:"17",width:"3.8",height:"2.2",rx:"0.8",fill:"none",stroke:a,strokeWidth:"1.2"})]}),rr=(0,i.jsx)("svg",{...Di,width:"20",height:"20",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{d:"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"})}),cr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",fill:"none",stroke:"currentColor",strokeWidth:"1.6",opacity:"0.5"}),(0,i.jsx)("rect",{x:"3.5",y:"5.5",width:"8",height:"13",rx:"1",fill:a,opacity:"0.85"}),(0,i.jsx)("path",{d:"M5 13l1.8-2.2 1.4 1.7 1.6-2.4L11 13z",fill:"#fff",opacity:"0.9"}),(0,i.jsx)("circle",{cx:"6.4",cy:"8.6",r:"1",fill:"#fff",opacity:"0.9"}),(0,i.jsx)("rect",{x:"13.5",y:"7",width:"7",height:"1.6",rx:"0.8",fill:a,opacity:"0.5"}),(0,i.jsx)("rect",{x:"13.5",y:"10.4",width:"7",height:"1.4",rx:"0.7",fill:a,opacity:"0.35"}),(0,i.jsx)("rect",{x:"13.5",y:"13.4",width:"5",height:"1.4",rx:"0.7",fill:a,opacity:"0.35"})]}),dr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"2.5",y:"4",width:"8.5",height:"16",rx:"1.4",fill:a,opacity:"0.85"}),(0,i.jsx)("rect",{x:"13",y:"4",width:"8.5",height:"16",rx:"1.4",fill:a,opacity:"0.55"}),(0,i.jsx)("rect",{x:"4.3",y:"7",width:"4.2",height:"2.6",rx:"0.6",fill:"#fff",opacity:"0.95"}),(0,i.jsx)("rect",{x:"4.3",y:"11.2",width:"5",height:"1.1",rx:"0.55",fill:"#fff",opacity:"0.8"}),(0,i.jsx)("rect",{x:"14.8",y:"7",width:"4.2",height:"2.6",rx:"0.6",fill:"#fff",opacity:"0.95"}),(0,i.jsx)("rect",{x:"14.8",y:"11.2",width:"5",height:"1.1",rx:"0.55",fill:"#fff",opacity:"0.8"})]}),hr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"2.5",y:"5",width:"19",height:"14",rx:"2",fill:a,opacity:"0.12"}),(0,i.jsx)("rect",{x:"2.5",y:"5",width:"8.5",height:"14",rx:"2",fill:a,opacity:"0.85"}),(0,i.jsx)("rect",{x:"13",y:"7.4",width:"6.6",height:"1.7",rx:"0.85",fill:a,opacity:"0.75"}),(0,i.jsx)("rect",{x:"13",y:"10.6",width:"6.6",height:"1.4",rx:"0.7",fill:a,opacity:"0.45"}),(0,i.jsx)("rect",{x:"13",y:"13.2",width:"5",height:"1.4",rx:"0.7",fill:a,opacity:"0.45"}),(0,i.jsx)("rect",{x:"13",y:"16",width:"3.6",height:"1.8",rx:"0.9",fill:a,opacity:"0.85"})]}),pr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M6 2.5h7l5 5v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-14a2 2 0 0 1 2-2z",fill:a,opacity:"0.85"}),(0,i.jsx)("path",{d:"M13 2.5l5 5h-4a1 1 0 0 1-1-1z",fill:"#fff",opacity:"0.55"}),(0,i.jsx)("path",{d:"M11 9.5v4m0 0l-2-2m2 2l2-2",fill:"none",stroke:"#fff",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("rect",{x:"7.5",y:"16",width:"7",height:"1.6",rx:"0.8",fill:"#fff",opacity:"0.9"})]}),gr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("rect",{x:"3",y:"5",width:"18",height:"16",rx:"2.5",fill:"none",stroke:"currentColor",strokeWidth:"1.4",opacity:"0.4"}),(0,i.jsx)("path",{d:"M3 9h18",stroke:"currentColor",strokeWidth:"1.4",opacity:"0.4"}),(0,i.jsx)("path",{d:"M8 3v3M16 3v3",stroke:a,strokeWidth:"1.6",strokeLinecap:"round"}),(0,i.jsx)("rect",{x:"6",y:"12",width:"5",height:"5",rx:"1",fill:a}),(0,i.jsx)("path",{d:"M13 13h5M13 16h3",stroke:s,strokeWidth:"1.4",strokeLinecap:"round",opacity:"0.6"})]}),ur=(0,i.jsx)("svg",{...Di,stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 16 16",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M13.5 2h-12l-.5.5v11l.5.5h12l.5-.5v-11l-.5-.5zM2 3h11v1H2V3zm7 4H6V5h3v2zm0 1v2H6V8h3zM2 5h3v2H2V5zm0 3h3v2H2V8zm0 5v-2h3v2H2zm4 0v-2h3v2H6zm7 0h-3v-2h3v2zm0-3h-3V8h3v2zm-3-3V5h3v2h-3z"})}),mr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M12 3v18",stroke:"currentColor",strokeWidth:"1.4",strokeLinecap:"round",opacity:"0.45"}),(0,i.jsx)("circle",{cx:"12",cy:"6.5",r:"2.6",fill:a}),(0,i.jsx)("circle",{cx:"12",cy:"12",r:"2.6",fill:a,opacity:"0.75"}),(0,i.jsx)("circle",{cx:"12",cy:"17.5",r:"2.6",fill:a,opacity:"0.55"}),(0,i.jsx)("rect",{x:"1.5",y:"4.5",width:"7",height:"4",rx:"1",fill:"currentColor",opacity:"0.35"}),(0,i.jsx)("rect",{x:"15.5",y:"10",width:"7",height:"4",rx:"1",fill:"currentColor",opacity:"0.35"}),(0,i.jsx)("rect",{x:"1.5",y:"15.5",width:"7",height:"4",rx:"1",fill:"currentColor",opacity:"0.35"})]}),vr=(0,i.jsxs)("svg",{...Di,viewBox:"0 0 24 24",children:[(0,i.jsx)("path",{d:"M19 3v18",stroke:"currentColor",strokeWidth:"1.4",strokeLinecap:"round",opacity:"0.45"}),(0,i.jsx)("circle",{cx:"19",cy:"12",r:"2.8",fill:a}),(0,i.jsx)("rect",{x:"2",y:"8",width:"12",height:"8",rx:"1.5",fill:"currentColor",opacity:"0.35"}),(0,i.jsx)("path",{d:"M14 12l2.2 0",stroke:"currentColor",strokeWidth:"1.4",strokeLinecap:"round",opacity:"0.45"})]}),br=e=>{const t="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,a="undefined"!=typeof bBlocksDisabledBlocks&&bBlocksDisabledBlocks||[],s=ra.includes(e);return!(!t&&s||a.includes(e))};br(p.name)&&(0,d.registerBlockType)(p,{icon:Fi,edit:Ri,save:()=>(0,i.jsx)(h.InnerBlocks.Content,{}),variations:[{isDefault:!0}]});const fr=JSON.parse('{"apiVersion":3,"name":"b-blocks/row","title":"Row","description":"Implement row and column layout.","category":"bBlocks","keywords":["row","columns","multi columns"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"layout":{"type":"object","default":{"type":"flex","desktop":{"direction":"row","justify":"","alignItems":"","columnGap":"","wrap":"wrap","alignContent":"","gridJustify":"","gridAlignItems":"","gridColumns":"","gridRows":""},"tablet":{"direction":"","justify":"","alignItems":"","columnGap":"","wrap":"","alignContent":"","gridJustify":"","gridAlignItems":"","gridColumns":"","gridRows":""},"mobile":{"direction":"","justify":"","alignItems":"","columnGap":"","wrap":"","alignContent":"","gridJustify":"","gridAlignItems":"","gridColumns":"","gridRows":""}}},"columns":{"type":"number"},"columnGap":{"type":"string","default":"0px"},"heightType":{"type":"string","default":"auto"},"height":{"type":"string","default":"0px"},"columnPositionY":{"type":"string","default":"center"},"columnPositionX":{"type":"string","default":"center"},"overflow":{"type":"string","default":"hidden"},"background":{"type":"object","default":{"color":""}},"padding":{"type":"object","default":{"vertical":"0px","horizontal":"0px"}},"border":{"type":"object","default":{}},"shadow":{"type":"object","default":{}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"border":{"width":"","style":"","color":""},"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[]}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"providesContext":{"b-blocks/rowColumns":"columns","b-blocks/rowColumnGap":"columnGap"},"supports":{"align":["wide","full"],"html":false,"interactivity":{"clientNavigation":true}},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),wr="bBlocksColumn",{getBlocks:xr,getBlockAttributes:yr}=(0,m.select)("core/block-editor"),{updateBlockAttributes:kr}=(0,m.dispatch)("core/block-editor"),Cr=e=>parseInt(e.match(/\d+/g)[0]),_r=e=>parseFloat(e.toFixed(2)),Mr=[50,50],zr=[100,100],jr=[100,100,100],Lr=[{label:"100",columns:1,layout:{desktop:[100],tablet:[100],mobile:[100]}},{label:"50/50",columns:2,layout:{desktop:[50,50],tablet:zr,mobile:zr}},{label:"34/66",columns:2,layout:{desktop:[34,66],tablet:zr,mobile:zr}},{label:"66/34",columns:2,layout:{desktop:[66,34],tablet:zr,mobile:zr}},{label:"33.33/33.33/33.34",columns:3,layout:{desktop:[33.33,33.33,33.34],tablet:[50,50,50],mobile:jr}},{label:"25/25/50",columns:3,layout:{desktop:[25,25,50],tablet:[...Mr,100],mobile:jr}},{label:"50/25/25",columns:3,layout:{desktop:[50,25,25],tablet:[100,...Mr],mobile:jr}},{label:"25/50/25",columns:3,layout:{desktop:[25,50,25],tablet:jr,mobile:jr}},{label:"16.66/66.68/16.66",columns:3,layout:{desktop:[16.66,66.68,16.66],tablet:jr,mobile:jr}},{label:"25/25/25/25",columns:4,layout:{desktop:[25,25,25,25],tablet:[50,50,50,50],mobile:[100,100,100,100]}},{label:"20/20/20/20/20",columns:5,layout:{desktop:[20,20,20,20,20],tablet:[33.33,33.33,33.34,50,50],mobile:[50,50,50,50,100]}},{label:"16.66/16.67/16.67/16.67/16.67/16.66",columns:6,layout:{desktop:[16.66,16.67,16.67,16.67,16.67,16.66],tablet:[33.33,33.33,33.34,33.33,33.33,33.34],mobile:[50,50,50,50,50,50]}}],Sr=((0,v.__)("Auto","b-blocks"),(0,v.__)("Hidden","b-blocks"),(0,v.__)("Visible","b-blocks"),(0,v.__)("Default","b-blocks"),(0,v.__)("Top","b-blocks"),(0,v.__)("Center","b-blocks"),(0,v.__)("Bottom","b-blocks"),(0,v.__)("Baseline","b-blocks"),(0,v.__)("Stretch","b-blocks"),(0,v.__)("Default","b-blocks"),(0,v.__)("Left","b-blocks"),(0,v.__)("Center","b-blocks"),(0,v.__)("Right","b-blocks"),(0,v.__)("Space Between","b-blocks"),(0,v.__)("Space Around","b-blocks"),(0,v.__)("Space Evenly","b-blocks"),(0,v.__)("Stretch","b-blocks"),{dimension:["padding","margin","maxWidth","maxHeight"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,animation:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0}),$r=(a,s,o=!1)=>{const{layout:n={},columns:i,columnGap:l,height:r,columnPositionY:c,columnPositionX:d,overflow:h,background:p,padding:g,border:u,shadow:m,advanced:v}=a,b=o?`#${s} > div > div`:`#${s} > div`,f=o?`${b} >.block-editor-inner-blocks >.block-editor-block-list__layout`:b,w=e=>`\n\t\t${qn("justify-content",n?.[e]?.justify)}\n\t\t${qn("align-items",n?.[e]?.alignItems)}\n\t\t${qn("flex-direction",n?.[e]?.direction)}\n\t\t${(e=>{const t=["column-reverse","column"].includes(n?.[e]?.direction),a=n?.[e]?.wrap;return t?qn("flex-wrap","nowrap"):`${qn("flex-wrap",a)} ${qn("align-content","nowrap"!==n?.[e]?.wrap||""!==n?.[e]?.wrap?n?.[e]?.alignContent:"")}`})(e)}\n\t`;return`\n\t\t${b}{\n\t\t\t${qn("overflow",h)}\n\t\t\t${qn("padding",Jn(g))}\n\t\t\t${qn("box-shadow",Xn(m))}\n\t\t\t${Wn(p)}\n\t\t\t${Un(u)}\n\t\t}\n\t\t${f}{\n\t\t\t${qn("gap",l)}\n\t\t\t${qn("min-height",r)}\n\t\t\t${qn("align-items",c)}\n\t\t\t${qn("align-content",d)}\n\t\t\t${"flex"===n.type?w("desktop"):""}\n\t\t}\n\t\t${e}{\n\t\t\t${f}{\n\t\t\t\t${qn("gap",n?.tablet?.columnGap)}\n\t\t\t\t${"flex"===n.type?w("tablet"):""}\n\t\t\t}\n\t\t}\n\n\t\t${t}{\n\t\t\t${f}{\n\t\t\t\t${qn("gap",n?.mobile?.columnGap)}\n\t\t\t\t${"flex"===n.type?w("mobile"):""}\n\t\t\t}\n\t\t}\n\n\t\t${i>0?pi(s,v,o):""}\n\t`.replace(/\s+/g," ")},Hr=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640",children:(0,i.jsx)("path",{d:"M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z"})}),Tr=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640",children:(0,i.jsx)("path",{d:"M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z"})}),Br=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640",children:(0,i.jsx)("path",{d:"M297.4 566.6C309.9 579.1 330.2 579.1 342.7 566.6L502.7 406.6C515.2 394.1 515.2 373.8 502.7 361.3C490.2 348.8 469.9 348.8 457.4 361.3L352 466.7L352 96C352 78.3 337.7 64 320 64C302.3 64 288 78.3 288 96L288 466.7L182.6 361.3C170.1 348.8 149.8 348.8 137.3 361.3C124.8 373.8 124.8 394.1 137.3 406.6L297.3 566.6z"})}),Ar=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 640",children:(0,i.jsx)("path",{d:"M342.6 81.4C330.1 68.9 309.8 68.9 297.3 81.4L137.3 241.4C124.8 253.9 124.8 274.2 137.3 286.7C149.8 299.2 170.1 299.2 182.6 286.7L288 181.3L288 552C288 569.7 302.3 584 320 584C337.7 584 352 569.7 352 552L352 181.3L457.4 286.7C469.9 299.2 490.2 299.2 502.7 286.7C515.2 274.2 515.2 253.9 502.7 241.4L342.7 81.4z"})}),Vr=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Justify-Flex-Start-Fill--Streamline-Sharp-Fill-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M2 22V2h1.5v20H2Zm11.25 -5.25v-9.5h2.5v9.5h-2.5Zm-6 0v-9.5h2.5v9.5h-2.5Z",strokeWidth:"0.5"})}),Nr=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Justify-Center--Streamline-Sharp-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{fill:"currentColor",d:"M11.25 22V2h1.5v20h-1.5Zm3 -5.25v-9.5h2.5v9.5h-2.5Zm-7 0v-9.5h2.5v9.5h-2.5Z",strokeWidth:"0.5"})}),Pr=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Justify-Flex-End--Streamline-Sharp-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{fill:"currentColor",d:"M20.5 22V2h1.5v20h-1.5ZM14.25 16.75v-9.5h2.5v9.5h-2.5Zm-6 0v-9.5h2.5v9.5h-2.5Z",strokeWidth:"0.5"})}),Er=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Justify-Space-Between-Fill--Streamline-Sharp-Fill-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M20.5 22V16.75h-2.5v-9.5h2.5V2h1.5v20h-1.5ZM2 22V2h1.5v5.25h2.5v9.5H3.5V22H2Z",strokeWidth:"0.5"})}),Ir=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Justify-Space-Around-Fill--Streamline-Sharp-Fill-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M20.5 22V2h1.5v20h-1.5ZM2 22V2h1.5v20H2Zm13.25 -5.25v-9.5h2.5v9.5h-2.5Zm-9 0v-9.5h2.5v9.5h-2.5Z",strokeWidth:"0.5"})}),Or=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Justify-Space-Even-Fill--Streamline-Sharp-Fill-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M20.5 22V2h1.5v20h-1.5ZM2 22V2h1.5v20H2Zm12.25 -5.25v-9.5h2.5v9.5h-2.5Zm-7 0v-9.5h2.5v9.5h-2.5Z",strokeWidth:"0.5"})}),Rr=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),Dr=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),Fr=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),qr=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Items-Stretch--Streamline-Rounded-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M8 17.75c-0.2125 0 -0.3906 -0.0719 -0.53425 -0.21575C7.3219 17.3906 7.25 17.2125 7.25 17V7c0 -0.2125 0.0719 -0.39065 0.21575 -0.5345 0.14365 -0.14365 0.32175 -0.2155 0.53425 -0.2155h1c0.2125 0 0.39065 0.07185 0.5345 0.2155 0.14365 0.14385 0.2155 0.322 0.2155 0.5345v10c0 0.2125 -0.07185 0.3906 -0.2155 0.53425 -0.14385 0.14385 -0.322 0.21575 -0.5345 0.21575h-1Zm7 0c-0.2125 0 -0.3906 -0.0719 -0.53425 -0.21575C14.3219 17.3906 14.25 17.2125 14.25 17V7c0 -0.2125 0.0719 -0.39065 0.21575 -0.5345 0.14365 -0.14365 0.32175 -0.2155 0.53425 -0.2155h1c0.2125 0 0.39065 0.07185 0.5345 0.2155 0.14365 0.14385 0.2155 0.322 0.2155 0.5345v10c0 0.2125 -0.07185 0.3906 -0.2155 0.53425 -0.14385 0.14385 -0.322 0.21575 -0.5345 0.21575h-1ZM2.75 22c-0.2125 0 -0.390585 -0.07235 -0.53425 -0.217C2.071915 21.6385 2 21.45935 2 21.2455c0 -0.21365 0.071915 -0.39135 0.21575 -0.533C2.359415 20.57085 2.5375 20.5 2.75 20.5h18.5c0.2125 0 0.39065 0.07235 0.5345 0.217 0.14365 0.1445 0.2155 0.32365 0.2155 0.5375 0 0.21365 -0.07185 0.39135 -0.2155 0.533 -0.14385 0.14165 -0.322 0.2125 -0.5345 0.2125h-18.5Zm0 -18.5c-0.2125 0 -0.390585 -0.072335 -0.53425 -0.217C2.071915 3.1385 2 2.959335 2 2.7455c0 -0.213665 0.071915 -0.391335 0.21575 -0.533C2.359415 2.070835 2.5375 2 2.75 2h18.5c0.2125 0 0.39065 0.072335 0.5345 0.217 0.14365 0.1445 0.2155 0.323665 0.2155 0.5375 0 0.213665 -0.07185 0.391335 -0.2155 0.533 -0.14385 0.141665 -0.322 0.2125 -0.5345 0.2125h-18.5Z",strokeWidth:"0.5"})}),Wr=e=>(0,i.jsxs)("svg",{height:"16",viewBox:"0 0 512 512",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,style:{height:"16px",width:"16px"},children:[(0,i.jsx)("path",{d:"m349.4 289.3h-13c-68.4 0-92.1.1-160.5-.1-26.4-.1-42.3-23.1-32.3-46.8 6.1-14.5 18-19.9 33.3-19.8 68 .1 91.3 0 159.4 0h14.7c-3.8-4.3-5.9-7.1-8.3-9.5-11.2-11-22.6-21.8-33.6-33-13.9-14.2-14.6-35.1-1.9-48.5 12.8-13.5 34.9-13.7 49.4.5 33.3 32.8 66.3 65.8 99.1 99.1 14.3 14.6 14.4 34.7.1 49.2-32.8 33.4-65.8 66.4-99.2 99.2-14.5 14.3-36.5 14.2-49.4.7s-11.9-34.4 2.4-49.3c13-13.4 25.7-26.9 39.8-41.7z"}),(0,i.jsx)("path",{d:"m112.3 256.1v226.7c0 21.3-21.9 34.3-45.4 27.3-13.6-4-21.3-13.7-21.3-27.2-.1-41.1 0-82.2 0-123.3 0-109.7 0-219.4 0-329.1 0-18.8 13.4-30.7 33.9-30.5 19.6.2 32.8 11.9 32.8 29.4.1 75.6.1 151.2 0 226.7z"})]}),Ur=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Format-Text-Wrap--Streamline-Rounded-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M4.7455 19.975c-0.213665 0 -0.391335 -0.0719 -0.533 -0.21575C4.070835 19.6156 4 19.4375 4 19.225V4.75c0 -0.2125 0.072335 -0.390665 0.217 -0.5345C4.3615 4.071835 4.540665 4 4.7545 4c0.213665 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.323665 0.21575 -0.5375 0.21575Zm14.5 0c-0.21365 0 -0.39135 -0.0719 -0.533 -0.21575 -0.14165 -0.14365 -0.2125 -0.32175 -0.2125 -0.53425V4.75c0 -0.2125 0.07235 -0.390665 0.217 -0.5345 0.1445 -0.143665 0.32365 -0.2155 0.5375 -0.2155 0.21365 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.32365 0.21575 -0.5375 0.21575ZM9.075 16.9l-2.15 -2.125c-0.15 -0.15 -0.225 -0.325 -0.225 -0.525s0.075 -0.375 0.225 -0.525l2.15 -2.125c0.15 -0.13335 0.32585 -0.20415 0.5275 -0.2125 0.20165 -0.00835 0.37585 0.0625 0.5225 0.2125 0.15 0.15 0.225 0.325 0.225 0.525s-0.075 0.375 -0.225 0.525l-0.85 0.85h4.475c0.7 0 1.29165 -0.24165 1.775 -0.725 0.48335 -0.48335 0.725 -1.075 0.725 -1.775s-0.24165 -1.29165 -0.725 -1.775C15.04165 8.74165 14.45 8.5 13.75 8.5H7c-0.2125 0 -0.3906 -0.07235 -0.53425 -0.217 -0.14385 -0.1445 -0.21575 -0.32365 -0.21575 -0.5375 0 -0.21365 0.0719 -0.39135 0.21575 -0.533C6.6094 7.07085 6.7875 7 7 7h6.75c1.1 0 2.04165 0.39165 2.825 1.175S17.75 9.9 17.75 11s-0.39165 2.04165 -1.175 2.825S14.85 15 13.75 15h-4.475l0.85 0.85c0.15 0.15 0.225 0.32635 0.225 0.529 0 0.20265 -0.07175 0.37765 -0.21525 0.525 -0.1565 0.14735 -0.3356 0.221 -0.53725 0.221s-0.37585 -0.075 -0.5225 -0.225Z",strokeWidth:"0.5"})}),Gr=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Format-Text-Wrap--Streamline-Rounded-Material",height:"24",width:"24",style:{rotate:"180deg"},...e,children:(0,i.jsx)("path",{d:"M4.7455 19.975c-0.213665 0 -0.391335 -0.0719 -0.533 -0.21575C4.070835 19.6156 4 19.4375 4 19.225V4.75c0 -0.2125 0.072335 -0.390665 0.217 -0.5345C4.3615 4.071835 4.540665 4 4.7545 4c0.213665 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.323665 0.21575 -0.5375 0.21575Zm14.5 0c-0.21365 0 -0.39135 -0.0719 -0.533 -0.21575 -0.14165 -0.14365 -0.2125 -0.32175 -0.2125 -0.53425V4.75c0 -0.2125 0.07235 -0.390665 0.217 -0.5345 0.1445 -0.143665 0.32365 -0.2155 0.5375 -0.2155 0.21365 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.32365 0.21575 -0.5375 0.21575ZM9.075 16.9l-2.15 -2.125c-0.15 -0.15 -0.225 -0.325 -0.225 -0.525s0.075 -0.375 0.225 -0.525l2.15 -2.125c0.15 -0.13335 0.32585 -0.20415 0.5275 -0.2125 0.20165 -0.00835 0.37585 0.0625 0.5225 0.2125 0.15 0.15 0.225 0.325 0.225 0.525s-0.075 0.375 -0.225 0.525l-0.85 0.85h4.475c0.7 0 1.29165 -0.24165 1.775 -0.725 0.48335 -0.48335 0.725 -1.075 0.725 -1.775s-0.24165 -1.29165 -0.725 -1.775C15.04165 8.74165 14.45 8.5 13.75 8.5H7c-0.2125 0 -0.3906 -0.07235 -0.53425 -0.217 -0.14385 -0.1445 -0.21575 -0.32365 -0.21575 -0.5375 0 -0.21365 0.0719 -0.39135 0.21575 -0.533C6.6094 7.07085 6.7875 7 7 7h6.75c1.1 0 2.04165 0.39165 2.825 1.175S17.75 9.9 17.75 11s-0.39165 2.04165 -1.175 2.825S14.85 15 13.75 15h-4.475l0.85 0.85c0.15 0.15 0.225 0.32635 0.225 0.529 0 0.20265 -0.07175 0.37765 -0.21525 0.525 -0.1565 0.14735 -0.3356 0.221 -0.53725 0.221s-0.37585 -0.075 -0.5225 -0.225Z",strokeWidth:"0.5"})}),Yr=e=>{const{attributes:t,setAttributes:a,updateObj:s,device:o}=e,{layout:n,heightType:l,columnGap:r,height:c}=t,d="column"===n[o]?.direction||"column-reverse"===n[o]?.direction?{style:{rotate:"90deg"}}:{},h=[{label:(0,v.__)("Auto","b-blocks"),value:"auto"},{label:(0,v.__)("Window Height (100%)","b-blocks"),value:"window"},{label:(0,v.__)("Custom","b-blocks"),value:"custom"}];return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Height:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:l,onChange:e=>{a({heightType:e,height:"window"===e?"100vh":"auto"===e?"auto":"initial"})},options:h})]}),"custom"===l&&(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,v.__)("Min Height:","b-blocks"),labelPosition:"left",value:c,onChange:e=>a({height:e}),units:[$e(),Te(),Ve()]}),"flex"===n.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"flex1 mt10",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Direction","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.direction,onChange:e=>s("layout",e,o,"direction"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Row",value:"row",icon:Tr}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Column",value:"column",icon:Br}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Row Reverse",value:"row-reverse",icon:Hr}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Column Reverse",value:"column-reverse",icon:Ar})]}),(0,i.jsx)(f,{children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Justify Content","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.justify,onChange:e=>s("layout",e,o,"justify"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(Vr,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(Nr,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Pr,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Between",value:"space-between",icon:(0,i.jsx)(Er,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Around",value:"space-around",icon:(0,i.jsx)(Ir,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Evenly",value:"space-evenly",icon:(0,i.jsx)(Or,{...d})})]}),(0,i.jsx)(f,{className:"flex1 mt10",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Align Items","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.alignItems,onChange:e=>s("layout",e,o,"alignItems"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(Rr,{style:{rotate:"column"===n[o]?.direction||"column-reverse"===n[o]?.direction?"-90deg":"0deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(Dr,{style:{rotate:"column"===n[o]?.direction||"column-reverse"===n[o]?.direction?"-90deg":"0deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Fr,{style:{rotate:"column"===n[o]?.direction||"column-reverse"===n[o]?.direction?"-90deg":"0deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Stretch",value:"stretch",icon:(0,i.jsx)(qr,{style:{rotate:"column"===n[o]?.direction||"column-reverse"===n[o]?.direction?"-90deg":"0deg"}})})]}),!["column","column-reverse"].includes(n[o]?.direction)&&(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{gap:0,children:[(0,v.__)("Wrap","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.wrap,onChange:e=>s("layout",e,o,"wrap"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"No Wrap",value:"nowrap",icon:(0,i.jsx)(Wr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Wrap",value:"wrap",icon:(0,i.jsx)(Ur,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Wrap Reverse",value:"wrap-reverse",icon:(0,i.jsx)(Gr,{})})]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,i.jsxs)(b.Flex,{gap:5,justify:"flex-start",children:[(0,v.__)("Gap:","b-blocks"),(0,i.jsx)(y,{})]})}),"desktop"===o&&(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"left",value:r,onChange:e=>a({columnGap:e}),units:[$e()]}),"desktop"!==o&&(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"left",value:n[o]?.columnGap,onChange:e=>s("layout",e,o,"columnGap"),units:[$e()]})]}),"nowrap"!==n[o]?.wrap&&""!==n[o]?.wrap&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Align Content","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.alignContent,onChange:e=>s("layout",e,o,"alignContent"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(Vr,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(Nr,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Pr,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Between",value:"space-between",icon:(0,i.jsx)(Er,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Around",value:"space-around",icon:(0,i.jsx)(Ir,{...d})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Evenly",value:"space-evenly",icon:(0,i.jsx)(Or,{...d})})]})]})]}),"grid"===n.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Justify Content","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.gridJustify,onChange:e=>s("layout",e,o,"gridJustify"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(Vr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(Nr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Pr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Between",value:"space-between",icon:(0,i.jsx)(Er,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Around",value:"space-around",icon:(0,i.jsx)(Ir,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Evenly",value:"space-evenly",icon:(0,i.jsx)(Or,{})})]}),(0,i.jsx)(f,{className:"flex1 mt10",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Align Items","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[o]?.gridAlignItems,onChange:e=>s("layout",e,o,"gridAlignItems"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(Rr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(Dr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Fr,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Stretch",value:"stretch",icon:(0,i.jsx)(qr,{})})]}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Columns","b-blocks"),min:0,max:12,value:n[o]?.gridColumns,onChange:e=>s("layout",e,o,"gridColumns")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Rows","b-blocks"),min:0,max:12,value:n[o]?.gridRows,onChange:e=>s("layout",e,o,"gridRows")})]})]})},Zr=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Yr,{...e})}),Kr=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:ta}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Zr,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),enabled:Sr,isPremium:s})})]})})]})};let Qr={desktop:[33.33,33.33,33.34],tablet:[50,50,50],mobile:[100,100,100]};const Xr=(0,x.compose)((0,m.withSelect)(((e,t)=>{const{clientId:a}=t,{getBlocks:s}=e("core/block-editor"),{getDeviceType:o}=e("core/editor");return{innerBlocks:s(a),device:o()?.toLowerCase()}})),(0,m.withDispatch)((e=>({updateAttributes:(t,a)=>e("core/block-editor").updateBlockAttributes(t,a)}))))((e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o,innerBlocks:n,device:l}=e,{columns:r}=t,c=bBlocksPremiumChecker;(0,g.useEffect)((()=>ge()),[o]);const d=e=>{const t="add"===e?r+1:r-1,o=6===t?16.66:_r(100/t);var n;a({columns:t}),n=o,xr(s).forEach((e=>{const t=e.clientId,a=yr(t)?.width;kr(t,{width:{...a,desktop:n}})}))};(0,g.useEffect)((()=>{r<n.length?d("add"):r>n.length&&d("delete")}),[n.length]);const p=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Kr,{attributes:t,setAttributes:a,isPremium:c,updateObj:p,device:l}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:$r(t,`block-${s}`,!0)}}),r?(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:`bBlocksRow has-${r}-columns ${o?"":"notSelected"}`,children:(0,i.jsx)(h.InnerBlocks,{allowedBlocks:["b-blocks/column"],template:(e=>[...Array(e)]?.map(((e,t)=>["b-blocks/column",{width:{desktop:Qr.desktop[t],tablet:Qr.tablet[t],mobile:Qr.mobile[t]}}])))(r),renderAppender:()=>r<12&&o?(0,i.jsx)(h.InnerBlocks.DefaultBlockAppender,{}):null})})}):(0,i.jsxs)("div",{className:"columnLayoutContainer",children:[(0,i.jsxs)("h3",{children:[(0,i.jsx)(b.Dashicon,{icon:"layout"})," ",(0,v.__)("Select a column layout","b-blocks")]}),(0,i.jsx)("div",{className:"columnLayouts",children:Lr.map(((e,t)=>(0,i.jsx)(b.Button,{showTooltip:!0,label:e.label,tooltipPosition:"top",onClick:()=>{a({columns:e.columns}),Qr=e.layout},children:e.layout?.[l]?.map(((e,t)=>(0,i.jsx)("i",{style:{width:e+"%"}},t)))},t)))})]})]})]})}));br(fr.name)&&(0,d.registerBlockType)(fr,{icon:qi,edit:Xr,save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const Jr=JSON.parse('{"apiVersion":3,"name":"b-blocks/column","title":"Column","description":"Column of the row.","category":"bBlocks","parent":["b-blocks/row"],"keywords":["column","columns","multi columns"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"width":{"type":"object","default":{"mobile":100,"tablet":50,"desktop":33.33}},"overflow":{"type":"string","default":"hidden"},"background":{"type":"object","default":{"color":""}},"padding":{"type":"object","default":{"vertical":"","horizontal":""}},"border":{"type":"object","default":{}},"shadow":{"type":"object","default":{}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"border":{"width":"","style":"","color":""},"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[]}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"usesContext":["b-blocks/rowColumns","b-blocks/rowColumnGap"],"supports":{"align":["wide","full"],"html":false,"interactivity":{"clientNavigation":true}},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),ec=(a,s,o,n,i=!1)=>{const{width:l,overflow:r,background:c,padding:d,border:h,shadow:p,advanced:g}=a,u=`#${s}`,m=i?`${u} > div > div:first-child`:`${u} > div`;return`\n\t\t${u}{\n\t\t\tflex-basis: calc(${l.desktop}% - (${n} * (${o} - 1) / ${o}));\n\t\t}\n\n\t\t${e} {\n\t\t\t${u}{\n\t\t\t\tflex-basis: calc(${l.tablet}% - (${n} * (${o} - 1) / ${o}));\n\t\t\t}\n\t\t}\n\n\t\t${t} {\n\t\t\t${u}{\n\t\t\t\tflex-basis: calc(${l.mobile}% - (${n} * (${o} - 1) / ${o}));\n\t\t\t}\n\t\t}\n\n\t\t${m}{\n\t\t\toverflow: ${r};\n\t\t\t${Wn(c)}\n\t\t\tpadding: ${Jn(d)};\n\t\t\t${Un(h)}\n\t\t\tbox-shadow: ${Xn(p)};\n\t\t}\n\t\t${pi(s,g,i)}\n\t\t`.replace(/\s+/g," ")},tc=({attributes:e,updateColumnWidth:t,device:a,MINWIDTH:s,columns:o})=>{const{width:n}=e,l=100-(o-1)*s;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Width (%):","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:n[a],onChange:e=>t(a,e),min:s,max:"desktop"===a?l:100,step:.01})]})})},ac={dimension:["padding","margin","height","minHeight","maxHeight"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,animation:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0},sc=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,columns:s,updateColumns:o}=e,{advanced:n}=t,l=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel bPlRemPrev",activeClass:"activeTab",tabs:Et,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(tc,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:n,onChange:e=>a({advanced:e}),enabled:ac,isPremium:l})})]})})}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsxs)(b.ToolbarGroup,{label:(0,v.__)("Column Options","b-blocks"),children:[s<6&&(0,i.jsx)(b.ToolbarButton,{icon:"plus",label:(0,v.__)("Add Column","b-blocks"),onClick:()=>o("add")}),s>1&&(0,i.jsx)(b.ToolbarButton,{icon:"trash",label:(0,v.__)("Delete Column","b-blocks"),onClick:()=>o("delete")})]})})]})})),{replaceInnerBlocks:oc}=(0,m.dispatch)("core/block-editor"),nc=(0,x.compose)((0,m.withSelect)(((e,t)=>{const{clientId:a}=t,{getBlocks:s,getBlockParents:o,getBlockIndex:n,getBlockAttributes:i,getPreviousBlockClientId:l,getNextBlockClientId:r}=e("core/block-editor"),c=document.querySelector('iframe[name="editor-canvas"]'),d=c?c?.contentDocument:document,h=o(a)[0],p=d?.querySelector(`#block-${h}`),g=p?"100%":"0px",u=r(a),m=l(a);return{parentBlockId:h,rowWidth:Cr(g),parentInnerBlocks:s(h),currentIndex:n(a,h),innerBlocks:s(a),nextClientId:u,nextWidth:i(u)?.width,prevClientId:m,prevWidth:i(m)?.width}})),(0,m.withDispatch)((e=>({updateAttributes:(t,a)=>e("core/block-editor").updateBlockAttributes(t,a)}))))((e=>{const{attributes:t,context:a,setAttributes:s,clientId:o,isSelected:n,toggleSelection:l,parentBlockId:r,rowWidth:c,parentInnerBlocks:p,currentIndex:u,innerBlocks:m,prevWidth:v,nextClientId:f,nextWidth:w,updateAttributes:x}=e,{width:y}=t,k=a["b-blocks/rowColumns"],C=a["b-blocks/rowColumnGap"],_=(0,g.useRef)(null),M=_?.current,z=M?.ownerDocument||document;(0,g.useEffect)((()=>ge()),[n]);const[j,L]=(0,g.useState)(!1),S=(0,g.useRef)(y),$=(0,g.useRef)(w),H=(0,g.useRef)(v),T=`block-${o}`,B=z?.querySelector(`#block-${o}`),A=z?.querySelector(`#block-${f}`);(0,g.useEffect)((()=>{S.current={...y},$.current={...w},H.current={...v}}),[n,B,c]);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(sc,{...e,attributes:t,setAttributes:s,nextClientId:f,columns:k,updateColumns:e=>{const t=100/("add"===e?k+1:k-1),a={...y,desktop:t};let s=[...p];"delete"===e?s.splice(u,1):s.splice(u+1,0,(0,d.createBlock)("b-blocks/column",{width:a})),oc(r,s)},updateColumnWidth:(e,t)=>{if("desktop"!==e)return void s({width:{...y,[e]:t}});if(t<5)return;const a=t-y.desktop;let o={};if(A&&null!==f&&(o={...w},o.desktop=parseFloat(o.desktop)-a,o.desktop>=5&&t>=5&&(x(f,{width:{...o}}),$.current={...o})),o.desktop>=5&&t>=5){const e=Math.abs(t);s({width:{...y,desktop:e}}),S.current={...S.current,desktop:e}}},MINWIDTH:5}),(0,i.jsxs)("div",{...(0,h.useBlockProps)({ref:_}),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:ec(t,T,k,C,!0)}}),(0,i.jsx)(b.ResizableBox,{className:j?`${wr}Resizing`:"",enable:{top:!1,right:!!f,bottom:!1,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},onResize:(e,t,a,o)=>((e,t,a,o)=>{const n=(i=o.width,100*parseFloat(i/c));var i;const l=S.current.desktop+n;let r=0;A&&null!==f&&(r=parseFloat($.current.desktop)-n,r>=5&&l>=5&&(r=Math.abs(r),x(f,{width:{...w,desktop:r}}))),r>=5&&l>=5&&s({width:{...y,desktop:l}})})(0,0,0,o),onResizeStop:(e,t,a,s)=>(l(!0),L(!1),S.current={...y},void($.current={...w})),onResizeStart:(e,t,a)=>(l(!1),void L(!0)),size:{width:"auto",height:"100%"},minWidth:c/5-Cr(C||"0px"),children:(0,i.jsx)("div",{className:wr,style:0===m?.length?{padding:"10px",background:"#fff"}:{},children:(0,i.jsx)(h.InnerBlocks,{renderAppender:()=>m?.length?(0,i.jsx)(h.InnerBlocks.DefaultBlockAppender,{}):(0,i.jsx)(h.InnerBlocks.ButtonBlockAppender,{className:"columnEmpty"})})})}),(0,i.jsx)("span",{className:"widthPlaceholder",children:n&&_r(y?.desktop)})]})]})}));br("b-blocks/row")&&(0,d.registerBlockType)(Jr,{icon:Wi,edit:nc,save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const ic=JSON.parse('{"apiVersion":3,"name":"b-blocks/td-viewer","title":"3D Viewer","description":"Display interactive 3D models on the web","category":"bBlocks","keywords":["3d","3d model","3d viewer"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"alignment":{"type":"string","default":"center"},"sourceType":{"type":"string","default":"upload"},"model":{"type":"object","default":{"id":null,"url":"https://modelviewer.dev/assets/ShopifyModels/ToyTrain.glb","title":""}},"modelLink":{"type":"string","default":"https://modelviewer.dev/assets/ShopifyModels/ToyTrain.glb"},"width":{"type":"string","default":"100%"},"height":{"type":"string","default":"350px"},"isTouchMove":{"type":"boolean","default":true},"isZoom":{"type":"boolean","default":true},"loadingType":{"type":"string","default":"auto"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"sourceType":"link"}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","modelViewer"]}'),lc=((0,v.__)("Upload","b-blocks"),(0,v.__)("Link","b-blocks"),[{label:(0,v.__)("Auto","b-blocks"),value:"auto"},{label:(0,v.__)("Lazy","b-blocks"),value:"lazy"},{label:(0,v.__)("Eager","b-blocks"),value:"eager"}]),rc=({attributes:e,setAttributes:t})=>{const{alignment:a,model:s,width:o,height:n,isTouchMove:l,isZoom:r,loadingType:c}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Wt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("3D Model Settings","b-blocks"),children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Model:","b-blocks")}),(0,i.jsx)(we,{types:["model/gltf-binary"],value:s,onChange:e=>t({model:e}),placeholder:(0,v.__)("Enter Model URL","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:o,onChange:e=>t({width:e}),units:[$e(),He(),Te()]}),(0,i.jsx)("small",{children:(0,v.__)("Keep width 0, to auto width.","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:n,onChange:e=>t({height:e}),units:[$e(),He(),Te()]}),(0,i.jsx)("small",{children:(0,v.__)("Keep height 0, to 350px height.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Controls via mouse/touch","b-blocks"),checked:l,onChange:e=>t({isTouchMove:e})}),l&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Zoom","b-blocks"),checked:r,onChange:e=>t({isZoom:e})}),(0,i.jsx)("small",{children:(0,v.__)("Enable 'Controls via mouse/touch' to work Zoom!","b-blocks")})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Loading Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:c,onChange:e=>t({loadingType:e}),options:lc})]})]})]}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(ke,{label:(0,v.__)("Edit 3D Model:","b-blocks"),icon:"edit",types:["model/gltf-binary"],value:s,onChange:({id:e,url:a,title:o})=>t({model:{...s,id:e,url:a,title:o}})}),(0,i.jsx)(h.AlignmentToolbar,{value:a,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("3D Model Alignment"),alignmentControls:[{title:(0,v.__)("3D Model in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("3D Model in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("3D Model in right","b-blocks"),align:"right",icon:"align-right"}]})]})]})},cc="bBlocks3DViewer",dc=({attributes:e,id:t})=>{const{alignment:a,width:s,height:o}=e,n=`#${t} .${cc}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${n}{\n\t\t\ttext-align: ${a};\n\t\t}\n\t\t${n} model-viewer{\n\t\t\twidth: ${["0px","0%","0em"].includes(s)?"auto":s};\n\t\t\theight: ${["0px","0%","0em"].includes(o)?"350px":o};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},hc=(0,g.forwardRef)((({attributes:e},t)=>{const{sourceType:a,model:s,modelLink:o,isTouchMove:n,isZoom:l,loadingType:r}=e,c=n?{"camera-controls":""}:{},d=l?{}:{"disable-zoom":""};return(0,i.jsx)("div",{className:cc,ref:t,children:(0,i.jsx)("model-viewer",{src:"upload"===a?s?.url:o,alt:"upload"===a?s?.title:"",loading:r,"auto-rotate":!0,...c,...d})})})),pc=(e,t,a,s)=>{t&&e?.setAttribute(a,s),!t&&e?.removeAttribute(a,s)};br(ic.name)&&(0,d.registerBlockType)(ic,{icon:Ui,transforms:{from:[{type:"block",blocks:["tdvb/td-viewer"],transform:e=>(0,d.createBlock)("b-blocks/td-viewer",e)},{type:"prefix",prefix:"3d",transform:()=>(0,d.createBlock)("b-blocks/td-viewer")}],to:[{type:"block",blocks:["tdvb/td-viewer"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("tdvb/td-viewer",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o}=e,{sourceType:n,model:l,modelLink:r,isTouchMove:c,isZoom:d,loadingType:p}=t;(0,g.useEffect)((()=>ge()),[o]);const u=(0,g.useRef)(null);return(0,g.useEffect)((()=>{u.current.innerHTML="";const e=document.createElement("model-viewer");pc(e,!0,"src","upload"===n?l?.url:r),pc(e,!0,"alt","upload"===n?l?.title:""),pc(e,c,"camera-controls",""),pc(e,!d,"disable-zoom",""),pc(e,!0,"loading",p),pc(e,!0,"auto-rotate",""),u.current.appendChild(e)}),[n,l,r,c,d,p]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(rc,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(dc,{attributes:t,id:`block-${s}`}),"upload"!==n||l.url?"":(0,i.jsx)("p",{className:"noModel",children:(0,v.__)("Please, upload Model or enter Model Link first!","3d-viewer-block")}),(0,i.jsx)(hc,{attributes:t,ref:u})]})]})},save:()=>null});const gc=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/advanced-image","title":"Advanced Image","category":"bBlocks","description":"A block that allows for advanced image handling with custom features.","keywords":["b blocks","advanced","image","advanced image"],"textdomain":"b-blocks","attributes":{"image":{"type":"object","default":{"sourceType":"","source":{"id":"","url":"","alt":"","title":""},"link":{"url":"","tab":"_self"}}},"layout":{"type":"object","default":{"size":"default","width":{"desktop":"100%","tablet":"100%","mobile":"100%"},"isAutoHeight":true,"height":{"desktop":"230px","tablet":"200px","mobile":"150px"},"isAutoFit":false,"fitOptionType":"cover"}},"style":{"type":"object","default":{"hoverEffect":"none","normalEffect":"none","effectOptions":{"normal":{"duration":1000,"delay":0,"iteration":"initial","iterationCount":1},"hover":{"duration":1000,"delay":0,"iteration":"initial","iterationCount":1}},"optionType":"rounded","alignment":{"desktop":"start","tablet":"start","mobile":"start"}}},"caption":{"type":"object","default":{"enabled":false,"text":""}},"captionStyle":{"type":"object","default":{"typo":{},"desktop":{"textAlign":"center","hAlign":"left","vAlign":"bottom","width":"","margin":{},"padding":{}},"tablet":{"textAlign":"center","hAlign":"left","vAlign":"top","width":"","margin":{},"padding":{}},"mobile":{"textAlign":"center","hAlign":"left","vAlign":"middle","width":"","margin":{},"padding":{}},"colors":{"color":"black","bg":"#eee"}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","aos"]}'),uc="bBlocksAdvancedImage",mc=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n,style:l,captionStyle:r,image:c,advanced:d}=a,{width:h,height:p,isAutoHeight:g,isAutoFit:u,fitOptionType:m}=n,{hoverEffect:v,optionType:b,alignment:f,normalEffect:w="",effectOptions:x={}}=l,{normal:y={},hover:k={}}=x,{typo:C,desktop:_,tablet:M,mobile:z,colors:j}=r,L=`#${s} .${uc}`,S=`${L} .image`,$=`${S} .caption`,H=(e,t,a,s,o)=>`${t} ${a}ms ${t==e+"Spin"?"linear":t===e+"Ping"?"cubic-bezier(0, 0, 0.2, 1)":"ease-in-out"} ${s}ms ${o};`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",C)?.googleFontLink}\n\t\t${ei($,C)?.styles}\n\n\t\t${L}{\n\t\t\talign-items:${f.desktop};\n\t\t}\n\n\t\t${S}{\n\t\t\twidth : ${c.source?.url?h.desktop:"100%"};\n\t\t\theight: ${g?"auto":p.desktop};\n\t\t\tborder-radius: ${"rounded"===b?"15px":"square"===b?"0px":"Circle"===b?"100%":"0"};\n\t\t\t${qn("clip-path","Triangle"===b?"polygon(50% 0%, 0% 100%, 100% 100%)":"Rhombus"===b?"polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)":"Octagon"===b?"polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%)":"square"===b?"inset(0%)":"")}\n\t\t}\n\n\t\t${L} img{\n\t\t\t${u?`object-fit: ${m};`:qn("object-fit","Triangle"===b||"Octagon"===b||"Rhombus"===b?"cover":"")}\n\t\t\t${qn("transform","zoomOut"===v?"scale(1.5)":"")}\n\t\t\tfilter: ${"blur"===v?"blur(3px)":"blur(0px)"};\n\t\t}\n\t\t${L}:hover img{\n\t\t\t${qn("transform","zoomIn"===v?"scale(1.5)":"zoomOut"===v?"scale(1)":"")}\n\t\t\t${qn("filter","blur"===v?"blur(0px)":"")}\n\t\t}\n\n\t\t${S}{\n\t\t\tanimation:${H("n",w,y?.duration,y?.delay,"number"===y?.iteration?y?.iterationCount:y?.iteration)}\n\t\t}\n\n\t\t${S}:hover{\n\t\t\tanimation:${H("h",v,k?.duration,k?.delay,"number"===k?.iteration?k?.iterationCount:k?.iteration)}\n\t\t}\n\n\t\t${$}{\n\t\t\twidth: ${_.width?_.width:"100%"};\n\t\t\ttext-align:${_.textAlign};\n\t\t\t${Yn(j)}\n\t\t\t${qn("padding",ti(_.padding))}\n\t\t\t${qn("margin",ti(_.margin))}\n\t\t\t${vc(_.vAlign,_.hAlign)}\n\t\t}\n\n\t\t${e}{\n\t\t\t${L}{\n\t\t\t\talign-items:${f.tablet};\n\t\t\t}\n\n\t\t\t${S}{\n\t\t\t\twidth : ${c.source?.url?h.tablet:"100%"};\n\t\t\t\theight: ${g?"auto":p.tablet};\n\t\t\t}\n\n\t\t\t${$}{\n\t\t\t\twidth: ${M.width?M.width:"100%"};\n\t\t\t\ttext-align:${M.textAlign};\n\t\t\t\t${qn("padding",ti(M.padding))}\n\t\t\t\t${qn("margin",ti(M.margin))}\n\t\t\t\t${vc(M.vAlign,M.hAlign)}\n\t\t\t}\n\t\t}\n\t\t\t\n\t\t${t}{\n\t\t\t${L}{\n\t\t\t\talign-items:${f.mobile};\n\t\t\t}\n\n\t\t\t${S}{\n\t\t\t\twidth : ${c.source?.url?h.mobile:"100%"};\n\t\t\t\theight: ${g?"auto":p.mobile};\n\t\t\t}\n\n\t\t\t${$}{\n\t\t\t\twidth: ${z.width?z.width:"100%"};\n\t\t\t\ttext-align:${z.textAlign};\n\t\t\t\t${qn("padding",ti(z.padding))}\n\t\t\t\t${qn("margin",ti(z.margin))}\n\t\t\t\t${vc(z.vAlign,z.hAlign)}\n\t\t\t}\n\t\t}\n\t\t${pi(s,d,o)}\n\t`}})},vc=(e,t)=>`\n\t${"left"===t?"left: 0; right: auto;":"center"===t?"left:50%;"+("middle"!==e?"transform: translateX(-50%);":""):"right:0;left:auto;"}\n\t${"top"===e?"top:0;bottom:auto;":"middle"===e?"top:50%;"+("center"!==t?"transform: translateY(-50%);":""):"bottom:0;top:auto;"}\n\t${"center"===t&&"middle"===e?"transform:translateY(-50%) translateX(-50%);":""}\n`,bc=[{label:"Custom",value:"custom"},{label:"Featured Image",value:"featured"}],fc=[{label:"Rounded",value:"rounded"},{label:"Square",value:"square"},{label:"Circle",value:"Circle"},{label:"Octagon",value:"Octagon"},{label:"Rhombus",value:"Rhombus"},{label:"Triangle",value:"Triangle"}],wc=[{label:"Default",value:"default"},{label:"Thumbnail",value:"thumbnail"},{label:"Medium",value:"medium"},{label:"Large",value:"large"},{label:"Full",value:"full"}],xc=[{label:"Cover",value:"cover"},{label:"Contain",value:"contain"},{label:"Fill",value:"fill"}],yc=[{label:"No Effect",value:"none"},{label:"Zoom in",value:"zoomIn"},{label:"Zoom out",value:"zoomOut"},{label:"Blur",value:"blur"}],kc=[{label:"Left",value:"start",icon:"align-left"},{label:"Center",value:"center",icon:"align-center"},{label:"Right",value:"end",icon:"align-right"}],Cc=[{label:"Left",value:"left",icon:"editor-alignleft"},{label:"Center",value:"center",icon:"editor-aligncenter"},{label:"Right",value:"right",icon:"editor-alignright"},{label:"Justify",value:"justify",icon:"editor-justify"}],_c=[{label:"Left",value:"left",icon:"align-left"},{label:"Center",value:"center",icon:"align-center"},{label:"Right",value:"right",icon:"align-right"}],Mc=[{label:"Top",value:"top"},{label:"Middle",value:"middle"},{label:"Bottom",value:"bottom"}],zc=[{label:(0,v.__)("None","b-blocks"),value:""},{label:(0,v.__)("Bounce","b-blocks"),value:"nBounce"},{label:(0,v.__)("Pulse","b-blocks"),value:"nPulse"},{label:(0,v.__)("Spin","b-blocks"),value:"nSpin"},{label:(0,v.__)("Shake","b-blocks"),value:"nShake"},{label:(0,v.__)("Wiggle","b-blocks"),value:"nWiggle"},{label:(0,v.__)("Ping","b-blocks"),value:"nPing"},{label:(0,v.__)("Float","b-blocks"),value:"nFloat"}],jc=[{label:(0,v.__)("None","b-blocks"),value:""},{label:(0,v.__)("Bounce","b-blocks"),value:"hBounce"},{label:(0,v.__)("Pulse","b-blocks"),value:"hPulse"},{label:(0,v.__)("Spin","b-blocks"),value:"hSpin"},{label:(0,v.__)("Shake","b-blocks"),value:"hShake"},{label:(0,v.__)("Wiggle","b-blocks"),value:"hWiggle"},{label:(0,v.__)("Ping","b-blocks"),value:"hPing"},{label:(0,v.__)("Float","b-blocks"),value:"hFloat"}],Lc=[{label:(0,v.__)("None","b-blocks"),value:""},{label:(0,v.__)("Infinite","b-blocks"),value:"infinite"},{label:(0,v.__)("Number","b-blocks"),value:"number"}],Sc=({attributes:e,setAttributes:t,updateObj:a})=>{const{image:s,layout:o,style:n,caption:l}=e,{sourceType:r,link:c}=s,{optionType:d}=n,{enabled:h}=l;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Source","b-blocks"),labelPosition:"left",value:r,options:bc,onChange:e=>a("image",e,"sourceType")}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Styles","b-blocks"),labelPosition:"left",value:d,options:fc,help:"Circle"===d||"Rhombus"===d||"Octagon"===d||"Triangle"===d?`Please Use Equal 'Height' & 'Width' For Perfect ${d} Shape.`:"",onChange:e=>a("style",e,"optionType")}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Size","b-blocks"),labelPosition:"left",value:o.size,options:wc,onChange:e=>{let a;switch(e){case"thumbnail":a="150px";break;case"medium":a="300px";break;case"large":a="1024px";break;default:a="100%"}t({layout:{...o,size:e,width:{desktop:a,tablet:a,mobile:a}}})}}),(0,i.jsx)("span",{children:(0,v.__)("Width will be change while changing the Size","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"mt20",label:(0,v.__)("Link","b-blocks"),placeholder:"https://example.com",help:"If you want to link the image, please enter the URL. If not want to link leave as blank",value:c.url,onChange:e=>a("image",e,"link","url")}),c.url&&(0,i.jsx)(b.ToggleControl,{className:"mt20",checked:"_blank"===c.tab,label:(0,v.__)("Open in New Tab","b-blocks"),onChange:e=>a("image",e?"_blank":"_self","link","tab")})]}),"custom"===r&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.ToggleControl,{checked:h,label:(0,v.__)("Display Caption","b-blocks"),onChange:e=>a("caption",e,"enabled")})})]})},$c=({attributes:e,updateObj:t,device:a})=>{const{image:s,layout:o,style:n,captionStyle:l,caption:r}=e,{height:c,isAutoHeight:d,isAutoFit:h,fitOptionType:p}=o,{alignment:g,hoverEffect:u,normalEffect:m="",effectOptions:x={}}=n,{textAlign:k,hAlign:C,vAlign:_,margin:M,padding:z,width:j}=l[a],{sourceType:L}=s,{typo:S,colors:$}=l,{normal:H={},hover:T={}}=x;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{value:o.width[a],onChange:e=>t("layout",e,"width",a)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",checked:d,label:(0,v.__)("Auto Height","b-blocks"),onChange:e=>t("layout",e,"isAutoHeight")}),!d&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{children:(0,v.__)("Height","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{value:c[a],onChange:e=>t("layout",e,"height",a)})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(ga,{value:g[a],onChange:e=>t("style",e,"alignment",a),options:kc,isIcon:!0,size:"default"}),(0,i.jsx)(b.ToggleControl,{className:"mt20",checked:h,label:(0,v.__)("Auto Fit","b-blocks"),onChange:e=>t("layout",e,"isAutoFit")}),h&&(0,i.jsx)(ga,{label:(0,v.__)("Image Fit","b-blocks"),value:p,onChange:e=>t("layout",e,"fitOptionType"),options:xc,size:"small"}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Hover Effect","b-blocks"),labelPosition:"left",value:u,options:yc,onChange:e=>t("style",e,"hoverEffect")})]}),r.enabled&&"custom"===L&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(ka,{label:(0,v.__)("Colors","b-blocks"),value:$,onChange:e=>t("captionStyle",e,"colors"),defaults:{color:"black",bg:"#EEEEEE"}}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,i.jsx)(f,{children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(y,{})]}),value:j,allowReset:!0,onChange:e=>t("captionStyle",e,a,"width")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:S,onChange:e=>t("captionStyle",e,"typo"),defaults:{fontSize:13}}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text Align","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(ga,{value:k,onChange:e=>t("captionStyle",e,a,"textAlign"),options:Cc,isIcon:!0,size:"small"}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Horizontal Align","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(ga,{value:C,onChange:e=>t("captionStyle",e,a,"hAlign"),options:_c,isIcon:!0,size:"small"}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Vertical Align","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(ga,{value:_,onChange:e=>t("captionStyle",e,a,"vAlign"),options:Mc,size:"small"}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{children:(0,v.__)("Margin","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(w,{label:"",values:M,onChange:e=>t("captionStyle",e,a,"margin")}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{children:(0,v.__)("Padding","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(w,{label:"",values:z,onChange:e=>t("captionStyle",e,a,"padding")})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Animation","b-blocks"),initialOpen:!0,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini mt10",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation Type","b-blocks"),options:zc,value:m,onChange:e=>t("style",e,"normalEffect")}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation Iteration","b-blocks"),options:Lc,value:H?.iteration,onChange:e=>t("style",e,"effectOptions","normal","iteration")}),"number"==H?.iteration&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Iteration Count","b-blocks"),min:0,max:10,step:1,value:H?.iterationCount,onChange:e=>t("style",e,"effectOptions","normal","iterationCount")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Duration (ms)","b-blocks"),min:0,max:2e4,step:50,value:H?.duration,onChange:e=>t("style",e,"effectOptions","normal","duration")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Delay (ms)","b-blocks"),min:0,max:2e4,step:50,value:H?.delay,onChange:e=>t("style",e,"effectOptions","normal","delay")})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation Type","b-blocks"),options:jc,value:u,onChange:e=>t("style",e,"hoverEffect")}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation Iteration","b-blocks"),options:Lc,value:T?.iteration,onChange:e=>t("style",e,"effectOptions","hover","iteration")}),"number"===T?.iteration&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Iteration Count","b-blocks"),min:0,max:10,step:1,value:T?.iterationCount,onChange:e=>t("style",e,"effectOptions","hover","iterationCount")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Duration (ms)","b-blocks"),min:0,max:2e4,step:50,value:T?.duration,onChange:e=>t("style",e,"effectOptions","hover","duration")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Delay (ms)","b-blocks"),min:0,max:2e4,step:50,value:T?.delay,onChange:e=>t("style",e,"effectOptions","hover","delay")})]})]})})})]})},Hc={dimension:["padding","margin","width","minHeight","maxHeight"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,animation:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0},Tc=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,updateObj:a,isPremium:s,device:o})=>{const{image:n}=e,{sourceType:l,source:r}=n,c={attributes:e,setAttributes:t,updateObj:a,isPremium:s,device:o};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:It,children:a=>(0,i.jsxs)(i.Fragment,{children:["general"===a.name&&(0,i.jsx)(Sc,{...c}),"style"===a.name&&(0,i.jsx)($c,{...c}),"advanced"===a.name&&(0,i.jsx)(Pt,{advanced:e.advanced,onChange:e=>t({advanced:e}),isPremium:s,enabled:Hc})]})})}),(0,i.jsx)(h.BlockControls,{children:r.url&&"custom"===l&&(0,i.jsx)(b.ToolbarGroup,{children:(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:["image/*"],onSelect:({id:e,url:t,alt:s,title:o})=>a("image",{id:e,url:t,alt:s,title:o},"source"),render:({open:e})=>(0,i.jsx)(b.ToolbarButton,{icon:"edit",iconSize:"25",title:(0,v.__)("Edit Custom Image","b-blocks"),onClick:e})})})})})]})})),Bc=({image:e,link:t,isBackend:a=!1})=>{const{url:s,alt:o,title:n}=e||{};return s&&(0,i.jsx)(Ac,{link:t,isBackend:a,children:(0,i.jsx)("img",{src:s,alt:o||n})})},Ac=({link:e={},children:t,isBackend:a})=>{const{url:s="",tab:o="_self"}=e;return s&&!a?(0,i.jsx)("a",{href:_t(s),target:o,children:t}):t},Vc=({attributes:e,setAttributes:t,featuredImageURL:a})=>{const{image:s,caption:o}=e,{sourceType:n,source:l,link:r}=s,{enabled:c,text:d}=o;return(0,i.jsx)("div",{className:uc,children:(0,i.jsx)("div",{className:"image",children:"custom"===n?(0,i.jsx)(i.Fragment,{children:l.url?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Bc,{image:l,link:r,isBackend:!0}),c&&(0,i.jsx)("div",{className:"caption ",children:(0,i.jsx)(h.RichText,{tagName:"p",value:d,onChange:e=>t({caption:ue(o,e,"text")}),placeholder:"Add Caption..."})})]}):(0,i.jsx)(ye,{label:(0,v.__)("Custom Image","b-blocks"),onChange:({id:e,url:a,alt:o,title:n})=>t({image:{...s,source:{id:e,url:a,alt:o,title:n}}})})}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Bc,{image:{url:a,alt:"Feature Image"},link:r,isBackend:!0}),!a&&(0,i.jsxs)("div",{className:"featureImageNotFound",children:[(0,i.jsx)("h3",{children:"Warning !!!"}),(0,i.jsx)("p",{children:"Seems like you have not added a Featured Image for this post. Please make sure to add a Featured Image and try again."})]})]})})})},Nc=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"currentColor",children:(0,i.jsx)("path",{d:"M448 80c8.8 0 16 7.2 16 16l0 319.8-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3L48 96c0-8.8 7.2-16 16-16l384 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"})}),Pc=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",fill:"currentColor",children:(0,i.jsx)("path",{d:"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l96 0 32 0 208 0c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"})}),Ec=(0,m.withSelect)(((e,t)=>{const{layout:a}=t.attributes,{size:s}=a,{getMedia:o}=e("core"),{getDeviceType:n,getEditedPostAttribute:i}=e("core/editor"),l=o(i("featured_media")),r=l?.media_details?.sizes[s]?.source_url||l?.source_url;return{device:n()?.toLowerCase(),featuredImageURL:r}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,featuredImageURL:n}=e,{image:l}=t,{sourceType:r}=l,c=bBlocksPremiumChecker,d=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Tc,{attributes:t,setAttributes:a,updateObj:d,isPremium:c}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(mc,{attributes:t,id:`block-${s}`,device:o,isBackend:!0}),(0,i.jsx)("div",{className:"bblocks-advanced-image",children:r?(0,i.jsx)(Vc,{attributes:t,setAttributes:a,featuredImageURL:n}):(0,i.jsxs)("div",{className:"sourceSelector",children:[(0,i.jsx)("h4",{children:"Choose Your Image Source"}),(0,i.jsx)("div",{className:"sourceOptions",children:[{label:"Custom Image",value:"custom",icon:Nc},{label:"Featured Image",value:"featured",icon:Pc}].map((({label:e,value:t,icon:s})=>(0,i.jsxs)("div",{onClick:()=>a({image:{...l,sourceType:t}}),children:[s,e]},t)))})]})})]})]})}));br(gc.name)&&(0,d.registerBlockType)(gc,{icon:Gi,edit:Ec});const Ic=JSON.parse('{"apiVersion":3,"name":"b-blocks/alert","title":"Alert","description":"Provide contextual feedback messages.","category":"bBlocks","keywords":["alert message","alert block","custom alert"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"type":{"type":"string","default":"general"},"width":{"type":"string","default":"100%"},"alignment":{"type":"string","default":"center"},"textAlign":{"type":"string","default":"center"},"message":{"type":"string","default":"You have an alert message!","selector":".bBlocksAlert .alert .alertMessage"},"icon":{"type":"object","default":{"class":"fa-solid fa-bell"}},"isDismiss":{"type":"boolean","default":true},"typography":{"type":"object","default":{"fontSize":{"desktop":"25px","tablet":"22px","mobile":"20px"}}},"colors":{"type":"object","default":{"color":"#333","bg":"#fff"}},"padding":{"type":"object","default":{"vertical":"15px","horizontal":"30px"}},"border":{"type":"object","default":{"width":"2px","color":"#333","radius":"8px"}},"shadow":{"type":"object","default":{}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),Oc=e=>{const{className:t="",label:a=(0,v.__)("Border:"),value:s,onChange:o,defaults:n={}}=e,l={width:"0px",style:"solid",color:"",side:"all",radius:"0px"},r=e=>n?.[e]||l[e],c=e=>s?.[e]||r(e),d=(e,t)=>o({...s,[e]:t}),h=e=>(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>(e=>o({...s,[e]:r(e)}))(e)});return(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"mt5",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"edit",onClick:t,"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:"),labelPosition:"left",value:c("width"),onChange:e=>d("width",e),units:[$e(),Te()]}),s?.width&&s?.width!==r("width")&&h("width")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Style:")}),(0,i.jsx)(b.SelectControl,{value:c("style"),onChange:e=>d("style",e),options:Se}),s?.style&&s?.style!==r("style")&&h("style")]}),(0,i.jsx)(De,{label:(0,v.__)("Color:"),value:c("color"),onChange:e=>d("color",e),defaultColor:r("color")}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Sides:")}),(0,i.jsx)(b.SelectControl,{value:c("side"),onChange:e=>d("side",e),options:Ne}),s?.side&&s?.side!==r("side")&&h("side")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Radius:"),labelPosition:"left",value:c("radius"),onChange:e=>d("radius",e),units:[$e(50),He(50),Te(3),Be(3)],isResetValueOnUnitChange:!0}),s?.radius&&s?.radius!==r("radius")&&h("radius")]})]})})]})},Rc=window.wp.blob,Dc=(0,m.withSelect)(((e,t)=>{const{value:a}=t;return{image:a?.id?e("core").getMedia(a?.id):null,imageSizes:e("core/block-editor").getSettings().imageSizes}}))((e=>{const{className:t,value:a={},onChange:s,image:o,imageSizes:n}=e,l=(e,t)=>s({...a,[e]:t});return(0,i.jsxs)("div",{className:t,children:[a?.url&&!(0,Rc.isBlobURL)(a?.url)&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Alt Text (Alternative Text):")}),(0,i.jsx)(b.TextControl,{value:a?.alt,onChange:e=>l("alt",e)})]}),a?.id&&0!==pe(o,n)?.length&&(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Select Size:")}),(0,i.jsx)(b.SelectControl,{value:a?.url,onChange:e=>l("url",e),options:pe(o,n)})]})]})})),Fc=(0,b.withNotices)((e=>{const{label:t=(0,v.__)(" Image:"),icon:a="format-image",value:s={},onChange:o,noticeOperations:n,noticeUI:l}=e;return(0,i.jsx)(h.MediaPlaceholder,{labels:{title:t},icon:a,allowedTypes:["image"],accept:"image/*",onSelect:({id:e,url:t,alt:a,title:n})=>o({...s,id:e,url:t,alt:a,title:n}),onSelectURL:e=>o({...s,id:null,url:e,alt:"",title:""}),onError:e=>n.createErrorNotice(e),notices:l})})),qc=e=>{const{className:t="",label:a=(0,v.__)("Shadow"),value:s,onChange:o,defaults:n={},type:l="box"}=e,r={hOffset:"0px",vOffset:"0px",blur:"0px",spreed:"0px",color:"#7090b0",isInset:!1},c=e=>n?.[e]||r[e],d=e=>s?.[e]||c(e),h=(e,t)=>o({...s,[e]:t}),p=e=>(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>(e=>o({...s,[e]:c(e)}))(e)});return(0,i.jsxs)(b.PanelRow,{className:`bPlDropdown ${t}`,children:[(0,i.jsx)(f,{className:"mt5",children:a}),(0,i.jsx)(b.Dropdown,{className:"bPlDropdownContainer",contentClassName:"bPlDropdownPopover",popoverProps:{placement:"bottom-end"},renderToggle:({isOpen:e,onToggle:t})=>(0,i.jsx)(b.Button,{icon:"edit",onClick:t,"aria-expanded":e}),renderContent:()=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Horizontal Offset:"),labelPosition:"left",value:d("hOffset"),onChange:e=>h("hOffset",e),units:[$e(),Te(),Be()]}),s?.hOffset&&s?.hOffset!==c("hOffset")&&p("hOffset")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Vertical Offset:"),labelPosition:"left",value:d("vOffset"),onChange:e=>h("vOffset",e),units:[$e(),Te(),Be()]}),s?.vOffset&&s?.vOffset!==c("vOffset")&&p("vOffset")]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Blur:"),labelPosition:"left",value:d("blur"),onChange:e=>h("blur",e),units:[$e(),Te(),Be()]}),s?.blur&&s?.blur!==c("blur")&&p("blur")]}),(0,i.jsx)("small",{children:(0,v.__)("Blur cannot be negative value!")}),"box"===l&&(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Spreed:"),labelPosition:"left",value:d("spreed"),onChange:e=>h("spreed",e),units:[$e(),Te(),Be()]}),s?.spreed&&s?.spreed!==c("spreed")&&p("spreed")]}),(0,i.jsx)(De,{label:(0,v.__)("Color:"),value:d("color"),onChange:e=>h("color",e),defaultColor:c("color")}),"box"===l&&(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Shadow Inset?"),checked:d("isInset"),onChange:e=>h("isInset",e),__nextHasNoMarginBottom:!0})]})})]})},Wc=e=>{const{className:t="",label:a=(0,v.__)("Space:"),value:s,onChange:o,defaults:n={}}=e,l={side:2,vertical:"0px",horizontal:"0px",top:"0px",right:"0px",bottom:"0px",left:"0px"},r=e=>n?.[e]||l[e],c=e=>s?.[e]||r(e),d=(e,t)=>o({...s,[e]:t}),h=e=>parseInt(c(e)?.replace(/([a-z])+/g,"")),p=e=>null!=e&&"object"==typeof e;return(0,i.jsxs)("div",{className:`bPlSpaceControl ${t}`,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:a}),(0,i.jsxs)(b.ButtonGroup,{className:"bPlBtnGroup",children:[(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Vertical, Horizontal"),placement:"top",position:"top",children:(0,i.jsxs)(b.Button,{className:"side2",size:"small",isPrimary:2===c("side"),"aria-pressed":2===c("side"),onClick:()=>o({...s,side:2,vertical:(h("top")+h("bottom"))/2+"px",horizontal:(h("left")+h("right"))/2+"px"}),children:[(0,i.jsx)("span",{className:"scrollIcon",children:lt}),(0,i.jsx)("span",{className:"sideScrollIcon",children:lt})]})}),(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Top, Right, Bottom, Left"),placement:"top",position:"top",children:(0,i.jsxs)(b.Button,{size:"small",isPrimary:4===c("side"),"aria-pressed":4===c("side"),onClick:()=>o({...s,side:4,top:c("vertical"),right:c("horizontal"),bottom:c("vertical"),left:c("horizontal")}),children:[(0,i.jsx)(b.Dashicon,{icon:"arrow-up-alt"}),(0,i.jsx)(b.Dashicon,{icon:"arrow-right-alt"}),(0,i.jsx)(b.Dashicon,{icon:"arrow-down-alt"}),(0,i.jsx)(b.Dashicon,{icon:"arrow-left-alt"})]})})]}),!((e,t,a)=>{const s=Object.keys(e||{}).filter((e=>"styles"!==e)),o=(e,t)=>{const a=Object.keys(e);for(const s of a){const a=e[s],n=t[s],i=p(a)&&p(n);if(i&&!o(a,n)||!i&&a!==n)return!1}return!0};for(const n of s){const s=e[n],i=t[n],l=a[n],r=p(s)&&p(i),c=p(s)&&p(l);if(i){if(r&&!o(s,i)||!r&&s!==i)return!1}else if(c&&!o(s,l)||!c&&s!==l)return!1}return!0})(s,n,l)&&(0,i.jsx)(b.Button,{icon:"image-rotate",className:"bPlResetVal",onClick:()=>{const e={side:r("side"),vertical:r("vertical"),horizontal:r("horizontal"),top:r("top"),right:r("right"),bottom:r("bottom"),left:r("left")};o({...s,...e})}})]}),2===c("side")&&(0,i.jsxs)(b.PanelRow,{className:"twoColumn",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Top Bottom:"),labelPosition:"top",value:c("vertical"),onChange:e=>d("vertical",e),units:[$e(),He(),Te(),Be()]}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Left Right:"),labelPosition:"top",value:c("horizontal"),onChange:e=>d("horizontal",e),units:[$e(),He(),Te(),Be()]})]}),4===c("side")&&(0,i.jsxs)(b.PanelRow,{className:"fourColumn",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Top:"),labelPosition:"top",value:c("top"),onChange:e=>d("top",e),units:[$e(),He(),Te(),Be()]}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Right:"),labelPosition:"top",value:c("right"),onChange:e=>d("right",e),units:[$e(),He(),Te(),Be()]}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Bottom:"),labelPosition:"top",value:c("bottom"),onChange:e=>d("bottom",e),units:[$e(),He(),Te(),Be()]}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Left:"),labelPosition:"top",value:c("left"),onChange:e=>d("left",e),units:[$e(),He(),Te(),Be()]})]})]})},Uc=[{label:(0,v.__)("General","b-blocks"),value:"general"},{label:(0,v.__)("Success","b-blocks"),value:"success"},{label:(0,v.__)("Info","b-blocks"),value:"info"},{label:(0,v.__)("Warning","b-blocks"),value:"warning"},{label:(0,v.__)("Error","b-blocks"),value:"error"},{label:(0,v.__)("Minimal","b-blocks"),value:"minimal"}],Gc=e=>({general:{color:"#333",icon:"fa-solid fa-bell"},success:{color:"#12b878",icon:"fa-regular fa-circle-check"},info:{color:"#2cacff",icon:"fa-solid fa-circle-info"},warning:{color:"#f1ae2a",icon:"fa-solid fa-gear"},error:{color:"#db4b68",icon:"fa-solid fa-circle-exclamation"}}[e]),Yc=(e,t,a)=>"minimal"===e?{width:"0px",icon:{class:Gc("info").icon},isDismiss:"minimal"!==e,colors:{color:"#00AB6D",bg:"#fff"},padding:{vertical:"10px",horizontal:"13px"},border:{...t,color:"#00AB6D",radius:"50px"},shadow:{...a,blur:"10px",color:"#00AB6D"}}:{width:"100%",icon:{class:Gc(e).icon},isDismiss:"minimal"!==e,colors:{color:Gc(e).color,bg:`${Gc(e).color}1a`},padding:{vertical:"15px",horizontal:"30px"},border:{...t,color:Gc(e).color,radius:"8px"},shadow:{}},Zc=({attributes:e,setAttributes:t})=>{const{type:a,width:s,alignment:o,textAlign:n,icon:l,isDismiss:r,typography:c,colors:d,padding:p,border:g,shadow:u}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Ut}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Alert Settings","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:a,onChange:e=>t({type:e,...Yc(e,g,u)}),options:Uc})]}),(0,i.jsx)("small",{children:(0,v.__)("Some settings may change when type will be changed.","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:s,onChange:e=>t({width:e}),units:[$e(),He(),Te()]}),(0,i.jsx)("small",{children:(0,v.__)("Keep width 0, to auto width.","b-blocks")}),(0,i.jsx)(Sa,{label:(0,v.__)("Alert Icon:","b-blocks"),value:l,onChange:e=>t({icon:e}),defaults:{class:"fa-solid fa-bell"},isSize:!1,isColor:!1}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Alert Dismissible?","b-blocks"),checked:r,onChange:e=>t({isDismiss:e})}),(0,i.jsx)(Mn,{className:"mt20",label:(0,v.__)("Typography:","b-blocks"),value:c,onChange:e=>t({typography:e}),defaults:{fontSize:{desktop:25,tablet:22,mobile:20}}}),(0,i.jsx)(ka,{value:d,onChange:e=>t({colors:e}),defaults:{color:"#333",bg:"#fff"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:p,onChange:e=>t({padding:e}),defaults:{vertical:"15px",horizontal:"30px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:g,onChange:e=>t({border:e}),defaults:{width:"2px",color:"#333",radius:"8px"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:u,onChange:e=>t({shadow:e})})]})]}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(h.AlignmentToolbar,{value:o,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Alert Alignment"),alignmentControls:[{title:(0,v.__)("Alert in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Alert in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Alert in right","b-blocks"),align:"right",icon:"align-right"}]}),(0,i.jsx)(h.AlignmentToolbar,{value:n,onChange:e=>t({textAlign:e})})]})]})},Kc="bBlocksAlert",Qc=({attributes:e,id:t})=>{const{width:a,alignment:s,textAlign:o,typography:n,colors:l,padding:r,border:c,shadow:d}=e,h=`#${t} .${Kc} .alert`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",n)?.googleFontLink}\n\t\t${ei(h,n)?.styles}\n\n\t\t${h}{\n\t\t\ttext-align: ${s};\n\t\t}\n\t\t${h}{\n\t\t\ttext-align: ${o};\n\t\t\twidth: ${["0px","0%","0em"].includes(a)?"auto":a};\n\t\t\t${Yn(l)}\n\t\t\tpadding: ${Jn(r)};\n\t\t\t${Un(c)}\n\t\t\tbox-shadow: ${Xn(d)};\n\t\t}\n\t\t${h} .alertIcon{\n\t\t\tfont-size: ${n?.fontSize?.desktop};\n\t\t\tcolor: ${l?.color};\n\t\t}\n\t\t${h} .alertClose{\n\t\t\tcolor: ${l?.color};\n\t\t}\n\t\t@media only screen and (max-width: 1024px) {\n\t\t\t${h} .alertIcon{\n\t\t\t\tfont-size: ${n?.fontSize?.tablet};\n\t\t\t}\n\t\t}\n\t\t@media only screen and (max-width: 640px) {\n\t\t\t${h} .alertIcon{\n\t\t\t\tfont-size: ${n?.fontSize?.mobile};\n\t\t\t}c\n\t\t}\n\t\t`.replace(/\s+/g," ")}})};br(Ic.name)&&(0,d.registerBlockType)(Ic,{icon:Yi,transforms:{from:[{type:"block",blocks:["abb/alert-box"],transform:e=>(0,d.createBlock)("b-blocks/alert",e)},{type:"block",blocks:["core/paragraph"],transform:({content:e,align:t})=>(0,d.createBlock)("b-blocks/alert",{message:e,textAlign:t})},{type:"block",blocks:["core/heading"],transform:({content:e,textAlign:t})=>(0,d.createBlock)("b-blocks/alert",{message:e,textAlign:t})},{type:"prefix",prefix:"alert",transform:()=>(0,d.createBlock)("b-blocks/alert")}],to:[{type:"block",blocks:["abb/alert-box"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("abb/alert-box",e)},{type:"block",blocks:["core/paragraph"],isMatch:({message:e})=>!!e,transform:({message:e,textAlign:t})=>(0,d.createBlock)("core/paragraph",{content:e,align:t})},{type:"block",blocks:["core/heading"],isMatch:({message:e})=>!!e,transform:({message:e,textAlign:t})=>(0,d.createBlock)("core/heading",{content:e,textAlign:t})}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o}=e,{message:n,icon:l,isDismiss:r}=t;return(0,g.useEffect)((()=>ge()),[o]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Zc,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(Qc,{attributes:t,id:`block-${s}`}),(0,i.jsx)("div",{className:Kc,children:(0,i.jsxs)("div",{className:"alert",children:[l?.class&&(0,i.jsx)("i",{className:`alertIcon ${l?.class}`}),(0,i.jsx)(h.RichText,{className:"alertMessage",tagName:"span",value:n,onChange:e=>a({message:e}),placeholder:(0,v.__)("Alert Message","b-blocks"),inlineToolbar:!0}),r&&(0,i.jsx)(b.Tooltip,{text:"Hide will only work in frontend",placement:"top",position:"top",children:(0,i.jsx)("i",{className:"alertClose fa fa-times-circle"})})]})})]})]})},save:()=>null});const Xc=JSON.parse('{"apiVersion":3,"name":"b-blocks/animated-text","title":"Animated Text","description":"Apply animation on any text.","category":"bBlocks","keywords":["animated text","text animation","text animated"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"loop":{"type":"boolean","default":true},"animateIn":{"type":"string","default":"char"},"inEffect":{"type":"string","default":"fadeInLeftBig"},"inSequence":{"type":"string","default":"default"},"outEffect":{"type":"string","default":"rollOut"},"outSequence":{"type":"string","default":"shuffle"},"textAlign":{"type":"string","default":"center"},"background":{"type":"object","default":{"color":"#0000"}},"content":{"type":"string","default":"Animated text for animation","selector":".atbAnimatedText .content"},"typography":{"type":"object","default":{"fontSize":{"desktop":"22px","tablet":"20px","mobile":"18px"}}},"color":{"type":"string","default":"#333"},"padding":{"type":"object","default":{"vertical":"15px","horizontal":"15px"}},"border":{"type":"object","default":{"radius":"5px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","animate"],"render":"file:./render.php","viewScript":["file:./view.js","textillate"]}'),Jc=[{label:(0,v.__)("Char","b-blocks"),value:"char"},{label:(0,v.__)("Word","b-blocks"),value:"word"}],ed=[{label:(0,v.__)("Flash","b-blocks"),value:"flash"},{label:(0,v.__)("Bounce","b-blocks"),value:"bounce"},{label:(0,v.__)("Shake","b-blocks"),value:"shake"},{label:(0,v.__)("Tada","b-blocks"),value:"tada"},{label:(0,v.__)("Swing","b-blocks"),value:"swing"},{label:(0,v.__)("Wobble","b-blocks"),value:"wobble"},{label:(0,v.__)("Pulse","b-blocks"),value:"pulse"},{label:(0,v.__)("Flip","b-blocks"),value:"flip"}],td=[{label:(0,v.__)("Fade In","b-blocks"),value:"fadeIn"},{label:(0,v.__)("Flip In X","b-blocks"),value:"flipInX"},{label:(0,v.__)("Flip In Y","b-blocks"),value:"flipInY"},{label:(0,v.__)("Fade In Up","b-blocks"),value:"fadeInUp"},{label:(0,v.__)("Fade In Down","b-blocks"),value:"fadeInDown"},{label:(0,v.__)("Fade In Left","b-blocks"),value:"fadeInLeft"},{label:(0,v.__)("Fade In Right","b-blocks"),value:"fadeInRight"},{label:(0,v.__)("Fade In Up Big","b-blocks"),value:"fadeInUpBig"},{label:(0,v.__)("Fade In Down Big","b-blocks"),value:"fadeInDownBig"},{label:(0,v.__)("Fade In Left Big","b-blocks"),value:"fadeInLeftBig"},{label:(0,v.__)("Fade In Right Big","b-blocks"),value:"fadeInRightBig"},{label:(0,v.__)("Bounce In","b-blocks"),value:"bounceIn"},{label:(0,v.__)("Bounce In Up","b-blocks"),value:"bounceInUp"},{label:(0,v.__)("Bounce In Down","b-blocks"),value:"bounceInDown"},{label:(0,v.__)("Bounce In Left","b-blocks"),value:"bounceInLeft"},{label:(0,v.__)("Bounce In Right","b-blocks"),value:"bounceInRight"},{label:(0,v.__)("Rotate In","b-blocks"),value:"rotateIn"},{label:(0,v.__)("Rotate In Up Left","b-blocks"),value:"rotateInUpLeft"},{label:(0,v.__)("Rotate In Up Right","b-blocks"),value:"rotateInUpRight"},{label:(0,v.__)("Rotate In Down Left","b-blocks"),value:"rotateInDownLeft"},{label:(0,v.__)("Rotate In Down Right","b-blocks"),value:"rotateInDownRight"},{label:(0,v.__)("Roll In","b-blocks"),value:"rollIn"}],ad=[{label:(0,v.__)("Fade Out","b-blocks"),value:"fadeOut"},{label:(0,v.__)("Flip Out X","b-blocks"),value:"flipOutX"},{label:(0,v.__)("Flip Out Y","b-blocks"),value:"flipOutY"},{label:(0,v.__)("Fade Out Up","b-blocks"),value:"fadeOutUp"},{label:(0,v.__)("Fade Out Down","b-blocks"),value:"fadeOutDown"},{label:(0,v.__)("Fade Out Left","b-blocks"),value:"fadeOutLeft"},{label:(0,v.__)("Fade Out Right","b-blocks"),value:"fadeOutRight"},{label:(0,v.__)("Fade Out Up Big","b-blocks"),value:"fadeOutUpBig"},{label:(0,v.__)("Fade Out Down Big","b-blocks"),value:"fadeOutDownBig"},{label:(0,v.__)("Fade Out Left Big","b-blocks"),value:"fadeOutLeftBig"},{label:(0,v.__)("Fade Out Right Big","b-blocks"),value:"fadeOutRightBig"},{label:(0,v.__)("Bounce Out","b-blocks"),value:"bounceOut"},{label:(0,v.__)("Bounce Out Up","b-blocks"),value:"bounceOutUp"},{label:(0,v.__)("Bounce Out Down","b-blocks"),value:"bounceOutDown"},{label:(0,v.__)("Bounce Out Left","b-blocks"),value:"bounceOutLeft"},{label:(0,v.__)("Bounce Out Right","b-blocks"),value:"bounceOutRight"},{label:(0,v.__)("Rotate Out","b-blocks"),value:"rotateOut"},{label:(0,v.__)("Rotate Out Up Left","b-blocks"),value:"rotateOutUpLeft"},{label:(0,v.__)("Rotate Out Up Right","b-blocks"),value:"rotateOutUpRight"},{label:(0,v.__)("Rotate Out Down Left","b-blocks"),value:"rotateOutDownLeft"},{label:(0,v.__)("Rotate Out Down Right","b-blocks"),value:"rotateOutDownRight"},{label:(0,v.__)("Hinge","b-blocks"),value:"hinge"},{label:(0,v.__)("Roll Out","b-blocks"),value:"rollOut"}],sd=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Sync","b-blocks"),value:"sync"},{label:(0,v.__)("Shuffle","b-blocks"),value:"shuffle"},{label:(0,v.__)("Reverse","b-blocks"),value:"reverse"}],od=({attributes:e,setAttributes:t})=>{const{loop:a,animateIn:s,inEffect:o,inSequence:n,outEffect:l,outSequence:r,textAlign:c,background:d,content:p,typography:g,color:u,padding:m,border:w}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Gt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Animated Text Settings","b-blocks"),children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Animate text:","b-blocks")}),(0,i.jsx)(b.TextareaControl,{value:p,onChange:e=>t({content:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Loop","b-blocks"),checked:a,onChange:e=>t({loop:e})}),(0,i.jsx)("small",{children:(0,v.__)("Loop will not work instantly in editor! you have to refresh the page.","b-blocks")}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Animate in:","b-blocks")}),(0,i.jsx)(ga,{value:s,onChange:e=>t({animateIn:e}),options:Jc})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("In Effect:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:o,onChange:e=>t({inEffect:e}),options:[...ed,...td]})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("In Sequence:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:n,onChange:e=>t({inSequence:e}),options:sd})]}),a&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Out Effect:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:l,onChange:e=>t({outEffect:e}),options:[...ed,...ad]})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Out Sequence:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:r,onChange:e=>t({outSequence:e}),options:sd})]})]})]})]}),"style"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Animated Text Style","b-blocks"),children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:d,onChange:e=>t({background:e}),defaults:{color:"#0000"}}),(0,i.jsx)(Mn,{className:"mt20",label:(0,v.__)("Typography:","b-blocks"),value:g,onChange:e=>t({typography:e}),defaults:{fontSize:{desktop:22,tablet:20,mobile:18}}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:u,onChange:e=>t({color:e}),defaultColor:"#333"}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:m,onChange:e=>t({padding:e}),defaults:{vertical:"15px",horizontal:"15px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:w,onChange:e=>t({border:e}),defaults:{radius:"5px"}})]})})]})})}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:c,onChange:e=>t({textAlign:e})})})]})},nd="bBlocksAnimatedText",id=({attributes:e,id:t})=>{const{textAlign:a,background:s,typography:o,color:n,padding:l,border:r}=e,c=`#${t} .${nd}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",o)?.googleFontLink}\n\t\t${ei(`${c} .content`,o)?.styles}\n\n\t\t${c}{\n\t\t\ttext-align: ${a};\n\t\t\t${Wn(s)}\n\t\t\tpadding: ${Jn(l)};\n\t\t\t${Un(r)}\n\t\t}\n\t\t${c} .content{\n\t\t\tcolor: ${n};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},ld=jQuery;br(Xc.name)&&(0,d.registerBlockType)(Xc,{icon:Zi,transforms:{from:[{type:"block",blocks:["atb/animated-text"],transform:e=>(0,d.createBlock)("b-blocks/animated-text",e)},{type:"block",blocks:["b-blocks/alert"],transform:({message:e,textAlign:t})=>(0,d.createBlock)("b-blocks/animated-text",{content:e,textAlign:t})},{type:"block",blocks:["core/paragraph"],transform:({content:e,align:t})=>(0,d.createBlock)("b-blocks/animated-text",{content:e,textAlign:t})},{type:"block",blocks:["core/heading"],transform:({content:e,textAlign:t})=>(0,d.createBlock)("b-blocks/animated-text",{content:e,textAlign:t})},{type:"prefix",prefix:"animated-text",transform:()=>(0,d.createBlock)("b-blocks/animated-text")}],to:[{type:"block",blocks:["atb/animated-text"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("atb/animated-text",e)},{type:"block",blocks:["core/paragraph"],isMatch:({content:e})=>!!e,transform:({content:e,textAlign:t})=>(0,d.createBlock)("core/paragraph",{content:e,align:t})},{type:"block",blocks:["b-blocks/alert"],isMatch:({content:e})=>!!e,transform:({content:e,textAlign:t})=>(0,d.createBlock)("b-blocks/alert",{message:e,textAlign:t})},{type:"block",blocks:["core/heading"],isMatch:({content:e})=>!!e,transform:({content:e,textAlign:t})=>(0,d.createBlock)("core/heading",{content:e,textAlign:t})}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{loop:o,animateIn:n,inEffect:l,inSequence:r,outEffect:c,outSequence:d,content:p}=t,u=`block-${s}`,m=(0,g.useRef)(null);return(0,g.useEffect)((()=>{m.current&&ld(m.current).textillate((e=>{const{loop:t,animateIn:a,inEffect:s,inSequence:o,outEffect:n,outSequence:i}=e;return{loop:t,minDisplayTime:2e3,initialDelay:0,autoStart:!0,inEffects:[],outEffects:["hinge"],in:{effect:s,delayScale:1.5,delay:50,sync:"sync"===o,shuffle:"shuffle"===o,reverse:"reverse"===o},out:{effect:n,delayScale:1.5,delay:50,sync:"sync"===i,shuffle:"shuffle"===i,reverse:"reverse"===i},type:a}})(t))}),[o,n,l,r,c,d,p]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(od,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(id,{attributes:t,id:u}),(0,i.jsx)("div",{className:nd,children:(0,i.jsx)("p",{className:"content",ref:m,children:p})})]})]})},save:()=>null});const rd=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/advanced-tabs","title":"Advanced Tabs","category":"bBlocks","description":"Display content in responsive, customizable tabs with support for nested blocks and flexible layouts.","keywords":["tabs","tab","content","advanced tabs","tab content"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"clientId":{"type":"string","default":""},"tabLists":{"type":"array","default":[{"title":"Tab 1","subTitle":"","id":1,"iconType":"none","image":"","svg":"","library":"","iconPosition":"left","isExpanded":true,"isDefault":true,"customId":""},{"title":"Tab 2","subTitle":"","id":2,"iconType":"none","image":"","svg":"","library":"","iconPosition":"left","isExpanded":false,"isDefault":false,"customId":""},{"title":"Tab 3","subTitle":"","id":3,"iconType":"none","image":"","svg":"","library":"","iconPosition":"left","isExpanded":false,"isDefault":false,"customId":""}]},"tabs":{"type":"object","default":{"desktop":{"direction":"row","columnJustify":"center","rowJustify":"","contentAlign":"center","wrap":"nowrap"},"tablet":{"direction":"","columnJustify":"","rowJustify":"","contentAlign":"center","wrap":""},"mobile":{"direction":"","columnJustify":"","rowJustify":"","contentAlign":"center","wrap":""},"isShowTitle":true,"isShowSubTitle":false,"isShowActiveSubTitle":false,"isShowIcon":false,"isCloseAllTab":false}},"styles":{"type":"object","default":{"tabContainer":{"bg":{},"border":{},"desktop":{"spaceBetween":"","padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"tablet":{"spaceBetween":"","padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"mobile":{"spaceBetween":"","padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}}},"tabs":{"normal":{"normal":{"bg":{"color":"#eeeeee"},"border":{},"desktop":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"tablet":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"mobile":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}}},"hover":{"bg":{},"border":{},"desktop":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"tablet":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"mobile":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"transition":0.2}},"active":{"normal":{"bg":{"color":"#146EF5"},"border":{},"desktop":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"tablet":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"mobile":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"transition":0.2},"hover":{"bg":{},"border":{},"desktop":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"tablet":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"mobile":{"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"transition":0.2}},"desktop":{"gap":"10px","width":""},"tablet":{"gap":"10px","width":""},"mobile":{"gap":"10px","width":""}},"tabTitle":{"typography":{"fontSize":{"desktop":"16px","tablet":"","mobile":""}},"normal":{"normal":{"color":"#242424"},"hover":{"color":""}},"active":{"normal":{"color":"#fff"},"hover":{"color":""}}},"tabSubTitle":{"typography":{"fontSize":{"desktop":"14px","tablet":"","mobile":""}},"normal":{"normal":{"color":"#242424"},"hover":{"color":""}},"active":{"normal":{"color":"#fff"},"hover":{"color":""}}},"icon":{"desktop":{"size":"","position":"row"},"tablet":{"size":"","position":""},"mobile":{"size":"","position":""},"normal":{"normal":{"color":"#242424","bg":{},"border":{},"desktop":{"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"tablet":{"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"mobile":{"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}}},"hover":{"color":"","bg":{},"border":{},"desktop":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"tablet":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"mobile":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}}},"transition":0.2},"active":{"normal":{"color":"#fff","bg":{},"border":{},"desktop":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"tablet":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"mobile":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}}},"hover":{"color":"","bg":{},"border":{},"desktop":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"tablet":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}},"mobile":{"border":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""},"padding":{"top":"","bottom":"","left":"","right":""},"margin":{"top":"","bottom":"","left":"","right":""}}},"transition":0.2}},"content":{"bg":{},"border":{},"desktop":{"padding":{},"margin":{},"radius":{},"width":""},"tablet":{"padding":{},"margin":{},"radius":{},"width":""},"mobile":{"padding":{},"margin":{},"radius":{},"width":""}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","lodash"],"render":"file:./render.php","viewScript":"file:./view.js","style":"file:./view.css"}'),cd=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],dd=()=>{const[e,t]=(0,g.useState)("desktop"),a=()=>{const e=window.innerWidth;t(e>1024?"desktop":e>640?"tablet":"mobile")};return(0,g.useEffect)((()=>(a(),window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a)})),[]),{device:e}},hd=(e,t={},a=!0)=>{const[s,o]=(0,g.useState)(!1),[n,i]=(0,g.useState)(!1),[l,r]=(0,g.useState)(null),[c,d]=(0,g.useState)(null);if(!wp.ajax)return void console.error("Please use wp-util as a dependency");const h=(a={})=>{o(!0),i(!1),r(null),wp.ajax.post(e,{...t,...a}).done((e=>{o(!1),d(e)})).fail((e=>{o(!1),i(!0),r(e)}))},p=(e={})=>{h(e)};return(0,g.useEffect)((()=>{a&&h(t)}),[]),{data:c,saveData:p,refetch:p,isLoading:s,isError:n,error:l}},pd=e=>{const[t,a]=(0,g.useState)(!0),[s,o]=(0,g.useState)(!1),[n,i]=(0,g.useState)(null),[l,r]=(0,g.useState)(null);(0,g.useEffect)((()=>{o(!1),i(null),wp.api.loadPromise.then((()=>{(new wp.api.models.Settings).fetch().then((t=>{r(c(t[e])),a(!1)}))}))}),[]);const c=e=>{let t=e;try{t=JSON.parse(e)}catch(e){o(!0),i(e.message)}return t};return{data:l,isLoading:t,isError:s,error:n}},gd=({attributes:e,setAttributes:t,index:a,updateObj:s})=>{const{tabLists:o,tabs:n}=e,{isCloseAllTab:l}=n,r=o[a],{data:c}=pd("bBlocksUtils"),{refetch:d}=hd("b-blocks-enable-svg-mime-type",{_wpnonce:c?.nonce},!1),h=new zt;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Initial Active","b-blocks"),checked:r.isDefault,value:r.isDefault,onChange:()=>{const e=o.map(((e,t)=>t===a?{...e,isDefault:!0}:{...e,isDefault:!1}));l||t({tabLists:e})}}),(0,i.jsx)(b.TextControl,{type:"text",className:"mt10",label:(0,v.__)("Title","b-blocks"),value:r.title,onChange:e=>s("tabLists",e,a,"title")}),(0,i.jsx)(b.TextareaControl,{rows:2,className:"mt10",label:(0,v.__)("Sub Title","b-blocks"),value:r.subTitle,onChange:e=>s("tabLists",e,a,"subTitle")}),(0,i.jsx)(f,{children:(0,v.__)("Icon Type","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:r.iconType,onChange:e=>s("tabLists",e,a,"iconType"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"None",value:"none"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Library",value:"library"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Upload SVG",value:"svg"})]}),"library"===r.iconType&&(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Icon Library","b-blocks"),value:r.library,onChange:e=>s("tabLists",e,a,"library")}),"svg"===r.iconType&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(xe,{className:"mt10",label:(0,v.__)("Upload SVG","b-blocks"),types:["image/svg+xml"],onClick:async()=>{await d()},value:{url:r.svg},onChange:async e=>{const t=e?.url?await h.sanitizeFile(e?.url):"";s("tabLists",t,a,"svg")},isSvgEnabled:!0})})]})},ud=({clientId:e,tabLists:t,setAttributes:a,handleTabTitleClick:s})=>{const o=[...(0,m.select)("core/block-editor").getBlocks(e)],n=(t||[]).reduce(((e,t)=>Math.max(Number(e),Number(t?.id||0))),0)+1,i={title:`Tab ${n}`,subTitle:"",id:n,iconType:"none",image:"",svg:"",library:"",isExpanded:!1,isDefault:!1,customId:""},l=(0,d.createBlock)("b-blocks/container",{lock:{remove:!0,move:!0},className:"b-blocks-advanced-tabs-panel b-blocks-advanced-tabs-panel-"+n});o.push(l),(0,m.dispatch)("core/block-editor").replaceInnerBlocks(e,o,!1).then((()=>{a({tabLists:[...t||[],i]}),s&&s(String(n))}))},md=e=>{const{attributes:t,setAttributes:a,updateObj:s,clientId:o,activeIndex:n,setActiveIndex:l}=e,{tabLists:r}=t,c={title:`Tab ${r.length+1}`,subTitle:"",id:r.length+1,iconType:"none",image:"",svg:"",library:"",isExpanded:!1,isDefault:!1,customId:""};return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tab Lists","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:t,setAttributes:a,handleAdd:()=>{ud({clientId:o,blockId:"",tabLists:r,setAttributes:a})},handleDelete:e=>{const t=[...(0,m.select)("core/block-editor").getBlocks(o)],s=r[e];s?.id&&t.forEach(((n,i)=>{if(n?.attributes?.className.split(" ").includes(`b-blocks-advanced-tabs-panel-${s?.id}`)){const s=[...t.slice(0,i),...t.slice(i+1)];(0,m.dispatch)("core/block-editor").replaceInnerBlocks(o,s,!1);const n=[...r.slice(0,e),...r.slice(e+1)];a({tabLists:n})}}))},newItem:c,design:"sortable",itemLabel:"Tab",arrKey:"tabLists",title:"title",ItemSettings:gd,handleCopy:e=>{const t=(r||[]).reduce(((e,t)=>Math.max(Number(e),Number(t?.id||0))),0),s=[...(0,m.select)("core/block-editor").getBlocks(o)],n=r[e];n?.id&&s.forEach(((s,i)=>{if(s?.attributes?.className.split(" ").includes(`b-blocks-advanced-tabs-panel-${n?.id}`)){const l=(0,d.createBlock)(s.name,{...s.attributes,className:`b-blocks-advanced-tabs-panel b-blocks-advanced-tabs-panel-${t+1}`,lock:{remove:!0,move:!0}},s?.innerBlocks?.length>0?s?.innerBlocks:[]);(0,m.dispatch)("core/block-editor").insertBlocks(l,i+1,o);const c=[...r.slice(0,e),{...n,id:t+1},...r.slice(e)];a({tabLists:c}),(0,m.dispatch)("core/block-editor").selectBlock(o)}}))},minItem:0,updateObj:s,activeIndex:n,setActiveIndex:l})})},vd=e=>{const{attributes:t,updateObj:a,setAttributes:s}=e,{tabs:o,tabLists:n}=t;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Title","b-blocks"),checked:o?.isShowTitle,value:o.isShowTitle,onChange:e=>a("tabs",e,"isShowTitle")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Sub Title","b-blocks"),checked:o?.isShowSubTitle,value:o.isShowSubTitle,onChange:e=>a("tabs",e,"isShowSubTitle")}),o.isShowSubTitle&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Only Tab Active Sub Title","b-blocks"),checked:o?.isShowActiveSubTitle,value:o.isShowActiveSubTitle,onChange:e=>a("tabs",e,"isShowActiveSubTitle")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Icon","b-blocks"),checked:o?.isShowIcon,value:o.isShowIcon,onChange:e=>a("tabs",e,"isShowIcon")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Close All Tabs Initially","b-blocks"),checked:o?.isCloseAllTab,value:o.isCloseAllTab,onChange:e=>{const t=e?n?.map((e=>({...e,isDefault:!1}))):n?.map(((e,t)=>({...e,isDefault:0===t})));s({tabLists:t,tabs:{...o,isCloseAllTab:e}})}})]})},bd=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",strokeLinecap:"round",strokeLinejoin:"round",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{d:"M12 10l0 10"}),(0,i.jsx)("path",{d:"M12 10l4 4"}),(0,i.jsx)("path",{d:"M12 10l-4 4"}),(0,i.jsx)("path",{d:"M4 4l16 0"})]}),fd=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",strokeLinecap:"round",strokeLinejoin:"round",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{d:"M4 20l16 0"}),(0,i.jsx)("path",{d:"M12 14l0 -10"}),(0,i.jsx)("path",{d:"M12 14l4 -4"}),(0,i.jsx)("path",{d:"M12 14l-4 -4"})]}),wd=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",strokeLinecap:"round",strokeLinejoin:"round",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{d:"M10 12l10 0"}),(0,i.jsx)("path",{d:"M10 12l4 4"}),(0,i.jsx)("path",{d:"M10 12l4 -4"}),(0,i.jsx)("path",{d:"M4 4l0 16"})]}),xd=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"2",viewBox:"0 0 24 24",strokeLinecap:"round",strokeLinejoin:"round",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{d:"M14 12l-10 0"}),(0,i.jsx)("path",{d:"M14 12l-4 4"}),(0,i.jsx)("path",{d:"M14 12l-4 -4"}),(0,i.jsx)("path",{d:"M20 4l0 16"})]}),yd=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),kd=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),Cd=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),_d=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Align-Items-Stretch--Streamline-Rounded-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M8 17.75c-0.2125 0 -0.3906 -0.0719 -0.53425 -0.21575C7.3219 17.3906 7.25 17.2125 7.25 17V7c0 -0.2125 0.0719 -0.39065 0.21575 -0.5345 0.14365 -0.14365 0.32175 -0.2155 0.53425 -0.2155h1c0.2125 0 0.39065 0.07185 0.5345 0.2155 0.14365 0.14385 0.2155 0.322 0.2155 0.5345v10c0 0.2125 -0.07185 0.3906 -0.2155 0.53425 -0.14385 0.14385 -0.322 0.21575 -0.5345 0.21575h-1Zm7 0c-0.2125 0 -0.3906 -0.0719 -0.53425 -0.21575C14.3219 17.3906 14.25 17.2125 14.25 17V7c0 -0.2125 0.0719 -0.39065 0.21575 -0.5345 0.14365 -0.14365 0.32175 -0.2155 0.53425 -0.2155h1c0.2125 0 0.39065 0.07185 0.5345 0.2155 0.14365 0.14385 0.2155 0.322 0.2155 0.5345v10c0 0.2125 -0.07185 0.3906 -0.2155 0.53425 -0.14385 0.14385 -0.322 0.21575 -0.5345 0.21575h-1ZM2.75 22c-0.2125 0 -0.390585 -0.07235 -0.53425 -0.217C2.071915 21.6385 2 21.45935 2 21.2455c0 -0.21365 0.071915 -0.39135 0.21575 -0.533C2.359415 20.57085 2.5375 20.5 2.75 20.5h18.5c0.2125 0 0.39065 0.07235 0.5345 0.217 0.14365 0.1445 0.2155 0.32365 0.2155 0.5375 0 0.21365 -0.07185 0.39135 -0.2155 0.533 -0.14385 0.14165 -0.322 0.2125 -0.5345 0.2125h-18.5Zm0 -18.5c-0.2125 0 -0.390585 -0.072335 -0.53425 -0.217C2.071915 3.1385 2 2.959335 2 2.7455c0 -0.213665 0.071915 -0.391335 0.21575 -0.533C2.359415 2.070835 2.5375 2 2.75 2h18.5c0.2125 0 0.39065 0.072335 0.5345 0.217 0.14365 0.1445 0.2155 0.323665 0.2155 0.5375 0 0.213665 -0.07185 0.391335 -0.2155 0.533 -0.14385 0.141665 -0.322 0.2125 -0.5345 0.2125h-18.5Z",strokeWidth:"0.5"})}),Md=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),zd=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),jd=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),Ld=e=>(0,i.jsxs)("svg",{height:"16",viewBox:"0 0 512 512",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,style:{height:"16px",width:"16px"},children:[(0,i.jsx)("path",{d:"m349.4 289.3h-13c-68.4 0-92.1.1-160.5-.1-26.4-.1-42.3-23.1-32.3-46.8 6.1-14.5 18-19.9 33.3-19.8 68 .1 91.3 0 159.4 0h14.7c-3.8-4.3-5.9-7.1-8.3-9.5-11.2-11-22.6-21.8-33.6-33-13.9-14.2-14.6-35.1-1.9-48.5 12.8-13.5 34.9-13.7 49.4.5 33.3 32.8 66.3 65.8 99.1 99.1 14.3 14.6 14.4 34.7.1 49.2-32.8 33.4-65.8 66.4-99.2 99.2-14.5 14.3-36.5 14.2-49.4.7s-11.9-34.4 2.4-49.3c13-13.4 25.7-26.9 39.8-41.7z"}),(0,i.jsx)("path",{d:"m112.3 256.1v226.7c0 21.3-21.9 34.3-45.4 27.3-13.6-4-21.3-13.7-21.3-27.2-.1-41.1 0-82.2 0-123.3 0-109.7 0-219.4 0-329.1 0-18.8 13.4-30.7 33.9-30.5 19.6.2 32.8 11.9 32.8 29.4.1 75.6.1 151.2 0 226.7z"})]}),Sd=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Format-Text-Wrap--Streamline-Rounded-Material",height:"24",width:"24",...e,children:(0,i.jsx)("path",{d:"M4.7455 19.975c-0.213665 0 -0.391335 -0.0719 -0.533 -0.21575C4.070835 19.6156 4 19.4375 4 19.225V4.75c0 -0.2125 0.072335 -0.390665 0.217 -0.5345C4.3615 4.071835 4.540665 4 4.7545 4c0.213665 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.323665 0.21575 -0.5375 0.21575Zm14.5 0c-0.21365 0 -0.39135 -0.0719 -0.533 -0.21575 -0.14165 -0.14365 -0.2125 -0.32175 -0.2125 -0.53425V4.75c0 -0.2125 0.07235 -0.390665 0.217 -0.5345 0.1445 -0.143665 0.32365 -0.2155 0.5375 -0.2155 0.21365 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.32365 0.21575 -0.5375 0.21575ZM9.075 16.9l-2.15 -2.125c-0.15 -0.15 -0.225 -0.325 -0.225 -0.525s0.075 -0.375 0.225 -0.525l2.15 -2.125c0.15 -0.13335 0.32585 -0.20415 0.5275 -0.2125 0.20165 -0.00835 0.37585 0.0625 0.5225 0.2125 0.15 0.15 0.225 0.325 0.225 0.525s-0.075 0.375 -0.225 0.525l-0.85 0.85h4.475c0.7 0 1.29165 -0.24165 1.775 -0.725 0.48335 -0.48335 0.725 -1.075 0.725 -1.775s-0.24165 -1.29165 -0.725 -1.775C15.04165 8.74165 14.45 8.5 13.75 8.5H7c-0.2125 0 -0.3906 -0.07235 -0.53425 -0.217 -0.14385 -0.1445 -0.21575 -0.32365 -0.21575 -0.5375 0 -0.21365 0.0719 -0.39135 0.21575 -0.533C6.6094 7.07085 6.7875 7 7 7h6.75c1.1 0 2.04165 0.39165 2.825 1.175S17.75 9.9 17.75 11s-0.39165 2.04165 -1.175 2.825S14.85 15 13.75 15h-4.475l0.85 0.85c0.15 0.15 0.225 0.32635 0.225 0.529 0 0.20265 -0.07175 0.37765 -0.21525 0.525 -0.1565 0.14735 -0.3356 0.221 -0.53725 0.221s-0.37585 -0.075 -0.5225 -0.225Z",strokeWidth:"0.5"})}),$d=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24",id:"Format-Text-Wrap--Streamline-Rounded-Material",height:"24",width:"24",style:{rotate:"180deg"},...e,children:(0,i.jsx)("path",{d:"M4.7455 19.975c-0.213665 0 -0.391335 -0.0719 -0.533 -0.21575C4.070835 19.6156 4 19.4375 4 19.225V4.75c0 -0.2125 0.072335 -0.390665 0.217 -0.5345C4.3615 4.071835 4.540665 4 4.7545 4c0.213665 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.323665 0.21575 -0.5375 0.21575Zm14.5 0c-0.21365 0 -0.39135 -0.0719 -0.533 -0.21575 -0.14165 -0.14365 -0.2125 -0.32175 -0.2125 -0.53425V4.75c0 -0.2125 0.07235 -0.390665 0.217 -0.5345 0.1445 -0.143665 0.32365 -0.2155 0.5375 -0.2155 0.21365 0 0.39135 0.071835 0.533 0.2155 0.14165 0.143835 0.2125 0.322 0.2125 0.5345v14.475c0 0.2125 -0.07235 0.3906 -0.217 0.53425 -0.1445 0.14385 -0.32365 0.21575 -0.5375 0.21575ZM9.075 16.9l-2.15 -2.125c-0.15 -0.15 -0.225 -0.325 -0.225 -0.525s0.075 -0.375 0.225 -0.525l2.15 -2.125c0.15 -0.13335 0.32585 -0.20415 0.5275 -0.2125 0.20165 -0.00835 0.37585 0.0625 0.5225 0.2125 0.15 0.15 0.225 0.325 0.225 0.525s-0.075 0.375 -0.225 0.525l-0.85 0.85h4.475c0.7 0 1.29165 -0.24165 1.775 -0.725 0.48335 -0.48335 0.725 -1.075 0.725 -1.775s-0.24165 -1.29165 -0.725 -1.775C15.04165 8.74165 14.45 8.5 13.75 8.5H7c-0.2125 0 -0.3906 -0.07235 -0.53425 -0.217 -0.14385 -0.1445 -0.21575 -0.32365 -0.21575 -0.5375 0 -0.21365 0.0719 -0.39135 0.21575 -0.533C6.6094 7.07085 6.7875 7 7 7h6.75c1.1 0 2.04165 0.39165 2.825 1.175S17.75 9.9 17.75 11s-0.39165 2.04165 -1.175 2.825S14.85 15 13.75 15h-4.475l0.85 0.85c0.15 0.15 0.225 0.32635 0.225 0.529 0 0.20265 -0.07175 0.37765 -0.21525 0.525 -0.1565 0.14735 -0.3356 0.221 -0.53725 0.221s-0.37585 -0.075 -0.5225 -0.225Z",strokeWidth:"0.5"})}),Hd=e=>{const{attributes:t,updateObj:a,device:s}=e,{tabs:o,styles:n}=t,{tabs:l,content:r}=n,c=["row","row-reverse"],d=["column","column-reverse"];return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex1 mb0",children:[(0,v.__)("Layout","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{style:{padding:"2px"},className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o?.[s]?.direction,onChange:e=>{a("tabs",e,s,"direction")},size:"small",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Top",value:"column",icon:bd}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Bottom",value:"column-reverse",icon:fd}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"row-reverse",icon:xd}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"row",icon:wd})]})]}),d.includes(o?.[s]?.direction)&&(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Justify ","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o[s]?.columnJustify,onChange:e=>a("tabs",e,s,"columnJustify"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(yd,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(kd,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Cd,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Stretch",value:"stretch",icon:(0,i.jsx)(_d,{style:{rotate:"-90deg"}})})]})]}),c.includes(o?.[s]?.direction)&&(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Justify ","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o[s]?.rowJustify,onChange:e=>a("tabs",e,s,"rowJustify"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(yd,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(kd,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(Cd,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Stretch",value:"stretch",icon:(0,i.jsx)(_d,{})})]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex1 mb0",children:[(0,v.__)("Tab Content Alignment","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o?.[s]?.contentAlign,onChange:e=>a("tabs",e,s,"contentAlign"),isDeselectable:!0,size:"small",style:{padding:"2px"},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"start",icon:Md}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:zd}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"end",icon:jd})]})]}),d.includes(o?.[s]?.direction)&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex1 mb0",children:[(0,v.__)("Wrap","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o?.[s]?.wrap,onChange:e=>a("tabs",e,s,"wrap"),isDeselectable:!0,style:{padding:"2px"},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Wrap",value:"wrap",icon:(0,i.jsx)(Sd,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"No Wrap",value:"nowrap",icon:(0,i.jsx)(Ld,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Wrap Reverse",value:"wrap-reverse",icon:(0,i.jsx)($d,{})})]})]}),c.includes(o?.[s]?.direction)&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex3",children:[(0,v.__)("Tabs Menu Width","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:l[s].width,onChange:e=>a("styles",e,"tabs",s,"width")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex3",children:[(0,v.__)("Content Width","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r[s].width,onChange:e=>a("styles",e,"content",s,"width")})]})]})]})},Td=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Hd,{...e}),(0,i.jsx)(md,{...e}),(0,i.jsx)(vd,{...e})]}),Bd=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o}=t,{tabContainer:n}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tab Container","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks"),(0,i.jsx)(y,{})]}),values:n[s].margin,onChange:e=>a("styles",e,"tabContainer",s,"margin")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:n[s].padding,onChange:e=>a("styles",e,"tabContainer",s,"padding")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:n.bg,onChange:e=>a("styles",e,"tabContainer","bg")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:n.border,onChange:e=>a("styles",e,"tabContainer","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks"),(0,i.jsx)(y,{})]}),values:n[s].radius,onChange:e=>a("styles",e,"tabContainer",s,"radius")})]})},Ad=({attributes:e,updateObj:t,device:a})=>{const[s,o]=(0,g.useState)("normal"),[n,l]=(0,g.useState)("normal"),{styles:r}=e,{icon:c}=r;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tabs Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Size","b-blocks"),(0,i.jsx)(y,{})]}),labelPosition:"edge",value:c[a].size,onChange:e=>t("styles",e,"icon",a,"size")}),(0,i.jsxs)(f,{children:[(0,v.__)("Icon Position","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:c[a].position,onChange:e=>t("styles",e,"icon",a,"position"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Top",value:"column"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Bottom",value:"column-reverse"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Left",value:"row"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Right",value:"row-reverse"})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>{o(e),l("normal")},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c[s][n][a].margin,onChange:e=>t("styles",e,"icon",s,n,a,"margin")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c[s][n][a].padding,onChange:e=>t("styles",e,"icon",s,n,a,"padding")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:c[s][n].color,onChange:e=>t("styles",e,"icon",s,n,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:c[s][n].bg,onChange:e=>t("styles",e,"icon",s,n,"bg")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:c[s][n].border,onChange:e=>t("styles",e,"icon",s,n,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c[s][n][a].radius,onChange:e=>t("styles",e,"icon",s,n,a,"radius")})]})},Vd=({attributes:e,updateObj:t,device:a})=>{const[s,o]=(0,g.useState)("normal"),[n,l]=(0,g.useState)("normal"),{styles:r}=e,{tabs:c}=r;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tabs","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Tabs Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",value:c[a].gap,onChange:e=>t("styles",e,"tabs",a,"gap")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>{o(e),l("normal")},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c[s][n][a].margin,onChange:e=>t("styles",e,"tabs",s,n,a,"margin")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c[s][n][a].padding,onChange:e=>t("styles",e,"tabs",s,n,a,"padding")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:c[s][n].bg,onChange:e=>t("styles",e,"tabs",s,n,"bg")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:c[s][n].border,onChange:e=>t("styles",e,"tabs",s,n,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c[s][n][a].radius,onChange:e=>t("styles",e,"tabs",s,n,a,"radius")}),"hover"===n&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),min:0,max:5,step:.01,value:c.normal.hover.transition,onChange:e=>t("styles",e,"tabs","normal","hover","transition")})]})},Nd=({attributes:e,updateObj:t})=>{const[a,s]=(0,g.useState)("normal"),[o,n]=(0,g.useState)("normal"),{styles:l}=e,{tabSubTitle:r}=l;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tabs SubTitle","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:r.typography,onChange:e=>t("styles",e,"tabSubTitle","typography")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a,onChange:e=>{s(e),n("normal")},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o,onChange:e=>n(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:r[a][o].color,onChange:e=>t("styles",e,"tabSubTitle",a,o,"color")})]})},Pd=({attributes:e,updateObj:t})=>{const[a,s]=(0,g.useState)("normal"),[o,n]=(0,g.useState)("normal"),{styles:l}=e,{tabTitle:r}=l;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tabs Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:r.typography,onChange:e=>t("styles",e,"tabTitle","typography")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a,onChange:e=>{s(e),n("normal")},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o,onChange:e=>n(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:r[a][o].color,onChange:e=>t("styles",e,"tabTitle",a,o,"color")})]})},Ed=e=>{const{attributes:t}=e,{tabs:a}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Bd,{...e}),(0,i.jsx)(Vd,{...e}),a.isShowTitle&&(0,i.jsx)(Pd,{...e}),a.isShowSubTitle&&(0,i.jsx)(Nd,{...e}),a.isShowIcon&&(0,i.jsx)(Ad,{...e})]})},Id=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:cd,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Td,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Ed,{...e})})]})})})}),Od=(a,s)=>{const{tabs:o,styles:n}=a,{tabContainer:i,tabs:l,tabTitle:r,tabSubTitle:c,icon:d,content:h}=n,p=`#${s} .b-blocks-advanced-tabs-main-wrapper`,g=`${p} .b-blocks-advanced-tabs-wrapper`,u=`${g} .b-blocks-advanced-tabs-button-lists`,m=`${u} .b-blocks-advanced-tabs-button`,v=`${m}.b-blocks-advanced-tabs-button-active`,b=`${m}.b-blocks-advanced-tabs-button-normal`,f=`${m} .b-blocks-advanced-tabs-button-title-container`,w=`${f} .b-blocks-advanced-tabs-button-title`,x=`${v} .b-blocks-advanced-tabs-button-title`,y=`${f} .b-blocks-advanced-tabs-button-subTitle`,k=`${v} .b-blocks-advanced-tabs-button-subTitle`,C=`${m} .b-blocks-advanced-tabs-button-icon`,_=`${p} .b-blocks-advanced-tabs-contents`,M=(e="desktop")=>"row-reverse"===o?.[e].direction||"row"===o?.[e].direction,z=(e="desktop")=>"column"===o?.[e].direction||"column-reverse"===o?.[e].direction,j=(e="normal",t="normal",a="desktop")=>`\n\t\t\t\t\t${qn("margin",ti(l[e][t][a].margin))}\n\t\t\t\t\t${qn("padding",ti(l[e][t][a].padding))}\n\t\t\t\t\t${qn("border-radius",ti(l[e][t][a].radius))}\n\t\t\t\t\t${"desktop"===a?Wn(l[e][t].bg):""}\n\t\t\t\t\t${"desktop"===a?Gn(l[e][t].border):""}\n\t\t\t\t`,L=(e="normal",t="normal",a="desktop")=>`\n\t\t\t\t${qn("margin",ti(d[e][t][a].margin))}\n\t\t\t\t${qn("padding",ti(d[e][t][a].padding))}\n\t\t\t\t${qn("border-radius",ti(d[e][t][a].radius))}\n\t\t\t\t${"desktop"===a?Wn(d[e][t].bg):""}\n\t\t\t\t${"desktop"===a?Gn(d[e][t].border):""}\n\t`,S=["row","row-reverse"],$=["column","column-reverse"];return`\n\n\t\t\t${ei("",r.typography).googleFontLink}\n\t\t\t${ei("",c.typography).googleFontLink}\n\n\t\t\t${ei(w,r.typography).styles}\n\t\t\t${ei(y,c.typography).styles}\n\n\t\t\t${g}{\n\t\t\t\t${qn("flex-direction",o.desktop.direction)}\n\t\t\t}\n\n\t\t\t${u}{\n\t\t\t\t${qn("justify-content",z("desktop")?o.desktop.columnJustify:o.desktop.rowJustify)}\n\t\t\t\t${qn("flex-direction",M("desktop")?"column":"")}\n\t\t\t\t${qn("gap",l.desktop.gap)}\n\t\t\t\t${qn("padding",ti(i.desktop.padding))}\n\t\t\t\t${qn("margin",ti(i.desktop.margin))}\n\t\t\t\t${qn("border-radius",ti(i.desktop.radius))}\n\t\t\t\t${Gn(i.border)}\n\t\t\t\t${Wn(i.bg)}\n\t\t\t\t${S.includes(o?.desktop?.direction)?qn("width",l.desktop.width):""}\n\t\t\t\t${$.includes(o.desktop.direction)?qn("flex-wrap",o.desktop.wrap):""}\n\t\t\t}\n\n\t\t\t${m}{\n\t\t\t\t${qn("width",z("desktop")&&"stretch"===o.desktop.columnJustify?"100%":"")}\n\t\t\t\t${qn("height",M("desktop")&&"stretch"===o.desktop.rowJustify?"100%":"")}\n\t\t\t\t${qn("justify-content",o.desktop.contentAlign)}\n\t\t\t\t${qn("flex-direction",d.desktop.position)}\n\t\t\t\t${j("normal","normal")}\n\t\t\t\ttransition:all ${l.normal.hover.transition}s ease-in-out; \n\t\t\t}\n\n\t\t\t${b}:hover{\n\t\t\t\t${j("normal","hover")}\n\t\t\t}\n\t\t\t\n\t\t\t${v}{\n\t\t\t\t${j("active","normal")}\n\t\t\t}\n\t\t\t${v}:hover{\n\t\t\t\t${j("active","hover")}\n\t\t\t}\n\n\t\t\t${f}{\n\t\t\t\t${qn("text-align",o.desktop.contentAlign)}\n\t\t\t}\n\n\t\t\t${m}:hover .b-blocks-advanced-tabs-button-title{\n\t\t\t\t${qn("color",r.normal.hover.color)}\n\t\t\t}\n\n\t\t\t${v}:hover .b-blocks-advanced-tabs-button-title{\n\t\t\t\t${qn("color",r.active.hover.color)}\n\t\t\t}\n\n\t\t\t${w}{\n\t\t\t\t${qn("color",r.normal.normal.color)}\n\t\t\t\ttransition:all ${l.normal.hover.transition}s ease-in-out; \n\t\t\t}\n\n\t\t\t${x}{\n\t\t\t\t${qn("color",r.active.normal.color)}\n\t\t\t}\n\n\t\t\t${y}{\n\t\t\t ${qn("color",c.normal.normal.color)}\n\t\t\t\ttransition:all ${l.normal.hover.transition}s ease-in-out;\n\t\t\t\t${o.isShowActiveSubTitle?qn("display","none"):""}\n\t\t\t}\n\n\t\t\t${m}:hover .b-blocks-advanced-tabs-button-subTitle{\n\t\t\t\t${qn("color",c.normal.hover.color)}\n\t\t\t}\n\n\t\t\t${k}{\n\t\t\t\t${qn("color",c.active.normal.color)}\n\t\t\t\t${o.isShowActiveSubTitle?qn("display","block"):""}\n\t\t\t}\n\n\t\t\t${v}:hover .b-blocks-advanced-tabs-button-subTitle{\n\t\t\t\t${qn("color",Ct(c.active.hover.color)?c.active.hover.color:c.normal.hover.color)}\n\t\t\t}\n\n\t\t\t${C}{\n\t\t\t\t${L("normal","normal")}\n\t\t\t\ttransition:all ${l.normal.hover.transition}s ease-in-out;\n\t\t\t}\n\n\t\t\t${m}:hover .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t${L("normal","hover")}\n\t\t\t}\n\n\t\t\t${C}>svg{\n\t\t\t\t${qn("height",d.desktop.size)}\n\t\t\t\t${qn("width",d.desktop.size)}\n\t\t\t\t${qn("fill",d.normal.normal.color)}\n\t\t\t\t${qn("color",d.normal.normal.color)}\n\t\t\t\ttransition:all ${l.normal.hover.transition}s ease-in-out;\n\t\t\t}\n\n\t\t\t${m}:hover .b-blocks-advanced-tabs-button-icon>svg{\n\t\t\t\t${qn("fill",d.normal.hover.color)}\n\t\t\t\t${qn("color",d.normal.hover.color)}\n\t\t\t}\n\n\t\t\t${v} .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t${L("active","normal")}\n\t\t\t}\n\n\t\t\t${v} .b-blocks-advanced-tabs-button-icon>svg{\n\t\t\t\t${qn("fill",d.active.normal.color)}\n\t\t\t\t${qn("color",d.active.normal.color)}\n\t\t\t}\n\n\t\t\t${v}:hover .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t${L("active","hover")}\n\t\t\t}\n\n\t\t\t${v}:hover .b-blocks-advanced-tabs-button-icon>svg{\n\t\t\t\t${qn("fill",Ct(d.active.hover.color)?d.active.hover.color:d.normal.hover.color)}\n\t\t\t\t${qn("color",Ct(d.active.hover.color)?d.active.hover.color:d.normal.hover.color)}\n\t\t\t}\n\n\t\t\t${_}{\n\t\t\t\t${S.includes(o?.desktop?.direction)&&qn("max-width",h.desktop.width)}\n\t\t\t}\n\n\t\t\t${e}{\n\t\t\t\t${g}{\n\t\t\t\t\t${qn("flex-direction",o?.tablet?.direction)}\n\t\t\t\t}\n\t\t\t\t\t${u}{\n\t\t\t\t\t${qn("justify-content",z("tablet")?o?.tablet?.columnJustify:o?.tablet?.rowJustify)}\n\t\t\t\t\t${qn("flex-direction",M("tablet")?"column":"")}\n\t\t\t\t\t${qn("gap",l?.tablet?.gap)}\n\t\t\t\t\t${qn("padding",ti(i?.tablet?.padding))}\n\t\t\t\t\t${qn("margin",ti(i?.tablet?.margin))}\n\t\t\t\t\t${qn("border-radius",ti(i?.tablet?.radius))}\n\t\t\t\t\t${S.includes(o?.tablet?.direction)?qn("width",l?.tablet?.width):""}\n\t\t\t\t\t${$.includes(o?.tablet?.direction)?qn("flex-wrap",o?.tablet?.wrap):""}\n\t\t\t\t}\n\n\t\t\t\t${m}{\n\t\t\t\t\t${qn("width",z("tablet")&&"stretch"===o?.tablet.columnJustify?"100%":"")}\n\t\t\t\t\t${qn("height",M("tablet")&&"stretch"===o?.tablet.rowJustify?"100%":"")}\n\t\t\t\t\t${qn("justify-content",o?.tablet.contentAlign)}\n\t\t\t\t\t${qn("flex-direction",d?.tablet.position)}\n\t\t\t\t\t${j("normal","normal","tablet")}\n\t\t\t\t}\n\t\t\t\t${b}:hover{\n\t\t\t\t\t${j("normal","hover","tablet")}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t${v}{\n\t\t\t\t\t${j("active","normal","tablet")}\n\t\t\t\t}\n\t\t\t\t${v}:hover{\n\t\t\t\t\t${j("active","hover","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${f}{\n\t\t\t\t\t${qn("text-align",o?.tablet.contentAlign)}\n\t\t\t\t}\n\n\t\t\t\t${m}:hover .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t${L("normal","hover","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${C}>svg{\n\t\t\t\t\t${qn("height",d?.tablet.size)}\n\t\t\t\t\t${qn("width",d?.tablet.size)}\n\t\t\t\t}\n\n\t\t\t\t${v} .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t${L("active","normal","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${v}:hover .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t\t${L("active","hover","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${_}{\n\t\t\t\t\t${S.includes(o?.tablet?.direction)&&qn("max-width",h?.tablet.width)}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t${t}{\n\t\t\t\t${g}{\n\t\t\t\t\t${qn("flex-direction",o?.tablet?.direction)}\n\t\t\t\t}\n\t\t\t\t\t${u}{\n\t\t\t\t\t${qn("justify-content",z("tablet")?o?.tablet?.columnJustify:o?.tablet?.rowJustify)}\n\t\t\t\t\t${qn("flex-direction",M("tablet")?"column":"")}\n\t\t\t\t\t${qn("gap",l?.tablet?.gap)}\n\t\t\t\t\t${qn("padding",ti(i?.tablet?.padding))}\n\t\t\t\t\t${qn("margin",ti(i?.tablet?.margin))}\n\t\t\t\t\t${qn("border-radius",ti(i?.tablet?.radius))}\n\t\t\t\t\t${S.includes(o?.tablet?.direction)?qn("width",l?.tablet?.width):""}\n\t\t\t\t\t${$.includes(o?.tablet?.direction)?qn("flex-wrap",o?.tablet?.wrap):""}\n\t\t\t\t}\n\n\t\t\t\t${m}{\n\t\t\t\t\t${qn("width",z("tablet")&&"stretch"===o?.tablet.columnJustify?"100%":"")}\n\t\t\t\t\t${qn("height",M("tablet")&&"stretch"===o?.tablet.rowJustify?"100%":"")}\n\t\t\t\t\t${qn("justify-content",o?.tablet.contentAlign)}\n\t\t\t\t\t${qn("flex-direction",d?.tablet.position)}\n\t\t\t\t\t${j("normal","normal","tablet")}\n\t\t\t\t}\n\t\t\t\t${b}:hover{\n\t\t\t\t\t${j("normal","hover","tablet")}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t${v}{\n\t\t\t\t\t${j("active","normal","tablet")}\n\t\t\t\t}\n\t\t\t\t${v}:hover{\n\t\t\t\t\t${j("active","hover","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${f}{\n\t\t\t\t\t${qn("text-align",o?.tablet.contentAlign)}\n\t\t\t\t}\n\n\t\t\t\t${m}:hover .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t${L("normal","hover","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${C}>svg{\n\t\t\t\t\t${qn("height",d?.tablet.size)}\n\t\t\t\t\t${qn("width",d?.tablet.size)}\n\t\t\t\t}\n\n\t\t\t\t${v} .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t${L("active","normal","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${v}:hover .b-blocks-advanced-tabs-button-icon{\n\t\t\t\t\t\t${L("active","hover","tablet")}\n\t\t\t\t}\n\n\t\t\t\t${_}{\n\t\t\t\t\t${S.includes(o?.tablet?.direction)&&qn("max-width",h?.tablet.width)}\n\t\t\t\t}\n\t\t\t}\n\n\t`},Rd=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{tabLists:n=[],tabs:l}=t,r=(0,g.useRef)(null),[c,d]=(0,g.useState)(null),[p,u]=(0,g.useState)(null),m=(0,g.useRef)(null),v=(0,g.useMemo)((()=>{const e=(n||[]).find((e=>e.isDefault));return l.isCloseAllTab?"":(e||{id:1})?.id}),[n]);(0,g.useEffect)((()=>{c||d(v)}),[v]);const f="b-blocks/container",w=[[f,{className:`b-blocks-advanced-tabs-panel b-blocks-advanced-tabs-panel-1 b-blocks-advanced-tabs-parent-${t.clientId}`,lock:{remove:!0,move:!0}}],[f,{className:`b-blocks-advanced-tabs-panel b-blocks-advanced-tabs-panel-2 b-blocks-advanced-tabs-parent-${t.clientId}`,lock:{remove:!0,move:!0}}],[f,{className:`b-blocks-advanced-tabs-panel b-blocks-advanced-tabs-panel-3 b-blocks-advanced-tabs-parent-${t.clientId}`,lock:{remove:!0,move:!0}}]],x=me(t,a);return(0,g.useEffect)((()=>{if(c){const e=m?.current,t=e?.querySelector(`.b-blocks-advanced-tabs-panel-${c}`),a=e?.querySelector(".b-blocks-advanced-tabs-panel");t?t.style.display="block":a&&(a.style.display="none")}}),[m,c]),(0,g.useEffect)((()=>{a({clientId:s.slice(0,12)})}),[]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Id,{attributes:t,setAttributes:a,updateObj:x,clientId:s,device:o,activeIndex:p,setActiveIndex:u}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:Od(t,`block-${s}`)}}),(0,i.jsx)("div",{className:"b-blocks-advanced-tabs-main-wrapper",children:(0,i.jsxs)("div",{className:"b-blocks-advanced-tabs-wrapper",ref:r,children:[(0,i.jsxs)("div",{className:"b-blocks-advanced-tabs-button-lists",children:[(n||[]).map(((e,t)=>(0,i.jsxs)("button",{"data-title-tab-id":e.id,onClick:()=>{(e=>{d(String(e));const t=m?.current,a=t.querySelectorAll(".b-blocks-advanced-tabs-panel");(Array.from(a)||[]).forEach((t=>{t.classList.contains(`b-blocks-advanced-tabs-panel-${e}`)?t.style.display="block":t.style.display="none"}))})(e.id),u(t)},className:"b-blocks-advanced-tabs-button "+(c==e.id?"b-blocks-advanced-tabs-button-active":"b-blocks-advanced-tabs-button-normal"),children:[l.isShowIcon&&"none"!==e.iconType&&(0,i.jsx)("p",{className:"b-blocks-advanced-tabs-button-icon",dangerouslySetInnerHTML:{__html:e?.[e.iconType]}}),(0,i.jsxs)("div",{className:"b-blocks-advanced-tabs-button-title-container",children:[l.isShowTitle&&(0,i.jsx)(h.RichText,{tagName:"span",className:"b-blocks-advanced-tabs-button-title",placeholder:"Tab Title",value:e.title,onChange:e=>x("tabLists",e,t,"title")}),l.isShowSubTitle&&(0,i.jsx)(h.RichText,{className:"b-blocks-advanced-tabs-button-subTitle",placeholder:"Tab SubTitle",value:e.subTitle,onChange:e=>x("tabLists",e,t,"subTitle")})]})]},`${t}-${e.id}`))),(0,i.jsx)("div",{className:"b-blocks-advanced-tabs-button-add",onClick:()=>{ud({clientId:s,blockId:"",tabLists:n,setAttributes:a})},children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})]}),(0,i.jsx)("div",{className:"b-blocks-advanced-tabs-contents",ref:m,children:(0,i.jsx)(h.InnerBlocks,{templateLock:!1,template:n.length>0?w:[],renderAppender:!1})})]})})]})]})}));br(rd.name)&&(0,d.registerBlockType)(rd,{icon:Gl,edit:Rd,save:h.InnerBlocks.Content,deprecated:[{attributes:{...rd.attributes,oldHTML:{type:"string",source:"html"}},isEligible:()=>!0,migrate:(e,t)=>[e,t],save:()=>null}]});const Dd=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/article-card","title":"Article Card","category":"bBlocks","description":"A single static article, resource, or featured-page preview card — image, category badge, heading, excerpt, optional meta line, and CTA link — in horizontal or vertical layout. No JavaScript required.","keywords":["article","card","resource","read also","featured","preview","link"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"layout":{"type":"object","default":{"type":{"desktop":"horizontal","tablet":"","mobile":"vertical"},"alignment":{"desktop":"left","tablet":"","mobile":""}}},"image":{"type":"object","default":{"id":{"desktop":0,"tablet":0,"mobile":0},"url":{"desktop":"","tablet":"","mobile":""},"alt":"","objectFit":{"desktop":"cover","tablet":"","mobile":""},"objectPosition":{"desktop":"center","tablet":"","mobile":""},"filter":{"desktop":{},"tablet":{},"mobile":{}},"position":{"desktop":"left","tablet":"","mobile":""},"splitRatio":{"desktop":"40","tablet":"","mobile":""},"splitLeft":{"desktop":"40%","tablet":"","mobile":""},"splitRight":{"desktop":"60%","tablet":"","mobile":""}}},"content":{"type":"object","default":{"badge":"Read Also","heading":"Article title goes here","headingTag":"h3","excerpt":"","meta":"","metaIcon":""}},"link":{"type":"object","default":{"url":"","target":false,"ctaLabel":"Read More","ctaStyle":"button","cardLinkMode":false}},"badge":{"type":"object","default":{"align":"left","bg":{"type":"solid","color":"#2563eb"},"color":"#ffffff","padding":{"desktop":{"top":"3px","right":"10px","bottom":"3px","left":"10px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{"width":"","style":"solid","color":""},"borderRadius":{"desktop":{"top":"999px","right":"999px","bottom":"999px","left":"999px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"colors":{"type":"object","default":{"heading":"#111827","text":"#374151","meta":"#6b7280"}},"heading":{"type":"object","default":{"background":{"type":"solid","color":""},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{"width":"","style":"solid","color":""},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"excerpt":{"type":"object","default":{"background":{"type":"solid","color":""},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{"width":"","style":"solid","color":""},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"meta":{"type":"object","default":{"color":"#6b7280","iconColor":"#6b7280","bg":{"type":"solid","color":""},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{"width":"","style":"solid","color":""},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"card":{"type":"object","default":{"background":{"type":"solid","color":""},"padding":{"desktop":{"top":"20px","right":"20px","bottom":"20px","left":"20px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{"width":"1px","style":"solid","color":"#e5e7eb"},"borderRadius":{"desktop":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"shadow":[{"hOffset":"0px","vOffset":"1px","blur":"3px","spreed":"0px","color":"rgba(0,0,0,0.12)","isInset":false}]}},"cta":{"type":"object","default":{"normal":{"bg":{"type":"solid","color":"#2563eb"},"color":"#ffffff","border":{"width":"","style":"solid","color":""},"shadow":[]},"hover":{"bg":{"type":"solid","color":"#1d4ed8"},"color":"#ffffff","border":{"width":"","style":"solid","color":""},"shadow":[]},"padding":{"desktop":{"top":"8px","right":"18px","bottom":"8px","left":"18px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"borderRadius":{"desktop":{"top":"6px","right":"6px","bottom":"6px","left":"6px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"transition":0.2}},"typography":{"type":"object","default":{"heading":{"fontSize":{"desktop":"18px","tablet":"","mobile":""},"fontWeight":"600"},"excerpt":{"fontSize":{"desktop":"14px","tablet":"","mobile":""},"fontWeight":"400"},"cta":{"fontSize":{"desktop":"14px","tablet":"","mobile":""},"fontWeight":"600"},"badge":{"fontSize":{"desktop":"12px","tablet":"","mobile":""},"fontWeight":"600"},"meta":{"fontSize":{"desktop":"13px","tablet":"","mobile":""},"fontWeight":"400"}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 0)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":["file:../index.js"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),Fd=(e,t)=>"string"==typeof e?e:e?.[t]||"mobile"===t&&e?.tablet||e?.desktop,qd={left:"flex-start",center:"center",right:"flex-end"},Wd=({attributes:a,id:s,isBackend:o=!1})=>{const{advanced:n,layout:l={},image:r={},badge:c={},meta:d={},colors:h={},card:p={},cta:g={},typography:u={},heading:m={},excerpt:v={}}=a,{type:b={},alignment:f}=l,w="string"==typeof f?{desktop:f,tablet:"",mobile:""}:f||{},{position:x={},objectFit:y={},objectPosition:k={},filter:C={},splitRatio:_={},splitLeft:M={},splitRight:z={}}=r,{align:j,bg:L,color:S,padding:$={},margin:H={},border:T={},borderRadius:B={}}=c,{heading:A,text:V,meta:N}=h,{background:P={},padding:E={},border:I={},borderRadius:O={},shadow:R}=p,{normal:D={},hover:F={},padding:q={},margin:W={},borderRadius:U={},transition:G=.2}=g,{heading:Y={},excerpt:Z={},cta:K={},badge:Q={},meta:X={}}=u,J=`#${s} .b-blocks-article-card`,ee=`${J} .b-blocks-article-card-card`,te=`${J} .b-blocks-article-card-media`,ae=`${J} .b-blocks-article-card-img`,se=`${J} .b-blocks-article-card-media-placeholder`,oe=`${J} .b-blocks-article-card-body`,ne=`${J} .b-blocks-article-card-badge`,ie=`${J} .b-blocks-article-card-heading`,le=`${J} .b-blocks-article-card-excerpt`,re=`${J} .b-blocks-article-card-meta`,ce=`${J} .b-blocks-article-card-meta-icon`,de=`${J} .b-blocks-article-card-cta`,he=`${J} .b-blocks-article-card-link`,pe=`#${s} .b-blocks-article-card--cta-button .b-blocks-article-card-cta`,ge=`#${s} .b-blocks-article-card--cta-link .b-blocks-article-card-cta`,ue=(e,t,a)=>qn(e,ti(t?.[a])),me=e=>`\n\t\t${oe}{ ${ue("padding",E,e)} }\n\t\t${ee}{ ${ue("border-radius",O,e)} }\n\t\t${ne}{ ${ue("padding",$,e)} ${ue("margin",H,e)} ${ue("border-radius",B,e)} }\n\t\t${ie}{ ${ue("padding",m.padding,e)} ${ue("margin",m.margin,e)} ${ue("border-radius",m.borderRadius,e)} }\n\t\t${le}{ ${ue("padding",v.padding,e)} ${ue("margin",v.margin,e)} ${ue("border-radius",v.borderRadius,e)} }\n\t\t${re}{ ${ue("padding",d.padding,e)} ${ue("margin",d.margin,e)} ${ue("border-radius",d.borderRadius,e)} }\n\t\t${pe}{ ${ue("padding",q,e)} ${ue("margin",W,e)} ${ue("border-radius",U,e)} }\n\t`,ve=e=>{const t=Fd(y,e)||"cover",a=Fd(k,e)||"center";return`\n\t\t\t${ae}{ ${qn("object-fit",t)} ${qn("object-position",a)} ${(e=>{if(!e)return"";const t=[];return e.blur&&t.push(`blur(${e.blur}px)`),null!=e.brightness&&100!==e.brightness&&t.push(`brightness(${e.brightness}%)`),null!=e.contrast&&100!==e.contrast&&t.push(`contrast(${e.contrast}%)`),null!=e.saturate&&100!==e.saturate&&t.push(`saturate(${e.saturate}%)`),e.grayscale&&t.push(`grayscale(${e.grayscale}%)`),t.length?`filter:${t.join(" ")};`:""})(C?.[e])} }\n\t\t`},be=e=>{const t="horizontal"===(Fd(b,e)||"horizontal"),a=Fd(x,e)||(t?"left":"top"),s=Fd(_,e),o=parseInt(s,10)||40,n="custom"===s?Fd(M,e)||"40%":`${o}%`,i="custom"===s?Fd(z,e)||"60%":100-o+"%",l=t?"right"===a?"row-reverse":"row":"bottom"===a?"column-reverse":"column",r=Fd(w,e)||"left";let c="";return c="center"===r?`\n\t\t\t\t${J}{ display: flex; justify-content: center; }\n\t\t\t\t${oe}{ align-items: center; text-align: center; }\n\t\t\t\t${de}{ align-self: center !important; }\n\t\t\t`:"right"===r?`\n\t\t\t\t${J}{ display: flex; justify-content: flex-end; }\n\t\t\t\t${oe}{ align-items: flex-end; text-align: right; }\n\t\t\t\t${de}{ align-self: flex-end !important; }\n\t\t\t`:`\n\t\t\t\t${J}{ display: block; }\n\t\t\t\t${oe}{ align-items: flex-start; text-align: left; }\n\t\t\t\t${de}{ align-self: flex-start; }\n\t\t\t`,`\n\t\t\t${ee}, ${he}{ flex-direction:${l}; }\n\t\t\t${t?`\n\t\t\t\t${te}{ flex:0 0 ${n}; max-width:${n}; width:${n}; align-self:stretch; position:relative; }\n\t\t\t\t${ae}{ width:100%; height:100%; aspect-ratio:auto; }\n\t\t\t\t${se}{ width:100%; height:100%; min-height:180px; }\n\t\t\t\t${oe}{ flex:1 1 ${i}; max-width:${i}; width:${i}; justify-content:center; }\n\t\t\t`:`\n\t\t\t\t${te}{ flex:0 0 auto; width:100%; max-width:100%; align-self:auto; }\n\t\t\t\t${ae}{ width:100%; height:auto; }\n\t\t\t\t${se}{ width:100%; min-height:180px; }\n\t\t\t\t${oe}{ flex:1 1 auto; width:100%; max-width:100%; justify-content:normal; }\n\t\t\t`}\n\t\t\t${c}\n\t\t`};return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",Y).googleFontLink}\n\t\t\t${ei("",Z).googleFontLink}\n\t\t\t${ei("",K).googleFontLink}\n\t\t\t${ei("",Q).googleFontLink}\n\t\t\t${ei("",X).googleFontLink}\n\t\t\t${ee}{\n\t\t\t\t${qn("box-shadow",Kn(R))}\n\t\t\t\t${Wn(P)}\n\t\t\t\t${Un(I)}\n\t\t\t}\n\t\t\t${ne}{\n\t\t\t\talign-self:${qd[j]||"flex-start"} !important;\n\t\t\t\t${Wn(L)}\n\t\t\t\tcolor:${S||"#ffffff"};\n\t\t\t\t${Un(T)}\n\t\t\t}\n\t\t\t${ie}{\n\t\t\t\tcolor:${A||"#111827"};\n\t\t\t\t${Wn(m.background)}\n\t\t\t\t${Un(m.border)}\n\t\t\t}\n\t\t\t${le}{\n\t\t\t\tcolor:${V||"#374151"};\n\t\t\t\t${Wn(v.background)}\n\t\t\t\t${Un(v.border)}\n\t\t\t}\n\t\t\t${re}{\n\t\t\t\tcolor:${d.color||N||"#6b7280"};\n\t\t\t\t${Wn(d.bg)}\n\t\t\t\t${Un(d.border)}\n\t\t\t}\n\t\t\t${ce}{\n\t\t\t\tcolor:${d.iconColor||d.color||N||"#6b7280"};\n\t\t\t}\n\t\t\t${ce} svg{\n\t\t\t\tfill: currentColor;\n\t\t\t}\n\t\t\t${ei(ie,Y).styles}\n\t\t\t${ei(le,Z).styles}\n\t\t\t${ei(de,K).styles}\n\t\t\t${ei(ne,Q).styles}\n\t\t\t${ei(re,X).styles}\n\t\t\t${pe}{\n\t\t\t\t${Un(D.border)}\n\t\t\t\t${Wn(D.bg)}\n\t\t\t\t${qn("box-shadow",Kn(D.shadow))}\n\t\t\t\tcolor:${D.color||"#ffffff"};\n\t\t\t\ttransition:all ${G}s ease;\n\t\t\t}\n\t\t\t${pe}:hover, ${pe}:focus-visible{\n\t\t\t\t${Wn(F.bg)}\n\t\t\t\t${Un(F.border)}\n\t\t\t\t${qn("box-shadow",Kn(F.shadow))}\n\t\t\t\tcolor:${F.color||"#ffffff"};\n\t\t\t}\n\t\t\t${ge}{ color:${D.bg?.color||"#2563eb"}; }\n\t\t\t${de}:focus-visible, ${he}:focus-visible{\n\t\t\t\toutline:2px solid ${D.bg?.color||"#2563eb"};\n\t\t\t\toutline-offset:2px;\n\t\t\t}\n\t\t\t${me("desktop")}\n\t\t\t${ve("desktop")}\n\t\t\t${be("desktop")}\n\t\t\t${e}{\n\t\t\t\t${me("tablet")}\n\t\t\t\t${ve("tablet")}\n\t\t\t\t${be("tablet")}\n\t\t\t}\n\t\t\t${t}{\n\t\t\t\t${me("mobile")}\n\t\t\t\t${ve("mobile")}\n\t\t\t\t${be("mobile")}\n\t\t\t}\n\t\t\t${hi(s,n,o,!1)}\n\t\t\t`}})},Ud=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],Gd={top:"",right:"",bottom:"",left:""},Yd=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Zd=e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"currentColor",...e,children:(0,i.jsx)("path",{d:"M4 11h12.17l-3.58-3.59L14 6l6 6-6 6-1.41-1.41L16.17 13H4z"})}),Kd=(e,t)=>"string"==typeof e?e:e?.[t]||"mobile"===t&&e?.tablet||e?.desktop,Qd=({attributes:e,setAttributes:t,updateObj:a,device:s="desktop"})=>{const{layout:o={},image:n={},content:l={},link:r={},colors:c={}}=e,{type:d={},alignment:h}=o,p="string"==typeof h?{desktop:h,tablet:"",mobile:""}:h||{},{id:g={},url:u={},alt:m="",objectFit:w={},objectPosition:x={},filter:k={},position:C={},splitRatio:_={},splitLeft:M={},splitRight:z={}}=n,j=k[s]||{},{badge:L,headingTag:S,meta:$,metaIcon:H}=l,{url:T,target:B,ctaLabel:A,ctaStyle:V,cardLinkMode:N}=r,{meta:P}=c,E="horizontal"===Kd(d,s),I=Kd(_,s),O=!!Kd(u,s);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:2,children:[(0,v.__)("Layout","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",isBlock:!0,isDeselectable:!0,value:d[s]||"",onChange:e=>{const a=C[s]||"";let i=a;"horizontal"!==e||["left","right"].includes(a)||(i="left"),"vertical"!==e||["top","bottom"].includes(a)||(i="top"),t({layout:{...o,type:{...d,[s]:e||""}},image:{...n,position:{...C,[s]:i}}})},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Horizontal","b-blocks"),value:"horizontal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Vertical","b-blocks"),value:"vertical"})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Image Position","b-blocks")," ",(0,i.jsx)(y,{})]})}),E?(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:C[s]||"",onChange:e=>a("image",e,"position",s),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Left","b-blocks"),value:"left",icon:(0,i.jsx)(Zd,{style:{rotate:"180deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Right","b-blocks"),value:"right",icon:(0,i.jsx)(Zd,{})})]}):(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:C[s]||"",onChange:e=>a("image",e,"position",s),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Top","b-blocks"),value:"top",icon:(0,i.jsx)(Zd,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Bottom","b-blocks"),value:"bottom",icon:(0,i.jsx)(Zd,{style:{rotate:"90deg"}})})]})]}),E&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Image Split Ratio","b-blocks")," ",(0,i.jsx)(y,{})]}),value:I||"",options:[{label:"30 / 70",value:"30"},{label:"40 / 60",value:"40"},{label:"50 / 50",value:"50"},{label:(0,v.__)("Custom","b-blocks"),value:"custom"}],onChange:e=>{"custom"===e?a("image",e,"splitRatio",s):t({image:{...n,splitRatio:{..._,[s]:e},splitLeft:{...M,[s]:`${e}%`},splitRight:{...z,[s]:100-parseInt(e,10)+"%"}}})},__nextHasNoMarginBottom:!0}),"custom"===I&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Left","b-blocks"),className:"flex1",value:M[s],onChange:e=>a("image",e,"splitLeft",s)}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Right","b-blocks"),className:"flex1",value:z[s],onChange:e=>a("image",e,"splitRight",s)})]})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:p[s]||"",onChange:e=>{const t="string"==typeof h?{desktop:h,tablet:"",mobile:""}:{...h};t[s]=e,a("layout",t,"alignment")},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Left","b-blocks"),value:"left",icon:"editor-alignleft"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Center","b-blocks"),value:"center",icon:"editor-aligncenter"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Right","b-blocks"),value:"right",icon:"editor-alignright"})]})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Wrap entire card in link","b-blocks"),help:(0,v.__)("The whole card becomes a single link (no separate CTA button).","b-blocks"),checked:!!N,onChange:e=>a("link",e,"cardLinkMode")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{children:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Image:","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(xe,{label:u[s]?(0,v.__)("Replace Image","b-blocks"):(0,v.__)("Select Image","b-blocks"),value:{id:g[s],url:u[s],alt:m},types:["image"],height:"100%",width:"100%",onChange:e=>t({image:{...n,id:{...g,[s]:e?.id||0},url:{...u,[s]:e?.url||""},alt:e?.alt||m||""}})}),"desktop"!==s&&(0,i.jsx)("p",{style:{margin:"6px 0 0",fontSize:11,color:"#777"},children:(0,v.__)("Leave empty to reuse the Desktop image on this device.","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Alt Text","b-blocks"),value:m||"",onChange:e=>a("image",e,"alt"),help:(0,v.__)("Describes the image; leave empty for a decorative image.","b-blocks"),__nextHasNoMarginBottom:!0}),O&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Object Fit","b-blocks")," ",(0,i.jsx)(y,{})]}),value:w[s]||"",options:[{label:(0,v.__)("Default","b-blocks"),value:""},{label:(0,v.__)("Cover","b-blocks"),value:"cover"},{label:(0,v.__)("Contain","b-blocks"),value:"contain"},{label:(0,v.__)("Fill","b-blocks"),value:"fill"},{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Scale Down","b-blocks"),value:"scale-down"}],onChange:e=>a("image",e,"objectFit",s),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Object Position","b-blocks")," ",(0,i.jsx)(y,{})]}),value:x[s]||"",options:[{label:(0,v.__)("Default","b-blocks"),value:""},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"},{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"},{label:(0,v.__)("Top Left","b-blocks"),value:"top left"},{label:(0,v.__)("Top Right","b-blocks"),value:"top right"},{label:(0,v.__)("Bottom Left","b-blocks"),value:"bottom left"},{label:(0,v.__)("Bottom Right","b-blocks"),value:"bottom right"}],onChange:e=>a("image",e,"objectPosition",s),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{className:"mt20",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Filter","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Blur (px)","b-blocks"),value:j.blur??0,onChange:e=>a("image",e,"filter",s,"blur"),min:0,max:20,step:.5}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Brightness (%)","b-blocks"),value:j.brightness??100,onChange:e=>a("image",e,"filter",s,"brightness"),min:0,max:200}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Contrast (%)","b-blocks"),value:j.contrast??100,onChange:e=>a("image",e,"filter",s,"contrast"),min:0,max:200}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Saturation (%)","b-blocks"),value:j.saturate??100,onChange:e=>a("image",e,"filter",s,"saturate"),min:0,max:200}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Grayscale (%)","b-blocks"),value:j.grayscale??0,onChange:e=>a("image",e,"filter",s,"grayscale"),min:0,max:100})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Badge Text","b-blocks"),value:L||"",onChange:e=>a("content",e,"badge"),placeholder:(0,v.__)("e.g. Read Also","b-blocks"),help:(0,v.__)("Empty hides the badge.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Heading Tag","b-blocks"),labelPosition:"edge",value:S,options:[{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:(0,v.__)("Paragraph","b-blocks"),value:"p"}],onChange:e=>a("content",e,"headingTag"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Meta Line","b-blocks"),value:$||"",onChange:e=>a("content",e,"meta"),placeholder:(0,v.__)("e.g. 5 min read","b-blocks"),help:(0,v.__)("Empty hides the meta line.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Meta Icon","b-blocks"),value:H,onChange:e=>a("content",e,"metaIcon")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Meta Color:","b-blocks"),value:P||"#6b7280",onChange:e=>a("colors",e,"meta"),defaultColor:"#6b7280"})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Link & CTA","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Link URL","b-blocks"),value:T||"",onChange:e=>a("link",e,"url"),type:"url",placeholder:"https://",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Open in new tab","b-blocks"),checked:!!B,onChange:e=>a("link",e,"target")}),!N&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("CTA Label","b-blocks"),value:A||"",onChange:e=>a("link",e,"ctaLabel"),placeholder:(0,v.__)("Read More","b-blocks"),help:(0,v.__)("Empty hides the CTA.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("CTA Style","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:V,options:[{label:(0,v.__)("Button","b-blocks"),value:"button"},{label:(0,v.__)("Arrow Link","b-blocks"),value:"link"}],onChange:e=>a("link",e,"ctaStyle"),__nextHasNoMarginBottom:!0})]})]})]})]})},Xd=({attributes:e,updateObj:t,device:a="desktop"})=>{const[s,o]=(0,g.useState)("normal"),{card:n={},colors:l={},cta:r={},link:c={},typography:d={},badge:h={},meta:p={},heading:u={},excerpt:m={}}=e,{background:f={},padding:x={},border:k={},borderRadius:C={},shadow:_}=n,{heading:M,text:z}=l,{align:j,bg:L={},color:S,padding:$={},margin:H={},border:T={},borderRadius:B={}}=h,{padding:A={},margin:V={},borderRadius:N={},transition:P}=r,E=r[s]||{},{ctaStyle:I,cardLinkMode:O,ctaLabel:R}=c,{heading:D={},excerpt:F={},cta:q={},badge:W={},meta:U={}}=d,G="button"===I,Y=(e,s,o,n,l)=>(0,i.jsx)(w,{className:l,label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[e," ",(0,i.jsx)(y,{})]}),units:Ud,values:n?.[a],resetValues:Gd,onChange:e=>t(s,e,o,a)});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Card Style","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:f,onChange:e=>t("card",e,"background")}),Y((0,v.__)("Padding","b-blocks"),"card","padding",x,"mt10"),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:k,onChange:e=>t("card",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),Y((0,v.__)("Border Radius","b-blocks"),"card","borderRadius",C),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Shadow","b-blocks"),value:_,onChange:e=>t("card",e,"shadow")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Heading","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:M||"#111827",onChange:e=>t("colors",e,"heading"),defaultColor:"#111827"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:D,onChange:e=>t("typography",e,"heading")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:u.background,onChange:e=>t("heading",e,"background")}),Y((0,v.__)("Padding","b-blocks"),"heading","padding",u.padding),Y((0,v.__)("Margin","b-blocks"),"heading","margin",u.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:u.border,onChange:e=>t("heading",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),Y((0,v.__)("Border Radius","b-blocks"),"heading","borderRadius",u.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Excerpt","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:z||"#374151",onChange:e=>t("colors",e,"text"),defaultColor:"#374151"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:F,onChange:e=>t("typography",e,"excerpt")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:m.background,onChange:e=>t("excerpt",e,"background")}),Y((0,v.__)("Padding","b-blocks"),"excerpt","padding",m.padding),Y((0,v.__)("Margin","b-blocks"),"excerpt","margin",m.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:m.border,onChange:e=>t("excerpt",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),Y((0,v.__)("Border Radius","b-blocks"),"excerpt","borderRadius",m.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Badge","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Alignment","b-blocks"),labelPosition:"edge",value:j,options:[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],onChange:e=>t("badge",e,"align"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:L,onChange:e=>t("badge",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:S||"#ffffff",onChange:e=>t("badge",e,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:W,onChange:e=>t("typography",e,"badge")}),Y((0,v.__)("Padding","b-blocks"),"badge","padding",$),Y((0,v.__)("Margin","b-blocks"),"badge","margin",H),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:T,onChange:e=>t("badge",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),Y((0,v.__)("Border Radius","b-blocks"),"badge","borderRadius",B)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Meta","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:p.color||l.meta||"#6b7280",onChange:e=>t("meta",e,"color"),defaultColor:"#6b7280"}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color:","b-blocks"),value:p.iconColor||p.color||l.meta||"#6b7280",onChange:e=>t("meta",e,"iconColor"),defaultColor:"#6b7280"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:U,onChange:e=>t("typography",e,"meta")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:p.bg,onChange:e=>t("meta",e,"bg")}),Y((0,v.__)("Padding","b-blocks"),"meta","padding",p.padding),Y((0,v.__)("Margin","b-blocks"),"meta","margin",p.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:p.border,onChange:e=>t("meta",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),Y((0,v.__)("Border Radius","b-blocks"),"meta","borderRadius",p.borderRadius)]}),!O&&R&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("CTA","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:q,onChange:e=>t("typography",e,"cta")}),G&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"mt10 flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>o(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:E.bg,onChange:e=>t("cta",e,s,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:E.color||"#ffffff",onChange:e=>t("cta",e,s,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:E.border,onChange:e=>t("cta",e||{},s,"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Shadow","b-blocks"),value:E.shadow,onChange:e=>t("cta",e,s,"shadow")}),Y((0,v.__)("Padding","b-blocks"),"cta","padding",A),Y((0,v.__)("Margin","b-blocks"),"cta","margin",V),Y((0,v.__)("Border Radius","b-blocks"),"cta","borderRadius",N),"hover"===s&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition (s)","b-blocks"),value:P,onChange:e=>t("cta",e,"transition"),min:0,max:5,step:.01})]}),!G&&(0,i.jsx)(De,{label:(0,v.__)("Link Color:","b-blocks"),value:r.normal?.bg?.color||"#2563eb",onChange:e=>t("cta",{...r.normal?.bg||{},type:"solid",color:e},"normal","bg"),defaultColor:"#2563eb"})]})]})},Jd=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Yd,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(Qd,{...e}),"style"===t.name&&(0,i.jsx)(Xd,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})})},eh=(e,t)=>"string"==typeof e?e:e?.[t]||"mobile"===t&&e?.tablet||e?.desktop,th=(0,x.compose)((0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}})))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o="desktop"}=e,{layout:n={},image:l={},content:r={},link:c={}}=t,{alignment:d}=n,p="string"==typeof d?{desktop:d,tablet:"",mobile:""}:d||{},{id:g={},url:u={},alt:m=""}=l,{badge:f,heading:w,headingTag:x,excerpt:y,meta:k,metaIcon:C}=r,{ctaLabel:_,ctaStyle:M,cardLinkMode:z}=c,j="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,L=me(t,a),S=eh(u,o),$=x||"h3",H=["b-blocks-article-card",`b-blocks-article-card--cta-${M}`].filter(Boolean).join(" "),T=S?(0,i.jsx)("div",{className:"b-blocks-article-card-media",children:(0,i.jsx)("img",{className:"b-blocks-article-card-img",src:S,alt:m||""})}):(0,i.jsx)("div",{className:"b-blocks-article-card-media",children:(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{onSelect:e=>{a({image:{...l,id:{...g,[o]:e?.id||0},url:{...u,[o]:e?.url||""},alt:e?.alt||m||""}})},allowedTypes:["image"],value:eh(g,o),render:({open:e})=>(0,i.jsxs)("div",{className:"b-blocks-article-card-media-placeholder",onClick:e,children:[(0,i.jsx)(b.Dashicon,{icon:"format-image",style:{fontSize:36,width:36,height:36,marginBottom:8}}),(0,i.jsx)("div",{children:(0,i.jsx)("strong",{children:(0,v.__)("Select or Upload Image","b-blocks")})}),(0,i.jsx)("span",{style:{fontSize:12,opacity:.8,marginTop:4},children:(0,v.__)("Click to open Media Library","b-blocks")})]})})})}),B=(0,i.jsxs)("div",{className:"b-blocks-article-card-body",children:[f?(0,i.jsx)("span",{className:"b-blocks-article-card-badge",children:f}):null,(0,i.jsx)(h.RichText,{tagName:$,className:"b-blocks-article-card-heading",value:w,onChange:e=>L("content",e,"heading"),placeholder:(0,v.__)("Article title goes here","b-blocks"),allowedFormats:["core/bold","core/italic"]}),(0,i.jsx)(h.RichText,{tagName:"p",className:"b-blocks-article-card-excerpt",value:y,onChange:e=>L("content",e,"excerpt"),placeholder:(0,v.__)("Add a short excerpt or description…","b-blocks"),allowedFormats:["core/bold","core/italic"]}),k?(0,i.jsxs)("span",{className:"b-blocks-article-card-meta",children:[C?(0,i.jsx)("span",{className:"b-blocks-article-card-meta-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:C}}):null,(0,i.jsx)("span",{className:"b-blocks-article-card-meta-text",children:k})]}):null,!z&&_?(0,i.jsxs)("span",{className:"b-blocks-article-card-cta",children:[(0,i.jsx)("span",{className:"b-blocks-article-card-cta-label",children:_}),"link"===M?(0,i.jsx)("svg",{className:"b-blocks-article-card-cta-arrow",viewBox:"0 0 24 24","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M5 12h14M13 6l6 6-6 6",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}):null]}):null]}),A=(0,h.useBlockProps)({id:`block-${s}`});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Jd,{...e,updateObj:L,isPremium:j}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(b.ToolbarGroup,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:["image"],value:g[o]||0,onSelect:e=>a({image:{...l,id:{...g,[o]:e?.id||0},url:{...u,[o]:e?.url||""},alt:e?.alt||m||""}}),render:({open:e})=>(0,i.jsx)(b.ToolbarButton,{icon:"format-image",label:S?(0,v.__)("Replace image","b-blocks"):(0,v.__)("Add image","b-blocks"),onClick:e})})})}),(0,i.jsx)(h.AlignmentToolbar,{value:p[o]||eh(p,o)||"left",onChange:e=>{const t="string"==typeof d?{desktop:d,tablet:"",mobile:""}:{...d};t[o]=e||"",L("layout",t,"alignment")}})]}),(0,i.jsxs)("div",{...A,children:[(0,i.jsx)(Wd,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:H,children:(0,i.jsxs)("article",{className:"b-blocks-article-card-card",children:[T,B]})})})]})]})}));br(Dd.name)&&(0,d.registerBlockType)(Dd,{icon:hr,edit:th,save:()=>null});const ah=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/audio-player","title":"Audio Player","category":"bBlocks","description":"A custom-styled HTML5 audio player with bar, card, sound-bars, vinyl, coverflow and playlist themes.","keywords":["audio player","podcast","music","mp3","html5 audio","playlist"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"audio":{"type":"object","default":{"url":"","id":0,"trackTitle":"","artistName":"","albumArt":{"url":"","id":0}}},"tracks":{"type":"array","default":[]},"behavior":{"type":"object","default":{"autoPlay":false,"loop":false,"showDownload":true,"showSeek":true,"showTimecode":true,"showVolume":true,"showSkip":true,"skipSeconds":10,"showRestart":false,"showStop":false,"showRepeat":false,"showSpeed":false,"speeds":[1,1.25,1.5,2],"showRemaining":false}},"layout":{"type":"object","default":{"style":"bar","alignment":"left","maxWidth":{"desktop":"","tablet":"","mobile":""}}},"player":{"type":"object","default":{"bg":{"type":"solid","color":"#006F9E"},"border":{},"borderRadius":{"desktop":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"16px","right":"20px","bottom":"16px","left":"20px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"colors":{"type":"object","default":{"control":"#ffffff","accent":"","track":"","trackActive":""}},"title":{"type":"object","default":{"color":"#ffffff","typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""},"fontWeight":"600"},"bg":{"type":"solid","color":""},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"artist":{"type":"object","default":{"color":"#ffffff","typo":{"fontSize":{"desktop":"13px","tablet":"","mobile":""}},"bg":{"type":"solid","color":""},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"buttonStyle":{"type":"object","default":{"color":"","bg":{"type":"solid","color":""},"hoverColor":"","hoverBg":{"type":"solid","color":""},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"playBtnStyle":{"type":"object","default":{"color":"#fff","bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"skipBtnStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"restartBtnStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"repeatBtnStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"stopBtnStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"speedBtnStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""}}},"volumeStyle":{"type":"object","default":{"trackColor":"#FFFFFF","fillColor":"#EAEAEA","margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{}}},"downloadStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"hoverBg":{"type":"solid","color":""},"iconSize":{"desktop":"","tablet":"","mobile":""}}},"seekStyle":{"type":"object","default":{"trackColor":"#FFFFFF","fillColor":"#EAEAEA","margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"trackSize":{"desktop":"","tablet":"","mobile":""},"fillSize":{"desktop":"","tablet":"","mobile":""}}},"timecode":{"type":"object","default":{"position":"left","color":"","typo":{}}},"playlistStyle":{"type":"object","default":{"bg":{"type":"solid","color":""},"color":"","activeBg":{"type":"solid","color":""},"activeColor":"","itemPadding":{"desktop":{"top":"","left":"","bottom":"","right":""},"tablet":{"top":"","left":"","bottom":"","right":""},"mobile":{"top":"","left":"","bottom":"","right":""}},"border":{},"borderRadius":{"desktop":{"top":"","left":"","bottom":"","right":""},"tablet":{"top":"","left":"","bottom":"","right":""},"mobile":{"top":"","left":"","bottom":"","right":""}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 0)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),sh=(e,t)=>"string"==typeof e?e:e?.[t]||"mobile"===t&&e?.tablet||e?.desktop,oh=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n={},player:l={},colors:r={},title:c={},artist:d={},timecode:h={},buttonStyle:p={},playBtnStyle:g={},skipBtnStyle:u={},restartBtnStyle:m={},repeatBtnStyle:v={},stopBtnStyle:b={},speedBtnStyle:f={},volumeStyle:w={},downloadStyle:x={},seekStyle:y={},playlistStyle:k={},advanced:C}=a,_=r.control,M=r.accent,z=l.bg?.color,j=r.track,L=r.trackActive,S=`#${s} .b-blocks-audio-player`,$=`${S} .b-blocks-audio-player-player`,H=`${S} .b-blocks-audio-player-title`,T=`${S} .b-blocks-audio-player-artist`,B=`${S} .b-blocks-audio-player-time, ${S} .b-blocks-audio-player-current, ${S} .b-blocks-audio-player-duration`,A=`${S} .b-blocks-audio-player-playpause, ${S} .b-blocks-audio-player-skip, ${S} .b-blocks-audio-player-restart, ${S} .b-blocks-audio-player-repeat, ${S} .b-blocks-audio-player-stop, ${S} .b-blocks-audio-player-speed`,V=`${S} .b-blocks-audio-player-playpause`,N=`${S} .b-blocks-audio-player-skip`,P=`${S} .b-blocks-audio-player-restart`,E=`${S} .b-blocks-audio-player-repeat`,I=`${S} .b-blocks-audio-player-stop`,O=`${S} .b-blocks-audio-player-speed`,R=`${S} input[type='range'].b-blocks-audio-player-volume`,D=`${S} .b-blocks-audio-player-download`,F=`${S} .b-blocks-audio-player-seek-wrap`,q=`${S} input[type='range'].b-blocks-audio-player-seek`,W=`${S} .b-blocks-audio-player-list-item`,U=`${S} .b-blocks-audio-player-list-item.is-active`,G=(e,t,a)=>qn(e,ti(t?.[a])),Y=(e,t)=>e.split(",").map((e=>`${e.trim()}${t}`)).join(", "),Z=(e,t)=>`\n\t\t${e}{\n\t\t\t${qn("color",t?.color)}\n\t\t\t${Wn(t?.bg)}\n\t\t\t${Un(t?.border)}\n\t\t}\n\t\t${Y(e,":hover")}{\n\t\t\t${qn("color",t?.hoverColor)}\n\t\t\t${Wn(t?.hoverBg)}\n\t\t}\n\t`,K=(e,t,a)=>{const s=sh(t?.iconSize,a);return`\n\t\t\t${e}{\n\t\t\t\t${G("margin",t?.margin,a)}\n\t\t\t\t${G("padding",t?.padding,a)}\n\t\t\t\t${G("border-radius",t?.borderRadius,a)}\n\t\t\t}\n\t\t\t${s?`${Y(e," svg")}{ ${qn("width",s)} ${qn("height",s)} }`:""}\n\t\t`},Q=e=>`\n\t\t${$}{\n\t\t\t${qn("max-width",sh(n.maxWidth,e))}\n\t\t\t${G("margin",l.margin,e)}\n\t\t\t${G("padding",l.padding,e)}\n\t\t\t${G("border-radius",l.borderRadius,e)}\n\t\t}\n\t\t${K(A,p,e)}\n\t\t${K(V,g,e)}\n\t\t${K(N,u,e)}\n\t\t${K(P,m,e)}\n\t\t${K(E,v,e)}\n\t\t${K(I,b,e)}\n\t\t${K(O,f,e)}\n\t\t${K(R,w,e)}\n\t\t${K(D,x,e)}\n\t\t${F}{\n\t\t\t${G("margin",y.margin,e)}\n\t\t}\n\t\t${q}::-webkit-slider-runnable-track{\n\t\t\t${qn("height",sh(y.trackSize,e))}\n\t\t\t${G("border-radius",y.borderRadius,e)}\n\t\t}\n\t\t${q}::-moz-range-track{\n\t\t\t${qn("height",sh(y.trackSize,e))}\n\t\t\t${G("border-radius",y.borderRadius,e)}\n\t\t}\n\t\t${H}{\n\t\t\t${G("margin",c.margin,e)}\n\t\t\t${G("padding",c.padding,e)}\n\t\t\t${G("border-radius",c.borderRadius,e)}\n\t\t}\n\t\t${T}{\n\t\t\t${G("margin",d.margin,e)}\n\t\t\t${G("padding",d.padding,e)}\n\t\t\t${G("border-radius",d.borderRadius,e)}\n\t\t}\n\t\t${W}{\n\t\t\t${G("padding",k.itemPadding,e)}\n\t\t\t${G("border-radius",k.borderRadius,e)}\n\t\t}\n\t`,X=y.fillColor||M,J=y.trackColor,ee=y.trackColor||"rgba(127, 127, 127, 0.3)",te=w.fillColor||M,ae=w.trackColor||"rgba(127, 127, 127, 0.3)";return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",c.typo).googleFontLink}\n\t\t\t${ei("",d.typo).googleFontLink}\n\t\t\t${ei("",h.typo).googleFontLink}\n\n\t\t\t${$}{\n\t\t\t\t${qn("color",_)}\n\t\t\t\t${Wn(l.bg)}\n\t\t\t\t${Un(l.border)}\n\t\t\t}\n\n\t\t\t${A}{\n\t\t\t\t${qn("color",_)}\n\t\t\t}\n\n\t\t\t${V}{\n\t\t\t\t${qn("background",M)}\n\t\t\t\t${qn("color",z)}\n\t\t\t}\n\n\t\t\t${E}.is-active{\n\t\t\t\t${qn("color",M)}\n\t\t\t}\n\n\t\t\t${Z(A,p)}\n\t\t\t${Z(V,g)}\n\t\t\t${Z(N,u)}\n\t\t\t${Z(P,m)}\n\t\t\t${Z(E,v)}\n\t\t\t${Z(I,b)}\n\t\t\t${Z(O,f)}\n\t\t\t${Z(R,w)}\n\t\t\t${Z(D,x)}\n\n\t\t\t${q}::-webkit-slider-runnable-track{ background: linear-gradient(to right, ${X} 0%, ${X} var(--b-blocks-audio-player-var-progress, 0%), ${ee} var(--b-blocks-audio-player-var-progress, 0%), ${ee} 100%); }\n\t\t\t${q}::-moz-range-track{ background: ${ee}; }\n\t\t\t${q}::-moz-range-progress{ background: ${X}; }\n\t\t\t${q}::-webkit-slider-thumb {\n\t\t\t\t${qn("border-color",X)}\n\t\t\t\t${qn("background",_)}\n\t\t\t}\n\t\t\t${q}::-moz-range-thumb {\n\t\t\t\t${qn("border-color",X)}\n\t\t\t\t${qn("background",_)}\n\t\t\t}\n\n\t\t\t${R}::-webkit-slider-runnable-track{ background: linear-gradient(to right, ${te} 0%, ${te} var(--b-blocks-audio-player-var-progress, 0%), ${ae} var(--b-blocks-audio-player-var-progress, 0%), ${ae} 100%); }\n\t\t\t${R}::-moz-range-track{ background: ${ae}; }\n\t\t\t${R}::-moz-range-progress{ background: ${te}; }\n\t\t\t${R}::-webkit-slider-thumb{ border-color: ${te}; }\n\t\t\t${R}::-moz-range-thumb{ border-color: ${te}; }\n\n\t\t\t${S} .b-blocks-audio-player-bar {\n\t\t\t\t${qn("background",J||"rgba(127, 127, 127, 0.35)")}\n\t\t\t}\n\n\t\t\t${S} .b-blocks-audio-player-bar.is-played {\n\t\t\t\tbackground: ${X};\n\t\t\t}\n\n\t\t\t${S} .b-blocks-audio-player-vinyl-disc {\n\t\t\t\t${qn("border-color",M)}\n\t\t\t}\n\n\t\t\t${S} .b-blocks-audio-player-vinyl-center {\n\t\t\t\t${qn("background",M)}\n\t\t\t}\n\n\t\t\t${H}{\n\t\t\t\t${qn("color",c.color||_)}\n\t\t\t\t${Wn(c.bg)}\n\t\t\t\t${Un(c.border)}\n\t\t\t}\n\t\t\t${ei(H,c.typo).styles}\n\t\t\t${T}{\n\t\t\t\t${qn("color",d.color||_)}\n\t\t\t\t${Wn(d.bg)}\n\t\t\t\t${Un(d.border)}\n\t\t\t}\n\t\t\t${ei(T,d.typo).styles}\n\t\t\t${B}{ ${qn("color",h.color||_)} }\n\t\t\t${ei(B,h.typo).styles}\n\n\t\t\t${W}{\n\t\t\t\t${qn("color",k.color||_)}\n\t\t\t\t${Wn(k.bg)||`background:${j};`}\n\t\t\t\t${Un(k.border)}\n\t\t\t}\n\n\t\t\t${U}{\n\t\t\t\t${qn("color",k.activeColor)}\n\t\t\t\t${Wn(k.activeBg)||`background:${L};`}\n\t\t\t}\n\n\t\t\t${Q("desktop")}\n\t\t\t${e}{ ${Q("tablet")} }\n\t\t\t${t}{ ${Q("mobile")} }\n\t\t\t${hi(s,C,o,!1)}\n\t\t\t`}})},nh=e=>{(!isFinite(e)||e<0)&&(e=0);const t=Math.floor(e),a=Math.floor(t/3600),s=Math.floor(t%3600/60),o=t%60,n=e=>String(e).padStart(2,"0");return a>0?`${a}:${n(s)}:${n(o)}`:`${s}:${n(o)}`},ih=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M8 5v14l11-7z"})}),lh=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M6 5h4v14H6zM14 5h4v14h-4z"})}),rh=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M6 6h12v12H6z"})}),ch=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M11 12l8.5 6V6L11 12zM4 6h2.5v12H4z"})}),dh=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M13 12L4.5 6v12L13 12zM17.5 6H20v12h-2.5z"})}),hh=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M4 4v6h6M4.5 10a8 8 0 1 1-1 5",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})}),ph=()=>(0,i.jsx)("svg",{viewBox:"0 0 640 640",fill:"currentColor","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M534.6 182.6C547.1 170.1 547.1 149.8 534.6 137.3L470.6 73.3C461.4 64.1 447.7 61.4 435.7 66.4C423.7 71.4 416 83.1 416 96L416 128L256 128C150 128 64 214 64 320C64 337.7 78.3 352 96 352C113.7 352 128 337.7 128 320C128 249.3 185.3 192 256 192L416 192L416 224C416 236.9 423.8 248.6 435.8 253.6C447.8 258.6 461.5 255.8 470.7 246.7L534.7 182.7zM105.4 457.4C92.9 469.9 92.9 490.2 105.4 502.7L169.4 566.7C178.6 575.9 192.3 578.6 204.3 573.6C216.3 568.6 224 556.9 224 544L224 512L384 512C490 512 576 426 576 320C576 302.3 561.7 288 544 288C526.3 288 512 302.3 512 320C512 390.7 454.7 448 384 448L224 448L224 416C224 403.1 216.2 391.4 204.2 386.4C192.2 381.4 178.5 384.2 169.3 393.3L105.3 457.3z"})}),gh=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M12 3v12m0 0l-4-4m4 4l4-4M5 21h14",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round",strokeLinejoin:"round"})}),uh=()=>(0,i.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",focusable:"false",children:[(0,i.jsx)("path",{d:"M9 18V6l10-2v12",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("circle",{cx:"6",cy:"18",r:"3",stroke:"currentColor",strokeWidth:"1.6"}),(0,i.jsx)("circle",{cx:"16",cy:"16",r:"3",stroke:"currentColor",strokeWidth:"1.6"})]}),mh="b-blocks-audio-player",vh=({player:e,className:t=""})=>{const{playing:a,buffering:s,togglePlay:o}=e;return(0,i.jsx)("button",{type:"button",className:`${mh}-playpause ${t}`.trim(),"aria-label":a?(0,v.__)("Pause","b-blocks"):(0,v.__)("Play","b-blocks"),"aria-pressed":a?"true":"false",onClick:o,children:s?(0,i.jsx)("span",{className:`${mh}-spinner`,"aria-hidden":"true"}):(0,i.jsx)("span",{className:`${mh}-icon`,"aria-hidden":"true",children:a?(0,i.jsx)(lh,{}):(0,i.jsx)(ih,{})})})},bh=({player:e,dir:t,className:a=""})=>(0,i.jsx)("button",{type:"button",className:`${mh}-skip ${mh}-skip--${t<0?"prev":"next"} ${a}`.trim(),"aria-label":t<0?(0,v.__)("Previous","b-blocks"):(0,v.__)("Next","b-blocks"),onClick:()=>e.skip(t),children:t<0?(0,i.jsx)(ch,{}):(0,i.jsx)(dh,{})}),fh=({player:e,className:t=""})=>(0,i.jsx)("button",{type:"button",className:`${mh}-stop ${t}`.trim(),"aria-label":(0,v.__)("Stop","b-blocks"),onClick:e.stop,children:(0,i.jsx)(rh,{})}),wh=({player:e,className:t=""})=>(0,i.jsx)("button",{type:"button",className:`${mh}-restart ${t}`.trim(),"aria-label":(0,v.__)("Restart","b-blocks"),onClick:e.restart,children:(0,i.jsx)(hh,{})}),xh=({player:e,className:t=""})=>(0,i.jsx)("button",{type:"button",className:`${mh}-repeat ${e.repeat?"is-active":""} ${t}`.trim(),"aria-label":(0,v.__)("Repeat","b-blocks"),"aria-pressed":e.repeat?"true":"false",onClick:e.toggleRepeat,children:(0,i.jsx)(ph,{})}),yh=({player:e,className:t=""})=>(0,i.jsxs)("button",{type:"button",className:`${mh}-speed ${t}`.trim(),"aria-label":(0,v.__)("Playback speed","b-blocks"),onClick:e.cycleSpeed,children:[e.speed,"x"]}),kh=({player:e,className:t=""})=>{const{seekingRef:a,currentTime:s,duration:o,seekTo:n}=e,[l,r]=(0,g.useState)(null),c=(0,g.useRef)(null),d=(0,g.useRef)(n);c.current=l,d.current=n;const h=null!==l?l:s,p=o>0?Math.min(100,h/o*100):0;return(0,g.useEffect)((()=>{const e=()=>{if(null===c.current)return;const e=c.current;a.current=!1,r(null),d.current(e)};return window.addEventListener("pointerup",e),window.addEventListener("mouseup",e),window.addEventListener("touchend",e),window.addEventListener("pointercancel",e),()=>{window.removeEventListener("pointerup",e),window.removeEventListener("mouseup",e),window.removeEventListener("touchend",e),window.removeEventListener("pointercancel",e)}}),[a]),(0,i.jsx)("input",{type:"range",className:`${mh}-seek ${t}`.trim(),min:"0",max:o||0,step:"0.1",value:h,"aria-label":(0,v.__)("Seek","b-blocks"),"aria-valuemin":"0","aria-valuemax":Math.floor(o),"aria-valuenow":Math.floor(h),"aria-valuetext":nh(h),style:{"--b-blocks-audio-player-var-progress":`${p}%`},onPointerDown:()=>{a.current=!0},onChange:e=>{a.current=!0,r(parseFloat(e.target.value)||0)},onKeyUp:e=>{const t=parseFloat(e.currentTarget.value)||0;a.current=!1,r(null),n(t)}})},Ch=({player:e,className:t=""})=>(0,i.jsx)("input",{type:"range",className:`${mh}-volume ${t}`.trim(),min:"0",max:"1",step:"0.01",value:e.muted?0:e.volume,"aria-label":(0,v.__)("Volume","b-blocks"),style:{"--b-blocks-audio-player-var-progress":100*(e.muted?0:e.volume)+"%"},onChange:t=>e.setVol(t.target.value)}),_h=({player:e,remaining:t=!1,className:a=""})=>{const{currentTime:s,duration:o}=e;return t?(0,i.jsxs)("span",{className:`${mh}-time ${a}`.trim(),"aria-hidden":"true",children:["-",nh(Math.max(0,o-s))]}):(0,i.jsxs)("span",{className:`${mh}-time ${a}`.trim(),"aria-hidden":"true",children:[(0,i.jsx)("span",{className:`${mh}-current`,children:nh(s)}),(0,i.jsx)("span",{className:`${mh}-sep`,children:" / "}),(0,i.jsx)("span",{className:`${mh}-duration`,children:nh(o)})]})},Mh=({url:e,className:t=""})=>(0,i.jsxs)("a",{className:`${mh}-download ${t}`.trim(),href:e,download:!0,"aria-label":(0,v.__)("Download audio","b-blocks"),children:[(0,i.jsx)(gh,{}),(0,i.jsx)("span",{className:"screen-reader-text",children:(0,v.__)("Download audio","b-blocks")})]}),zh="b-blocks-audio-player",jh=({track:e})=>e.title||e.artist?(0,i.jsxs)("div",{className:`${zh}-meta`,children:[e.title?(0,i.jsx)("p",{className:`${zh}-title`,children:e.title}):null,e.artist?(0,i.jsx)("p",{className:`${zh}-artist`,children:e.artist}):null]}):null,Lh=({track:e,className:t=""})=>(0,i.jsx)("div",{className:`${zh}-art ${t}`.trim(),children:e.art?(0,i.jsx)("img",{className:`${zh}-art-img`,src:e.art,alt:"",loading:"lazy",decoding:"async"}):(0,i.jsx)("span",{className:`${zh}-art-placeholder`,"aria-hidden":"true",children:(0,i.jsx)(uh,{})})}),Sh=e=>{const t=43758.5453*Math.sin(12.9898*e);return 18+42*(t-Math.floor(t))},$h=new WeakMap,Hh=({player:e})=>{const t=(0,g.useRef)([]),a=(0,g.useRef)(0),{playing:s,audioRef:o,url:n}=e,l=()=>{for(let e=0;e<t.current.length;e++){const a=t.current[e];a&&(a.style.height=`${Sh(e)}%`)}};return(0,g.useEffect)((()=>{l()}),[]),(0,g.useEffect)((()=>{const e=o.current;if(!s||!e)return void l();const n=(e=>{if($h.has(e))return $h.get(e);let t=null;try{const a=window.AudioContext||window.webkitAudioContext;if(a){const s=new a,o=s.createMediaElementSource(e),n=s.createAnalyser();n.fftSize=128,n.smoothingTimeConstant=.75,o.connect(n),n.connect(s.destination),t={ctx:s,analyser:n,data:new Uint8Array(n.frequencyBinCount)}}}catch(e){t=null}return $h.set(e,t),t})(e);if(!n)return void l();"suspended"===n.ctx.state&&n.ctx.resume();const{analyser:i,data:r}=n,c=r.length,d=()=>{i.getByteFrequencyData(r);for(let e=0;e<56;e++){const a=t.current[e];if(!a)continue;const s=Math.min(c-1,Math.floor((e/56)**.85*c)),o=r[s]/255;a.style.height=8+92*o+"%"}a.current=requestAnimationFrame(d)};return a.current=requestAnimationFrame(d),()=>cancelAnimationFrame(a.current)}),[s,n]),(0,i.jsx)("div",{className:`${zh}-bars`,"aria-hidden":"true",children:Array.from({length:56}).map(((a,s)=>(0,i.jsx)("span",{ref:e=>{t.current[s]=e},className:`${zh}-bar${s/56*100<=e.seekPct?" is-played":""}`},s)))})},Th=({attributes:e,isBackend:t=!1})=>{const{layout:a={},behavior:s={},timecode:o={}}=e,n=((e,t=!1)=>{const{behavior:a={}}=e,{autoPlay:s=!1,loop:o=!1,skipSeconds:n=10,speeds:i=[1,1.25,1.5,2]}=a,l=(0,g.useMemo)((()=>(e=>{const{audio:t={},tracks:a=[]}=e,s=(Array.isArray(a)?a:[]).map((e=>({url:e?.url||"",title:e?.title||"",artist:e?.artist||"",art:e?.art?.url||""}))).filter((e=>e.url));return s.length?s:[{url:t.url||"",title:t.trackTitle||"",artist:t.artistName||"",art:t.albumArt?.url||""}]})(e)),[e]),r=l.length>1,c=(0,g.useRef)(null),d=(0,g.useRef)(!1),h=(0,g.useRef)(!1),p=(0,g.useRef)(0),u=(0,g.useRef)(""),m=(0,g.useRef)(!1),[v,b]=(0,g.useState)({}),[f,w]=(0,g.useState)(0),[x,y]=(0,g.useState)(!1),[k,C]=(0,g.useState)(!1),[_,M]=(0,g.useState)(0),[z,j]=(0,g.useState)(0),[L,S]=(0,g.useState)(1),[$,H]=(0,g.useState)(!1),[T,B]=(0,g.useState)(1),[A,V]=(0,g.useState)(!!o),N=l[Math.min(f,l.length-1)]||{},P=N.url||"",[E,I]=(0,g.useState)(P);(0,g.useEffect)((()=>{if(I(P),!P||"undefined"==typeof fetch)return;let e=!1;return fetch(P).then((e=>e.ok?e.blob():Promise.reject(e.status))).then((t=>{if(e)return;const a=URL.createObjectURL(t),s=c.current;s&&(p.current=s.currentTime||0,h.current=!s.paused),u.current&&URL.revokeObjectURL(u.current),u.current=a,I(a)})).catch((()=>{})),()=>{e=!0}}),[P]),(0,g.useEffect)((()=>()=>{u.current&&URL.revokeObjectURL(u.current)}),[]),(0,g.useEffect)((()=>{if("undefined"==typeof window||"undefined"==typeof Audio||!l||!l.length)return;const e=[];return l.forEach((t=>{if(!t.url)return;const a=new Audio;a.preload="metadata";const s=()=>{isFinite(a.duration)&&a.duration>0&&b((e=>({...e,[t.url]:a.duration})))};a.addEventListener("loadedmetadata",s),a.src=t.url,e.push({audio:a,onMeta:s})})),()=>{e.forEach((({audio:e,onMeta:t})=>{e.removeEventListener("loadedmetadata",t)}))}}),[l]),(0,g.useEffect)((()=>{const e=c.current;if(!e)return;const t=()=>y(!0),a=()=>y(!1),s=()=>{if(e.duration===1/0){m.current=!0;try{e.currentTime=1e101}catch(e){}return}const t=isFinite(e.duration)?e.duration:0;if(t>0&&(M(t),P&&b((e=>({...e,[P]:t})))),m.current||p.current>0){m.current=!1;const t=p.current||0;p.current=0;try{e.currentTime=t}catch(e){}j(t)}if(h.current){h.current=!1;const t=e.play();t&&"function"==typeof t.catch&&t.catch((()=>y(!1)))}},o=()=>{d.current||m.current||j(e.currentTime||0)},n=()=>C(!0),i=()=>{C(!1),y(!0)},g=()=>C(!1),u=()=>{S(e.volume),H(e.muted)},v=()=>{if(A&&!r)return e.currentTime=0,void e.play().catch((()=>{}));r&&f<l.length-1?w((e=>e+1)):r&&A?w(0):y(!1)};return e.addEventListener("play",t),e.addEventListener("pause",a),e.addEventListener("loadedmetadata",s),e.addEventListener("durationchange",s),e.addEventListener("timeupdate",o),e.addEventListener("waiting",n),e.addEventListener("playing",i),e.addEventListener("canplay",g),e.addEventListener("volumechange",u),e.addEventListener("ended",v),e.playbackRate=T,e.readyState>=1&&s(),()=>{e.removeEventListener("play",t),e.removeEventListener("pause",a),e.removeEventListener("loadedmetadata",s),e.removeEventListener("durationchange",s),e.removeEventListener("timeupdate",o),e.removeEventListener("waiting",n),e.removeEventListener("playing",i),e.removeEventListener("canplay",g),e.removeEventListener("volumechange",u),e.removeEventListener("ended",v)}}),[P,A,r,f,l.length]),(0,g.useEffect)((()=>{c.current&&(c.current.playbackRate=T)}),[T,P]);const O=(0,g.useRef)(!1);(0,g.useEffect)((()=>{const e=c.current;e&&(O.current||!s||t||(O.current=!0,e.muted=!0,e.play().catch((()=>{}))))}),[s,t,P]);const R=()=>{const e=c.current;if(!e)return;const t=e.play();t&&"function"==typeof t.catch&&t.catch((()=>y(!1)))},D=()=>{const e=c.current;e&&(e.paused||e.ended?R():c.current&&c.current.pause())},F=e=>{let t=parseFloat(e);if(Number.isNaN(t))return null;const a=c.current,s=(a&&isFinite(a.duration)?a.duration:0)||_||v[P]||0;return s>0&&(t=Math.min(t,s)),Math.max(0,t)},q=e=>{const t=F(e);if(null===t)return;j(t);const a=c.current;if(a)try{a.currentTime=t}catch(e){}},W=e=>{const t=(e%l.length+l.length)%l.length;t!==f?(h.current=!0,w(t),j(0)):D()},U=_||v[P]||0;return{audioRef:c,seekingRef:d,mediaSrc:E,list:l,index:f,multi:r,track:N,url:P,playing:x,buffering:k,duration:U,durations:v,currentTime:z,volume:L,muted:$,speed:T,repeat:A,seekPct:U>0?z/U*100:0,togglePlay:D,stop:()=>{const e=c.current;e&&(e.pause(),e.currentTime=0,j(0))},restart:()=>{const e=c.current;e&&(e.currentTime=0,j(0),R())},skip:e=>{if(r)return void W(f+e);const t=c.current;if(!t)return;const a=Math.min(Math.max(0,(t.currentTime||0)+e*n),t.duration||0);q(a)},seekTo:q,previewTime:e=>{const t=F(e);null!==t&&j(t)},playIndex:W,setVol:e=>{const t=c.current,a=Math.min(1,Math.max(0,parseFloat(e)||0));S(a),t&&(t.volume=a,a>0&&(t.muted=!1))},toggleMute:()=>{const e=c.current;e&&(e.muted=!e.muted)},cycleSpeed:()=>{const e=i&&i.length?i:[1],t=e.indexOf(T);B(e[(t+1)%e.length])},toggleRepeat:()=>V((e=>!e))}})(e,t),{url:l,track:r,list:c,index:d,playing:h}=n,p=a.style||"bar",u="left"===o.position,m=!1!==s.showSeek,b=!1!==s.showSkip,f=!1!==s.showTimecode,w=!1!==s.showVolume,x=!1!==s.showDownload,y=!!s.showRestart,k=!!s.showStop,C=!!s.showRepeat,_=!!s.showSpeed,M=!!s.showRemaining,z=[zh,`${zh}--style-${p}`,`${zh}--align-${a.alignment||"left"}`,h?"is-playing":""].filter(Boolean).join(" ");if(!l)return(0,i.jsx)("div",{className:z,children:(0,i.jsxs)("div",{className:`${zh}-empty`,children:[(0,i.jsx)("span",{className:`${zh}-empty-icon`,"aria-hidden":"true",children:(0,i.jsx)(uh,{})}),(0,i.jsx)("span",{className:`${zh}-empty-title`,children:(0,v.__)("No audio selected","b-blocks")}),(0,i.jsx)("span",{className:`${zh}-empty-text`,children:(0,v.__)("Add an audio file to start playing.","b-blocks")})]})});const j=(0,i.jsx)("audio",{ref:n.audioRef,className:`${zh}-audio`,preload:"metadata",src:n.mediaSrc||l,children:(0,v.__)("Your browser does not support the audio element.","b-blocks")}),L=(e=null)=>(0,i.jsxs)("div",{className:`${zh}-transport`,children:[y?(0,i.jsx)(wh,{player:n}):null,b?(0,i.jsx)(bh,{player:n,dir:-1}):null,(0,i.jsx)(vh,{player:n}),b?(0,i.jsx)(bh,{player:n,dir:1}):null,k?(0,i.jsx)(fh,{player:n}):null,C?(0,i.jsx)(xh,{player:n}):null,e]}),S=f?(0,i.jsx)(_h,{player:n}):null,$=(0,i.jsxs)("div",{className:`${zh}-controls`,children:[L(),u?S:null,m?(0,i.jsx)("div",{className:`${zh}-seek-wrap`,children:(0,i.jsx)(kh,{player:n})}):null,u?null:S,M?(0,i.jsx)(_h,{player:n,remaining:!0}):null,_?(0,i.jsx)(yh,{player:n}):null,w?(0,i.jsx)(Ch,{player:n}):null,x?(0,i.jsx)(Mh,{url:l}):null]});let H;return"bar"===p||"card"===p?H=(0,i.jsxs)("div",{className:`${zh}-player`,role:"region","aria-label":(0,v.__)("Audio player","b-blocks"),children:["card"===p?(0,i.jsx)(Lh,{track:r}):null,(0,i.jsxs)("div",{className:`${zh}-body`,children:[(0,i.jsx)(jh,{track:r}),$]})]}):"bars"===p?H=(0,i.jsxs)("div",{className:`${zh}-player`,role:"region","aria-label":(0,v.__)("Audio player","b-blocks"),children:[(0,i.jsx)(jh,{track:r}),(0,i.jsxs)("div",{className:`${zh}-wave-seek`,children:[(0,i.jsx)(Hh,{player:n}),(0,i.jsx)(kh,{player:n,className:`${zh}-seek--overlay`})]}),(0,i.jsxs)("div",{className:`${zh}-controls`,children:[L(),u&&f?(0,i.jsx)(_h,{player:n,className:`${zh}-time--current`,remaining:!1}):null,m?(0,i.jsx)("div",{className:`${zh}-seek-wrap`,children:(0,i.jsx)(kh,{player:n})}):null,!u&&f?(0,i.jsx)(_h,{player:n,className:`${zh}-time--current`,remaining:!1}):null,w?(0,i.jsx)(Ch,{player:n}):null,M?(0,i.jsx)(_h,{player:n,remaining:!0}):null,_?(0,i.jsx)(yh,{player:n}):null,x?(0,i.jsx)(Mh,{url:l}):null]})]}):"vinyl"===p?H=(0,i.jsxs)("div",{className:`${zh}-player`,role:"region","aria-label":(0,v.__)("Audio player","b-blocks"),children:[(0,i.jsxs)("div",{className:`${zh}-vinyl`,children:[(0,i.jsxs)("div",{className:`${zh}-vinyl-disc`,children:[r.art?(0,i.jsx)("img",{className:`${zh}-vinyl-art`,src:r.art,alt:""}):null,(0,i.jsx)("span",{className:`${zh}-vinyl-center`})]}),(0,i.jsxs)("div",{className:`${zh}-vinyl-arm`,"aria-hidden":"true",children:[(0,i.jsx)("span",{className:`${zh}-vinyl-arm-base`}),(0,i.jsx)("span",{className:`${zh}-vinyl-arm-stick`}),(0,i.jsx)("span",{className:`${zh}-vinyl-arm-head`})]})]}),(0,i.jsxs)("div",{className:`${zh}-body`,children:[r.title?(0,i.jsx)("p",{className:`${zh}-title ${zh}-title--pill`,children:r.title}):null,m?(0,i.jsx)("div",{className:`${zh}-seek-wrap`,children:(0,i.jsx)(kh,{player:n})}):null,L(),(0,i.jsxs)("div",{className:`${zh}-vinyl-row`,children:[f?(0,i.jsxs)("span",{className:`${zh}-time ${zh}-time--pill`,"aria-hidden":"true",children:[nh(n.currentTime)," / ",nh(n.duration)]}):null,M?(0,i.jsx)(_h,{player:n,remaining:!0,className:`${zh}-time--pill`}):null,w?(0,i.jsx)(Ch,{player:n}):null]})]}),x?(0,i.jsx)(Mh,{url:l}):null]}):"coverflow"===p?H=(0,i.jsxs)("div",{className:`${zh}-player`,role:"region","aria-label":(0,v.__)("Audio player","b-blocks"),children:[x?(0,i.jsx)(Mh,{url:l}):null,(0,i.jsx)("div",{className:`${zh}-coverflow`,children:c.map(((e,t)=>{const a=t-d;return Math.abs(a)>2?null:(0,i.jsx)("button",{type:"button",className:`${zh}-cover ${zh}-cover--pos${a}`,"aria-label":e.title||(0,v.__)("Track","b-blocks"),"aria-current":0===a?"true":void 0,onClick:()=>n.playIndex(t),children:e.art?(0,i.jsx)("img",{src:e.art,alt:""}):(0,i.jsx)("span",{className:`${zh}-art-placeholder`,"aria-hidden":"true",children:(0,i.jsx)(uh,{})})},t)}))}),(0,i.jsx)(jh,{track:r}),(0,i.jsxs)("div",{className:`${zh}-controls`,children:[f?(0,i.jsx)("span",{className:`${zh}-current`,children:nh(n.currentTime)}):null,m?(0,i.jsx)("div",{className:`${zh}-seek-wrap`,children:(0,i.jsx)(kh,{player:n})}):null,f?(0,i.jsx)("span",{className:`${zh}-duration`,children:nh(n.duration)}):null,M?(0,i.jsx)(_h,{player:n,remaining:!0}):null]}),L()]}):"playlist"===p&&(H=(0,i.jsxs)("div",{className:`${zh}-player`,role:"region","aria-label":(0,v.__)("Audio player","b-blocks"),children:[x?(0,i.jsx)(Mh,{url:l}):null,(0,i.jsxs)("div",{className:`${zh}-nowplaying`,children:[f?(0,i.jsx)("span",{className:`${zh}-current`,children:nh(n.currentTime)}):null,r.title?(0,i.jsx)("span",{className:`${zh}-np-title`,children:r.title}):null,f?(0,i.jsx)("span",{className:`${zh}-duration`,children:nh(n.duration)}):null,M?(0,i.jsx)(_h,{player:n,remaining:!0}):null]}),m?(0,i.jsx)("div",{className:`${zh}-seek-wrap`,children:(0,i.jsx)(kh,{player:n})}):null,L(),w?(0,i.jsx)("div",{className:`${zh}-volume-row`,children:(0,i.jsx)(Ch,{player:n})}):null,(0,i.jsx)("ul",{className:`${zh}-list`,children:c.map(((e,t)=>{const a=t===d&&n.duration>0?n.duration:n.durations?.[e.url]||e.duration||0,s=()=>t===d?n.togglePlay():n.playIndex(t);return(0,i.jsxs)("li",{className:`${zh}-list-item ${t===d?"is-active":""}`.trim(),onClick:s,onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),s())},role:"button",tabIndex:0,"aria-label":e.title||`${(0,v.__)("Track","b-blocks")} ${t+1}`,children:[(0,i.jsx)("button",{type:"button",className:`${zh}-list-play`,"aria-hidden":"true",tabIndex:-1,onClick:e=>{e.stopPropagation(),s()},children:t===d&&h?(0,i.jsx)(lh,{}):(0,i.jsx)(ih,{})}),(0,i.jsx)("span",{className:`${zh}-list-title`,children:e.title||`${(0,v.__)("Track","b-blocks")} ${t+1}`}),(0,i.jsx)("span",{className:`${zh}-list-time`,children:nh(a)})]},t)}))})]})),(0,i.jsxs)("div",{className:z,children:[j,H]})},Bh=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],Ah={top:"",right:"",bottom:"",left:""},Vh=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Nh=[{label:(0,v.__)("Bar (compact)","b-blocks"),value:"bar"},{label:(0,v.__)("Card (album art top)","b-blocks"),value:"card"},{label:(0,v.__)("Sound Bars","b-blocks"),value:"bars"},{label:(0,v.__)("Vinyl (spinning record)","b-blocks"),value:"vinyl"},{label:(0,v.__)("Coverflow (multi-track)","b-blocks"),value:"coverflow"},{label:(0,v.__)("Playlist (multi-track)","b-blocks"),value:"playlist"}],Ph=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],Eh={url:"",id:0,title:"",artist:"",art:{url:"",id:0}},Ih=({attributes:e,setAttributes:t,index:a})=>{const s=e?.tracks||[],o=s[a]||Eh,n=e=>{const o=[...s];o[a]={...Eh,...o[a],...e},t({tracks:o})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Audio:","b-blocks")}),(0,i.jsx)(fe,{value:o.url||"",types:["audio"],onChange:e=>n({url:e||"",id:0}),placeholder:(0,v.__)("Audio URL","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Title","b-blocks"),value:o.title||"",onChange:e=>n({title:e}),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Artist","b-blocks"),value:o.artist||"",onChange:e=>n({artist:e}),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Album Art:","b-blocks")}),(0,i.jsx)(fe,{value:o.art?.url||"",types:["image"],onChange:e=>n({art:{url:e||"",id:0}}),placeholder:(0,v.__)("Art URL","b-blocks")})]})},Oh={url:"",id:0,title:"",artist:"",art:{url:"",id:0}},Rh=({attributes:e,updateObj:t,setAttributes:a,device:s="desktop",activeIndex:o,setActiveIndex:n})=>{const{behavior:l={},layout:r={}}=e,{autoPlay:c,loop:d,showDownload:h,showTimecode:p,showVolume:g,showSkip:u,skipSeconds:m=10,showRestart:w,showStop:x,showRepeat:k,showSpeed:C,showRemaining:_,showSeek:M}=l,z="playlist"===r.style||"coverflow"===r.style,j=r.maxWidth||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tracks (playlist / coverflow)","b-blocks"),initialOpen:!1,children:[!z&&(0,i.jsx)(b.Notice,{status:"info",isDismissible:!1,children:(0,v.__)("The track list is used by the Playlist and Coverflow themes. Other themes play the single Audio file above.","b-blocks")}),(0,i.jsx)(dn,{attributes:e,setAttributes:a,arrKey:"tracks",newItem:Oh,itemLabel:"Track",title:"title",design:"sortable",minItem:0,activeIndex:o,setActiveIndex:n,ItemSettings:Ih})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Theme:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:r.style||"bar",options:Nh,onChange:e=>t("layout",e,"style"),__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Alignment:","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:r.alignment,onChange:e=>t("layout",e,"alignment"),children:Ph.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:e.label,value:e.value,icon:`editor-align${e.value}`},e.value)))})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Max Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:j?.[s],units:Bh,onChange:e=>{const t=j&&"object"==typeof j?j:{};a({layout:{...r,maxWidth:{...t,[s]:e}}})},__next40pxDefaultSize:!0})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Controls","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Skip / Prev-Next","b-blocks"),checked:!1!==u,onChange:e=>t("behavior",!!e,"showSkip")}),!1!==u&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Skip seconds","b-blocks"),value:m,onChange:e=>t("behavior",e,"skipSeconds"),min:5,max:60,step:5,__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Restart","b-blocks"),checked:!!w,onChange:e=>t("behavior",!!e,"showRestart")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Stop","b-blocks"),checked:!!x,onChange:e=>t("behavior",!!e,"showStop")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Repeat","b-blocks"),checked:!!k,onChange:e=>t("behavior",!!e,"showRepeat")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Playback Speed","b-blocks"),checked:!!C,onChange:e=>t("behavior",!!e,"showSpeed")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Seek Bar / Progress","b-blocks"),checked:!1!==M,onChange:e=>t("behavior",!!e,"showSeek")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Timecode","b-blocks"),checked:!1!==p,onChange:e=>t("behavior",!!e,"showTimecode")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Remaining Time","b-blocks"),checked:!!_,onChange:e=>t("behavior",!!e,"showRemaining")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Volume Slider","b-blocks"),checked:!1!==g,onChange:e=>t("behavior",!!e,"showVolume")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Download Link","b-blocks"),checked:!1!==h,onChange:e=>t("behavior",!!e,"showDownload")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Behavior","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Autoplay","b-blocks"),checked:!!c,onChange:e=>t("behavior",!!e,"autoPlay")}),c&&(0,i.jsx)(b.Notice,{status:"warning",isDismissible:!1,children:(0,v.__)("Most browsers block autoplay with sound; the player starts muted. The visitor must interact to hear audio.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Loop","b-blocks"),checked:!!d,onChange:e=>t("behavior",!!e,"loop")})]})]})},Dh=({player:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Player Container","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:e.bg,onChange:e=>t("player",e,"bg")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("player",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("player",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("player",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("player",e,"borderRadius",a)})]}),Fh=({colors:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Color Palette","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Controls & Text","b-blocks"),value:e.control,onChange:e=>t("colors",e,"control")}),(0,i.jsx)(De,{label:(0,v.__)("Accent Color","b-blocks"),value:e.accent,onChange:e=>t("colors",e,"accent")}),(0,i.jsx)(De,{label:(0,v.__)("Playlist Row","b-blocks"),value:e.track,onChange:e=>t("colors",e,"track")}),(0,i.jsx)(De,{label:(0,v.__)("Playlist Active Row","b-blocks"),value:e.trackActive,onChange:e=>t("colors",e,"trackActive")})]}),qh=({buttonStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("All Buttons (Global)","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color","b-blocks"),value:e.color,onChange:e=>t("buttonStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:e.bg,onChange:e=>t("buttonStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color","b-blocks"),value:e.hoverColor,onChange:e=>t("buttonStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background","b-blocks"),value:e.hoverBg,onChange:e=>t("buttonStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("buttonStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("buttonStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("buttonStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("buttonStyle",e,"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("buttonStyle",e,"borderRadius",a)})]}),Wh=({playBtnStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Play / Pause Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color,onChange:e=>t("playBtnStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("playBtnStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor,onChange:e=>t("playBtnStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("playBtnStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("playBtnStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("playBtnStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("playBtnStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("playBtnStyle",e,"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("playBtnStyle",e,"borderRadius",a)})]}),Uh=({skipBtnStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Skip Buttons (Next / Prev)","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color||"",onChange:e=>t("skipBtnStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("skipBtnStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor||"",onChange:e=>t("skipBtnStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("skipBtnStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("skipBtnStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("skipBtnStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("skipBtnStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("skipBtnStyle",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("skipBtnStyle",e,"borderRadius",a)})]}),Gh=({restartBtnStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Restart Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color||"",onChange:e=>t("restartBtnStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("restartBtnStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor||"",onChange:e=>t("restartBtnStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("restartBtnStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("restartBtnStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("restartBtnStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("restartBtnStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("restartBtnStyle",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("restartBtnStyle",e,"borderRadius",a)})]}),Yh=({repeatBtnStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Repeat Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color||"",onChange:e=>t("repeatBtnStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("repeatBtnStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor||"",onChange:e=>t("repeatBtnStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("repeatBtnStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("repeatBtnStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("repeatBtnStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("repeatBtnStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("repeatBtnStyle",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("repeatBtnStyle",e,"borderRadius",a)})]}),Zh=({stopBtnStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Stop Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color||"",onChange:e=>t("stopBtnStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("stopBtnStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor||"",onChange:e=>t("stopBtnStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("stopBtnStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("stopBtnStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("stopBtnStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("stopBtnStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("stopBtnStyle",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("stopBtnStyle",e,"borderRadius",a)})]}),Kh=({speedBtnStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Speed Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color||"",onChange:e=>t("speedBtnStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("speedBtnStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor||"",onChange:e=>t("speedBtnStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("speedBtnStyle",e,"hoverBg")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("speedBtnStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("speedBtnStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("speedBtnStyle",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("speedBtnStyle",e,"borderRadius",a)})]}),Qh=({volumeStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Volume Control","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Track Color","b-blocks"),value:e.trackColor,onChange:e=>t("volumeStyle",e,"trackColor")}),(0,i.jsx)(De,{label:(0,v.__)("Fill Color","b-blocks"),value:e.fillColor,onChange:e=>t("volumeStyle",e,"fillColor")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("volumeStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("volumeStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("volumeStyle",e,"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("volumeStyle",e,"borderRadius",a)})]}),Xh=({downloadStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Download Link","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / Text Color:","b-blocks"),value:e.color||"",onChange:e=>t("downloadStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("downloadStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Color:","b-blocks"),value:e.hoverColor||"",onChange:e=>t("downloadStyle",e,"hoverColor")}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:e.hoverBg,onChange:e=>t("downloadStyle",e,"hoverBg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.iconSize?.[a],units:Bh,onChange:e=>t("downloadStyle",e,"iconSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("downloadStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("downloadStyle",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("downloadStyle",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("downloadStyle",e,"borderRadius",a)})]}),Jh=({seekStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Seek Bar / Progress","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Track Color","b-blocks"),value:e.trackColor,onChange:e=>t("seekStyle",e,"trackColor")}),(0,i.jsx)(De,{label:(0,v.__)("Progress Fill Color","b-blocks"),value:e.fillColor,onChange:e=>t("seekStyle",e,"fillColor")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Track Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.trackSize?.[a],units:Bh,onChange:e=>t("seekStyle",e,"trackSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Progress Fill Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.fillSize?.[a],units:Bh,onChange:e=>t("seekStyle",e,"fillSize",a),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("seekStyle",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("seekStyle",e,"borderRadius",a)})]}),ep=({title:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Track Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:e.color||"#ffffff",onChange:e=>t("title",e,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("title",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("title",e,"typo")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("title",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("title",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("title",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("title",e,"borderRadius",a)})]}),tp=({artist:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Artist","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:e.color||"#ffffff",onChange:e=>t("artist",e,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:e.bg,onChange:e=>t("artist",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("artist",e,"typo")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.margin?.[a],resetValues:Ah,onChange:e=>t("artist",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.padding?.[a],resetValues:Ah,onChange:e=>t("artist",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("artist",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("artist",e,"borderRadius",a)})]}),ap=({timecode:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Timecode","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Position","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:e.position,onChange:e=>t("timecode",e,"position"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Left","b-blocks"),value:"left"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Right","b-blocks"),value:"right"})]})]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color:","b-blocks"),value:e.color,onChange:e=>t("timecode",e,"color")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("timecode",e,"typo")})]}),sp=({playlistStyle:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Playlist Items","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Item Background:","b-blocks"),value:e.bg,onChange:e=>t("playlistStyle",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Item Color:","b-blocks"),value:e.color,onChange:e=>t("playlistStyle",e,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Active Background:","b-blocks"),value:e.activeBg,onChange:e=>t("playlistStyle",e,"activeBg")}),(0,i.jsx)(De,{label:(0,v.__)("Active Color:","b-blocks"),value:e.activeColor,onChange:e=>t("playlistStyle",e,"activeColor")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Item Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.itemPadding?.[a],resetValues:Ah,onChange:e=>t("playlistStyle",e,"itemPadding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Item Border","b-blocks"),value:e.border,onChange:e=>t("playlistStyle",e,"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Item Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:Bh,values:e.borderRadius?.[a],resetValues:Ah,onChange:e=>t("playlistStyle",e,"borderRadius",a)})]}),op=({attributes:e,updateObj:t,device:a="desktop"})=>{const{layout:s={},behavior:o={},player:n={},colors:l={},title:r={},artist:c={},timecode:d={},buttonStyle:h={},playBtnStyle:p={},skipBtnStyle:g={},restartBtnStyle:u={},repeatBtnStyle:m={},stopBtnStyle:v={},speedBtnStyle:b={},volumeStyle:f={},downloadStyle:w={},seekStyle:x={},playlistStyle:y={}}=e,k={skip:!1!==o.showSkip,restart:!!o.showRestart,stop:!!o.showStop,repeat:!!o.showRepeat,speed:!!o.showSpeed,volume:!1!==o.showVolume,download:!1!==o.showDownload,seek:!1!==o.showSeek,timecode:!1!==o.showTimecode||!!o.showRemaining,playlist:"playlist"===s.style};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Dh,{player:n,updateObj:t,device:a}),(0,i.jsx)(Fh,{colors:l,updateObj:t}),(0,i.jsx)(qh,{buttonStyle:h,updateObj:t,device:a}),(0,i.jsx)(Wh,{playBtnStyle:p,updateObj:t,device:a}),k.skip&&(0,i.jsx)(Uh,{skipBtnStyle:g,updateObj:t,device:a}),k.restart&&(0,i.jsx)(Gh,{restartBtnStyle:u,updateObj:t,device:a}),k.repeat&&(0,i.jsx)(Yh,{repeatBtnStyle:m,updateObj:t,device:a}),k.stop&&(0,i.jsx)(Zh,{stopBtnStyle:v,updateObj:t,device:a}),k.speed&&(0,i.jsx)(Kh,{speedBtnStyle:b,updateObj:t,device:a}),k.volume&&(0,i.jsx)(Qh,{volumeStyle:f,updateObj:t,device:a}),k.download&&(0,i.jsx)(Xh,{downloadStyle:w,updateObj:t,device:a}),k.seek&&(0,i.jsx)(Jh,{seekStyle:x,updateObj:t,device:a}),(0,i.jsx)(ep,{title:r,updateObj:t,device:a}),(0,i.jsx)(tp,{artist:c,updateObj:t,device:a}),k.timecode&&(0,i.jsx)(ap,{timecode:d,updateObj:t,device:a}),k.playlist&&(0,i.jsx)(sp,{playlistStyle:y,updateObj:t,device:a})]})},np=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Vh,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(Rh,{...e}),"style"===t.name&&(0,i.jsx)(op,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},ip=()=>(0,i.jsxs)("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",focusable:"false",children:[(0,i.jsx)("path",{d:"M9 18V6l10-2v12",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("circle",{cx:"6",cy:"18",r:"3",stroke:"currentColor",strokeWidth:"1.6"}),(0,i.jsx)("circle",{cx:"16",cy:"16",r:"3",stroke:"currentColor",strokeWidth:"1.6"})]}),lp=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{layout:o={},audio:n={},tracks:l=[]}=t,[r,c]=(0,En.useState)(0),d="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,p=me(t,a),g=(0,h.useBlockProps)({id:`block-${s}`}),u=!(!n.url&&!l.some((e=>e?.url)));return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(np,{...e,updateObj:p,isPremium:d,activeIndex:r,setActiveIndex:c}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:o.alignment,onChange:e=>p("layout",e,"alignment")})}),(0,i.jsxs)("div",{...g,children:[(0,i.jsx)(oh,{attributes:t,id:`block-${s}`,isBackend:!0}),u?(0,i.jsx)(Th,{attributes:t,isBackend:!0}):(0,i.jsxs)("div",{className:"b-blocks-audio-player-placeholder",children:[(0,i.jsx)("span",{className:"b-blocks-audio-player-placeholder-icon","aria-hidden":"true",children:(0,i.jsx)(ip,{})}),(0,i.jsx)("h4",{className:"b-blocks-audio-player-placeholder-title",children:(0,v.__)("Audio Player","b-blocks")}),(0,i.jsx)("p",{className:"b-blocks-audio-player-placeholder-text",children:(0,v.__)("Upload an audio file or pick one from your media library.","b-blocks")}),(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:["audio"],value:n.id,onSelect:e=>a({audio:{...n,url:e?.url||"",id:e?.id||0,trackTitle:n.trackTitle||e?.title||""}}),render:({open:e})=>(0,i.jsx)(b.Button,{variant:"primary",icon:"upload",onClick:e,children:(0,v.__)("Select Audio","b-blocks")})})})]})]})]})}));br(ah.name)&&(0,d.registerBlockType)(ah,{icon:Jl,edit:lp,save:()=>null});const rp=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/blockquote","title":"Blockquote","category":"bBlocks","description":"Styled blockquote with an accent bar or large decorative quote-mark, optional author photo, name, and role — the designer alternative to the core Quote block.","keywords":["blockquote","quote","pullquote","indent","testimonial","citation","author"],"textdomain":"b-blocks","attributes":{"quote":{"type":"object","default":{"text":"The details are not the details. They make the design.","color":"","bg":{"type":"solid","color":""},"typography":{"fontSize":{"desktop":"20px","tablet":"","mobile":""}},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"border":{"width":"","style":"solid","color":""},"borderRadius":{"top":"","right":"","bottom":"","left":""}}},"authorName":{"type":"object","default":{"text":"Charles Eames","color":"","typography":{"fontSize":{"desktop":"16px","tablet":"","mobile":""},"fontWeight":600},"bg":{"type":"solid","color":""},"border":{"width":"","style":"solid","color":""},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"authorRole":{"type":"object","default":{"text":"","show":true,"color":"","typography":{"fontSize":{"desktop":"14px","tablet":"","mobile":""}},"bg":{"type":"solid","color":""},"border":{"width":"","style":"solid","color":""},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"avatar":{"type":"object","default":{"show":true,"id":0,"url":"","alt":"","size":"48px","shape":"circle","bg":{"type":"solid","color":""},"border":{"width":"","style":"solid","color":""},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"layout":{"type":"object","default":{"type":"border","alignment":"left"}},"icon":{"type":"object","default":{"color":"#6366f1","size":"48px","align":"left","bg":{"type":"solid","color":""},"border":{"width":"","style":"solid","color":""},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"15px","right":"15px","bottom":"15px","left":"15px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"10px","right":"10px","bottom":"10px","left":"10px"},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}],"border":{"top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"color":"#6366f1","style":"solid","width":"4px"}}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":["file:./view.css"],"viewScript":"file:./view.js","render":"file:./render.php"}'),cp=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],dp=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],hp=[{label:(0,v.__)("Border — left accent bar","b-blocks"),value:"border"},{label:(0,v.__)("Quotation — large decorative mark","b-blocks"),value:"quotation"}],pp=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],gp=[{label:(0,v.__)("Circle","b-blocks"),value:"circle"},{label:(0,v.__)("Rounded","b-blocks"),value:"rounded"},{label:(0,v.__)("Square","b-blocks"),value:"square"}],up=(e={})=>`\n\t${Wn(e.bg)}\n\t${qn("padding",ti(e.padding))}\n\t${qn("margin",ti(e.margin))}\n\t${Un(e.border)}\n\t${qn("border-radius",ti(e.borderRadius))}\n`,mp=({attributes:e,id:t,isBackend:a=!1})=>{const{quote:s={},authorName:o={},authorRole:n={},avatar:l={},icon:r={},advanced:c}=e,{color:d,bg:h={},typography:p={},padding:g={},margin:u={},border:m={},borderRadius:v={}}=s,{color:b,typography:f={}}=o,{color:w,typography:x={}}=n,{size:y,shape:k}=l,{color:C,size:_,align:M}=r,z="circle"===k?"50%":"rounded"===k?"12px":"0",j="center"===M?"center":"right"===M?"flex-end":"flex-start",L=_||"48px",S=`#${t} .bBlocks-blockquote-wrapper`,$=`${S} .bBlocks-blockquote-quote`,H=`${S} .bBlocks-blockquote-avatar`,T=`${S} .bBlocks-blockquote-author`,B=`${S} .bBlocks-blockquote-role`,A=`${S} .bBlocks-blockquote-icon`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",p).googleFontLink}\n\t\t\t${ei("",f).googleFontLink}\n\t\t\t${ei("",x).googleFontLink}\n\t\t\t${A}{\n\t\t\t\t${qn("width",L)}\n\t\t\t\t${qn("height",L)}\n\t\t\t\t${qn("color",C)}\n\t\t\t\talign-self: ${j};\n\t\t\t\t${up(r)}\n\t\t\t}\n\t\t\t${ei($,p).styles}\n\t\t\t${$}{\n\t\t\t\t${qn("color",d)}\n\t\t\t\t${Wn(h)}\n\t\t\t\t${qn("padding",ti(g))}\n\t\t\t\t${qn("margin",ti(u))}\n\t\t\t\t${Un(m)}\n\t\t\t\t${qn("border-radius",ti(v))}\n\t\t\t}\n\t\t\t${H}{\n\t\t\t\t${qn("width",y)}\n\t\t\t\t${qn("height",y)}\n\t\t\t\t${qn("border-radius",z)}\n\t\t\t\t${up(l)}\n\t\t\t}\n\t\t\t${ei(T,f).styles}\n\t\t\t${T}{\n\t\t\t\t${qn("color",b)}\n\t\t\t\t${up(o)}\n\t\t\t}\n\t\t\t${ei(B,x).styles}\n\t\t\t${B}{\n\t\t\t\t${qn("color",w)}\n\t\t\t\t${up(n)}\n\t\t\t}\n\t\t\t${hi(t,c,a,!1)}\n\t\t\t`}})},vp={style:"none",width:"0px"},bp={top:vp,right:vp,bottom:vp,left:{color:"#6366f1",style:"solid",width:"4px"}},fp={top:vp,right:vp,bottom:vp,left:vp},xp={top:"10px",right:"10px",bottom:"10px",left:"10px"},yp=({attributes:e,updateObj:t})=>{const{layout:a={},authorName:s={},authorRole:o={},avatar:n={},advanced:l={}}=e,{text:r}=s,{text:c,show:d}=o,{show:h,url:p,alt:g}=n;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Layout","b-blocks"),labelPosition:"edge",value:a.type||"border",options:hp,onChange:e=>{t("layout",e,"type");const a=l?.borderShadow?.normal||{};t("advanced",{...a,border:"border"===e?bp:fp,radius:"border"===e?xp:a.radius},"borderShadow","normal")},help:(0,v.__)("Border = left accent bar (editable in the Advanced tab). Quotation = large decorative quote mark.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Alignment","b-blocks"),labelPosition:"edge",className:"mt10",value:a.alignment||"left",options:pp,onChange:e=>t("layout",e,"alignment"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Author Name","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TextControl,{label:(0,v.__)("Author Name","b-blocks"),value:r||"",onChange:e=>t("authorName",e,"text"),placeholder:(0,v.__)("Jane Doe","b-blocks"),__nextHasNoMarginBottom:!0})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Role / Company","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Role / Company","b-blocks"),checked:!!d,onChange:e=>t("authorRole",e,"show")}),d&&(0,i.jsx)(b.TextControl,{label:(0,v.__)("Role / Company","b-blocks"),value:c||"",onChange:e=>t("authorRole",e,"text"),placeholder:(0,v.__)("CEO, Acme","b-blocks"),__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Author Photo","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Author Photo","b-blocks"),checked:!!h,onChange:e=>t("avatar",e,"show")}),h&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(xe,{className:"mt10",label:p?(0,v.__)("Replace Photo","b-blocks"):(0,v.__)("Select Photo","b-blocks"),value:n,types:["image"],width:"90%",height:"90%",onChange:e=>{return a={id:e?.id||0,url:e?.url||"",alt:e?.alt||g||""},t("avatar",{...n,...a});var a}}),p&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Image Alt Text","b-blocks"),value:g||"",onChange:e=>t("avatar",e,"alt"),placeholder:(0,v.__)("Photo of Jane Doe","b-blocks"),help:(0,v.__)('Defaults to "Photo of <author name>" when empty.',"b-blocks"),__nextHasNoMarginBottom:!0})]})]})]})},kp={top:"",right:"",bottom:"",left:""},Cp=({attrKey:e,value:t={},updateObj:a})=>{const{bg:s={},padding:o={},margin:n={},border:l={},borderRadius:r={}}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:s,onChange:t=>a(e,t,"bg")}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),units:cp,values:o,resetValues:kp,onChange:t=>a(e,t,"padding")}),(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),units:cp,values:n,resetValues:kp,onChange:t=>a(e,t,"margin")}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border:","b-blocks"),value:l,onChange:t=>a(e,t||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),units:cp,values:r,resetValues:kp,onChange:t=>a(e,t,"borderRadius")})]})},_p=({attributes:e,updateObj:t})=>{const{quote:a={},authorName:s={},authorRole:o={},avatar:n={},layout:l={},icon:r={}}=e,{color:c,bg:d={},typography:h={},padding:p={},margin:g={},border:u={},borderRadius:m={}}=a,{color:f,typography:x={}}=s,{color:y,typography:k={}}=o,{size:C,shape:_}=n,{color:M,size:z,align:j}=r,L="quotation"===l.type;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Quote Text","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:c||"",onChange:e=>t("quote",e||"","color"),defaultColor:""}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:h,onChange:e=>t("quote",e,"typography")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:d,onChange:e=>t("quote",e,"bg")}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),units:cp,values:p,resetValues:kp,onChange:e=>t("quote",e,"padding")}),(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),units:cp,values:g,resetValues:kp,onChange:e=>t("quote",e,"margin")}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:u,onChange:e=>t("quote",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),units:cp,values:m,resetValues:kp,onChange:e=>t("quote",e,"borderRadius")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Author Name","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Name Color","b-blocks"),value:f,onChange:e=>t("authorName",e||"","color"),defaultColor:""}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:x,onChange:e=>t("authorName",e,"typography")}),(0,i.jsx)(Cp,{attrKey:"authorName",value:s,updateObj:t})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Role / Company","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Role Color:","b-blocks"),value:y,onChange:e=>t("authorRole",e||"","color"),defaultColor:""}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:k,onChange:e=>t("authorRole",e,"typography")}),(0,i.jsx)(Cp,{attrKey:"authorRole",value:o,updateObj:t})]}),L&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Quote Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Icon Alignment","b-blocks"),labelPosition:"edge",value:j,options:pp,onChange:e=>t("icon",e,"align"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Icon Size","b-blocks"),className:"mt10",labelPosition:"edge",units:cp,isUnitSelectTabbable:!0,value:z||"48px",onChange:e=>t("icon",e,"size")}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:M,onChange:e=>t("icon",e,"color"),defaultColor:"#6366f1"}),(0,i.jsx)(Cp,{attrKey:"icon",value:r,updateObj:t})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Author Photo","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Avatar Size","b-blocks"),labelPosition:"edge",units:cp,isUnitSelectTabbable:!0,value:C||"48px",onChange:e=>t("avatar",e,"size")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Avatar Shape","b-blocks"),labelPosition:"edge",className:"mt10",value:_,options:gp,onChange:e=>t("avatar",e,"shape"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(Cp,{attrKey:"avatar",value:n,updateObj:t})]})]})},Mp=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:dp,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(yp,{...e}),"style"===t.name&&(0,i.jsx)(_p,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})})},zp=["border","quotation"],jp=["left","center","right"],Lp=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{quote:n={},authorName:l={},authorRole:r={},avatar:c={},layout:d={}}=t,{text:p}=n,{text:g}=l,{text:u,show:m}=r,{show:b,url:f,alt:w,size:x}=c,y=parseInt(x,10)||48,k=bBlocksPremiumChecker,C=me(t,a),_=zp.includes(d.type)?d.type:"border",M=jp.includes(d.alignment)?d.alignment:"left",z=["bBlocks-blockquote-wrapper",`bBlocks-blockquote-layout-${_}`,`bBlocks-blockquote-align-${M}`].join(" "),j=b&&!!f,L=!(!g||!g.trim()),S=m&&!(!u||!u.trim()),$=j||L||S,H=w||(L?(0,v.sprintf)((0,v.__)("Photo of %s","b-blocks"),g):"");return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:M,onChange:e=>C("layout",e||"left","alignment")})}),(0,i.jsx)(Mp,{attributes:t,setAttributes:a,updateObj:C,isPremium:k,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(mp,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsxs)("figure",{className:z,children:["quotation"===_&&(0,i.jsx)("span",{className:"bBlocks-blockquote-icon","aria-hidden":"true",children:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 435 332",fill:"currentColor",focusable:"false",children:(0,i.jsx)("path",{d:"m142.6 0.7h-99.6c-23.5 0-42.7 19.2-42.7 42.6v99.7c0 23.4 19.2 42.6 42.7 42.6h60.4c0 47.2-34.6 85.4-81.7 85.4v60.3c86.4 0 156.3-69.9 156.3-156.3v-131.7c0-23.4-19.2-42.6-35.4-42.6zm256 0h-99.6c-23.5 0-42.7 19.2-42.7 42.6v99.7c0 23.4 19.2 42.6 42.7 42.6h60.4c0 47.2-34.6 85.4-81.7 85.4v60.3c86.4 0 156.3-69.9 156.3-156.3v-131.7c0-23.4-19.2-42.6-35.4-42.6z"})})}),(0,i.jsx)("blockquote",{className:"bBlocks-blockquote-quote",children:(0,i.jsx)(h.RichText,{tagName:"p",className:"bBlocks-blockquote-quoteText",value:p||"",onChange:e=>C("quote",e,"text"),placeholder:(0,v.__)("Type the quote…","b-blocks"),allowedFormats:["core/bold","core/italic","core/link"]})}),$&&(0,i.jsxs)("figcaption",{className:"bBlocks-blockquote-caption",children:[j&&(0,i.jsx)("img",{className:"bBlocks-blockquote-avatar",src:f,alt:H,width:y,height:y}),(L||S)&&(0,i.jsxs)("cite",{className:"bBlocks-blockquote-cite",children:[L&&(0,i.jsx)("span",{className:"bBlocks-blockquote-author",children:g}),S&&(0,i.jsx)("span",{className:"bBlocks-blockquote-role",children:u})]})]})]})})})]})]})}));br(rp.name)&&(0,d.registerBlockType)(rp,{icon:or,edit:Lp,save:()=>null});const Sp=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/breadcrumb","title":"Breadcrumb","category":"bBlocks","description":"Show a breadcrumb navigation trail for better navigation","keywords":["breadcrumb","breadcrumb block","navigation"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"home":{"type":"object","default":{"label":"Home"}},"separator":{"type":"object","default":{"type":"text","text":">","library":"","image":"","upload":""}},"prefix":{"type":"object","default":{"type":"text","text":"Browse:","library":"","image":"","upload":""}},"options":{"type":"object","default":{"isHomeShow":true,"isSchema":false,"isShowPrefix":false,"isBeforeSeparator":false}},"styles":{"type":"object","default":{"crumbs":{"typo":{"fontSize":{"desktop":"16px","tablet":"","mobile":""}},"normal":{"color":"","bg":{},"border":{},"shadow":[{}],"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}}},"hover":{"transition":0.2,"color":"","bg":{},"border":{},"shadow":{},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}}},"active":{"color":"","bg":{},"border":{},"shadow":{},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}}},"desktop":{"align":"start","gap":""},"tablet":{"align":"","gap":""},"mobile":{"align":"","gap":""}},"separator":{"color":"","text":{"typo":{"fontSize":{"desktop":"16px","tablet":"","mobile":""}}},"library":{"desktop":{"size":""},"tablet":{"size":""},"mobile":{"size":""}}},"prefix":{"color":"","text":{"typo":{"fontSize":{"desktop":"16px","tablet":"","mobile":""}}},"library":{"desktop":{"size":""},"tablet":{"size":""},"mobile":{"size":""}},"image":{"height":"","width":""},"bg":{},"border":{},"shadow":{},"desktop":{"rightGap":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"rightGap":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"rightGap":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),$p=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],Hp=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),Tp=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),Bp=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),Ap=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o,home:n,options:l}=t,{crumbs:r}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("BreadCrumb","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex1 mb0",children:[(0,v.__)("Alignment","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:r?.[s]?.align,onChange:e=>a("styles",e,"crumbs",s,"align"),isDeselectable:!0,size:"small",style:{padding:"2px"},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Left","b-blocks"),value:"start",icon:Hp}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Center","b-blocks"),value:"center",icon:Tp}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Right","b-blocks"),value:"end",icon:Bp})]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex2 mb0",children:[(0,v.__)("Gap","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r?.[s]?.gap,onChange:e=>a("styles",e,"crumbs",s,"gap")})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Home Page","b-blocks"),checked:l?.isHomeShow,onChange:e=>a("options",e,"isHomeShow")}),l?.isHomeShow&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Home Label","b-blocks"),value:n?.label,onChange:e=>a("home",e,"label")})]})},Vp=({attributes:e,updateObj:t})=>{const{options:a,prefix:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Prefix","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Prefix","b-blocks"),checked:a?.isShowPrefix,onChange:e=>t("options",e,"isShowPrefix")}),a.isShowPrefix&&(0,i.jsxs)(g.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Before Separator","b-blocks"),checked:a?.isBeforeSeparator,onChange:e=>t("options",e,"isBeforeSeparator")}),(0,i.jsx)(f,{className:"flex1 mb0 mt10",children:(0,v.__)("Prefix Type","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s?.type,onChange:e=>t("prefix",e,"type"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Text","b-blocks"),value:"text"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Icon","b-blocks"),value:"library"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Image","b-blocks"),value:"image"})]}),"text"===s.type&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Prefix Text","b-blocks"),value:s?.text,onChange:e=>t("prefix",e,"text")}),"library"===s.type&&(0,i.jsx)(Pa,{className:"mt10",value:s?.library,onChange:e=>t("prefix",e,"library")}),"image"===s.type&&(0,i.jsx)(xe,{height:"80%",width:"80%",className:"mt10",value:{url:s?.image},onChange:e=>t("prefix",e?.url,"image")})]})]})},Np=({attributes:e,updateObj:t})=>{const{separator:a}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1 mb0",children:(0,v.__)("Separator Type","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a?.type,onChange:e=>t("separator",e,"type"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Text","b-blocks"),value:"text"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Icon","b-blocks"),value:"library"})]})]}),"text"===a.type&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Separator Text","b-blocks"),value:a?.text,onChange:e=>t("separator",e,"text")}),"library"===a.type&&(0,i.jsx)(Pa,{className:"mt10",value:a?.library,onChange:e=>t("separator",e,"library")})]})},Pp=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ap,{...e}),(0,i.jsx)(Np,{...e}),(0,i.jsx)(Vp,{...e})]}),Ep=({attributes:e,updateObj:t,device:a})=>{const{styles:s}=e,{crumbs:o}=s,[n,l]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Breadcrumb Styles","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(Mn,{value:o.typo,onChange:e=>t("styles",e,"crumbs","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Active","b-blocks"),value:"active"})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:o[n][a].padding,onChange:e=>t("styles",e,"crumbs",n,a,"padding")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:o[n].color,onChange:e=>t("styles",e,"crumbs",n,"color")}),(0,i.jsx)(wa,{isImage:!1,label:(0,v.__)("Background","b-blocks"),value:o[n].bg,onChange:e=>t("styles",e,"crumbs",n,"bg")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),values:o[n].shadow,onChange:e=>t("styles",e,"crumbs",n,"shadow")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:o[n].border,onChange:e=>t("styles",e,"crumbs",n,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:o[n][a].radius,onChange:e=>t("styles",e,"crumbs",n,a,"radius")}),"hover"===n&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),min:0,max:5,step:.01,value:o.hover.transition,onChange:e=>t("styles",e,"crumbs","hover","transition")})]})},Ip=({attributes:e,updateObj:t,device:a})=>{const{styles:s,prefix:o}=e,{prefix:n}=s;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Prefix","b-blocks"),initialOpen:!1,children:["text"===o.type&&(0,i.jsx)(Mn,{value:n.text.typo,onChange:e=>t("styles",e,"prefix","text","typo")}),"library"===o.type&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"flex2 mb0",children:[(0,v.__)("Size","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.library[a].size,onChange:e=>t("styles",e,"prefix","library",a,"size")})]})}),"image"===o.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,v.__)("Height","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.image.height,onChange:e=>t("styles",e,"prefix","image","height")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.image.width,onChange:e=>t("styles",e,"prefix","image","width")})]})]}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Padding","b-blocks"),values:n[a].padding,onChange:e=>t("styles",e,"prefix",a,"padding")}),"text"===o.type&&(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:n.color,onChange:e=>t("styles",e,"prefix","color")}),(0,i.jsx)(wa,{isImage:!1,label:(0,v.__)("Background","b-blocks"),value:n.bg,onChange:e=>t("styles",e,"prefix","bg")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:n.shadow,onChange:e=>t("styles",e,"prefix","shadow")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:n.border,onChange:e=>t("styles",e,"prefix","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:n[a].radius,onChange:e=>t("styles",e,"prefix",a,"radius")})]})},Op=({attributes:e,updateObj:t,device:a})=>{const{styles:s,separator:o}=e,{separator:n}=s;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:n.color,onChange:e=>t("styles",e,"separator","color")}),"text"===o.type&&(0,i.jsx)(Mn,{value:n.text.typo,onChange:e=>t("styles",e,"separator","text","typo")}),"library"===o.type&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.library[a].size,onChange:e=>t("styles",e,"separator","library",a,"size")})]})]})},Rp=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ep,{...e}),(0,i.jsx)(Op,{...e}),(0,i.jsx)(Ip,{...e})]}),Dp=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:$p,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pp,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Rp,{...e})})]})})})}),Fp=({attributes:a,id:s})=>{const{styles:o}=a,{crumbs:n,separator:l,prefix:r}=o,c=`#${s} .bBlocks-breadCrumb-wrapper .bBlocks-breadCrumb-items`,d=`${c} .bBlocks-breadCrumb-item`,h=`${c} .bBlocks-breadCrumb-item-active`,p=`${c} .bBlocks-breadCrumb-item-separator`,g=`${p}.bBlocks-breadCrumb-item-separator-library`,u=`${c} .bBlocks-breadCrumbItem-prefix`,m=(e="")=>`\n\t\t${qn("padding",ti(n[e].desktop.padding))}\n\t\t${qn("color",n[e].color)}\n\t\t${Wn(n[e].bg)}\n\t\t${Gn(n[e].border)}\n\t\t${qn("border-radius",ti(n[e].desktop.radius))}\n\t\t${qn("box-shadow",Kn(n[e].shadow))}\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",n.typo).googleFontLink}\n\t\t${ei("",l.text.typo).googleFontLink}\n\t\t${ei("",r.text.typo).googleFontLink}\n\n\t\t${ei(d,n.typo).styles}\n\t\t${ei(p,l.text.typo).styles}\n\t\t${ei(`${u}.bBlocks-breadCrumbItem-prefixText`,r.text.typo).styles}\n\n\t\t${c}{\n\t\t\t${qn("justify-content",n.desktop.align)}\n\t\t\t${qn("gap",n.desktop.gap)}\n\t\t}\n\n\t\t${d}{\n\t\t\t${m("normal")}\n\t\t\t${qn("transition",Ct(n.hover.transition)?"all "+n.hover.transition+"s ease-in-out":"")}\n\t\t}\n\n\t\t${d}:hover{\n\t\t\t${m("hover")}\n\t\t}\n\n\t\t${h}{\n\t\t\t${m("active")}\n\t\t}\n\n\t\t${p}{\n\t\t\t${qn("color",l.color)}\n\t\t\t${qn("fill",l.color)}\n\t\t}\n\n\t\t${g}>svg{\n\t\t\t${qn("fill",l.color)}\n\t\t\t${qn("height",l.library.desktop.size)}\n\t\t\t${qn("width",l.library.desktop.size)}\n\t\t}\n\n\t\t${u}{\n\t\t\t${qn("color",r.color)}\n\t\t\t${qn("padding",ti(r.desktop.padding))}\n\t\t\t${Wn(r.bg)}\n\t\t\t${Gn(r.border)}\n\t\t\t${qn("border-radius",ti(r.desktop.radius))}\n\t\t\t${qn("box-shadow",Kn(r.shadow))}\n\t\t}\n\n\t\t${u}.bBlocks-breadCrumbItem-prefixIcon>svg{\n\t\t\t${qn("fill",r.color)}\n\t\t\t${qn("height",r.library.desktop.size)}\n\t\t\t${qn("width",r.library.desktop.size)}\n\t\t}\n\t\t${u}.bBlocks-breadCrumbItem-prefixImage>img{\n\t\t\t${qn("height",r.image.height)}\n\t\t\t${qn("width",r.image.width)}\n\t\t}\n\n\t\t${e}{\n\n\t\t\t${d}{\n\t\t\t\t${qn("padding",ti(n.normal.tablet.padding))}\n\t\t\t\t${qn("border-radius",ti(n.normal.tablet.radius))}\n\t\t\t}\n\n\t\t\t${d}:hover{\n\t\t\t\t${qn("padding",ti(n.hover.tablet.padding))}\n\t\t\t\t${qn("border-radius",ti(n.hover.tablet.radius))}\n\t\t\t}\n\n\t\t\t${h}{\n\t\t\t\t${qn("padding",ti(n.active.tablet.padding))}\n\t\t\t\t${qn("border-radius",ti(n.active.tablet.radius))}\n\t\t\t}\n\t\t\t\n\t\t\t${g}>svg{\n\t\t\t\t${qn("height",l.library.tablet.size)}\n\t\t\t\t${qn("width",l.library.tablet.size)}\n\t\t\t}\n\n\t\t\t${u}{\n\t\t\t\t${qn("padding",ti(r.tablet.padding))}\n\t\t\t\t${qn("border-radius",ti(r.tablet.radius))}\n\t\t\t}\n\n\t\t\t${u}.bBlocks-breadCrumbItem-prefixIcon>svg{\n\t\t\t\t${qn("height",r.library.tablet.size)}\n\t\t\t\t${qn("width",r.library.tablet.size)}\n\t\t\t}\n\n\t\t}\n\n\t\t${t}{\n\t\t\t${d}{\n\t\t\t\t${qn("padding",ti(n.normal.mobile.padding))}\n\t\t\t\t${qn("border-radius",ti(n.normal.mobile.radius))}\n\t\t\t}\n\n\t\t\t${d}:hover{\n\t\t\t\t${qn("padding",ti(n.hover.mobile.padding))}\n\t\t\t\t${qn("border-radius",ti(n.hover.mobile.radius))}\n\t\t\t}\n\n\t\t\t${h}{\n\t\t\t\t${qn("padding",ti(n.active.mobile.padding))}\n\t\t\t\t${qn("border-radius",ti(n.active.mobile.radius))}\n\t\t\t}\n\t\t\t\n\t\t\t${g}>svg{\n\t\t\t\t${qn("height",l.library.mobile.size)}\n\t\t\t\t${qn("width",l.library.mobile.size)}\n\t\t\t}\n\n\t\t\t${u}{\n\t\t\t\t${qn("padding",ti(r.mobile.padding))}\n\t\t\t\t${qn("border-radius",ti(r.mobile.radius))}\n\t\t\t}\n\n\t\t\t${u}.bBlocks-breadCrumbItem-prefixIcon>svg{\n\t\t\t\t${qn("height",r.library.mobile.size)}\n\t\t\t\t${qn("width",r.library.mobile.size)}\n\t\t\t}\n\t\t}\n\n\t\t\n\t`}})},qp=({separator:e})=>{const{type:t,text:a,library:s}=e;return(0,i.jsxs)(g.Fragment,{children:["text"===t&&(0,i.jsxs)("span",{className:"bBlocks-breadCrumb-item-separator",children:[" ",a]}),"library"===t&&(0,i.jsx)("span",{className:"bBlocks-breadCrumb-item-separator bBlocks-breadCrumb-item-separator-library",dangerouslySetInnerHTML:{__html:s}})]})},Wp=({prefix:e,isBeforeSeparator:t,separator:a})=>{const{type:s,text:o,library:n,image:l}=e;return(0,i.jsxs)(g.Fragment,{children:["text"===s&&(0,i.jsx)("span",{className:"bBlocks-breadCrumb-item bBlocks-breadCrumbItem-prefix bBlocks-breadCrumbItem-prefixText",children:o}),"library"===s&&(0,i.jsx)("span",{className:"bBlocks-breadCrumb-item bBlocks-breadCrumbItem-prefix bBlocks-breadCrumbItem-prefixIcon",dangerouslySetInnerHTML:{__html:n}}),"image"===s&&(0,i.jsx)("span",{className:"bBlocks-breadCrumb-item bBlocks-breadCrumbItem-prefix bBlocks-breadCrumbItem-prefixImage",children:l&&(0,i.jsx)("img",{src:l,alt:""})}),t&&(0,i.jsx)(qp,{separator:a})]})},Up=({attributes:e,crumbs:t})=>{const{separator:a,options:s,prefix:o}=e;return(0,i.jsx)("div",{className:"bBlocks-breadCrumb-wrapper",children:(0,i.jsxs)("div",{className:"bBlocks-breadCrumb-items",children:[s.isShowPrefix&&(0,i.jsx)(Wp,{prefix:o,separator:a,isBeforeSeparator:s.isBeforeSeparator}),t.map(((e,s)=>(0,i.jsxs)(g.Fragment,{children:[0!==s&&(0,i.jsx)(qp,{separator:a}),e?.url?(0,i.jsx)("span",{className:"bBlocks-breadCrumb-item "+(s===t.length-1?"bBlocks-breadCrumb-item-active":""),children:(0,i.jsx)("a",{href:e.url,children:e.label})}):(0,i.jsx)("span",{className:"bBlocks-breadCrumb-item "+(s===t.length-1?"bBlocks-breadCrumb-item-active":""),children:e.label})]},s)))]})})},Gp=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{home:n,options:l}=t,r=me(t,a),c=[l.isHomeShow&&{label:n.label},{label:"Template"},{label:"Current Page"}].filter(Boolean);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Dp,{attributes:t,setAttributes:a,isPremium:!1,updateObj:r,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(Fp,{attributes:t,id:`block-${s}`}),(0,i.jsx)("div",{children:(0,i.jsx)(Up,{attributes:t,crumbs:c})})]})]})}));br(Sp.name)&&(0,d.registerBlockType)(Sp,{icon:Yl,edit:Gp});const Yp=JSON.parse('{"apiVersion":3,"name":"b-blocks/button","title":"Button","description":"Implement multi-functional button.","category":"bBlocks","keywords":["multi-functional button","download button","link button"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"text":{"type":"string","default":"Button"},"actionType":{"type":"string","default":"link"},"security":{"type":"string","default":"none"},"securityPassword":{"type":"string","default":""},"securityRole":{"type":"string"},"url":{"type":"string","default":""},"tooltip":{"type":"string","default":""},"tooltipPos":{"type":"string","default":"top"},"target":{"type":"string","default":"_self"},"attrs":{"type":"object","default":{"rel":"noreferrer","referrerpolicy":"no-referrer"}},"hideOn":{"type":"object","default":{"desktop":false,"tablet":false,"mobile":false}},"isDownload":{"type":"boolean","default":false},"downloadFileName":{"type":"string","default":""},"isUpIcon":{"type":"boolean","default":false},"icon":{"type":"object","default":{"class":"fa fa-paper-plane"}},"upIcon":{"type":"object","default":{"id":null,"url":"","alt":"","title":""}},"iconPos":{"type":"string","default":"left"},"type":{"type":"string","default":"flat"},"isFullWidth":{"type":"boolean","default":false},"size":{"type":"string","default":"medium"},"popup":{"type":"object","default":{"type":"image","content":"","caption":"","width":"","videoOptions":{"autoplay":false}}},"animationType":{"type":"string","default":""},"animationDuration":{"type":"number","default":0.4},"addID":{"type":"string","default":""},"addCSS":{"type":"string","default":""},"alignment":{"type":"string","default":"center"},"typography":{"type":"object","default":{"fontSize":{"desktop":"16px"},"fontWeight":600,"textDecoration":"none"}},"colors":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"hovColors":{"type":"object","default":{"color":"#fff","bg":"#FF7A00"}},"padding":{"type":"object","default":{"vertical":"12px","horizontal":"24px"}},"border":{"type":"object","default":{"radius":"5px"}},"shadow":{"type":"array","default":[]},"buttonHover":{"type":"object","default":{"padding":{},"shadow":[],"border":{}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome","aos"],"render":"file:./render.php","viewScript":["file:./view.js","aos","wp-util"]}'),Zp="bBlocksButton",Kp=(e,t="none",a,s,o=!1)=>{const{actionType:n="link",url:i,tooltip:l,tooltipPos:r="top",target:c,attrs:d={rel:"noreferrer",referrerpolicy:"no-referrer"},isDownload:h,downloadFileName:p="",animationType:g,animationDuration:u,addID:m}=e,v=d?.referrerpolicy||"no-referrer",b=d?.rel||"noreferrer",f=i&&(a||"none"===t)?{href:_t(i)}:{},w="popup"===n||o?{}:{...f,target:c,...s?{referrerPolicy:v,rel:b}:{},...h?{download:s?p:""}:{}};return{className:o?`${Zp} btnEditor`:Zp,...w,tooltip:l,"tooltip-pos":s?r:"top","data-aos":g,"data-aos-duration":1e3*u,id:m}},Qp=({attributes:e})=>{const{isUpIcon:t,icon:a,upIcon:s}=e;return(0,i.jsxs)(i.Fragment,{children:[t&&s?.url&&(0,i.jsx)("img",{src:s?.url,alt:s?.alt}),!t&&a?.class&&(0,i.jsx)("i",{className:a?.class})]})};function Xp(e,t,a){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var s=a.call(e,t);if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function Jp(e,t){for(var a=0;a<t.length;a++){var s=t[a];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}function eg(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function tg(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,s)}return a}function ag(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?tg(Object(a),!0).forEach((function(t){eg(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):tg(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var sg={addCSS:!0,thumbWidth:15,watch:!0},og=function(e){return null!=e?e.constructor:null},ng=function(e,t){return!!(e&&t&&e instanceof t)},ig=function(e){return og(e)===String},lg=function(e){return Array.isArray(e)},rg=function(e){return ng(e,NodeList)},cg=ig,dg=lg,hg=rg,pg=function(e){return ng(e,Element)},gg=function(e){return ng(e,Event)},ug=function(e){return function(e){return null==e}(e)||(ig(e)||lg(e)||rg(e))&&!e.length||function(e){return og(e)===Object}(e)&&!Object.keys(e).length};var mg=function(){function e(t,a){(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")})(this,e),pg(t)?this.element=t:cg(t)&&(this.element=document.querySelector(t)),pg(this.element)&&ug(this.element.rangeTouch)&&(this.config=ag({},sg,{},a),this.init())}return function(e,t,a){t&&Jp(e.prototype,t),a&&Jp(e,a)}(e,[{key:"init",value:function(){e.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){e.enabled&&(this.config.addCSS&&(this.element.style.userSelect="",this.element.style.webKitUserSelect="",this.element.style.touchAction=""),this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(e){var t=this,a=e?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach((function(e){t.element[a](e,(function(e){return t.set(e)}),!1)}))}},{key:"get",value:function(t){if(!e.enabled||!gg(t))return null;var a,s=t.target,o=t.changedTouches[0],n=parseFloat(s.getAttribute("min"))||0,i=parseFloat(s.getAttribute("max"))||100,l=parseFloat(s.getAttribute("step"))||1,r=s.getBoundingClientRect(),c=100/r.width*(this.config.thumbWidth/2)/100;return 0>(a=100/r.width*(o.clientX-r.left))?a=0:100<a&&(a=100),50>a?a-=(100-2*a)*c:50<a&&(a+=2*(a-50)*c),n+function(e,t){if(1>t){var a=function(e){var t="".concat(e).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}(t);return parseFloat(e.toFixed(a))}return Math.round(e/t)*t}(a/100*(i-n),l)}},{key:"set",value:function(t){e.enabled&&gg(t)&&!t.target.disabled&&(t.preventDefault(),t.target.value=this.get(t),function(e,t){if(e&&t){var a=new Event(t,{bubbles:!0});e.dispatchEvent(a)}}(t.target,"touchend"===t.type?"change":"input"))}}],[{key:"setup",value:function(t){var a=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},s=null;if(ug(t)||cg(t)?s=Array.from(document.querySelectorAll(cg(t)?t:'input[type="range"]')):pg(t)?s=[t]:hg(t)?s=Array.from(t):dg(t)&&(s=t.filter(pg)),ug(s))return null;var o=ag({},sg,{},a);if(cg(t)&&o.watch){var n=new MutationObserver((function(a){Array.from(a).forEach((function(a){Array.from(a.addedNodes).forEach((function(a){pg(a)&&function(e,t){return function(){return Array.from(document.querySelectorAll(t)).includes(this)}.call(e,t)}(a,t)&&new e(a,o)}))}))}));n.observe(document.body,{childList:!0,subtree:!0})}return s.map((function(t){return new e(t,a)}))}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),e}();const vg=e=>null!=e?e.constructor:null,bg=(e,t)=>Boolean(e&&t&&e instanceof t),fg=e=>null==e,wg=e=>vg(e)===Object,xg=e=>vg(e)===String,yg=e=>"function"==typeof e,kg=e=>Array.isArray(e),Cg=e=>bg(e,NodeList);function _g(e){return fg(e)||(xg(e)||kg(e)||Cg(e))&&!e.length||wg(e)&&!Object.keys(e).length}var Mg={nullOrUndefined:fg,object:wg,number:e=>vg(e)===Number&&!Number.isNaN(e),string:xg,boolean:e=>vg(e)===Boolean,function:yg,array:kg,weakMap:e=>bg(e,WeakMap),nodeList:Cg,element:function(e){return null!==e&&"object"==typeof e&&1===e.nodeType&&"object"==typeof e.style&&"object"==typeof e.ownerDocument},textNode:e=>vg(e)===Text,event:e=>bg(e,Event),keyboardEvent:e=>bg(e,KeyboardEvent),cue:e=>bg(e,window.TextTrackCue)||bg(e,window.VTTCue),track:e=>bg(e,TextTrack)||!fg(e)&&xg(e.kind),promise:e=>bg(e,Promise)&&yg(e.then),url:function(e){if(bg(e,window.URL))return!0;if(!xg(e))return!1;let t=e;e.startsWith("http://")&&e.startsWith("https://")||(t=`http://${e}`);try{return!_g(new URL(t).hostname)}catch{return!1}},empty:_g};const zg=(()=>{const e=document.createElement("span"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},a=Object.keys(t).find((t=>void 0!==e.style[t]));return!!Mg.string(a)&&t[a]})();function jg(e,t){setTimeout((()=>{try{e.hidden=!0,e.offsetHeight,e.hidden=!1}catch{}}),t)}function Lg(e,t){return t.split(".").reduce(((e,t)=>e&&e[t]),e)}function Sg(e={},...t){if(!t.length)return e;const a=t.shift();return Mg.object(a)?(Object.keys(a).forEach((t=>{Mg.object(a[t])?(Object.keys(e).includes(t)||Object.assign(e,{[t]:{}}),Sg(e[t],a[t])):Object.assign(e,{[t]:a[t]})})),Sg(e,...t)):e}function $g(e,t){const a=e.length?e:[e];Array.from(a).reverse().forEach(((e,a)=>{const s=a>0?t.cloneNode(!0):t,o=e.parentNode,n=e.nextSibling;s.appendChild(e),n?o.insertBefore(s,n):o.appendChild(s)}))}function Hg(e,t){Mg.element(e)&&!Mg.empty(t)&&Object.entries(t).filter((([,e])=>!Mg.nullOrUndefined(e))).forEach((([t,a])=>e.setAttribute(t,a)))}function Tg(e,t,a){const s=document.createElement(e);return Mg.object(t)&&Hg(s,t),Mg.string(a)&&(s.textContent=a),s}function Bg(e,t,a,s){Mg.element(t)&&t.appendChild(Tg(e,a,s))}function Ag(e){Mg.nodeList(e)||Mg.array(e)?Array.from(e).forEach(Ag):Mg.element(e)&&Mg.element(e.parentNode)&&e.parentNode.removeChild(e)}function Vg(e){if(!Mg.element(e))return;let{length:t}=e.childNodes;for(;t>0;)e.removeChild(e.lastChild),t-=1}function Ng(e,t){return Mg.element(t)&&Mg.element(t.parentNode)&&Mg.element(e)?(t.parentNode.replaceChild(e,t),e):null}function Pg(e,t){if(!Mg.string(e)||Mg.empty(e))return{};const a={},s=Sg({},t);return e.split(",").forEach((e=>{const t=e.trim(),o=t.replace(".",""),n=t.replace(/[[\]]/g,"").split("="),[i]=n,l=n.length>1?n[1].replace(/["']/g,""):"";switch(t.charAt(0)){case".":Mg.string(s.class)?a.class=`${s.class} ${o}`:a.class=o;break;case"#":a.id=t.replace("#","");break;case"[":a[i]=l}})),Sg(s,a)}function Eg(e,t){if(!Mg.element(e))return;let a=t;Mg.boolean(a)||(a=!e.hidden),e.hidden=a}function Ig(e,t,a){if(Mg.nodeList(e))return Array.from(e).map((e=>Ig(e,t,a)));if(Mg.element(e)){let s="toggle";return void 0!==a&&(s=a?"add":"remove"),e.classList[s](t),e.classList.contains(t)}return!1}function Og(e,t){return Mg.element(e)&&e.classList.contains(t)}function Rg(e,t){const{prototype:a}=Element;return(a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.msMatchesSelector||function(){return Array.from(document.querySelectorAll(t)).includes(this)}).call(e,t)}function Dg(e){return this.elements.container.querySelectorAll(e)}function Fg(e){return this.elements.container.querySelector(e)}function qg(e=null,t=!1){Mg.element(e)&&e.focus({preventScroll:!0,focusVisible:t})}const Wg={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Ug={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check(e,t){const a=Ug[e]||"html5"!==t;return{api:a,ui:a&&Ug.rangeInput}},pip:document.pictureInPictureEnabled&&!Tg("video").disablePictureInPicture,airplay:Mg.function(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime(e){if(Mg.empty(e))return!1;const[t]=e.split("/");let a=e;if(!this.isHTML5||t!==this.type)return!1;Object.keys(Wg).includes(a)&&(a+=`; codecs="${Wg[e]}"`);try{return Boolean(a&&this.media.canPlayType(a).replace(/no/,""))}catch{return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:(()=>{const e=document.createElement("input");return e.type="range","range"===e.type})(),touch:"ontouchstart"in document.documentElement,transitions:!1!==zg,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches},Gg=(()=>{let e=!1;try{const t=Object.defineProperty({},"passive",{get:()=>(e=!0,null)});window.addEventListener("test",null,t),window.removeEventListener("test",null,t)}catch{}return e})();function Yg(e,t,a,s=!1,o=!0,n=!1){if(!e||!("addEventListener"in e)||Mg.empty(t)||!Mg.function(a))return;const i=t.split(" ");let l=n;Gg&&(l={passive:o,capture:n}),i.forEach((t=>{this&&this.eventListeners&&s&&this.eventListeners.push({element:e,type:t,callback:a,options:l}),e[s?"addEventListener":"removeEventListener"](t,a,l)}))}function Zg(e,t="",a,s=!0,o=!1){Yg.call(this,e,t,a,!0,s,o)}function Kg(e,t="",a,s=!0,o=!1){Yg.call(this,e,t,a,!1,s,o)}function Qg(e,t="",a,s=!0,o=!1){const n=(...i)=>{Kg(e,t,n,s,o),a.apply(this,i)};Yg.call(this,e,t,n,!0,s,o)}function Xg(e,t="",a=!1,s={}){if(!Mg.element(e)||Mg.empty(t))return;const o=new CustomEvent(t,{bubbles:a,detail:{...s,plyr:this}});e.dispatchEvent(o)}function Jg(){this&&this.eventListeners&&(this.eventListeners.forEach((e=>{const{element:t,type:a,callback:s,options:o}=e;t.removeEventListener(a,s,o)})),this.eventListeners=[])}function eu(){return new Promise((e=>this.ready?setTimeout(e,0):Zg.call(this,this.elements.container,"ready",e))).then((()=>{}))}function tu(e){Mg.promise(e)&&e.then(null,(()=>{}))}function au(e){return Mg.array(e)?e.filter(((t,a)=>e.indexOf(t)===a)):e}function su(e,t){return Mg.array(e)&&e.length?e.reduce(((e,a)=>Math.abs(a-t)<Math.abs(e-t)?a:e)):null}function ou(e){return!(!window||!window.CSS)&&window.CSS.supports(e)}const nu=[[1,1],[4,3],[3,4],[5,4],[4,5],[3,2],[2,3],[16,10],[10,16],[16,9],[9,16],[21,9],[9,21],[32,9],[9,32]].reduce(((e,[t,a])=>({...e,[t/a]:[t,a]})),{});function iu(e){return!!(Mg.array(e)||Mg.string(e)&&e.includes(":"))&&(Mg.array(e)?e:e.split(":")).map(Number).every(Mg.number)}function lu(e){if(!Mg.array(e)||!e.every(Mg.number))return null;const[t,a]=e,s=(e,t)=>0===t?e:s(t,e%t),o=s(t,a);return[t/o,a/o]}function ru(e){const t=e=>iu(e)?e.split(":").map(Number):null;let a=t(e);if(null===a&&(a=t(this.config.ratio)),null===a&&!Mg.empty(this.embed)&&Mg.array(this.embed.ratio)&&({ratio:a}=this.embed),null===a&&this.isHTML5){const{videoWidth:e,videoHeight:t}=this.media;a=[e,t]}return lu(a)}function cu(e){if(!this.isVideo)return{};const{wrapper:t}=this.elements,a=ru.call(this,e);if(!Mg.array(a))return{};const[s,o]=lu(a),n=100/s*o;if(ou(`aspect-ratio: ${s}/${o}`)?t.style.aspectRatio=`${s}/${o}`:t.style.paddingBottom=`${n}%`,this.isVimeo&&!this.config.vimeo.premium&&this.supported.ui){const e=100/this.media.offsetWidth*Number.parseInt(window.getComputedStyle(this.media).paddingBottom,10),a=(e-n)/(e/50);this.fullscreen.active?t.style.paddingBottom=null:this.media.style.transform=`translateY(-${a}%)`}else this.isHTML5&&t.classList.add(this.config.classNames.videoFixedRatio);return{padding:n,ratio:a}}function du(e,t,a=.05){const s=e/t,o=su(Object.keys(nu),s);return Math.abs(o-s)<=a?nu[o]:[e,t]}const hu={getSources(){return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter((e=>{const t=e.getAttribute("type");return!!Mg.empty(t)||Ug.mime.call(this,t)})):[]},getQualityOptions(){return this.config.quality.forced?this.config.quality.options:hu.getSources.call(this).map((e=>Number(e.getAttribute("size")))).filter(Boolean)},setup(){if(!this.isHTML5)return;const e=this;e.options.speed=e.config.speed.options,Mg.empty(this.config.ratio)||cu.call(e),Object.defineProperty(e.media,"quality",{get(){const t=hu.getSources.call(e).find((t=>t.getAttribute("src")===e.source));return t&&Number(t.getAttribute("size"))},set(t){if(e.quality!==t){if(e.config.quality.forced&&Mg.function(e.config.quality.onChange))e.config.quality.onChange(t);else{const a=hu.getSources.call(e).find((e=>Number(e.getAttribute("size"))===t));if(!a)return;const{currentTime:s,paused:o,preload:n,readyState:i,playbackRate:l}=e.media;e.media.src=a.getAttribute("src"),("none"!==n||i)&&(e.once("loadedmetadata",(()=>{e.speed=l,e.currentTime=s,o||tu(e.play())})),e.media.load())}Xg.call(e,e.media,"qualitychange",!1,{quality:t})}}})},cancelRequests(){this.isHTML5&&(Ag(hu.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};var pu={isIE:Boolean(window.document.documentMode),isEdge:/Edge/.test(navigator.userAgent),isWebKit:"WebkitAppearance"in document.documentElement.style&&!/Edge/.test(navigator.userAgent),isIPadOS:"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,isIos:/iPad|iPhone|iPod/i.test(navigator.userAgent)&&navigator.maxTouchPoints>1};function gu(e,...t){return Mg.empty(e)?e:e.toString().replace(/\{(\d+)\}/g,((e,a)=>t[a].toString()))}function uu(e="",t="",a=""){return e.replace(new RegExp(t.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),a.toString())}function mu(e=""){return e.toString().replace(/\w\S*/g,(e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()))}function vu(e){const t=document.createElement("div");return t.appendChild(e),t.innerHTML}const bu={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},fu={get(e="",t={}){if(Mg.empty(e)||Mg.empty(t))return"";let a=Lg(t.i18n,e);if(Mg.empty(a))return Object.keys(bu).includes(e)?bu[e]:"";const s={"{seektime}":t.seekTime,"{title}":t.title};return Object.entries(s).forEach((([e,t])=>{a=uu(a,e,t)})),a}};class wu{constructor(e){Xp(this,"get",(e=>{if(!wu.supported||!this.enabled)return null;const t=window.localStorage.getItem(this.key);if(Mg.empty(t))return null;const a=JSON.parse(t);return Mg.string(e)&&e.length?a[e]:a})),Xp(this,"set",(e=>{if(!wu.supported||!this.enabled)return;if(!Mg.object(e))return;let t=this.get();Mg.empty(t)&&(t={}),Sg(t,e);try{window.localStorage.setItem(this.key,JSON.stringify(t))}catch{}})),this.enabled=e.config.storage.enabled,this.key=e.config.storage.key}static get supported(){try{if(!("localStorage"in window))return!1;const e="___test";return window.localStorage.setItem(e,e),window.localStorage.removeItem(e),!0}catch{return!1}}}function xu(e,t="text",a=!1){return new Promise(((s,o)=>{try{const o=new XMLHttpRequest;if(!("withCredentials"in o))return;a&&(o.withCredentials=!0),o.addEventListener("load",(()=>{if("text"===t)try{s(JSON.parse(o.responseText))}catch{s(o.responseText)}else s(o.response)})),o.addEventListener("error",(()=>{throw new Error(o.status)})),o.open("GET",e,!0),o.responseType=t,o.send()}catch(e){o(e)}}))}function yu(e,t){if(!Mg.string(e))return;const a="cache",s=Mg.string(t);let o=!1;const n=()=>null!==document.getElementById(t),i=(e,t)=>{e.innerHTML=t,s&&n()||document.body.insertAdjacentElement("afterbegin",e)};if(!s||!n()){const n=wu.supported,l=document.createElement("div");if(l.setAttribute("hidden",""),s&&l.setAttribute("id",t),n){const e=window.localStorage.getItem(`${a}-${t}`);if(o=null!==e,o){const t=JSON.parse(e);i(l,t.content)}}xu(e).then((e=>{if(!Mg.empty(e)){if(n)try{window.localStorage.setItem(`${a}-${t}`,JSON.stringify({content:e}))}catch{}i(l,e)}})).catch((()=>{}))}}const ku=e=>Math.trunc(e/60/60%60,10);function Cu(e=0,t=!1,a=!1){if(!Mg.number(e))return Cu(void 0,t,a);const s=e=>`0${e}`.slice(-2);let o=ku(e);const n=(i=e,Math.trunc(i/60%60,10));var i;const l=(e=>Math.trunc(e%60,10))(e);return o=t||o>0?`${o}:`:"",`${a&&e>0?"-":""}${o}${s(n)}:${s(l)}`}const _u={getIconUrl(){const e=new URL(this.config.iconUrl,window.location),t=window.location.host?window.location.host:window.top.location.host,a=e.host!==t||pu.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:a}},findElements(){try{return this.elements.controls=Fg.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:Dg.call(this,this.config.selectors.buttons.play),pause:Fg.call(this,this.config.selectors.buttons.pause),restart:Fg.call(this,this.config.selectors.buttons.restart),rewind:Fg.call(this,this.config.selectors.buttons.rewind),fastForward:Fg.call(this,this.config.selectors.buttons.fastForward),mute:Fg.call(this,this.config.selectors.buttons.mute),pip:Fg.call(this,this.config.selectors.buttons.pip),airplay:Fg.call(this,this.config.selectors.buttons.airplay),settings:Fg.call(this,this.config.selectors.buttons.settings),captions:Fg.call(this,this.config.selectors.buttons.captions),fullscreen:Fg.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=Fg.call(this,this.config.selectors.progress),this.elements.inputs={seek:Fg.call(this,this.config.selectors.inputs.seek),volume:Fg.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:Fg.call(this,this.config.selectors.display.buffer),currentTime:Fg.call(this,this.config.selectors.display.currentTime),duration:Fg.call(this,this.config.selectors.display.duration)},Mg.element(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(`.${this.config.classNames.tooltip}`)),!0}catch(e){return this.debug.warn("It looks like there is a problem with your custom controls HTML",e),this.toggleNativeControls(!0),!1}},createIcon(e,t){const a="http://www.w3.org/2000/svg",s=_u.getIconUrl.call(this),o=`${s.cors?"":s.url}#${this.config.iconPrefix}`,n=document.createElementNS(a,"svg");Hg(n,Sg(t,{"aria-hidden":"true",focusable:"false"}));const i=document.createElementNS(a,"use"),l=`${o}-${e}`;return"href"in i&&i.setAttributeNS("http://www.w3.org/1999/xlink","href",l),i.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",l),n.appendChild(i),n},createLabel(e,t={}){const a=fu.get(e,this.config);return Tg("span",{...t,class:[t.class,this.config.classNames.hidden].filter(Boolean).join(" ")},a)},createBadge(e){if(Mg.empty(e))return null;const t=Tg("span",{class:this.config.classNames.menu.value});return t.appendChild(Tg("span",{class:this.config.classNames.menu.badge},e)),t},createButton(e,t){const a=Sg({},t);let s=function(e=""){let t=e.toString();return t=function(e=""){let t=e.toString();return t=uu(t,"-"," "),t=uu(t,"_"," "),t=mu(t),uu(t," ","")}(t),t.charAt(0).toLowerCase()+t.slice(1)}(e);const o={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach((e=>{Object.keys(a).includes(e)&&(o[e]=a[e],delete a[e])})),"button"!==o.element||Object.keys(a).includes("type")||(a.type="button"),Object.keys(a).includes("class")?a.class.split(" ").includes(this.config.classNames.control)||Sg(a,{class:`${a.class} ${this.config.classNames.control}`}):a.class=this.config.classNames.control,e){case"play":o.toggle=!0,o.label="play",o.labelPressed="pause",o.icon="play",o.iconPressed="pause";break;case"mute":o.toggle=!0,o.label="mute",o.labelPressed="unmute",o.icon="volume",o.iconPressed="muted";break;case"captions":o.toggle=!0,o.label="enableCaptions",o.labelPressed="disableCaptions",o.icon="captions-off",o.iconPressed="captions-on";break;case"fullscreen":o.toggle=!0,o.label="enterFullscreen",o.labelPressed="exitFullscreen",o.icon="enter-fullscreen",o.iconPressed="exit-fullscreen";break;case"play-large":a.class+=` ${this.config.classNames.control}--overlaid`,s="play",o.label="play",o.icon="play";break;default:Mg.empty(o.label)&&(o.label=s),Mg.empty(o.icon)&&(o.icon=e)}const n=Tg(o.element);return o.toggle?(n.appendChild(_u.createIcon.call(this,o.iconPressed,{class:"icon--pressed"})),n.appendChild(_u.createIcon.call(this,o.icon,{class:"icon--not-pressed"})),n.appendChild(_u.createLabel.call(this,o.labelPressed,{class:"label--pressed"})),n.appendChild(_u.createLabel.call(this,o.label,{class:"label--not-pressed"}))):(n.appendChild(_u.createIcon.call(this,o.icon)),n.appendChild(_u.createLabel.call(this,o.label))),Sg(a,Pg(this.config.selectors.buttons[s],a)),Hg(n,a),"play"===s?(Mg.array(this.elements.buttons[s])||(this.elements.buttons[s]=[]),this.elements.buttons[s].push(n)):this.elements.buttons[s]=n,n},createRange(e,t){const a=Tg("input",Sg(Pg(this.config.selectors.inputs[e]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":fu.get(e,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},t));return this.elements.inputs[e]=a,_u.updateRangeFill.call(this,a),mg.setup(a),a},createProgress(e,t){const a=Tg("progress",Sg(Pg(this.config.selectors.display[e]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},t));if("volume"!==e){a.appendChild(Tg("span",null,"0"));const t={played:"played",buffer:"buffered"}[e],s=t?fu.get(t,this.config):"";a.textContent=`% ${s.toLowerCase()}`}return this.elements.display[e]=a,a},createTime(e,t){const a=Pg(this.config.selectors.display[e],t),s=Tg("div",Sg(a,{class:`${a.class?a.class:""} ${this.config.classNames.display.time} `.trim(),"aria-label":fu.get(e,this.config),role:"timer"}),"00:00");return this.elements.display[e]=s,s},bindMenuItemShortcuts(e,t){Zg.call(this,e,"keydown keyup",(a=>{if(![" ","ArrowUp","ArrowDown","ArrowRight"].includes(a.key))return;if(a.preventDefault(),a.stopPropagation(),"keydown"===a.type)return;const s=Rg(e,'[role="menuitemradio"]');if(!s&&[" ","ArrowRight"].includes(a.key))_u.showMenuPanel.call(this,t,!0);else{let t;" "!==a.key&&("ArrowDown"===a.key||s&&"ArrowRight"===a.key?(t=e.nextElementSibling,Mg.element(t)||(t=e.parentNode.firstElementChild)):(t=e.previousElementSibling,Mg.element(t)||(t=e.parentNode.lastElementChild)),qg.call(this,t,!0))}}),!1),Zg.call(this,e,"keyup",(e=>{"Return"===e.key&&_u.focusFirstMenuItem.call(this,null,!0)}))},createMenuItem({value:e,list:t,type:a,title:s,badge:o=null,checked:n=!1}){const i=Pg(this.config.selectors.inputs[a]),l=Tg("button",Sg(i,{type:"button",role:"menuitemradio",class:`${this.config.classNames.control} ${i.class?i.class:""}`.trim(),"aria-checked":n,value:e})),r=Tg("span");r.innerHTML=s,Mg.element(o)&&r.appendChild(o),l.appendChild(r),Object.defineProperty(l,"checked",{enumerable:!0,get:()=>"true"===l.getAttribute("aria-checked"),set(e){e&&Array.from(l.parentNode.children).filter((e=>Rg(e,'[role="menuitemradio"]'))).forEach((e=>e.setAttribute("aria-checked","false"))),l.setAttribute("aria-checked",e?"true":"false")}}),this.listeners.bind(l,"click keyup",(t=>{if(!Mg.keyboardEvent(t)||" "===t.key){switch(t.preventDefault(),t.stopPropagation(),l.checked=!0,a){case"language":this.currentTrack=Number(e);break;case"quality":this.quality=e;break;case"speed":this.speed=Number.parseFloat(e)}_u.showMenuPanel.call(this,"home",Mg.keyboardEvent(t))}}),a,!1),_u.bindMenuItemShortcuts.call(this,l,a),t.appendChild(l)},formatTime(e=0,t=!1){return Mg.number(e)?Cu(e,ku(this.duration)>0,t):e},updateTimeDisplay(e=null,t=0,a=!1){Mg.element(e)&&Mg.number(t)&&(e.textContent=_u.formatTime(t,a))},updateVolume(){this.supported.ui&&(Mg.element(this.elements.inputs.volume)&&_u.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),Mg.element(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||0===this.volume))},setRange(e,t=0){Mg.element(e)&&(e.value=t,_u.updateRangeFill.call(this,e))},updateProgress(e){if(!this.supported.ui||!Mg.event(e))return;let t=0;const a=(e,t)=>{const a=Mg.number(t)?t:0,s=Mg.element(e)?e:this.elements.display.buffer;if(Mg.element(s)){s.value=a;const e=s.getElementsByTagName("span")[0];Mg.element(e)&&(e.childNodes[0].nodeValue=a)}};if(e)switch(e.type){case"timeupdate":case"seeking":case"seeked":s=this.currentTime,o=this.duration,t=0===s||0===o||Number.isNaN(s)||Number.isNaN(o)?0:(s/o*100).toFixed(2),"timeupdate"===e.type&&_u.setRange.call(this,this.elements.inputs.seek,t);break;case"playing":case"progress":a(this.elements.display.buffer,100*this.buffered)}var s,o},updateRangeFill(e){const t=Mg.event(e)?e.target:e;if(Mg.element(t)&&"range"===t.getAttribute("type")){if(Rg(t,this.config.selectors.inputs.seek)){t.setAttribute("aria-valuenow",this.currentTime);const e=_u.formatTime(this.currentTime),a=_u.formatTime(this.duration),s=fu.get("seekLabel",this.config);t.setAttribute("aria-valuetext",s.replace("{currentTime}",e).replace("{duration}",a))}else if(Rg(t,this.config.selectors.inputs.volume)){const e=100*t.value;t.setAttribute("aria-valuenow",e),t.setAttribute("aria-valuetext",`${e.toFixed(1)}%`)}else t.setAttribute("aria-valuenow",t.value);(pu.isWebKit||pu.isIPadOS)&&t.style.setProperty("--value",t.value/t.max*100+"%")}},updateSeekTooltip(e){var t,a;if(!this.config.tooltips.seek||!Mg.element(this.elements.inputs.seek)||!Mg.element(this.elements.display.seekTooltip)||0===this.duration)return;const s=this.elements.display.seekTooltip,o=`${this.config.classNames.tooltip}--visible`,n=e=>Ig(s,o,e);if(this.touch)return void n(!1);let i=0;const l=this.elements.progress.getBoundingClientRect();if(Mg.event(e)){const t=e.pageX-e.clientX;i=100/l.width*(e.pageX-l.left-t)}else{if(!Og(s,o))return;i=Number.parseFloat(s.style.left,10)}i<0?i=0:i>100&&(i=100);const r=this.duration/100*i;s.textContent=_u.formatTime(r);const c=null===(t=this.config.markers)||void 0===t||null===(a=t.points)||void 0===a?void 0:a.find((({time:e})=>e===Math.round(r)));c&&s.insertAdjacentHTML("afterbegin",`${c.label}<br>`),s.style.left=`${i}%`,Mg.event(e)&&["mouseenter","mouseleave"].includes(e.type)&&n("mouseenter"===e.type)},timeUpdate(e){const t=!Mg.element(this.elements.display.duration)&&this.config.invertTime;_u.updateTimeDisplay.call(this,this.elements.display.currentTime,t?this.duration-this.currentTime:this.currentTime,t),e&&"timeupdate"===e.type&&this.media.seeking||_u.updateProgress.call(this,e)},durationUpdate(){if(!this.supported.ui||!this.config.invertTime&&this.currentTime)return;if(this.duration>=2**32)return Eg(this.elements.display.currentTime,!0),void Eg(this.elements.progress,!0);Mg.element(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);const e=Mg.element(this.elements.display.duration);!e&&this.config.displayDuration&&this.paused&&_u.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),e&&_u.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),this.config.markers.enabled&&_u.setMarkers.call(this),_u.updateSeekTooltip.call(this)},toggleMenuButton(e,t){Eg(this.elements.settings.buttons[e],!t)},updateSetting(e,t,a){const s=this.elements.settings.panels[e];let o=null,n=t;if("captions"===e)o=this.currentTrack;else{if(o=Mg.empty(a)?this[e]:a,Mg.empty(o)&&(o=this.config[e].default),!Mg.empty(this.options[e])&&!this.options[e].includes(o))return void this.debug.warn(`Unsupported value of '${o}' for ${e}`);if(!this.config[e].options.includes(o))return void this.debug.warn(`Disabled value of '${o}' for ${e}`)}if(Mg.element(n)||(n=s&&s.querySelector('[role="menu"]')),!Mg.element(n))return;this.elements.settings.buttons[e].querySelector(`.${this.config.classNames.menu.value}`).innerHTML=_u.getLabel.call(this,e,o);const i=n&&n.querySelector(`[value="${o}"]`);Mg.element(i)&&(i.checked=!0)},getLabel(e,t){switch(e){case"speed":return 1===t?fu.get("normal",this.config):`${t}&times;`;case"quality":if(Mg.number(t)){const e=fu.get(`qualityLabel.${t}`,this.config);return e.length?e:`${t}p`}return mu(t);case"captions":return ju.getLabel.call(this);default:return null}},setQualityMenu(e){if(!Mg.element(this.elements.settings.panels.quality))return;const t="quality",a=this.elements.settings.panels.quality.querySelector('[role="menu"]');Mg.array(e)&&(this.options.quality=au(e).filter((e=>this.config.quality.options.includes(e))));const s=!Mg.empty(this.options.quality)&&this.options.quality.length>1;if(_u.toggleMenuButton.call(this,t,s),Vg(a),_u.checkMenu.call(this),!s)return;const o=e=>{const t=fu.get(`qualityBadge.${e}`,this.config);return t.length?_u.createBadge.call(this,t):null};this.options.quality.sort(((e,t)=>{const a=this.config.quality.options;return a.indexOf(e)>a.indexOf(t)?1:-1})).forEach((e=>{_u.createMenuItem.call(this,{value:e,list:a,type:t,title:_u.getLabel.call(this,"quality",e),badge:o(e)})})),_u.updateSetting.call(this,t,a)},setCaptionsMenu(){if(!Mg.element(this.elements.settings.panels.captions))return;const e="captions",t=this.elements.settings.panels.captions.querySelector('[role="menu"]'),a=ju.getTracks.call(this),s=Boolean(a.length);if(_u.toggleMenuButton.call(this,e,s),Vg(t),_u.checkMenu.call(this),!s)return;const o=a.map(((e,a)=>({value:a,checked:this.captions.toggled&&this.currentTrack===a,title:ju.getLabel.call(this,e),badge:e.language&&_u.createBadge.call(this,e.language.toUpperCase()),list:t,type:"language"})));o.unshift({value:-1,checked:!this.captions.toggled,title:fu.get("disabled",this.config),list:t,type:"language"}),o.forEach(_u.createMenuItem.bind(this)),_u.updateSetting.call(this,e,t)},setSpeedMenu(){if(!Mg.element(this.elements.settings.panels.speed))return;const e="speed",t=this.elements.settings.panels.speed.querySelector('[role="menu"]');this.options.speed=this.options.speed.filter((e=>e>=this.minimumSpeed&&e<=this.maximumSpeed));const a=!Mg.empty(this.options.speed)&&this.options.speed.length>1;_u.toggleMenuButton.call(this,e,a),Vg(t),_u.checkMenu.call(this),a&&(this.options.speed.forEach((a=>{_u.createMenuItem.call(this,{value:a,list:t,type:e,title:_u.getLabel.call(this,"speed",a)})})),_u.updateSetting.call(this,e,t))},checkMenu(){const{buttons:e}=this.elements.settings,t=!Mg.empty(e)&&Object.values(e).some((e=>!e.hidden));Eg(this.elements.settings.menu,!t)},focusFirstMenuItem(e,t=!1){if(this.elements.settings.popup.hidden)return;let a=e;Mg.element(a)||(a=Object.values(this.elements.settings.panels).find((e=>!e.hidden)));const s=a.querySelector('[role^="menuitem"]');qg.call(this,s,t)},toggleMenu(e){const{popup:t}=this.elements.settings,a=this.elements.buttons.settings;if(!Mg.element(t)||!Mg.element(a))return;const{hidden:s}=t;let o=s;if(Mg.boolean(e))o=e;else if(Mg.keyboardEvent(e)&&"Escape"===e.key)o=!1;else if(Mg.event(e)){const s=Mg.function(e.composedPath)?e.composedPath()[0]:e.target,n=t.contains(s);if(n||!n&&e.target!==a&&o)return}a.setAttribute("aria-expanded",o),Eg(t,!o),Ig(this.elements.container,this.config.classNames.menu.open,o),o&&Mg.keyboardEvent(e)?_u.focusFirstMenuItem.call(this,null,!0):o||s||qg.call(this,a,Mg.keyboardEvent(e))},getMenuSize(e){const t=e.cloneNode(!0);t.style.position="absolute",t.style.opacity=0,t.removeAttribute("hidden"),e.parentNode.appendChild(t);const a=t.scrollWidth,s=t.scrollHeight;return Ag(t),{width:a,height:s}},showMenuPanel(e="",t=!1){const a=this.elements.container.querySelector(`#plyr-settings-${this.id}-${e}`);if(!Mg.element(a))return;const s=a.parentNode,o=Array.from(s.children).find((e=>!e.hidden));if(Ug.transitions&&!Ug.reducedMotion){s.style.width=`${o.scrollWidth}px`,s.style.height=`${o.scrollHeight}px`;const e=_u.getMenuSize.call(this,a),t=e=>{e.target===s&&["width","height"].includes(e.propertyName)&&(s.style.width="",s.style.height="",Kg.call(this,s,zg,t))};Zg.call(this,s,zg,t),s.style.width=`${e.width}px`,s.style.height=`${e.height}px`}Eg(o,!0),Eg(a,!1),_u.focusFirstMenuItem.call(this,a,t)},setDownloadUrl(){const e=this.elements.buttons.download;Mg.element(e)&&e.setAttribute("href",this.download)},create(e){const{bindMenuItemShortcuts:t,createButton:a,createProgress:s,createRange:o,createTime:n,setQualityMenu:i,setSpeedMenu:l,showMenuPanel:r}=_u;this.elements.controls=null,Mg.array(this.config.controls)&&this.config.controls.includes("play-large")&&this.elements.container.appendChild(a.call(this,"play-large"));const c=Tg("div",Pg(this.config.selectors.controls.wrapper));this.elements.controls=c;const d={class:"plyr__controls__item"};return au(Mg.array(this.config.controls)?this.config.controls:[]).forEach((i=>{if("restart"===i&&c.appendChild(a.call(this,"restart",d)),"rewind"===i&&c.appendChild(a.call(this,"rewind",d)),"play"===i&&c.appendChild(a.call(this,"play",d)),"fast-forward"===i&&c.appendChild(a.call(this,"fast-forward",d)),"progress"===i){const t=Tg("div",{class:`${d.class} plyr__progress__container`}),a=Tg("div",Pg(this.config.selectors.progress));if(a.appendChild(o.call(this,"seek",{id:`plyr-seek-${e.id}`})),a.appendChild(s.call(this,"buffer")),this.config.tooltips.seek){const e=Tg("span",{class:this.config.classNames.tooltip},"00:00");a.appendChild(e),this.elements.display.seekTooltip=e}this.elements.progress=a,t.appendChild(this.elements.progress),c.appendChild(t)}if("current-time"===i&&c.appendChild(n.call(this,"currentTime",d)),"duration"===i&&c.appendChild(n.call(this,"duration",d)),"mute"===i||"volume"===i){let{volume:t}=this.elements;if(Mg.element(t)&&c.contains(t)||(t=Tg("div",Sg({},d,{class:`${d.class} plyr__volume`.trim()})),this.elements.volume=t,c.appendChild(t)),"mute"===i&&t.appendChild(a.call(this,"mute")),"volume"===i&&!pu.isIos&&!pu.isIPadOS){const a={max:1,step:.05,value:this.config.volume};t.appendChild(o.call(this,"volume",Sg(a,{id:`plyr-volume-${e.id}`})))}}if("captions"===i&&c.appendChild(a.call(this,"captions",d)),"settings"===i&&!Mg.empty(this.config.settings)){const s=Tg("div",Sg({},d,{class:`${d.class} plyr__menu`.trim(),hidden:""}));s.appendChild(a.call(this,"settings",{"aria-haspopup":!0,"aria-controls":`plyr-settings-${e.id}`,"aria-expanded":!1}));const o=Tg("div",{class:"plyr__menu__container",id:`plyr-settings-${e.id}`,hidden:""}),n=Tg("div"),i=Tg("div",{id:`plyr-settings-${e.id}-home`}),l=Tg("div",{role:"menu"});i.appendChild(l),n.appendChild(i),this.elements.settings.panels.home=i,this.config.settings.forEach((a=>{const s=Tg("button",Sg(Pg(this.config.selectors.buttons.settings),{type:"button",class:`${this.config.classNames.control} ${this.config.classNames.control}--forward`,role:"menuitem","aria-haspopup":!0,hidden:""}));t.call(this,s,a),Zg.call(this,s,"click",(()=>{r.call(this,a,!1)}));const o=Tg("span",null,fu.get(a,this.config)),i=Tg("span",{class:this.config.classNames.menu.value});i.innerHTML=e[a],o.appendChild(i),s.appendChild(o),l.appendChild(s);const c=Tg("div",{id:`plyr-settings-${e.id}-${a}`,hidden:""}),d=Tg("button",{type:"button",class:`${this.config.classNames.control} ${this.config.classNames.control}--back`});d.appendChild(Tg("span",{"aria-hidden":!0},fu.get(a,this.config))),d.appendChild(Tg("span",{class:this.config.classNames.hidden},fu.get("menuBack",this.config))),Zg.call(this,c,"keydown",(e=>{"ArrowLeft"===e.key&&(e.preventDefault(),e.stopPropagation(),r.call(this,"home",!0))}),!1),Zg.call(this,d,"click",(()=>{r.call(this,"home",!1)})),c.appendChild(d),c.appendChild(Tg("div",{role:"menu"})),n.appendChild(c),this.elements.settings.buttons[a]=s,this.elements.settings.panels[a]=c})),o.appendChild(n),s.appendChild(o),c.appendChild(s),this.elements.settings.popup=o,this.elements.settings.menu=s}if("pip"===i&&Ug.pip&&c.appendChild(a.call(this,"pip",d)),"airplay"===i&&Ug.airplay&&c.appendChild(a.call(this,"airplay",d)),"download"===i){const e=Sg({},d,{element:"a",href:this.download,target:"_blank"});this.isHTML5&&(e.download="");const{download:t}=this.config.urls;!Mg.url(t)&&this.isEmbed&&Sg(e,{icon:`logo-${this.provider}`,label:this.provider}),c.appendChild(a.call(this,"download",e))}"fullscreen"===i&&c.appendChild(a.call(this,"fullscreen",d))})),this.isHTML5&&i.call(this,hu.getQualityOptions.call(this)),l.call(this),c},inject(){if(this.config.loadSprite){const e=_u.getIconUrl.call(this);e.cors&&yu(e.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());let e=null;this.elements.controls=null;const t={id:this.id,seektime:this.config.seekTime,title:this.config.title};let a,s=!0;if(Mg.function(this.config.controls)&&(this.config.controls=this.config.controls.call(this,t)),this.config.controls||(this.config.controls=[]),Mg.element(this.config.controls)||Mg.string(this.config.controls)?e=this.config.controls:(e=_u.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:ju.getLabel.call(this)}),s=!1),s&&Mg.string(this.config.controls)&&(e=(e=>{let a=e;return Object.entries(t).forEach((([e,t])=>{a=uu(a,`{${e}}`,t)})),a})(e)),Mg.string(this.config.selectors.controls.container)&&(a=document.querySelector(this.config.selectors.controls.container)),Mg.element(a)||(a=this.elements.container),a[Mg.element(e)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",e),Mg.element(this.elements.controls)||_u.findElements.call(this),!Mg.empty(this.elements.buttons)){const e=e=>{const t=this.config.classNames.controlPressed;e.setAttribute("aria-pressed","false"),Object.defineProperty(e,"pressed",{configurable:!0,enumerable:!0,get:()=>Og(e,t),set(a=!1){Ig(e,t,a),e.setAttribute("aria-pressed",a?"true":"false")}})};Object.values(this.elements.buttons).filter(Boolean).forEach((t=>{Mg.array(t)||Mg.nodeList(t)?Array.from(t).filter(Boolean).forEach(e):e(t)}))}if(pu.isEdge&&jg(a),this.config.tooltips.controls){const{classNames:e,selectors:t}=this.config,a=`${t.controls.wrapper} ${t.labels} .${e.hidden}`,s=Dg.call(this,a);Array.from(s).forEach((e=>{Ig(e,this.config.classNames.hidden,!1),Ig(e,this.config.classNames.tooltip,!0)}))}},setMediaMetadata(){try{"mediaSession"in navigator&&(navigator.mediaSession.metadata=new window.MediaMetadata({title:this.config.mediaMetadata.title,artist:this.config.mediaMetadata.artist,album:this.config.mediaMetadata.album,artwork:this.config.mediaMetadata.artwork}))}catch{}},setMarkers(){var e,t;if(!this.duration||this.elements.markers)return;const a=null===(e=this.config.markers)||void 0===e||null===(t=e.points)||void 0===t?void 0:t.filter((({time:e})=>e>0&&e<this.duration));if(null==a||!a.length)return;const s=document.createDocumentFragment(),o=document.createDocumentFragment();let n=null;const i=`${this.config.classNames.tooltip}--visible`,l=e=>Ig(n,i,e);a.forEach((e=>{const t=Tg("span",{class:this.config.classNames.marker},""),a=e.time/this.duration*100+"%";n&&(t.addEventListener("mouseenter",(()=>{e.label||(n.style.left=a,n.innerHTML=e.label,l(!0))})),t.addEventListener("mouseleave",(()=>{l(!1)}))),t.addEventListener("click",(()=>{this.currentTime=e.time})),t.style.left=a,o.appendChild(t)})),s.appendChild(o),this.config.tooltips.seek||(n=Tg("span",{class:this.config.classNames.tooltip},""),s.appendChild(n)),this.elements.markers={points:o,tip:n},this.elements.progress.appendChild(s)}};function Mu(e,t=!0){let a=e;if(t){const e=document.createElement("a");e.href=a,a=e.href}try{return new URL(a)}catch{return null}}function zu(e){const t=new URLSearchParams;return Mg.object(e)&&Object.entries(e).forEach((([e,a])=>{t.set(e,a)})),t}const ju={setup(){if(!this.supported.ui)return;if(!this.isVideo||this.isYouTube||this.isHTML5&&!Ug.textTracks)return void(Mg.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&_u.setCaptionsMenu.call(this));var e,t;if(Mg.element(this.elements.captions)||(this.elements.captions=Tg("div",Pg(this.config.selectors.captions)),this.elements.captions.setAttribute("dir","auto"),e=this.elements.captions,t=this.elements.wrapper,Mg.element(e)&&Mg.element(t)&&t.parentNode.insertBefore(e,t.nextSibling)),pu.isIE&&window.URL){const e=this.media.querySelectorAll("track");Array.from(e).forEach((e=>{const t=e.getAttribute("src"),a=Mu(t);null!==a&&a.hostname!==window.location.href.hostname&&["http:","https:"].includes(a.protocol)&&xu(t,"blob").then((t=>{e.setAttribute("src",window.URL.createObjectURL(t))})).catch((()=>{Ag(e)}))}))}const a=au((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map((e=>e.split("-")[0])));let s=(this.storage.get("language")||this.captions.language||this.config.captions.language||"auto").toLowerCase();"auto"===s&&([s]=a);let o=this.storage.get("captions")||this.captions.active;if(Mg.boolean(o)||({active:o}=this.config.captions),Object.assign(this.captions,{toggled:!1,active:o,language:s,languages:a}),this.isHTML5){const e=this.config.captions.update?"addtrack removetrack":"removetrack";Zg.call(this,this.media.textTracks,e,ju.update.bind(this))}setTimeout(ju.update.bind(this),0)},update(){const e=ju.getTracks.call(this,!0),{active:t,language:a,meta:s,currentTrackNode:o}=this.captions,n=Boolean(e.find((e=>e.language===a)));this.isHTML5&&this.isVideo&&e.filter((e=>!s.get(e))).forEach((e=>{this.debug.log("Track added",e),s.set(e,{default:"showing"===e.mode}),"showing"===e.mode&&(e.mode="hidden"),Zg.call(this,e,"cuechange",(()=>ju.updateCues.call(this)))})),(n&&this.language!==a||!e.includes(o))&&(ju.setLanguage.call(this,a),ju.toggle.call(this,t&&n)),this.elements&&Ig(this.elements.container,this.config.classNames.captions.enabled,!Mg.empty(e)),Mg.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&_u.setCaptionsMenu.call(this)},toggle(e,t=!0){if(!this.supported.ui)return;const{toggled:a}=this.captions,s=this.config.classNames.captions.active,o=Mg.nullOrUndefined(e)?!a:e;if(o!==a){if(t||(this.captions.active=o,this.storage.set({captions:o})),!this.language&&o&&!t){const e=ju.getTracks.call(this),t=ju.findTrack.call(this,[this.captions.language,...this.captions.languages],!0);return this.captions.language=t.language,void ju.set.call(this,e.indexOf(t))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=o),Ig(this.elements.container,s,o),this.captions.toggled=o,_u.updateSetting.call(this,"captions"),Xg.call(this,this.media,o?"captionsenabled":"captionsdisabled")}setTimeout((()=>{o&&this.captions.toggled&&(this.captions.currentTrackNode.mode="hidden")}))},set(e,t=!0){const a=ju.getTracks.call(this);if(-1!==e)if(Mg.number(e))if(e in a){if(this.captions.currentTrack!==e){this.captions.currentTrack=e;const s=a[e],{language:o}=s||{};this.captions.currentTrackNode=s,_u.updateSetting.call(this,"captions"),t||(this.captions.language=o,this.storage.set({language:o})),this.isVimeo&&this.embed.enableTextTrack(o,null,!1),Xg.call(this,this.media,"languagechange")}ju.toggle.call(this,!0,t),this.isHTML5&&this.isVideo&&ju.updateCues.call(this)}else this.debug.warn("Track not found",e);else this.debug.warn("Invalid caption argument",e);else ju.toggle.call(this,!1,t)},setLanguage(e,t=!0){if(!Mg.string(e))return void this.debug.warn("Invalid language argument",e);const a=e.toLowerCase();this.captions.language=a;const s=ju.getTracks.call(this),o=ju.findTrack.call(this,[a]);ju.set.call(this,s.indexOf(o),t)},getTracks(e=!1){return Array.from((this.media||{}).textTracks||[]).filter((t=>!this.isHTML5||e||this.captions.meta.has(t))).filter((e=>["captions","subtitles"].includes(e.kind)))},findTrack(e,t=!1){const a=ju.getTracks.call(this),s=e=>Number((this.captions.meta.get(e)||{}).default),o=Array.from(a).sort(((e,t)=>s(t)-s(e)));let n;return e.every((e=>(n=o.find((t=>t.language===e)),!n))),n||(t?o[0]:void 0)},getCurrentTrack(){return ju.getTracks.call(this)[this.currentTrack]},getLabel(e){let t=e;return!Mg.track(t)&&Ug.textTracks&&this.captions.toggled&&(t=ju.getCurrentTrack.call(this)),Mg.track(t)?Mg.empty(t.label)?Mg.empty(t.language)?fu.get("enabled",this.config):e.language.toUpperCase():t.label:fu.get("disabled",this.config)},updateCues(e){if(!this.supported.ui)return;if(!Mg.element(this.elements.captions))return void this.debug.warn("No captions element to render to");if(!Mg.nullOrUndefined(e)&&!Array.isArray(e))return void this.debug.warn("updateCues: Invalid input",e);let t=e;if(!t){const e=ju.getCurrentTrack.call(this);t=Array.from((e||{}).activeCues||[]).map((e=>e.getCueAsHTML())).map(vu)}const a=t.map((e=>e.trim())).join("\n");if(a!==this.elements.captions.innerHTML){Vg(this.elements.captions);const e=Tg("span",Pg(this.config.selectors.caption));e.innerHTML=a,this.elements.captions.appendChild(e),Xg.call(this,this.media,"cuechange")}}},Lu={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.8.4/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240],forced:!1,onChange:null},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2,4]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",pip:"PIP",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/oembed.json?url={0}"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",marker:"plyr__progress__marker",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id",hash:"data-plyr-embed-hash"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:"",withCredentials:!1},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1,customControls:!0,referrerPolicy:null,premium:!1},youtube:{rel:0,showinfo:0,iv_load_policy:3,modestbranding:1,customControls:!0,noCookie:!1},mediaMetadata:{title:"",artist:"",album:"",artwork:[]},markers:{enabled:!1,points:[]}},Su="picture-in-picture",$u={html5:"html5",youtube:"youtube",vimeo:"vimeo"},Hu="video";function Tu(){}class Bu{constructor(e=!1){this.enabled=window.console&&e,this.enabled&&this.log("Debugging enabled")}get log(){return this.enabled?Function.prototype.bind.call(console.log,console):Tu}get warn(){return this.enabled?Function.prototype.bind.call(console.warn,console):Tu}get error(){return this.enabled?Function.prototype.bind.call(console.error,console):Tu}}class Au{constructor(e){Xp(this,"onChange",(()=>{if(!this.supported)return;const e=this.player.elements.buttons.fullscreen;Mg.element(e)&&(e.pressed=this.active);const t=this.target===this.player.media?this.target:this.player.elements.container;Xg.call(this.player,t,this.active?"enterfullscreen":"exitfullscreen",!0)})),Xp(this,"toggleFallback",((e=!1)=>{var t,a;if(e?this.scrollPosition={x:null!==(t=window.scrollX)&&void 0!==t?t:0,y:null!==(a=window.scrollY)&&void 0!==a?a:0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=e?"hidden":"",Ig(this.target,this.player.config.classNames.fullscreen.fallback,e),pu.isIos){let t=document.head.querySelector('meta[name="viewport"]');const a="viewport-fit=cover";t||(t=document.createElement("meta"),t.setAttribute("name","viewport"));const s=Mg.string(t.content)&&t.content.includes(a);e?(this.cleanupViewport=!s,s||(t.content+=`,${a}`)):this.cleanupViewport&&(t.content=t.content.split(",").filter((e=>e.trim()!==a)).join(","))}this.onChange()})),Xp(this,"trapFocus",(e=>{if(pu.isIos||pu.isIPadOS||!this.active||"Tab"!==e.key)return;const t=document.activeElement,a=Dg.call(this.player,"a[href], button:not(:disabled), input:not(:disabled), [tabindex]"),[s]=a,o=a[a.length-1];t!==o||e.shiftKey?t===s&&e.shiftKey&&(o.focus(),e.preventDefault()):(s.focus(),e.preventDefault())})),Xp(this,"update",(()=>{if(this.supported){let e;e=this.forceFallback?"Fallback (forced)":Au.nativeSupported?"Native":"Fallback",this.player.debug.log(`${e} fullscreen enabled`)}else this.player.debug.log("Fullscreen not supported and fallback disabled");Ig(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.supported)})),Xp(this,"enter",(()=>{this.supported&&(pu.isIos&&this.player.config.fullscreen.iosNative?this.player.isVimeo?this.player.embed.requestFullscreen():this.target.webkitEnterFullscreen():!Au.nativeSupported||this.forceFallback?this.toggleFallback(!0):this.prefix?Mg.empty(this.prefix)||this.target[`${this.prefix}Request${this.property}`]():this.target.requestFullscreen({navigationUI:"hide"}))})),Xp(this,"exit",(()=>{if(this.supported)if(pu.isIos&&this.player.config.fullscreen.iosNative)this.player.isVimeo?this.player.embed.exitFullscreen():this.target.webkitEnterFullscreen(),tu(this.player.play());else if(!Au.nativeSupported||this.forceFallback)this.toggleFallback(!1);else if(this.prefix){if(!Mg.empty(this.prefix)){const e="moz"===this.prefix?"Cancel":"Exit";document[`${this.prefix}${e}${this.property}`]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)})),Xp(this,"toggle",(()=>{this.active?this.exit():this.enter()})),this.player=e,this.prefix=Au.prefix,this.property=Au.property,this.scrollPosition={x:0,y:0},this.forceFallback="force"===e.config.fullscreen.fallback,this.player.elements.fullscreen=e.config.fullscreen.container&&function(e,t){const{prototype:a}=Element;return(a.closest||function(){let e=this;do{if(Rg.matches(e,t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}).call(e,t)}(this.player.elements.container,e.config.fullscreen.container),Zg.call(this.player,document,"ms"===this.prefix?"MSFullscreenChange":`${this.prefix}fullscreenchange`,(()=>{this.onChange()})),Zg.call(this.player,this.player.elements.container,"dblclick",(e=>{Mg.element(this.player.elements.controls)&&this.player.elements.controls.contains(e.target)||this.player.listeners.proxy(e,this.toggle,"fullscreen")})),Zg.call(this,this.player.elements.container,"keydown",(e=>this.trapFocus(e))),this.update()}static get nativeSupported(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}get useNative(){return Au.nativeSupported&&!this.forceFallback}static get prefix(){if(Mg.function(document.exitFullscreen))return"";let e="";return["webkit","moz","ms"].some((t=>!(!Mg.function(document[`${t}ExitFullscreen`])&&!Mg.function(document[`${t}CancelFullScreen`])||(e=t,0)))),e}static get property(){return"moz"===this.prefix?"FullScreen":"Fullscreen"}get supported(){return[this.player.config.fullscreen.enabled,this.player.isVideo,Au.nativeSupported||this.player.config.fullscreen.fallback,!this.player.isYouTube||Au.nativeSupported||!pu.isIos||this.player.config.playsinline&&!this.player.config.fullscreen.iosNative].every(Boolean)}get active(){if(!this.supported)return!1;if(!Au.nativeSupported||this.forceFallback)return Og(this.target,this.player.config.classNames.fullscreen.fallback);const e=this.prefix?this.target.getRootNode()[`${this.prefix}${this.property}Element`]:this.target.getRootNode().fullscreenElement;return e&&e.shadowRoot?e===this.target.getRootNode().host:e===this.target}get target(){var e;return pu.isIos&&this.player.config.fullscreen.iosNative?this.player.media:null!==(e=this.player.elements.fullscreen)&&void 0!==e?e:this.player.elements.container}}function Vu(e,t=1){return new Promise(((a,s)=>{const o=new Image,n=()=>{delete o.onload,delete o.onerror,(o.naturalWidth>=t?a:s)(o)};Object.assign(o,{onload:n,onerror:n,src:e})}))}const Nu={addStyleHook(){Ig(this.elements.container,this.config.selectors.container.replace(".",""),!0),Ig(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls(e=!1){e&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build(){if(this.listeners.media(),!this.supported.ui)return this.debug.warn(`Basic support only for ${this.provider} ${this.type}`),void Nu.toggleNativeControls.call(this,!0);Mg.element(this.elements.controls)||(_u.inject.call(this),this.listeners.controls()),Nu.toggleNativeControls.call(this),this.isHTML5&&ju.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,_u.updateVolume.call(this),_u.timeUpdate.call(this),_u.durationUpdate.call(this),Nu.checkPlaying.call(this),Ig(this.elements.container,this.config.classNames.pip.supported,Ug.pip&&this.isHTML5&&this.isVideo),Ig(this.elements.container,this.config.classNames.airplay.supported,Ug.airplay&&this.isHTML5),Ig(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout((()=>{Xg.call(this,this.media,"ready")}),0),Nu.setTitle.call(this),this.poster&&Nu.setPoster.call(this,this.poster,!1).catch((()=>{})),this.config.duration&&_u.durationUpdate.call(this),this.config.mediaMetadata&&_u.setMediaMetadata.call(this)},setTitle(){let e=fu.get("play",this.config);if(Mg.string(this.config.title)&&!Mg.empty(this.config.title)&&(e+=`, ${this.config.title}`),Array.from(this.elements.buttons.play||[]).forEach((t=>{t.setAttribute("aria-label",e)})),this.isEmbed){const e=Fg.call(this,"iframe");if(!Mg.element(e))return;const t=Mg.empty(this.config.title)?"video":this.config.title,a=fu.get("frameTitle",this.config);e.setAttribute("title",a.replace("{title}",t))}},togglePoster(e){Ig(this.elements.container,this.config.classNames.posterEnabled,e)},setPoster(e,t=!0){return t&&this.poster?Promise.reject(new Error("Poster already set")):(this.media.setAttribute("data-poster",e),this.elements.poster.removeAttribute("hidden"),eu.call(this).then((()=>Vu(e))).catch((t=>{throw e===this.poster&&Nu.togglePoster.call(this,!1),t})).then((()=>{if(e!==this.poster)throw new Error("setPoster cancelled by later call to setPoster")})).then((()=>(Object.assign(this.elements.poster.style,{backgroundImage:`url('${e}')`,backgroundSize:""}),Nu.togglePoster.call(this,!0),e))))},checkPlaying(e){Ig(this.elements.container,this.config.classNames.playing,this.playing),Ig(this.elements.container,this.config.classNames.paused,this.paused),Ig(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach((e=>{Object.assign(e,{pressed:this.playing}),e.setAttribute("aria-label",fu.get(this.playing?"pause":"play",this.config))})),Mg.event(e)&&"timeupdate"===e.type||Nu.toggleControls.call(this)},checkLoading(e){this.loading=["stalled","waiting"].includes(e.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout((()=>{Ig(this.elements.container,this.config.classNames.loading,this.loading),Nu.toggleControls.call(this)}),this.loading?250:0)},toggleControls(e){const{controls:t}=this.elements;if(t&&this.config.hideControls){const a=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(Boolean(e||this.loading||this.paused||t.pressed||t.hover||a))}},migrateStyles(){Object.values({...this.media.style}).filter((e=>!Mg.empty(e)&&Mg.string(e)&&e.startsWith("--plyr"))).forEach((e=>{this.elements.container.style.setProperty(e,this.media.style.getPropertyValue(e)),this.media.style.removeProperty(e)})),Mg.empty(this.media.style)&&this.media.removeAttribute("style")}};class Pu{constructor(e){Xp(this,"firstTouch",(()=>{const{player:e}=this,{elements:t}=e;e.touch=!0,Ig(t.container,e.config.classNames.isTouch,!0)})),Xp(this,"global",((e=!0)=>{const{player:t}=this;t.config.keyboard.global&&Yg.call(t,window,"keydown keyup",this.handleKey,e,!1),Yg.call(t,document.body,"click",this.toggleMenu,e),Qg.call(t,document.body,"touchstart",this.firstTouch)})),Xp(this,"container",(()=>{const{player:e}=this,{config:t,elements:a,timers:s}=e;!t.keyboard.global&&t.keyboard.focused&&Zg.call(e,a.container,"keydown keyup",this.handleKey,!1),Zg.call(e,a.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",(t=>{const{controls:o}=a;o&&"enterfullscreen"===t.type&&(o.pressed=!1,o.hover=!1);let n=0;["touchstart","touchmove","mousemove"].includes(t.type)&&(Nu.toggleControls.call(e,!0),n=e.touch?3e3:2e3),clearTimeout(s.controls),s.controls=setTimeout((()=>Nu.toggleControls.call(e,!1)),n)}));const o=()=>{if(!e.isVimeo||e.config.vimeo.premium)return;const t=a.wrapper,{active:s}=e.fullscreen,[o,n]=ru.call(e),i=ou(`aspect-ratio: ${o} / ${n}`);if(!s)return void(i?(t.style.width=null,t.style.height=null):(t.style.maxWidth=null,t.style.margin=null));const[l,r]=[Math.max(document.documentElement.clientWidth||0,window.innerWidth||0),Math.max(document.documentElement.clientHeight||0,window.innerHeight||0)],c=l/r>o/n;i?(t.style.width=c?"auto":"100%",t.style.height=c?"100%":"auto"):(t.style.maxWidth=c?r/n*o+"px":null,t.style.margin=c?"0 auto":null)},n=()=>{clearTimeout(s.resized),s.resized=setTimeout(o,50)};Zg.call(e,a.container,"enterfullscreen exitfullscreen",(t=>{const{target:s}=e.fullscreen;s===a.container&&(!e.isEmbed&&Mg.empty(e.config.ratio)||(o(),("enterfullscreen"===t.type?Zg:Kg).call(e,window,"resize",n)))}))})),Xp(this,"media",(()=>{const{player:e}=this,{elements:t}=e;if(Zg.call(e,e.media,"timeupdate seeking seeked",(t=>_u.timeUpdate.call(e,t))),Zg.call(e,e.media,"durationchange loadeddata loadedmetadata",(t=>_u.durationUpdate.call(e,t))),Zg.call(e,e.media,"ended",(()=>{e.isHTML5&&e.isVideo&&e.config.resetOnEnd&&(e.restart(),e.pause())})),Zg.call(e,e.media,"progress playing seeking seeked",(t=>_u.updateProgress.call(e,t))),Zg.call(e,e.media,"volumechange",(t=>_u.updateVolume.call(e,t))),Zg.call(e,e.media,"playing play pause ended emptied timeupdate",(t=>Nu.checkPlaying.call(e,t))),Zg.call(e,e.media,"waiting canplay seeked playing",(t=>Nu.checkLoading.call(e,t))),e.supported.ui&&e.config.clickToPlay&&!e.isAudio){const a=Fg.call(e,`.${e.config.classNames.video}`);if(!Mg.element(a))return;Zg.call(e,t.container,"click",(s=>{([t.container,a].includes(s.target)||a.contains(s.target))&&(e.touch&&e.config.hideControls||(e.ended?(this.proxy(s,e.restart,"restart"),this.proxy(s,(()=>{tu(e.play())}),"play")):this.proxy(s,(()=>{tu(e.togglePlay())}),"play")))}))}e.supported.ui&&e.config.disableContextMenu&&Zg.call(e,t.wrapper,"contextmenu",(e=>{e.preventDefault()}),!1),Zg.call(e,e.media,"volumechange",(()=>{e.storage.set({volume:e.volume,muted:e.muted})})),Zg.call(e,e.media,"ratechange",(()=>{_u.updateSetting.call(e,"speed"),e.storage.set({speed:e.speed})})),Zg.call(e,e.media,"qualitychange",(t=>{_u.updateSetting.call(e,"quality",null,t.detail.quality)})),Zg.call(e,e.media,"ready qualitychange",(()=>{_u.setDownloadUrl.call(e)}));const a=e.config.events.concat(["keyup","keydown"]).join(" ");Zg.call(e,e.media,a,(a=>{let{detail:s={}}=a;"error"===a.type&&(s=e.media.error),Xg.call(e,t.container,a.type,!0,s)}))})),Xp(this,"proxy",((e,t,a)=>{const{player:s}=this,o=s.config.listeners[a];let n=!0;Mg.function(o)&&(n=o.call(s,e)),!1!==n&&Mg.function(t)&&t.call(s,e)})),Xp(this,"bind",((e,t,a,s,o=!0)=>{const{player:n}=this,i=n.config.listeners[s],l=Mg.function(i);Zg.call(n,e,t,(e=>this.proxy(e,a,s)),o&&!l)})),Xp(this,"controls",(()=>{const{player:e}=this,{elements:t}=e,a=pu.isIE?"change":"input";if(t.buttons.play&&Array.from(t.buttons.play).forEach((t=>{this.bind(t,"click",(()=>{tu(e.togglePlay())}),"play")})),this.bind(t.buttons.restart,"click",e.restart,"restart"),this.bind(t.buttons.rewind,"click",(()=>{e.lastSeekTime=Date.now(),e.rewind()}),"rewind"),this.bind(t.buttons.fastForward,"click",(()=>{e.lastSeekTime=Date.now(),e.forward()}),"fastForward"),this.bind(t.buttons.mute,"click",(()=>{e.muted=!e.muted}),"mute"),this.bind(t.buttons.captions,"click",(()=>e.toggleCaptions())),this.bind(t.buttons.download,"click",(()=>{Xg.call(e,e.media,"download")}),"download"),this.bind(t.buttons.fullscreen,"click",(()=>{e.fullscreen.toggle()}),"fullscreen"),this.bind(t.buttons.pip,"click",(()=>{e.pip="toggle"}),"pip"),this.bind(t.buttons.airplay,"click",e.airplay,"airplay"),this.bind(t.buttons.settings,"click",(t=>{t.stopPropagation(),t.preventDefault(),_u.toggleMenu.call(e,t)}),null,!1),this.bind(t.buttons.settings,"keyup",(t=>{[" ","Enter"].includes(t.key)&&("Enter"!==t.key?(t.preventDefault(),t.stopPropagation(),_u.toggleMenu.call(e,t)):_u.focusFirstMenuItem.call(e,null,!0))}),null,!1),this.bind(t.settings.menu,"keydown",(t=>{"Escape"===t.key&&_u.toggleMenu.call(e,t)})),this.bind(t.inputs.seek,"mousedown mousemove",(e=>{const a=t.progress.getBoundingClientRect(),s=e.pageX-e.clientX,o=100/a.width*(e.pageX-a.left-s);e.currentTarget.setAttribute("seek-value",o)})),this.bind(t.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",(t=>{const a=t.currentTarget,s="play-on-seeked";if(Mg.keyboardEvent(t)&&!["ArrowLeft","ArrowRight"].includes(t.key))return;e.lastSeekTime=Date.now();const o=a.hasAttribute(s),n=["mouseup","touchend","keyup"].includes(t.type);o&&n?(a.removeAttribute(s),tu(e.play())):!n&&e.playing&&(a.setAttribute(s,""),e.pause())})),pu.isIos){const t=Dg.call(e,'input[type="range"]');Array.from(t).forEach((e=>this.bind(e,a,(e=>jg(e.target)))))}this.bind(t.inputs.seek,a,(t=>{const a=t.currentTarget;let s=a.getAttribute("seek-value");Mg.empty(s)&&(s=a.value),a.removeAttribute("seek-value"),e.currentTime=s/a.max*e.duration}),"seek"),this.bind(t.progress,"mouseenter mouseleave mousemove",(t=>_u.updateSeekTooltip.call(e,t))),this.bind(t.progress,"mousemove touchmove",(t=>{const{previewThumbnails:a}=e;a&&a.loaded&&a.startMove(t)})),this.bind(t.progress,"mouseleave touchend click",(()=>{const{previewThumbnails:t}=e;t&&t.loaded&&t.endMove(!1,!0)})),this.bind(t.progress,"mousedown touchstart",(t=>{const{previewThumbnails:a}=e;a&&a.loaded&&a.startScrubbing(t)})),this.bind(t.progress,"mouseup touchend",(t=>{const{previewThumbnails:a}=e;a&&a.loaded&&a.endScrubbing(t)})),pu.isWebKit&&Array.from(Dg.call(e,'input[type="range"]')).forEach((t=>{this.bind(t,"input",(t=>_u.updateRangeFill.call(e,t.target)))})),e.config.toggleInvert&&!Mg.element(t.display.duration)&&this.bind(t.display.currentTime,"click",(()=>{0!==e.currentTime&&(e.config.invertTime=!e.config.invertTime,_u.timeUpdate.call(e))})),this.bind(t.inputs.volume,a,(t=>{e.volume=t.target.value}),"volume"),this.bind(t.controls,"mouseenter mouseleave",(a=>{t.controls.hover=!e.touch&&"mouseenter"===a.type})),t.fullscreen&&Array.from(t.fullscreen.children).filter((e=>!e.contains(t.container))).forEach((a=>{this.bind(a,"mouseenter mouseleave",(a=>{t.controls&&(t.controls.hover=!e.touch&&"mouseenter"===a.type)}))})),this.bind(t.controls,"mousedown mouseup touchstart touchend touchcancel",(e=>{t.controls.pressed=["mousedown","touchstart"].includes(e.type)})),this.bind(t.controls,"focusin",(()=>{const{config:a,timers:s}=e;Ig(t.controls,a.classNames.noTransition,!0),Nu.toggleControls.call(e,!0),setTimeout((()=>{Ig(t.controls,a.classNames.noTransition,!1)}),0);const o=this.touch?3e3:4e3;clearTimeout(s.controls),s.controls=setTimeout((()=>Nu.toggleControls.call(e,!1)),o)})),this.bind(t.inputs.volume,"wheel",(t=>{const a=t.webkitDirectionInvertedFromDevice,[s,o]=[t.deltaX,-t.deltaY].map((e=>a?-e:e)),n=Math.sign(Math.abs(s)>Math.abs(o)?s:o);e.increaseVolume(n/50);const{volume:i}=e.media;(1===n&&i<1||-1===n&&i>0)&&t.preventDefault()}),"volume",!1)})),this.player=e,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.firstTouch=this.firstTouch.bind(this)}handleKey(e){const{player:t}=this,{elements:a}=t,{key:s,type:o,altKey:n,ctrlKey:i,metaKey:l,shiftKey:r}=e,c="keydown"===o,d=c&&s===this.lastKey;var h;if(!(n||i||l||r)&&s)if(c){const o=document.activeElement;if(Mg.element(o)){const{editable:s}=t.config.selectors,{seek:n}=a.inputs;if(o!==n&&Rg(o,s))return;if(" "===e.key&&Rg(o,'button, [role^="menuitem"]'))return}switch([" ","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","0","1","2","3","4","5","6","7","8","9","c","f","k","l","m"].includes(s)&&(e.preventDefault(),e.stopPropagation()),s){case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":d||(h=Number.parseInt(s,10),t.currentTime=t.duration/10*h);break;case" ":case"k":d||tu(t.togglePlay());break;case"ArrowUp":t.increaseVolume(.1);break;case"ArrowDown":t.decreaseVolume(.1);break;case"m":d||(t.muted=!t.muted);break;case"ArrowRight":t.forward();break;case"ArrowLeft":t.rewind();break;case"f":t.fullscreen.toggle();break;case"c":d||t.toggleCaptions();break;case"l":t.loop=!t.loop}"Escape"===s&&!t.fullscreen.usingNative&&t.fullscreen.active&&t.fullscreen.toggle(),this.lastKey=s}else this.lastKey=null}toggleMenu(e){_u.toggleMenu.call(this.player,e)}}function Eu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Iu,Ou={exports:{}},Ru=(Iu||(Iu=1,Ou.exports=function(){var e=function(){},t={},a={},s={};function o(e,t){if(e){var o=s[e];if(a[e]=t,o)for(;o.length;)o[0](e,t),o.splice(0,1)}}function n(t,a){t.call&&(t={success:t}),a.length?(t.error||e)(a):(t.success||e)(t)}function i(t,a,s,o){var n,l,r,c=document,d=s.async,h=(s.numRetries||0)+1,p=s.before||e,g=t.replace(/[\?|#].*$/,""),u=t.replace(/^(css|img|module|nomodule)!/,"");if(o=o||0,/(^css!|\.css$)/.test(g))(r=c.createElement("link")).rel="stylesheet",r.href=u,(n="hideFocus"in r)&&r.relList&&(n=0,r.rel="preload",r.as="style");else if(/(^img!|\.(png|gif|jpg|svg|webp)$)/.test(g))(r=c.createElement("img")).src=u;else if((r=c.createElement("script")).src=u,r.async=void 0===d||d,l="noModule"in r,/^module!/.test(g)){if(!l)return a(t,"l");r.type="module"}else if(/^nomodule!/.test(g)&&l)return a(t,"l");r.onload=r.onerror=r.onbeforeload=function(e){var l=e.type[0];if(n)try{r.sheet.cssText.length||(l="e")}catch(e){18!=e.code&&(l="e")}if("e"==l){if((o+=1)<h)return i(t,a,s,o)}else if("preload"==r.rel&&"style"==r.as)return r.rel="stylesheet";a(t,l,e.defaultPrevented)},!1!==p(t,r)&&c.head.appendChild(r)}function l(e,a,s){var l,r;if(a&&a.trim&&(l=a),r=(l?s:a)||{},l){if(l in t)throw"LoadJS";t[l]=!0}function c(t,a){!function(e,t,a){var s,o,n=(e=e.push?e:[e]).length,l=n,r=[];for(s=function(e,a,s){if("e"==a&&r.push(e),"b"==a){if(!s)return;r.push(e)}--n||t(r)},o=0;o<l;o++)i(e[o],s,a)}(e,(function(e){n(r,e),t&&n({success:t,error:a},e),o(l,e)}),r)}if(r.returnPromise)return new Promise(c);c()}return l.ready=function(e,t){return function(e,t){e=e.push?e:[e];var o,n,i,l=[],r=e.length,c=r;for(o=function(e,a){a.length&&l.push(e),--c||t(l)};r--;)n=e[r],(i=a[n])?o(n,i):(s[n]=s[n]||[]).push(o)}(e,(function(e){n(t,e)})),l},l.done=function(e){o(e,[])},l.reset=function(){t={},a={},s={}},l.isDefined=function(e){return e in t},l}()),Ou.exports),Du=Eu(Ru);function Fu(e){return new Promise(((t,a)=>{Du(e,{success:t,error:a})}))}function qu(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,Xg.call(this,this.media,e?"play":"pause"))}const Wu={setup(){const e=this;Ig(e.elements.wrapper,e.config.classNames.embed,!0),e.options.speed=e.config.speed.options,cu.call(e),Mg.object(window.Vimeo)?Wu.ready.call(e):Fu(e.config.urls.vimeo.sdk).then((()=>{Wu.ready.call(e)})).catch((t=>{e.debug.warn("Vimeo SDK (player.js) failed to load",t)}))},ready(){const e=this,t=e.config.vimeo,{premium:a,referrerPolicy:s,...o}=t;let n=e.media.getAttribute("src"),i="";Mg.empty(n)?(n=e.media.getAttribute(e.config.attributes.embed.id),i=e.media.getAttribute(e.config.attributes.embed.hash)):i=function(e){const t=e.match(/^.*(vimeo.com\/|video\/)(\d+)(\?.*h=|\/)+([\d,a-f]+)/);return t&&5===t.length?t[4]:null}(n);const l=i?{h:i}:{};a&&Object.assign(o,{controls:!1,sidedock:!1});const r=zu({loop:e.config.loop.active,autoplay:e.autoplay,muted:e.muted,gesture:"media",playsinline:e.config.playsinline,...l,...o}),c=function(e){if(Mg.empty(e))return null;if(Mg.number(Number(e)))return e;const t=e.match(/^.*(vimeo.com\/|video\/)(\d+).*/);return t?t[2]:e}(n),d=Tg("iframe"),h=gu(e.config.urls.vimeo.iframe,c,r);if(d.setAttribute("src",h),d.setAttribute("allowfullscreen",""),d.setAttribute("allow",["autoplay","fullscreen","picture-in-picture","encrypted-media","accelerometer","gyroscope"].join("; ")),Mg.empty(s)||d.setAttribute("referrerPolicy",s),a||!t.customControls)d.setAttribute("data-poster",e.poster),e.media=Ng(d,e.media);else{const t=Tg("div",{class:e.config.classNames.embedContainer,"data-poster":e.poster});t.appendChild(d),e.media=Ng(t,e.media)}t.customControls||xu(gu(e.config.urls.vimeo.api,h)).then((t=>{!Mg.empty(t)&&t.thumbnail_url&&Nu.setPoster.call(e,t.thumbnail_url).catch((()=>{}))})),e.embed=new window.Vimeo.Player(d,{autopause:e.config.autopause,muted:e.muted}),e.media.paused=!0,e.media.currentTime=0,e.supported.ui&&e.embed.disableTextTrack(),e.media.play=()=>(qu.call(e,!0),e.embed.play()),e.media.pause=()=>(qu.call(e,!1),e.embed.pause()),e.media.stop=()=>{e.pause(),e.currentTime=0};let{currentTime:p}=e.media;Object.defineProperty(e.media,"currentTime",{get:()=>p,set(t){const{embed:a,media:s,paused:o,volume:n}=e,i=o&&!a.hasPlayed;s.seeking=!0,Xg.call(e,s,"seeking"),Promise.resolve(i&&a.setVolume(0)).then((()=>a.setCurrentTime(t))).then((()=>i&&a.pause())).then((()=>i&&a.setVolume(n))).catch((()=>{}))}});let g=e.config.speed.selected;Object.defineProperty(e.media,"playbackRate",{get:()=>g,set(t){e.embed.setPlaybackRate(t).then((()=>{g=t,Xg.call(e,e.media,"ratechange")})).catch((()=>{e.options.speed=[1]}))}});let{volume:u}=e.config;Object.defineProperty(e.media,"volume",{get:()=>u,set(t){e.embed.setVolume(t).then((()=>{u=t,Xg.call(e,e.media,"volumechange")}))}});let{muted:m}=e.config;Object.defineProperty(e.media,"muted",{get:()=>m,set(t){const a=!!Mg.boolean(t)&&t;e.embed.setMuted(!!a||e.config.muted).then((()=>{m=a,Xg.call(e,e.media,"volumechange")}))}});let v,{loop:b}=e.config;Object.defineProperty(e.media,"loop",{get:()=>b,set(t){const a=Mg.boolean(t)?t:e.config.loop.active;e.embed.setLoop(a).then((()=>{b=a}))}}),e.embed.getVideoUrl().then((t=>{v=t,_u.setDownloadUrl.call(e)})).catch((e=>{this.debug.warn(e)})),Object.defineProperty(e.media,"currentSrc",{get:()=>v}),Object.defineProperty(e.media,"ended",{get:()=>e.currentTime===e.duration}),Promise.all([e.embed.getVideoWidth(),e.embed.getVideoHeight()]).then((t=>{const[a,s]=t;e.embed.ratio=du(a,s),cu.call(this)})),e.embed.setAutopause(e.config.autopause).then((t=>{e.config.autopause=t})),e.embed.getVideoTitle().then((t=>{e.config.title=t,Nu.setTitle.call(this)})),e.embed.getCurrentTime().then((t=>{p=t,Xg.call(e,e.media,"timeupdate")})),e.embed.getDuration().then((t=>{e.media.duration=t,Xg.call(e,e.media,"durationchange")})),e.embed.getTextTracks().then((t=>{e.media.textTracks=t,ju.setup.call(e)})),e.embed.on("cuechange",(({cues:t=[]})=>{const a=t.map((e=>function(e){const t=document.createDocumentFragment(),a=document.createElement("div");return t.appendChild(a),a.innerHTML=e,t.firstChild.textContent}(e.text)));ju.updateCues.call(e,a)})),e.embed.on("loaded",(()=>{e.embed.getPaused().then((t=>{qu.call(e,!t),t||Xg.call(e,e.media,"playing")})),Mg.element(e.embed.element)&&e.supported.ui&&e.embed.element.setAttribute("tabindex",-1)})),e.embed.on("bufferstart",(()=>{Xg.call(e,e.media,"waiting")})),e.embed.on("bufferend",(()=>{Xg.call(e,e.media,"playing")})),e.embed.on("play",(()=>{qu.call(e,!0),Xg.call(e,e.media,"playing")})),e.embed.on("pause",(()=>{qu.call(e,!1)})),e.embed.on("timeupdate",(t=>{e.media.seeking=!1,p=t.seconds,Xg.call(e,e.media,"timeupdate")})),e.embed.on("progress",(t=>{e.media.buffered=t.percent,Xg.call(e,e.media,"progress"),1===Number.parseInt(t.percent,10)&&Xg.call(e,e.media,"canplaythrough"),e.embed.getDuration().then((t=>{t!==e.media.duration&&(e.media.duration=t,Xg.call(e,e.media,"durationchange"))}))})),e.embed.on("seeked",(()=>{e.media.seeking=!1,Xg.call(e,e.media,"seeked")})),e.embed.on("ended",(()=>{e.media.paused=!0,Xg.call(e,e.media,"ended")})),e.embed.on("error",(t=>{e.media.error=t,Xg.call(e,e.media,"error")})),t.customControls&&setTimeout((()=>Nu.build.call(e)),0)}};function Uu(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,Xg.call(this,this.media,e?"play":"pause"))}function Gu(e){return e.noCookie?"https://www.youtube-nocookie.com":"http:"===window.location.protocol?"http://www.youtube.com":void 0}const Yu={setup(){if(Ig(this.elements.wrapper,this.config.classNames.embed,!0),Mg.object(window.YT)&&Mg.function(window.YT.Player))Yu.ready.call(this);else{const e=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=()=>{Mg.function(e)&&e(),Yu.ready.call(this)},Fu(this.config.urls.youtube.sdk).catch((e=>{this.debug.warn("YouTube API failed to load",e)}))}},getTitle(e){xu(gu(this.config.urls.youtube.api,e)).then((e=>{if(Mg.object(e)){const{title:t,height:a,width:s}=e;this.config.title=t,Nu.setTitle.call(this),this.embed.ratio=du(s,a)}cu.call(this)})).catch((()=>{cu.call(this)}))},ready(){const e=this,t=e.config.youtube,a=e.media&&e.media.getAttribute("id");if(!Mg.empty(a)&&a.startsWith("youtube-"))return;let s=e.media.getAttribute("src");Mg.empty(s)&&(s=e.media.getAttribute(this.config.attributes.embed.id));const o=function(e){if(Mg.empty(e))return null;const t=e.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/);return t&&t[2]?t[2]:e}(s),n=function(e){return`${e}-${Math.floor(1e4*Math.random())}`}(e.provider),i=Tg("div",{id:n,"data-poster":t.customControls?e.poster:void 0});if(e.media=Ng(i,e.media),t.customControls){const t=e=>`https://i.ytimg.com/vi/${o}/${e}default.jpg`;Vu(t("maxres"),121).catch((()=>Vu(t("sd"),121))).catch((()=>Vu(t("hq")))).then((t=>Nu.setPoster.call(e,t.src))).then((t=>{t.includes("maxres")||(e.elements.poster.style.backgroundSize="cover")})).catch((()=>{}))}e.embed=new window.YT.Player(e.media,{videoId:o,host:Gu(t),playerVars:Sg({},{autoplay:e.config.autoplay?1:0,hl:e.config.hl,controls:e.supported.ui&&t.customControls?0:1,disablekb:1,playsinline:e.config.playsinline&&!e.config.fullscreen.iosNative?1:0,cc_load_policy:e.captions.active?1:0,cc_lang_pref:e.config.captions.language,widget_referrer:window?window.location.href:null},t),events:{onError(t){if(!e.media.error){const a=t.data,s={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[a]||"An unknown error occurred";e.media.error={code:a,message:s},Xg.call(e,e.media,"error")}},onPlaybackRateChange(t){const a=t.target;e.media.playbackRate=a.getPlaybackRate(),Xg.call(e,e.media,"ratechange")},onReady(a){if(Mg.function(e.media.play))return;const s=a.target;Yu.getTitle.call(e,o),e.media.play=()=>{Uu.call(e,!0),s.playVideo()},e.media.pause=()=>{Uu.call(e,!1),s.pauseVideo()},e.media.stop=()=>{s.stopVideo()},e.media.duration=s.getDuration(),e.media.paused=!0,e.media.currentTime=0,Object.defineProperty(e.media,"currentTime",{get:()=>Number(s.getCurrentTime()),set(t){e.paused&&!e.embed.hasPlayed&&e.embed.mute(),e.media.seeking=!0,Xg.call(e,e.media,"seeking"),s.seekTo(t)}}),Object.defineProperty(e.media,"playbackRate",{get:()=>s.getPlaybackRate(),set(e){s.setPlaybackRate(e)}});let{volume:n}=e.config;Object.defineProperty(e.media,"volume",{get:()=>n,set(t){n=t,s.setVolume(100*n),Xg.call(e,e.media,"volumechange")}});let{muted:i}=e.config;Object.defineProperty(e.media,"muted",{get:()=>i,set(t){const a=Mg.boolean(t)?t:i;i=a,s[a?"mute":"unMute"](),s.setVolume(100*n),Xg.call(e,e.media,"volumechange")}}),Object.defineProperty(e.media,"currentSrc",{get:()=>s.getVideoUrl()}),Object.defineProperty(e.media,"ended",{get:()=>e.currentTime===e.duration});const l=s.getAvailablePlaybackRates();e.options.speed=l.filter((t=>e.config.speed.options.includes(t))),e.supported.ui&&t.customControls&&e.media.setAttribute("tabindex",-1),Xg.call(e,e.media,"timeupdate"),Xg.call(e,e.media,"durationchange"),clearInterval(e.timers.buffering),e.timers.buffering=setInterval((()=>{e.media.buffered=s.getVideoLoadedFraction(),(null===e.media.lastBuffered||e.media.lastBuffered<e.media.buffered)&&Xg.call(e,e.media,"progress"),e.media.lastBuffered=e.media.buffered,1===e.media.buffered&&(clearInterval(e.timers.buffering),Xg.call(e,e.media,"canplaythrough"))}),200),t.customControls&&setTimeout((()=>Nu.build.call(e)),50)},onStateChange(a){const s=a.target;switch(clearInterval(e.timers.playing),e.media.seeking&&[1,2].includes(a.data)&&(e.media.seeking=!1,Xg.call(e,e.media,"seeked")),a.data){case-1:Xg.call(e,e.media,"timeupdate"),e.media.buffered=s.getVideoLoadedFraction(),Xg.call(e,e.media,"progress");break;case 0:Uu.call(e,!1),e.media.loop?(s.stopVideo(),s.playVideo()):Xg.call(e,e.media,"ended");break;case 1:t.customControls&&!e.config.autoplay&&e.media.paused&&!e.embed.hasPlayed?e.media.pause():(Uu.call(e,!0),Xg.call(e,e.media,"playing"),e.timers.playing=setInterval((()=>{Xg.call(e,e.media,"timeupdate")}),50),e.media.duration!==s.getDuration()&&(e.media.duration=s.getDuration(),Xg.call(e,e.media,"durationchange")));break;case 2:e.muted||e.embed.unMute(),Uu.call(e,!1);break;case 3:Xg.call(e,e.media,"waiting")}Xg.call(e,e.elements.container,"statechange",!1,{code:a.data})}}})}},Zu={setup(){this.media?(Ig(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),Ig(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&Ig(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=Tg("div",{class:this.config.classNames.video}),$g(this.media,this.elements.wrapper),this.elements.poster=Tg("div",{class:this.config.classNames.poster}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?hu.setup.call(this):this.isYouTube?Yu.setup.call(this):this.isVimeo&&Wu.setup.call(this)):this.debug.warn("No media element found!")}};class Ku{constructor(e){Xp(this,"load",(()=>{this.enabled&&(Mg.object(window.google)&&Mg.object(window.google.ima)?this.ready():Fu(this.player.config.urls.googleIMA.sdk).then((()=>{this.ready()})).catch((()=>{this.trigger("error",new Error("Google IMA SDK failed to load"))})))})),Xp(this,"ready",(()=>{var e;this.enabled||((e=this).manager&&e.manager.destroy(),e.elements.displayContainer&&e.elements.displayContainer.destroy(),e.elements.container.remove()),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then((()=>{this.clearSafetyTimer("onAdsManagerLoaded()")})),this.listeners(),this.setupIMA()})),Xp(this,"setupIMA",(()=>{this.elements.container=Tg("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,(e=>this.onAdsManagerLoaded(e)),!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,(e=>this.onAdError(e)),!1),this.requestAds()})),Xp(this,"requestAds",(()=>{const{container:e}=this.player.elements;try{const t=new google.ima.AdsRequest;t.adTagUrl=this.tagUrl,t.linearAdSlotWidth=e.offsetWidth,t.linearAdSlotHeight=e.offsetHeight,t.nonLinearAdSlotWidth=e.offsetWidth,t.nonLinearAdSlotHeight=e.offsetHeight,t.forceNonLinearFullSlot=!1,t.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(t)}catch(e){this.onAdError(e)}})),Xp(this,"pollCountdown",((e=!1)=>{if(!e)return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");this.countdownTimer=setInterval((()=>{const e=Cu(Math.max(this.manager.getRemainingTime(),0)),t=`${fu.get("advertisement",this.player.config)} - ${e}`;this.elements.container.setAttribute("data-badge-text",t)}),100)})),Xp(this,"onAdsManagerLoaded",(e=>{if(!this.enabled)return;const t=new google.ima.AdsRenderingSettings;t.restoreCustomPlaybackStateOnAdBreakComplete=!0,t.enablePreloading=!0,this.manager=e.getAdsManager(this.player,t),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,(e=>this.onAdError(e))),Object.keys(google.ima.AdEvent.Type).forEach((e=>{this.manager.addEventListener(google.ima.AdEvent.Type[e],(e=>this.onAdEvent(e)))})),this.trigger("loaded")})),Xp(this,"addCuePoints",(()=>{Mg.empty(this.cuePoints)||this.cuePoints.forEach((e=>{if(0!==e&&-1!==e&&e<this.player.duration){const t=this.player.elements.progress;if(Mg.element(t)){const a=100/this.player.duration*e,s=Tg("span",{class:this.player.config.classNames.cues});s.style.left=`${a.toString()}%`,t.appendChild(s)}}}))})),Xp(this,"onAdEvent",(e=>{const{container:t}=this.player.elements,a=e.getAd(),s=e.getAdData();switch((e=>{Xg.call(this.player,this.player.media,`ads${e.replace(/_/g,"").toLowerCase()}`)})(e.type),e.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),a.isLinear()||(a.width=t.offsetWidth,a.height=t.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.player.ended?this.loadAds():this.loader.contentComplete();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:s.adError&&this.player.debug.warn(`Non-fatal ad error: ${s.adError.getMessage()}`)}})),Xp(this,"onAdError",(e=>{this.cancel(),this.player.debug.warn("Ads error",e)})),Xp(this,"listeners",(()=>{const{container:e}=this.player.elements;let t;this.player.on("canplay",(()=>{this.addCuePoints()})),this.player.on("ended",(()=>{this.loader.contentComplete()})),this.player.on("timeupdate",(()=>{t=this.player.currentTime})),this.player.on("seeked",(()=>{const e=this.player.currentTime;Mg.empty(this.cuePoints)||this.cuePoints.forEach(((a,s)=>{t<a&&a<e&&(this.manager.discardAdBreak(),this.cuePoints.splice(s,1))}))})),window.addEventListener("resize",(()=>{this.manager&&this.manager.resize(e.offsetWidth,e.offsetHeight,google.ima.ViewMode.NORMAL)}))})),Xp(this,"play",(()=>{const{container:e}=this.player.elements;this.managerPromise||this.resumeContent(),this.managerPromise.then((()=>{this.manager.setVolume(this.player.volume),this.elements.displayContainer.initialize();try{this.initialized||(this.manager.init(e.offsetWidth,e.offsetHeight,google.ima.ViewMode.NORMAL),this.manager.start()),this.initialized=!0}catch(e){this.onAdError(e)}})).catch((()=>{}))})),Xp(this,"resumeContent",(()=>{this.elements.container.style.zIndex="",this.playing=!1,tu(this.player.media.play())})),Xp(this,"pauseContent",(()=>{this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()})),Xp(this,"cancel",(()=>{this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()})),Xp(this,"loadAds",(()=>{this.managerPromise.then((()=>{this.manager&&this.manager.destroy(),this.managerPromise=new Promise((e=>{this.on("loaded",e),this.player.debug.log(this.manager)})),this.initialized=!1,this.requestAds()})).catch((()=>{}))})),Xp(this,"trigger",((e,...t)=>{const a=this.events[e];Mg.array(a)&&a.forEach((e=>{Mg.function(e)&&e.apply(this,t)}))})),Xp(this,"on",((e,t)=>(Mg.array(this.events[e])||(this.events[e]=[]),this.events[e].push(t),this))),Xp(this,"startSafetyTimer",((e,t)=>{this.player.debug.log(`Safety timer invoked from: ${t}`),this.safetyTimer=setTimeout((()=>{this.cancel(),this.clearSafetyTimer("startSafetyTimer()")}),e)})),Xp(this,"clearSafetyTimer",(e=>{Mg.nullOrUndefined(this.safetyTimer)||(this.player.debug.log(`Safety timer cleared from: ${e}`),clearTimeout(this.safetyTimer),this.safetyTimer=null)})),this.player=e,this.config=e.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise(((e,t)=>{this.on("loaded",e),this.on("error",t)})),this.load()}get enabled(){const{config:e}=this;return this.player.isHTML5&&this.player.isVideo&&e.enabled&&(!Mg.empty(e.publisherId)||Mg.url(e.tagUrl))}get tagUrl(){const{config:e}=this;return Mg.url(e.tagUrl)?e.tagUrl:`https://go.aniview.com/api/adserver6/vast/?${zu({AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:e.publisherId})}`}}function Qu(e=0,t=0,a=255){return Math.min(Math.max(e,t),a)}function Xu(e){const t=[];return e.split(/\r\n\r\n|\n\n|\r\r/).forEach((e=>{const a={};e.split(/\r\n|\n|\r/).forEach((e=>{if(Mg.number(a.startTime)){if(!Mg.empty(e.trim())&&Mg.empty(a.text)){const t=e.trim().split("#xywh=");[a.text]=t,t[1]&&([a.x,a.y,a.w,a.h]=t[1].split(","))}}else{const t=e.match(/(\d{2})?:?(\d{2}):(\d{2}).(\d{2,3})( ?--> ?)(\d{2})?:?(\d{2}):(\d{2}).(\d{2,3})/);t&&(a.startTime=60*Number(t[1]||0)*60+60*Number(t[2])+Number(t[3])+Number(`0.${t[4]}`),a.endTime=60*Number(t[6]||0)*60+60*Number(t[7])+Number(t[8])+Number(`0.${t[9]}`))}})),a.text&&t.push(a)})),t}function Ju(e,t){const a={};return e>t.width/t.height?(a.width=t.width,a.height=1/e*t.width):(a.height=t.height,a.width=e*t.height),a}class em{constructor(e){Xp(this,"load",(()=>{this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then((()=>{this.enabled&&(this.render(),this.determineContainerAutoSizing(),this.listeners(),this.loaded=!0)}))})),Xp(this,"getThumbnails",(()=>new Promise((e=>{const{src:t}=this.player.config.previewThumbnails;if(Mg.empty(t))throw new Error("Missing previewThumbnails.src config attribute");const a=()=>{this.thumbnails.sort(((e,t)=>e.height-t.height)),this.player.debug.log("Preview thumbnails",this.thumbnails),e()};if(Mg.function(t))t((e=>{this.thumbnails=e,a()}));else{const e=(Mg.string(t)?[t]:t).map((e=>this.getThumbnail(e)));Promise.all(e).then(a)}})))),Xp(this,"getThumbnail",(e=>new Promise((t=>{xu(e,void 0,this.player.config.previewThumbnails.withCredentials).then((a=>{const s={frames:Xu(a),height:null,urlPrefix:""};s.frames[0].text.startsWith("/")||s.frames[0].text.startsWith("http://")||s.frames[0].text.startsWith("https://")||(s.urlPrefix=e.substring(0,e.lastIndexOf("/")+1));const o=new Image;o.onload=()=>{s.height=o.naturalHeight,s.width=o.naturalWidth,this.thumbnails.push(s),t()},o.src=s.urlPrefix+s.frames[0].text}))})))),Xp(this,"startMove",(e=>{if(this.loaded&&Mg.event(e)&&["touchmove","mousemove"].includes(e.type)&&this.player.media.duration){if("touchmove"===e.type)this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var t,a;const s=this.player.elements.progress.getBoundingClientRect(),o=100/s.width*(e.pageX-s.left);this.seekTime=this.player.media.duration*(o/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=e.pageX,this.elements.thumb.time.textContent=Cu(this.seekTime);const n=null===(t=this.player.config.markers)||void 0===t||null===(a=t.points)||void 0===a?void 0:a.find((({time:e})=>e===Math.round(this.seekTime)));n&&this.elements.thumb.time.insertAdjacentHTML("afterbegin",`${n.label}<br>`)}this.showImageAtCurrentTime()}})),Xp(this,"endMove",(()=>{this.toggleThumbContainer(!1,!0)})),Xp(this,"startScrubbing",(e=>{(Mg.nullOrUndefined(e.button)||!1===e.button||0===e.button)&&(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))})),Xp(this,"endScrubbing",(()=>{this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):Qg.call(this.player,this.player.media,"timeupdate",(()=>{this.mouseDown||this.toggleScrubbingContainer(!1)}))})),Xp(this,"listeners",(()=>{this.player.on("play",(()=>{this.toggleThumbContainer(!1,!0)})),this.player.on("seeked",(()=>{this.toggleThumbContainer(!1)})),this.player.on("timeupdate",(()=>{this.lastTime=this.player.media.currentTime}))})),Xp(this,"render",(()=>{this.elements.thumb.container=Tg("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=Tg("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);const e=Tg("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=Tg("span",{},"00:00"),e.appendChild(this.elements.thumb.time),this.elements.thumb.imageContainer.appendChild(e),Mg.element(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=Tg("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)})),Xp(this,"destroy",(()=>{this.elements.thumb.container&&this.elements.thumb.container.remove(),this.elements.scrubbing.container&&this.elements.scrubbing.container.remove()})),Xp(this,"showImageAtCurrentTime",(()=>{this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();const e=this.thumbnails[0].frames.findIndex((e=>this.seekTime>=e.startTime&&this.seekTime<=e.endTime)),t=e>=0;let a=0;this.mouseDown||this.toggleThumbContainer(t),t&&(this.thumbnails.forEach(((t,s)=>{this.loadedImages.includes(t.frames[e].text)&&(a=s)})),e!==this.showingThumb&&(this.showingThumb=e,this.loadImage(a)))})),Xp(this,"loadImage",((e=0)=>{const t=this.showingThumb,a=this.thumbnails[e],{urlPrefix:s}=a,o=a.frames[t],n=a.frames[t].text,i=s+n;if(this.currentImageElement&&this.currentImageElement.dataset.filename===n)this.showImage(this.currentImageElement,o,e,t,n,!1),this.currentImageElement.dataset.index=t,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);const a=new Image;a.src=i,a.dataset.index=t,a.dataset.filename=n,this.showingThumbFilename=n,this.player.debug.log(`Loading image: ${i}`),a.onload=()=>this.showImage(a,o,e,t,n,!0),this.loadingImage=a,this.removeOldImages(a)}})),Xp(this,"showImage",((e,t,a,s,o,n=!0)=>{this.player.debug.log(`Showing thumb: ${o}. num: ${s}. qual: ${a}. newimg: ${n}`),this.setImageSizeAndOffset(e,t),n&&(this.currentImageContainer.appendChild(e),this.currentImageElement=e,this.loadedImages.includes(o)||this.loadedImages.push(o)),this.preloadNearby(s,!0).then(this.preloadNearby(s,!1)).then(this.getHigherQuality(a,e,t,o))})),Xp(this,"removeOldImages",(e=>{Array.from(this.currentImageContainer.children).forEach((t=>{if("img"!==t.tagName.toLowerCase())return;const a=this.usingSprites?500:1e3;if(t.dataset.index!==e.dataset.index&&!t.dataset.deleting){t.dataset.deleting=!0;const{currentImageContainer:e}=this;setTimeout((()=>{e.removeChild(t),this.player.debug.log(`Removing thumb: ${t.dataset.filename}`)}),a)}}))})),Xp(this,"preloadNearby",((e,t=!0)=>new Promise((a=>{setTimeout((()=>{const s=this.thumbnails[0].frames[e].text;if(this.showingThumbFilename===s){let o;o=t?this.thumbnails[0].frames.slice(e):this.thumbnails[0].frames.slice(0,e).reverse();let n=!1;o.forEach((e=>{const t=e.text;if(t!==s&&!this.loadedImages.includes(t)){n=!0,this.player.debug.log(`Preloading thumb filename: ${t}`);const{urlPrefix:e}=this.thumbnails[0],s=e+t,o=new Image;o.src=s,o.onload=()=>{this.player.debug.log(`Preloaded thumb filename: ${t}`),this.loadedImages.includes(t)||this.loadedImages.push(t),a()}}})),n||a()}}),300)})))),Xp(this,"getHigherQuality",((e,t,a,s)=>{if(e<this.thumbnails.length-1){let o=t.naturalHeight;this.usingSprites&&(o=a.h),o<this.thumbContainerHeight&&setTimeout((()=>{this.showingThumbFilename===s&&(this.player.debug.log(`Showing higher quality thumb for: ${s}`),this.loadImage(e+1))}),300)}})),Xp(this,"toggleThumbContainer",((e=!1,t=!1)=>{const a=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(a,e),!e&&t&&(this.showingThumb=null,this.showingThumbFilename=null)})),Xp(this,"toggleScrubbingContainer",((e=!1)=>{const t=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(t,e),e||(this.showingThumb=null,this.showingThumbFilename=null)})),Xp(this,"determineContainerAutoSizing",(()=>{(this.elements.thumb.imageContainer.clientHeight>20||this.elements.thumb.imageContainer.clientWidth>20)&&(this.sizeSpecifiedInCSS=!0)})),Xp(this,"setThumbContainerSizeAndPos",(()=>{const{imageContainer:e}=this.elements.thumb;if(this.sizeSpecifiedInCSS){if(e.clientHeight>20&&e.clientWidth<20){const t=Math.floor(e.clientHeight*this.thumbAspectRatio);e.style.width=`${t}px`}else if(e.clientHeight<20&&e.clientWidth>20){const t=Math.floor(e.clientWidth/this.thumbAspectRatio);e.style.height=`${t}px`}}else{const t=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);e.style.height=`${this.thumbContainerHeight}px`,e.style.width=`${t}px`}this.setThumbContainerPos()})),Xp(this,"setThumbContainerPos",(()=>{const e=this.player.elements.progress.getBoundingClientRect(),t=this.player.elements.container.getBoundingClientRect(),{container:a}=this.elements.thumb,s=t.left-e.left+10,o=t.right-e.left-a.clientWidth-10,n=this.mousePosX-e.left-a.clientWidth/2,i=Qu(n,s,o);a.style.left=`${i}px`,a.style.setProperty("--preview-arrow-offset",n-i+"px")})),Xp(this,"setScrubbingContainerSize",(()=>{const{width:e,height:t}=Ju(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight});this.elements.scrubbing.container.style.width=`${e}px`,this.elements.scrubbing.container.style.height=`${t}px`})),Xp(this,"setImageSizeAndOffset",((e,t)=>{if(!this.usingSprites)return;const a=this.thumbContainerHeight/t.h;e.style.height=e.naturalHeight*a+"px",e.style.width=e.naturalWidth*a+"px",e.style.left=`-${t.x*a}px`,e.style.top=`-${t.y*a}px`})),this.player=e,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}get enabled(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}get currentImageContainer(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}get usingSprites(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}get thumbAspectRatio(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}get thumbContainerHeight(){if(this.mouseDown){const{height:e}=Ju(this.thumbAspectRatio,{width:this.player.media.clientWidth,height:this.player.media.clientHeight});return e}return this.sizeSpecifiedInCSS?this.elements.thumb.imageContainer.clientHeight:Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}get currentImageElement(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement}set currentImageElement(e){this.mouseDown?this.currentScrubbingImageElement=e:this.currentThumbnailImageElement=e}}const tm={insertElements(e,t){Mg.string(t)?Bg(e,this.media,{src:t}):Mg.array(t)&&t.forEach((t=>{Bg(e,this.media,t)}))},change(e){Lg(e,"sources.length")?(hu.cancelRequests.call(this),this.destroy((()=>{this.options.quality=[],Ag(this.media),this.media=null,Mg.element(this.elements.container)&&this.elements.container.removeAttribute("class");const{sources:t,type:a}=e,[{provider:s=$u.html5,src:o}]=t,n="html5"===s?a:"div",i="html5"===s?{}:{src:o};Object.assign(this,{provider:s,type:a,supported:Ug.check(a,s,this.config.playsinline),media:Tg(n,i)}),this.elements.container.appendChild(this.media),Mg.boolean(e.autoplay)&&(this.config.autoplay=e.autoplay),this.isHTML5&&(this.config.crossorigin&&this.media.setAttribute("crossorigin",""),this.config.autoplay&&this.media.setAttribute("autoplay",""),Mg.empty(e.poster)||(this.poster=e.poster),this.config.loop.active&&this.media.setAttribute("loop",""),this.config.muted&&this.media.setAttribute("muted",""),this.config.playsinline&&this.media.setAttribute("playsinline","")),Nu.addStyleHook.call(this),this.isHTML5&&tm.insertElements.call(this,"source",t),this.config.title=e.title,Zu.setup.call(this),this.isHTML5&&Object.keys(e).includes("tracks")&&tm.insertElements.call(this,"track",e.tracks),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&Nu.build.call(this),this.isHTML5&&this.media.load(),Mg.empty(e.previewThumbnails)||(Object.assign(this.config.previewThumbnails,e.previewThumbnails),this.previewThumbnails&&this.previewThumbnails.loaded&&(this.previewThumbnails.destroy(),this.previewThumbnails=null),this.config.previewThumbnails.enabled&&(this.previewThumbnails=new em(this))),this.fullscreen.update()}),!0)):this.debug.warn("Invalid source format")}};class am{constructor(e,t){if(Xp(this,"play",(()=>Mg.function(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then((()=>this.ads.play())).catch((()=>tu(this.media.play()))),this.media.play()):null)),Xp(this,"pause",(()=>this.playing&&Mg.function(this.media.pause)?this.media.pause():null)),Xp(this,"togglePlay",(e=>(Mg.boolean(e)?e:!this.playing)?this.play():this.pause())),Xp(this,"stop",(()=>{this.isHTML5?(this.pause(),this.restart()):Mg.function(this.media.stop)&&this.media.stop()})),Xp(this,"restart",(()=>{this.currentTime=0})),Xp(this,"rewind",(e=>{this.currentTime-=Mg.number(e)?e:this.config.seekTime})),Xp(this,"forward",(e=>{this.currentTime+=Mg.number(e)?e:this.config.seekTime})),Xp(this,"increaseVolume",(e=>{const t=this.media.muted?0:this.volume;this.volume=t+(Mg.number(e)?e:0)})),Xp(this,"decreaseVolume",(e=>{this.increaseVolume(-e)})),Xp(this,"airplay",(()=>{Ug.airplay&&this.media.webkitShowPlaybackTargetPicker()})),Xp(this,"toggleControls",(e=>{if(this.supported.ui&&!this.isAudio){const t=Og(this.elements.container,this.config.classNames.hideControls),a=void 0===e?void 0:!e,s=Ig(this.elements.container,this.config.classNames.hideControls,a);if(s&&Mg.array(this.config.controls)&&this.config.controls.includes("settings")&&!Mg.empty(this.config.settings)&&_u.toggleMenu.call(this,!1),s!==t){const e=s?"controlshidden":"controlsshown";Xg.call(this,this.media,e)}return!s}return!1})),Xp(this,"on",((e,t)=>{Zg.call(this,this.elements.container,e,t)})),Xp(this,"once",((e,t)=>{Qg.call(this,this.elements.container,e,t)})),Xp(this,"off",((e,t)=>{Kg(this.elements.container,e,t)})),Xp(this,"destroy",((e,t=!1)=>{if(!this.ready)return;const a=()=>{document.body.style.overflow="",this.embed=null,t?(Object.keys(this.elements).length&&(Ag(this.elements.buttons.play),Ag(this.elements.captions),Ag(this.elements.controls),Ag(this.elements.wrapper),this.elements.buttons.play=null,this.elements.captions=null,this.elements.controls=null,this.elements.wrapper=null),Mg.function(e)&&e()):(Jg.call(this),hu.cancelRequests.call(this),Ng(this.elements.original,this.elements.container),Xg.call(this,this.elements.original,"destroyed",!0),Mg.function(e)&&e.call(this.elements.original),this.ready=!1,setTimeout((()=>{this.elements=null,this.media=null}),200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(Nu.toggleNativeControls.call(this,!0),a()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),null!==this.embed&&Mg.function(this.embed.destroy)&&this.embed.destroy(),a()):this.isVimeo&&(null!==this.embed&&this.embed.unload().then(a),setTimeout(a,200))})),Xp(this,"supports",(e=>Ug.mime.call(this,e))),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Ug.touch,this.media=e,Mg.string(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||Mg.nodeList(this.media)||Mg.array(this.media))&&(this.media=this.media[0]),this.config=Sg({},Lu,am.defaults,t||{},(()=>{try{return JSON.parse(this.media.getAttribute("data-plyr-config"))}catch{return{}}})()),this.elements={container:null,fullscreen:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new Bu(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Ug),Mg.nullOrUndefined(this.media)||!Mg.element(this.media))return void this.debug.error("Setup failed: no suitable element passed");if(this.media.plyr)return void this.debug.warn("Target already setup");if(!this.config.enabled)return void this.debug.error("Setup failed: disabled by config");if(!Ug.check().api)return void this.debug.error("Setup failed: no support");const a=this.media.cloneNode(!0);a.autoplay=!1,this.elements.original=a;const s=this.media.tagName.toLowerCase();let o=null,n=null;switch(s){case"div":if(o=this.media.querySelector("iframe"),Mg.element(o)){if(n=Mu(o.getAttribute("src")),this.provider=function(e){return/^(?:https?:\/\/)?(?:www\.)?(?:youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(e)?$u.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(e)?$u.vimeo:null}(n.toString()),this.elements.container=this.media,this.media=o,this.elements.container.className="",n.search.length){const e=["1","true"];e.includes(n.searchParams.get("autoplay"))&&(this.config.autoplay=!0),e.includes(n.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=e.includes(n.searchParams.get("playsinline")),this.config.youtube.hl=n.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(Mg.empty(this.provider)||!Object.values($u).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=Hu;break;case"video":case"audio":this.type=s,this.provider=$u.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Ug.check(this.type,this.provider),this.supported.api?(this.eventListeners=[],this.listeners=new Pu(this),this.storage=new wu(this),this.media.plyr=this,Mg.element(this.elements.container)||(this.elements.container=Tg("div"),$g(this.media,this.elements.container)),Nu.migrateStyles.call(this),Nu.addStyleHook.call(this),Zu.setup.call(this),this.config.debug&&Zg.call(this,this.elements.container,this.config.events.join(" "),(e=>{this.debug.log(`event: ${e.type}`)})),this.fullscreen=new Au(this),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&Nu.build.call(this),this.listeners.container(),this.listeners.global(),this.config.ads.enabled&&(this.ads=new Ku(this)),this.isHTML5&&this.config.autoplay&&this.once("canplay",(()=>tu(this.play()))),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new em(this))):this.debug.error("Setup failed: no support")}get isHTML5(){return this.provider===$u.html5}get isEmbed(){return this.isYouTube||this.isVimeo}get isYouTube(){return this.provider===$u.youtube}get isVimeo(){return this.provider===$u.vimeo}get isVideo(){return this.type===Hu}get isAudio(){return"audio"===this.type}get playing(){return Boolean(this.ready&&!this.paused&&!this.ended)}get paused(){return Boolean(this.media.paused)}get stopped(){return Boolean(this.paused&&0===this.currentTime)}get ended(){return Boolean(this.media.ended)}set currentTime(e){if(!this.duration)return;const t=Mg.number(e)&&e>0;this.media.currentTime=t?Math.min(e,this.duration):0,this.debug.log(`Seeking to ${this.currentTime} seconds`)}get currentTime(){return Number(this.media.currentTime)}get buffered(){const{buffered:e}=this.media;return Mg.number(e)?e:e&&e.length&&this.duration>0?e.end(0)/this.duration:0}get seeking(){return Boolean(this.media.seeking)}get duration(){const e=Number.parseFloat(this.config.duration),t=(this.media||{}).duration,a=Mg.number(t)&&t!==1/0?t:0;return e||a}set volume(e){let t=e;Mg.string(t)&&(t=Number(t)),Mg.number(t)||(t=this.storage.get("volume")),Mg.number(t)||({volume:t}=this.config),t>1&&(t=1),t<0&&(t=0),this.config.volume=t,this.media.volume=t,!Mg.empty(e)&&this.muted&&t>0&&(this.muted=!1)}get volume(){return Number(this.media.volume)}set muted(e){let t=e;Mg.boolean(t)||(t=this.storage.get("muted")),Mg.boolean(t)||(t=this.config.muted),this.config.muted=t,this.media.muted=t}get muted(){return Boolean(this.media.muted)}get hasAudio(){return!this.isHTML5||!!this.isAudio||Boolean(this.media.mozHasAudio)||Boolean(this.media.webkitAudioDecodedByteCount)||Boolean(this.media.audioTracks&&this.media.audioTracks.length)}set speed(e){let t=null;Mg.number(e)&&(t=e),Mg.number(t)||(t=this.storage.get("speed")),Mg.number(t)||(t=this.config.speed.selected);const{minimumSpeed:a,maximumSpeed:s}=this;t=Qu(t,a,s),this.config.speed.selected=t,setTimeout((()=>{this.media&&(this.media.playbackRate=t)}),0)}get speed(){return Number(this.media.playbackRate)}get minimumSpeed(){return this.isYouTube?Math.min(...this.options.speed):this.isVimeo?.5:.0625}get maximumSpeed(){return this.isYouTube?Math.max(...this.options.speed):this.isVimeo?2:16}set quality(e){const t=this.config.quality,a=this.options.quality;if(!a.length)return;let s=[!Mg.empty(e)&&Number(e),this.storage.get("quality"),t.selected,t.default].find(Mg.number),o=!0;if(!a.includes(s)){const e=su(a,s);this.debug.warn(`Unsupported quality option: ${s}, using ${e} instead`),s=e,o=!1}t.selected=s,this.media.quality=s,o&&this.storage.set({quality:s})}get quality(){return this.media.quality}set loop(e){const t=Mg.boolean(e)?e:this.config.loop.active;this.config.loop.active=t,this.media.loop=t}get loop(){return Boolean(this.media.loop)}set source(e){tm.change.call(this,e)}get source(){return this.media.currentSrc}get download(){const{download:e}=this.config.urls;return Mg.url(e)?e:this.source}set download(e){Mg.url(e)&&(this.config.urls.download=e,_u.setDownloadUrl.call(this))}set poster(e){this.isVideo?Nu.setPoster.call(this,e,!1).catch((()=>{})):this.debug.warn("Poster can only be set for video")}get poster(){return this.isVideo?this.media.getAttribute("poster")||this.media.getAttribute("data-poster"):null}get ratio(){if(!this.isVideo)return null;const e=lu(ru.call(this));return Mg.array(e)?e.join(":"):e}set ratio(e){this.isVideo?Mg.string(e)&&iu(e)?(this.config.ratio=lu(e),cu.call(this)):this.debug.error(`Invalid aspect ratio specified (${e})`):this.debug.warn("Aspect ratio can only be set for video")}set autoplay(e){this.config.autoplay=Mg.boolean(e)?e:this.config.autoplay}get autoplay(){return Boolean(this.config.autoplay)}toggleCaptions(e){ju.toggle.call(this,e,!1)}set currentTrack(e){ju.set.call(this,e,!1),ju.setup.call(this)}get currentTrack(){const{toggled:e,currentTrack:t}=this.captions;return e?t:-1}set language(e){ju.setLanguage.call(this,e,!1)}get language(){return(ju.getCurrentTrack.call(this)||{}).language}set pip(e){if(!Ug.pip)return;const t=Mg.boolean(e)?e:!this.pip;Mg.function(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(t?Su:"inline"),Mg.function(this.media.requestPictureInPicture)&&(!this.pip&&t?this.media.requestPictureInPicture():this.pip&&!t&&document.exitPictureInPicture())}get pip(){return Ug.pip?Mg.empty(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===Su:null}setPreviewThumbnails(e){this.previewThumbnails&&this.previewThumbnails.loaded&&(this.previewThumbnails.destroy(),this.previewThumbnails=null),Object.assign(this.config.previewThumbnails,e),this.config.previewThumbnails.enabled&&(this.previewThumbnails=new em(this))}static supported(e,t){return Ug.check(e,t)}static loadSprite(e,t){return yu(e,t)}static setup(e,t={}){let a=null;return Mg.string(e)?a=Array.from(document.querySelectorAll(e)):Mg.nodeList(e)?a=Array.from(e):Mg.array(e)&&(a=e.filter(Mg.element)),Mg.empty(a)?null:a.map((e=>new am(e,t)))}}var sm;am.defaults=(sm=Lu,JSON.parse(JSON.stringify(sm)));var om=__webpack_require__(5556),nm=__webpack_require__.n(om);const im=(e,t)=>{const a=new am(".plyr-react",t.options||{});return t.source&&(a.source=t.source),a},lm=e=>{e&&e.destroy()},rm=()=>{},cm=e=>e?()=>({plyr:e}):()=>new Proxy({plyr:{source:null}},{get:(e,t)=>"plyr"===t?e[t]:rm});const dm=g.forwardRef(((e,t)=>{const{source:a,options:s=null,...o}=e,n=function(e,t,a=null){return function(e,t,a=[]){const[s,o]=(0,g.useState)(null),n=(0,g.useRef)(null),{instantiate:i,destroy:l,getAPI:r,params:c}=t;(0,g.useEffect)((()=>{const e=i(n.current,c);return o(e),()=>{l&&l(e,c)}}),a);const d=(0,g.useMemo)((()=>r(s,c)),[s]);return(0,g.useImperativeHandle)(e,d,[d]),n}(e,{instantiate:im,getAPI:cm,destroy:lm,params:t},a||[t.options,t.source])}(t,{source:a,options:s});return(0,i.jsx)("video",{ref:n,className:"plyr-react plyr",...o})}));dm.displayName="Plyr",dm.defaultProps={options:{controls:["rewind","play","fast-forward","progress","current-time","duration","mute","volume","settings","fullscreen"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop"}},source:{type:"video",sources:[{src:"https://cdn.plyr.io/static/blank.mp4",type:"video/mp4",size:720},{src:"https://cdn.plyr.io/static/blank.mp4",type:"video/mp4",size:1080}]}},dm.propTypes={options:nm().object,source:nm().any};const hm=({popup:e})=>{const{type:t="video",content:a="",videoOptions:s={}}=e,{autoplay:o=!1}=s||{};return(0,i.jsx)(dm,{source:{type:t,sources:[{src:a,provider:a.includes("youtube")?"youtube":a.includes("vimeo")?"vimeo":"html5"}]},options:{autoplay:o}})},pm=(0,g.forwardRef)((({attributes:e,securityPass:t=!0,setSecurityPass:a,isPremium:s,Popup:o,popupContent:n,isBackend:l=!1,children:r,onClick:c=()=>{}},d)=>{const{actionType:h="link",iconPos:p="left"}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)("a",{ref:d,...Kp(e,t,s,l),onClick:()=>c(!0),children:["right"!==p&&(0,i.jsx)(Qp,{attributes:e}),r,"right"===p&&(0,i.jsx)(Qp,{attributes:e})]}),s&&"popup"===h&&t&&!l&&(0,i.jsx)(gm,{attributes:e,Popup:o,popupContent:n,securityPop:t,setSecurityPass:a,btnRef:d})]})})),gm=({attributes:e,Popup:t,popupContent:a,securityPop:s,setSecurityPass:o})=>{const{actionType:n="link",popup:l={}}=e,{caption:r=""}=l,[c,d]=(0,g.useState)(s);return(0,g.useEffect)((()=>{}),[n]),(0,i.jsx)(t,{isOpen:c,onClose:()=>{d(!1),o(!1)},caption:r,children:(0,i.jsx)(um,{popup:l,popupContent:a})})},um=({popup:e,popupContent:t})=>{const{type:a="image",content:s="",caption:o=""}=e;if(!s)return(0,i.jsxs)("p",{className:"warning",children:["Sorry! No ","iframe"===a?"Iframe Source":a," Found. Please Insert..."]});switch(a){case"image":return(0,i.jsx)("img",{className:"image",src:s,alt:o});case"audio":case"video":return(0,i.jsx)(hm,{popup:e});case"content":return t;case"document":return(0,i.jsx)("div",{className:"document",children:(0,i.jsx)("iframe",{src:`//docs.google.com/viewer?embedded=true&url=${s}`})});case"iframe":return(0,i.jsx)("div",{className:"iframe",children:(0,i.jsx)("iframe",{src:s})});default:return null}},mm=({attributes:e,id:t})=>{const{hideOn:s={desktop:!1,tablet:!1,mobile:!1},isFullWidth:n,addCSS:l,alignment:r,typography:c,colors:d,hovColors:h,padding:p,border:g,shadow:u,buttonHover:m}=e,v=`#${t}`,b=`${v} .${Zp}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",c)?.googleFontLink}\n\t\t${ei(b,c)?.styles}\n\n\t\t${v}{\n\t\t\ttext-align: ${r};\n\t\t}\n\t\t${b}:not(.btnEditor){\n\t\t\tdisplay: ${s?.desktop?"none":"inline-flex"};\n\t\t}\n\t\t${b}.btnEditor{\n\t\t\topacity: ${s?.desktop?.8:1};\n\t\t}\n\t\t@media only screen and (max-width: 1024px) {\n\t\t\t${b}:not(.btnEditor){\n\t\t\t\tdisplay: ${s?.tablet?"none":"inline-flex"};\n\t\t\t}\n\t\t\t${b}.btnEditor{\n\t\t\t\topacity: ${s?.tablet?.8:1};\n\t\t\t}\n\t\t}\n\t\t@media only screen and (max-width: 640px) {\n\t\t\t${b}:not(.btnEditor){\n\t\t\t\tdisplay: ${s?.mobile?"none":"inline-flex"};\n\t\t\t}\n\t\t\t${b}.btnEditor{\n\t\t\t\topacity: ${s?.mobile?.8:1};\n\t\t\t}\n\t\t}\n\t\t${b}{\n\t\t\t${Yn(d)||`color: #fff; background-color: ${a};`}\n\t\t\twidth: ${n?"100%":"auto"};\n\t\t\tpadding: ${Jn(p)||"10px 20px"};\n\t\t\t${Un(g)||"border-radius: 5px;"}\n\t\t\tbox-shadow: ${Kn(u?.shadow||u)||"none"};\n\t\t}\n\t\t${b}:hover{\n\t\t\t${Yn(h)||`color: #fff; background-color: ${o};`}\n\t\t\t${Ct(m?.shadow)?`box-shadow: ${Kn(m?.shadow)};`:""}\n\t\t\t${Ct(m?.border)?Un(m?.border):""}\n\t\t\t${Ct(m?.padding)?`padding: ${Jn(m?.padding)}`:""}\n\t\t}\n\t\t${l}\n\t\t`.replace(/\s+/g," ")}})},vm=({popup:e,setAttributes:t})=>{const{ShortcutProvider:a}=wp.keyboardShortcuts,[s,o]=(0,g.useState)([]);(0,g.useEffect)((()=>{o((0,d.parse)(e?.content))}),[]);const n=a=>{const s=a[a.length-1];"core/paragraph"===s.name&&""===s.attributes.content?o(a):o([...a,...(0,d.parse)("\x3c!-- wp:paragraph --\x3e\x3c!-- /wp:paragraph --\x3e")]),t({popup:{...e,content:(0,d.serialize)(a)}})};return(0,i.jsx)(h.BlockEditorProvider,{value:s,onInput:e=>n(e),onChange:e=>n(e),children:(0,i.jsx)(b.SlotFillProvider,{children:(0,i.jsxs)(a,{className:"btnContentArea",children:[(0,i.jsx)(h.BlockEditorKeyboardShortcuts,{}),(0,i.jsxs)("div",{className:"btnContentBox",children:[(0,i.jsxs)("div",{className:"btnContentEditor",children:[(0,i.jsx)(h.BlockTools,{children:(0,i.jsx)(h.WritingFlow,{children:(0,i.jsx)(h.ObserveTyping,{children:(0,i.jsx)(h.BlockList,{})})})}),(0,i.jsx)("div",{className:"popoverSlotOuter",children:(0,i.jsx)(b.Popover.Slot,{})})]}),(0,i.jsx)("div",{className:"btnContentSidebar",children:(0,i.jsx)(h.BlockInspector,{})})]})]})})})},bm=[{label:(0,v.__)("Link","b-blocks"),value:"link"},{label:(0,v.__)("Popup","b-blocks"),value:"popup"}],fm=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Password Protected","b-blocks"),value:"password"},{label:(0,v.__)("Login Protected","b-blocks"),value:"login"}],wm=((0,v.__)("Alternate","b-blocks"),(0,v.__)("Author","b-blocks"),(0,v.__)("Bookmark","b-blocks"),(0,v.__)("External","b-blocks"),(0,v.__)("Help","b-blocks"),(0,v.__)("License","b-blocks"),(0,v.__)("Next","b-blocks"),(0,v.__)("No Follow","b-blocks"),(0,v.__)("No Opener","b-blocks"),(0,v.__)("No Referrer","b-blocks"),(0,v.__)("Prev","b-blocks"),(0,v.__)("Search","b-blocks"),(0,v.__)("Tag","b-blocks"),(0,v.__)("No Referrer","b-blocks"),(0,v.__)("No Referrer When Downgrade","b-blocks"),(0,v.__)("Origin","b-blocks"),(0,v.__)("Origin When Cross Origin","b-blocks"),(0,v.__)("Same Origin","b-blocks"),(0,v.__)("Strict Origin When Cross Origin","b-blocks"),(0,v.__)("Unsafe Url","b-blocks"),[{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Right","b-blocks"),value:"right"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"},{label:(0,v.__)("Left","b-blocks"),value:"left"}]),xm=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],ym=[{label:(0,v.__)("Flat","b-blocks"),value:"flat",icon:"Flat"},{label:(0,v.__)("3D","b-blocks"),value:"3d",icon:"3D"}],km=[{label:(0,v.__)("Small","b-blocks"),value:"small"},{label:(0,v.__)("Medium","b-blocks"),value:"medium"},{label:(0,v.__)("Large","b-blocks"),value:"large"},{label:(0,v.__)("X Large","b-blocks"),value:"x-large"}],Cm=[{label:(0,v.__)("None","b-blocks"),value:""},{label:(0,v.__)("Fade","b-blocks"),value:"fade"},{label:(0,v.__)("Fade Up","b-blocks"),value:"fade-up"},{label:(0,v.__)("Fade Down","b-blocks"),value:"fade-down"},{label:(0,v.__)("Fade Left","b-blocks"),value:"fade-left"},{label:(0,v.__)("Fade Right","b-blocks"),value:"fade-right"},{label:(0,v.__)("Flip Up","b-blocks"),value:"flip-up"},{label:(0,v.__)("Flip Down","b-blocks"),value:"flip-down"},{label:(0,v.__)("Flip Left","b-blocks"),value:"flip-left"},{label:(0,v.__)("Flip Right","b-blocks"),value:"flip-right"},{label:(0,v.__)("Zoom In","b-blocks"),value:"zoom-in"},{label:(0,v.__)("Zoom In Up","b-blocks"),value:"zoom-in-up"},{label:(0,v.__)("Zoom In Down","b-blocks"),value:"zoom-in-down"},{label:(0,v.__)("Zoom In Left","b-blocks"),value:"zoom-in-left"},{label:(0,v.__)("Zoom In Right","b-blocks"),value:"zoom-in-right"}],_m=[{label:(0,v.__)("Image","b-blocks"),value:"image"},{label:(0,v.__)("Audio","b-blocks"),value:"audio"},{label:(0,v.__)("Video","b-blocks"),value:"video"},{label:(0,v.__)("Content","b-blocks"),value:"content"},{label:(0,v.__)("Document","b-blocks"),value:"document"},{label:(0,v.__)("Iframe","b-blocks"),value:"iframe"}],Mm=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"popup",title:(0,v.__)("Popup","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],zm=({attributes:e,setAttributes:t,isPremium:s,setContentPopup:n})=>{const{text:l,actionType:r="link",security:c,url:d,tooltip:p,tooltipPos:u="top",target:m,attrs:w={},hideOn:x={},isDownload:y,downloadFileName:k="",isUpIcon:C,icon:_,upIcon:M,iconPos:z,type:j,isFullWidth:L,size:S,popup:$={},animationType:H,animationDuration:T,addID:B,addCSS:A,alignment:V,typography:N,colors:P,hovColors:E,padding:I,border:O,shadow:R,securityPassword:D,securityRole:F,buttonHover:q}=e,{type:W="image",content:U="",caption:G="",videoOptions:Y}=$,[Z,K]=(0,g.useState)(!1),{roles:Q}=(()=>{const{data:e}=pd("bBlocksUtils"),{data:t=null,refetch:a,isLoading:s=!0}=hd("bBlocksUserRoles",{_wpnonce:e?.nonce},!0),o=null===t?[]:Object.entries(t).map((([e,t])=>({label:t,value:e})));return(0,g.useEffect)((()=>{a()}),[e]),{roles:o,isLoading:s}})(),X={isPremium:s,setIsProModalOpen:K},J=(a,s,o)=>{t({[a]:{...e[a],[s]:o}})},ee="popup"===r,te={value:U,onChange:e=>J("popup","content",e)};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Mm,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:"https://bplugins.com/docs/button-block"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:l,onChange:e=>t({text:e})})]}),(0,i.jsx)(In,{className:"mt20",label:(0,v.__)("Action:","b-blocks"),labelPosition:"left",value:r,onChange:e=>t({actionType:e}),options:bm,...X,proValues:["popup"]}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Security:","b-blocks"),labelPosition:"left",value:c,onChange:e=>t({security:e}),options:fm,...X,Component:b.SelectControl}),"login"==c&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Set User Role:","b-blocks"),labelPosition:"left",value:F,onChange:e=>t({securityRole:e}),options:[{label:"Default",value:"default"},...Q],...X,Component:b.SelectControl})}),"password"==c&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Set Password:","b-blocks"),value:D,onChange:e=>t({securityPassword:e}),...X,Component:b.TextControl})}),!ee&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("URL:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:d,onChange:e=>t({url:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Open link in new tab","b-blocks"),checked:"_blank"===m,onChange:e=>t({target:e?"_blank":"_self"})}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("URL/Link Rel/Relation:","b-blocks"),value:w?.rel,onChange:e=>J("attrs","rel",e),...X,Component:b.TextControl}),(0,i.jsxs)("small",{children:["For more details read the ",(0,i.jsx)("a",{href:"https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel",target:"_blank",rel:"noreferrer",children:"documentation"})]}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Enter Referer Policy:","b-blocks"),value:w?.referrerpolicy,onChange:e=>J("attrs","referrerpolicy",e),...X,Component:b.TextControl}),(0,i.jsxs)("small",{children:["For more details read the ",(0,i.jsx)("a",{href:"https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/referrerPolicy",target:"_blank",rel:"noreferrer",children:"documentation"})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Download Button","b-blocks"),checked:y,onChange:e=>t({isDownload:e})}),y&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("small",{children:(0,v.__)("Make sure the URL/link is downloadable!","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Download File Name:","b-blocks"),labelPosition:"left",value:k,onChange:e=>t({downloadFileName:e}),...X,Component:b.TextControl}),(0,i.jsxs)("small",{children:[(0,v.__)("This is an experimental feature, and it may not work reliably every time.","b-blocks")," ",(0,i.jsx)("a",{href:"https://www.w3schools.com/howto/howto_html_download_link.asp",target:"_blank",rel:"noreferrer",children:"Source"})]})]})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Upload Icon?","b-blocks"),checked:C,onChange:e=>t({isUpIcon:e})}),C?(0,i.jsx)(we,{value:M,types:["image"],onChange:e=>t({upIcon:e}),placeholder:(0,v.__)("Enter Icon URL","b-blocks")}):(0,i.jsx)(Sa,{value:_,onChange:e=>t({icon:e}),defaults:{class:"fa fa-paper-plane"},isSize:!1,isColor:!1}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Icon Position:","b-blocks"),labelPosition:"left",value:z,onChange:e=>t({iconPos:e}),options:xm,...X,Component:b.SelectControl}),(0,i.jsx)(f,{children:(0,v.__)("Tooltip Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:p,onChange:e=>t({tooltip:e})}),(0,i.jsx)("small",{children:(0,v.__)("If you want to add tooltip on button, type text rather then leave empty.","b-blocks")}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Tooltip Position:","b-blocks"),labelPosition:"left",value:u,onChange:e=>t({tooltipPos:e}),options:wm,...X,Component:b.SelectControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Hide On Desktop","b-blocks"),checked:x?.desktop,onChange:e=>J("hideOn","desktop",e),...X,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Hide On Tablet","b-blocks"),checked:x?.tablet,onChange:e=>J("hideOn","tablet",e),...X,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Hide On Mobile","b-blocks"),checked:x?.mobile,onChange:e=>J("hideOn","mobile",e),...X,Component:b.ToggleControl})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Design","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Button Full Width?","b-blocks"),checked:L,onChange:e=>t({isFullWidth:e})}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Size:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:S,onChange:e=>{t({size:e}),"small"===e&&t({typography:{...N,fontSize:12},padding:{...I,vertical:"8px",horizontal:"16px"}}),"medium"===e&&t({typography:{...N,fontSize:16},padding:{...I,vertical:"12px",horizontal:"24px"}}),"large"===e&&t({typography:{...N,fontSize:20},padding:{...I,vertical:"14px",horizontal:"30px"}}),"x-large"===e&&t({typography:{...N,fontSize:22},padding:{...I,vertical:"16px",horizontal:"46px"}})},options:km})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Type:","b-blocks")}),(0,i.jsx)(ga,{value:j,onChange:e=>{t({type:e}),"flat"===e&&t({shadow:[]}),"3d"===e&&t({shadow:[{hOffset:"-5px",vOffset:"6px",blur:"2px",spreed:"0px",color:"#0006",isInset:!1},{hOffset:"3px",vOffset:"-3px",blur:"0px",spreed:"2px",color:"#341b7e",isInset:!0}]})},isTextIcon:!0,options:ym})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Animation","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:H,onChange:e=>t({animationType:e}),options:Cm})]}),(0,i.jsx)(f,{children:(0,v.__)("Duration (Speed) (s):","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:T,onChange:e=>t({animationDuration:e}),min:0,max:3,step:.05}),(0,i.jsx)("small",{children:(0,v.__)("Animation duration of speed in seconds")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Additional","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("ID:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:B,onChange:e=>t({addID:e}),placeholder:(0,v.__)("Enter additional ID","b-blocks")})]}),(0,i.jsx)(f,{children:(0,v.__)("CSS:","b-blocks")}),(0,i.jsx)(b.TextareaControl,{value:A,onChange:e=>t({addCSS:e}),placeholder:(0,v.__)("Enter additional CSS","b-blocks")})]})]}),"popup"===e.name&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Options","b-blocks"),children:[!ee&&(0,i.jsx)("div",{className:"mb20",children:(0,i.jsx)("small",{children:(0,v.__)("Please select the popup from the button action to enable these options.","b-blocks")})}),(0,i.jsxs)("div",{className:ee?"":"bPlNoEvent",children:[(0,i.jsx)(Nn,{label:(0,v.__)("Content Type:","b-blocks"),labelPosition:"left",value:W,options:_m,onChange:e=>t({popup:{...$,type:e,content:"content"===e?"\x3c!-- wp:paragraph --\x3e\x3c!-- /wp:paragraph --\x3e":""}}),...X,Component:b.SelectControl}),"image"===W&&(0,i.jsx)(Nn,{label:(0,v.__)("Image:","b-blocks"),type:["image"],...te,placeholder:(0,v.__)("Enter Image URL","b-blocks"),...X,Component:fe}),"audio"===W&&(0,i.jsx)(Nn,{label:(0,v.__)("Audio:","b-blocks"),types:["audio"],...te,placeholder:(0,v.__)("Enter Audio URL","b-blocks"),...X,Component:fe}),"video"===W&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Video:","b-blocks"),types:["video"],...te,placeholder:(0,v.__)("Enter Video URL","b-blocks"),...X,Component:fe}),(0,i.jsx)("span",{children:(0,v.__)("Also support YouTube and Vimeo video.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Autoplay Video","b-blocks"),checked:Y?.autoplay,value:Y?.autoplay,onChange:e=>t({popup:ue($,e,"videoOptions","autoplay")})})]}),"content"===W&&(0,i.jsx)(b.Flex,{className:"mt20",justify:"center",children:(0,i.jsx)(b.Button,{variant:"primary",onClick:()=>n(!0),children:"Add/Update Content"})}),"document"===W&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Document:","b-blocks"),types:["application/pdf","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],...te,placeholder:(0,v.__)("Enter Document URL","b-blocks"),...X,Component:fe}),(0,i.jsx)("span",{children:(0,v.__)("Supported Document: .pdf, .doc, .docx, .xls, .xlsx","b-blocks")})]}),"iframe"===W&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Iframe Source:","b-blocks"),...te,placeholder:(0,v.__)("Enter Iframe URL","b-blocks"),...X,Component:b.TextControl}),(0,i.jsx)("span",{children:(0,v.__)("Note: Enter only source URL","b-blocks")})]}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Title/Caption:","b-blocks"),value:G,onChange:e=>J("popup","caption",e),...X,Component:b.TextControl})]})]}),"style"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),children:[(0,i.jsx)(Mn,{value:N,onChange:e=>t({typography:e}),defaults:{fontSize:{desktop:18,tablet:17,mobile:16},textDecoration:"none"}}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:Le,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ka,{value:P,onChange:e=>t({colors:e}),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:I,onChange:e=>t({padding:e}),defaults:{vertical:"10px",horizontal:"20px"}}),(0,i.jsx)(Oc,{className:"mt20",value:O,onChange:e=>t({border:e}),defaults:{radius:"5px"}}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow:","b-blocks"),value:R?.shadow||R,onChange:e=>t({shadow:e})})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ka,{label:(0,v.__)("Colors:","b-blocks"),value:E,onChange:e=>t({hovColors:e}),defaults:{color:"#fff",bg:o}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:q?.padding||{},onChange:e=>t({buttonHover:{...q,padding:e}})}),(0,i.jsx)(Oc,{className:"mt20",value:q?.border,onChange:e=>t({buttonHover:{border:e}}),defaults:{radius:"5px"}}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow:","b-blocks"),value:q?.shadow||[],onChange:e=>t({buttonHover:{...q,shadow:e}})})]})]})})]})})]})})}),(0,i.jsxs)(da,{isProModalOpen:Z,setIsProModalOpen:K,block:"Button",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Button Action: ","b-blocks")}),(0,v.__)("Use the button as a link or popup trigger.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("rel Attribute: ","b-blocks")}),(0,v.__)("Add the rel/relation attribute to the anchor link.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("referrer-policy Attribute: ","b-blocks")}),(0,v.__)("Add the Referrer Policy attribute to the anchor link.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Download File Name: ","b-blocks")}),(0,v.__)("For the download, enter a custom name for the download file. This is an experimental feature, and it may not work reliably every time.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Icon Position: ","b-blocks")}),(0,v.__)("Set the icon position to the left or right.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Tooltip Position: ","b-blocks")}),(0,v.__)("Choose a different position for the tooltip.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Hide on Devices: ","b-blocks")}),(0,v.__)("Hide on various devices (desktop, tablet, and mobile).","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Popup Content: ","b-blocks")}),(0,v.__)("Show Image, Audio, Video, Block Content, Document(.pdf, .doc, .docx, .xls, .xlsx), and Iframe.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Security Features: ","b-blocks")}),(0,v.__)("Login, Password Required","b-blocks")]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:V,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Button Alignment"),alignmentControls:[{title:(0,v.__)("Button in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Button in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Button in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},jm=({isOpen:e,onClose:t,caption:a,children:s})=>{if(!e)return null;const o=(0,g.useRef)(null);return(0,g.useEffect)((()=>{const a=o.current;if(a&&e){const e=document.createElement("button");e.className="popupCloseBtn",e.innerHTML="\n\t\t\t\t<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='24px' height='24px' viewBox='0 0 32 32'>\n\t\t\t\t\t<path d='M17.769 16l9.016-9.016c0.226-0.226 0.366-0.539 0.366-0.884 0-0.691-0.56-1.251-1.251-1.251-0.346 0-0.658 0.14-0.885 0.367v0l-9.015 9.015-9.016-9.015c-0.226-0.226-0.539-0.366-0.884-0.366-0.69 0-1.25 0.56-1.25 1.25 0 0.345 0.14 0.658 0.366 0.884v0l9.015 9.016-9.015 9.015c-0.227 0.226-0.367 0.539-0.367 0.885 0 0.691 0.56 1.251 1.251 1.251 0.345 0 0.658-0.14 0.884-0.366v0l9.016-9.016 9.015 9.016c0.227 0.228 0.541 0.369 0.888 0.369 0.691 0 1.251-0.56 1.251-1.251 0-0.347-0.141-0.661-0.369-0.887l-0-0z' />\n\t\t\t\t</svg>\n\t\t\t",e.addEventListener("click",(()=>t())),a.appendChild(e)}}),[o.current,e]),(0,i.jsxs)(b.Modal,{onRequestClose:()=>t(),className:"popupContent",overlayClassName:"btnPopupWrap",shouldCloseOnClickOutside:!0,isFullScreen:!1,__experimentalHideHeader:!0,ref:o,children:[(0,i.jsx)("div",{children:s}),a&&(0,i.jsx)("p",{className:"popupCaption",dangerouslySetInnerHTML:{__html:a}})]})};br(Yp.name)&&(0,d.registerBlockType)(Yp,{icon:Ki,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{text:o,animationType:n,animationDuration:l,popup:r={}}=t,[c,d]=(0,g.useState)(!1),p=(0,g.useRef)(null),u=bBlocksPremiumChecker;return(0,g.useEffect)((()=>{window.AOS?.init()}),[]),(0,g.useEffect)((()=>{const e=p.current?.classList;e.remove("aos-init"),e.remove("aos-animate"),setTimeout((()=>{e.add("aos-init"),e.add("aos-animate")}),500)}),[n,l]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(zm,{attributes:t,setAttributes:a,isPremium:u,setContentPopup:d}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(mm,{attributes:t,id:`block-${s}`}),(0,i.jsx)(pm,{attributes:t,security:"none",isPremium:u,Popup:jm,popupContent:(0,i.jsx)(vm,{popup:r,setAttributes:a}),ref:p,isBackend:!0,children:(0,i.jsx)(h.RichText,{className:"btnText",tagName:"span",value:o,onChange:e=>a({text:e}),placeholder:(0,v.__)("Button Text","b-blocks")})}),c&&(0,i.jsx)(gm,{attributes:t,Popup:jm,popupContent:(0,i.jsx)(vm,{popup:r,setAttributes:a}),securityPop:!0,setSecurityPass:d})]})]})},save:()=>null});const Lm=JSON.parse('{"apiVersion":3,"name":"b-blocks/button-group","title":"Button Group","description":"Display Dual Button.","category":"bBlocks","keywords":["buttons","multiple buttons","group of buttons"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"width":{"type":"string","default":"0px"},"layout":{"type":"string","default":"row"},"alignment":{"type":"object","default":{"desktop":{"vertical":"center","horizontal":"center"},"tablet":{"vertical":"","horizontal":""},"mobile":{"vertical":"","horizontal":""}}},"gap":{"type":"object","default":{"desktop":"","tablet":"","mobile":""}},"btnAlign":{"type":"string","default":"center"},"btnType":{"type":"string","default":"fill"},"btnTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"btnPadding":{"type":"object","default":{"vertical":"12px","horizontal":"30px"}},"btnOne":{"type":"string","selector":"a.btnOne","default":"First Button"},"btnOneLink":{"type":"string","default":"#"},"btnOneBorder":{"type":"object","default":{"radius":"50px"}},"btnOneColors":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"btnOneHovColors":{"type":"object","default":{"color":"#fff","bg":"#070127"}},"btnTwo":{"type":"string","selector":"a.btnTwo","default":"Second Button"},"btnTwoLink":{"type":"string","default":"#"},"btnTwoBorder":{"type":"object","default":{"radius":"50px"}},"btnTwoColors":{"type":"object","default":{"color":"#fff","bg":"#FF7A00"}},"btnTwoHovColors":{"type":"object","default":{"color":"#fff","bg":"#070127"}},"isSep":{"type":"boolean","default":true},"sepType":{"type":"string","default":"icon"},"sepText":{"type":"string","default":"or"},"sepTextTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"sepTextColor":{"type":"string","default":"#333"},"sepIcon":{"type":"object","default":{"class":"fa fa-arrows-alt-h","fontSize":20,"color":"#333"}},"sepBGColor":{"type":"string","default":"#fff"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),Sm=[{label:"Icon",value:"icon",icon:"Icon"},{label:"Text",value:"text",icon:"Text"}],$m=[{name:"btn-one",title:(0,v.__)("Button One","b-blocks")},{name:"btn-two",title:(0,v.__)("Button Two","b-blocks")}],Hm=({attributes:e,setAttributes:t,device:s,updateObj:n})=>{const{width:l,btnAlign:r,btnType:c,btnTypo:d,btnPadding:p,btnOneLink:g,btnOneBorder:u,btnOneColors:m,btnOneHovColors:w,btnTwoLink:x,btnTwoBorder:k,btnTwoColors:C,btnTwoHovColors:_,isSep:M,sepType:z,sepText:j,sepTextTypo:L,sepTextColor:S,sepIcon:$,sepBGColor:H,layout:T="row",alignment:B={},gap:A={}}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button Settings","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Container Width:","b-blocks"),labelPosition:"left",value:l,onChange:e=>t({width:e}),units:[$e(),He(),Te()]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Layout","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:T,onChange:e=>t({layout:e}),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Vertical",value:"column"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Horizontal",value:"row"})]})]}),"column"===T&&(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.Flex,{children:(0,i.jsxs)(f,{className:"flex1",children:[(0,v.__)("Alignment","b-blocks"),(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"default",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:B?.[s]?.vertical,onChange:e=>n("alignment",e,s,"vertical"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"left",icon:"editor-alignleft"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:"editor-aligncenter"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"right",icon:"editor-alignright"})]})]}),"row"===T&&(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.Flex,{children:(0,i.jsxs)(f,{className:"flex1",children:[(0,v.__)("Alignment","b-blocks"),(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"default",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:B?.[s]?.horizontal,onChange:e=>n("alignment",e,s,"horizontal"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:"editor-alignleft"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:"editor-aligncenter"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:"editor-alignright"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Space Between",value:"space-between",icon:"editor-justify"})]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex2",children:[(0,v.__)("Gap:","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:A?.[s]||"",onChange:e=>n("gap",e,s)})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(ga,{value:c,onChange:e=>{t({btnType:e}),"fill"===e&&t({btnOneColors:{...m,color:"#fff",bg:a,styles:`color: #fff; background: ${a};`},btnOneBorder:{...u,width:"0px",color:"#0000",styles:""},btnTwoColors:{...C,color:"#fff",bg:o,styles:`color: #fff; background: ${o};`},btnTwoBorder:{...k,width:"0px",color:"#0000",styles:""}}),"outline"===e&&t({btnOneColors:{...m,color:a,bg:"#0000",styles:`color: ${a}; background: #0000;`},btnOneBorder:{...u,width:"3px",color:a,styles:`border: 3px solid ${a};`},btnTwoColors:{...C,color:o,bg:"#0000",styles:`color: ${o}; background: #0000;`},btnTwoBorder:{...k,width:"3px",color:o,styles:`border: 3px solid ${o};`}})},options:[{label:(0,v.__)("Fill","b-blocks"),value:"fill",icon:"FILL"},{label:(0,v.__)("Outline","b-blocks"),value:"outline",icon:"OUTLINE"}]})]}),(0,i.jsx)("small",{children:(0,v.__)("Some settings may change when type will be changed.","b-blocks")}),(0,i.jsx)(Mn,{value:d,onChange:e=>t({btnTypo:e}),defaults:{fontSize:{desktop:16,tablet:16,mobile:16}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:p,onChange:e=>t({btnPadding:e}),defaults:{vertical:"12px",horizontal:"30px"}}),(0,i.jsx)(f,{children:(0,v.__)("Buttons:","b-blocks")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:$m,children:e=>(0,i.jsxs)(i.Fragment,{children:["btn-one"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:g,onChange:e=>t({btnOneLink:e})})]}),(0,i.jsx)(Oc,{label:(0,v.__)("Border","b-blocks"),value:u,onChange:e=>t({btnOneBorder:e}),defaults:{radius:"50px"}}),(0,i.jsx)(ka,{value:m,onChange:e=>t({btnOneColors:e}),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(ka,{label:(0,v.__)("Hover Colors:","b-blocks"),value:w,onChange:e=>t({btnOneHovColors:e}),defaults:{color:"#fff",bg:o}})]}),"btn-two"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:x,onChange:e=>t({btnTwoLink:e})})]}),(0,i.jsx)(Oc,{label:(0,v.__)("Border","b-blocks"),value:k,onChange:e=>t({btnTwoBorder:e}),defaults:{radius:"50px"}}),(0,i.jsx)(ka,{value:C,onChange:e=>t({btnTwoColors:e}),defaults:{color:"#fff",bg:o}}),(0,i.jsx)(ka,{label:(0,v.__)("Hover Colors:","b-blocks"),value:_,onChange:e=>t({btnTwoHovColors:e}),defaults:{color:"#fff",bg:a}})]})]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Separator","b-blocks"),checked:M,onChange:e=>t({isSep:e})}),M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(ga,{value:z,onChange:e=>t({sepType:e}),options:Sm})]}),"text"===z&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Separator Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:j,onChange:e=>t({sepText:e})}),(0,i.jsx)(Mn,{label:(0,v.__)("Text Typography","b-blocks"),value:L,onChange:e=>t({sepTextTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:S,onChange:e=>t({sepTextColor:e}),defaultColor:"#333"})]}),"icon"===z&&(0,i.jsx)(Sa,{value:$,onChange:e=>t({sepIcon:e}),defaults:{class:"fa fa fa-arrows-alt-h",fontSize:20,color:"#333"}}),(0,i.jsx)(De,{label:(0,v.__)("Background Color:","b-blocks"),value:H,onChange:e=>t({sepBGColor:e}),defaultColor:"#fff"})]})]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:r,onChange:e=>t({btnAlign:e}),describedBy:(0,v.__)("Button Group Align"),alignmentControls:[{title:(0,v.__)("Button Group in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Button Group in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Button Group in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},Tm="bBlocksButtonGroup",Bm=({attributes:e,id:t})=>{const{width:a,btnAlign:s,btnTypo:o,btnPadding:n,btnOneBorder:l,btnOneColors:r,btnOneHovColors:c,btnTwoBorder:d,btnTwoColors:h,btnTwoHovColors:p,sepType:g,sepTextTypo:u,sepTextColor:m,sepIcon:v,sepBGColor:b,alignment:f={},layout:w="row",gap:x={}}=e,y=`#${t}`,k=`${y} .${Tm}`,C=`${k} .btnSeparator`,_=u?.fontSize?.desktop||u?.fontSize;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",o)?.googleFontLink}\n\t\t${ei("",u)?.googleFontLink}\n\t\t${ei(`${k} .bBlocksBtn a`,o)?.styles}\n\t\t${ei(`${C} span`,u)?.styles}\n\n\t\t${y}{\n\t\t\ttext-align: ${s};\n\t\t\t${"column"===w?qn("text-align",f.desktop.vertical):""}\n\t\t}\n\t\t${k}{\n\t\t\twidth: ${"0px"!==a&&"0%"!==a&&"0em"!==a?a:"auto"};\n\t\t\t${qn("gap",x?.desktop)}\n\t\t}\n\t\t${k}.layout-row{\n\t\t\t${qn("justify-content",f.desktop.horizontal)}\n\t\t}\n\t\t${k}.layout-column{\n\t\t\t${qn("justify-content",f.desktop.vertical)}\n\t\t}\n\t\t${k} .bBlocksBtn{\n\t\t\tmin-width: ${"0px"!==a&&"0%"!==a&&"0em"!==a?"50%":"auto"};\n\t\t}\n\t\t${k} .bBlocksBtn a{\n\t\t\tpadding: ${Jn(n)};\n\t\t}\n\n\t\t${k} .btnOne{\n\t\t\t${Un(l)||"border-radius: 50px;"}\n\t\t\t${Yn(r)}\n\t\t\tborder-radius: ${l?.radius||"50px"} 0 0 ${l?.radius||"50px"};\n\t\t}\n\t\t${k} .btnOne:hover{\n\t\t\t${Yn(c)}\n\t\t}\n\n\t\t${k} .btnTwo{\n\t\t\t${Un(d)||"border-radius: 50px;"}\n\t\t\t${Yn(h)}\n\t\t\tborder-radius: 0 ${d?.radius||"50px"} ${d?.radius||"50px"} 0;\n\t\t}\n\t\t${k} .btnTwo:hover{\n\t\t\t${Yn(p)}\n\t\t}\n\n\t\t${C}{\n\t\t\twidth: ${"text"===g?1.75*_+"px":1.65*v?.fontSize+"px"};\n\t\t\theight: ${"text"===g?1.75*_+"px":1.65*v?.fontSize+"px"};\n\t\t\tbackground-color: ${b};\n\t\t\t${(()=>{const e=`margin-top: -${"text"===g?1.75*_/2:1.65*v?.fontSize/2}px;\n\t\t\tmargin-bottom: -${"text"===g?1.75*_/2:1.65*v?.fontSize/2}px;`;return"row"===w?`margin-left: -${"text"===g?1.75*_/2:1.65*v?.fontSize/2}px;\n\t\t\tmargin-right: -${"text"===g?1.75*_/2:1.65*v?.fontSize/2}px;`:e})()}\n\t\t}\n\t\t${C} span{\n\t\t\tcolor: ${m};\n\t\t}\n\t\t${C} i{\n\t\t\t${Zn(v)}\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},Am=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o,device:n}=e,{btnType:l,btnOne:r,btnOneLink:c,btnTwo:d,btnTwoLink:p,isSep:u,sepType:m,sepText:b,sepIcon:f,layout:w="row"}=t;(0,g.useEffect)((()=>ge()),[o]);const x=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Hm,{attributes:t,setAttributes:a,device:n,updateObj:x}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(Bm,{attributes:t,id:`block-${s}`}),(0,i.jsxs)("div",{className:`${Tm} layout-${w}`,children:[(0,i.jsx)("div",{className:"bBlocksBtn firstBtn",children:(0,i.jsx)(h.RichText,{className:`btnOne btn-${l}`,tagName:"a",href:_t(c),value:r,onChange:e=>a({btnOne:e}),placeholder:(0,v.__)("First Button","b-blocks"),inlineToolbar:!0})}),u&&(0,i.jsx)("div",{className:"btnSeparator",children:"text"===m?(0,i.jsx)("span",{children:b}):"icon"===m&&f?.class?(0,i.jsx)("i",{className:f?.class}):""}),(0,i.jsx)("div",{className:"bBlocksBtn secondBtn",children:(0,i.jsx)(h.RichText,{className:`btnTwo btn-${l}`,tagName:"a",href:_t(p),value:d,onChange:e=>a({btnTwo:e}),placeholder:(0,v.__)("Second Button","b-blocks"),inlineToolbar:!0})})]})]})]})}));br(Lm.name)&&(0,d.registerBlockType)(Lm,{icon:Qi,edit:Am,save:()=>null});const Vm=JSON.parse('{"apiVersion":3,"name":"b-blocks/cards","title":"Cards","description":"Provide cards to display anything.","category":"bBlocks","keywords":["card","cards","cards section"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"cards":{"type":"array","default":[{"link":"","background":{"color":"#0000"},"img":{"id":null,"url":"","alt":"","title":""},"imgBorder":{"radius":"5px"},"cat":"Category 1","catColor":"#0dcaf0","title":"Card Title 1","titleColor":"#ff7500","desc":"This content area describes card 1 descriptions or details.","descColor":"#333"},{"link":"","background":{"color":"#0000"},"img":{"id":null,"url":"","alt":"","title":""},"imgBorder":{"radius":"5px"},"cat":"Category 2","catColor":"#0dcaf0","title":"Card Title 2","titleColor":"#ff7500","desc":"This content area describes card 2 descriptions or details.","descColor":"#333"},{"link":"","background":{"color":"#0000"},"img":{"id":null,"url":"","alt":"","title":""},"imgBorder":{"radius":"5px"},"cat":"Category 3","catColor":"#0dcaf0","title":"Card Title 3","titleColor":"#ff7500","desc":"This content area describes card 3 descriptions or details.","descColor":"#333"}]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"20px"},"rowGap":{"type":"string","default":"30px"},"layout":{"type":"string","default":"vertical"},"link":{"type":"object","default":{"target":"_self","element":"card"}},"textAlign":{"type":"string","default":"left"},"padding":{"type":"object","default":{"vertical":"20px","horizontal":"10px"}},"imgPos":{"type":"string","default":"top"},"imgHeight":{"type":"string","default":"250px"},"imgWidth":{"type":"string","default":"90%"},"imgAlign":{"type":"object","default":"center"},"isCat":{"type":"boolean","default":true},"catTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"catMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isTitle":{"type":"boolean","default":true},"titlePos":{"type":"string","default":"image"},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"22px","tablet":"20px","mobile":"18px"}}},"titleMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isDesc":{"type":"boolean","default":true},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}');var Nm=Symbol.for("immer-nothing"),Pm=Symbol.for("immer-draftable"),Em=Symbol.for("immer-state");function Im(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Om=Object.getPrototypeOf;function Rm(e){return!!e&&!!e[Em]}function Dm(e){return!!e&&(qm(e)||Array.isArray(e)||!!e[Pm]||!!e.constructor?.[Pm]||Zm(e)||Km(e))}var Fm=Object.prototype.constructor.toString();function qm(e){if(!e||"object"!=typeof e)return!1;const t=Om(e);if(null===t)return!0;const a=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return a===Object||"function"==typeof a&&Function.toString.call(a)===Fm}function Wm(e,t){0===Um(e)?Reflect.ownKeys(e).forEach((a=>{t(a,e[a],e)})):e.forEach(((a,s)=>t(s,a,e)))}function Um(e){const t=e[Em];return t?t.type_:Array.isArray(e)?1:Zm(e)?2:Km(e)?3:0}function Gm(e,t){return 2===Um(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Ym(e,t,a){const s=Um(e);2===s?e.set(t,a):3===s?e.add(a):e[t]=a}function Zm(e){return e instanceof Map}function Km(e){return e instanceof Set}function Qm(e){return e.copy_||e.base_}function Xm(e,t){if(Zm(e))return new Map(e);if(Km(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const a=qm(e);if(!0===t||"class_only"===t&&!a){const t=Object.getOwnPropertyDescriptors(e);delete t[Em];let a=Reflect.ownKeys(t);for(let s=0;s<a.length;s++){const o=a[s],n=t[o];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(t[o]={configurable:!0,writable:!0,enumerable:n.enumerable,value:e[o]})}return Object.create(Om(e),t)}{const t=Om(e);if(null!==t&&a)return{...e};const s=Object.create(t);return Object.assign(s,e)}}function Jm(e,t=!1){return tv(e)||Rm(e)||!Dm(e)||(Um(e)>1&&(e.set=e.add=e.clear=e.delete=ev),Object.freeze(e),t&&Object.entries(e).forEach((([e,t])=>Jm(t,!0)))),e}function ev(){Im(2)}function tv(e){return Object.isFrozen(e)}var av,sv={};function ov(e){const t=sv[e];return t||Im(0),t}function nv(){return av}function iv(e,t){t&&(ov("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function lv(e){rv(e),e.drafts_.forEach(dv),e.drafts_=null}function rv(e){e===av&&(av=e.parent_)}function cv(e){return av={drafts_:[],parent_:av,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function dv(e){const t=e[Em];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function hv(e,t){t.unfinalizedDrafts_=t.drafts_.length;const a=t.drafts_[0];return void 0!==e&&e!==a?(a[Em].modified_&&(lv(t),Im(4)),Dm(e)&&(e=pv(t,e),t.parent_||uv(t,e)),t.patches_&&ov("Patches").generateReplacementPatches_(a[Em].base_,e,t.patches_,t.inversePatches_)):e=pv(t,a,[]),lv(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Nm?e:void 0}function pv(e,t,a){if(tv(t))return t;const s=t[Em];if(!s)return Wm(t,((o,n)=>gv(e,s,t,o,n,a))),t;if(s.scope_!==e)return t;if(!s.modified_)return uv(e,s.base_,!0),s.base_;if(!s.finalized_){s.finalized_=!0,s.scope_.unfinalizedDrafts_--;const t=s.copy_;let o=t,n=!1;3===s.type_&&(o=new Set(t),t.clear(),n=!0),Wm(o,((o,i)=>gv(e,s,t,o,i,a,n))),uv(e,t,!1),a&&e.patches_&&ov("Patches").generatePatches_(s,a,e.patches_,e.inversePatches_)}return s.copy_}function gv(e,t,a,s,o,n,i){if(Rm(o)){const i=pv(e,o,n&&t&&3!==t.type_&&!Gm(t.assigned_,s)?n.concat(s):void 0);if(Ym(a,s,i),!Rm(i))return;e.canAutoFreeze_=!1}else i&&a.add(o);if(Dm(o)&&!tv(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;pv(e,o),t&&t.scope_.parent_||"symbol"==typeof s||!Object.prototype.propertyIsEnumerable.call(a,s)||uv(e,o)}}function uv(e,t,a=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Jm(t,a)}var mv={get(e,t){if(t===Em)return e;const a=Qm(e);if(!Gm(a,t))return function(e,t,a){const s=fv(t,a);return s?"value"in s?s.value:s.get?.call(e.draft_):void 0}(e,a,t);const s=a[t];return e.finalized_||!Dm(s)?s:s===bv(e.base_,t)?(xv(e),e.copy_[t]=yv(s,e)):s},has:(e,t)=>t in Qm(e),ownKeys:e=>Reflect.ownKeys(Qm(e)),set(e,t,a){const s=fv(Qm(e),t);if(s?.set)return s.set.call(e.draft_,a),!0;if(!e.modified_){const s=bv(Qm(e),t),i=s?.[Em];if(i&&i.base_===a)return e.copy_[t]=a,e.assigned_[t]=!1,!0;if(((o=a)===(n=s)?0!==o||1/o==1/n:o!=o&&n!=n)&&(void 0!==a||Gm(e.base_,t)))return!0;xv(e),wv(e)}var o,n;return e.copy_[t]===a&&(void 0!==a||t in e.copy_)||Number.isNaN(a)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=a,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==bv(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,xv(e),wv(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const a=Qm(e),s=Reflect.getOwnPropertyDescriptor(a,t);return s?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:s.enumerable,value:a[t]}:s},defineProperty(){Im(11)},getPrototypeOf:e=>Om(e.base_),setPrototypeOf(){Im(12)}},vv={};function bv(e,t){const a=e[Em];return(a?Qm(a):e)[t]}function fv(e,t){if(!(t in e))return;let a=Om(e);for(;a;){const e=Object.getOwnPropertyDescriptor(a,t);if(e)return e;a=Om(a)}}function wv(e){e.modified_||(e.modified_=!0,e.parent_&&wv(e.parent_))}function xv(e){e.copy_||(e.copy_=Xm(e.base_,e.scope_.immer_.useStrictShallowCopy_))}function yv(e,t){const a=Zm(e)?ov("MapSet").proxyMap_(e,t):Km(e)?ov("MapSet").proxySet_(e,t):function(e,t){const a=Array.isArray(e),s={type_:a?1:0,scope_:t?t.scope_:nv(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=s,n=mv;a&&(o=[s],n=vv);const{revoke:i,proxy:l}=Proxy.revocable(o,n);return s.draft_=l,s.revoke_=i,l}(e,t);return(t?t.scope_:nv()).drafts_.push(a),a}function kv(e){if(!Dm(e)||tv(e))return e;const t=e[Em];let a;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,a=Xm(e,t.scope_.immer_.useStrictShallowCopy_)}else a=Xm(e,!0);return Wm(a,((e,t)=>{Ym(a,e,kv(t))})),t&&(t.finalized_=!1),a}Wm(mv,((e,t)=>{vv[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),vv.deleteProperty=function(e,t){return vv.set.call(this,e,t,void 0)},vv.set=function(e,t,a){return mv.set.call(this,e[0],t,a,e[0])};var Cv=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,a)=>{if("function"==typeof e&&"function"!=typeof t){const a=t;t=e;const s=this;return function(e=a,...o){return s.produce(e,(e=>t.call(this,e,...o)))}}let s;if("function"!=typeof t&&Im(6),void 0!==a&&"function"!=typeof a&&Im(7),Dm(e)){const o=cv(this),n=yv(e,void 0);let i=!0;try{s=t(n),i=!1}finally{i?lv(o):rv(o)}return iv(o,a),hv(s,o)}if(!e||"object"!=typeof e){if(s=t(e),void 0===s&&(s=e),s===Nm&&(s=void 0),this.autoFreeze_&&Jm(s,!0),a){const t=[],o=[];ov("Patches").generateReplacementPatches_(e,s,t,o),a(t,o)}return s}Im(1)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...a)=>this.produceWithPatches(t,(t=>e(t,...a)));let a,s;return[this.produce(e,t,((e,t)=>{a=e,s=t})),a,s]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){var t;Dm(e)||Im(8),Rm(e)&&(Rm(t=e)||Im(10),e=kv(t));const a=cv(this),s=yv(e,void 0);return s[Em].isManual_=!0,rv(a),s}finishDraft(e,t){const a=e&&e[Em];a&&a.isManual_||Im(9);const{scope_:s}=a;return iv(s,t),hv(void 0,s)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let a;for(a=t.length-1;a>=0;a--){const s=t[a];if(0===s.path.length&&"replace"===s.op){e=s.value;break}}a>-1&&(t=t.slice(a+1));const s=ov("Patches").applyPatches_;return Rm(e)?s(e,t):this.produce(e,(e=>s(e,t)))}},_v=Cv.produce;Cv.produceWithPatches.bind(Cv),Cv.setAutoFreeze.bind(Cv),Cv.setUseStrictShallowCopy.bind(Cv),Cv.applyPatches.bind(Cv),Cv.createDraft.bind(Cv),Cv.finishDraft.bind(Cv);const Mv=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",children:(0,i.jsx)("path",{d:"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})}),zv=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",children:(0,i.jsx)("path",{d:"M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})}),jv=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",children:(0,i.jsx)("path",{d:"M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})}),Lv=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 16 16",height:"1em",width:"1em",children:(0,i.jsx)("path",{fillRule:"evenodd",d:"M2 12.5a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm0-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm0-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5zm0-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z",clipRule:"evenodd"})}),Sv=[{label:"Left",value:"left",icon:Mv},{label:"Center",value:"center",icon:zv},{label:"Right",value:"right",icon:jv}],$v=e=>{const{attributes:t,setAttributes:a,index:s}=e,{cards:o}=t,n=o[s],{background:l,img:r,imgBorder:c,catColor:d,titleColor:h,descColor:p,cardLink:g}=n,u=(e,t)=>{a({cards:ue(o,t,s,e)})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:l,onChange:e=>u("background",e)}),(0,i.jsx)(f,{children:(0,v.__)("Image:","b-blocks")}),(0,i.jsx)(we,{value:r,onChange:e=>u("img",e),placeholder:(0,v.__)("Enter Image URL","b-blocks")}),(0,i.jsx)(Oc,{label:(0,v.__)("Image Border:","b-blocks"),value:c,onChange:e=>u("imgBorder",e),defaults:{radius:"5px"}}),(0,i.jsx)(De,{label:(0,v.__)("Category Color:","b-blocks"),value:d,onChange:e=>u("catColor",e),defaultColor:"#0dcaf0"}),(0,i.jsx)(De,{label:(0,v.__)("Title Color:","b-blocks"),value:h,onChange:e=>u("titleColor",e),defaultColor:"#ff7500"}),(0,i.jsx)(De,{label:(0,v.__)("Description Color:","b-blocks"),value:p,onChange:e=>u("descColor",e),defaultColor:"#333"}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Link:","b-blocks"),value:g,onChange:e=>u("link",e)}),(0,i.jsx)("span",{children:(0,v.__)("Insert the link if you want; otherwise, leave it blank.","b-blocks")})]})},Hv=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s,isPremium:o,device:n})=>{const{cards:l=[],columns:d,columnGap:p,rowGap:u,layout:m,link:w={},textAlign:x,padding:k,imgPos:C,imgHeight:_,isCat:M,catTypo:z,catMargin:j,isTitle:L,titlePos:S,titleTypo:$,titleMargin:H,isDesc:T,descTypo:B,imgWidth:A,imgAlign:V}=e,{target:N="_self",element:P="card"}=w,[E,I]=(0,g.useState)(!1),O={background:{color:"#0000"},img:{id:null,url:"",alt:"",title:""},imgBorder:{radius:"5px"},cat:`Category ${l.length+1}`,catColor:"#0dcaf0",title:`Card Title ${l.length+1}`,titleColor:"#ff7500",desc:`This content area describes card ${l.length+1} descriptions/details.`,descColor:"#333"},R={isPremium:o,setIsProModalOpen:I};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:ge,children:l=>(0,i.jsxs)(i.Fragment,{children:["general"===l.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Add or Remove Cards","b-blocks"),children:[(0,i.jsx)(dn,{attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s,arrKey:"cards",title:"title",ItemSettings:$v,itemLabel:"Card",newItem:O,design:o?"sortable":"single"}),!o&&(0,i.jsxs)("small",{children:[" ",(0,i.jsx)("b",{children:(0,i.jsx)("a",{href:na,target:"__blank",children:"Upgrade to Premium"})})," to unlock sorting and more features."]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Layout:","b-blocks")}),(0,i.jsx)(ga,{value:m,onChange:e=>t({layout:e,columns:{...d,desktop:"vertical"===e?3:2},textAlign:"vertical"===e?"center":"left",imgHeight:"vertical"===e?"250px":"200px",imgWidth:"vertical"===e?"90%":"50%"}),options:[{label:"Vertical",value:"vertical",icon:r},{label:"Horizontal",value:"horizontal",icon:c}],isIcon:!0})]}),(0,i.jsx)("small",{children:(0,v.__)("Some options will be change when you change the layout.","b-blocks")}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:d[n],onChange:e=>{t({columns:{...d,[n]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:u,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Image Position:","b-blocks")}),(0,i.jsx)(ga,{value:C,onChange:e=>t({imgPos:e}),options:[{label:"vertical"==m?"Top":"Left",value:"top",icon:"vertical"==m?"TOP":"LEFT"},{label:"vertical"==m?"Bottom":"Right",value:"bottom",icon:"vertical"==m?"BOTTOM":"RIGHT"}]})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Category","b-blocks"),checked:M,onChange:e=>t({isCat:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Title","b-blocks"),checked:L,onChange:e=>t({isTitle:e})}),L&&(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Title Position:","b-blocks")}),(0,i.jsx)(ga,{value:S,onChange:e=>t({titlePos:e}),options:[{label:"Image",value:"image",icon:"IMAGE"},{label:"Content",value:"content",icon:"CONTENT"}]})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Description","b-blocks"),checked:T,onChange:e=>t({isDesc:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Link","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Open link in new tab?","b-blocks"),checked:"_blank"===N,onChange:e=>t({link:{...w,target:e?"_blank":"_self"}}),...R,Component:b.ToggleControl}),(0,i.jsx)(In,{className:"mt20",label:(0,v.__)("Link to:","b-blocks"),labelPosition:"left",value:P,onChange:e=>t({link:{...w,element:e}}),options:[{label:"Card",value:"card"},{label:"Image",value:"image"},{label:"Title",value:"title"}],proValues:["image","title"],...R})]})]}),"style"===l.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content Area","b-blocks"),children:(0,i.jsx)(Wc,{label:(0,v.__)("Padding:","b-blocks"),value:k,onChange:e=>t({padding:e}),defaults:{vertical:"20px",horizontal:"10px"}})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:_,onChange:e=>t({imgHeight:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:A,onChange:e=>t({imgWidth:e}),units:[$e(),He(),Te()]}),"vertical"===m&&(0,i.jsx)(ga,{className:"mt20",label:(0,v.__)("Alignment","b-blocks"),value:V,onChange:e=>t({imgAlign:e}),options:Sv,isIcon:!0})]}),M&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Category","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:z,onChange:e=>t({catTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:j,onChange:e=>t({catMargin:e}),defaults:{side:4,bottom:"10px"}})]}),L&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:$,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:22,tablet:20,mobile:18}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:H,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"10px"}})]}),T&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Mn,{value:B,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}})})]})]})})}),(0,i.jsxs)(da,{isProModalOpen:E,setIsProModalOpen:I,block:"Cards",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Link Target: ","b-blocks")}),(0,v.__)("Set the card link target.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Link Element: ","b-blocks")}),(0,v.__)("Choose the link element you want to link to.","b-blocks")]})]}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Card","b-blocks"),onClick:()=>t({cards:[...l,O]}),children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:x,onChange:e=>t({textAlign:e})})]})]})})),Tv="bBlocksCards",Bv=({attributes:e,id:t})=>{const{cards:a=[],columnGap:s,rowGap:o,textAlign:n,padding:l,imgHeight:r,catTypo:c,catMargin:d,titleTypo:h,titleMargin:p,descTypo:g,imgWidth:u,imgAlign:m,layout:v}=e,b=`#${t}`,f=`${b} .${Tv} .${Tv}-card`,w=`${f} .cardDetails`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",c)?.googleFontLink}\n\t\t${ei("",h)?.googleFontLink}\n\t\t${ei("",g)?.googleFontLink}\n\t\t${ei(`${w} .${Tv}-cardCategory`,c)?.styles}\n\t\t${ei(`${f} .${Tv}-cardTitle`,h)?.styles}\n\t\t${ei(`${f} .cardDescription`,g)?.styles}\n\n\t\t${b} .${Tv}{\n\t\t\tgrid-gap: ${o} ${s};\n\t\t}\n\t\t${f} .${Tv}-cardImage{\n\t\t\t${qn("width",u?`calc( ${u} - 30px)`:"")}\n\t\t\t${qn("height",r)}\n\t\t\t${"vertical"===v?(x=m,"left"===x?"margin-inline-end: auto;":"center"===x?"margin-inline: auto;":"margin-inline-start: auto;"):""}\n\t\t}\n\t\t${w}{\n\t\t\ttext-align: ${n};\n\t\t\tpadding: ${Jn(l)};\n\t\t}\n\t\t${w} .${Tv}-cardCategory{\n\t\t\tmargin: ${Jn(d)};\n\t\t}\n\t\t${f} .${Tv}-cardTitle{\n\t\t\tmargin: ${Jn(p)};\n\t\t}\n\n\t\t${a.map(((e,a)=>{const{background:s,imgBorder:o,catColor:n,titleColor:i,descColor:l}=e,r=`#${t} #${Tv}-card-${a}`;return`\n\t\t\t\t${r} .${Tv}-card{\n\t\t\t\t\t${Wn(s)}\n\t\t\t\t}\n\t\t\t\t${r} .${Tv}-cardImage{\n\t\t\t\t\t${Un(o)}\n\t\t\t\t}\n\t\t\t\t${r} .cardDetails .${Tv}-cardCategory{\n\t\t\t\t\tcolor: ${n};\n\t\t\t\t}\n\t\t\t\t${r} .${Tv}-cardTitle{\n\t\t\t\t\tcolor: ${i};\n\t\t\t\t}\n\t\t\t\t${r} .${Tv}-cardDescription{\n\t\t\t\t\tcolor: ${l};\n\t\t\t\t}\n\t\t\t`})).join(" ")}\n\t\t`.replace(/\s+/g," ")}});var x};br(Vm.name)&&(0,d.registerBlockType)(Vm,{icon:Xi,transforms:{from:[{type:"block",blocks:["crd/cards"],transform:e=>(0,d.createBlock)("b-blocks/cards",e)},{type:"prefix",prefix:"counter",transform:()=>(0,d.createBlock)("b-blocks/cards")}],to:[{type:"block",blocks:["crd/cards"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("crd/cards",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{cards:o=[],columns:n,layout:l,imgPos:r,isCat:c,isTitle:d,titlePos:p,isDesc:u}=t,[m,f]=(0,g.useState)(0),w=bBlocksPremiumChecker,x=(e,t)=>{const s=_v(o,(a=>{a[m][e]=t}));a({cards:s})},y=`block-${s}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Hv,{attributes:t,setAttributes:a,activeIndex:m,setActiveIndex:f,updateCard:x,isPremium:w}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(Bv,{attributes:t,id:y}),(0,i.jsx)("div",{className:`${Tv} ${l||"vertical"} columns-${n?.desktop} columns-tablet-${n?.tablet} columns-mobile-${n?.mobile}`,children:o?.map(((e,t)=>{const{img:a,cat:s,title:o,desc:n}=e,l=d&&(0,i.jsx)(h.RichText,{className:`${Tv}-cardTitle`,tagName:"h3",value:o,onChange:e=>x("title",e),placeholder:(0,v.__)("Card title","b-blocks"),inlineToolbar:!0}),g=a?.url?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)("figure",{className:`${Tv}-cardImage`,children:[(0,i.jsx)("img",{className:`${Tv}-wp-image`,src:a.url,alt:a?.alt||a?.title}),"image"===p&&l]}),(0,Rc.isBlobURL)(a.url)&&(0,i.jsx)(b.Spinner,{})]}):(0,i.jsx)(Fc,{label:(0,v.__)(" Card Image:","b-blocks"),value:a,onChange:e=>x("img",e)});return(0,i.jsx)("div",{onClick:()=>f(t),className:t===m?"bPlNowEditing":"",id:`${Tv}-card-${t}`,children:(0,i.jsxs)("div",{className:`${Tv}-card ${"bottom"===r?"bottomImg":"topImg"}`,children:["top"===r&&g,(0,i.jsxs)("div",{className:"cardDetails",children:[c&&(0,i.jsx)(h.RichText,{className:`${Tv}-cardCategory`,tagName:"h6",value:s,onChange:e=>x("cat",e),placeholder:(0,v.__)("Card category","b-blocks"),inlineToolbar:!0}),"content"===p&&l,u&&(0,i.jsx)(h.RichText,{className:`${Tv}-cardDescription`,tagName:"p",value:n,onChange:e=>x("desc",e),placeholder:(0,v.__)("Description of the card","b-blocks"),inlineToolbar:!0})]}),"bottom"===r&&g]})},t)}))})]})]})},save:()=>null});const Av=JSON.parse('{"apiVersion":3,"name":"b-blocks/chart","title":"Chart","description":"Graphical representation for data visualization.","category":"bBlocks","keywords":["charts","line charts","pie charts"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"data":{"type":"object","default":{"labels":["January","February","March","April","May","June"],"datasets":[{"label":"T-Shirts Sell 2021","data":[3,9,10,16,14,16],"backgroundColor":["#ff638433","#36a28733","#ffce5633","#4bc0c033","#9966ff33","#ff9f4033"],"borderColor":["#ff6384","#36a287","#ffce56","#4bc0c0","#9966ff","#ff9f40"],"tension":0.4,"borderWidth":2,"hoverBorderWidth":2,"pointRadius":3,"pointHoverRadius":4,"pointStyle":"triangle"},{"label":"Shoes Sell 2021","data":[5,7,12,14,13,17],"backgroundColor":["#ff638433","#36a28733","#ffce5633","#4bc0c033","#9966ff33","#ff9f4033"],"borderColor":["#ff6384","#36a287","#ffce56","#4bc0c0","#9966ff","#ff9f40"],"tension":0.4,"borderWidth":2,"hoverBorderWidth":2,"pointRadius":3,"pointHoverRadius":4,"pointStyle":"circle"}]}},"type":{"type":"string","default":"line"},"width":{"type":"string","default":"100%"},"height":{"type":"string","default":"450px"},"background":{"type":"object","default":{"color":"#0000"}},"textColor":{"type":"string","default":"#666"},"isXScale":{"type":"boolean","default":true},"isXGridLine":{"type":"boolean","default":true},"isYScale":{"type":"boolean","default":true},"isYGridLine":{"type":"boolean","default":true},"gridLineColor":{"type":"string","default":"#0000001a"},"alignment":{"type":"string","default":"center"},"isTitle":{"type":"boolean","default":true},"title":{"type":"string","default":"Chart Title"},"titleFontSize":{"type":"number","default":22},"titleColor":{"type":"string","default":"#146EF5"},"isSubtitle":{"type":"boolean","default":false},"subtitle":{"type":"string","default":"Chart Subtitle"},"subtitleFontSize":{"type":"number","default":13},"subtitleColor":{"type":"string","default":"#FF7A00"},"isDownload":{"type":"boolean","default":false}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","chartJS"]}'),Vv="bBlocksChart",Nv=[{label:(0,v.__)("Line","b-blocks"),value:"line"},{label:(0,v.__)("Bar","b-blocks"),value:"bar"},{label:(0,v.__)("Pie","b-blocks"),value:"pie"},{label:(0,v.__)("Radar","b-blocks"),value:"radar"},{label:(0,v.__)("Doughnut","b-blocks"),value:"doughnut"},{label:(0,v.__)("Polar Area","b-blocks"),value:"polarArea"}],Pv=[{label:(0,v.__)("Circle","b-blocks"),value:"circle"},{label:(0,v.__)("Cross","b-blocks"),value:"cross"},{label:(0,v.__)("Cross Rot","b-blocks"),value:"crossRot"},{label:(0,v.__)("Dash","b-blocks"),value:"dash"},{label:(0,v.__)("Line","b-blocks"),value:"line"},{label:(0,v.__)("Rect","b-blocks"),value:"rect"},{label:(0,v.__)("Rect Rounded","b-blocks"),value:"rectRounded"},{label:(0,v.__)("Rect Rot","b-blocks"),value:"rectRot"},{label:(0,v.__)("Star","b-blocks"),value:"star"},{label:(0,v.__)("Triangle","b-blocks"),value:"triangle"}],Ev=({attributes:e,setAttributes:t})=>{const{data:n,type:l,background:r,textColor:c,isXScale:d,isXGridLine:p,isYScale:g,isYGridLine:u,gridLineColor:m,width:w,height:x,alignment:y,isTitle:k,title:C,titleFontSize:_,titleColor:M,isSubtitle:z,subtitle:j,subtitleFontSize:L,subtitleColor:S,isDownload:$}=e,H=()=>{let e="#";for(let t=0;t<6;t++)e+="0123456789abcdef"[Math.floor(16*Math.random())];return e},T=(e,a,s,o=!1,i=!1)=>{const l={...n};!1!==i&&o?l[e][a][o][i]=s:o?l[e][a][o]=s:l[e][a]=s,t({data:l})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Yt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems",title:(0,v.__)("Add or Remove Datasets","b-blocks"),children:[n.labels.map(((e,a)=>(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)(`Label ${a+1}:`,"b-blocks")}),(0,i.jsx)(b.TextControl,{value:e,onChange:e=>T("labels",a,e)}),(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Remove this Dataset","b-blocks"),placement:"top",position:"top",children:(0,i.jsx)(b.Button,{className:"removeDataset",onClick:e=>{e.preventDefault(),(e=>{let a=[];for(let t=0;t<n.datasets.length;t++)a.push({label:n.datasets[t].label,data:[...n.datasets[t].data.slice(0,e),...n.datasets[t].data.slice(e+1)],backgroundColor:[...n.datasets[t].backgroundColor.slice(0,e),...n.datasets[t].backgroundColor.slice(e+1)],borderColor:[...n.datasets[t].borderColor.slice(0,e),...n.datasets[t].borderColor.slice(e+1)],tension:n.datasets[t].tension,borderWidth:n.datasets[t].borderWidth,hoverBorderWidth:n.datasets[t].hoverBorderWidth,pointRadius:n.datasets[t].pointRadius,pointHoverRadius:n.datasets[t].pointHoverRadius,pointStyle:n.datasets[t].pointStyle});t({data:{labels:[...n.labels.slice(0,e),...n.labels.slice(e+1)],datasets:[...a]}})})(a)},children:(0,i.jsx)(b.Dashicon,{icon:"no"})})})]},a))),(0,i.jsx)("div",{className:"addItem mt10 mb10",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add New Dataset","b-blocks"),onClick:()=>{let e=[];for(let t=0;t<n.datasets.length;t++)e.push({label:n.datasets[t].label,data:[...n.datasets[t].data,Math.ceil(20*Math.random())],backgroundColor:[...n.datasets[t].backgroundColor,s],borderColor:[...n.datasets[t].borderColor,a],tension:n.datasets[t].tension,borderWidth:n.datasets[t].borderWidth,hoverBorderWidth:n.datasets[t].hoverBorderWidth,pointRadius:n.datasets[t].pointRadius,pointHoverRadius:n.datasets[t].pointHoverRadius,pointStyle:n.datasets[t].pointStyle});t({data:{labels:[...n.labels,`Data ${n.labels.length+1}`],datasets:[...e]}})},children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Dataset","b-blocks")]})}),n.datasets.map(((e,a)=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody editItem",title:(0,v.__)(`Dataset Value ${a+1}:`,"b-blocks"),initialOpen:0===a,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Label:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:e.label,onChange:e=>T("datasets",a,e,"label")})]}),n.labels.map(((t,s)=>(0,i.jsxs)(b.PanelRow,{className:`${Vv}DatasetEdit`,children:[(0,i.jsx)(f,{className:"",children:(0,v.__)(`${t}:`,"b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{className:"chartDataValue",value:e.data[s],onChange:e=>T("datasets",a,parseFloat(e),"data",s)}),(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Dataset Background Color","b-blocks"),placement:"top",position:"top",children:(0,i.jsx)(De,{className:"chartBGColor",label:"",value:e.backgroundColor[s],onChange:e=>T("datasets",a,e,"backgroundColor",s)})}),(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Dataset Border Color","b-blocks"),placement:"top",position:"top",children:(0,i.jsx)(De,{label:"",value:e.borderColor[s],onChange:e=>T("datasets",a,e,"borderColor",s)})})]},s))),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt20",label:(0,v.__)("Border Width:"),labelPosition:"left",value:e.borderWidth,onChange:e=>{const s={...n};s.datasets[a].borderWidth=parseFloat(e),s.datasets[a].hoverBorderWidth=parseFloat(e),t({data:s})}}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt15",label:(0,v.__)("Point Size:"),labelPosition:"left",value:e.pointRadius,onChange:e=>T("datasets",a,parseFloat(e),"pointRadius")}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt15",label:(0,v.__)("Point Hover Size:"),labelPosition:"left",value:e.pointHoverRadius,onChange:e=>T("datasets",a,parseFloat(e),"pointHoverRadius")}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Point Style:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:e.pointStyle,onChange:e=>T("datasets",a,e,"pointStyle"),options:Pv})]}),(0,i.jsxs)(b.PanelRow,{className:"itemAction",children:[(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove","b-blocks"),onClick:e=>{var s;e.preventDefault(),s=a,t({data:{labels:[...n.labels],datasets:[...n.datasets.slice(0,s),...n.datasets.slice(s+1)]}})},children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove","b-blocks")]}),(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate","b-blocks"),onClick:e=>{var s;e.preventDefault(),s=a,t({data:{labels:[...n.labels],datasets:[...n.datasets,{...n.datasets[s]}]}})},children:[rt,(0,v.__)("Duplicate","b-blocks")]})]})]},a))),(0,i.jsx)("div",{className:"addItem",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add Dataset Value","b-blocks"),onClick:()=>{let e=[],a=[],s=[];for(let t=0;t<n.labels.length;t++){const t=H();e.push(Math.ceil(20*Math.random())),a.push(`${t}33`),s.push(t)}t({data:{labels:[...n.labels],datasets:[...n.datasets,{label:`Dataset Value ${n.datasets.length+1}`,data:e,backgroundColor:a,borderColor:s,tension:.4,borderWidth:2,hoverBorderWidth:2,pointRadius:3,pointHoverRadius:4,pointStyle:"rectRounded"}]}})},children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add Dataset Value","b-blocks")]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Chart Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:l,onChange:e=>t({type:e}),options:Nv})]}),(0,i.jsx)("small",{children:(0,v.__)("Use single dataset value for 'Pie', 'Doughnut', and 'Polar Area'","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:w,onChange:e=>t({width:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:x,onChange:e=>t({height:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(wa,{className:"mt20",label:(0,v.__)("Background:","b-blocks"),value:r,onChange:e=>t({background:e}),defaults:{color:"#0000"}}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:c,onChange:e=>t({textColor:e}),defaultColor:"#666"}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show X Scale","b-blocks"),checked:d,onChange:e=>t({isXScale:e})}),d&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show X Grid Line","b-blocks"),checked:p,onChange:e=>t({isXGridLine:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Y Scale","b-blocks"),checked:g,onChange:e=>t({isYScale:e})}),g&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Y Grid Line","b-blocks"),checked:u,onChange:e=>t({isYGridLine:e})}),(p||u)&&(0,i.jsx)(De,{label:(0,v.__)("Grid Line Color:","b-blocks"),value:m,onChange:e=>t({gridLineColor:e}),defaultColor:"#0000001a"})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title & Subtitle Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Title","b-blocks"),checked:k,onChange:e=>t({isTitle:e})}),k&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Title:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:C,onChange:e=>t({title:e})})]}),(0,i.jsx)(f,{children:(0,v.__)("Title Font Size:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:_,onChange:e=>t({titleFontSize:e}),min:0,max:80,step:1,allowReset:!0,resetFallbackValue:22,initialPosition:22}),(0,i.jsx)(De,{label:(0,v.__)("Title Color:","b-blocks"),value:M,onChange:e=>t({titleColor:e}),defaultColor:a})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Subtitle","b-blocks"),checked:z,onChange:e=>t({isSubtitle:e})}),z&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Subtitle:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:j,onChange:e=>t({subtitle:e})})]}),(0,i.jsx)(f,{children:(0,v.__)("Subtitle Font Size:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:L,onChange:e=>t({subtitleFontSize:e}),min:0,max:80,step:1,allowReset:!0,resetFallbackValue:13,initialPosition:13}),(0,i.jsx)(De,{label:(0,v.__)("Subtitle Color:","b-blocks"),value:S,onChange:e=>t({subtitleColor:e}),defaultColor:o})]})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Download Settings","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Download Button","b-blocks"),checked:$,onChange:e=>t({isDownload:e})})})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:y,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Chart Alignment"),alignmentControls:[{title:(0,v.__)("Chart in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Chart in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Chart in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},Iv=({attributes:e,id:t})=>{const{background:a,width:s,height:o,alignment:n}=e,l=`#${t}`,r=`${l} .${Vv}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${l}{\n\t\t\ttext-align: ${n};\n\t\t}\n\t\t${r}{\n\t\t\theight: ${o};\n\t\t}\n\t\t${r},\n\t\t${l} .downloadArea{\n\t\t\twidth: ${s};\n\t\t}\n\t\t${r} canvas{\n\t\t\t${Wn(a)};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},Ov=({attributes:e,id:t,isBackend:a=!1})=>{const{data:s,type:o,textColor:n,isXScale:l,isXGridLine:r,isYScale:c,isYGridLine:d,gridLineColor:h,isTitle:p,title:u,titleFontSize:m,titleColor:v,isSubtitle:b,subtitle:f,subtitleFontSize:w,subtitleColor:x,isDownload:y}=e,k=(0,g.useRef)(null),C=(0,g.useRef)(null),_=a?[s,o,n,l,r,c,d,h,p,u,m,v,b,f,w,x,y,k.current]:[];return(0,g.useEffect)((()=>{a&&(k.current.innerHTML="",k.current.innerHTML="<canvas>Your browser does not support the canvas element.</canvas>");const s=k.current.ownerDocument,o=s.querySelector(`#${t} .${Vv} canvas`),n=o&&new Chart(o,(e=>{const{data:t,type:a,textColor:s,isXScale:o,isXGridLine:n,isYScale:i,isYGridLine:l,gridLineColor:r,isTitle:c,title:d,titleFontSize:h,titleColor:p,isSubtitle:g,subtitle:u,subtitleFontSize:m,subtitleColor:v}=e;return{type:a,data:t,options:{maintainAspectRatio:!1,plugins:{legend:{position:"top",labels:{usePointStyle:!0,color:s}},title:{display:c,text:d,color:p,font:{size:h,family:"Roboto"},padding:{bottom:10}},subtitle:{display:g,text:u,color:v,font:{size:m,family:"Roboto"},padding:{bottom:15}},tooltip:{position:"nearest",usePointStyle:!0}},scales:{x:{display:o,ticks:{color:s},grid:{display:n,color:r}},y:{display:i,beginAtZero:!0,ticks:{color:s},grid:{display:l,color:r}}}}}})(e));y&&C?.current.addEventListener("click",(()=>{const e=s.createElement("a");e.href=n.toBase64Image(),e.download="b-chart.png",e.click()}))}),_),(0,i.jsxs)(i.Fragment,{children:[y&&(0,i.jsx)("div",{className:"downloadArea",children:(0,i.jsx)("div",{className:"downloadChart",ref:C,children:"Download Chart"})}),(0,i.jsx)("div",{className:Vv,ref:k,children:(0,i.jsx)("canvas",{children:"Your browser does not support the canvas element."})})]})};br(Av.name)&&(0,d.registerBlockType)(Av,{icon:Ji,transforms:{from:[{type:"block",blocks:["b-chart/chart"],transform:e=>(0,d.createBlock)("b-blocks/chart",e)},{type:"prefix",prefix:"chart",transform:()=>(0,d.createBlock)("b-blocks/chart")}],to:[{type:"block",blocks:["b-chart/chart"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("b-chart/chart",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o}=e;(0,g.useEffect)((()=>ge()),[o]);const n=`block-${s}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ev,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(Iv,{attributes:t,id:n}),(0,i.jsx)(Ov,{attributes:t,id:n,isBackend:!0})]})]})},save:()=>null});const Rv=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/content-ticker","version":"1.0.0","title":"Content Ticker","category":"bBlocks","description":"Content Ticker will let you showcase your trending news.","keywords":["content","ticker","content-ticker"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"badge":{"type":"object","default":{"text":"Trending Now","desktop":{"width":"130px","height":"","padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"bRadius":{}},"tablet":{"width":"","height":"","padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"bRadius":{}},"mobile":{"width":"","height":"","padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"bRadius":{}},"color":{"bg":{"color":"#595959"},"text":""},"typography":{"fontSize":{"desktop":"16px"},"fontWeight":400},"border":{}}},"content":{"type":"array","default":[{"text":"Ticker custom content","link":"#","toggle":false}]},"style":{"type":"object","default":{"bg":"","color":{"normal":"#222222","hover":"#2D82C9"},"typography":{"fontSize":{"desktop":"16px"},"fontWeight":400},"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"bRadius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"options":{"type":"object","default":{"effect":"slide","sliderSpeed":2000,"isAutoplay":true,"autoPlaySpeed":2000,"isPauseOnHover":true,"isLoop":true,"isGrabCursor":true,"isArrows":true,"direction":"right","easing":""}},"arrows":{"type":"object","default":{"left":{"url":""},"right":{"url":""},"icon":"style1","desktop":{"size":22,"alignLeft":25,"alignRight":5,"padding":{"top":"","right":"","bottom":"","left":""}},"tablet":{"size":22,"alignLeft":25,"alignRight":5,"padding":{"top":"","right":"","bottom":"","left":""}},"mobile":{"size":22,"alignLeft":25,"alignRight":5,"padding":{"top":"","right":"","bottom":"","left":""}},"normal":{"bg":"","color":"","border":{},"borderRadius":{}},"hover":{"bg":"","color":"","border":{},"borderRadius":{}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 1)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","react","react-dom"]}'),Dv={style1:{left:(0,i.jsx)("svg",{className:"custom-next-btn",id:"cttk-nextBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303L7.46967 12.5303C7.17678 12.2374 7.17678 11.7626 7.46967 11.4697L13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967C14.8232 5.76256 14.8232 6.23744 14.5303 6.53033L9.06066 12L14.5303 17.4697C14.8232 17.7626 14.8232 18.2374 14.5303 18.5303Z"})}),right:(0,i.jsx)("svg",{className:"custom-prev-btn",id:"cttk-prevBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967L16.5303 11.4697C16.8232 11.7626 16.8232 12.2374 16.5303 12.5303L10.5303 18.5303C10.2374 18.8232 9.76256 18.8232 9.46967 18.5303C9.17678 18.2374 9.17678 17.7626 9.46967 17.4697L14.9393 12L9.46967 6.53033C9.17678 6.23744 9.17678 5.76256 9.46967 5.46967Z"})})},style2:{left:(0,i.jsx)("svg",{className:"custom-next-btn",id:"cttk-nextBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4939 20.5644C11.1821 20.8372 10.7083 20.8056 10.4356 20.4939L3.43557 12.4939C3.18814 12.2111 3.18814 11.7889 3.43557 11.5061L10.4356 3.50613C10.7083 3.1944 11.1822 3.16281 11.4939 3.43557C11.8056 3.70834 11.8372 4.18216 11.5644 4.49388L5.65283 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L5.65283 12.75L11.5644 19.5061C11.8372 19.8179 11.8056 20.2917 11.4939 20.5644Z"})}),right:(0,i.jsx)("svg",{className:"custom-prev-btn",id:"cttk-prevBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5061 3.43557C12.8178 3.16281 13.2917 3.19439 13.5644 3.50612L20.5644 11.5061C20.8119 11.7889 20.8119 12.2111 20.5644 12.4939L13.5644 20.4939C13.2917 20.8056 12.8178 20.8372 12.5061 20.5644C12.1944 20.2917 12.1628 19.8178 12.4356 19.5061L18.3472 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.3472L12.4356 4.49388C12.1628 4.18215 12.1944 3.70833 12.5061 3.43557Z"})})},style3:{left:(0,i.jsx)("svg",{className:"custom-next-btn",id:"cttk-nextBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{d:"M11 20.74C10.9012 20.7423 10.803 20.7238 10.7118 20.686C10.6205 20.6481 10.5382 20.5916 10.47 20.52L2.47 12.52C2.32955 12.3794 2.25066 12.1888 2.25066 11.99C2.25066 11.7913 2.32955 11.6007 2.47 11.46L10.47 3.46003C10.576 3.35806 10.7096 3.2895 10.8542 3.26288C10.9989 3.23626 11.1481 3.25274 11.2835 3.31029C11.4188 3.36783 11.5342 3.4639 11.6154 3.58653C11.6966 3.70917 11.7399 3.85296 11.74 4.00003V7.30003H21C21.1981 7.30262 21.3874 7.38247 21.5275 7.52256C21.6676 7.66265 21.7474 7.85192 21.75 8.05003V16.05C21.7474 16.2481 21.6676 16.4374 21.5275 16.5775C21.3874 16.7176 21.1981 16.7974 21 16.8H11.74V19.99C11.7402 20.139 11.6954 20.2845 11.6116 20.4076C11.5277 20.5307 11.4087 20.6257 11.27 20.68C11.1848 20.7175 11.0931 20.7379 11 20.74ZM4.07 12L10.25 18.18V16.05C10.25 15.8511 10.329 15.6603 10.4697 15.5197C10.6103 15.379 10.8011 15.3 11 15.3H20.25V8.80003H11C10.8019 8.79744 10.6126 8.71759 10.4725 8.57749C10.3324 8.4374 10.2526 8.24813 10.25 8.05003V5.82003L4.07 12Z"})}),right:(0,i.jsx)("svg",{className:"custom-prev-btn",id:"cttk-prevBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{d:"M13 20.74C12.9039 20.7541 12.8062 20.7541 12.71 20.74C12.5724 20.6823 12.4551 20.5849 12.3732 20.4602C12.2912 20.3355 12.2484 20.1892 12.25 20.04V16.7H3.00001C2.81189 16.6956 2.63208 16.6216 2.49538 16.4923C2.35868 16.363 2.27481 16.1876 2.26001 16V8.00002C2.25463 7.89856 2.26965 7.79706 2.30417 7.7015C2.3387 7.60595 2.39204 7.51829 2.46103 7.44371C2.53002 7.36913 2.61326 7.30913 2.70584 7.26727C2.79841 7.22542 2.89844 7.20255 3.00001 7.20002H12.25V4.01002C12.2498 3.86106 12.2946 3.71551 12.3784 3.59241C12.4623 3.4693 12.5813 3.37436 12.72 3.32002C12.8551 3.26039 13.0053 3.24376 13.1502 3.27238C13.2951 3.301 13.4277 3.37349 13.53 3.48002L21.53 11.48C21.6705 11.6206 21.7493 11.8113 21.7493 12.01C21.7493 12.2088 21.6705 12.3994 21.53 12.54L13.53 20.54C13.4601 20.6079 13.377 20.6608 13.2858 20.6952C13.1946 20.7296 13.0973 20.7448 13 20.74ZM3.76001 15.2H13C13.1981 15.2026 13.3874 15.2825 13.5275 15.4226C13.6676 15.5626 13.7474 15.7519 13.75 15.95V18.18L19.93 12L13.75 5.83002V8.00002C13.7477 8.19843 13.6689 8.3883 13.53 8.53002C13.3817 8.65257 13.1919 8.71343 13 8.70002H3.76001V15.2Z"})})},style4:{left:(0,i.jsx)("svg",{className:"custom-next-btn",id:"cttk-nextBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{transform:"",d:"M1.02698 11.9929L5.26242 16.2426L6.67902 14.8308L4.85766 13.0033L22.9731 13.0012L22.9728 11.0012L4.85309 11.0033L6.6886 9.17398L5.27677 7.75739L1.02698 11.9929Z"})}),right:(0,i.jsx)("svg",{className:"custom-prev-btn",id:"cttk-prevBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{transform:"",d:"M23.0677 11.9929L18.818 7.75739L17.4061 9.17398L19.2415 11.0032L0.932469 11.0012L0.932251 13.0012L19.2369 13.0032L17.4155 14.8308L18.8321 16.2426L23.0677 11.9929Z"})})},style5:{left:(0,i.jsx)("svg",{className:"custom-next-btn",id:"cttk-nextBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{transform:"",d:"m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z"})}),right:(0,i.jsx)("svg",{className:"custom-prev-btn",id:"cttk-prevBtn",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{transform:"",d:"M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z"})})},style6:{left:(0,i.jsxs)("svg",{className:"custom-next-btn",id:"cttk-nextBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",children:[(0,i.jsx)("path",{d:"M16.5 8L13 11.5L16.5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("path",{d:"M10.5 8L7 11.5L10.5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),right:(0,i.jsxs)("svg",{className:"custom-prev-btn",id:"cttk-prevBtn",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",children:[(0,i.jsx)("path",{d:"M7 8L10.5 11.5L7 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("path",{d:"M13 8L16.5 11.5L13 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}},Fv=Dv;function qv(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function Wv(e,t){void 0===e&&(e={}),void 0===t&&(t={});const a=["__proto__","constructor","prototype"];Object.keys(t).filter((e=>a.indexOf(e)<0)).forEach((a=>{void 0===e[a]?e[a]=t[a]:qv(t[a])&&qv(e[a])&&Object.keys(t[a]).length>0&&Wv(e[a],t[a])}))}const Uv={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function Gv(){const e="undefined"!=typeof document?document:{};return Wv(e,Uv),e}const Yv={document:Uv,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function Zv(){const e="undefined"!=typeof window?window:{};return Wv(e,Yv),e}function Kv(e){return void 0===e&&(e=""),e.trim().split(" ").filter((e=>!!e.trim()))}function Qv(e,t){return void 0===t&&(t=0),setTimeout(e,t)}function Xv(){return Date.now()}function Jv(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)}function eb(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let s=1;s<arguments.length;s+=1){const o=s<0||arguments.length<=s?void 0:arguments[s];if(null!=o&&(a=o,!("undefined"!=typeof window&&void 0!==window.HTMLElement?a instanceof HTMLElement:a&&(1===a.nodeType||11===a.nodeType)))){const a=Object.keys(Object(o)).filter((e=>t.indexOf(e)<0));for(let t=0,s=a.length;t<s;t+=1){const s=a[t],n=Object.getOwnPropertyDescriptor(o,s);void 0!==n&&n.enumerable&&(Jv(e[s])&&Jv(o[s])?o[s].__swiper__?e[s]=o[s]:eb(e[s],o[s]):!Jv(e[s])&&Jv(o[s])?(e[s]={},o[s].__swiper__?e[s]=o[s]:eb(e[s],o[s])):e[s]=o[s])}}}var a;return e}function tb(e,t,a){e.style.setProperty(t,a)}function ab(e){let{swiper:t,targetPosition:a,side:s}=e;const o=Zv(),n=-t.translate;let i,l=null;const r=t.params.speed;t.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(t.cssModeFrameID);const c=a>n?"next":"prev",d=(e,t)=>"next"===c&&e>=t||"prev"===c&&e<=t,h=()=>{i=(new Date).getTime(),null===l&&(l=i);const e=Math.max(Math.min((i-l)/r,1),0),c=.5-Math.cos(e*Math.PI)/2;let p=n+c*(a-n);if(d(p,a)&&(p=a),t.wrapperEl.scrollTo({[s]:p}),d(p,a))return t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout((()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[s]:p})})),void o.cancelAnimationFrame(t.cssModeFrameID);t.cssModeFrameID=o.requestAnimationFrame(h)};h()}function sb(e){return e.querySelector(".swiper-slide-transform")||e.shadowRoot&&e.shadowRoot.querySelector(".swiper-slide-transform")||e}function ob(e,t){void 0===t&&(t="");const a=Zv(),s=[...e.children];return a.HTMLSlotElement&&e instanceof HTMLSlotElement&&s.push(...e.assignedElements()),t?s.filter((e=>e.matches(t))):s}function nb(e){try{return void console.warn(e)}catch(e){}}function ib(e,t){void 0===t&&(t=[]);const a=document.createElement(e);return a.classList.add(...Array.isArray(t)?t:Kv(t)),a}function lb(e,t){return Zv().getComputedStyle(e,null).getPropertyValue(t)}function rb(e){let t,a=e;if(a){for(t=0;null!==(a=a.previousSibling);)1===a.nodeType&&(t+=1);return t}}function cb(e,t){const a=[];let s=e.parentElement;for(;s;)t?s.matches(t)&&a.push(s):a.push(s),s=s.parentElement;return a}function db(e,t,a){const s=Zv();return a?e["width"===t?"offsetWidth":"offsetHeight"]+parseFloat(s.getComputedStyle(e,null).getPropertyValue("width"===t?"margin-right":"margin-top"))+parseFloat(s.getComputedStyle(e,null).getPropertyValue("width"===t?"margin-left":"margin-bottom")):e.offsetWidth}function hb(e){return(Array.isArray(e)?e:[e]).filter((e=>!!e))}function pb(e){return t=>Math.abs(t)>0&&e.browser&&e.browser.need3dFix&&Math.abs(t)%90==0?t+.001:t}function gb(e,t){void 0===t&&(t=""),"undefined"!=typeof trustedTypes?e.innerHTML=trustedTypes.createPolicy("html",{createHTML:e=>e}).createHTML(t):e.innerHTML=t}function ub(e){let{swiper:t,extendParams:a,on:s,emit:o}=e;const n=Zv();let i;a({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),t.mousewheel={enabled:!1};let l,r=Xv();const c=[];function d(){t.enabled&&(t.mouseEntered=!0)}function h(){t.enabled&&(t.mouseEntered=!1)}function p(e){return!(t.params.mousewheel.thresholdDelta&&e.delta<t.params.mousewheel.thresholdDelta||t.params.mousewheel.thresholdTime&&Xv()-r<t.params.mousewheel.thresholdTime||!(e.delta>=6&&Xv()-r<60)&&(e.direction<0?t.isEnd&&!t.params.loop||t.animating||(t.slideNext(),o("scroll",e.raw)):t.isBeginning&&!t.params.loop||t.animating||(t.slidePrev(),o("scroll",e.raw)),r=(new n.Date).getTime(),1))}function g(e){let a=e,s=!0;if(!t.enabled)return;if(e.target.closest(`.${t.params.mousewheel.noMousewheelClass}`))return;const n=t.params.mousewheel;t.params.cssMode&&a.preventDefault();let r=t.el;"container"!==t.params.mousewheel.eventsTarget&&(r=document.querySelector(t.params.mousewheel.eventsTarget));const d=r&&r.contains(a.target);if(!t.mouseEntered&&!d&&!n.releaseOnEdges)return!0;a.originalEvent&&(a=a.originalEvent);let h=0;const g=t.rtlTranslate?-1:1,u=function(e){let t=0,a=0,s=0,o=0;return"detail"in e&&(a=e.detail),"wheelDelta"in e&&(a=-e.wheelDelta/120),"wheelDeltaY"in e&&(a=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=a,a=0),s=10*t,o=10*a,"deltaY"in e&&(o=e.deltaY),"deltaX"in e&&(s=e.deltaX),e.shiftKey&&!s&&(s=o,o=0),(s||o)&&e.deltaMode&&(1===e.deltaMode?(s*=40,o*=40):(s*=800,o*=800)),s&&!t&&(t=s<1?-1:1),o&&!a&&(a=o<1?-1:1),{spinX:t,spinY:a,pixelX:s,pixelY:o}}(a);if(n.forceToAxis)if(t.isHorizontal()){if(!(Math.abs(u.pixelX)>Math.abs(u.pixelY)))return!0;h=-u.pixelX*g}else{if(!(Math.abs(u.pixelY)>Math.abs(u.pixelX)))return!0;h=-u.pixelY}else h=Math.abs(u.pixelX)>Math.abs(u.pixelY)?-u.pixelX*g:-u.pixelY;if(0===h)return!0;n.invert&&(h=-h);let m=t.getTranslate()+h*n.sensitivity;if(m>=t.minTranslate()&&(m=t.minTranslate()),m<=t.maxTranslate()&&(m=t.maxTranslate()),s=!!t.params.loop||!(m===t.minTranslate()||m===t.maxTranslate()),s&&t.params.nested&&a.stopPropagation(),t.params.freeMode&&t.params.freeMode.enabled){const e={time:Xv(),delta:Math.abs(h),direction:Math.sign(h)},s=l&&e.time<l.time+500&&e.delta<=l.delta&&e.direction===l.direction;if(!s){l=void 0;let r=t.getTranslate()+h*n.sensitivity;const d=t.isBeginning,p=t.isEnd;if(r>=t.minTranslate()&&(r=t.minTranslate()),r<=t.maxTranslate()&&(r=t.maxTranslate()),t.setTransition(0),t.setTranslate(r),t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses(),(!d&&t.isBeginning||!p&&t.isEnd)&&t.updateSlidesClasses(),t.params.loop&&t.loopFix({direction:e.direction<0?"next":"prev",byMousewheel:!0}),t.params.freeMode.sticky){clearTimeout(i),i=void 0,c.length>=15&&c.shift();const a=c.length?c[c.length-1]:void 0,s=c[0];if(c.push(e),a&&(e.delta>a.delta||e.direction!==a.direction))c.splice(0);else if(c.length>=15&&e.time-s.time<500&&s.delta-e.delta>=1&&e.delta<=6){const a=h>0?.8:.2;l=e,c.splice(0),i=Qv((()=>{!t.destroyed&&t.params&&t.slideToClosest(t.params.speed,!0,void 0,a)}),0)}i||(i=Qv((()=>{!t.destroyed&&t.params&&(l=e,c.splice(0),t.slideToClosest(t.params.speed,!0,void 0,.5))}),500))}if(s||o("scroll",a),t.params.autoplay&&t.params.autoplay.disableOnInteraction&&t.autoplay.stop(),n.releaseOnEdges&&(r===t.minTranslate()||r===t.maxTranslate()))return!0}}else{const a={time:Xv(),delta:Math.abs(h),direction:Math.sign(h),raw:e};c.length>=2&&c.shift();const s=c.length?c[c.length-1]:void 0;if(c.push(a),s?(a.direction!==s.direction||a.delta>s.delta||a.time>s.time+150)&&p(a):p(a),function(e){const a=t.params.mousewheel;if(e.direction<0){if(t.isEnd&&!t.params.loop&&a.releaseOnEdges)return!0}else if(t.isBeginning&&!t.params.loop&&a.releaseOnEdges)return!0;return!1}(a))return!0}return a.preventDefault?a.preventDefault():a.returnValue=!1,!1}function u(e){let a=t.el;"container"!==t.params.mousewheel.eventsTarget&&(a=document.querySelector(t.params.mousewheel.eventsTarget)),a[e]("mouseenter",d),a[e]("mouseleave",h),a[e]("wheel",g)}function m(){return t.params.cssMode?(t.wrapperEl.removeEventListener("wheel",g),!0):!t.mousewheel.enabled&&(u("addEventListener"),t.mousewheel.enabled=!0,!0)}function v(){return t.params.cssMode?(t.wrapperEl.addEventListener(event,g),!0):!!t.mousewheel.enabled&&(u("removeEventListener"),t.mousewheel.enabled=!1,!0)}s("init",(()=>{!t.params.mousewheel.enabled&&t.params.cssMode&&v(),t.params.mousewheel.enabled&&m()})),s("destroy",(()=>{t.params.cssMode&&m(),t.mousewheel.enabled&&v()})),Object.assign(t.mousewheel,{enable:m,disable:v})}function mb(e,t,a,s){return e.params.createElements&&Object.keys(s).forEach((o=>{if(!a[o]&&!0===a.auto){let n=ob(e.el,`.${s[o]}`)[0];n||(n=ib("div",s[o]),n.className=s[o],e.el.append(n)),a[o]=n,t[o]=n}})),a}function vb(e){let{swiper:t,extendParams:a,on:s,emit:o}=e;function n(e){let a;return e&&"string"==typeof e&&t.isElement&&(a=t.el.querySelector(e)||t.hostEl.querySelector(e),a)?a:(e&&("string"==typeof e&&(a=[...document.querySelectorAll(e)]),t.params.uniqueNavElements&&"string"==typeof e&&a&&a.length>1&&1===t.el.querySelectorAll(e).length?a=t.el.querySelector(e):a&&1===a.length&&(a=a[0])),e&&!a?e:a)}function i(e,a){const s=t.params.navigation;(e=hb(e)).forEach((e=>{e&&(e.classList[a?"add":"remove"](...s.disabledClass.split(" ")),"BUTTON"===e.tagName&&(e.disabled=a),t.params.watchOverflow&&t.enabled&&e.classList[t.isLocked?"add":"remove"](s.lockClass))}))}function l(){const{nextEl:e,prevEl:a}=t.navigation;if(t.params.loop)return i(a,!1),void i(e,!1);i(a,t.isBeginning&&!t.params.rewind),i(e,t.isEnd&&!t.params.rewind)}function r(e){e.preventDefault(),(!t.isBeginning||t.params.loop||t.params.rewind)&&(t.slidePrev(),o("navigationPrev"))}function c(e){e.preventDefault(),(!t.isEnd||t.params.loop||t.params.rewind)&&(t.slideNext(),o("navigationNext"))}function d(){const e=t.params.navigation;if(t.params.navigation=mb(t,t.originalParams.navigation,t.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!e.nextEl&&!e.prevEl)return;let a=n(e.nextEl),s=n(e.prevEl);Object.assign(t.navigation,{nextEl:a,prevEl:s}),a=hb(a),s=hb(s);const o=(a,s)=>{a&&a.addEventListener("click","next"===s?c:r),!t.enabled&&a&&a.classList.add(...e.lockClass.split(" "))};a.forEach((e=>o(e,"next"))),s.forEach((e=>o(e,"prev")))}function h(){let{nextEl:e,prevEl:a}=t.navigation;e=hb(e),a=hb(a);const s=(e,a)=>{e.removeEventListener("click","next"===a?c:r),e.classList.remove(...t.params.navigation.disabledClass.split(" "))};e.forEach((e=>s(e,"next"))),a.forEach((e=>s(e,"prev")))}a({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),t.navigation={nextEl:null,prevEl:null},s("init",(()=>{!1===t.params.navigation.enabled?p():(d(),l())})),s("toEdge fromEdge lock unlock",(()=>{l()})),s("destroy",(()=>{h()})),s("enable disable",(()=>{let{nextEl:e,prevEl:a}=t.navigation;e=hb(e),a=hb(a),t.enabled?l():[...e,...a].filter((e=>!!e)).forEach((e=>e.classList.add(t.params.navigation.lockClass)))})),s("click",((e,a)=>{let{nextEl:s,prevEl:n}=t.navigation;s=hb(s),n=hb(n);const i=a.target;let l=n.includes(i)||s.includes(i);if(t.isElement&&!l){const e=a.path||a.composedPath&&a.composedPath();e&&(l=e.find((e=>s.includes(e)||n.includes(e))))}if(t.params.navigation.hideOnClick&&!l){if(t.pagination&&t.params.pagination&&t.params.pagination.clickable&&(t.pagination.el===i||t.pagination.el.contains(i)))return;let e;s.length?e=s[0].classList.contains(t.params.navigation.hiddenClass):n.length&&(e=n[0].classList.contains(t.params.navigation.hiddenClass)),o(!0===e?"navigationShow":"navigationHide"),[...s,...n].filter((e=>!!e)).forEach((e=>e.classList.toggle(t.params.navigation.hiddenClass)))}}));const p=()=>{t.el.classList.add(...t.params.navigation.navigationDisabledClass.split(" ")),h()};Object.assign(t.navigation,{enable:()=>{t.el.classList.remove(...t.params.navigation.navigationDisabledClass.split(" ")),d(),l()},disable:p,update:l,init:d,destroy:h})}function bb(e){return void 0===e&&(e=""),`.${e.trim().replace(/([\.:!+\/()[\]])/g,"\\$1").replace(/ /g,".")}`}function fb(e){let{swiper:t,extendParams:a,on:s,emit:o}=e;const n="swiper-pagination";let i;a({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:e=>e,formatFractionTotal:e=>e,bulletClass:`${n}-bullet`,bulletActiveClass:`${n}-bullet-active`,modifierClass:`${n}-`,currentClass:`${n}-current`,totalClass:`${n}-total`,hiddenClass:`${n}-hidden`,progressbarFillClass:`${n}-progressbar-fill`,progressbarOppositeClass:`${n}-progressbar-opposite`,clickableClass:`${n}-clickable`,lockClass:`${n}-lock`,horizontalClass:`${n}-horizontal`,verticalClass:`${n}-vertical`,paginationDisabledClass:`${n}-disabled`}}),t.pagination={el:null,bullets:[]};let l=0;function r(){return!t.params.pagination.el||!t.pagination.el||Array.isArray(t.pagination.el)&&0===t.pagination.el.length}function c(e,a){const{bulletActiveClass:s}=t.params.pagination;e&&(e=e[("prev"===a?"previous":"next")+"ElementSibling"])&&(e.classList.add(`${s}-${a}`),(e=e[("prev"===a?"previous":"next")+"ElementSibling"])&&e.classList.add(`${s}-${a}-${a}`))}function d(e){const a=e.target.closest(bb(t.params.pagination.bulletClass));if(!a)return;e.preventDefault();const s=rb(a)*t.params.slidesPerGroup;if(t.params.loop){if(t.realIndex===s)return;const e=(o=t.realIndex,n=s,(n%=i=t.slides.length)==1+(o%=i)?"next":n===o-1?"previous":void 0);"next"===e?t.slideNext():"previous"===e?t.slidePrev():t.slideToLoop(s)}else t.slideTo(s);var o,n,i}function h(){const e=t.rtl,a=t.params.pagination;if(r())return;let s,n,d=t.pagination.el;d=hb(d);const h=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,p=t.params.loop?Math.ceil(h/t.params.slidesPerGroup):t.snapGrid.length;if(t.params.loop?(n=t.previousRealIndex||0,s=t.params.slidesPerGroup>1?Math.floor(t.realIndex/t.params.slidesPerGroup):t.realIndex):void 0!==t.snapIndex?(s=t.snapIndex,n=t.previousSnapIndex):(n=t.previousIndex||0,s=t.activeIndex||0),"bullets"===a.type&&t.pagination.bullets&&t.pagination.bullets.length>0){const o=t.pagination.bullets;let r,h,p;if(a.dynamicBullets&&(i=db(o[0],t.isHorizontal()?"width":"height",!0),d.forEach((e=>{e.style[t.isHorizontal()?"width":"height"]=i*(a.dynamicMainBullets+4)+"px"})),a.dynamicMainBullets>1&&void 0!==n&&(l+=s-(n||0),l>a.dynamicMainBullets-1?l=a.dynamicMainBullets-1:l<0&&(l=0)),r=Math.max(s-l,0),h=r+(Math.min(o.length,a.dynamicMainBullets)-1),p=(h+r)/2),o.forEach((e=>{const t=[...["","-next","-next-next","-prev","-prev-prev","-main"].map((e=>`${a.bulletActiveClass}${e}`))].map((e=>"string"==typeof e&&e.includes(" ")?e.split(" "):e)).flat();e.classList.remove(...t)})),d.length>1)o.forEach((e=>{const o=rb(e);o===s?e.classList.add(...a.bulletActiveClass.split(" ")):t.isElement&&e.setAttribute("part","bullet"),a.dynamicBullets&&(o>=r&&o<=h&&e.classList.add(...`${a.bulletActiveClass}-main`.split(" ")),o===r&&c(e,"prev"),o===h&&c(e,"next"))}));else{const e=o[s];if(e&&e.classList.add(...a.bulletActiveClass.split(" ")),t.isElement&&o.forEach(((e,t)=>{e.setAttribute("part",t===s?"bullet-active":"bullet")})),a.dynamicBullets){const e=o[r],t=o[h];for(let e=r;e<=h;e+=1)o[e]&&o[e].classList.add(...`${a.bulletActiveClass}-main`.split(" "));c(e,"prev"),c(t,"next")}}if(a.dynamicBullets){const s=Math.min(o.length,a.dynamicMainBullets+4),n=(i*s-i)/2-p*i,l=e?"right":"left";o.forEach((e=>{e.style[t.isHorizontal()?l:"top"]=`${n}px`}))}}d.forEach(((e,n)=>{if("fraction"===a.type&&(e.querySelectorAll(bb(a.currentClass)).forEach((e=>{e.textContent=a.formatFractionCurrent(s+1)})),e.querySelectorAll(bb(a.totalClass)).forEach((e=>{e.textContent=a.formatFractionTotal(p)}))),"progressbar"===a.type){let o;o=a.progressbarOpposite?t.isHorizontal()?"vertical":"horizontal":t.isHorizontal()?"horizontal":"vertical";const n=(s+1)/p;let i=1,l=1;"horizontal"===o?i=n:l=n,e.querySelectorAll(bb(a.progressbarFillClass)).forEach((e=>{e.style.transform=`translate3d(0,0,0) scaleX(${i}) scaleY(${l})`,e.style.transitionDuration=`${t.params.speed}ms`}))}"custom"===a.type&&a.renderCustom?(gb(e,a.renderCustom(t,s+1,p)),0===n&&o("paginationRender",e)):(0===n&&o("paginationRender",e),o("paginationUpdate",e)),t.params.watchOverflow&&t.enabled&&e.classList[t.isLocked?"add":"remove"](a.lockClass)}))}function p(){const e=t.params.pagination;if(r())return;const a=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.grid&&t.params.grid.rows>1?t.slides.length/Math.ceil(t.params.grid.rows):t.slides.length;let s=t.pagination.el;s=hb(s);let n="";if("bullets"===e.type){let s=t.params.loop?Math.ceil(a/t.params.slidesPerGroup):t.snapGrid.length;t.params.freeMode&&t.params.freeMode.enabled&&s>a&&(s=a);for(let a=0;a<s;a+=1)e.renderBullet?n+=e.renderBullet.call(t,a,e.bulletClass):n+=`<${e.bulletElement} ${t.isElement?'part="bullet"':""} class="${e.bulletClass}"></${e.bulletElement}>`}"fraction"===e.type&&(n=e.renderFraction?e.renderFraction.call(t,e.currentClass,e.totalClass):`<span class="${e.currentClass}"></span> / <span class="${e.totalClass}"></span>`),"progressbar"===e.type&&(n=e.renderProgressbar?e.renderProgressbar.call(t,e.progressbarFillClass):`<span class="${e.progressbarFillClass}"></span>`),t.pagination.bullets=[],s.forEach((a=>{"custom"!==e.type&&gb(a,n||""),"bullets"===e.type&&t.pagination.bullets.push(...a.querySelectorAll(bb(e.bulletClass)))})),"custom"!==e.type&&o("paginationRender",s[0])}function g(){t.params.pagination=mb(t,t.originalParams.pagination,t.params.pagination,{el:"swiper-pagination"});const e=t.params.pagination;if(!e.el)return;let a;"string"==typeof e.el&&t.isElement&&(a=t.el.querySelector(e.el)),a||"string"!=typeof e.el||(a=[...document.querySelectorAll(e.el)]),a||(a=e.el),a&&0!==a.length&&(t.params.uniqueNavElements&&"string"==typeof e.el&&Array.isArray(a)&&a.length>1&&(a=[...t.el.querySelectorAll(e.el)],a.length>1&&(a=a.find((e=>cb(e,".swiper")[0]===t.el)))),Array.isArray(a)&&1===a.length&&(a=a[0]),Object.assign(t.pagination,{el:a}),a=hb(a),a.forEach((a=>{"bullets"===e.type&&e.clickable&&a.classList.add(...(e.clickableClass||"").split(" ")),a.classList.add(e.modifierClass+e.type),a.classList.add(t.isHorizontal()?e.horizontalClass:e.verticalClass),"bullets"===e.type&&e.dynamicBullets&&(a.classList.add(`${e.modifierClass}${e.type}-dynamic`),l=0,e.dynamicMainBullets<1&&(e.dynamicMainBullets=1)),"progressbar"===e.type&&e.progressbarOpposite&&a.classList.add(e.progressbarOppositeClass),e.clickable&&a.addEventListener("click",d),t.enabled||a.classList.add(e.lockClass)})))}function u(){const e=t.params.pagination;if(r())return;let a=t.pagination.el;a&&(a=hb(a),a.forEach((a=>{a.classList.remove(e.hiddenClass),a.classList.remove(e.modifierClass+e.type),a.classList.remove(t.isHorizontal()?e.horizontalClass:e.verticalClass),e.clickable&&(a.classList.remove(...(e.clickableClass||"").split(" ")),a.removeEventListener("click",d))}))),t.pagination.bullets&&t.pagination.bullets.forEach((t=>t.classList.remove(...e.bulletActiveClass.split(" "))))}s("changeDirection",(()=>{if(!t.pagination||!t.pagination.el)return;const e=t.params.pagination;let{el:a}=t.pagination;a=hb(a),a.forEach((a=>{a.classList.remove(e.horizontalClass,e.verticalClass),a.classList.add(t.isHorizontal()?e.horizontalClass:e.verticalClass)}))})),s("init",(()=>{!1===t.params.pagination.enabled?m():(g(),p(),h())})),s("activeIndexChange",(()=>{void 0===t.snapIndex&&h()})),s("snapIndexChange",(()=>{h()})),s("snapGridLengthChange",(()=>{p(),h()})),s("destroy",(()=>{u()})),s("enable disable",(()=>{let{el:e}=t.pagination;e&&(e=hb(e),e.forEach((e=>e.classList[t.enabled?"remove":"add"](t.params.pagination.lockClass))))})),s("lock unlock",(()=>{h()})),s("click",((e,a)=>{const s=a.target,n=hb(t.pagination.el);if(t.params.pagination.el&&t.params.pagination.hideOnClick&&n&&n.length>0&&!s.classList.contains(t.params.pagination.bulletClass)){if(t.navigation&&(t.navigation.nextEl&&s===t.navigation.nextEl||t.navigation.prevEl&&s===t.navigation.prevEl))return;const e=n[0].classList.contains(t.params.pagination.hiddenClass);o(!0===e?"paginationShow":"paginationHide"),n.forEach((e=>e.classList.toggle(t.params.pagination.hiddenClass)))}}));const m=()=>{t.el.classList.add(t.params.pagination.paginationDisabledClass);let{el:e}=t.pagination;e&&(e=hb(e),e.forEach((e=>e.classList.add(t.params.pagination.paginationDisabledClass)))),u()};Object.assign(t.pagination,{enable:()=>{t.el.classList.remove(t.params.pagination.paginationDisabledClass);let{el:e}=t.pagination;e&&(e=hb(e),e.forEach((e=>e.classList.remove(t.params.pagination.paginationDisabledClass)))),g(),p(),h()},disable:m,render:p,update:h,init:g,destroy:u})}function wb(e){let{swiper:t,extendParams:a,on:s,emit:o}=e;const n=Gv();let i,l,r,c,d=!1,h=null,p=null;function g(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e,rtlTranslate:a}=t,{dragEl:s,el:o}=e,n=t.params.scrollbar,i=t.params.loop?t.progressLoop:t.progress;let c=l,d=(r-l)*i;a?(d=-d,d>0?(c=l-d,d=0):-d+l>r&&(c=r+d)):d<0?(c=l+d,d=0):d+l>r&&(c=r-d),t.isHorizontal()?(s.style.transform=`translate3d(${d}px, 0, 0)`,s.style.width=`${c}px`):(s.style.transform=`translate3d(0px, ${d}px, 0)`,s.style.height=`${c}px`),n.hide&&(clearTimeout(h),o.style.opacity=1,h=setTimeout((()=>{o.style.opacity=0,o.style.transitionDuration="400ms"}),1e3))}function u(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e}=t,{dragEl:a,el:s}=e;a.style.width="",a.style.height="",r=t.isHorizontal()?s.offsetWidth:s.offsetHeight,c=t.size/(t.virtualSize+t.params.slidesOffsetBefore-(t.params.centeredSlides?t.snapGrid[0]:0)),l="auto"===t.params.scrollbar.dragSize?r*c:parseInt(t.params.scrollbar.dragSize,10),t.isHorizontal()?a.style.width=`${l}px`:a.style.height=`${l}px`,s.style.display=c>=1?"none":"",t.params.scrollbar.hide&&(s.style.opacity=0),t.params.watchOverflow&&t.enabled&&e.el.classList[t.isLocked?"add":"remove"](t.params.scrollbar.lockClass)}function m(e){return t.isHorizontal()?e.clientX:e.clientY}function v(e){const{scrollbar:a,rtlTranslate:s}=t,{el:o}=a;let n;n=(m(e)-function(e){const t=Zv(),a=Gv(),s=e.getBoundingClientRect(),o=a.body,n=e.clientTop||o.clientTop||0,i=e.clientLeft||o.clientLeft||0,l=e===t?t.scrollY:e.scrollTop,r=e===t?t.scrollX:e.scrollLeft;return{top:s.top+l-n,left:s.left+r-i}}(o)[t.isHorizontal()?"left":"top"]-(null!==i?i:l/2))/(r-l),n=Math.max(Math.min(n,1),0),s&&(n=1-n);const c=t.minTranslate()+(t.maxTranslate()-t.minTranslate())*n;t.updateProgress(c),t.setTranslate(c),t.updateActiveIndex(),t.updateSlidesClasses()}function b(e){const a=t.params.scrollbar,{scrollbar:s,wrapperEl:n}=t,{el:l,dragEl:r}=s;d=!0,i=e.target===r?m(e)-e.target.getBoundingClientRect()[t.isHorizontal()?"left":"top"]:null,e.preventDefault(),e.stopPropagation(),n.style.transitionDuration="100ms",r.style.transitionDuration="100ms",v(e),clearTimeout(p),l.style.transitionDuration="0ms",a.hide&&(l.style.opacity=1),t.params.cssMode&&(t.wrapperEl.style["scroll-snap-type"]="none"),o("scrollbarDragStart",e)}function f(e){const{scrollbar:a,wrapperEl:s}=t,{el:n,dragEl:i}=a;d&&(e.preventDefault&&e.cancelable?e.preventDefault():e.returnValue=!1,v(e),s.style.transitionDuration="0ms",n.style.transitionDuration="0ms",i.style.transitionDuration="0ms",o("scrollbarDragMove",e))}function w(e){const a=t.params.scrollbar,{scrollbar:s,wrapperEl:n}=t,{el:i}=s;d&&(d=!1,t.params.cssMode&&(t.wrapperEl.style["scroll-snap-type"]="",n.style.transitionDuration=""),a.hide&&(clearTimeout(p),p=Qv((()=>{i.style.opacity=0,i.style.transitionDuration="400ms"}),1e3)),o("scrollbarDragEnd",e),a.snapOnRelease&&t.slideToClosest())}function x(e){const{scrollbar:a,params:s}=t,o=a.el;if(!o)return;const i=o,l=!!s.passiveListeners&&{passive:!1,capture:!1},r=!!s.passiveListeners&&{passive:!0,capture:!1};if(!i)return;const c="on"===e?"addEventListener":"removeEventListener";i[c]("pointerdown",b,l),n[c]("pointermove",f,l),n[c]("pointerup",w,r)}function y(){const{scrollbar:e,el:a}=t;t.params.scrollbar=mb(t,t.originalParams.scrollbar,t.params.scrollbar,{el:"swiper-scrollbar"});const s=t.params.scrollbar;if(!s.el)return;let o,i;if("string"==typeof s.el&&t.isElement&&(o=t.el.querySelector(s.el)),o||"string"!=typeof s.el)o||(o=s.el);else if(o=n.querySelectorAll(s.el),!o.length)return;t.params.uniqueNavElements&&"string"==typeof s.el&&o.length>1&&1===a.querySelectorAll(s.el).length&&(o=a.querySelector(s.el)),o.length>0&&(o=o[0]),o.classList.add(t.isHorizontal()?s.horizontalClass:s.verticalClass),o&&(i=o.querySelector(bb(t.params.scrollbar.dragClass)),i||(i=ib("div",t.params.scrollbar.dragClass),o.append(i))),Object.assign(e,{el:o,dragEl:i}),s.draggable&&t.params.scrollbar.el&&t.scrollbar.el&&x("on"),o&&o.classList[t.enabled?"remove":"add"](...Kv(t.params.scrollbar.lockClass))}function k(){const e=t.params.scrollbar,a=t.scrollbar.el;a&&a.classList.remove(...Kv(t.isHorizontal()?e.horizontalClass:e.verticalClass)),t.params.scrollbar.el&&t.scrollbar.el&&x("off")}a({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),t.scrollbar={el:null,dragEl:null},s("changeDirection",(()=>{if(!t.scrollbar||!t.scrollbar.el)return;const e=t.params.scrollbar;let{el:a}=t.scrollbar;a=hb(a),a.forEach((a=>{a.classList.remove(e.horizontalClass,e.verticalClass),a.classList.add(t.isHorizontal()?e.horizontalClass:e.verticalClass)}))})),s("init",(()=>{!1===t.params.scrollbar.enabled?C():(y(),u(),g())})),s("update resize observerUpdate lock unlock changeDirection",(()=>{u()})),s("setTranslate",(()=>{g()})),s("setTransition",((e,a)=>{!function(e){t.params.scrollbar.el&&t.scrollbar.el&&(t.scrollbar.dragEl.style.transitionDuration=`${e}ms`)}(a)})),s("enable disable",(()=>{const{el:e}=t.scrollbar;e&&e.classList[t.enabled?"remove":"add"](...Kv(t.params.scrollbar.lockClass))})),s("destroy",(()=>{k()}));const C=()=>{t.el.classList.add(...Kv(t.params.scrollbar.scrollbarDisabledClass)),t.scrollbar.el&&t.scrollbar.el.classList.add(...Kv(t.params.scrollbar.scrollbarDisabledClass)),k()};Object.assign(t.scrollbar,{enable:()=>{t.el.classList.remove(...Kv(t.params.scrollbar.scrollbarDisabledClass)),t.scrollbar.el&&t.scrollbar.el.classList.remove(...Kv(t.params.scrollbar.scrollbarDisabledClass)),y(),u(),g()},disable:C,updateSize:u,setTranslate:g,init:y,destroy:k})}function xb(e){let{swiper:t,extendParams:a,on:s}=e;a({a11y:{enabled:!0,notificationClass:"swiper-notification",prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",slideLabelMessage:"{{index}} / {{slidesLength}}",containerMessage:null,containerRoleDescriptionMessage:null,containerRole:null,itemRoleDescriptionMessage:null,slideRole:"group",id:null,scrollOnFocus:!0}}),t.a11y={clicked:!1};let o,n,i=null,l=(new Date).getTime();function r(e){const t=i;0!==t.length&&gb(t,e)}function c(e){(e=hb(e)).forEach((e=>{e.setAttribute("tabIndex","0")}))}function d(e){(e=hb(e)).forEach((e=>{e.setAttribute("tabIndex","-1")}))}function h(e,t){(e=hb(e)).forEach((e=>{e.setAttribute("role",t)}))}function p(e,t){(e=hb(e)).forEach((e=>{e.setAttribute("aria-roledescription",t)}))}function g(e,t){(e=hb(e)).forEach((e=>{e.setAttribute("aria-label",t)}))}function u(e){(e=hb(e)).forEach((e=>{e.setAttribute("aria-disabled",!0)}))}function m(e){(e=hb(e)).forEach((e=>{e.setAttribute("aria-disabled",!1)}))}function v(e){if(13!==e.keyCode&&32!==e.keyCode)return;const a=t.params.a11y,s=e.target;if(!t.pagination||!t.pagination.el||s!==t.pagination.el&&!t.pagination.el.contains(e.target)||e.target.matches(bb(t.params.pagination.bulletClass))){if(t.navigation&&t.navigation.prevEl&&t.navigation.nextEl){const e=hb(t.navigation.prevEl);hb(t.navigation.nextEl).includes(s)&&(t.isEnd&&!t.params.loop||t.slideNext(),t.isEnd?r(a.lastSlideMessage):r(a.nextSlideMessage)),e.includes(s)&&(t.isBeginning&&!t.params.loop||t.slidePrev(),t.isBeginning?r(a.firstSlideMessage):r(a.prevSlideMessage))}t.pagination&&s.matches(bb(t.params.pagination.bulletClass))&&s.click()}}function b(){return t.pagination&&t.pagination.bullets&&t.pagination.bullets.length}function f(){return b()&&t.params.pagination.clickable}const w=(e,t,a)=>{c(e),"BUTTON"!==e.tagName&&(h(e,"button"),e.addEventListener("keydown",v)),g(e,a),function(e,t){(e=hb(e)).forEach((e=>{e.setAttribute("aria-controls",t)}))}(e,t)},x=e=>{n&&n!==e.target&&!n.contains(e.target)&&(o=!0),t.a11y.clicked=!0},y=()=>{o=!1,requestAnimationFrame((()=>{requestAnimationFrame((()=>{t.destroyed||(t.a11y.clicked=!1)}))}))},k=e=>{l=(new Date).getTime()},C=e=>{if(t.a11y.clicked||!t.params.a11y.scrollOnFocus)return;if((new Date).getTime()-l<100)return;const a=e.target.closest(`.${t.params.slideClass}, swiper-slide`);if(!a||!t.slides.includes(a))return;n=a;const s=t.slides.indexOf(a)===t.activeIndex,i=t.params.watchSlidesProgress&&t.visibleSlides&&t.visibleSlides.includes(a);s||i||e.sourceCapabilities&&e.sourceCapabilities.firesTouchEvents||(t.isHorizontal()?t.el.scrollLeft=0:t.el.scrollTop=0,requestAnimationFrame((()=>{o||(t.params.loop?t.slideToLoop(t.getSlideIndexWhenGrid(parseInt(a.getAttribute("data-swiper-slide-index"))),0):t.slideTo(t.getSlideIndexWhenGrid(t.slides.indexOf(a)),0),o=!1)})))},_=()=>{const e=t.params.a11y;e.itemRoleDescriptionMessage&&p(t.slides,e.itemRoleDescriptionMessage),e.slideRole&&h(t.slides,e.slideRole);const a=t.slides.length;e.slideLabelMessage&&t.slides.forEach(((s,o)=>{const n=t.params.loop?parseInt(s.getAttribute("data-swiper-slide-index"),10):o;g(s,e.slideLabelMessage.replace(/\{\{index\}\}/,n+1).replace(/\{\{slidesLength\}\}/,a))}))};s("beforeInit",(()=>{i=ib("span",t.params.a11y.notificationClass),i.setAttribute("aria-live","assertive"),i.setAttribute("aria-atomic","true")})),s("afterInit",(()=>{t.params.a11y.enabled&&(()=>{const e=t.params.a11y;t.el.append(i);const a=t.el;e.containerRoleDescriptionMessage&&p(a,e.containerRoleDescriptionMessage),e.containerMessage&&g(a,e.containerMessage),e.containerRole&&h(a,e.containerRole);const s=t.wrapperEl,o=e.id||s.getAttribute("id")||`swiper-wrapper-${n=16,void 0===n&&(n=16),"x".repeat(n).replace(/x/g,(()=>Math.round(16*Math.random()).toString(16)))}`;var n;const l=t.params.autoplay&&t.params.autoplay.enabled?"off":"polite";var r;r=o,hb(s).forEach((e=>{e.setAttribute("id",r)})),function(e,t){(e=hb(e)).forEach((e=>{e.setAttribute("aria-live",t)}))}(s,l),_();let{nextEl:c,prevEl:d}=t.navigation?t.navigation:{};c=hb(c),d=hb(d),c&&c.forEach((t=>w(t,o,e.nextSlideMessage))),d&&d.forEach((t=>w(t,o,e.prevSlideMessage))),f()&&hb(t.pagination.el).forEach((e=>{e.addEventListener("keydown",v)})),Gv().addEventListener("visibilitychange",k),t.el.addEventListener("focus",C,!0),t.el.addEventListener("focus",C,!0),t.el.addEventListener("pointerdown",x,!0),t.el.addEventListener("pointerup",y,!0)})()})),s("slidesLengthChange snapGridLengthChange slidesGridLengthChange",(()=>{t.params.a11y.enabled&&_()})),s("fromEdge toEdge afterInit lock unlock",(()=>{t.params.a11y.enabled&&function(){if(t.params.loop||t.params.rewind||!t.navigation)return;const{nextEl:e,prevEl:a}=t.navigation;a&&(t.isBeginning?(u(a),d(a)):(m(a),c(a))),e&&(t.isEnd?(u(e),d(e)):(m(e),c(e)))}()})),s("paginationUpdate",(()=>{t.params.a11y.enabled&&function(){const e=t.params.a11y;b()&&t.pagination.bullets.forEach((a=>{t.params.pagination.clickable&&(c(a),t.params.pagination.renderBullet||(h(a,"button"),g(a,e.paginationBulletMessage.replace(/\{\{index\}\}/,rb(a)+1)))),a.matches(bb(t.params.pagination.bulletActiveClass))?a.setAttribute("aria-current","true"):a.removeAttribute("aria-current")}))}()})),s("destroy",(()=>{t.params.a11y.enabled&&function(){i&&i.remove();let{nextEl:e,prevEl:a}=t.navigation?t.navigation:{};e=hb(e),a=hb(a),e&&e.forEach((e=>e.removeEventListener("keydown",v))),a&&a.forEach((e=>e.removeEventListener("keydown",v))),f()&&hb(t.pagination.el).forEach((e=>{e.removeEventListener("keydown",v)})),Gv().removeEventListener("visibilitychange",k),t.el&&"string"!=typeof t.el&&(t.el.removeEventListener("focus",C,!0),t.el.removeEventListener("pointerdown",x,!0),t.el.removeEventListener("pointerup",y,!0))}()}))}function yb(e){let t,a,{swiper:s,extendParams:o,on:n,emit:i,params:l}=e;s.autoplay={running:!1,paused:!1,timeLeft:0},o({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!1,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}});let r,c,d,h,p,g,u,m,v=l&&l.autoplay?l.autoplay.delay:3e3,b=l&&l.autoplay?l.autoplay.delay:3e3,f=(new Date).getTime();function w(e){s&&!s.destroyed&&s.wrapperEl&&e.target===s.wrapperEl&&(s.wrapperEl.removeEventListener("transitionend",w),m||e.detail&&e.detail.bySwiperTouchMove||M())}const x=()=>{if(s.destroyed||!s.autoplay.running)return;s.autoplay.paused?c=!0:c&&(b=r,c=!1);const e=s.autoplay.paused?r:f+b-(new Date).getTime();s.autoplay.timeLeft=e,i("autoplayTimeLeft",e,e/v),a=requestAnimationFrame((()=>{x()}))},y=e=>{if(s.destroyed||!s.autoplay.running)return;cancelAnimationFrame(a),x();let o=void 0===e?s.params.autoplay.delay:e;v=s.params.autoplay.delay,b=s.params.autoplay.delay;const n=(()=>{let e;if(e=s.virtual&&s.params.virtual.enabled?s.slides.find((e=>e.classList.contains("swiper-slide-active"))):s.slides[s.activeIndex],e)return parseInt(e.getAttribute("data-swiper-autoplay"),10)})();!Number.isNaN(n)&&n>0&&void 0===e&&(o=n,v=n,b=n),r=o;const l=s.params.speed,c=()=>{s&&!s.destroyed&&(s.params.autoplay.reverseDirection?!s.isBeginning||s.params.loop||s.params.rewind?(s.slidePrev(l,!0,!0),i("autoplay")):s.params.autoplay.stopOnLastSlide||(s.slideTo(s.slides.length-1,l,!0,!0),i("autoplay")):!s.isEnd||s.params.loop||s.params.rewind?(s.slideNext(l,!0,!0),i("autoplay")):s.params.autoplay.stopOnLastSlide||(s.slideTo(0,l,!0,!0),i("autoplay")),s.params.cssMode&&(f=(new Date).getTime(),requestAnimationFrame((()=>{y()}))))};return o>0?(clearTimeout(t),t=setTimeout((()=>{c()}),o)):requestAnimationFrame((()=>{c()})),o},k=()=>{f=(new Date).getTime(),s.autoplay.running=!0,y(),i("autoplayStart")},C=()=>{s.autoplay.running=!1,clearTimeout(t),cancelAnimationFrame(a),i("autoplayStop")},_=(e,a)=>{if(s.destroyed||!s.autoplay.running)return;clearTimeout(t),e||(u=!0);const o=()=>{i("autoplayPause"),s.params.autoplay.waitForTransition?s.wrapperEl.addEventListener("transitionend",w):M()};if(s.autoplay.paused=!0,a)return g&&(r=s.params.autoplay.delay),g=!1,void o();const n=r||s.params.autoplay.delay;r=n-((new Date).getTime()-f),s.isEnd&&r<0&&!s.params.loop||(r<0&&(r=0),o())},M=()=>{s.isEnd&&r<0&&!s.params.loop||s.destroyed||!s.autoplay.running||(f=(new Date).getTime(),u?(u=!1,y(r)):y(),s.autoplay.paused=!1,i("autoplayResume"))},z=()=>{if(s.destroyed||!s.autoplay.running)return;const e=Gv();"hidden"===e.visibilityState&&(u=!0,_(!0)),"visible"===e.visibilityState&&M()},j=e=>{"mouse"===e.pointerType&&(u=!0,m=!0,s.animating||s.autoplay.paused||_(!0))},L=e=>{"mouse"===e.pointerType&&(m=!1,s.autoplay.paused&&M())};n("init",(()=>{s.params.autoplay.enabled&&(s.params.autoplay.pauseOnMouseEnter&&(s.el.addEventListener("pointerenter",j),s.el.addEventListener("pointerleave",L)),Gv().addEventListener("visibilitychange",z),k())})),n("destroy",(()=>{s.el&&"string"!=typeof s.el&&(s.el.removeEventListener("pointerenter",j),s.el.removeEventListener("pointerleave",L)),Gv().removeEventListener("visibilitychange",z),s.autoplay.running&&C()})),n("_freeModeStaticRelease",(()=>{(h||u)&&M()})),n("_freeModeNoMomentumRelease",(()=>{s.params.autoplay.disableOnInteraction?C():_(!0,!0)})),n("beforeTransitionStart",((e,t,a)=>{!s.destroyed&&s.autoplay.running&&(a||!s.params.autoplay.disableOnInteraction?_(!0,!0):C())})),n("sliderFirstMove",(()=>{!s.destroyed&&s.autoplay.running&&(s.params.autoplay.disableOnInteraction?C():(d=!0,h=!1,u=!1,p=setTimeout((()=>{u=!0,h=!0,_(!0)}),200)))})),n("touchEnd",(()=>{if(!s.destroyed&&s.autoplay.running&&d){if(clearTimeout(p),clearTimeout(t),s.params.autoplay.disableOnInteraction)return h=!1,void(d=!1);h&&s.params.cssMode&&M(),h=!1,d=!1}})),n("slideChange",(()=>{!s.destroyed&&s.autoplay.running&&(g=!0)})),Object.assign(s.autoplay,{start:k,stop:C,pause:_,resume:M})}function kb(e){const{effect:t,swiper:a,on:s,setTranslate:o,setTransition:n,overwriteParams:i,perspective:l,recreateShadows:r,getEffectParams:c}=e;let d;s("beforeInit",(()=>{if(a.params.effect!==t)return;a.classNames.push(`${a.params.containerModifierClass}${t}`),l&&l()&&a.classNames.push(`${a.params.containerModifierClass}3d`);const e=i?i():{};Object.assign(a.params,e),Object.assign(a.originalParams,e)})),s("setTranslate _virtualUpdated",(()=>{a.params.effect===t&&o()})),s("setTransition",((e,s)=>{a.params.effect===t&&n(s)})),s("transitionEnd",(()=>{if(a.params.effect===t&&r){if(!c||!c().slideShadows)return;a.slides.forEach((e=>{e.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((e=>e.remove()))})),r()}})),s("virtualUpdate",(()=>{a.params.effect===t&&(a.slides.length||(d=!0),requestAnimationFrame((()=>{d&&a.slides&&a.slides.length&&(o(),d=!1)})))}))}function Cb(e,t){const a=sb(t);return a!==t&&(a.style.backfaceVisibility="hidden",a.style["-webkit-backface-visibility"]="hidden"),a}function _b(e){let{swiper:t,duration:a,transformElements:s,allSlides:o}=e;const{activeIndex:n}=t;if(t.params.virtualTranslate&&0!==a){let e,a=!1;e=o?s:s.filter((e=>{const a=e.classList.contains("swiper-slide-transform")?(e=>e.parentElement?e.parentElement:t.slides.find((t=>t.shadowRoot&&t.shadowRoot===e.parentNode)))(e):e;return t.getSlideIndex(a)===n})),e.forEach((e=>{!function(e,t){t&&e.addEventListener("transitionend",(function a(s){s.target===e&&(t.call(e,s),e.removeEventListener("transitionend",a))}))}(e,(()=>{if(a)return;if(!t||t.destroyed)return;a=!0,t.animating=!1;const e=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});t.wrapperEl.dispatchEvent(e)}))}))}}function Mb(e){let{swiper:t,extendParams:a,on:s}=e;a({fadeEffect:{crossFade:!1}}),kb({effect:"fade",swiper:t,on:s,setTranslate:()=>{const{slides:e}=t;t.params.fadeEffect;for(let a=0;a<e.length;a+=1){const e=t.slides[a];let s=-e.swiperSlideOffset;t.params.virtualTranslate||(s-=t.translate);let o=0;t.isHorizontal()||(o=s,s=0);const n=t.params.fadeEffect.crossFade?Math.max(1-Math.abs(e.progress),0):1+Math.min(Math.max(e.progress,-1),0),i=Cb(0,e);i.style.opacity=n,i.style.transform=`translate3d(${s}px, ${o}px, 0px)`}},setTransition:e=>{const a=t.slides.map((e=>sb(e)));a.forEach((t=>{t.style.transitionDuration=`${e}ms`})),_b({swiper:t,duration:e,transformElements:a,allSlides:!0})},overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})}function zb(e){let{swiper:t,extendParams:a,on:s}=e;a({cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}});const o=(e,t,a)=>{let s=a?e.querySelector(".swiper-slide-shadow-left"):e.querySelector(".swiper-slide-shadow-top"),o=a?e.querySelector(".swiper-slide-shadow-right"):e.querySelector(".swiper-slide-shadow-bottom");s||(s=ib("div",("swiper-slide-shadow-cube swiper-slide-shadow-"+(a?"left":"top")).split(" ")),e.append(s)),o||(o=ib("div",("swiper-slide-shadow-cube swiper-slide-shadow-"+(a?"right":"bottom")).split(" ")),e.append(o)),s&&(s.style.opacity=Math.max(-t,0)),o&&(o.style.opacity=Math.max(t,0))};kb({effect:"cube",swiper:t,on:s,setTranslate:()=>{const{el:e,wrapperEl:a,slides:s,width:n,height:i,rtlTranslate:l,size:r,browser:c}=t,d=pb(t),h=t.params.cubeEffect,p=t.isHorizontal(),g=t.virtual&&t.params.virtual.enabled;let u,m=0;h.shadow&&(p?(u=t.wrapperEl.querySelector(".swiper-cube-shadow"),u||(u=ib("div","swiper-cube-shadow"),t.wrapperEl.append(u)),u.style.height=`${n}px`):(u=e.querySelector(".swiper-cube-shadow"),u||(u=ib("div","swiper-cube-shadow"),e.append(u))));for(let e=0;e<s.length;e+=1){const t=s[e];let a=e;g&&(a=parseInt(t.getAttribute("data-swiper-slide-index"),10));let n=90*a,i=Math.floor(n/360);l&&(n=-n,i=Math.floor(-n/360));const c=Math.max(Math.min(t.progress,1),-1);let u=0,v=0,b=0;a%4==0?(u=4*-i*r,b=0):(a-1)%4==0?(u=0,b=4*-i*r):(a-2)%4==0?(u=r+4*i*r,b=r):(a-3)%4==0&&(u=-r,b=3*r+4*r*i),l&&(u=-u),p||(v=u,u=0);const f=`rotateX(${d(p?0:-n)}deg) rotateY(${d(p?n:0)}deg) translate3d(${u}px, ${v}px, ${b}px)`;c<=1&&c>-1&&(m=90*a+90*c,l&&(m=90*-a-90*c)),t.style.transform=f,h.slideShadows&&o(t,c,p)}if(a.style.transformOrigin=`50% 50% -${r/2}px`,a.style["-webkit-transform-origin"]=`50% 50% -${r/2}px`,h.shadow)if(p)u.style.transform=`translate3d(0px, ${n/2+h.shadowOffset}px, ${-n/2}px) rotateX(89.99deg) rotateZ(0deg) scale(${h.shadowScale})`;else{const e=Math.abs(m)-90*Math.floor(Math.abs(m)/90),t=1.5-(Math.sin(2*e*Math.PI/360)/2+Math.cos(2*e*Math.PI/360)/2),a=h.shadowScale,s=h.shadowScale/t,o=h.shadowOffset;u.style.transform=`scale3d(${a}, 1, ${s}) translate3d(0px, ${i/2+o}px, ${-i/2/s}px) rotateX(-89.99deg)`}const v=(c.isSafari||c.isWebView)&&c.needPerspectiveFix?-r/2:0;a.style.transform=`translate3d(0px,0,${v}px) rotateX(${d(t.isHorizontal()?0:m)}deg) rotateY(${d(t.isHorizontal()?-m:0)}deg)`,a.style.setProperty("--swiper-cube-translate-z",`${v}px`)},setTransition:e=>{const{el:a,slides:s}=t;if(s.forEach((t=>{t.style.transitionDuration=`${e}ms`,t.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((t=>{t.style.transitionDuration=`${e}ms`}))})),t.params.cubeEffect.shadow&&!t.isHorizontal()){const t=a.querySelector(".swiper-cube-shadow");t&&(t.style.transitionDuration=`${e}ms`)}},recreateShadows:()=>{const e=t.isHorizontal();t.slides.forEach((t=>{const a=Math.max(Math.min(t.progress,1),-1);o(t,a,e)}))},getEffectParams:()=>t.params.cubeEffect,perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0})})}function jb(e,t,a){const s=`swiper-slide-shadow${a?`-${a}`:""}${e?` swiper-slide-shadow-${e}`:""}`,o=sb(t);let n=o.querySelector(`.${s.split(" ").join(".")}`);return n||(n=ib("div",s.split(" ")),o.append(n)),n}function Lb(e){let{swiper:t,extendParams:a,on:s}=e;a({flipEffect:{slideShadows:!0,limitRotation:!0}});const o=(e,a)=>{let s=t.isHorizontal()?e.querySelector(".swiper-slide-shadow-left"):e.querySelector(".swiper-slide-shadow-top"),o=t.isHorizontal()?e.querySelector(".swiper-slide-shadow-right"):e.querySelector(".swiper-slide-shadow-bottom");s||(s=jb("flip",e,t.isHorizontal()?"left":"top")),o||(o=jb("flip",e,t.isHorizontal()?"right":"bottom")),s&&(s.style.opacity=Math.max(-a,0)),o&&(o.style.opacity=Math.max(a,0))};kb({effect:"flip",swiper:t,on:s,setTranslate:()=>{const{slides:e,rtlTranslate:a}=t,s=t.params.flipEffect,n=pb(t);for(let i=0;i<e.length;i+=1){const l=e[i];let r=l.progress;t.params.flipEffect.limitRotation&&(r=Math.max(Math.min(l.progress,1),-1));const c=l.swiperSlideOffset;let d=-180*r,h=0,p=t.params.cssMode?-c-t.translate:-c,g=0;t.isHorizontal()?a&&(d=-d):(g=p,p=0,h=-d,d=0),l.style.zIndex=-Math.abs(Math.round(r))+e.length,s.slideShadows&&o(l,r);const u=`translate3d(${p}px, ${g}px, 0px) rotateX(${n(h)}deg) rotateY(${n(d)}deg)`;Cb(0,l).style.transform=u}},setTransition:e=>{const a=t.slides.map((e=>sb(e)));a.forEach((t=>{t.style.transitionDuration=`${e}ms`,t.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((t=>{t.style.transitionDuration=`${e}ms`}))})),_b({swiper:t,duration:e,transformElements:a})},recreateShadows:()=>{t.params.flipEffect,t.slides.forEach((e=>{let a=e.progress;t.params.flipEffect.limitRotation&&(a=Math.max(Math.min(e.progress,1),-1)),o(e,a)}))},getEffectParams:()=>t.params.flipEffect,perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})}function Sb(e){let{swiper:t,extendParams:a,on:s}=e;a({coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0}}),kb({effect:"coverflow",swiper:t,on:s,setTranslate:()=>{const{width:e,height:a,slides:s,slidesSizesGrid:o}=t,n=t.params.coverflowEffect,i=t.isHorizontal(),l=t.translate,r=i?e/2-l:a/2-l,c=i?n.rotate:-n.rotate,d=n.depth,h=pb(t);for(let e=0,t=s.length;e<t;e+=1){const t=s[e],a=o[e],l=(r-t.swiperSlideOffset-a/2)/a,p="function"==typeof n.modifier?n.modifier(l):l*n.modifier;let g=i?c*p:0,u=i?0:c*p,m=-d*Math.abs(p),v=n.stretch;"string"==typeof v&&-1!==v.indexOf("%")&&(v=parseFloat(n.stretch)/100*a);let b=i?0:v*p,f=i?v*p:0,w=1-(1-n.scale)*Math.abs(p);Math.abs(f)<.001&&(f=0),Math.abs(b)<.001&&(b=0),Math.abs(m)<.001&&(m=0),Math.abs(g)<.001&&(g=0),Math.abs(u)<.001&&(u=0),Math.abs(w)<.001&&(w=0);const x=`translate3d(${f}px,${b}px,${m}px) rotateX(${h(u)}deg) rotateY(${h(g)}deg) scale(${w})`;if(Cb(0,t).style.transform=x,t.style.zIndex=1-Math.abs(Math.round(p)),n.slideShadows){let e=i?t.querySelector(".swiper-slide-shadow-left"):t.querySelector(".swiper-slide-shadow-top"),a=i?t.querySelector(".swiper-slide-shadow-right"):t.querySelector(".swiper-slide-shadow-bottom");e||(e=jb("coverflow",t,i?"left":"top")),a||(a=jb("coverflow",t,i?"right":"bottom")),e&&(e.style.opacity=p>0?p:0),a&&(a.style.opacity=-p>0?-p:0)}}},setTransition:e=>{t.slides.map((e=>sb(e))).forEach((t=>{t.style.transitionDuration=`${e}ms`,t.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((t=>{t.style.transitionDuration=`${e}ms`}))}))},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0})})}function $b(e){let{swiper:t,extendParams:a,on:s}=e;a({creativeEffect:{limitProgress:1,shadowPerProgress:!1,progressMultiplier:1,perspective:!0,prev:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1},next:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1}}});const o=e=>"string"==typeof e?e:`${e}px`;kb({effect:"creative",swiper:t,on:s,setTranslate:()=>{const{slides:e,wrapperEl:a,slidesSizesGrid:s}=t,n=t.params.creativeEffect,{progressMultiplier:i}=n,l=t.params.centeredSlides,r=pb(t);if(l){const e=s[0]/2-t.params.slidesOffsetBefore||0;a.style.transform=`translateX(calc(50% - ${e}px))`}for(let a=0;a<e.length;a+=1){const s=e[a],c=s.progress,d=Math.min(Math.max(s.progress,-n.limitProgress),n.limitProgress);let h=d;l||(h=Math.min(Math.max(s.originalProgress,-n.limitProgress),n.limitProgress));const p=s.swiperSlideOffset,g=[t.params.cssMode?-p-t.translate:-p,0,0],u=[0,0,0];let m=!1;t.isHorizontal()||(g[1]=g[0],g[0]=0);let v={translate:[0,0,0],rotate:[0,0,0],scale:1,opacity:1};d<0?(v=n.next,m=!0):d>0&&(v=n.prev,m=!0),g.forEach(((e,t)=>{g[t]=`calc(${e}px + (${o(v.translate[t])} * ${Math.abs(d*i)}))`})),u.forEach(((e,t)=>{let a=v.rotate[t]*Math.abs(d*i);u[t]=a})),s.style.zIndex=-Math.abs(Math.round(c))+e.length;const b=g.join(", "),f=`rotateX(${r(u[0])}deg) rotateY(${r(u[1])}deg) rotateZ(${r(u[2])}deg)`,w=h<0?`scale(${1+(1-v.scale)*h*i})`:`scale(${1-(1-v.scale)*h*i})`,x=h<0?1+(1-v.opacity)*h*i:1-(1-v.opacity)*h*i,y=`translate3d(${b}) ${f} ${w}`;if(m&&v.shadow||!m){let e=s.querySelector(".swiper-slide-shadow");if(!e&&v.shadow&&(e=jb("creative",s)),e){const t=n.shadowPerProgress?d*(1/n.limitProgress):d;e.style.opacity=Math.min(Math.max(Math.abs(t),0),1)}}const k=Cb(0,s);k.style.transform=y,k.style.opacity=x,v.origin&&(k.style.transformOrigin=v.origin)}},setTransition:e=>{const a=t.slides.map((e=>sb(e)));a.forEach((t=>{t.style.transitionDuration=`${e}ms`,t.querySelectorAll(".swiper-slide-shadow").forEach((t=>{t.style.transitionDuration=`${e}ms`}))})),_b({swiper:t,duration:e,transformElements:a,allSlides:!0})},perspective:()=>t.params.creativeEffect.perspective,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})}function Hb(e){let{swiper:t,extendParams:a,on:s}=e;a({cardsEffect:{slideShadows:!0,rotate:!0,perSlideRotate:2,perSlideOffset:8}}),kb({effect:"cards",swiper:t,on:s,setTranslate:()=>{const{slides:e,activeIndex:a,rtlTranslate:s}=t,o=t.params.cardsEffect,{startTranslate:n,isTouched:i}=t.touchEventsData,l=s?-t.translate:t.translate;for(let r=0;r<e.length;r+=1){const c=e[r],d=c.progress,h=Math.min(Math.max(d,-4),4);let p=c.swiperSlideOffset;t.params.centeredSlides&&!t.params.cssMode&&(t.wrapperEl.style.transform=`translateX(${t.minTranslate()}px)`),t.params.centeredSlides&&t.params.cssMode&&(p-=e[0].swiperSlideOffset);let g=t.params.cssMode?-p-t.translate:-p,u=0;const m=-100*Math.abs(h);let v=1,b=-o.perSlideRotate*h,f=o.perSlideOffset-.75*Math.abs(h);const w=t.virtual&&t.params.virtual.enabled?t.virtual.from+r:r,x=(w===a||w===a-1)&&h>0&&h<1&&(i||t.params.cssMode)&&l<n,y=(w===a||w===a+1)&&h<0&&h>-1&&(i||t.params.cssMode)&&l>n;if(x||y){const e=(1-Math.abs((Math.abs(h)-.5)/.5))**.5;b+=-28*h*e,v+=-.5*e,f+=96*e,u=-25*e*Math.abs(h)+"%"}if(g=h<0?`calc(${g}px ${s?"-":"+"} (${f*Math.abs(h)}%))`:h>0?`calc(${g}px ${s?"-":"+"} (-${f*Math.abs(h)}%))`:`${g}px`,!t.isHorizontal()){const e=u;u=g,g=e}const k=h<0?""+(1+(1-v)*h):""+(1-(1-v)*h),C=`\n translate3d(${g}, ${u}, ${m}px)\n rotateZ(${o.rotate?s?-b:b:0}deg)\n scale(${k})\n `;if(o.slideShadows){let e=c.querySelector(".swiper-slide-shadow");e||(e=jb("cards",c)),e&&(e.style.opacity=Math.min(Math.max((Math.abs(h)-.5)/.5,0),1))}c.style.zIndex=-Math.abs(Math.round(d))+e.length,Cb(0,c).style.transform=C}},setTransition:e=>{const a=t.slides.map((e=>sb(e)));a.forEach((t=>{t.style.transitionDuration=`${e}ms`,t.querySelectorAll(".swiper-slide-shadow").forEach((t=>{t.style.transitionDuration=`${e}ms`}))})),_b({swiper:t,duration:e,transformElements:a})},perspective:()=>!0,overwriteParams:()=>({_loopSwapReset:!1,watchSlidesProgress:!0,loopAdditionalSlides:t.params.cardsEffect.rotate?3:2,centeredSlides:!0,virtualTranslate:!t.params.cssMode})})}let Tb,Bb,Ab;function Vb(){return Tb||(Tb=function(){const e=Zv(),t=Gv();return{smoothScroll:t.documentElement&&t.documentElement.style&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch)}}()),Tb}function Nb(e){return void 0===e&&(e={}),Bb||(Bb=function(e){let{userAgent:t}=void 0===e?{}:e;const a=Vb(),s=Zv(),o=s.navigator.platform,n=t||s.navigator.userAgent,i={ios:!1,android:!1},l=s.screen.width,r=s.screen.height,c=n.match(/(Android);?[\s\/]+([\d.]+)?/);let d=n.match(/(iPad).*OS\s([\d_]+)/);const h=n.match(/(iPod)(.*OS\s([\d_]+))?/),p=!d&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),g="Win32"===o;let u="MacIntel"===o;return!d&&u&&a.touch&&["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"].indexOf(`${l}x${r}`)>=0&&(d=n.match(/(Version)\/([\d.]+)/),d||(d=[0,1,"13_0_0"]),u=!1),c&&!g&&(i.os="android",i.android=!0),(d||p||h)&&(i.os="ios",i.ios=!0),i}(e)),Bb}function Pb(){return Ab||(Ab=function(){const e=Zv(),t=Nb();let a=!1;function s(){const t=e.navigator.userAgent.toLowerCase();return t.indexOf("safari")>=0&&t.indexOf("chrome")<0&&t.indexOf("android")<0}if(s()){const t=String(e.navigator.userAgent);if(t.includes("Version/")){const[e,s]=t.split("Version/")[1].split(" ")[0].split(".").map((e=>Number(e)));a=e<16||16===e&&s<2}}const o=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent),n=s();return{isSafari:a||n,needPerspectiveFix:a,need3dFix:n||o&&t.ios,isWebView:o}}()),Ab}var Eb={on(e,t,a){const s=this;if(!s.eventsListeners||s.destroyed)return s;if("function"!=typeof t)return s;const o=a?"unshift":"push";return e.split(" ").forEach((e=>{s.eventsListeners[e]||(s.eventsListeners[e]=[]),s.eventsListeners[e][o](t)})),s},once(e,t,a){const s=this;if(!s.eventsListeners||s.destroyed)return s;if("function"!=typeof t)return s;function o(){s.off(e,o),o.__emitterProxy&&delete o.__emitterProxy;for(var a=arguments.length,n=new Array(a),i=0;i<a;i++)n[i]=arguments[i];t.apply(s,n)}return o.__emitterProxy=t,s.on(e,o,a)},onAny(e,t){const a=this;if(!a.eventsListeners||a.destroyed)return a;if("function"!=typeof e)return a;const s=t?"unshift":"push";return a.eventsAnyListeners.indexOf(e)<0&&a.eventsAnyListeners[s](e),a},offAny(e){const t=this;if(!t.eventsListeners||t.destroyed)return t;if(!t.eventsAnyListeners)return t;const a=t.eventsAnyListeners.indexOf(e);return a>=0&&t.eventsAnyListeners.splice(a,1),t},off(e,t){const a=this;return!a.eventsListeners||a.destroyed?a:a.eventsListeners?(e.split(" ").forEach((e=>{void 0===t?a.eventsListeners[e]=[]:a.eventsListeners[e]&&a.eventsListeners[e].forEach(((s,o)=>{(s===t||s.__emitterProxy&&s.__emitterProxy===t)&&a.eventsListeners[e].splice(o,1)}))})),a):a},emit(){const e=this;if(!e.eventsListeners||e.destroyed)return e;if(!e.eventsListeners)return e;let t,a,s;for(var o=arguments.length,n=new Array(o),i=0;i<o;i++)n[i]=arguments[i];return"string"==typeof n[0]||Array.isArray(n[0])?(t=n[0],a=n.slice(1,n.length),s=e):(t=n[0].events,a=n[0].data,s=n[0].context||e),a.unshift(s),(Array.isArray(t)?t:t.split(" ")).forEach((t=>{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach((e=>{e.apply(s,[t,...a])})),e.eventsListeners&&e.eventsListeners[t]&&e.eventsListeners[t].forEach((e=>{e.apply(s,a)}))})),e}};const Ib=(e,t,a)=>{t&&!e.classList.contains(a)?e.classList.add(a):!t&&e.classList.contains(a)&&e.classList.remove(a)},Ob=(e,t,a)=>{t&&!e.classList.contains(a)?e.classList.add(a):!t&&e.classList.contains(a)&&e.classList.remove(a)},Rb=(e,t)=>{if(!e||e.destroyed||!e.params)return;const a=t.closest(e.isElement?"swiper-slide":`.${e.params.slideClass}`);if(a){let t=a.querySelector(`.${e.params.lazyPreloaderClass}`);!t&&e.isElement&&(a.shadowRoot?t=a.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame((()=>{a.shadowRoot&&(t=a.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),t&&t.remove())}))),t&&t.remove()}},Db=(e,t)=>{if(!e.slides[t])return;const a=e.slides[t].querySelector('[loading="lazy"]');a&&a.removeAttribute("loading")},Fb=e=>{if(!e||e.destroyed||!e.params)return;let t=e.params.lazyPreloadPrevNext;const a=e.slides.length;if(!a||!t||t<0)return;t=Math.min(t,a);const s="auto"===e.params.slidesPerView?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),o=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const a=o,n=[a-t];return n.push(...Array.from({length:t}).map(((e,t)=>a+s+t))),void e.slides.forEach(((t,a)=>{n.includes(t.column)&&Db(e,a)}))}const n=o+s-1;if(e.params.rewind||e.params.loop)for(let s=o-t;s<=n+t;s+=1){const t=(s%a+a)%a;(t<o||t>n)&&Db(e,t)}else for(let s=Math.max(o-t,0);s<=Math.min(n+t,a-1);s+=1)s!==o&&(s>n||s<o)&&Db(e,s)};var qb={updateSize:function(){const e=this;let t,a;const s=e.el;t=void 0!==e.params.width&&null!==e.params.width?e.params.width:s.clientWidth,a=void 0!==e.params.height&&null!==e.params.height?e.params.height:s.clientHeight,0===t&&e.isHorizontal()||0===a&&e.isVertical()||(t=t-parseInt(lb(s,"padding-left")||0,10)-parseInt(lb(s,"padding-right")||0,10),a=a-parseInt(lb(s,"padding-top")||0,10)-parseInt(lb(s,"padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(a)&&(a=0),Object.assign(e,{width:t,height:a,size:e.isHorizontal()?t:a}))},updateSlides:function(){const e=this;function t(t,a){return parseFloat(t.getPropertyValue(e.getDirectionLabel(a))||0)}const a=e.params,{wrapperEl:s,slidesEl:o,size:n,rtlTranslate:i,wrongRTL:l}=e,r=e.virtual&&a.virtual.enabled,c=r?e.virtual.slides.length:e.slides.length,d=ob(o,`.${e.params.slideClass}, swiper-slide`),h=r?e.virtual.slides.length:d.length;let p=[];const g=[],u=[];let m=a.slidesOffsetBefore;"function"==typeof m&&(m=a.slidesOffsetBefore.call(e));let v=a.slidesOffsetAfter;"function"==typeof v&&(v=a.slidesOffsetAfter.call(e));const b=e.snapGrid.length,f=e.slidesGrid.length;let w=a.spaceBetween,x=-m,y=0,k=0;if(void 0===n)return;"string"==typeof w&&w.indexOf("%")>=0?w=parseFloat(w.replace("%",""))/100*n:"string"==typeof w&&(w=parseFloat(w)),e.virtualSize=-w,d.forEach((e=>{i?e.style.marginLeft="":e.style.marginRight="",e.style.marginBottom="",e.style.marginTop=""})),a.centeredSlides&&a.cssMode&&(tb(s,"--swiper-centered-offset-before",""),tb(s,"--swiper-centered-offset-after",""));const C=a.grid&&a.grid.rows>1&&e.grid;let _;C?e.grid.initSlides(d):e.grid&&e.grid.unsetSlides();const M="auto"===a.slidesPerView&&a.breakpoints&&Object.keys(a.breakpoints).filter((e=>void 0!==a.breakpoints[e].slidesPerView)).length>0;for(let s=0;s<h;s+=1){let o;if(_=0,d[s]&&(o=d[s]),C&&e.grid.updateSlide(s,o,d),!d[s]||"none"!==lb(o,"display")){if("auto"===a.slidesPerView){M&&(d[s].style[e.getDirectionLabel("width")]="");const n=getComputedStyle(o),i=o.style.transform,l=o.style.webkitTransform;if(i&&(o.style.transform="none"),l&&(o.style.webkitTransform="none"),a.roundLengths)_=e.isHorizontal()?db(o,"width",!0):db(o,"height",!0);else{const e=t(n,"width"),a=t(n,"padding-left"),s=t(n,"padding-right"),i=t(n,"margin-left"),l=t(n,"margin-right"),r=n.getPropertyValue("box-sizing");if(r&&"border-box"===r)_=e+i+l;else{const{clientWidth:t,offsetWidth:n}=o;_=e+a+s+i+l+(n-t)}}i&&(o.style.transform=i),l&&(o.style.webkitTransform=l),a.roundLengths&&(_=Math.floor(_))}else _=(n-(a.slidesPerView-1)*w)/a.slidesPerView,a.roundLengths&&(_=Math.floor(_)),d[s]&&(d[s].style[e.getDirectionLabel("width")]=`${_}px`);d[s]&&(d[s].swiperSlideSize=_),u.push(_),a.centeredSlides?(x=x+_/2+y/2+w,0===y&&0!==s&&(x=x-n/2-w),0===s&&(x=x-n/2-w),Math.abs(x)<.001&&(x=0),a.roundLengths&&(x=Math.floor(x)),k%a.slidesPerGroup==0&&p.push(x),g.push(x)):(a.roundLengths&&(x=Math.floor(x)),(k-Math.min(e.params.slidesPerGroupSkip,k))%e.params.slidesPerGroup==0&&p.push(x),g.push(x),x=x+_+w),e.virtualSize+=_+w,y=_,k+=1}}if(e.virtualSize=Math.max(e.virtualSize,n)+v,i&&l&&("slide"===a.effect||"coverflow"===a.effect)&&(s.style.width=`${e.virtualSize+w}px`),a.setWrapperSize&&(s.style[e.getDirectionLabel("width")]=`${e.virtualSize+w}px`),C&&e.grid.updateWrapperSize(_,p),!a.centeredSlides){const t=[];for(let s=0;s<p.length;s+=1){let o=p[s];a.roundLengths&&(o=Math.floor(o)),p[s]<=e.virtualSize-n&&t.push(o)}p=t,Math.floor(e.virtualSize-n)-Math.floor(p[p.length-1])>1&&p.push(e.virtualSize-n)}if(r&&a.loop){const t=u[0]+w;if(a.slidesPerGroup>1){const s=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/a.slidesPerGroup),o=t*a.slidesPerGroup;for(let e=0;e<s;e+=1)p.push(p[p.length-1]+o)}for(let s=0;s<e.virtual.slidesBefore+e.virtual.slidesAfter;s+=1)1===a.slidesPerGroup&&p.push(p[p.length-1]+t),g.push(g[g.length-1]+t),e.virtualSize+=t}if(0===p.length&&(p=[0]),0!==w){const t=e.isHorizontal()&&i?"marginLeft":e.getDirectionLabel("marginRight");d.filter(((e,t)=>!(a.cssMode&&!a.loop)||t!==d.length-1)).forEach((e=>{e.style[t]=`${w}px`}))}if(a.centeredSlides&&a.centeredSlidesBounds){let e=0;u.forEach((t=>{e+=t+(w||0)})),e-=w;const t=e>n?e-n:0;p=p.map((e=>e<=0?-m:e>t?t+v:e))}if(a.centerInsufficientSlides){let e=0;u.forEach((t=>{e+=t+(w||0)})),e-=w;const t=(a.slidesOffsetBefore||0)+(a.slidesOffsetAfter||0);if(e+t<n){const a=(n-e-t)/2;p.forEach(((e,t)=>{p[t]=e-a})),g.forEach(((e,t)=>{g[t]=e+a}))}}if(Object.assign(e,{slides:d,snapGrid:p,slidesGrid:g,slidesSizesGrid:u}),a.centeredSlides&&a.cssMode&&!a.centeredSlidesBounds){tb(s,"--swiper-centered-offset-before",-p[0]+"px"),tb(s,"--swiper-centered-offset-after",e.size/2-u[u.length-1]/2+"px");const t=-e.snapGrid[0],a=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map((e=>e+t)),e.slidesGrid=e.slidesGrid.map((e=>e+a))}if(h!==c&&e.emit("slidesLengthChange"),p.length!==b&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),g.length!==f&&e.emit("slidesGridLengthChange"),a.watchSlidesProgress&&e.updateSlidesOffset(),e.emit("slidesUpdated"),!(r||a.cssMode||"slide"!==a.effect&&"fade"!==a.effect)){const t=`${a.containerModifierClass}backface-hidden`,s=e.el.classList.contains(t);h<=a.maxBackfaceHiddenSlides?s||e.el.classList.add(t):s&&e.el.classList.remove(t)}},updateAutoHeight:function(e){const t=this,a=[],s=t.virtual&&t.params.virtual.enabled;let o,n=0;"number"==typeof e?t.setTransition(e):!0===e&&t.setTransition(t.params.speed);const i=e=>s?t.slides[t.getSlideIndexByData(e)]:t.slides[e];if("auto"!==t.params.slidesPerView&&t.params.slidesPerView>1)if(t.params.centeredSlides)(t.visibleSlides||[]).forEach((e=>{a.push(e)}));else for(o=0;o<Math.ceil(t.params.slidesPerView);o+=1){const e=t.activeIndex+o;if(e>t.slides.length&&!s)break;a.push(i(e))}else a.push(i(t.activeIndex));for(o=0;o<a.length;o+=1)if(void 0!==a[o]){const e=a[o].offsetHeight;n=e>n?e:n}(n||0===n)&&(t.wrapperEl.style.height=`${n}px`)},updateSlidesOffset:function(){const e=this,t=e.slides,a=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let s=0;s<t.length;s+=1)t[s].swiperSlideOffset=(e.isHorizontal()?t[s].offsetLeft:t[s].offsetTop)-a-e.cssOverflowAdjustment()},updateSlidesProgress:function(e){void 0===e&&(e=this&&this.translate||0);const t=this,a=t.params,{slides:s,rtlTranslate:o,snapGrid:n}=t;if(0===s.length)return;void 0===s[0].swiperSlideOffset&&t.updateSlidesOffset();let i=-e;o&&(i=e),t.visibleSlidesIndexes=[],t.visibleSlides=[];let l=a.spaceBetween;"string"==typeof l&&l.indexOf("%")>=0?l=parseFloat(l.replace("%",""))/100*t.size:"string"==typeof l&&(l=parseFloat(l));for(let e=0;e<s.length;e+=1){const r=s[e];let c=r.swiperSlideOffset;a.cssMode&&a.centeredSlides&&(c-=s[0].swiperSlideOffset);const d=(i+(a.centeredSlides?t.minTranslate():0)-c)/(r.swiperSlideSize+l),h=(i-n[0]+(a.centeredSlides?t.minTranslate():0)-c)/(r.swiperSlideSize+l),p=-(i-c),g=p+t.slidesSizesGrid[e],u=p>=0&&p<=t.size-t.slidesSizesGrid[e],m=p>=0&&p<t.size-1||g>1&&g<=t.size||p<=0&&g>=t.size;m&&(t.visibleSlides.push(r),t.visibleSlidesIndexes.push(e)),Ib(r,m,a.slideVisibleClass),Ib(r,u,a.slideFullyVisibleClass),r.progress=o?-d:d,r.originalProgress=o?-h:h}},updateProgress:function(e){const t=this;if(void 0===e){const a=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*a||0}const a=t.params,s=t.maxTranslate()-t.minTranslate();let{progress:o,isBeginning:n,isEnd:i,progressLoop:l}=t;const r=n,c=i;if(0===s)o=0,n=!0,i=!0;else{o=(e-t.minTranslate())/s;const a=Math.abs(e-t.minTranslate())<1,l=Math.abs(e-t.maxTranslate())<1;n=a||o<=0,i=l||o>=1,a&&(o=0),l&&(o=1)}if(a.loop){const a=t.getSlideIndexByData(0),s=t.getSlideIndexByData(t.slides.length-1),o=t.slidesGrid[a],n=t.slidesGrid[s],i=t.slidesGrid[t.slidesGrid.length-1],r=Math.abs(e);l=r>=o?(r-o)/i:(r+i-n)/i,l>1&&(l-=1)}Object.assign(t,{progress:o,progressLoop:l,isBeginning:n,isEnd:i}),(a.watchSlidesProgress||a.centeredSlides&&a.autoHeight)&&t.updateSlidesProgress(e),n&&!r&&t.emit("reachBeginning toEdge"),i&&!c&&t.emit("reachEnd toEdge"),(r&&!n||c&&!i)&&t.emit("fromEdge"),t.emit("progress",o)},updateSlidesClasses:function(){const e=this,{slides:t,params:a,slidesEl:s,activeIndex:o}=e,n=e.virtual&&a.virtual.enabled,i=e.grid&&a.grid&&a.grid.rows>1,l=e=>ob(s,`.${a.slideClass}${e}, swiper-slide${e}`)[0];let r,c,d;if(n)if(a.loop){let t=o-e.virtual.slidesBefore;t<0&&(t=e.virtual.slides.length+t),t>=e.virtual.slides.length&&(t-=e.virtual.slides.length),r=l(`[data-swiper-slide-index="${t}"]`)}else r=l(`[data-swiper-slide-index="${o}"]`);else i?(r=t.find((e=>e.column===o)),d=t.find((e=>e.column===o+1)),c=t.find((e=>e.column===o-1))):r=t[o];r&&(i||(d=function(e,t){const a=[];for(;e.nextElementSibling;){const s=e.nextElementSibling;t?s.matches(t)&&a.push(s):a.push(s),e=s}return a}(r,`.${a.slideClass}, swiper-slide`)[0],a.loop&&!d&&(d=t[0]),c=function(e,t){const a=[];for(;e.previousElementSibling;){const s=e.previousElementSibling;t?s.matches(t)&&a.push(s):a.push(s),e=s}return a}(r,`.${a.slideClass}, swiper-slide`)[0],a.loop&&0===!c&&(c=t[t.length-1]))),t.forEach((e=>{Ob(e,e===r,a.slideActiveClass),Ob(e,e===d,a.slideNextClass),Ob(e,e===c,a.slidePrevClass)})),e.emitSlidesClasses()},updateActiveIndex:function(e){const t=this,a=t.rtlTranslate?t.translate:-t.translate,{snapGrid:s,params:o,activeIndex:n,realIndex:i,snapIndex:l}=t;let r,c=e;const d=e=>{let a=e-t.virtual.slidesBefore;return a<0&&(a=t.virtual.slides.length+a),a>=t.virtual.slides.length&&(a-=t.virtual.slides.length),a};if(void 0===c&&(c=function(e){const{slidesGrid:t,params:a}=e,s=e.rtlTranslate?e.translate:-e.translate;let o;for(let e=0;e<t.length;e+=1)void 0!==t[e+1]?s>=t[e]&&s<t[e+1]-(t[e+1]-t[e])/2?o=e:s>=t[e]&&s<t[e+1]&&(o=e+1):s>=t[e]&&(o=e);return a.normalizeSlideIndex&&(o<0||void 0===o)&&(o=0),o}(t)),s.indexOf(a)>=0)r=s.indexOf(a);else{const e=Math.min(o.slidesPerGroupSkip,c);r=e+Math.floor((c-e)/o.slidesPerGroup)}if(r>=s.length&&(r=s.length-1),c===n&&!t.params.loop)return void(r!==l&&(t.snapIndex=r,t.emit("snapIndexChange")));if(c===n&&t.params.loop&&t.virtual&&t.params.virtual.enabled)return void(t.realIndex=d(c));const h=t.grid&&o.grid&&o.grid.rows>1;let p;if(t.virtual&&o.virtual.enabled&&o.loop)p=d(c);else if(h){const e=t.slides.find((e=>e.column===c));let a=parseInt(e.getAttribute("data-swiper-slide-index"),10);Number.isNaN(a)&&(a=Math.max(t.slides.indexOf(e),0)),p=Math.floor(a/o.grid.rows)}else if(t.slides[c]){const e=t.slides[c].getAttribute("data-swiper-slide-index");p=e?parseInt(e,10):c}else p=c;Object.assign(t,{previousSnapIndex:l,snapIndex:r,previousRealIndex:i,realIndex:p,previousIndex:n,activeIndex:c}),t.initialized&&Fb(t),t.emit("activeIndexChange"),t.emit("snapIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&(i!==p&&t.emit("realIndexChange"),t.emit("slideChange"))},updateClickedSlide:function(e,t){const a=this,s=a.params;let o=e.closest(`.${s.slideClass}, swiper-slide`);!o&&a.isElement&&t&&t.length>1&&t.includes(e)&&[...t.slice(t.indexOf(e)+1,t.length)].forEach((e=>{!o&&e.matches&&e.matches(`.${s.slideClass}, swiper-slide`)&&(o=e)}));let n,i=!1;if(o)for(let e=0;e<a.slides.length;e+=1)if(a.slides[e]===o){i=!0,n=e;break}if(!o||!i)return a.clickedSlide=void 0,void(a.clickedIndex=void 0);a.clickedSlide=o,a.virtual&&a.params.virtual.enabled?a.clickedIndex=parseInt(o.getAttribute("data-swiper-slide-index"),10):a.clickedIndex=n,s.slideToClickedSlide&&void 0!==a.clickedIndex&&a.clickedIndex!==a.activeIndex&&a.slideToClickedSlide()}},Wb={getTranslate:function(e){void 0===e&&(e=this.isHorizontal()?"x":"y");const{params:t,rtlTranslate:a,translate:s,wrapperEl:o}=this;if(t.virtualTranslate)return a?-s:s;if(t.cssMode)return s;let n=function(e,t){void 0===t&&(t="x");const a=Zv();let s,o,n;const i=function(e){const t=Zv();let a;return t.getComputedStyle&&(a=t.getComputedStyle(e,null)),!a&&e.currentStyle&&(a=e.currentStyle),a||(a=e.style),a}(e);return a.WebKitCSSMatrix?(o=i.transform||i.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map((e=>e.replace(",","."))).join(", ")),n=new a.WebKitCSSMatrix("none"===o?"":o)):(n=i.MozTransform||i.OTransform||i.MsTransform||i.msTransform||i.transform||i.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),s=n.toString().split(",")),"x"===t&&(o=a.WebKitCSSMatrix?n.m41:16===s.length?parseFloat(s[12]):parseFloat(s[4])),"y"===t&&(o=a.WebKitCSSMatrix?n.m42:16===s.length?parseFloat(s[13]):parseFloat(s[5])),o||0}(o,e);return n+=this.cssOverflowAdjustment(),a&&(n=-n),n||0},setTranslate:function(e,t){const a=this,{rtlTranslate:s,params:o,wrapperEl:n,progress:i}=a;let l,r=0,c=0;a.isHorizontal()?r=s?-e:e:c=e,o.roundLengths&&(r=Math.floor(r),c=Math.floor(c)),a.previousTranslate=a.translate,a.translate=a.isHorizontal()?r:c,o.cssMode?n[a.isHorizontal()?"scrollLeft":"scrollTop"]=a.isHorizontal()?-r:-c:o.virtualTranslate||(a.isHorizontal()?r-=a.cssOverflowAdjustment():c-=a.cssOverflowAdjustment(),n.style.transform=`translate3d(${r}px, ${c}px, 0px)`);const d=a.maxTranslate()-a.minTranslate();l=0===d?0:(e-a.minTranslate())/d,l!==i&&a.updateProgress(e),a.emit("setTranslate",a.translate,t)},minTranslate:function(){return-this.snapGrid[0]},maxTranslate:function(){return-this.snapGrid[this.snapGrid.length-1]},translateTo:function(e,t,a,s,o){void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===a&&(a=!0),void 0===s&&(s=!0);const n=this,{params:i,wrapperEl:l}=n;if(n.animating&&i.preventInteractionOnTransition)return!1;const r=n.minTranslate(),c=n.maxTranslate();let d;if(d=s&&e>r?r:s&&e<c?c:e,n.updateProgress(d),i.cssMode){const e=n.isHorizontal();if(0===t)l[e?"scrollLeft":"scrollTop"]=-d;else{if(!n.support.smoothScroll)return ab({swiper:n,targetPosition:-d,side:e?"left":"top"}),!0;l.scrollTo({[e?"left":"top"]:-d,behavior:"smooth"})}return!0}return 0===t?(n.setTransition(0),n.setTranslate(d),a&&(n.emit("beforeTransitionStart",t,o),n.emit("transitionEnd"))):(n.setTransition(t),n.setTranslate(d),a&&(n.emit("beforeTransitionStart",t,o),n.emit("transitionStart")),n.animating||(n.animating=!0,n.onTranslateToWrapperTransitionEnd||(n.onTranslateToWrapperTransitionEnd=function(e){n&&!n.destroyed&&e.target===this&&(n.wrapperEl.removeEventListener("transitionend",n.onTranslateToWrapperTransitionEnd),n.onTranslateToWrapperTransitionEnd=null,delete n.onTranslateToWrapperTransitionEnd,n.animating=!1,a&&n.emit("transitionEnd"))}),n.wrapperEl.addEventListener("transitionend",n.onTranslateToWrapperTransitionEnd))),!0}};function Ub(e){let{swiper:t,runCallbacks:a,direction:s,step:o}=e;const{activeIndex:n,previousIndex:i}=t;let l=s;l||(l=n>i?"next":n<i?"prev":"reset"),t.emit(`transition${o}`),a&&"reset"===l?t.emit(`slideResetTransition${o}`):a&&n!==i&&(t.emit(`slideChangeTransition${o}`),"next"===l?t.emit(`slideNextTransition${o}`):t.emit(`slidePrevTransition${o}`))}var Gb={slideTo:function(e,t,a,s,o){void 0===e&&(e=0),void 0===a&&(a=!0),"string"==typeof e&&(e=parseInt(e,10));const n=this;let i=e;i<0&&(i=0);const{params:l,snapGrid:r,slidesGrid:c,previousIndex:d,activeIndex:h,rtlTranslate:p,wrapperEl:g,enabled:u}=n;if(!u&&!s&&!o||n.destroyed||n.animating&&l.preventInteractionOnTransition)return!1;void 0===t&&(t=n.params.speed);const m=Math.min(n.params.slidesPerGroupSkip,i);let v=m+Math.floor((i-m)/n.params.slidesPerGroup);v>=r.length&&(v=r.length-1);const b=-r[v];if(l.normalizeSlideIndex)for(let e=0;e<c.length;e+=1){const t=-Math.floor(100*b),a=Math.floor(100*c[e]),s=Math.floor(100*c[e+1]);void 0!==c[e+1]?t>=a&&t<s-(s-a)/2?i=e:t>=a&&t<s&&(i=e+1):t>=a&&(i=e)}if(n.initialized&&i!==h){if(!n.allowSlideNext&&(p?b>n.translate&&b>n.minTranslate():b<n.translate&&b<n.minTranslate()))return!1;if(!n.allowSlidePrev&&b>n.translate&&b>n.maxTranslate()&&(h||0)!==i)return!1}let f;i!==(d||0)&&a&&n.emit("beforeSlideChangeStart"),n.updateProgress(b),f=i>h?"next":i<h?"prev":"reset";const w=n.virtual&&n.params.virtual.enabled;if((!w||!o)&&(p&&-b===n.translate||!p&&b===n.translate))return n.updateActiveIndex(i),l.autoHeight&&n.updateAutoHeight(),n.updateSlidesClasses(),"slide"!==l.effect&&n.setTranslate(b),"reset"!==f&&(n.transitionStart(a,f),n.transitionEnd(a,f)),!1;if(l.cssMode){const e=n.isHorizontal(),a=p?b:-b;if(0===t)w&&(n.wrapperEl.style.scrollSnapType="none",n._immediateVirtual=!0),w&&!n._cssModeVirtualInitialSet&&n.params.initialSlide>0?(n._cssModeVirtualInitialSet=!0,requestAnimationFrame((()=>{g[e?"scrollLeft":"scrollTop"]=a}))):g[e?"scrollLeft":"scrollTop"]=a,w&&requestAnimationFrame((()=>{n.wrapperEl.style.scrollSnapType="",n._immediateVirtual=!1}));else{if(!n.support.smoothScroll)return ab({swiper:n,targetPosition:a,side:e?"left":"top"}),!0;g.scrollTo({[e?"left":"top"]:a,behavior:"smooth"})}return!0}const x=Pb().isSafari;return w&&!o&&x&&n.isElement&&n.virtual.update(!1,!1,i),n.setTransition(t),n.setTranslate(b),n.updateActiveIndex(i),n.updateSlidesClasses(),n.emit("beforeTransitionStart",t,s),n.transitionStart(a,f),0===t?n.transitionEnd(a,f):n.animating||(n.animating=!0,n.onSlideToWrapperTransitionEnd||(n.onSlideToWrapperTransitionEnd=function(e){n&&!n.destroyed&&e.target===this&&(n.wrapperEl.removeEventListener("transitionend",n.onSlideToWrapperTransitionEnd),n.onSlideToWrapperTransitionEnd=null,delete n.onSlideToWrapperTransitionEnd,n.transitionEnd(a,f))}),n.wrapperEl.addEventListener("transitionend",n.onSlideToWrapperTransitionEnd)),!0},slideToLoop:function(e,t,a,s){void 0===e&&(e=0),void 0===a&&(a=!0),"string"==typeof e&&(e=parseInt(e,10));const o=this;if(o.destroyed)return;void 0===t&&(t=o.params.speed);const n=o.grid&&o.params.grid&&o.params.grid.rows>1;let i=e;if(o.params.loop)if(o.virtual&&o.params.virtual.enabled)i+=o.virtual.slidesBefore;else{let e;if(n){const t=i*o.params.grid.rows;e=o.slides.find((e=>1*e.getAttribute("data-swiper-slide-index")===t)).column}else e=o.getSlideIndexByData(i);const t=n?Math.ceil(o.slides.length/o.params.grid.rows):o.slides.length,{centeredSlides:a}=o.params;let l=o.params.slidesPerView;"auto"===l?l=o.slidesPerViewDynamic():(l=Math.ceil(parseFloat(o.params.slidesPerView,10)),a&&l%2==0&&(l+=1));let r=t-e<l;if(a&&(r=r||e<Math.ceil(l/2)),s&&a&&"auto"!==o.params.slidesPerView&&!n&&(r=!1),r){const s=a?e<o.activeIndex?"prev":"next":e-o.activeIndex-1<o.params.slidesPerView?"next":"prev";o.loopFix({direction:s,slideTo:!0,activeSlideIndex:"next"===s?e+1:e-t+1,slideRealIndex:"next"===s?o.realIndex:void 0})}if(n){const e=i*o.params.grid.rows;i=o.slides.find((t=>1*t.getAttribute("data-swiper-slide-index")===e)).column}else i=o.getSlideIndexByData(i)}return requestAnimationFrame((()=>{o.slideTo(i,t,a,s)})),o},slideNext:function(e,t,a){void 0===t&&(t=!0);const s=this,{enabled:o,params:n,animating:i}=s;if(!o||s.destroyed)return s;void 0===e&&(e=s.params.speed);let l=n.slidesPerGroup;"auto"===n.slidesPerView&&1===n.slidesPerGroup&&n.slidesPerGroupAuto&&(l=Math.max(s.slidesPerViewDynamic("current",!0),1));const r=s.activeIndex<n.slidesPerGroupSkip?1:l,c=s.virtual&&n.virtual.enabled;if(n.loop){if(i&&!c&&n.loopPreventsSliding)return!1;if(s.loopFix({direction:"next"}),s._clientLeft=s.wrapperEl.clientLeft,s.activeIndex===s.slides.length-1&&n.cssMode)return requestAnimationFrame((()=>{s.slideTo(s.activeIndex+r,e,t,a)})),!0}return n.rewind&&s.isEnd?s.slideTo(0,e,t,a):s.slideTo(s.activeIndex+r,e,t,a)},slidePrev:function(e,t,a){void 0===t&&(t=!0);const s=this,{params:o,snapGrid:n,slidesGrid:i,rtlTranslate:l,enabled:r,animating:c}=s;if(!r||s.destroyed)return s;void 0===e&&(e=s.params.speed);const d=s.virtual&&o.virtual.enabled;if(o.loop){if(c&&!d&&o.loopPreventsSliding)return!1;s.loopFix({direction:"prev"}),s._clientLeft=s.wrapperEl.clientLeft}function h(e){return e<0?-Math.floor(Math.abs(e)):Math.floor(e)}const p=h(l?s.translate:-s.translate),g=n.map((e=>h(e))),u=o.freeMode&&o.freeMode.enabled;let m=n[g.indexOf(p)-1];if(void 0===m&&(o.cssMode||u)){let e;n.forEach(((t,a)=>{p>=t&&(e=a)})),void 0!==e&&(m=u?n[e]:n[e>0?e-1:e])}let v=0;if(void 0!==m&&(v=i.indexOf(m),v<0&&(v=s.activeIndex-1),"auto"===o.slidesPerView&&1===o.slidesPerGroup&&o.slidesPerGroupAuto&&(v=v-s.slidesPerViewDynamic("previous",!0)+1,v=Math.max(v,0))),o.rewind&&s.isBeginning){const o=s.params.virtual&&s.params.virtual.enabled&&s.virtual?s.virtual.slides.length-1:s.slides.length-1;return s.slideTo(o,e,t,a)}return o.loop&&0===s.activeIndex&&o.cssMode?(requestAnimationFrame((()=>{s.slideTo(v,e,t,a)})),!0):s.slideTo(v,e,t,a)},slideReset:function(e,t,a){void 0===t&&(t=!0);const s=this;if(!s.destroyed)return void 0===e&&(e=s.params.speed),s.slideTo(s.activeIndex,e,t,a)},slideToClosest:function(e,t,a,s){void 0===t&&(t=!0),void 0===s&&(s=.5);const o=this;if(o.destroyed)return;void 0===e&&(e=o.params.speed);let n=o.activeIndex;const i=Math.min(o.params.slidesPerGroupSkip,n),l=i+Math.floor((n-i)/o.params.slidesPerGroup),r=o.rtlTranslate?o.translate:-o.translate;if(r>=o.snapGrid[l]){const e=o.snapGrid[l];r-e>(o.snapGrid[l+1]-e)*s&&(n+=o.params.slidesPerGroup)}else{const e=o.snapGrid[l-1];r-e<=(o.snapGrid[l]-e)*s&&(n-=o.params.slidesPerGroup)}return n=Math.max(n,0),n=Math.min(n,o.slidesGrid.length-1),o.slideTo(n,e,t,a)},slideToClickedSlide:function(){const e=this;if(e.destroyed)return;const{params:t,slidesEl:a}=e,s="auto"===t.slidesPerView?e.slidesPerViewDynamic():t.slidesPerView;let o,n=e.getSlideIndexWhenGrid(e.clickedIndex);const i=e.isElement?"swiper-slide":`.${t.slideClass}`,l=e.grid&&e.params.grid&&e.params.grid.rows>1;if(t.loop){if(e.animating)return;o=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),t.centeredSlides?e.slideToLoop(o):n>(l?(e.slides.length-s)/2-(e.params.grid.rows-1):e.slides.length-s)?(e.loopFix(),n=e.getSlideIndex(ob(a,`${i}[data-swiper-slide-index="${o}"]`)[0]),Qv((()=>{e.slideTo(n)}))):e.slideTo(n)}else e.slideTo(n)}},Yb={loopCreate:function(e,t){const a=this,{params:s,slidesEl:o}=a;if(!s.loop||a.virtual&&a.params.virtual.enabled)return;const n=()=>{ob(o,`.${s.slideClass}, swiper-slide`).forEach(((e,t)=>{e.setAttribute("data-swiper-slide-index",t)}))},i=a.grid&&s.grid&&s.grid.rows>1;s.loopAddBlankSlides&&(s.slidesPerGroup>1||i)&&(()=>{const e=ob(o,`.${s.slideBlankClass}`);e.forEach((e=>{e.remove()})),e.length>0&&(a.recalcSlides(),a.updateSlides())})();const l=s.slidesPerGroup*(i?s.grid.rows:1),r=a.slides.length%l!=0,c=i&&a.slides.length%s.grid.rows!=0,d=e=>{for(let t=0;t<e;t+=1){const e=a.isElement?ib("swiper-slide",[s.slideBlankClass]):ib("div",[s.slideClass,s.slideBlankClass]);a.slidesEl.append(e)}};r?(s.loopAddBlankSlides?(d(l-a.slides.length%l),a.recalcSlides(),a.updateSlides()):nb("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)"),n()):c?(s.loopAddBlankSlides?(d(s.grid.rows-a.slides.length%s.grid.rows),a.recalcSlides(),a.updateSlides()):nb("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)"),n()):n(),a.loopFix({slideRealIndex:e,direction:s.centeredSlides?void 0:"next",initial:t})},loopFix:function(e){let{slideRealIndex:t,slideTo:a=!0,direction:s,setTranslate:o,activeSlideIndex:n,initial:i,byController:l,byMousewheel:r}=void 0===e?{}:e;const c=this;if(!c.params.loop)return;c.emit("beforeLoopFix");const{slides:d,allowSlidePrev:h,allowSlideNext:p,slidesEl:g,params:u}=c,{centeredSlides:m,initialSlide:v}=u;if(c.allowSlidePrev=!0,c.allowSlideNext=!0,c.virtual&&u.virtual.enabled)return a&&(u.centeredSlides||0!==c.snapIndex?u.centeredSlides&&c.snapIndex<u.slidesPerView?c.slideTo(c.virtual.slides.length+c.snapIndex,0,!1,!0):c.snapIndex===c.snapGrid.length-1&&c.slideTo(c.virtual.slidesBefore,0,!1,!0):c.slideTo(c.virtual.slides.length,0,!1,!0)),c.allowSlidePrev=h,c.allowSlideNext=p,void c.emit("loopFix");let b=u.slidesPerView;"auto"===b?b=c.slidesPerViewDynamic():(b=Math.ceil(parseFloat(u.slidesPerView,10)),m&&b%2==0&&(b+=1));const f=u.slidesPerGroupAuto?b:u.slidesPerGroup;let w=m?Math.max(f,Math.ceil(b/2)):f;w%f!=0&&(w+=f-w%f),w+=u.loopAdditionalSlides,c.loopedSlides=w;const x=c.grid&&u.grid&&u.grid.rows>1;d.length<b+w||"cards"===c.params.effect&&d.length<b+2*w?nb("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled or not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):x&&"row"===u.grid.fill&&nb("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const y=[],k=[],C=x?Math.ceil(d.length/u.grid.rows):d.length,_=i&&C-v<b&&!m;let M=_?v:c.activeIndex;void 0===n?n=c.getSlideIndex(d.find((e=>e.classList.contains(u.slideActiveClass)))):M=n;const z="next"===s||!s,j="prev"===s||!s;let L=0,S=0;const $=(x?d[n].column:n)+(m&&void 0===o?-b/2+.5:0);if($<w){L=Math.max(w-$,f);for(let e=0;e<w-$;e+=1){const t=e-Math.floor(e/C)*C;if(x){const e=C-t-1;for(let t=d.length-1;t>=0;t-=1)d[t].column===e&&y.push(t)}else y.push(C-t-1)}}else if($+b>C-w){S=Math.max($-(C-2*w),f),_&&(S=Math.max(S,b-C+v+1));for(let e=0;e<S;e+=1){const t=e-Math.floor(e/C)*C;x?d.forEach(((e,a)=>{e.column===t&&k.push(a)})):k.push(t)}}if(c.__preventObserver__=!0,requestAnimationFrame((()=>{c.__preventObserver__=!1})),"cards"===c.params.effect&&d.length<b+2*w&&(k.includes(n)&&k.splice(k.indexOf(n),1),y.includes(n)&&y.splice(y.indexOf(n),1)),j&&y.forEach((e=>{d[e].swiperLoopMoveDOM=!0,g.prepend(d[e]),d[e].swiperLoopMoveDOM=!1})),z&&k.forEach((e=>{d[e].swiperLoopMoveDOM=!0,g.append(d[e]),d[e].swiperLoopMoveDOM=!1})),c.recalcSlides(),"auto"===u.slidesPerView?c.updateSlides():x&&(y.length>0&&j||k.length>0&&z)&&c.slides.forEach(((e,t)=>{c.grid.updateSlide(t,e,c.slides)})),u.watchSlidesProgress&&c.updateSlidesOffset(),a)if(y.length>0&&j){if(void 0===t){const e=c.slidesGrid[M],t=c.slidesGrid[M+L]-e;r?c.setTranslate(c.translate-t):(c.slideTo(M+Math.ceil(L),0,!1,!0),o&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-t,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-t))}else if(o){const e=x?y.length/u.grid.rows:y.length;c.slideTo(c.activeIndex+e,0,!1,!0),c.touchEventsData.currentTranslate=c.translate}}else if(k.length>0&&z)if(void 0===t){const e=c.slidesGrid[M],t=c.slidesGrid[M-S]-e;r?c.setTranslate(c.translate-t):(c.slideTo(M-S,0,!1,!0),o&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-t,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-t))}else{const e=x?k.length/u.grid.rows:k.length;c.slideTo(c.activeIndex-e,0,!1,!0)}if(c.allowSlidePrev=h,c.allowSlideNext=p,c.controller&&c.controller.control&&!l){const e={slideRealIndex:t,direction:s,setTranslate:o,activeSlideIndex:n,byController:!0};Array.isArray(c.controller.control)?c.controller.control.forEach((t=>{!t.destroyed&&t.params.loop&&t.loopFix({...e,slideTo:t.params.slidesPerView===u.slidesPerView&&a})})):c.controller.control instanceof c.constructor&&c.controller.control.params.loop&&c.controller.control.loopFix({...e,slideTo:c.controller.control.params.slidesPerView===u.slidesPerView&&a})}c.emit("loopFix")},loopDestroy:function(){const e=this,{params:t,slidesEl:a}=e;if(!t.loop||!a||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const s=[];e.slides.forEach((e=>{const t=void 0===e.swiperSlideIndex?1*e.getAttribute("data-swiper-slide-index"):e.swiperSlideIndex;s[t]=e})),e.slides.forEach((e=>{e.removeAttribute("data-swiper-slide-index")})),s.forEach((e=>{a.append(e)})),e.recalcSlides(),e.slideTo(e.realIndex,0)}};function Zb(e,t,a){const s=Zv(),{params:o}=e,n=o.edgeSwipeDetection,i=o.edgeSwipeThreshold;return!n||!(a<=i||a>=s.innerWidth-i)||"prevent"===n&&(t.preventDefault(),!0)}function Kb(e){const t=this,a=Gv();let s=e;s.originalEvent&&(s=s.originalEvent);const o=t.touchEventsData;if("pointerdown"===s.type){if(null!==o.pointerId&&o.pointerId!==s.pointerId)return;o.pointerId=s.pointerId}else"touchstart"===s.type&&1===s.targetTouches.length&&(o.touchId=s.targetTouches[0].identifier);if("touchstart"===s.type)return void Zb(t,s,s.targetTouches[0].pageX);const{params:n,touches:i,enabled:l}=t;if(!l)return;if(!n.simulateTouch&&"mouse"===s.pointerType)return;if(t.animating&&n.preventInteractionOnTransition)return;!t.animating&&n.cssMode&&n.loop&&t.loopFix();let r=s.target;if("wrapper"===n.touchEventsTarget&&!function(e,t){const a=Zv();let s=t.contains(e);return!s&&a.HTMLSlotElement&&t instanceof HTMLSlotElement&&(s=[...t.assignedElements()].includes(e),s||(s=function(e,t){const a=[t];for(;a.length>0;){const t=a.shift();if(e===t)return!0;a.push(...t.children,...t.shadowRoot?t.shadowRoot.children:[],...t.assignedElements?t.assignedElements():[])}}(e,t))),s}(r,t.wrapperEl))return;if("which"in s&&3===s.which)return;if("button"in s&&s.button>0)return;if(o.isTouched&&o.isMoved)return;const c=!!n.noSwipingClass&&""!==n.noSwipingClass,d=s.composedPath?s.composedPath():s.path;c&&s.target&&s.target.shadowRoot&&d&&(r=d[0]);const h=n.noSwipingSelector?n.noSwipingSelector:`.${n.noSwipingClass}`,p=!(!s.target||!s.target.shadowRoot);if(n.noSwiping&&(p?function(e,t){return void 0===t&&(t=this),function t(a){if(!a||a===Gv()||a===Zv())return null;a.assignedSlot&&(a=a.assignedSlot);const s=a.closest(e);return s||a.getRootNode?s||t(a.getRootNode().host):null}(t)}(h,r):r.closest(h)))return void(t.allowClick=!0);if(n.swipeHandler&&!r.closest(n.swipeHandler))return;i.currentX=s.pageX,i.currentY=s.pageY;const g=i.currentX,u=i.currentY;if(!Zb(t,s,g))return;Object.assign(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),i.startX=g,i.startY=u,o.touchStartTime=Xv(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,n.threshold>0&&(o.allowThresholdMove=!1);let m=!0;r.matches(o.focusableElements)&&(m=!1,"SELECT"===r.nodeName&&(o.isTouched=!1)),a.activeElement&&a.activeElement.matches(o.focusableElements)&&a.activeElement!==r&&("mouse"===s.pointerType||"mouse"!==s.pointerType&&!r.matches(o.focusableElements))&&a.activeElement.blur();const v=m&&t.allowTouchMove&&n.touchStartPreventDefault;!n.touchStartForcePreventDefault&&!v||r.isContentEditable||s.preventDefault(),n.freeMode&&n.freeMode.enabled&&t.freeMode&&t.animating&&!n.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",s)}function Qb(e){const t=Gv(),a=this,s=a.touchEventsData,{params:o,touches:n,rtlTranslate:i,enabled:l}=a;if(!l)return;if(!o.simulateTouch&&"mouse"===e.pointerType)return;let r,c=e;if(c.originalEvent&&(c=c.originalEvent),"pointermove"===c.type){if(null!==s.touchId)return;if(c.pointerId!==s.pointerId)return}if("touchmove"===c.type){if(r=[...c.changedTouches].find((e=>e.identifier===s.touchId)),!r||r.identifier!==s.touchId)return}else r=c;if(!s.isTouched)return void(s.startMoving&&s.isScrolling&&a.emit("touchMoveOpposite",c));const d=r.pageX,h=r.pageY;if(c.preventedByNestedSwiper)return n.startX=d,void(n.startY=h);if(!a.allowTouchMove)return c.target.matches(s.focusableElements)||(a.allowClick=!1),void(s.isTouched&&(Object.assign(n,{startX:d,startY:h,currentX:d,currentY:h}),s.touchStartTime=Xv()));if(o.touchReleaseOnEdges&&!o.loop)if(a.isVertical()){if(h<n.startY&&a.translate<=a.maxTranslate()||h>n.startY&&a.translate>=a.minTranslate())return s.isTouched=!1,void(s.isMoved=!1)}else{if(i&&(d>n.startX&&-a.translate<=a.maxTranslate()||d<n.startX&&-a.translate>=a.minTranslate()))return;if(!i&&(d<n.startX&&a.translate<=a.maxTranslate()||d>n.startX&&a.translate>=a.minTranslate()))return}if(t.activeElement&&t.activeElement.matches(s.focusableElements)&&t.activeElement!==c.target&&"mouse"!==c.pointerType&&t.activeElement.blur(),t.activeElement&&c.target===t.activeElement&&c.target.matches(s.focusableElements))return s.isMoved=!0,void(a.allowClick=!1);s.allowTouchCallbacks&&a.emit("touchMove",c),n.previousX=n.currentX,n.previousY=n.currentY,n.currentX=d,n.currentY=h;const p=n.currentX-n.startX,g=n.currentY-n.startY;if(a.params.threshold&&Math.sqrt(p**2+g**2)<a.params.threshold)return;if(void 0===s.isScrolling){let e;a.isHorizontal()&&n.currentY===n.startY||a.isVertical()&&n.currentX===n.startX?s.isScrolling=!1:p*p+g*g>=25&&(e=180*Math.atan2(Math.abs(g),Math.abs(p))/Math.PI,s.isScrolling=a.isHorizontal()?e>o.touchAngle:90-e>o.touchAngle)}if(s.isScrolling&&a.emit("touchMoveOpposite",c),void 0===s.startMoving&&(n.currentX===n.startX&&n.currentY===n.startY||(s.startMoving=!0)),s.isScrolling||"touchmove"===c.type&&s.preventTouchMoveFromPointerMove)return void(s.isTouched=!1);if(!s.startMoving)return;a.allowClick=!1,!o.cssMode&&c.cancelable&&c.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&c.stopPropagation();let u=a.isHorizontal()?p:g,m=a.isHorizontal()?n.currentX-n.previousX:n.currentY-n.previousY;o.oneWayMovement&&(u=Math.abs(u)*(i?1:-1),m=Math.abs(m)*(i?1:-1)),n.diff=u,u*=o.touchRatio,i&&(u=-u,m=-m);const v=a.touchesDirection;a.swipeDirection=u>0?"prev":"next",a.touchesDirection=m>0?"prev":"next";const b=a.params.loop&&!o.cssMode,f="next"===a.touchesDirection&&a.allowSlideNext||"prev"===a.touchesDirection&&a.allowSlidePrev;if(!s.isMoved){if(b&&f&&a.loopFix({direction:a.swipeDirection}),s.startTranslate=a.getTranslate(),a.setTransition(0),a.animating){const e=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});a.wrapperEl.dispatchEvent(e)}s.allowMomentumBounce=!1,!o.grabCursor||!0!==a.allowSlideNext&&!0!==a.allowSlidePrev||a.setGrabCursor(!0),a.emit("sliderFirstMove",c)}if((new Date).getTime(),!1!==o._loopSwapReset&&s.isMoved&&s.allowThresholdMove&&v!==a.touchesDirection&&b&&f&&Math.abs(u)>=1)return Object.assign(n,{startX:d,startY:h,currentX:d,currentY:h,startTranslate:s.currentTranslate}),s.loopSwapReset=!0,void(s.startTranslate=s.currentTranslate);a.emit("sliderMove",c),s.isMoved=!0,s.currentTranslate=u+s.startTranslate;let w=!0,x=o.resistanceRatio;if(o.touchReleaseOnEdges&&(x=0),u>0?(b&&f&&s.allowThresholdMove&&s.currentTranslate>(o.centeredSlides?a.minTranslate()-a.slidesSizesGrid[a.activeIndex+1]-("auto"!==o.slidesPerView&&a.slides.length-o.slidesPerView>=2?a.slidesSizesGrid[a.activeIndex+1]+a.params.spaceBetween:0)-a.params.spaceBetween:a.minTranslate())&&a.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),s.currentTranslate>a.minTranslate()&&(w=!1,o.resistance&&(s.currentTranslate=a.minTranslate()-1+(-a.minTranslate()+s.startTranslate+u)**x))):u<0&&(b&&f&&s.allowThresholdMove&&s.currentTranslate<(o.centeredSlides?a.maxTranslate()+a.slidesSizesGrid[a.slidesSizesGrid.length-1]+a.params.spaceBetween+("auto"!==o.slidesPerView&&a.slides.length-o.slidesPerView>=2?a.slidesSizesGrid[a.slidesSizesGrid.length-1]+a.params.spaceBetween:0):a.maxTranslate())&&a.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:a.slides.length-("auto"===o.slidesPerView?a.slidesPerViewDynamic():Math.ceil(parseFloat(o.slidesPerView,10)))}),s.currentTranslate<a.maxTranslate()&&(w=!1,o.resistance&&(s.currentTranslate=a.maxTranslate()+1-(a.maxTranslate()-s.startTranslate-u)**x))),w&&(c.preventedByNestedSwiper=!0),!a.allowSlideNext&&"next"===a.swipeDirection&&s.currentTranslate<s.startTranslate&&(s.currentTranslate=s.startTranslate),!a.allowSlidePrev&&"prev"===a.swipeDirection&&s.currentTranslate>s.startTranslate&&(s.currentTranslate=s.startTranslate),a.allowSlidePrev||a.allowSlideNext||(s.currentTranslate=s.startTranslate),o.threshold>0){if(!(Math.abs(u)>o.threshold||s.allowThresholdMove))return void(s.currentTranslate=s.startTranslate);if(!s.allowThresholdMove)return s.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,s.currentTranslate=s.startTranslate,void(n.diff=a.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY)}o.followFinger&&!o.cssMode&&((o.freeMode&&o.freeMode.enabled&&a.freeMode||o.watchSlidesProgress)&&(a.updateActiveIndex(),a.updateSlidesClasses()),o.freeMode&&o.freeMode.enabled&&a.freeMode&&a.freeMode.onTouchMove(),a.updateProgress(s.currentTranslate),a.setTranslate(s.currentTranslate))}function Xb(e){const t=this,a=t.touchEventsData;let s,o=e;if(o.originalEvent&&(o=o.originalEvent),"touchend"===o.type||"touchcancel"===o.type){if(s=[...o.changedTouches].find((e=>e.identifier===a.touchId)),!s||s.identifier!==a.touchId)return}else{if(null!==a.touchId)return;if(o.pointerId!==a.pointerId)return;s=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)&&(!["pointercancel","contextmenu"].includes(o.type)||!t.browser.isSafari&&!t.browser.isWebView))return;a.pointerId=null,a.touchId=null;const{params:n,touches:i,rtlTranslate:l,slidesGrid:r,enabled:c}=t;if(!c)return;if(!n.simulateTouch&&"mouse"===o.pointerType)return;if(a.allowTouchCallbacks&&t.emit("touchEnd",o),a.allowTouchCallbacks=!1,!a.isTouched)return a.isMoved&&n.grabCursor&&t.setGrabCursor(!1),a.isMoved=!1,void(a.startMoving=!1);n.grabCursor&&a.isMoved&&a.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);const d=Xv(),h=d-a.touchStartTime;if(t.allowClick){const e=o.path||o.composedPath&&o.composedPath();t.updateClickedSlide(e&&e[0]||o.target,e),t.emit("tap click",o),h<300&&d-a.lastClickTime<300&&t.emit("doubleTap doubleClick",o)}if(a.lastClickTime=Xv(),Qv((()=>{t.destroyed||(t.allowClick=!0)})),!a.isTouched||!a.isMoved||!t.swipeDirection||0===i.diff&&!a.loopSwapReset||a.currentTranslate===a.startTranslate&&!a.loopSwapReset)return a.isTouched=!1,a.isMoved=!1,void(a.startMoving=!1);let p;if(a.isTouched=!1,a.isMoved=!1,a.startMoving=!1,p=n.followFinger?l?t.translate:-t.translate:-a.currentTranslate,n.cssMode)return;if(n.freeMode&&n.freeMode.enabled)return void t.freeMode.onTouchEnd({currentPos:p});const g=p>=-t.maxTranslate()&&!t.params.loop;let u=0,m=t.slidesSizesGrid[0];for(let e=0;e<r.length;e+=e<n.slidesPerGroupSkip?1:n.slidesPerGroup){const t=e<n.slidesPerGroupSkip-1?1:n.slidesPerGroup;void 0!==r[e+t]?(g||p>=r[e]&&p<r[e+t])&&(u=e,m=r[e+t]-r[e]):(g||p>=r[e])&&(u=e,m=r[r.length-1]-r[r.length-2])}let v=null,b=null;n.rewind&&(t.isBeginning?b=n.virtual&&n.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(v=0));const f=(p-r[u])/m,w=u<n.slidesPerGroupSkip-1?1:n.slidesPerGroup;if(h>n.longSwipesMs){if(!n.longSwipes)return void t.slideTo(t.activeIndex);"next"===t.swipeDirection&&(f>=n.longSwipesRatio?t.slideTo(n.rewind&&t.isEnd?v:u+w):t.slideTo(u)),"prev"===t.swipeDirection&&(f>1-n.longSwipesRatio?t.slideTo(u+w):null!==b&&f<0&&Math.abs(f)>n.longSwipesRatio?t.slideTo(b):t.slideTo(u))}else{if(!n.shortSwipes)return void t.slideTo(t.activeIndex);!t.navigation||o.target!==t.navigation.nextEl&&o.target!==t.navigation.prevEl?("next"===t.swipeDirection&&t.slideTo(null!==v?v:u+w),"prev"===t.swipeDirection&&t.slideTo(null!==b?b:u)):o.target===t.navigation.nextEl?t.slideTo(u+w):t.slideTo(u)}}function Jb(){const e=this,{params:t,el:a}=e;if(a&&0===a.offsetWidth)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:s,allowSlidePrev:o,snapGrid:n}=e,i=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const l=i&&t.loop;!("auto"===t.slidesPerView||t.slidesPerView>1)||!e.isEnd||e.isBeginning||e.params.centeredSlides||l?e.params.loop&&!i?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0):e.slideTo(e.slides.length-1,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout((()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()}),500)),e.allowSlidePrev=o,e.allowSlideNext=s,e.params.watchOverflow&&n!==e.snapGrid&&e.checkOverflow()}function ef(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function tf(){const e=this,{wrapperEl:t,rtlTranslate:a,enabled:s}=e;if(!s)return;let o;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();const n=e.maxTranslate()-e.minTranslate();o=0===n?0:(e.translate-e.minTranslate())/n,o!==e.progress&&e.updateProgress(a?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function af(e){const t=this;Rb(t,e.target),t.params.cssMode||"auto"!==t.params.slidesPerView&&!t.params.autoHeight||t.update()}function sf(){const e=this;e.documentTouchHandlerProceeded||(e.documentTouchHandlerProceeded=!0,e.params.touchReleaseOnEdges&&(e.el.style.touchAction="auto"))}const of=(e,t)=>{const a=Gv(),{params:s,el:o,wrapperEl:n,device:i}=e,l=!!s.nested,r="on"===t?"addEventListener":"removeEventListener",c=t;o&&"string"!=typeof o&&(a[r]("touchstart",e.onDocumentTouchStart,{passive:!1,capture:l}),o[r]("touchstart",e.onTouchStart,{passive:!1}),o[r]("pointerdown",e.onTouchStart,{passive:!1}),a[r]("touchmove",e.onTouchMove,{passive:!1,capture:l}),a[r]("pointermove",e.onTouchMove,{passive:!1,capture:l}),a[r]("touchend",e.onTouchEnd,{passive:!0}),a[r]("pointerup",e.onTouchEnd,{passive:!0}),a[r]("pointercancel",e.onTouchEnd,{passive:!0}),a[r]("touchcancel",e.onTouchEnd,{passive:!0}),a[r]("pointerout",e.onTouchEnd,{passive:!0}),a[r]("pointerleave",e.onTouchEnd,{passive:!0}),a[r]("contextmenu",e.onTouchEnd,{passive:!0}),(s.preventClicks||s.preventClicksPropagation)&&o[r]("click",e.onClick,!0),s.cssMode&&n[r]("scroll",e.onScroll),s.updateOnWindowResize?e[c](i.ios||i.android?"resize orientationchange observerUpdate":"resize observerUpdate",Jb,!0):e[c]("observerUpdate",Jb,!0),o[r]("load",e.onLoad,{capture:!0}))},nf=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;var lf={addClasses:function(){const e=this,{classNames:t,params:a,rtl:s,el:o,device:n}=e,i=function(e,t){const a=[];return e.forEach((e=>{"object"==typeof e?Object.keys(e).forEach((s=>{e[s]&&a.push(t+s)})):"string"==typeof e&&a.push(t+e)})),a}(["initialized",a.direction,{"free-mode":e.params.freeMode&&a.freeMode.enabled},{autoheight:a.autoHeight},{rtl:s},{grid:a.grid&&a.grid.rows>1},{"grid-column":a.grid&&a.grid.rows>1&&"column"===a.grid.fill},{android:n.android},{ios:n.ios},{"css-mode":a.cssMode},{centered:a.cssMode&&a.centeredSlides},{"watch-progress":a.watchSlidesProgress}],a.containerModifierClass);t.push(...i),o.classList.add(...t),e.emitContainerClasses()},removeClasses:function(){const{el:e,classNames:t}=this;e&&"string"!=typeof e&&(e.classList.remove(...t),this.emitContainerClasses())}},rf={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function cf(e,t){return function(a){void 0===a&&(a={});const s=Object.keys(a)[0],o=a[s];"object"==typeof o&&null!==o?(!0===e[s]&&(e[s]={enabled:!0}),"navigation"===s&&e[s]&&e[s].enabled&&!e[s].prevEl&&!e[s].nextEl&&(e[s].auto=!0),["pagination","scrollbar"].indexOf(s)>=0&&e[s]&&e[s].enabled&&!e[s].el&&(e[s].auto=!0),s in e&&"enabled"in o?("object"!=typeof e[s]||"enabled"in e[s]||(e[s].enabled=!0),e[s]||(e[s]={enabled:!1}),eb(t,a)):eb(t,a)):eb(t,a)}}const df={eventsEmitter:Eb,update:qb,translate:Wb,transition:{setTransition:function(e,t){const a=this;a.params.cssMode||(a.wrapperEl.style.transitionDuration=`${e}ms`,a.wrapperEl.style.transitionDelay=0===e?"0ms":""),a.emit("setTransition",e,t)},transitionStart:function(e,t){void 0===e&&(e=!0);const a=this,{params:s}=a;s.cssMode||(s.autoHeight&&a.updateAutoHeight(),Ub({swiper:a,runCallbacks:e,direction:t,step:"Start"}))},transitionEnd:function(e,t){void 0===e&&(e=!0);const a=this,{params:s}=a;a.animating=!1,s.cssMode||(a.setTransition(0),Ub({swiper:a,runCallbacks:e,direction:t,step:"End"}))}},slide:Gb,loop:Yb,grabCursor:{setGrabCursor:function(e){const t=this;if(!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const a="container"===t.params.touchEventsTarget?t.el:t.wrapperEl;t.isElement&&(t.__preventObserver__=!0),a.style.cursor="move",a.style.cursor=e?"grabbing":"grab",t.isElement&&requestAnimationFrame((()=>{t.__preventObserver__=!1}))},unsetGrabCursor:function(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e["container"===e.params.touchEventsTarget?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame((()=>{e.__preventObserver__=!1})))}},events:{attachEvents:function(){const e=this,{params:t}=e;e.onTouchStart=Kb.bind(e),e.onTouchMove=Qb.bind(e),e.onTouchEnd=Xb.bind(e),e.onDocumentTouchStart=sf.bind(e),t.cssMode&&(e.onScroll=tf.bind(e)),e.onClick=ef.bind(e),e.onLoad=af.bind(e),of(e,"on")},detachEvents:function(){of(this,"off")}},breakpoints:{setBreakpoint:function(){const e=this,{realIndex:t,initialized:a,params:s,el:o}=e,n=s.breakpoints;if(!n||n&&0===Object.keys(n).length)return;const i=Gv(),l="window"!==s.breakpointsBase&&s.breakpointsBase?"container":s.breakpointsBase,r=["window","container"].includes(s.breakpointsBase)||!s.breakpointsBase?e.el:i.querySelector(s.breakpointsBase),c=e.getBreakpoint(n,l,r);if(!c||e.currentBreakpoint===c)return;const d=(c in n?n[c]:void 0)||e.originalParams,h=nf(e,s),p=nf(e,d),g=e.params.grabCursor,u=d.grabCursor,m=s.enabled;h&&!p?(o.classList.remove(`${s.containerModifierClass}grid`,`${s.containerModifierClass}grid-column`),e.emitContainerClasses()):!h&&p&&(o.classList.add(`${s.containerModifierClass}grid`),(d.grid.fill&&"column"===d.grid.fill||!d.grid.fill&&"column"===s.grid.fill)&&o.classList.add(`${s.containerModifierClass}grid-column`),e.emitContainerClasses()),g&&!u?e.unsetGrabCursor():!g&&u&&e.setGrabCursor(),["navigation","pagination","scrollbar"].forEach((t=>{if(void 0===d[t])return;const a=s[t]&&s[t].enabled,o=d[t]&&d[t].enabled;a&&!o&&e[t].disable(),!a&&o&&e[t].enable()}));const v=d.direction&&d.direction!==s.direction,b=s.loop&&(d.slidesPerView!==s.slidesPerView||v),f=s.loop;v&&a&&e.changeDirection(),eb(e.params,d);const w=e.params.enabled,x=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),m&&!w?e.disable():!m&&w&&e.enable(),e.currentBreakpoint=c,e.emit("_beforeBreakpoint",d),a&&(b?(e.loopDestroy(),e.loopCreate(t),e.updateSlides()):!f&&x?(e.loopCreate(t),e.updateSlides()):f&&!x&&e.loopDestroy()),e.emit("breakpoint",d)},getBreakpoint:function(e,t,a){if(void 0===t&&(t="window"),!e||"container"===t&&!a)return;let s=!1;const o=Zv(),n="window"===t?o.innerHeight:a.clientHeight,i=Object.keys(e).map((e=>{if("string"==typeof e&&0===e.indexOf("@")){const t=parseFloat(e.substr(1));return{value:n*t,point:e}}return{value:e,point:e}}));i.sort(((e,t)=>parseInt(e.value,10)-parseInt(t.value,10)));for(let e=0;e<i.length;e+=1){const{point:n,value:l}=i[e];"window"===t?o.matchMedia(`(min-width: ${l}px)`).matches&&(s=n):l<=a.clientWidth&&(s=n)}return s||"max"}},checkOverflow:{checkOverflow:function(){const e=this,{isLocked:t,params:a}=e,{slidesOffsetBefore:s}=a;if(s){const t=e.slides.length-1,a=e.slidesGrid[t]+e.slidesSizesGrid[t]+2*s;e.isLocked=e.size>a}else e.isLocked=1===e.snapGrid.length;!0===a.allowSlideNext&&(e.allowSlideNext=!e.isLocked),!0===a.allowSlidePrev&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}},classes:lf},hf={};class pf{constructor(){let e,t;for(var a=arguments.length,s=new Array(a),o=0;o<a;o++)s[o]=arguments[o];1===s.length&&s[0].constructor&&"Object"===Object.prototype.toString.call(s[0]).slice(8,-1)?t=s[0]:[e,t]=s,t||(t={}),t=eb({},t),e&&!t.el&&(t.el=e);const n=Gv();if(t.el&&"string"==typeof t.el&&n.querySelectorAll(t.el).length>1){const e=[];return n.querySelectorAll(t.el).forEach((a=>{const s=eb({},t,{el:a});e.push(new pf(s))})),e}const i=this;i.__swiper__=!0,i.support=Vb(),i.device=Nb({userAgent:t.userAgent}),i.browser=Pb(),i.eventsListeners={},i.eventsAnyListeners=[],i.modules=[...i.__modules__],t.modules&&Array.isArray(t.modules)&&i.modules.push(...t.modules);const l={};i.modules.forEach((e=>{e({params:t,swiper:i,extendParams:cf(t,l),on:i.on.bind(i),once:i.once.bind(i),off:i.off.bind(i),emit:i.emit.bind(i)})}));const r=eb({},rf,l);return i.params=eb({},r,hf,t),i.originalParams=eb({},i.params),i.passedParams=eb({},t),i.params&&i.params.on&&Object.keys(i.params.on).forEach((e=>{i.on(e,i.params.on[e])})),i.params&&i.params.onAny&&i.onAny(i.params.onAny),Object.assign(i,{enabled:i.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:()=>"horizontal"===i.params.direction,isVertical:()=>"vertical"===i.params.direction,activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:i.params.allowSlideNext,allowSlidePrev:i.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:i.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:i.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),i.emit("_swiper"),i.params.init&&i.init(),i}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:t,params:a}=this,s=rb(ob(t,`.${a.slideClass}, swiper-slide`)[0]);return rb(e)-s}getSlideIndexByData(e){return this.getSlideIndex(this.slides.find((t=>1*t.getAttribute("data-swiper-slide-index")===e)))}getSlideIndexWhenGrid(e){return this.grid&&this.params.grid&&this.params.grid.rows>1&&("column"===this.params.grid.fill?e=Math.floor(e/this.params.grid.rows):"row"===this.params.grid.fill&&(e%=Math.ceil(this.slides.length/this.params.grid.rows))),e}recalcSlides(){const{slidesEl:e,params:t}=this;this.slides=ob(e,`.${t.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,t){const a=this;e=Math.min(Math.max(e,0),1);const s=a.minTranslate(),o=(a.maxTranslate()-s)*e+s;a.translateTo(o,void 0===t?0:t),a.updateActiveIndex(),a.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=e.el.className.split(" ").filter((t=>0===t.indexOf("swiper")||0===t.indexOf(e.params.containerModifierClass)));e.emit("_containerClasses",t.join(" "))}getSlideClasses(e){const t=this;return t.destroyed?"":e.className.split(" ").filter((e=>0===e.indexOf("swiper-slide")||0===e.indexOf(t.params.slideClass))).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=[];e.slides.forEach((a=>{const s=e.getSlideClasses(a);t.push({slideEl:a,classNames:s}),e.emit("_slideClass",a,s)})),e.emit("_slideClasses",t)}slidesPerViewDynamic(e,t){void 0===e&&(e="current"),void 0===t&&(t=!1);const{params:a,slides:s,slidesGrid:o,slidesSizesGrid:n,size:i,activeIndex:l}=this;let r=1;if("number"==typeof a.slidesPerView)return a.slidesPerView;if(a.centeredSlides){let e,t=s[l]?Math.ceil(s[l].swiperSlideSize):0;for(let a=l+1;a<s.length;a+=1)s[a]&&!e&&(t+=Math.ceil(s[a].swiperSlideSize),r+=1,t>i&&(e=!0));for(let a=l-1;a>=0;a-=1)s[a]&&!e&&(t+=s[a].swiperSlideSize,r+=1,t>i&&(e=!0))}else if("current"===e)for(let e=l+1;e<s.length;e+=1)(t?o[e]+n[e]-o[l]<i:o[e]-o[l]<i)&&(r+=1);else for(let e=l-1;e>=0;e-=1)o[l]-o[e]<i&&(r+=1);return r}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:t,params:a}=e;function s(){const t=e.rtlTranslate?-1*e.translate:e.translate,a=Math.min(Math.max(t,e.maxTranslate()),e.minTranslate());e.setTranslate(a),e.updateActiveIndex(),e.updateSlidesClasses()}let o;if(a.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach((t=>{t.complete&&Rb(e,t)})),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),a.freeMode&&a.freeMode.enabled&&!a.cssMode)s(),a.autoHeight&&e.updateAutoHeight();else{if(("auto"===a.slidesPerView||a.slidesPerView>1)&&e.isEnd&&!a.centeredSlides){const t=e.virtual&&a.virtual.enabled?e.virtual.slides:e.slides;o=e.slideTo(t.length-1,0,!1,!0)}else o=e.slideTo(e.activeIndex,0,!1,!0);o||s()}a.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,t){void 0===t&&(t=!0);const a=this,s=a.params.direction;return e||(e="horizontal"===s?"vertical":"horizontal"),e===s||"horizontal"!==e&&"vertical"!==e||(a.el.classList.remove(`${a.params.containerModifierClass}${s}`),a.el.classList.add(`${a.params.containerModifierClass}${e}`),a.emitContainerClasses(),a.params.direction=e,a.slides.forEach((t=>{"vertical"===e?t.style.width="":t.style.height=""})),a.emit("changeDirection"),t&&a.update()),a}changeLanguageDirection(e){const t=this;t.rtl&&"rtl"===e||!t.rtl&&"ltr"===e||(t.rtl="rtl"===e,t.rtlTranslate="horizontal"===t.params.direction&&t.rtl,t.rtl?(t.el.classList.add(`${t.params.containerModifierClass}rtl`),t.el.dir="rtl"):(t.el.classList.remove(`${t.params.containerModifierClass}rtl`),t.el.dir="ltr"),t.update())}mount(e){const t=this;if(t.mounted)return!0;let a=e||t.params.el;if("string"==typeof a&&(a=document.querySelector(a)),!a)return!1;a.swiper=t,a.parentNode&&a.parentNode.host&&a.parentNode.host.nodeName===t.params.swiperElementNodeName.toUpperCase()&&(t.isElement=!0);const s=()=>`.${(t.params.wrapperClass||"").trim().split(" ").join(".")}`;let o=a&&a.shadowRoot&&a.shadowRoot.querySelector?a.shadowRoot.querySelector(s()):ob(a,s())[0];return!o&&t.params.createElements&&(o=ib("div",t.params.wrapperClass),a.append(o),ob(a,`.${t.params.slideClass}`).forEach((e=>{o.append(e)}))),Object.assign(t,{el:a,wrapperEl:o,slidesEl:t.isElement&&!a.parentNode.host.slideSlots?a.parentNode.host:o,hostEl:t.isElement?a.parentNode.host:a,mounted:!0,rtl:"rtl"===a.dir.toLowerCase()||"rtl"===lb(a,"direction"),rtlTranslate:"horizontal"===t.params.direction&&("rtl"===a.dir.toLowerCase()||"rtl"===lb(a,"direction")),wrongRTL:"-webkit-box"===lb(o,"display")}),!0}init(e){const t=this;if(t.initialized)return t;if(!1===t.mount(e))return t;t.emit("beforeInit"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.enabled&&t.setGrabCursor(),t.params.loop&&t.virtual&&t.params.virtual.enabled?t.slideTo(t.params.initialSlide+t.virtual.slidesBefore,0,t.params.runCallbacksOnInit,!1,!0):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit,!1,!0),t.params.loop&&t.loopCreate(void 0,!0),t.attachEvents();const a=[...t.el.querySelectorAll('[loading="lazy"]')];return t.isElement&&a.push(...t.hostEl.querySelectorAll('[loading="lazy"]')),a.forEach((e=>{e.complete?Rb(t,e):e.addEventListener("load",(e=>{Rb(t,e.target)}))})),Fb(t),t.initialized=!0,Fb(t),t.emit("init"),t.emit("afterInit"),t}destroy(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);const a=this,{params:s,el:o,wrapperEl:n,slides:i}=a;return void 0===a.params||a.destroyed||(a.emit("beforeDestroy"),a.initialized=!1,a.detachEvents(),s.loop&&a.loopDestroy(),t&&(a.removeClasses(),o&&"string"!=typeof o&&o.removeAttribute("style"),n&&n.removeAttribute("style"),i&&i.length&&i.forEach((e=>{e.classList.remove(s.slideVisibleClass,s.slideFullyVisibleClass,s.slideActiveClass,s.slideNextClass,s.slidePrevClass),e.removeAttribute("style"),e.removeAttribute("data-swiper-slide-index")}))),a.emit("destroy"),Object.keys(a.eventsListeners).forEach((e=>{a.off(e)})),!1!==e&&(a.el&&"string"!=typeof a.el&&(a.el.swiper=null),function(e){const t=e;Object.keys(t).forEach((e=>{try{t[e]=null}catch(e){}try{delete t[e]}catch(e){}}))}(a)),a.destroyed=!0),null}static extendDefaults(e){eb(hf,e)}static get extendedDefaults(){return hf}static get defaults(){return rf}static installModule(e){pf.prototype.__modules__||(pf.prototype.__modules__=[]);const t=pf.prototype.__modules__;"function"==typeof e&&t.indexOf(e)<0&&t.push(e)}static use(e){return Array.isArray(e)?(e.forEach((e=>pf.installModule(e))),pf):(pf.installModule(e),pf)}}Object.keys(df).forEach((e=>{Object.keys(df[e]).forEach((t=>{pf.prototype[t]=df[e][t]}))})),pf.use([function(e){let{swiper:t,on:a,emit:s}=e;const o=Zv();let n=null,i=null;const l=()=>{t&&!t.destroyed&&t.initialized&&(s("beforeResize"),s("resize"))},r=()=>{t&&!t.destroyed&&t.initialized&&s("orientationchange")};a("init",(()=>{t.params.resizeObserver&&void 0!==o.ResizeObserver?t&&!t.destroyed&&t.initialized&&(n=new ResizeObserver((e=>{i=o.requestAnimationFrame((()=>{const{width:a,height:s}=t;let o=a,n=s;e.forEach((e=>{let{contentBoxSize:a,contentRect:s,target:i}=e;i&&i!==t.el||(o=s?s.width:(a[0]||a).inlineSize,n=s?s.height:(a[0]||a).blockSize)})),o===a&&n===s||l()}))})),n.observe(t.el)):(o.addEventListener("resize",l),o.addEventListener("orientationchange",r))})),a("destroy",(()=>{i&&o.cancelAnimationFrame(i),n&&n.unobserve&&t.el&&(n.unobserve(t.el),n=null),o.removeEventListener("resize",l),o.removeEventListener("orientationchange",r)}))},function(e){let{swiper:t,extendParams:a,on:s,emit:o}=e;const n=[],i=Zv(),l=function(e,a){void 0===a&&(a={});const s=new(i.MutationObserver||i.WebkitMutationObserver)((e=>{if(t.__preventObserver__)return;if(1===e.length)return void o("observerUpdate",e[0]);const a=function(){o("observerUpdate",e[0])};i.requestAnimationFrame?i.requestAnimationFrame(a):i.setTimeout(a,0)}));s.observe(e,{attributes:void 0===a.attributes||a.attributes,childList:t.isElement||(void 0===a.childList||a).childList,characterData:void 0===a.characterData||a.characterData}),n.push(s)};a({observer:!1,observeParents:!1,observeSlideChildren:!1}),s("init",(()=>{if(t.params.observer){if(t.params.observeParents){const e=cb(t.hostEl);for(let t=0;t<e.length;t+=1)l(e[t])}l(t.hostEl,{childList:t.params.observeSlideChildren}),l(t.wrapperEl,{attributes:!1})}})),s("destroy",(()=>{n.forEach((e=>{e.disconnect()})),n.splice(0,n.length)}))}]);const gf=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function uf(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)&&!e.__swiper__}function mf(e,t){const a=["__proto__","constructor","prototype"];Object.keys(t).filter((e=>a.indexOf(e)<0)).forEach((a=>{void 0===e[a]?e[a]=t[a]:uf(t[a])&&uf(e[a])&&Object.keys(t[a]).length>0?t[a].__swiper__?e[a]=t[a]:mf(e[a],t[a]):e[a]=t[a]}))}function vf(e){return void 0===e&&(e={}),e.navigation&&void 0===e.navigation.nextEl&&void 0===e.navigation.prevEl}function bf(e){return void 0===e&&(e={}),e.pagination&&void 0===e.pagination.el}function ff(e){return void 0===e&&(e={}),e.scrollbar&&void 0===e.scrollbar.el}function wf(e){void 0===e&&(e="");const t=e.split(" ").map((e=>e.trim())).filter((e=>!!e)),a=[];return t.forEach((e=>{a.indexOf(e)<0&&a.push(e)})),a.join(" ")}function xf(e){return void 0===e&&(e=""),e?e.includes("swiper-wrapper")?e:`swiper-wrapper ${e}`:"swiper-wrapper"}function yf(){return yf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(e[s]=a[s])}return e},yf.apply(this,arguments)}function kf(e){return e.type&&e.type.displayName&&e.type.displayName.includes("SwiperSlide")}function Cf(e){const t=[];return g.Children.toArray(e).forEach((e=>{kf(e)?t.push(e):e.props&&e.props.children&&Cf(e.props.children).forEach((e=>t.push(e)))})),t}function _f(e){const t=[],a={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return g.Children.toArray(e).forEach((e=>{if(kf(e))t.push(e);else if(e.props&&e.props.slot&&a[e.props.slot])a[e.props.slot].push(e);else if(e.props&&e.props.children){const s=Cf(e.props.children);s.length>0?s.forEach((e=>t.push(e))):a["container-end"].push(e)}else a["container-end"].push(e)})),{slides:t,slots:a}}function Mf(e,t){return"undefined"==typeof window?(0,g.useEffect)(e,t):(0,g.useLayoutEffect)(e,t)}const zf=(0,g.createContext)(null),jf=(0,g.createContext)(null),Lf=(0,g.forwardRef)((function(e,t){let{className:a,tag:s="div",wrapperTag:o="div",children:n,onSwiper:i,...l}=void 0===e?{}:e,r=!1;const[c,d]=(0,g.useState)("swiper"),[h,p]=(0,g.useState)(null),[u,m]=(0,g.useState)(!1),v=(0,g.useRef)(!1),b=(0,g.useRef)(null),f=(0,g.useRef)(null),w=(0,g.useRef)(null),x=(0,g.useRef)(null),y=(0,g.useRef)(null),k=(0,g.useRef)(null),C=(0,g.useRef)(null),_=(0,g.useRef)(null),{params:M,passedParams:z,rest:j,events:L}=function(e,t){void 0===e&&(e={}),void 0===t&&(t=!0);const a={on:{}},s={},o={};mf(a,rf),a._emitClasses=!0,a.init=!1;const n={},i=gf.map((e=>e.replace(/_/,""))),l=Object.assign({},e);return Object.keys(l).forEach((l=>{void 0!==e[l]&&(i.indexOf(l)>=0?uf(e[l])?(a[l]={},o[l]={},mf(a[l],e[l]),mf(o[l],e[l])):(a[l]=e[l],o[l]=e[l]):0===l.search(/on[A-Z]/)&&"function"==typeof e[l]?t?s[`${l[2].toLowerCase()}${l.substr(3)}`]=e[l]:a.on[`${l[2].toLowerCase()}${l.substr(3)}`]=e[l]:n[l]=e[l])})),["navigation","pagination","scrollbar"].forEach((e=>{!0===a[e]&&(a[e]={}),!1===a[e]&&delete a[e]})),{params:a,passedParams:o,rest:n,events:s}}(l),{slides:S,slots:$}=_f(n),H=()=>{m(!u)};Object.assign(M.on,{_containerClasses(e,t){d(t)}});const T=()=>{Object.assign(M.on,L),r=!0;const e={...M};if(delete e.wrapperClass,f.current=new pf(e),f.current.virtual&&f.current.params.virtual.enabled){f.current.virtual.slides=S;const e={cache:!1,slides:S,renderExternal:p,renderExternalUpdate:!1};mf(f.current.params.virtual,e),mf(f.current.originalParams.virtual,e)}};return b.current||T(),f.current&&f.current.on("_beforeBreakpoint",H),(0,g.useEffect)((()=>()=>{f.current&&f.current.off("_beforeBreakpoint",H)})),(0,g.useEffect)((()=>{!v.current&&f.current&&(f.current.emitSlidesClasses(),v.current=!0)})),Mf((()=>{if(t&&(t.current=b.current),b.current)return f.current.destroyed&&T(),function(e,t){let{el:a,nextEl:s,prevEl:o,paginationEl:n,scrollbarEl:i,swiper:l}=e;vf(t)&&s&&o&&(l.params.navigation.nextEl=s,l.originalParams.navigation.nextEl=s,l.params.navigation.prevEl=o,l.originalParams.navigation.prevEl=o),bf(t)&&n&&(l.params.pagination.el=n,l.originalParams.pagination.el=n),ff(t)&&i&&(l.params.scrollbar.el=i,l.originalParams.scrollbar.el=i),l.init(a)}({el:b.current,nextEl:y.current,prevEl:k.current,paginationEl:C.current,scrollbarEl:_.current,swiper:f.current},M),i&&!f.current.destroyed&&i(f.current),()=>{f.current&&!f.current.destroyed&&f.current.destroy(!0,!1)}}),[]),Mf((()=>{!r&&L&&f.current&&Object.keys(L).forEach((e=>{f.current.on(e,L[e])}));const e=function(e,t,a,s,o){const n=[];if(!t)return n;const i=e=>{n.indexOf(e)<0&&n.push(e)};if(a&&s){const e=s.map(o),t=a.map(o);e.join("")!==t.join("")&&i("children"),s.length!==a.length&&i("children")}return gf.filter((e=>"_"===e[0])).map((e=>e.replace(/_/,""))).forEach((a=>{if(a in e&&a in t)if(uf(e[a])&&uf(t[a])){const s=Object.keys(e[a]),o=Object.keys(t[a]);s.length!==o.length?i(a):(s.forEach((s=>{e[a][s]!==t[a][s]&&i(a)})),o.forEach((s=>{e[a][s]!==t[a][s]&&i(a)})))}else e[a]!==t[a]&&i(a)})),n}(z,w.current,S,x.current,(e=>e.key));return w.current=z,x.current=S,e.length&&f.current&&!f.current.destroyed&&function(e){let{swiper:t,slides:a,passedParams:s,changedParams:o,nextEl:n,prevEl:i,scrollbarEl:l,paginationEl:r}=e;const c=o.filter((e=>"children"!==e&&"direction"!==e&&"wrapperClass"!==e)),{params:d,pagination:h,navigation:p,scrollbar:g,virtual:u,thumbs:m}=t;let v,b,f,w,x,y,k,C;o.includes("thumbs")&&s.thumbs&&s.thumbs.swiper&&!s.thumbs.swiper.destroyed&&d.thumbs&&(!d.thumbs.swiper||d.thumbs.swiper.destroyed)&&(v=!0),o.includes("controller")&&s.controller&&s.controller.control&&d.controller&&!d.controller.control&&(b=!0),o.includes("pagination")&&s.pagination&&(s.pagination.el||r)&&(d.pagination||!1===d.pagination)&&h&&!h.el&&(f=!0),o.includes("scrollbar")&&s.scrollbar&&(s.scrollbar.el||l)&&(d.scrollbar||!1===d.scrollbar)&&g&&!g.el&&(w=!0),o.includes("navigation")&&s.navigation&&(s.navigation.prevEl||i)&&(s.navigation.nextEl||n)&&(d.navigation||!1===d.navigation)&&p&&!p.prevEl&&!p.nextEl&&(x=!0);const _=e=>{t[e]&&(t[e].destroy(),"navigation"===e?(t.isElement&&(t[e].prevEl.remove(),t[e].nextEl.remove()),d[e].prevEl=void 0,d[e].nextEl=void 0,t[e].prevEl=void 0,t[e].nextEl=void 0):(t.isElement&&t[e].el.remove(),d[e].el=void 0,t[e].el=void 0))};o.includes("loop")&&t.isElement&&(d.loop&&!s.loop?y=!0:!d.loop&&s.loop?k=!0:C=!0),c.forEach((e=>{if(uf(d[e])&&uf(s[e]))Object.assign(d[e],s[e]),"navigation"!==e&&"pagination"!==e&&"scrollbar"!==e||!("enabled"in s[e])||s[e].enabled||_(e);else{const t=s[e];!0!==t&&!1!==t||"navigation"!==e&&"pagination"!==e&&"scrollbar"!==e?d[e]=s[e]:!1===t&&_(e)}})),c.includes("controller")&&!b&&t.controller&&t.controller.control&&d.controller&&d.controller.control&&(t.controller.control=d.controller.control),o.includes("children")&&a&&u&&d.virtual.enabled?(u.slides=a,u.update(!0)):o.includes("virtual")&&u&&d.virtual.enabled&&(a&&(u.slides=a),u.update(!0)),o.includes("children")&&a&&d.loop&&(C=!0),v&&m.init()&&m.update(!0),b&&(t.controller.control=d.controller.control),f&&(!t.isElement||r&&"string"!=typeof r||(r=document.createElement("div"),r.classList.add("swiper-pagination"),r.part.add("pagination"),t.el.appendChild(r)),r&&(d.pagination.el=r),h.init(),h.render(),h.update()),w&&(!t.isElement||l&&"string"!=typeof l||(l=document.createElement("div"),l.classList.add("swiper-scrollbar"),l.part.add("scrollbar"),t.el.appendChild(l)),l&&(d.scrollbar.el=l),g.init(),g.updateSize(),g.setTranslate()),x&&(t.isElement&&(n&&"string"!=typeof n||(n=document.createElement("div"),n.classList.add("swiper-button-next"),gb(n,t.hostEl.constructor.nextButtonSvg),n.part.add("button-next"),t.el.appendChild(n)),i&&"string"!=typeof i||(i=document.createElement("div"),i.classList.add("swiper-button-prev"),gb(i,t.hostEl.constructor.prevButtonSvg),i.part.add("button-prev"),t.el.appendChild(i))),n&&(d.navigation.nextEl=n),i&&(d.navigation.prevEl=i),p.init(),p.update()),o.includes("allowSlideNext")&&(t.allowSlideNext=s.allowSlideNext),o.includes("allowSlidePrev")&&(t.allowSlidePrev=s.allowSlidePrev),o.includes("direction")&&t.changeDirection(s.direction,!1),(y||C)&&t.loopDestroy(),(k||C)&&t.loopCreate(),t.update()}({swiper:f.current,slides:S,passedParams:z,changedParams:e,nextEl:y.current,prevEl:k.current,scrollbarEl:_.current,paginationEl:C.current}),()=>{L&&f.current&&Object.keys(L).forEach((e=>{f.current.off(e,L[e])}))}})),Mf((()=>{var e;!(e=f.current)||e.destroyed||!e.params.virtual||e.params.virtual&&!e.params.virtual.enabled||(e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),e.emit("_virtualUpdated"),e.parallax&&e.params.parallax&&e.params.parallax.enabled&&e.parallax.setTranslate())}),[h]),g.createElement(s,yf({ref:b,className:wf(`${c}${a?` ${a}`:""}`)},j),g.createElement(jf.Provider,{value:f.current},$["container-start"],g.createElement(o,{className:xf(M.wrapperClass)},$["wrapper-start"],M.virtual?function(e,t,a){if(!a)return null;const s=e=>{let a=e;return e<0?a=t.length+e:a>=t.length&&(a-=t.length),a},o=e.isHorizontal()?{[e.rtlTranslate?"right":"left"]:`${a.offset}px`}:{top:`${a.offset}px`},{from:n,to:i}=a,l=e.params.loop?-t.length:0,r=e.params.loop?2*t.length:t.length,c=[];for(let e=l;e<r;e+=1)e>=n&&e<=i&&c.push(t[s(e)]);return c.map(((t,a)=>g.cloneElement(t,{swiper:e,style:o,key:t.props.virtualIndex||t.key||`slide-${a}`})))}(f.current,S,h):S.map(((e,t)=>g.cloneElement(e,{swiper:f.current,swiperSlideIndex:t}))),$["wrapper-end"]),vf(M)&&g.createElement(g.Fragment,null,g.createElement("div",{ref:k,className:"swiper-button-prev"}),g.createElement("div",{ref:y,className:"swiper-button-next"})),ff(M)&&g.createElement("div",{ref:_,className:"swiper-scrollbar"}),bf(M)&&g.createElement("div",{ref:C,className:"swiper-pagination"}),$["container-end"]))}));Lf.displayName="Swiper";const Sf=(0,g.forwardRef)((function(e,t){let{tag:a="div",children:s,className:o="",swiper:n,zoom:i,lazy:l,virtualIndex:r,swiperSlideIndex:c,...d}=void 0===e?{}:e;const h=(0,g.useRef)(null),[p,u]=(0,g.useState)("swiper-slide"),[m,v]=(0,g.useState)(!1);function b(e,t,a){t===h.current&&u(a)}Mf((()=>{if(void 0!==c&&(h.current.swiperSlideIndex=c),t&&(t.current=h.current),h.current&&n){if(!n.destroyed)return n.on("_slideClass",b),()=>{n&&n.off("_slideClass",b)};"swiper-slide"!==p&&u("swiper-slide")}})),Mf((()=>{n&&h.current&&!n.destroyed&&u(n.getSlideClasses(h.current))}),[n]);const f={isActive:p.indexOf("swiper-slide-active")>=0,isVisible:p.indexOf("swiper-slide-visible")>=0,isPrev:p.indexOf("swiper-slide-prev")>=0,isNext:p.indexOf("swiper-slide-next")>=0},w=()=>"function"==typeof s?s(f):s;return g.createElement(a,yf({ref:h,className:wf(`${p}${o?` ${o}`:""}`),"data-swiper-slide-index":r,onLoad:()=>{v(!0)}},d),i&&g.createElement(zf.Provider,{value:f},g.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":"number"==typeof i?i:void 0},w(),l&&!m&&g.createElement("div",{className:"swiper-lazy-preloader"}))),!i&&g.createElement(zf.Provider,{value:f},w(),l&&!m&&g.createElement("div",{className:"swiper-lazy-preloader"})))}));Sf.displayName="SwiperSlide";const $f=({attributes:e})=>{const{content:t,options:a}=e,s={"--swiper-wrapper-transition-timing-function":a?.easing},o=()=>(0,i.jsxs)(Lf,{style:s,modules:[vb,fb,wb,xb,yb,Mb],slidesPerView:1,loop:a.isLoop,loopAddBlankSlides:!0,autoplay:!!a.isAutoplay&&{delay:a.autoPlaySpeed,reverseDirection:"slide"!==a.effect||"right"!==a.direction,pauseOnMouseEnter:a.isPauseOnHover},..."fade"===a.effect?{effect:"fade"}:{},speed:a.sliderSpeed,grabCursor:a.isGrabCursor,navigation:!!a.isArrows&&{prevEl:".custom-prev-btn",nextEl:".custom-next-btn"},className:"cttk-ticker-content-wrapper",children:[t?.map(((e,t)=>(0,i.jsx)(Sf,{children:(0,i.jsx)("a",{className:"cttk-ticker-link",...e.link.length>2?{href:e.link}:{},...e.link.length>2?{target:"_blank"}:{},children:e.text})},t))),!(t.length>1)&&(0,i.jsx)(Sf,{})]});return(0,i.jsx)(o,{})},Hf=({attributes:e})=>{const{options:t,arrows:a,badge:s}=e;return(0,i.jsx)("div",{className:"cttk-ticker-wrapper",children:(0,i.jsxs)("div",{className:"cttk-ticker-swiper-wrapper",children:[(0,i.jsx)("div",{className:"cttk-ticker-badge",children:s.text}),(0,i.jsx)($f,{attributes:e}),t.isArrows&&(0,i.jsxs)(i.Fragment,{children:[Dv[a.icon].left,Dv[a.icon].right]})]})})},Tf=e=>{const{top:t,right:a,bottom:s,left:o}=e;return`${t?"border-top-left-radius:"+t+";":""}\n\t${a?"border-top-right-radius:"+a+";":""}\n\t${s?"border-bottom-right-radius:"+s+";":""}\n\t${o?"border-bottom-left-radius:"+o+";":""}\n\t`.replace(/\s+/g," ").trim()},Bf=({attributes:e,id:t})=>{const{badge:a,style:s,arrows:o,advanced:n}=e,l=`#${t} .cttk-ticker-wrapper .cttk-ticker-swiper-wrapper`,r=`${l} .cttk-ticker-badge`,c=`${l} .cttk-ticker-content-wrapper`,d=`${l} #cttk-nextBtn`,h=`${l} #cttk-prevBtn`,p=e=>`\n\t\t${qn("height",Ct(o[e].size)?o[e].size+"px":"")}\n\t\t${qn("width",Ct(o[e].size)?o[e].size+"px":"")}\n\t\t${qn("font-size",Ct(o[e].size)?o[e].size+"px":"")}\n\t\t${qn("padding",ti(o[e].padding))}\n\t\t${qn("color",o.normal.color)}\n\t\t${qn("fill",o.normal.color)}\n\t\t${qn("background",o.normal.bg)}\n\t\t${Gn(o.normal.border)}\n\t\t${Tf(o.normal.borderRadius)}\n`,g=`\n\t\t${qn("color",o.hover.color)}\n\t\t${qn("fill",o.hover.color)}\n\t\t${qn("background",o.hover.bg)}\n\t\t${Gn(o.hover.border)}\n\t\t${Tf(o.hover.borderRadius)}\n`;return(0,i.jsx)("style",{children:`\n\t\t${pi(t,n)}\n\t\t${ei(r,a.typography)?.googleFontLink}\n\t\t${ei(`${c} a.cttk-ticker-link`,s.typography)?.googleFontLink}\n\t\t${ei(r,a.typography)?.styles}\n\t\t${r}{\n\t\t\t${qn("width",a.desktop.width)}\n\t\t\t${qn("height",a.desktop.height)}\n\t\t\t${qn("color",a.color.text)}\n\t\t\t${qn("padding",ti(a.desktop.padding))}\n\t\t\t${qn("margin",ti(a.desktop.margin))}\n\t\t\t${Gn(a.border)}\n\t\t\t${qn("border-radius",ti(a.desktop.bRadius))}\n\t\t\t${Wn(a.color.bg)}\n\t\t}\n\t\t${c}{\n\t\t\t${qn("background-color",s.bg)}\n\t\t\t${qn("padding",ti(s.padding.desktop))}\n\t\t\t${Tf(s.bRadius)}\n\t\t\twidth:calc(100% - ${Ct(a.desktop.width)?a.desktop.width:"0px"});\n\t\t}\n\t\t${c} a.cttk-ticker-link{\n\t\t\t${qn("color",s.color.normal)}\n\t\t\ttransition:all 0.2s ease-in-out;\n\t\t}\n\t\t${c} a.cttk-ticker-link:hover{\n\t\t\t${qn("color",s.color.hover)}\n\t\t}\n\t\t${d}{\n\t\t\t${p("desktop")}\n\t\t\tright:${o.desktop.alignLeft}px;\n\t\t}\n\t\t${d}:hover{\n\t\t\t${g}\n\t\t}\n\t\t${h}{\n\t\t\t${p("desktop")}\n\t\t\tright:${o.desktop.alignRight}px;\n\t\t}\n\t\t${h}:hover{\n\t\t\t${g}\n\t\t}\n\n\t\t${ei(`${c} .cttk-ticker-link`,s.typography)?.styles}\n\n\t\t@media only screen and (min-width:641px) and (max-width: 1024px){\n\t\t\t${r}{\n\t\t\t\t${qn("width",a.tablet.width)}\n\t\t\t\t${qn("height",a.tablet.height)}\n\t\t\t\t${qn("padding",ti(a.tablet.padding))}\n\t\t\t\t${qn("margin",ti(a.tablet.margin))}\n\t\t\t\t${Tf(a.tablet.bRadius)}\n\t\t\t}\n\t\t\t${c}{\n\t\t\t\t${qn("padding",ti(s.padding.tablet))}\n\t\t\t\twidth:calc(100% - ${Ct(a.tablet.width)?a.tablet.width:"0px"});\n\t\t\t}\n\t\t\t${d}{\n\t\t\t\t${p("tablet")}\n\t\t\t\tright:${o.tablet.alignLeft}px;\n\t\t\t}\n\t\t\t${h}{\n\t\t\t\t${p("tablet")}\n\t\t\t\tright:${o.tablet.alignRight}px;\n\t\t\t}\n\t\t}\n\n\t\t@media only screen and (max-width: 640px){\n\t\t\t${r}{\n\t\t\t\t${qn("width",a.mobile.width)}\n\t\t\t\t${qn("height",a.mobile.height)}\n\t\t\t\t${qn("padding",ti(a.mobile.padding))}\n\t\t\t\t${qn("margin",ti(a.mobile.margin))}\n\t\t\t\t${Tf(a.mobile.bRadius)}\n\t\t\t}\n\t\t\t${c}{\n\t\t\t\t${qn("padding",ti(s.padding.mobile))}\n\t\t\t\twidth:calc(100% - ${Ct(a.mobile.width)?a.mobile.width:"0px"});\n\t\t\t}\n\t\t\t${d}{\n\t\t\t${p("mobile")}\n\t\t\t\tright:${o.mobile.alignLeft}px;\n\t\t\t}\n\t\t\t${h}{\n\t\t\t${p("mobile")}\n\t\t\t\tright:${o.mobile.alignRight}px;\n\t\t\t}\n\t\t}\n\t`})},Af=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Vf=[{label:(0,v.__)("Style 1","b-blocks"),value:"style1",icon:Fv.style1.right},{label:(0,v.__)("Style 2","b-blocks"),value:"style2",icon:Fv.style2.right},{label:(0,v.__)("Style 3","b-blocks"),value:"style3",icon:Fv.style3.right},{label:(0,v.__)("Style 4","b-blocks"),value:"style4",icon:Fv.style4.right},{label:(0,v.__)("Style 5","b-blocks"),value:"style5",icon:Fv.style5.right},{label:(0,v.__)("Style 6","b-blocks"),value:"style6",icon:Fv.style6.right}],Nf=[{value:"slide",label:"Slide"},{value:"fade",label:"Fade"}],Pf=[{value:"left",label:"Left"},{value:"right",label:"Right"}],Ef=[{label:(0,v.__)("Default","b-blocks"),value:""},{label:(0,v.__)("Linear","b-blocks"),value:"linear"},{label:(0,v.__)("Ease","b-blocks"),value:"ease"},{label:(0,v.__)("Ease In","b-blocks"),value:"ease-in"},{label:(0,v.__)("Ease Out","b-blocks"),value:"ease-out"},{label:(0,v.__)("Ease In Out","b-blocks"),value:"ease-in-out"},{label:(0,v.__)("Step Start","b-blocks"),value:"step-start"},{label:(0,v.__)("Step End","b-blocks"),value:"step-end"}],If=({options:e,value:t,tooltipPosition:a="top",label:s,onChange:o,...n})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:s}),(0,i.jsx)(b.ButtonGroup,{className:"bPlBtnGroup",children:Object.values(e).map((e=>(0,i.jsx)(b.Tooltip,{text:e.label,position:a,children:(0,i.jsx)(b.Button,{icon:e?.icon,isPrimary:t===e.value,"aria-pressed":t===e.value,isMedium:!0,onClick:()=>o(e.value),...n})},e.value)))})]}),Of=({attributes:e,setAttributes:t,index:a})=>{const{content:s}=e,o=s[a];return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalInputControl,{label:(0,v.__)("Content","b-blocks"),className:"mt5",value:o.text,onChange:e=>t({content:ue(s,e,a,"text")})}),(0,i.jsx)(b.__experimentalInputControl,{label:(0,v.__)("Link","b-blocks"),className:"mt10",value:o.link,onChange:e=>t({content:ue(s,e,a,"link")})})]})},Rf=({attributes:e,updateObj:t})=>{const{options:a}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Ticker Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{className:"mb10",label:(0,v.__)("Effect","b-blocks"),labelPosition:"edge",value:a.effect,options:Nf,onChange:e=>t("options",e,"effect")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Slider Speed(ms)","b-blocks"),value:a.sliderSpeed,onChange:e=>t("options",e,"sliderSpeed"),min:0,max:1e4}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Autoplay","b-blocks"),checked:a.isAutoplay,value:a.isAutoplay,onChange:e=>t("options",e,"isAutoplay")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Easing","b-blocks"),labelPosition:"edge",value:a.easing,options:Ef,onChange:e=>t("options",e,"easing")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Autoplay Speed(ms)","b-blocks"),value:a.autoPlaySpeed,onChange:e=>t("options",e,"autoPlaySpeed"),min:0,max:1e4}),a.isAutoplay&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Pause On Hover","b-blocks"),checked:a.isPauseOnHover,value:a.isPauseOnHover,onChange:e=>t("options",e,"isPauseOnHover")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Infinite Loop","b-blocks"),checked:a.isLoop,value:a.isLoop,onChange:e=>t("options",e,"isLoop")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Grab Cursor","b-blocks"),checked:a.isGrabCursor,value:a.isGrabCursor,onChange:e=>t("options",e,"isGrabCursor")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Navigation Arrows","b-blocks"),checked:a.isArrows,value:a.isArrows,onChange:e=>t("options",e,"isArrows")}),"slide"===a.effect&&(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Direction","b-blocks"),labelPosition:"edge",value:a.direction,options:Pf,onChange:e=>t("options",e,"direction")})]})})},Df=({attributes:e,setAttributes:t,updateObj:a})=>{const{badge:s,content:o,arrows:n}=e,l={text:`Ticker custom content ${o.length+1}`,link:"#",toggle:!1};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.__experimentalInputControl,{label:(0,v.__)("Badge Text","b-blocks"),className:"mt5",value:s.text,onChange:e=>a("badge",e,"text")}),(0,i.jsx)(dn,{attributes:e,setAttributes:t,newItem:l,design:"sortable",itemLabel:"Item",arrKey:"content",title:"text",ItemSettings:Of})]}),(0,i.jsx)(Rf,{attributes:e,updateObj:a}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Arrows","b-blocks"),initialOpen:!1,children:(0,i.jsx)(If,{label:(0,v.__)("Arrow Style:","slider"),value:n.icon,onChange:e=>a("arrows",e,"icon"),options:Vf})})]})},Ff=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,device:t,updateObj:a})=>{const{arrows:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Arrows","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Arrows Size","b-blocks")," ",(0,i.jsx)(y,{})]}),value:s[t].size,onChange:e=>a("arrows",e,t,"size")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Align Left Arrow","b-blocks")," ",(0,i.jsx)(y,{})]}),value:s[t].alignLeft,onChange:e=>a("arrows",e,t,"alignLeft"),min:-50,max:200}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Align Right Arrow","b-blocks")," ",(0,i.jsx)(y,{})]}),value:s[t].alignRight,onChange:e=>a("arrows",e,t,"alignRight"),min:-50,max:200}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s[t].padding,onChange:e=>a("arrows",e,"padding",t)}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Rt,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Background","b-blocks"),value:s[e.name].bg,onChange:t=>a("arrows",t,e.name,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s[e.name].color,onChange:t=>a("arrows",t,e.name,"color")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:s[e.name].border,onChange:t=>a("arrows",t,e.name,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:s[e.name].borderRadius,onChange:t=>a("arrows",t,e.name,"borderRadius")})]})})]})})),qf=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,updateObj:t,device:a})=>{const{badge:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Badge Style","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",value:s[a].width,onChange:e=>t("badge",e,a,"width")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height","b-blocks")," ",(0,i.jsx)(y,{})]}),value:s[a].height,labelPosition:"edge",onChange:e=>t("badge",e,a,"height")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:s.color.bg,onChange:e=>t("badge",e,"color","bg"),defaults:{color:"#0e0e0e"}}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s.color.text,onChange:e=>t("badge",e,"color","text"),default:"#00F"}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:s.typography,onChange:e=>t("badge",e,"typography")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s[a].padding,onChange:e=>t("badge",e,a,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s[a].margin,onChange:e=>t("badge",e,a,"margin")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border,onChange:e=>t("badge",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s[a].bRadius,onChange:e=>t("badge",e,a,"bRadius")})]})})),Wf=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,updateObj:t,device:a})=>{const{style:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content Style","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s.padding[a],resetValues:{top:"0px",right:"0px",bottom:"0px",left:"0px"},onChange:e=>t("style",e,"padding",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:s.bRadius,resetValues:{top:"0px",right:"0px",bottom:"0px",left:"0px"},onChange:e=>t("style",e,"bRadius")}),(0,i.jsx)(De,{label:(0,v.__)("Background","b-blocks"),value:s.bg,onChange:e=>t("style",e,"bg")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:s.typography,onChange:e=>t("style",e,"typography")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini mt10",activeClass:"activeTab",tabs:Rt,onSelect:ge,children:e=>(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:s.color[e.name],onChange:a=>t("style",a,"color",e.name)})})]})})),Uf=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qf,{...e}),(0,i.jsx)(Wf,{...e}),(0,i.jsx)(Ff,{...e})]}),Gf=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t,n=me(t,a);return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡"," ",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:"bBlocks "})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Af,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(Df,{...e,updateObj:n}),"style"===t.name&&(0,i.jsx)(Uf,{...e,updateObj:n}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},Yf=(0,m.withDispatch)(((e,t)=>({selectBlock:()=>{e("core/block-editor").selectBlock(t.clientId)}})))((e=>{const{attributes:t,setAttributes:a,clientId:s,selectBlock:o}=e,n=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Gf,{attributes:t,setAttributes:a,isPremium:n}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),onClick:()=>o(s),children:[(0,i.jsx)(Bf,{attributes:t,id:`block-${s}`}),(0,i.jsx)(Hf,{attributes:t})]})]})}));br(Rv.name)&&(0,d.registerBlockType)(Rv,{icon:el,edit:Yf});const Zf=JSON.parse('{"apiVersion":3,"name":"b-blocks/countdown","title":"Countdown","description":"Display events date into a timer.","category":"bBlocks","keywords":["countdown timer","countdown events","set timer"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"destDate":{"type":"string","default":""},"layout":{"type":"string","default":"default"},"isResponsive":{"type":"boolean","default":true},"boxIsInline":{"type":"boolean","default":false},"boxPosition":{"type":"string","default":"center"},"isLabels":{"type":"boolean","default":true},"isDays":{"type":"boolean","default":true},"daysLabel":{"type":"string","default":"Days"},"isHours":{"type":"boolean","default":true},"hoursLabel":{"type":"string","default":"Hours"},"isMinutes":{"type":"boolean","default":true},"minutesLabel":{"type":"string","default":"Minutes"},"isSeconds":{"type":"boolean","default":true},"secondsLabel":{"type":"string","default":"Seconds"},"isExpired":{"type":"boolean","default":false},"hideOn0":{"type":"boolean","default":false},"hideOnMobile":{"type":"boolean","default":false},"hideOnTablet":{"type":"boolean","default":false},"prefixSuffixDirection":{"type":"string","default":"row"},"prefixText":{"type":"string","default":""},"suffixButtonText":{"type":"string","default":""},"suffixButtonUrl":{"type":"string","default":"#"},"addID":{"type":"string","default":""},"addClass":{"type":"string","default":""},"addCSS":{"type":"string","default":""},"width":{"type":"string","default":"0px"},"background":{"type":"object","default":{"color":"#0000"}},"padding":{"type":"object","default":{"vertical":"10px","horizontal":"15px"}},"shadow":{"type":"object","default":{}},"alignment":{"type":"string","default":"center"},"boxBG":{"type":"object","default":{"type":"gradient","color":"#146EF5","gradient":"linear-gradient(135deg, #0040E3, #18D4FD)"}},"boxWidth":{"type":"string","default":"170px"},"boxHeight":{"type":"string","default":"120px"},"boxSpace":{"type":"string","default":"30px"},"boxBorder":{"type":"object","default":{"radius":"5%"}},"boxShadow":{"type":"object","default":{}},"digitTypo":{"type":"object","default":{"fontSize":{"desktop":"48px","tablet":"40px","mobile":"32px"}}},"digitColor":{"type":"string","default":"#fff"},"labelTypo":{"type":"object","default":{"fontSize":{"desktop":"18px","tablet":"17px","mobile":"16px"}}},"labelColor":{"type":"string","default":"#fff"},"isDaysSingleStyle":{"type":"boolean","default":false},"daysBG":{"type":"object","default":{"type":"gradient","color":"#146EF5","gradient":"linear-gradient(135deg, #0040E3, #18D4FD)"}},"daysDigitColor":{"type":"string","default":"#fff"},"daysLabelColor":{"type":"string","default":"#fff"},"isHoursSingleStyle":{"type":"boolean","default":false},"hoursBG":{"type":"object","default":{"type":"gradient","color":"#146EF5","gradient":"linear-gradient(135deg, #0040E3, #18D4FD)"}},"hoursDigitColor":{"type":"string","default":"#fff"},"hoursLabelColor":{"type":"string","default":"#fff"},"isMinutesSingleStyle":{"type":"boolean","default":false},"minutesBG":{"type":"object","default":{"type":"gradient","color":"#146EF5","gradient":"linear-gradient(135deg, #0040E3, #18D4FD)"}},"minutesDigitColor":{"type":"string","default":"#fff"},"minutesLabelColor":{"type":"string","default":"#fff"},"isSecondsSingleStyle":{"type":"boolean","default":false},"secondsBG":{"type":"object","default":{"type":"gradient","color":"#146EF5","gradient":"linear-gradient(135deg, #0040E3, #18D4FD)"}},"secondsDigitColor":{"type":"string","default":"#fff"},"secondsLabelColor":{"type":"string","default":"#fff"},"isSep":{"type":"boolean","default":false},"sepType":{"type":"string","default":":"},"sepSize":{"type":"number","default":52},"sepColor":{"type":"string","default":"#146EF5"},"prefixTextTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"prefixTextColor":{"type":"string","default":"#222"},"suffixButtonTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"suffixButtonColors":{"type":"object","default":{"color":"#fff","bg":"#222"}},"suffixButtonPadding":{"type":"object","default":{"vertical":"14px","horizontal":"28px"}},"isDismiss":{"type":"boolean","default":false},"dismissColor":{"type":"string","default":"#333"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"boxWidth":"120px","boxHeight":"100px","boxSpace":"15px","destDate":""}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),Kf=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Layout 1","b-blocks"),value:"layout1"},{label:(0,v.__)("Layout 2","b-blocks"),value:"layout2"},{label:(0,v.__)("Layout 3","b-blocks"),value:"layout3"}],Qf=[{label:(0,v.__)("Dotted","b-blocks"),value:":"},{label:(0,v.__)("Dashed","b-blocks"),value:"-"},{label:(0,v.__)("Solid","b-blocks"),value:"|"}],Xf=[{label:(0,v.__)("Row","b-blocks"),value:"row"},{label:(0,v.__)("Column","b-blocks"),value:"column"}],Jf=({attributes:e,setAttributes:t,isPremium:s})=>{const{destDate:o,layout:l,isResponsive:r,boxIsInline:c,boxPosition:d,isLabels:p,isDays:u,isHours:m,isMinutes:w,isSeconds:x,isExpired:y=!1,hideOn0:k=!1,hideOnMobile:C=!1,hideOnTablet:_=!1,prefixSuffixDirection:M="row",prefixText:z="",suffixButtonText:j="",suffixButtonUrl:L="#",addID:S="",addClass:$="",addCSS:H="",width:T,background:B,padding:A,shadow:V,alignment:N,boxBG:P,boxWidth:E,boxHeight:I,boxSpace:O,boxBorder:R,boxShadow:D,digitTypo:F,digitColor:q,labelTypo:W,labelColor:U,isDaysSingleStyle:G=!1,daysBG:Y={type:"gradient",gradient:n},daysDigitColor:Z="#fff",daysLabelColor:K="#fff",isHoursSingleStyle:Q=!1,hoursBG:X={type:"gradient",gradient:n},hoursDigitColor:J="#fff",hoursLabelColor:ee="#fff",isMinutesSingleStyle:te=!1,minutesBG:ae={type:"gradient",gradient:n},minutesDigitColor:se="#fff",minutesLabelColor:oe="#fff",isSecondsSingleStyle:ne=!1,secondsBG:ie={type:"gradient",gradient:n},secondsDigitColor:le="#fff",secondsLabelColor:re="#fff",isSep:ce,sepType:de,sepSize:he,sepColor:pe,prefixTextTypo:ue={fontSize:{desktop:15}},prefixTextColor:me="#222",suffixButtonTypo:ve={fontSize:{desktop:16}},suffixButtonColors:be={color:"#fff",bg:"#222"},suffixButtonPadding:fe={vertical:"14px",horizontal:"28px"},isDismiss:we=!1,dismissColor:xe="#333"}=e,[ye,ke]=(0,g.useState)(!1),Ce={isPremium:s,setIsProModalOpen:ke};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:()=>ge(),children:e=>(0,i.jsxs)(i.Fragment,{children:["general"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Zt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Countdown Settings","b-blocks"),children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Destination Date:","b-blocks")}),(0,i.jsx)(b.DateTimePicker,{currentDate:o,onChange:e=>t({destDate:e}),is12Hour:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Layout:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:l,onChange:e=>{t({layout:e}),"default"===e&&t({boxIsInline:!1,background:{type:"solid",color:"#0000"},shadow:{hOffset:"0px",vOffset:"0px",color:"#0000"},boxBG:{type:"gradient",color:a,gradient:n},boxSpace:"30px",boxBorder:{width:"0px",type:"solid",color:"#0000",radius:"5%"},digitColor:"#fff",labelColor:"#fff",isSep:!1,sepColor:a}),"layout1"===e&&t({boxIsInline:!1,background:{type:"gradient",gradient:n},shadow:{hOffset:"5px",vOffset:"5px",color:a},boxBG:{type:"solid",color:"#0000"},boxSpace:"0px",boxBorder:{width:"0px",type:"solid",color:"#0000",radius:"5%"},digitColor:"#fff",labelColor:"#fff",isSep:!0,sepColor:"#fff"}),"layout2"===e&&t({boxIsInline:!1,background:{type:"solid",color:"#0000"},shadow:{hOffset:"0px",vOffset:"0px",color:"#0000"},boxBG:{type:"solid",color:"#0000"},boxSpace:"30px",boxBorder:{width:"2px",type:"solid",color:a,radius:"5%"},digitColor:a,labelColor:a,isSep:!0,sepColor:a}),"layout3"===e&&t({boxIsInline:!0,background:{type:"solid",color:"#0000"},shadow:{hOffset:"0px",vOffset:"8px",blur:"15px",color:a},boxBG:{type:"solid",color:"#0000"},boxSpace:"30px",boxBorder:{width:"0px",type:"solid",color:"#0000",radius:"5%"},digitColor:a,labelColor:a,isSep:!0,sepColor:a})},options:Kf})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Responsive on Mobile","b-blocks"),checked:r,onChange:e=>t({isResponsive:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Box Inline?","b-blocks"),checked:c,onChange:e=>t({boxIsInline:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Labels","b-blocks"),checked:p,onChange:e=>t({isLabels:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Days","b-blocks"),checked:u,onChange:e=>t({isDays:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Hours","b-blocks"),checked:m,onChange:e=>t({isHours:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Minutes","b-blocks"),checked:w,onChange:e=>t({isMinutes:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Seconds","b-blocks"),checked:x,onChange:e=>t({isSeconds:e})}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Show expired content on expire","b-blocks"),checked:y,onChange:e=>t({isExpired:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Hide box if value is 0","b-blocks"),checked:k,onChange:e=>t({hideOn0:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Hide Countdown on Mobile","b-blocks"),checked:C,onChange:e=>t({hideOnMobile:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Hide Countdown on Tablet","b-blocks"),checked:_,onChange:e=>t({hideOnTablet:e}),...Ce,Component:b.ToggleControl})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Prefix & Suffix","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Prefix Suffix Direction:","b-blocks"),labelPosition:"left",value:M,onChange:e=>t({prefixSuffixDirection:e}),options:Xf,...Ce,Component:b.SelectControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Prefix Text:","b-blocks"),value:z,onChange:e=>t({prefixText:e}),placeholder:(0,v.__)("Prefix/Before Text","b-blocks"),...Ce,Component:b.TextControl}),(0,i.jsx)("small",{children:(0,v.__)("Enter prefix text to show a message before countdown","b-blocks")}),(0,i.jsx)("hr",{}),(0,i.jsx)(Nn,{label:(0,v.__)("Suffix Button Text:","b-blocks"),value:j,onChange:e=>t({suffixButtonText:e}),placeholder:(0,v.__)("Suffix/After Button Text","b-blocks"),...Ce,Component:b.TextControl}),(0,i.jsx)("small",{children:(0,v.__)("Enter suffix button text to display a button after countdown","b-blocks")}),j&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Suffix Button Url:","b-blocks"),value:L,onChange:e=>t({suffixButtonUrl:e}),placeholder:(0,v.__)("Button url","b-blocks"),...Ce,Component:b.TextControl})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Additional","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("ID:","b-blocks"),value:S,onChange:e=>t({addID:e}),placeholder:(0,v.__)("Enter additional ID","b-blocks"),...Ce,Component:b.TextControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Class:","b-blocks"),value:$,onChange:e=>t({addClass:e}),placeholder:(0,v.__)("Enter additional Class","b-blocks"),...Ce,Component:b.TextControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("CSS:","b-blocks"),value:H,onChange:e=>t({addCSS:e}),placeholder:(0,v.__)("Enter additional CSS","b-blocks"),...Ce,Component:b.TextareaControl})]})]}),"style"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Countdown","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:T,onChange:e=>t({width:e}),units:[$e(900),He(100),Te(56)],isResetValueOnUnitChange:!0}),(0,i.jsx)("small",{children:(0,v.__)("Keep width 0, to auto width.","b-blocks")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:B,onChange:e=>t({background:e}),defaults:{color:"#0000"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:A,onChange:e=>t({padding:e}),defaults:{vertical:"10px",horizontal:"15px"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:V,onChange:e=>t({shadow:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Boxes","b-blocks"),initialOpen:!1,children:[["0px","0%","0em"].includes(T)?"":(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Box Position:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:d,onChange:e=>t({boxPosition:e}),options:Dt})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:P,onChange:e=>t({boxBG:e}),defaults:{type:"gradient",color:a,gradient:n}}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:E,onChange:e=>t({boxWidth:e}),units:[$e(170),Te(10.5),Be(10.5)],isResetValueOnUnitChange:!0}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:I,onChange:e=>t({boxHeight:e}),units:[$e(120),Te(7.5),Be(7.5)],isResetValueOnUnitChange:!0}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Space Between Boxes:","b-blocks"),labelPosition:"left",value:O,onChange:e=>t({boxSpace:e}),units:[$e(30),Te(2),Be(2)],isResetValueOnUnitChange:!0}),(0,i.jsx)(Oc,{label:(0,v.__)("Border","b-blocks"),value:R,onChange:e=>t({boxBorder:e}),defaults:{radius:"5%"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:D,onChange:e=>t({boxShadow:e})})]}),u||m||w||x?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Digit Typography:","b-blocks"),value:F,onChange:e=>t({digitTypo:e}),defaults:{fontSize:{desktop:48,tablet:40,mobile:32}}}),(0,i.jsx)(De,{label:(0,v.__)("Digit Color:","b-blocks"),value:q,onChange:e=>t({digitColor:e}),defaultColor:"#fff"}),p&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Mn,{className:"mt20",label:(0,v.__)("Label Typography:","b-blocks"),value:W,onChange:e=>t({labelTypo:e}),defaults:{fontSize:{desktop:18,tablet:17,mobile:16}}}),(0,i.jsx)(De,{label:(0,v.__)("Label Color:","b-blocks"),value:U,onChange:e=>t({labelColor:e}),defaultColor:"#fff"})]})]}):null,u&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Days Style","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Enable Single Style","b-blocks"),checked:G,onChange:e=>t({isDaysSingleStyle:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"bPlResetVal",icon:"image-rotate",label:(0,v.__)("Reset style according to parent","b-blocks"),tooltipPosition:"top right",onClick:()=>t({daysBG:P,daysDigitColor:q,daysLabelColor:U}),...Ce,Component:b.Button})]}),G&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Box Background:","b-blocks"),value:Y,onChange:e=>t({daysBG:e}),defaults:{type:"gradient",color:a,gradient:n},...Ce,Component:wa}),(0,i.jsx)(Nn,{label:(0,v.__)("Digit Color:","b-blocks"),value:Z,onChange:e=>t({daysDigitColor:e}),defaultColor:"#fff",...Ce,Component:De}),p&&(0,i.jsx)(Nn,{label:(0,v.__)("Label Color:","b-blocks"),value:K,onChange:e=>t({daysLabelColor:e}),defaultColor:"#fff",...Ce,Component:De})]})]}),m&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Hours Style","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Enable Single Style","b-blocks"),checked:Q,onChange:e=>t({isHoursSingleStyle:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"bPlResetVal",icon:"image-rotate",label:(0,v.__)("Reset style according to parent","b-blocks"),tooltipPosition:"top right",onClick:()=>t({hoursBG:P,hoursDigitColor:q,hoursLabelColor:U}),...Ce,Component:b.Button})]}),Q&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Box Background:","b-blocks"),value:X,onChange:e=>t({hoursBG:e}),defaults:{type:"gradient",color:a,gradient:n},...Ce,Component:wa}),(0,i.jsx)(Nn,{label:(0,v.__)("Digit Color:","b-blocks"),value:J,onChange:e=>t({hoursDigitColor:e}),defaultColor:"#fff",...Ce,Component:De}),p&&(0,i.jsx)(Nn,{label:(0,v.__)("Label Color:","b-blocks"),value:ee,onChange:e=>t({hoursLabelColor:e}),defaultColor:"#fff",...Ce,Component:De})]})]}),w&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Minutes Style","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Enable Single Style","b-blocks"),checked:te,onChange:e=>t({isMinutesSingleStyle:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"bPlResetVal",icon:"image-rotate",label:(0,v.__)("Reset style according to parent","b-blocks"),tooltipPosition:"top right",onClick:()=>t({minutesBG:P,minutesDigitColor:q,minutesLabelColor:U}),...Ce,Component:b.Button})]}),te&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Box Background:","b-blocks"),value:ae,onChange:e=>t({minutesBG:e}),defaults:{type:"gradient",color:a,gradient:n},...Ce,Component:wa}),(0,i.jsx)(Nn,{label:(0,v.__)("Digit Color:","b-blocks"),value:se,onChange:e=>t({minutesDigitColor:e}),defaultColor:"#fff",...Ce,Component:De}),p&&(0,i.jsx)(Nn,{label:(0,v.__)("Label Color:","b-blocks"),value:oe,onChange:e=>t({minutesLabelColor:e}),defaultColor:"#fff",...Ce,Component:De})]})]}),x&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Seconds Style","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Enable Single Style","b-blocks"),checked:ne,onChange:e=>t({isSecondsSingleStyle:e}),...Ce,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"bPlResetVal",icon:"image-rotate",label:(0,v.__)("Reset style according to parent","b-blocks"),tooltipPosition:"top right",onClick:()=>t({secondsBG:P,secondsDigitColor:q,secondsLabelColor:U}),...Ce,Component:b.Button})]}),ne&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{label:(0,v.__)("Box Background:","b-blocks"),value:ie,onChange:e=>t({secondsBG:e}),defaults:{type:"gradient",color:a,gradient:n},...Ce,Component:wa}),(0,i.jsx)(Nn,{label:(0,v.__)("Digit Color:","b-blocks"),value:le,onChange:e=>t({secondsDigitColor:e}),defaultColor:"#fff",...Ce,Component:De}),p&&(0,i.jsx)(Nn,{label:(0,v.__)("Label Color:","b-blocks"),value:re,onChange:e=>t({secondsLabelColor:e}),defaultColor:"#fff",...Ce,Component:De})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Separator","b-blocks"),checked:ce,onChange:e=>t({isSep:e})}),ce&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:de,onChange:e=>t({sepType:e}),options:Qf})]}),(0,i.jsx)(f,{children:(0,v.__)("Size:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:he,onChange:e=>t({sepSize:e}),min:0,max:160,step:1,allowReset:!0,resetFallbackValue:48,initialPosition:48}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:pe,onChange:e=>t({sepColor:e}),defaultColor:a})]})]}),z&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Prefix Text","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Typography:","b-blocks"),value:ue,onChange:e=>t({prefixTextTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}},...Ce,Component:Mn}),(0,i.jsx)(Nn,{label:(0,v.__)("Color:","b-blocks"),value:me,onChange:e=>t({prefixTextColor:e}),defaultColor:"#222",...Ce,Component:De})]}),j&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Suffix Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Typography:","b-blocks"),value:ve,onChange:e=>t({suffixButtonTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}},...Ce,Component:Mn}),(0,i.jsx)(Nn,{value:be,onChange:e=>t({suffixButtonColors:e}),defaults:{color:"#fff",bg:"#222"},...Ce,Component:ka}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:fe,onChange:e=>t({suffixButtonPadding:e}),defaults:{vertical:"14px",horizontal:"28px"},...Ce,Component:Wc})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Dismiss Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Countdown Dismissible?","b-blocks"),checked:we,onChange:e=>t({isDismiss:e}),...Ce,Component:b.ToggleControl}),we&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Nn,{label:(0,v.__)("Color:","b-blocks"),value:xe,onChange:e=>t({dismissColor:e}),defaultColor:"#333",...Ce,Component:De})})]})]})]})})}),(0,i.jsxs)(da,{isProModalOpen:ye,setIsProModalOpen:ke,block:"Countdown",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Expired Display: ","b-blocks")}),(0,v.__)("Show content that has expired after the countdown timer has elapsed.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Hide at Zero: ","b-blocks")}),(0,v.__)("Conceal the box when the countdown timer reaches 0.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Mobile Visibility: ","b-blocks")}),(0,v.__)("Toggle visibility of the countdown timer on mobile devices.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Tablet Visibility: ","b-blocks")}),(0,v.__)("Toggle visibility of the countdown timer on tablet devices.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Prefix Text: ","b-blocks")}),(0,v.__)("Display text before the countdown timer.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Prefix Style: ","b-blocks")}),(0,v.__)("Implement typography settings and adjust the color for the prefix text.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Suffix Button: ","b-blocks")}),(0,v.__)("Show a button after the countdown timer.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Suffix Button Style: ","b-blocks")}),(0,v.__)("Apply typography, colors(text and background) and padding for the suffix button.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Prefix Suffix Direction: ","b-blocks")}),(0,v.__)("Direction of the content displayed before and after the countdown timer.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Single Style: ","b-blocks")}),(0,v.__)("Apply different styles to each box, including variations in background, digit color, and label color.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Dismiss Button: ","b-blocks")}),(0,v.__)("Provide a button to dismiss/hide the countdown timer.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Patterns: ","b-blocks")}),(0,v.__)("Additional patterns for expanding the variety of countdown styles.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Shortcode Integration: ","b-blocks")}),(0,v.__)("Shortcode for flexible use across various locations.","b-blocks")]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:N,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Countdown Alignment"),alignmentControls:[{title:(0,v.__)("Countdown in left","b-blocks"),align:"flex-start",icon:"align-left"},{title:(0,v.__)("Countdown in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Countdown in right","b-blocks"),align:"flex-end",icon:"align-right"}]})})]})},ew="bBlocksCountdown",tw=({attributes:e,id:t})=>{const{boxPosition:a,prefixSuffixDirection:s="row",prefixText:o="",suffixButtonText:l="",addCSS:r="",width:c,background:d,padding:h,shadow:p,alignment:g,boxBG:u,boxWidth:m,boxHeight:v,boxSpace:b,boxBorder:f,boxShadow:w,digitTypo:x,digitColor:y,labelTypo:k,labelColor:C,isDaysSingleStyle:_=!1,daysBG:M={type:"gradient",gradient:n},daysDigitColor:z="#fff",daysLabelColor:j="#fff",isHoursSingleStyle:L=!1,hoursBG:S={type:"gradient",gradient:n},hoursDigitColor:$="#fff",hoursLabelColor:H="#fff",isMinutesSingleStyle:T=!1,minutesBG:B={type:"gradient",gradient:n},minutesDigitColor:A="#fff",minutesLabelColor:V="#fff",isSecondsSingleStyle:N=!1,secondsBG:P={type:"gradient",gradient:n},secondsDigitColor:E="#fff",secondsLabelColor:I="#fff",sepType:O,sepSize:R,sepColor:D,prefixTextTypo:F={fontSize:{desktop:15}},prefixTextColor:q="#222",suffixButtonTypo:W={fontSize:{desktop:16}},suffixButtonColors:U={color:"#fff",bg:"#222"},suffixButtonPadding:G={vertical:"14px",horizontal:"28px"},dismissColor:Y="#333"}=e,Z=`#${t}`,K=`${Z} .countdownItems`,Q=`${K} .countdownItem`,X=`${Z} .${ew}`,J=(e,t,a,s,o)=>e?`${K} .${t}{\n\t\t${Wn(a)}\n\t}\n\t${K} .${t} .digit{\n\t\tcolor: ${s};\n\t}\n\t${K} .${t} .label{\n\t\tcolor: ${o};\n\t}`:"";return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",x)?.googleFontLink}\n\t\t${ei("",k)?.googleFontLink}\n\t\t${ei("",F)?.googleFontLink}\n\t\t${ei("",W)?.googleFontLink}\n\t\t${ei(`${Q} .digit`,x)?.styles}\n\t\t${ei(`${Q} .label`,k)?.styles}\n\t\t${ei(`${X} .prefixText`,F)?.styles}\n\t\t${ei(`${X} .suffixButton`,W)?.styles}\n\n\t\t${Z}{\n\t\t\talign-items: ${g};\n\t\t\tjustify-content: ${g};\n\t\t}\n\t\t${X}{\n\t\t\tflex-direction: ${s};\n\t\t\tjustify-content: ${o||l?"space-between":"center"};\n\t\t\twidth: ${["0px","0%","0em"].includes(c)?"auto":c};\n\t\t\t${Wn(d)}\n\t\t\tpadding: ${Jn(h)};\n\t\t\tbox-shadow: ${Xn(p)};\n\t\t}\n\t\t${K}{\n\t\t\tjustify-content: ${a};\n\t\t\tgap: ${b};\n\t\t\tmargin: ${o||l?"column"===s?"20px 0":"0 20px":"0"}\n\t\t}\n\t\t${Q}{\n\t\t\t${Wn(u)}\n\t\t\twidth: ${m};\n\t\t\theight: ${v};\n\t\t\t${Un(f)}\n\t\t\tbox-shadow: ${Xn(w)};\n\t\t}\n\t\t${Q} .digit{\n\t\t\tcolor: ${y};\n\t\t}\n\t\t${Q} .label{\n\t\t\tcolor: ${C};\n\t\t}\n\t\t${J(_,"countdownDays",M,z,j)}\n\t\t${J(L,"countdownHours",S,$,H)}\n\t\t${J(T,"countdownMinutes",B,A,V)}\n\t\t${J(N,"countdownSeconds",P,E,I)}\n\n\t\t${K} .separator::before{\n\t\t\tcontent: '${O}';\n\t\t\tfont-size: ${R}px;\n\t\t\tcolor: ${D};\n\t\t}\n\t\t${X} .prefixText{\n\t\t\tcolor: ${q};\n\t\t}\n\t\t${X} .suffixButton{\n\t\t\t${Yn(U)}\n\t\t\tpadding: ${Jn(G)};\n\t\t}\n\t\t${X} .countdownClose{\n\t\t\tfill: ${Y};\n\t\t}\n\t\t${r}\n\t\t`.replace(/\s+/g," ")}})},aw=e=>e>(new Date).getTime()?(e-(new Date).getTime())/1e3:0,sw=e=>Math.floor(e%86400/3600),ow=e=>Math.floor(e%3600/60),nw=e=>Math.floor(e%60),iw=e=>e<10?("0"+e).slice(-2):e,lw=(window.matchMedia("(max-width: 640px)"),window.matchMedia("(max-width: 1024px)"),(e,t=!0,a=!0,s=!0)=>{const o=(n=e,Math.floor(n/86400));var n;const i=t?sw(e):24*o+sw(e),l=a?ow(e):60*i+ow(e),r=s?nw(e):60*l+nw(e);return{days:o,hours:i,minutes:l,seconds:r,expired:!(o+i+l+r>0)}}),rw=(e,t=!0,a=!0,s=!0)=>{const[o,n]=(0,g.useState)(aw(e));return(0,g.useEffect)((()=>{const t=setInterval((()=>{n(aw(e))}),1e3);return()=>clearInterval(t)}),[e]),lw(o,t,a,s)},cw=({attributes:e,Box:t,isBackend:a=!1,custom:s={}})=>{const{destDate:o,boxIsInline:n,isLabels:l,isDays:r,daysLabel:c,isHours:d,hoursLabel:h,isMinutes:p,minutesLabel:g,isSeconds:u,secondsLabel:m,hideOn0:v,isSep:b}=e,f=new Date(o).getTime(),{days:w,hours:x,minutes:y,seconds:k}=rw(f,r,d,p),C=n?"inline":"",_=v&&0===w,M=v&&0===w+x,z=v&&0===w+x+y,j=v&&0===w+x+y+k;return(0,i.jsxs)(i.Fragment,{children:[!_&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t,{is:r,boxClass:`countdownDays ${C}`,digit:iw(w),isLabels:l,label:c,onChange:e=>a&&s.setAttributes({daysLabel:e})}),b&&r&&(d||p||u)&&(0,i.jsx)("span",{className:"separator"})]}),!M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t,{is:d,boxClass:`countdownHours ${C}`,digit:iw(x),isLabels:l,label:h,onChange:e=>a&&s.setAttributes({hoursLabel:e})}),b&&d&&(p||u)&&(0,i.jsx)("span",{className:"separator"})]}),!z&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t,{is:p,boxClass:`countdownMinutes ${C}`,digit:iw(y),isLabels:l,label:g,onChange:e=>a&&s.setAttributes({minutesLabel:e})}),b&&p&&u&&(0,i.jsx)("span",{className:"separator"})]}),!j&&(0,i.jsx)(t,{is:u,boxClass:`countdownSeconds ${C}`,digit:iw(k),isLabels:l,label:m,onChange:e=>a&&s.setAttributes({secondsLabel:e})})]})},dw=({attributes:e,Box:t,closeEl:a,isBackend:s=!1,custom:o={},children:n})=>{const{destDate:l,isResponsive:r,isExpired:c,prefixText:d,suffixButtonText:h,suffixButtonUrl:p,addID:g,addClass:u,isDismiss:m}=e,v=new Date(l).getTime(),{expired:b}=rw(v);return(0,i.jsxs)("div",{className:`${ew} ${u}`,id:g,children:[c&&b?n:(0,i.jsxs)(i.Fragment,{children:[d&&(0,i.jsx)("p",{className:"prefixText",dangerouslySetInnerHTML:{__html:Mt(d)}}),(0,i.jsx)("div",{className:"countdownItems "+(r?`${ew}Responsive`:""),children:(0,i.jsx)(cw,{attributes:e,Box:t,isBackend:s,custom:o})}),h&&(0,i.jsx)("a",{className:"suffixButton",href:_t(p),children:h})]}),m&&a]})},hw=(0,i.jsx)("svg",{className:"countdownClose",xmlns:"http://www.w3.org/2000/svg",width:22,height:22,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M256,31C131.7,31,31,131.7,31,256s100.7,225,225,225s225-100.7,225-225S380.3,31,256,31z M366.3,315.1 c4.3,4.3,4.3,11.2,0,15.4l-35.9,35.8c-4.3,4.3-11.2,4.3-15.4,0l-59-59.5l-59.1,59.5c-4.3,4.3-11.2,4.3-15.4,0l-35.8-35.9 c-4.3-4.3-4.3-11.2,0-15.4l59.5-59l-59.5-59.1c-4.3-4.3-4.3-11.2,0-15.4l35.9-35.9c4.3-4.3,11.2-4.3,15.4,0l59,59.6l59.1-59.5 c4.3-4.3,11.2-4.3,15.4,0l35.9,35.9c4.3,4.3,4.3,11.2,0,15.4l-59.6,59L366.3,315.1z"})}),pw=e=>{const{is:t,boxClass:a,digit:s,isLabels:o,label:n,onChange:l}=e;return t&&(0,i.jsxs)("div",{className:`countdownItem ${a}`,children:[(0,i.jsx)("span",{className:"digit",children:s}),o&&(0,i.jsx)(h.RichText,{className:"label",tagName:"span",value:n,onChange:e=>l(e),placeholder:(0,v.__)("Label","countdown-time")})]})};br(Zf.name)&&(0,d.registerBlockType)(Zf,{icon:tl,transforms:{from:[{type:"block",blocks:["ctb/countdown-time"],transform:e=>(0,d.createBlock)("b-blocks/countdown",e)},{type:"prefix",prefix:"count",transform:()=>(0,d.createBlock)("b-blocks/countdown")}],to:[{type:"block",blocks:["ctb/countdown-time"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("ctb/countdown-time",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{destDate:o}=t,n=bBlocksPremiumChecker;return(0,g.useEffect)((()=>{""===o&&a({destDate:new Date((new Date).setDate((new Date).getDate()+2))})}),[o]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Jf,{attributes:t,setAttributes:a,isPremium:n}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(tw,{attributes:t,id:`block-${s}`}),(0,i.jsx)(dw,{attributes:t,Box:pw,closeEl:(0,i.jsx)(b.Tooltip,{text:"Hide will only work in frontend",placement:"top",position:"top",children:hw}),isBackend:!0,custom:{setAttributes:a},children:(0,i.jsx)("div",{className:"countdownExpired",children:(0,i.jsx)(h.InnerBlocks,{template:[["core/heading",{content:"Oops! the offers just expired!",textAlign:"center",level:3,style:{color:{text:"#dc3545"}}}],["core/paragraph",{content:"But don't worry! we will announce next offer as soon as possible. Stay with us.",style:{color:{text:"#222"}}}]]})})})]})]})},save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const gw=JSON.parse('{"apiVersion":3,"name":"b-blocks/counters","title":"Counters","description":"Display Number as animated counter.","category":"bBlocks","keywords":["counter","number counter","at a glance"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"counters":{"type":"array","default":[{"background":{"color":"#146EF5"},"icon":{"class":"fa fa-puzzle-piece","fontSize":50,"color":"#fff"},"number":{"start":0,"end":30,"prefix":"","suffix":"+","color":"#fff"},"label":{"text":"Products","color":"#fff"}},{"background":{"color":"#146EF5"},"icon":{"class":"fa fa-thumbs-up","fontSize":50,"color":"#fff"},"number":{"start":0,"end":380,"prefix":"","suffix":"K+","color":"#fff"},"label":{"text":"Customers","color":"#fff"}},{"background":{"color":"#146EF5"},"icon":{"class":"fa fa-award","fontSize":50,"color":"#fff"},"number":{"start":0,"end":90,"prefix":"","suffix":"","color":"#fff"},"label":{"text":"Awards","color":"#fff"}}]},"theme":{"type":"string","default":"default"},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"20px"},"rowGap":{"type":"string","default":"30px"},"duration":{"type":"number","default":2000},"separator":{"type":"object","default":{"char":""}},"background":{"type":"object","default":{"color":"#0000"}},"padding":{"type":"object","default":{"vertical":"20px","horizontal":"0px"}},"textAlign":{"type":"string","default":"center"},"counterWidth":{"type":"string","default":"250px"},"counterHeight":{"type":"string","default":"250px"},"isIcon":{"type":"boolean","default":true},"iconSize":{"type":"number","default":50},"iconPosition":{"type":"string","default":"top"},"numberTypo":{"type":"object","default":{"fontSize":{"desktop":"48px","tablet":"40px","mobile":"32px"}}},"isLabel":{"type":"boolean","default":true},"labelTypo":{"type":"object","default":{"fontSize":{"desktop":"22px","tablet":"20px","mobile":"18px"}}},"counterPadding":{"type":"object","default":{"vertical":"20px","horizontal":"20px"}},"counterBorder":{"type":"object","default":{"radius":"50%"}},"counterShadow":{"type":"object","default":{}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),uw=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Theme 1","b-blocks"),value:"theme1"},{label:(0,v.__)("Theme 2","b-blocks"),value:"theme2"},{label:(0,v.__)("Theme 3","b-blocks"),value:"theme3"}],mw=[{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Label","b-blocks"),value:"label"}],vw=[{label:(0,v.__)("None","b-blocks"),value:""},{label:(0,v.__)("Coma (1,000)","b-blocks"),value:","},{label:(0,v.__)("Space (1 000)","b-blocks"),value:" "}],bw=e=>{const{attributes:t,setAttributes:a,index:s}=e,{counters:o}=t,n=o[s],{background:l,icon:r,number:c,label:d}=n,h=(e,t,...n)=>{a({counters:ue(o,t,s,e,...n)})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:l,onChange:e=>h("background",e),defaults:{color:"#0000"}}),(0,i.jsx)(Sa,{label:(0,v.__)("Icon:","b-blocks"),value:r,onChange:e=>h("icon",e),defaults:{class:"fa fa-award",fontSize:50,color:"#fff"},isSize:!1}),(0,i.jsx)(b.__experimentalNumberControl,{label:(0,v.__)("Start Number:","b-blocks"),labelPosition:"left",className:"mt20",value:c.start,onChange:e=>h("number",parseFloat(e),"start")}),(0,i.jsx)(b.__experimentalNumberControl,{label:(0,v.__)("End Number:","b-blocks"),labelPosition:"left",className:"mt20",value:c.end,onChange:e=>h("number",parseFloat(e),"end")}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Prefix:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:c.prefix,onChange:e=>h("number",e,"prefix")})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Suffix:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:c.suffix,onChange:e=>h("number",e,"suffix")})]}),(0,i.jsx)(De,{label:(0,v.__)("Number Color:","b-blocks"),value:c.color,onChange:e=>h("number",e,"color"),defaultColor:"#fff"}),(0,i.jsx)(De,{label:(0,v.__)("Label Color:","b-blocks"),value:d.color,onChange:e=>h("label",e,"color"),defaultColor:"#fff"})]})},fw=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,activeIndex:s,setActiveIndex:o,isPremium:n,device:l})=>{const{counters:r=[],theme:c,columns:d,columnGap:p,rowGap:g,duration:u,separator:m,background:w,padding:x,counterWidth:k,counterHeight:C,textAlign:_,isIcon:M,iconSize:z,iconPosition:j,numberTypo:L,isLabel:S,labelTypo:$,counterPadding:H,counterBorder:T,counterShadow:B}=e,A={background:{color:a},icon:{class:"fa fa-award",fontSize:50,color:"#fff"},number:{start:0,end:300,prefix:"",suffix:"",color:"#fff"},label:{text:"Awards",color:"#fff"}},V=e=>{const a=_v(r,(t=>{t.map(((a,s)=>{for(const a of e){const e=a[0],o=a[1];t[s][e]=o}}))}));t({counters:a})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:ge,children:h=>(0,i.jsxs)(i.Fragment,{children:["general"===h.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Kt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Add or Remove counters","b-blocks"),children:[(0,i.jsx)(dn,{attributes:e,setAttributes:t,activeIndex:s,setActiveIndex:o,arrKey:"counters",ItemSettings:bw,itemLabel:"Counter",newItem:A,design:n?"sortable":"single"}),!n&&(0,i.jsxs)("small",{children:[" ",(0,i.jsx)("b",{children:(0,i.jsx)("a",{href:na,target:"__blank",children:"Upgrade to Premium"})})," to unlock sorting and more features."]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Theme:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:c,onChange:e=>{t({theme:e}),"default"===e&&t({background:{...w,type:"solid",color:"#0000"},padding:{...x,vertical:"20px",horizontal:"0px"},counterHeight:"250px",counterBorder:{...T,width:"0px",color:"#0000",radius:"50%"},iconPosition:"top",iconSize:50}),"theme1"===e&&t({background:{...w,type:"solid",color:"#0000"},padding:{...x,vertical:"20px",horizontal:"0px"},counterHeight:"175px",counterBorder:{...T,width:"0px",color:"#0000",radius:"5px"},iconPosition:"label",iconSize:$?.fontSize}),"theme2"===e&&t({background:{...w,type:"solid",color:"#0000"},padding:{...x,vertical:"20px",horizontal:"0px"},counterHeight:"175px",counterBorder:{...T,width:"2px",color:a,radius:"5px"},iconPosition:"label",iconSize:$?.fontSize}),"theme3"===e&&t({background:{...w,type:"image",image:{url:"https://i.imgur.com/n8bbzIE.jpeg"},overlayColor:"#000000b3"},padding:{...x,vertical:"140px",horizontal:"0px"},counterHeight:"250px",counterBorder:{...T,width:"0px",color:"#0000",radius:"50%"},iconPosition:"top",iconSize:50}),r?.map((t=>{const{background:s,icon:o,number:n,label:i}=t,l=[["background",{...s,type:"solid",color:a}],["icon",{...o,color:"#fff"}],["number",{...n,color:"#fff"}],["label",{...i,color:"#fff"}]],r=[["background",{...s,type:"solid",color:a}],["icon",{...o,color:"#fff"}],["number",{...n,color:"#fff"}],["label",{...i,color:"#fff"}]],c=[["background",{...s,type:"solid",color:"#0000"}],["icon",{...o,color:a}],["number",{...n,color:a}],["label",{...i,color:a}]],d=[["background",{...s,type:"solid",color:"#0000"}],["icon",{...o,color:"#fff"}],["number",{...n,color:"#fff"}],["label",{...i,color:"#fff"}]];"default"===e&&V(l),"theme1"===e&&V(r),"theme2"===e&&V(c),"theme3"===e&&V(d)}))},options:uw})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:d[l],onChange:e=>{t({columns:{...d,[l]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:g,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Counters Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalNumberControl,{label:(0,v.__)("Duration:","b-blocks"),labelPosition:"left",value:u,onChange:e=>t({duration:parseFloat(e)})}),(0,i.jsx)("small",{children:(0,v.__)("Duration in milliseconds:","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Separator","b-blocks"),labelPosition:"left",value:m.char,onChange:e=>t({separator:{...m,char:e}}),options:vw})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Counter Elements","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:M,onChange:e=>t({isIcon:e})}),(0,i.jsx)(f,{children:(0,v.__)("Icon Size:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:z,onChange:e=>t({iconSize:e}),min:0,max:400,step:1,allowReset:!0,resetFallbackValue:50,initialPosition:50}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Icon Position:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:j,onChange:e=>{t({iconPosition:e}),"top"===e&&t({iconSize:50}),"label"===e&&t({iconSize:$?.fontSize})},options:mw})]}),(0,i.jsx)(Mn,{className:"mt20",label:(0,v.__)("Number Typography:","b-blocks"),value:L,onChange:e=>t({numberTypo:e}),defaults:{fontSize:{desktop:48,tablet:40,mobile:32}}}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Label","b-blocks"),checked:S,onChange:e=>t({isLabel:e})}),S&&(0,i.jsx)(Mn,{label:(0,v.__)("Label Typography:","b-blocks"),value:$,onChange:e=>t({labelTypo:e}),defaults:{fontSize:{desktop:22,tablet:20,mobile:18}}})]})]}),"style"===h.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Counters","b-blocks"),children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:w,onChange:e=>t({background:e}),defaults:{color:"#0000"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:x,onChange:e=>t({padding:e}),defaults:{vertical:"20px",horizontal:"0px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Single Counter","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:k,onChange:e=>t({counterWidth:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:C,onChange:e=>t({counterHeight:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:H,onChange:e=>t({counterPadding:e}),defaults:{vertical:"20px",horizontal:"20px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:T,onChange:e=>t({counterBorder:e}),defaults:{radius:"50%"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:B,onChange:e=>t({counterShadow:e})})]})]})]})})}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Counter","b-blocks"),onClick:()=>t({counters:[...r,A]}),children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:_,onChange:e=>t({textAlign:e})})]})]})})),ww="bBlocksCounters",xw=({attributes:e,id:t})=>{const{counters:a=[],columnGap:s,rowGap:o,background:n,padding:l,textAlign:r,counterWidth:c,counterHeight:d,iconSize:h,numberTypo:p,labelTypo:g,counterPadding:u,counterBorder:m,counterShadow:v}=e,b=`#${t}`,f=`${b} .${ww}`,w=`${f} .counter`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",p)?.googleFontLink}\n\t\t${ei("",g)?.googleFontLink}\n\t\t${ei(`${w} .counterNumber`,p)?.styles}\n\t\t${ei(`${w} .counterLabel`,g)?.styles}\n\t\t\n\t\t${f}{\n\t\t\tgrid-gap: ${o} ${s};\n\t\t\t${Wn(n)}\n\t\t\tpadding: ${Jn(l)};\n\t\t}\n\t\t${w}{\n\t\t\ttext-align: ${r};\n\t\t\twidth: ${"0px"===c||"0%"===c||"0em"===c?"250px":c};\n\t\t\theight: ${"0px"===d||"0%"===d||"0em"===d?"250px":d};\n\t\t\tpadding: ${Jn(u)};\n\t\t\t${Un(m)}\n\t\t\tbox-shadow: ${Xn(v)};\n\t\t}\n\t\t${w} .counterIcon,\n\t\t${w} .counterIconLabel{\n\t\t\tfont-size: ${h||50}px;\n\t\t}\n\n\t\t${a?.map(((e,t)=>{const{background:a,icon:s,number:o,label:n}=e,i=`${b} #counter-${t}`;return`\n\t\t\t\t${i} .counter{\n\t\t\t\t\t${Wn(a)}\n\t\t\t\t}\n\t\t\t\t${i} .counterIcon i,\n\t\t\t\t${i} .counterIconLabel i{\n\t\t\t\t\t${Zn(s)}\n\t\t\t\t\tfont-size: inherit;\n\t\t\t\t}\n\t\t\t\t${i} .counterNumber{\n\t\t\t\t\tcolor: ${o.color};\n\t\t\t\t}\n\t\t\t\t${i} .counterLabel{\n\t\t\t\t\tcolor: ${n.color};\n\t\t\t\t}\n\t\t\t`})).join(" ")}\n\t\t`.replace(/\s+/g," ")}})},yw=({attributes:e,counter:t,index:a,labelEl:s,isBackend:o=!1,custom:n={}})=>{const{isIcon:l,iconPosition:r}=e,{icon:c,number:d}=t,{start:h,end:p,prefix:g,suffix:u}=d,m=c?.class&&(0,i.jsx)("i",{className:c.class});return(0,i.jsx)("div",{onClick:()=>o?n.setActiveIndex(a):null,className:o&&a===n.activeIndex?"bPlNowEditing":"",id:`counter-${a}`,children:(0,i.jsxs)("div",{className:"counter",children:[l&&"top"===r&&(0,i.jsx)("div",{className:"counterIcon",children:m}),(0,i.jsxs)("div",{className:"counterNumber",children:[(0,i.jsx)("span",{className:"prefix",children:g}),(0,i.jsx)("span",{className:"number","data-count-start":h,"data-count-end":p,children:h}),(0,i.jsx)("span",{className:"suffix",children:u})]}),"label"===r?(0,i.jsxs)("div",{className:"counterIconLabel",children:[m,s]}):s]})})},kw=(e,t)=>{const{char:a=""}=t;return a?e.toString().replace(/\B(?=(\d{3})+(?!\d))/g,a):e};br(gw.name)&&(0,d.registerBlockType)(gw,{icon:al,transforms:{from:[{type:"block",blocks:["ctrb/counters"],transform:e=>(0,d.createBlock)("b-blocks/counters",e)},{type:"prefix",prefix:"counter",transform:()=>(0,d.createBlock)("b-blocks/counters")}],to:[{type:"block",blocks:["ctrb/counters"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("ctrb/counters",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{counters:o=[],columns:n,duration:l,separator:r={},isLabel:c}=t,d=(0,g.useRef)(),[p,u]=(0,g.useState)(0),m=bBlocksPremiumChecker;return(0,g.useEffect)((()=>{d.current&&((e,t,a={})=>{e?.forEach((e=>{const s=parseInt(e.dataset.countStart),o=parseInt(e.dataset.countEnd),n=Date.now(),i=setInterval((()=>{const l=Date.now()-n;l>=t?clearInterval(i):e.innerText=kw(parseInt(l/(t/(o-s))+s),a)}),20);setTimeout((()=>{e.innerText=kw(o,a)}),t)}))})(d.current.ownerDocument.querySelectorAll(`.${ww} .counterNumber .number`),l,r)}),[o,l,r,d]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(fw,{attributes:t,setAttributes:a,activeIndex:p,setActiveIndex:u,isPremium:m}),(0,i.jsxs)("div",{...(0,h.useBlockProps)({ref:d}),children:[(0,i.jsx)(xw,{attributes:t,id:`block-${s}`}),(0,i.jsx)("div",{className:`${ww} columns-${n.desktop} columns-tablet-${n.tablet} columns-mobile-${n.mobile}`,children:o?.map(((e,s)=>{const{text:n}=e.label,l=c&&(0,i.jsx)(h.RichText,{className:"counterLabel",tagName:"p",value:n,onChange:e=>((e,t,s=!1)=>{const n=_v(o,(a=>{s?a[p][e][s]=t:a[p][e]=t}));a({counters:n})})("label",e,"text"),placeholder:(0,v.__)("Label","b-blocks"),inlineToolbar:!0});return(0,i.jsx)(yw,{attributes:t,counter:e,index:s,labelEl:l,isBackend:!0,custom:{activeIndex:p,setActiveIndex:u}},s)}))})]})]})},save:()=>null});const Cw=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/carousel","title":"Carousel","category":"bBlocks","description":"Modern carousel for showcasing content. Supports unlimited slides with complete block flexibility inside.","keywords":["carousel","slider","swiper","slide","carousel-block","slider","slideshow","gallery","carousel","slide","rotator"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"clientId":{"type":"string","default":""},"pagination":{"type":"object","default":{"pagination":true,"showOnTablet":true,"showOnMobile":true,"type":"bullets","clickable":true,"hideOnClick":false,"dynamicPagination":false,"dynamicBullets":false,"dynamicMainBullets":1}},"navigation":{"type":"object","default":{"navigation":true,"iconType":"library","nextIcon":{"library":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-right\'><path fill-rule=\'evenodd\' d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708\'/></svg>","upload":""},"prevIcon":{"library":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'chevron-left\'><path fill-rule=\'evenodd\' d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0\'/></svg>","upload":""}}},"autoplay":{"type":"object","default":{"autoplay":true,"direction":"right","delay":1.5,"isPauseOnHover":false,"easing":""}},"layout":{"type":"object","default":{"slideView":{"desktop":3,"tablet":2,"mobile":1},"space":{"desktop":30,"tablet":25,"mobile":15},"direction":"horizontal"}},"options":{"type":"object","default":{"speed":1,"loop":true,"touchMove":true,"autoHeight":false}},"styles":{"type":"object","default":{"pagination":{"desktop":{"positionY":"","positionX":""},"tablet":{"positionY":"","positionX":""},"mobile":{"positionY":"","positionX":""},"normal":{"color":"","width":"","height":"","border":{},"radius":{"top":"","right":"","bottom":"","left":""}},"active":{"color":"","width":"","height":"","border":{},"radius":{"top":"","right":"","bottom":"","left":""},"transition":0.2}},"navigation":{"desktop":{"arrow":{"size":"","positionX":{"prev":"","next":""},"positionY":{"prev":"","next":""}},"padding":{"top":"6px","right":"6px","bottom":"6px","left":"6px"}},"tablet":{"arrow":{"size":"","positionX":{"prev":"","next":""},"positionY":{"prev":"","next":""}},"padding":{"top":"","bottom":"","left":"","right":""}},"mobile":{"arrow":{"size":"","positionX":{"prev":"","next":""},"positionY":{"prev":"","next":""}},"padding":{"top":"","bottom":"","left":"","right":""}},"normal":{"bg":{},"color":"rgba(140, 140, 140, 1)","border":{"color":"#8c8c8c","style":"solid","width":"2px"},"desktop":{"radius":{"top":"50%","right":"50%","bottom":"50%","left":"50%"}},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""}}},"hover":{"bg":{},"color":"","border":{},"desktop":{"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""}},"transition":0.2}},"container":{"desktop":{"height":"","width":"","alignItems":"center"},"tablet":{"height":"","width":"","alignItems":""},"mobile":{"height":"","width":"","alignItems":""}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"bottom":"","top":"","right":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"x":"","y":"","z":""},"tablet":{"x":"","y":"","z":""},"mobile":{"x":"","y":"","z":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b0","isInset":false}],"border":{"width":"","style":"none"}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"visibility":{"zIndex":{"desktop":""},"overflow":""},"responsive":{"desktop":false,"tablet":false,"mobile":false}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","swiper"],"script":"swiper","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),_w=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Mw=[{label:(0,v.__)("Default","b-blocks"),value:""},{label:(0,v.__)("Linear","b-blocks"),value:"linear"},{label:(0,v.__)("Ease","b-blocks"),value:"ease"},{label:(0,v.__)("Ease In","b-blocks"),value:"ease-in"},{label:(0,v.__)("Ease Out","b-blocks"),value:"ease-out"},{label:(0,v.__)("Ease In Out","b-blocks"),value:"ease-in-out"},{label:(0,v.__)("Step Start","b-blocks"),value:"step-start"},{label:(0,v.__)("Step End","b-blocks"),value:"step-end"}],zw=({attributes:e,updateObj:t})=>{const{autoplay:a}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Autoplay","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Autoplay","b-blocks"),value:a.autoplay,checked:a.autoplay,onChange:e=>t("autoplay",e,"autoplay")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Direction","b-blocks"),labelPosition:"edge",value:a.direction,onChange:e=>t("autoplay",e,"direction"),options:[{label:(0,v.__)("Left To Right","b-blocks"),value:"left"},{label:(0,v.__)("Right To Left","b-blocks"),value:"right"}]}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Delay (s)","b-blocks"),value:a.delay,onChange:e=>t("autoplay",e,"delay"),min:0,step:.01,max:10}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Pause On Hover","b-blocks"),value:a.isPauseOnHover,checked:a.isPauseOnHover,onChange:e=>t("autoplay",e,"isPauseOnHover")})]})},jw=({attributes:e,updateObj:t})=>{const{options:a,autoplay:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Basic Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Direction","b-blocks"),value:a?.direction,options:[{label:"Horizontal",value:"horizontal"},{label:"Vertical",value:"vertical"}],labelPosition:"edge",onChange:e=>t("options",e,"direction")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Easing","b-blocks"),labelPosition:"edge",value:s.easing,options:Mw,onChange:e=>t("autoplay",e,"easing")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Loop","b-blocks"),value:a.loop,checked:a.loop,onChange:e=>t("options",e,"loop"),help:"This feature will work on frontend only."}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Touch Move","b-blocks"),value:a.touchMove,checked:a.touchMove,onChange:e=>t("options",e,"touchMove"),help:"This feature will work on frontend only."}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Speed (s)","b-blocks"),value:a.speed,onChange:e=>t("options",e,"speed"),min:0,step:.01,max:10}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Auto Height","b-blocks"),value:a.autoHeight,checked:a.autoHeight,onChange:e=>t("options",e,"autoHeight")})]})},Lw=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),Sw=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),$w=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),Hw=({attributes:e,updateObj:t,device:a})=>{const{layout:s,styles:o}=e,{container:n}=o,{direction:l="horizontal"}=s;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Direction","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:l,onChange:e=>t("layout",e,"direction"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Horizontal",value:"horizontal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Vertical",value:"vertical"})]})]}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Slide View","b-blocks")," ",(0,i.jsx)(y,{})]}),value:s.slideView[a],onChange:e=>t("layout",e,"slideView",a),beforeIcon:"grid-view",min:1,max:12}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Slide Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),value:s.space[a],onChange:e=>t("layout",e,"space",a),min:0,max:250}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex3",children:[(0,v.__)("Width","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",value:n[a].width,onChange:e=>t("styles",e,"container",a,"width")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex3",children:[(0,v.__)("Height","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",value:n[a].height,onChange:e=>t("styles",e,"container",a,"height")})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Align Items ","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n[a]?.alignItems,onChange:e=>t("styles",e,"container",a,"alignItems"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(Lw,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(Sw,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)($w,{})})]})]})]})},Tw=({attributes:e,updateObj:t,device:a})=>{const{navigation:s,styles:o}=e,{navigation:n}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Navigation","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Navigation","b-blocks"),value:s.navigation,checked:s.navigation,onChange:e=>t("navigation",e,"navigation")}),s.navigation&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Prev Icon","b-blocks"),value:s.prevIcon.library,onChange:e=>t("navigation",e,"prevIcon","library")}),(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Next Icon","b-blocks"),value:s.nextIcon.library,onChange:e=>t("navigation",e,"nextIcon","library")}),(0,i.jsx)("br",{}),(0,i.jsx)("b",{children:"Position X"}),(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Prev Position","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n[a].arrow.positionX.prev,onChange:e=>t("styles",e,"navigation",a,"arrow","positionX","prev")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Next Position","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n[a].arrow.positionX.next,onChange:e=>t("styles",e,"navigation",a,"arrow","positionX","next")})]}),(0,i.jsx)("b",{children:"Position Y"}),(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Prev Position","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n[a].arrow.positionY.prev,onChange:e=>t("styles",e,"navigation",a,"arrow","positionY","prev")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Next Position","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n[a].arrow.positionY.next,onChange:e=>t("styles",e,"navigation",a,"arrow","positionY","next")})]})]})]})},Bw=({attributes:e,updateObj:t,device:a})=>{const{pagination:s,styles:o}=e,{pagination:n}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Pagination","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Pagination","b-blocks"),value:s.pagination,checked:s.pagination,onChange:e=>t("pagination",e,"pagination")}),s.pagination&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Pagination Clickable","b-blocks"),value:s.clickable,checked:s.clickable,onChange:e=>t("pagination",e,"clickable")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Position X","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n[a].positionX,min:-50,max:150,onChange:e=>t("styles",e,"pagination",a,"positionX")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Position Y","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n[a].positionY,min:-50,max:150,onChange:e=>t("styles",e,"pagination",a,"positionY")})]})]})]})},Aw=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Hw,{...e}),(0,i.jsx)(jw,{...e}),(0,i.jsx)(zw,{...e}),(0,i.jsx)(Tw,{...e}),(0,i.jsx)(Bw,{...e})]}),Vw=({attributes:e,updateObj:t,device:a})=>{const{styles:s}=e,{navigation:o}=s,[n,l]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Navigation","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"mb0 flex3",children:[(0,v.__)("Size","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o[a].arrow.size,onChange:e=>t("styles",e,"navigation",a,"arrow","size")})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o[a].padding,onChange:e=>t("styles",e,"navigation",a,"padding")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n,onChange:l,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:o[n].color,onChange:e=>t("styles",e,"navigation",n,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o[n].bg,onChange:e=>t("styles",e,"navigation",n,"bg"),isImage:!1}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:o[n].border,onChange:e=>t("styles",e,"navigation",n,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks"),(0,i.jsx)(y,{})]}),values:o[n][a].radius,onChange:e=>t("styles",e,"navigation",n,a,"radius")}),"hover"===n&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:o.hover.transition,onChange:e=>t("styles",e,"navigation","hover","transition"),min:0,max:10,step:.01})]})},Nw=({attributes:e,updateObj:t})=>{const{styles:a}=e,{pagination:s}=a,[o,n]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Pagination","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o,onChange:n,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s[o].color,onChange:e=>t("styles",e,"pagination",o,"color")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex3",children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s[o].width,onChange:e=>t("styles",e,"pagination",o,"width")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex3",children:(0,v.__)("Height","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s[o].height,onChange:e=>t("styles",e,"pagination",o,"height")})]}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s[o].border,onChange:e=>t("styles",e,"pagination",o,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),value:s[o].radius,onChange:e=>t("styles",e,"pagination",o,"radius")}),"active"===o&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:s.active.transition,onChange:e=>t("styles",e,"pagination","active","transition"),min:0,max:10,step:.01})]})},Pw=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Vw,{...e}),(0,i.jsx)(Nw,{...e})]}),Ew=e=>{const{attributes:t,setAttributes:a}=e,{advanced:s}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",initialTabName:"general",tabs:_w,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Aw,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pw,{...e})}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:s,onChange:e=>a({advanced:e})})]})})})})},Iw=({attributes:e,id:t,isBackend:a=!1})=>{const{styles:s,advanced:o,layout:n}=e,{container:l,navigation:r,pagination:c}=s,d="vertical"===n?.direction,h=`${t} .bBlock-carousel-main-wrapper`,p=`#${t} .bBlocks-carousel-wrapper`,g=`${p} .swiper`,u=`${g} .swiper-wrapper`,m=`${p} .swiper-button-prev`,v=`${p} .swiper-button-next`,b=`${p} .swiper-pagination`,f=`${b} .swiper-pagination-bullet`,w=`${b} .swiper-pagination-bullet-active`,x=(e="normal")=>`\n\t\t${Wn(r[e].bg)}\n\t\t${Gn(r[e].border)}\n\t\t${"normal"===e?qn("transition",Ct(r.hover.transition)?`all ${r.hover.transition}s ease-in-out`:""):""}\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${g}{\n\t\t\t\t${qn("height",l.desktop.height)}\n\t\t\t\t${qn("width",l.desktop.width)}\n\t\t\t}\n\t\t\t${u}{\n\t\t\t\t${qn("align-items",l.desktop.alignItems)}\n\t\t\t}\n\t\t\t${d?`${u} .swiper-slide{\n\t\t\t\theight: auto;\n\t\t\t}`:""}\n\t\t\t${m}{\n\t\t\t${qn("height","unset")}\n\t\t\t\t${qn("left",r.desktop.arrow.positionX.prev)}\n\t\t\t\t${qn("top",r.desktop.arrow.positionY.prev)}\n\t\t\t\t${qn("padding",ti(r.desktop.padding))}\n\t\t\t\t${qn("color",r.normal.color)}\n\t\t\t\t${qn("border-radius",ti(r.normal.desktop.radius))}\n\t\t\t\t${x("normal")}\n\t\t\t}\n\t\t\t${v}{\n\t\t\t${qn("height","unset")}\n\t\t\t\t${qn("right",r.desktop.arrow.positionX.next)}\n\t\t\t\t${qn("top",r.desktop.arrow.positionY.next)}\n\t\t\t\t${qn("padding",ti(r.desktop.padding))}\n\t\t\t\t${qn("color",r.normal.color)}\n\t\t\t\t${qn("border-radius",ti(r.normal.desktop.radius))}\n\t\t\t\t${x("normal")}\n\t\t\t}\n\t\t\t${m}:hover{\n\t\t\t\t${qn("color",r.hover.color)}\n\t\t\t\t${qn("border-radius",ti(r.hover.desktop.radius))}\n\t\t\t\t${x("hover")}\n\t\t\t}\n\t\t\t${v}:hover{\n\t\t\t\t${qn("color",r.hover.color)}\n\t\t\t\t${qn("border-radius",ti(r.hover.desktop.radius))}\n\t\t\t\t${x("hover")}\n\t\t\t}\n\t\t\t${m}:hover>svg{\n\t\t\t\t${qn("color",r.hover.color)}\n\t\t\t\t${qn("fill",r.hover.color)}\n\t\t\t}\n\t\t\t${v}:hover>svg{\n\t\t\t\t${qn("color",r.hover.color)}\n\t\t\t\t${qn("fill",r.hover.color)}\n\t\t\t}\n\t\t\t${m}>svg{\n\t\t\t\t${qn("height",r.desktop.arrow.size)}\n\t\t\t\t${qn("width",r.desktop.arrow.size)}\n\t\t\t\t${qn("color",r.normal.color)}\n\t\t\t\t${qn("fill",r.normal.color)}\n\t\t\t\t${qn("transition",Ct(r.hover.transition)?`all ${r.hover.transition}s ease-in-out`:"")}\n\t\t\t}\n\n\t\t\t${v}>svg{\n\t\t\t\t${qn("height",r.desktop.arrow.size)}\n\t\t\t\t${qn("width",r.desktop.arrow.size)}\n\t\t\t\t${qn("color",r.normal.color)}\n\t\t\t\t${qn("fill",r.normal.color)}\n\t\t\t\t${qn("transition",Ct(r.hover.transition)?`all ${r.hover.transition}s ease-in-out`:"")}\n\t\t\t}\n\t\t\t${b}{\n\t\t\t\t${qn("bottom",c.desktop.positionY)}\n\t\t\t\t${qn("left",c.desktop.positionX)}\n\t\t\t}\n\t\t\t\n\t\t\t${f}{\n\t\t\t\t${qn("background-color",c.normal.color)}\n\t\t\t\t${qn("width",c.normal.width)}\n\t\t\t\t${qn("height",c.normal.height)}\n\t\t\t\t${Gn(c.normal.border)}\n\t\t\t\t${qn("border-radius",ti(c.normal.radius))}\n\t\t\t\t${qn("transition",Ct(c.active.transition)?`all ${c.active.transition}s ease-in-out`:"")}\n\t\t\t}\n\t\t\t${w}{\n\t\t\t\t${qn("background-color",c.active.color)}\n\t\t\t\t${qn("width",c.active.width)}\n\t\t\t\t${qn("height",c.active.height)}\n\t\t\t\t${Gn(c.active.border)}\n\t\t\t\t${qn("border-radius",ti(c.active.radius))}\n\t\t\t}\n\n\t\t\t${pi(a?h:t,o,a,!1)}\n\n\t`}})},Ow=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s}=e("core/block-editor");return{innerBlocks:s(t),device:a()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{navigation:n,layout:l,options:r,autoplay:c,pagination:p,styles:u}=t,v="vertical"===l?.direction,f=u?.container?.desktop?.height,w=["desktop","tablet","mobile"].includes(o)?o:"desktop",x=l?.slideView?.[w]??l?.slideView?.desktop??1,y=l?.space?.[w]??l?.space?.desktop??0,k=(0,g.useRef)(null),C=(0,g.useRef)(null),_=(0,g.useRef)(null),M="b-blocks/carousel-slide",z=[[M,{}],[M,{}],[M,{}]],j=(0,h.useInnerBlocksProps)({className:"swiper-wrapper"},{template:z,templateLock:!1,renderAppender:!1}),{insertBlock:L,selectBlock:S}=(0,m.useDispatch)("core/block-editor"),$=(0,m.useSelect)((e=>e("core/block-editor").getBlockOrder(s)?.length||0),[s]);(0,g.useLayoutEffect)((()=>{const e=k.current,t=_.current;if(!e||!t)return;const a=e.querySelector(".swiper-wrapper"),s=a?.querySelectorAll(".swiper-slide");if(a&&s&&0!==s.length){if(C.current&&(C.current.destroy(!0,!0),C.current=null),v&&!f){const t=((e,t,a)=>{const s=Array.from(e.querySelectorAll(".swiper-slide"));if(!s.length)return 0;s.forEach((e=>{e.style.height=""}));const o=Math.max(1,Math.min(Math.round(t)||1,s.length)),n=Number(a)||0,i=s.slice(0,o).reduce(((e,t)=>e+t.getBoundingClientRect().height),0);return Math.round(i+n*(o-1))})(e,x,y);e.style.height=t?`${t}px`:""}else e.style.height="";return C.current=new pf(e,{modules:[xb,yb,vb,fb],slidesPerView:v?"auto":x,spaceBetween:y,loop:!1,speed:1e3*r.speed,autoHeight:!v&&r.autoHeight,direction:v?"vertical":"horizontal",autoplay:!1,navigation:{nextEl:t.querySelector(".swiper-button-next"),prevEl:t.querySelector(".swiper-button-prev")},pagination:!!p.pagination&&{el:t.querySelector(".swiper-pagination"),clickable:p.clickable,dynamicBullets:p.dynamicPagination},scrollbar:{el:e.querySelector(".swiper-scrollbar"),draggable:!1},allowTouchMove:!1,simulateTouch:!1,preventClicks:!0,preventClicksPropagation:!1,touchStartPreventDefault:!1,touchStartForcePreventDefault:!1}),C.current.navigation?.init(),C.current.navigation?.update(),()=>{C.current&&(C.current.destroy(!0,!0),C.current=null)}}}),[s,$,x,y,JSON.stringify(r),JSON.stringify(c),JSON.stringify(p),v,f,l?.direction,l?.slideView[o],C?.current]),(0,g.useEffect)((()=>{a({clientId:s})}),[]);const H=me(t,a),T={"--swiper-wrapper-transition-timing-function":c?.easing};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ew,{attributes:t,setAttributes:a,updateObj:H,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(Iw,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{className:"swiper-editor__controls",style:{marginBottom:10},children:(0,i.jsx)(b.Button,{variant:"primary",onClick:()=>{const e=(0,d.createBlock)(M,{className:"swiper-slide"});L(e,$,s),S(s)},children:"+ Add Slide"})}),(0,i.jsx)("div",{className:"bBlock-carousel-main-wrapper",children:(0,i.jsx)("div",{children:(0,i.jsxs)("div",{className:"bBlocks-carousel-wrapper",style:T,ref:_,children:[(0,i.jsx)("div",{className:"swiper",ref:k,children:(0,i.jsx)("div",{...j})}),n.navigation&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:"swiper-button-prev",dangerouslySetInnerHTML:{__html:n.prevIcon.library}}),(0,i.jsx)("div",{className:"swiper-button-next",dangerouslySetInnerHTML:{__html:n.nextIcon.library}})]}),p.pagination&&(0,i.jsx)("div",{className:"swiper-pagination swiper-pagination-horizontal"})]})})})]})]})}));br(Cw.name)&&(0,d.registerBlockType)(Cw,{icon:Zl,edit:Ow,save:h.InnerBlocks.Content});const Rw=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/carousel-slide","title":"Carousel Slide","category":"bBlocks","description":"Individual slide for a carousel. Add images, text, buttons, videos — anything you need.","keywords":["slide","carousel-slide","slide-block","carousel-item"],"parent":["b-blocks/carousel"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"layout":{"type":"object","default":{"type":"flex","padding":{},"desktop":{"direction":"column","justify":"","alignItems":"","wrap":"wrap","alignContent":"","gridJustify":"","gridAlignItems":"","gridColumns":"","gridRows":""},"tablet":{"direction":"","justify":"","alignItems":"","wrap":"","alignContent":"","gridJustify":"","gridAlignItems":"","gridColumns":"","gridRows":""},"mobile":{"direction":"","justify":"","alignItems":"","wrap":"","alignContent":"","gridJustify":"","gridAlignItems":"","gridColumns":"","gridRows":""}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),Dw=()=>(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:"\n\t"}}),Fw=(0,x.compose)((0,m.withSelect)(((e,{clientId:t})=>{const{getBlocks:a}=e("core/block-editor");return{innerBlocks:a(t)}})),(0,m.withDispatch)((e=>{const{removeBlock:t}=e("core/block-editor");return{removeBlock:t}})))((e=>{const{attributes:t,clientId:a,innerBlocks:s,removeBlock:o}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)("div",{...(0,h.useBlockProps)({className:"swiper-slide"}),children:[(0,i.jsx)(Dw,{attributes:t,id:`block-${a}`}),(0,i.jsx)("div",{className:"bBlocksRemoveSlideWrapper",onClick:()=>o(a),children:(0,i.jsx)(b.Dashicon,{icon:"no-alt"})}),(0,i.jsx)(h.InnerBlocks,{renderAppender:()=>s?.length?(0,i.jsx)(h.InnerBlocks.DefaultBlockAppender,{}):(0,i.jsx)(h.InnerBlocks.ButtonBlockAppender,{})})]})})}));br("b-blocks/carousel")&&(0,d.registerBlockType)(Rw,{icon:Zl,edit:Fw,save:h.InnerBlocks.Content});const qw=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/code-highlight","title":"Code Highlight","category":"bBlocks","description":"Show a syntax-highlighted code snippet with themes, line numbers and a copy button.","keywords":["code","snippet","syntax","highlight","prism","pre"],"textdomain":"b-blocks","supports":{"html":false,"align":["wide","full"]},"attributes":{"blockId":{"type":"string","default":""},"align":{"type":"string","default":""},"content":{"type":"object","default":{"code":"function greet(name) {\\n\\tconsole.log(`Hello, ${name}!`);\\n}\\n\\ngreet(\'World\');","language":"javascript","filename":"example.js","caption":""}},"options":{"type":"object","default":{"header":true,"showLanguage":false,"windowDots":false,"lineNumbers":true,"startLine":1,"highlightLines":"","wordWrap":false,"tabSize":2,"maxLines":0,"collapsible":false,"expandLabel":"Show all","collapseLabel":"Show less","copyButton":true,"copyPosition":"header","copyLabel":"Copy","copiedLabel":"Copied!","captionPosition":"bottom"}},"theme":{"type":"string","default":"porple"},"box":{"type":"object","default":{"desktop":{"align":"center","width":"100%","height":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"align":"","width":"","height":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"align":"","width":"","height":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"background":{},"border":{},"shadow":{"normal":[],"hover":[]}}},"codeTypo":{"type":"object","default":{"fontSize":{"desktop":15,"tablet":14,"mobile":13}}},"headerStyle":{"type":"object","default":{"background":{},"filenameColor":"","filenameTypo":{"fontSize":{"desktop":12,"tablet":"","mobile":""}},"badgeColor":"","badgeBackground":{}}},"lineNumber":{"type":"object","default":{"color":"","background":{},"borderColor":""}},"highlight":{"type":"object","default":{"background":{},"borderColor":""}},"copyBtn":{"type":"object","default":{"normal":{"color":"","background":{},"border":{}},"hover":{"color":"","background":{},"border":{}},"copied":{"color":"","background":{},"border":{}},"typo":{"fontSize":{"desktop":12,"tablet":"","mobile":""}},"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}}},"buttonIcon":{"type":"object","default":{"enable":true,"icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'><rect x=\'9\' y=\'9\' width=\'13\' height=\'13\' rx=\'2\'></rect><path d=\'M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\'></path></svg>","position":"left","size":"13px","spacing":"6px","desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"normal":{"color":"","background":{},"border":{},"rotate":"0deg"},"hover":{"color":"","background":{},"border":{},"rotate":"0deg"}}},"caption":{"type":"object","default":{"color":"","typo":{"fontSize":{"desktop":13,"tablet":"","mobile":""}},"align":"center"}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),Ww="b-blocks-code-highlight",Uw=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Gw=[{name:"normal",title:(0,v.__)("Normal","b-blocks")},{name:"hover",title:(0,v.__)("Hover","b-blocks")}],Yw=[...Gw,{name:"copied",title:(0,v.__)("Copied","b-blocks")}],Zw=[{label:(0,v.__)("Plain Text","b-blocks"),value:"none"},{label:"Bash / Shell",value:"bash"},{label:"C",value:"c"},{label:"C++",value:"cpp"},{label:"C#",value:"csharp"},{label:"CSS",value:"css"},{label:"Dart",value:"dart"},{label:"Diff",value:"diff"},{label:"Go",value:"go"},{label:"GraphQL",value:"graphql"},{label:"Haskell",value:"haskell"},{label:"HTML / XML",value:"markup"},{label:"Java",value:"java"},{label:"JavaScript",value:"javascript"},{label:"JSON",value:"json"},{label:"JSX",value:"jsx"},{label:"Julia",value:"julia"},{label:"Kotlin",value:"kotlin"},{label:"Less",value:"less"},{label:"Markdown",value:"markdown"},{label:"Perl",value:"perl"},{label:"PHP",value:"php"},{label:"Python",value:"python"},{label:"Ruby",value:"ruby"},{label:"Rust",value:"rust"},{label:"SCSS",value:"scss"},{label:"SQL",value:"sql"},{label:"Swift",value:"swift"},{label:"TypeScript",value:"typescript"},{label:"TSX",value:"tsx"},{label:"YAML",value:"yaml"}],Kw=[{label:(0,v.__)("Solid","b-blocks"),value:"default"},{label:(0,v.__)("Dark","b-blocks"),value:"dark"},{label:(0,v.__)("Tomorrow","b-blocks"),value:"tomorrow"},{label:(0,v.__)("Solarized Light","b-blocks"),value:"solarized-light"},{label:(0,v.__)("Twilight","b-blocks"),value:"twilight"},{label:(0,v.__)("Porple","b-blocks"),value:"porple"},{label:"Dracula",value:"dracula"},{label:"One Dark",value:"one-dark"},{label:"One Light",value:"one-light"},{label:"Nord",value:"nord"},{label:"Night Owl",value:"night-owl"},{label:"Material Oceanic",value:"material-oceanic"},{label:"VS Code Dark+",value:"vsc-dark-plus"},{label:"Gruvbox Dark",value:"gruvbox-dark"},{label:"Atom Dark",value:"atom-dark"},{label:"Solarized Dark",value:"solarized-dark-atom"},{label:"GitHub Light",value:"ghcolors"},{label:"Coldark Cold",value:"coldark-cold"},{label:"Shades of Purple",value:"shades-of-purple"},{label:"Laserwave",value:"laserwave"}],Qw=[{label:(0,v.__)("In Header","b-blocks"),value:"header"},{label:(0,v.__)("Top Right","b-blocks"),value:"top-right"},{label:(0,v.__)("Bottom Right","b-blocks"),value:"bottom-right"}],Xw=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],Jw=(e=0)=>({value:"deg",label:"deg",default:e}),ex=[{label:(0,v.__)("Above","b-blocks"),value:"top"},{label:(0,v.__)("Below","b-blocks"),value:"bottom"}],tx=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],ax=Kw.map((({value:e})=>e)),sx=Zw.map((({value:e})=>e)),ox=(e={},t,a,s="")=>{const o=t=>{const s=e?.[t]?.[a];return null==s||""===s?void 0:s},n=o("desktop")??s;if("desktop"===t)return n;const i=o("tablet")??n;return"tablet"===t?i:o("mobile")??i},nx=(e,t="")=>{if(null==e||""===e)return t;const a=parseFloat(e);return isNaN(a)?t:/[a-z%]$/i.test(String(e).trim())?String(e).trim():`${a}px`},ix=(e,t)=>"normal"===e?t:`${e.charAt(0).toUpperCase()}${e.slice(1)} ${t.charAt(0).toLowerCase()}${t.slice(1)}`,lx=e=>{const{theme:t,options:a={}}=e,s=0<(parseInt(a.maxLines,10)||0);return[Ww,`${Ww}-theme-${o=t,ax.includes(o)?o:"porple"}`,a.wordWrap?`${Ww}-is-wrapped`:"",a.lineNumbers?`${Ww}-has-line-numbers`:"",a.header?`${Ww}-has-header`:"",s?`${Ww}-is-capped`:"",s&&a.collapsible?`${Ww}-is-collapsible`:"",a.copyButton?`${Ww}-copy-at-${a.copyPosition||"header"}`:""].filter(Boolean).join(" ");var o},rx=(e="")=>String(e).replace(/\n$/,"").split("\n"),cx=(e="")=>{const t=new Set;return String(e).split(",").forEach((e=>{const a=e.trim();if(!a)return;const[s,o]=a.split("-"),n=parseInt(s,10),i=void 0===o?n:parseInt(o,10);if(!isNaN(n)&&!isNaN(i))for(let e=Math.min(n,i);e<=Math.max(n,i);e++)0<e&&t.add(e)})),[...t].sort(((e,t)=>e-t))},dx=e=>{const{options:t={},content:a={}}=e;if(t.wordWrap||!t.highlightLines)return[];const s=rx(a.code).length,o=parseInt(t.startLine,10)||1;return cx(t.highlightLines).map((e=>e-o)).filter((e=>0<=e&&e<s))};var hx=__webpack_require__(1983),px=__webpack_require__.n(hx);__webpack_require__(5624),__webpack_require__(4312),__webpack_require__(1113),__webpack_require__(5723),__webpack_require__(9587),__webpack_require__(5903),__webpack_require__(2769),__webpack_require__(2514),__webpack_require__(7022),__webpack_require__(271),__webpack_require__(2415),__webpack_require__(5651),__webpack_require__(869),__webpack_require__(7839),__webpack_require__(6378),__webpack_require__(4619),__webpack_require__(554),__webpack_require__(6976),__webpack_require__(463),__webpack_require__(9913),__webpack_require__(8713),__webpack_require__(5545),__webpack_require__(2821),__webpack_require__(9700),__webpack_require__(3554),__webpack_require__(2342),__webpack_require__(1648),__webpack_require__(5342),__webpack_require__(4604),__webpack_require__(6966),__webpack_require__(4793),__webpack_require__(83);const gx=({attributes:e})=>{const{content:t={},options:a={},buttonIcon:s={}}=e,{code:o="",filename:n="",caption:l=""}=t,r=(c=t.language,sx.includes(c)?c:"none");var c;const d=rx(o),h=parseInt(a.startLine,10)||1,p=dx(e),u=a.copyButton&&"header"===(a.copyPosition||"header"),m=Zw.find((({value:e})=>e===r))?.label,v=0<(parseInt(a.maxLines,10)||0),b=(0,g.useRef)(null),[f,w]=(0,g.useState)(!1),[x,y]=(0,g.useState)(!1);(0,g.useEffect)((()=>{b.current&&((e,t)=>{e&&t&&"none"!==t&&px().languages[t]&&px().highlightElement(e)})(b.current,r)}),[o,r]),(0,g.useEffect)((()=>{if(!f)return;const e=setTimeout((()=>w(!1)),2e3);return()=>clearTimeout(e)}),[f]);const k=async()=>{try{await navigator.clipboard.writeText(o)}catch(e){const t=document.createElement("textarea");t.value=o,t.setAttribute("readonly",""),t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t)}w(!0)},C=s.enable&&s.icon,_=e=>(0,i.jsxs)("button",{type:"button",className:["b-blocks-code-highlight-copy",e?"b-blocks-code-highlight-copy-floating":"",C?"b-blocks-code-highlight-has-icon b-blocks-code-highlight-icon-"+("right"===s.position?"right":"left"):"",f?"is-copied":""].filter(Boolean).join(" "),onClick:k,children:[C&&(0,i.jsx)("span",{className:"b-blocks-code-highlight-btn-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:s.icon}}),(0,i.jsx)("span",{className:"b-blocks-code-highlight-copy-text",children:f?a.copiedLabel||"Copied!":a.copyLabel||"Copy"})]}),M=l?(0,i.jsx)("figcaption",{className:"b-blocks-code-highlight-caption",children:l}):null;return(0,i.jsx)("div",{children:(0,i.jsxs)("figure",{className:`${lx(e)}${x?" is-expanded":""}`,children:["top"===a.captionPosition&&M,a.header&&(0,i.jsxs)("div",{className:"b-blocks-code-highlight-header",children:[a.windowDots&&(0,i.jsxs)("span",{className:"b-blocks-code-highlight-dots","aria-hidden":"true",children:[(0,i.jsx)("i",{}),(0,i.jsx)("i",{}),(0,i.jsx)("i",{})]}),(0,i.jsx)("span",{className:"b-blocks-code-highlight-filename",children:n}),a.showLanguage&&"none"!==r&&(0,i.jsx)("span",{className:"b-blocks-code-highlight-badge",children:m}),u&&_(!1)]}),(0,i.jsxs)("div",{className:"b-blocks-code-highlight-body",children:[(0,i.jsxs)("pre",{className:"b-blocks-code-highlight-pre",tabIndex:0,children:[0<p.length&&(0,i.jsx)("span",{className:"b-blocks-code-highlight-marks","aria-hidden":"true",children:p.map((e=>(0,i.jsx)("span",{style:{"--bbChMark":e}},e)))}),a.lineNumbers&&(0,i.jsx)("span",{className:"b-blocks-code-highlight-gutter","aria-hidden":"true",children:d.map(((e,t)=>(0,i.jsx)("span",{children:h+t},t)))}),(0,i.jsx)("code",{ref:b,className:`b-blocks-code-highlight-code language-${r}`,children:o})]}),a.copyButton&&!u&&_(!0)]}),v&&a.collapsible&&(0,i.jsx)("button",{type:"button",className:"b-blocks-code-highlight-toggle",onClick:()=>y((e=>!e)),"aria-expanded":x,children:x?a.collapseLabel||"Show less":a.expandLabel||"Show all"}),"top"!==a.captionPosition&&M]})})},ux=({attributes:a,id:s,isBackend:o=!1})=>{const{options:n={},box:l={},codeTypo:r={},headerStyle:c={},copyBtn:d={},buttonIcon:h={},lineNumber:p={},highlight:u={},caption:m={},advanced:v={}}=a,b=`#${s} .${Ww}`,f=`${b} .${Ww}-header`,w=`${b} .${Ww}-filename`,x=`${b} .${Ww}-copy`,y=`${b} .${Ww}-pre`,k=`${b} .${Ww}-code`,C=`${b} .${Ww}-gutter`,_=`${b} .${Ww}-badge`,M=`${b} .${Ww}-marks span`,z=`${b} .${Ww}-caption`,j=`${b} .${Ww}-btn-icon`,L=`${b} .${Ww}-toggle`,S=(e,...t)=>{const a=t.filter(Boolean).join(" ").replace(/\s+/g," ").trim();return a?`${e}{ ${a} }`:""},$=e=>Object.keys(e||{}).length?Gn(e):"",H=(e,t)=>S(e,qn("color",t?.color),Wn(t?.background),$(t?.border),qn("rotate",t?.rotate)),T=(e,t)=>S(e,qn("color",t?.color),Wn(t?.background),$(t?.border)),B={left:"margin-left: 0; margin-right: auto;",right:"margin-left: auto; margin-right: 0;",center:"margin-left: auto; margin-right: auto;"},A=e=>`\n\t\t${S(b,B[ox(l,e,"align","center")]||B.center,qn("width",nx(ox(l,e,"width","100%"),"100%")),qn("height",nx(ox(l,e,"height"))),qn("padding",ti(l?.[e]?.padding)),qn("border-radius",ti(l?.[e]?.radius)))}\n\t\t${S(j,qn("padding",ti(h?.[e]?.padding)),qn("margin",ti(h?.[e]?.margin)),qn("border-radius",ti(h?.[e]?.radius)))}`,V=(0,g.useMemo)((()=>`\n\t\t${ei("",r)?.googleFontLink}\n\t\t${ei("",c.filenameTypo)?.googleFontLink}\n\t\t${ei("",d.typo)?.googleFontLink}\n\t\t${ei("",m.typo)?.googleFontLink}\n\t\t${ei(`${y}, ${k}, ${C}`,r)?.styles}\n\t\t${ei(w,c.filenameTypo)?.styles}\n\t\t${ei(x,d.typo)?.styles}\n\t\t${ei(z,m.typo)?.styles}\n\n\t\t${S(b,Wn(l.background),$(l.border),qn("box-shadow",Kn(l.shadow?.normal)))}\n\t\t${S(`${b}:hover`,qn("box-shadow",Kn(l.shadow?.hover)))}\n\n\t\t${S(y,qn("max-height",0<(parseInt(n.maxLines,10)||0)?`calc(${parseInt(n.maxLines,10)} * var(--bbCodeLine, 1.6em) + 2 * var(--bbChPreY, 14px))`:""))}\n\t\t${0<(parseInt(n.maxLines,10)||0)?S(`${b}.is-expanded .${Ww}-pre`,"max-height: none;"):""}\n\t\t${S(k,qn("tab-size",parseInt(n.tabSize,10)||""))}\n\n\t\t${S(f,Wn(c.background))}\n\t\t${S(w,qn("color",c.filenameColor))}\n\t\t${S(_,qn("color",c.badgeColor),Wn(c.badgeBackground))}\n\n\t\t${S(M,Wn(u.background))}\n\t\t${S(`${M}::after`,qn("background",u.borderColor))}\n\n\t\t${S(z,qn("color",m.color),qn("text-align",m.align))}\n\t\t${S(L,qn("color",d.normal?.color))}\n\n\t\t${S(C,qn("color",p.color),Wn(p.background),qn("border-right-color",p.borderColor))}\n\n\t\t${S(x,qn("padding",ti(d.padding)),qn("border-radius",ti(d.radius)))}\n\t\t${T(x,d.normal)}\n\t\t${T(`${x}:hover`,d.hover)}\n\t\t${T(`${x}:focus-visible`,d.hover)}\n\t\t${T(`${x}.is-copied`,d.copied)}\n\n\t\t${S(x,qn("gap",nx(h.spacing,"")))}\n\t\t${H(j,h.normal)}\n\t\t${H(`${x}:hover .${Ww}-btn-icon`,h.hover)}\n\t\t${S(`${j} svg, ${j} img`,qn("width",nx(h.size,"")),qn("height",nx(h.size,"")))}\n\n\t\t${A("desktop")}\n\n\t\t${e}{\n\t\t\t${A("tablet")}\n\t\t}\n\n\t\t${t}{\n\t\t\t${A("mobile")}\n\t\t}\n\n\t\t${hi(s,v,o,!1)}\n\t\t`),[a,s,o]);return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:V}})},mx=({attributes:e,updateObj:t})=>{const{buttonIcon:a={},options:s={}}=e;return s.copyButton?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:a.enable,onChange:e=>t("buttonIcon",e,"enable"),__nextHasNoMarginBottom:!0}),a.enable&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Pa,{className:"mt10",value:a.icon,onChange:e=>t("buttonIcon",e,"icon")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Position","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a.position||"left",onChange:e=>t("buttonIcon",e,"position"),children:Xw.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))})]}),(0,i.jsx)("small",{children:(0,v.__)("Which side of the label the icon sits on.","b-blocks")})]})]}):null},vx=({attributes:e,updateObj:t})=>{const{content:a={},options:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Caption","b-blocks"),value:a.caption||"",onChange:e=>t("content",e,"caption"),help:(0,v.__)("A short line describing the snippet. Left empty, nothing is rendered.","b-blocks"),__nextHasNoMarginBottom:!0}),a.caption&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Position","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.captionPosition||"bottom",onChange:e=>t("options",e,"captionPosition"),children:ex.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))})]})]})},bx=({attributes:e,updateObj:t})=>{const{content:a={},options:s={},theme:o}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Code","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.TextareaControl,{label:(0,v.__)("Snippet","b-blocks"),value:a.code||"",rows:6,onChange:e=>t("content",e,"code"),help:(0,v.__)("Pasted exactly as typed — indentation and blank lines are kept.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Language","b-blocks"),labelPosition:"edge",value:a.language||"none",options:Zw,onChange:e=>t("content",e,"language"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Theme","b-blocks"),labelPosition:"edge",value:o||"porple",options:Kw,onChange:e=>t("theme",e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Word Wrap","b-blocks"),checked:s.wordWrap,onChange:e=>t("options",e,"wordWrap"),help:(0,v.__)("Off, a long line scrolls sideways. On, it folds onto the next line.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Tab Size","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",labelPosition:"edge",min:1,max:8,value:s.tabSize||2,onChange:e=>t("options",parseInt(e,10)||2,"tabSize")})]})]})},fx=({attributes:e,updateObj:t})=>{const{options:a={}}=e,s=(e,a)=>t("options",e,a);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Copy Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Copy Button","b-blocks"),checked:a.copyButton,onChange:e=>s(e,"copyButton"),__nextHasNoMarginBottom:!0}),a.copyButton&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Position","b-blocks"),labelPosition:"edge",value:a.copyPosition||"header",options:Qw,onChange:e=>s(e,"copyPosition"),__nextHasNoMarginBottom:!0}),"header"===(a.copyPosition||"header")&&!a.header&&(0,i.jsx)("p",{className:"bPlInspectorInfo",children:(0,v.__)("The header is switched off, so the button has no bar to sit in. Pick a floating position, or switch the header back on.","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Copy Label","b-blocks"),value:a.copyLabel||"",onChange:e=>s(e,"copyLabel"),placeholder:"Copy",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Copied Label","b-blocks"),value:a.copiedLabel||"",onChange:e=>s(e,"copiedLabel"),placeholder:"Copied!",__nextHasNoMarginBottom:!0})]})]})},wx=({attributes:e,updateObj:t})=>{const{content:a={},options:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Header","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Header","b-blocks"),checked:s.header,onChange:e=>t("options",e,"header"),__nextHasNoMarginBottom:!0}),s.header?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Filename","b-blocks"),value:a.filename||"",onChange:e=>t("content",e,"filename"),placeholder:"example.js",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Language Badge","b-blocks"),checked:s.showLanguage,onChange:e=>t("options",e,"showLanguage"),help:(0,v.__)("Shows the language name on the right of the bar.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Window Dots","b-blocks"),checked:s.windowDots,onChange:e=>t("options",e,"windowDots"),help:(0,v.__)("The three traffic-light dots of a desktop window.","b-blocks"),__nextHasNoMarginBottom:!0})]}):(0,i.jsx)("small",{children:(0,v.__)("With the header off, the filename, badge and dots have nowhere to sit.","b-blocks")})]})},xx=({attributes:e,updateObj:t})=>{const{options:a={}}=e,s=cx(a.highlightLines).length,o=dx(e).length;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Line Numbers","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Line Numbers","b-blocks"),checked:a.lineNumbers,onChange:e=>t("options",e,"lineNumbers"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Start At","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",labelPosition:"edge",min:1,value:a.startLine||1,onChange:e=>t("options",parseInt(e,10)||1,"startLine")})]}),(0,i.jsx)("small",{children:(0,v.__)("Numbering starts here — useful when the snippet is an extract.","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Highlight Lines","b-blocks"),value:a.highlightLines||"",onChange:e=>t("options",e,"highlightLines"),placeholder:"2, 5-7",help:(0,v.__)("Single lines and ranges, separated by commas. Counted from Start At.","b-blocks"),__nextHasNoMarginBottom:!0}),a.wordWrap&&0<s&&(0,i.jsx)("p",{className:"bPlInspectorInfo",children:(0,v.__)("Word Wrap is on, so highlighting is switched off — a wrapped line changes the height of every row beneath it and the marks would drift.","b-blocks")}),!a.wordWrap&&s>o&&(0,i.jsx)("p",{className:"bPlInspectorInfo",children:(0,v.__)("Some of those lines fall outside the snippet and are ignored.","b-blocks")})]})},yx=({attributes:e,updateObj:t})=>{const{options:a={},content:s={}}=e,o=parseInt(a.maxLines,10)||0,n=rx(s.code).length;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Overflow","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Max Lines","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",labelPosition:"edge",min:0,value:o,onChange:e=>t("options",parseInt(e,10)||0,"maxLines")})]}),(0,i.jsx)("small",{children:(0,v.__)("Zero shows the whole snippet. Any other number caps the height.","b-blocks")}),0<o&&o>=n&&(0,i.jsx)("p",{className:"bPlInspectorInfo",children:(0,v.__)("This snippet is shorter than the cap, so nothing is hidden yet.","b-blocks")}),0<o&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Expandable","b-blocks"),checked:a.collapsible,onChange:e=>t("options",e,"collapsible"),help:(0,v.__)("Adds a button that opens the snippet to its full height. Off, the rest simply scrolls.","b-blocks"),__nextHasNoMarginBottom:!0}),a.collapsible&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Expand Label","b-blocks"),value:a.expandLabel||"",onChange:e=>t("options",e,"expandLabel"),placeholder:"Show all",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Collapse Label","b-blocks"),value:a.collapseLabel||"",onChange:e=>t("options",e,"collapseLabel"),placeholder:"Show less",__nextHasNoMarginBottom:!0})]})]})]})},kx=({attributes:e,updateObj:t,device:a="desktop"})=>{const{box:s={}}=e,o=(e,o,n)=>(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[e," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.[o]||"",onChange:e=>t("box",e,a,o),units:n})]});return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Box","b-blocks"),initialOpen:!0,children:[o((0,v.__)("Width","b-blocks"),"width",[$e(),He(),Ve()]),o((0,v.__)("Height","b-blocks"),"height",[$e(),He(),Ve()]),(0,i.jsx)("small",{children:(0,v.__)("Leave Height empty to let the snippet set it.","b-blocks")}),(0,i.jsxs)(f,{className:"mb0 mt10 flex1",children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s?.[a]?.align||"",onChange:e=>t("box",e,a,"align"),children:tx.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding||{},onChange:e=>t("box",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius||{},onChange:e=>t("box",e,a,"radius")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s.background,onChange:e=>t("box",e,"background")}),(0,i.jsx)("small",{children:(0,v.__)("Left empty, the theme paints the background.","b-blocks")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border,onChange:e=>t("box",e,"border")}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:s.shadow,onChange:e=>t("box",e,"shadow")})]})},Cx=({attributes:e,updateObj:t,device:a="desktop"})=>{const{buttonIcon:s={},options:o={}}=e;if(!o.copyButton||!s.enable)return null;const n=(e,a,o)=>(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:e}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s[a]||"",onChange:e=>t("buttonIcon",e,a),units:o})]});return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button Icon","b-blocks"),initialOpen:!1,children:[n((0,v.__)("Size","b-blocks"),"size",[$e(),Te(),Be()]),n((0,v.__)("Spacing","b-blocks"),"spacing",[$e(),Te()]),(0,i.jsx)("small",{children:(0,v.__)("The gap between the icon and the label.","b-blocks")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Gw,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:ix(e.name,(0,v.__)("Color","b-blocks")),value:s?.[e.name]?.color,onChange:a=>t("buttonIcon",a,e.name,"color")}),(0,i.jsx)(wa,{className:"mt10",label:ix(e.name,(0,v.__)("Background","b-blocks")),value:s?.[e.name]?.background,onChange:a=>t("buttonIcon",a,e.name,"background")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:ix(e.name,(0,v.__)("Border","b-blocks")),value:s?.[e.name]?.border,onChange:a=>t("buttonIcon",a,e.name,"border")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:ix(e.name,(0,v.__)("Rotate","b-blocks"))}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[e.name]?.rotate||"",onChange:a=>t("buttonIcon",a,e.name,"rotate"),units:[Jw()]})]}),"hover"===e.name&&(0,i.jsx)("small",{children:(0,v.__)("A different angle here turns the icon when the pointer is over the button.","b-blocks")})]})}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius||{},onChange:e=>t("buttonIcon",e,a,"radius")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding||{},onChange:e=>t("buttonIcon",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.margin||{},onChange:e=>t("buttonIcon",e,a,"margin")})]})},_x=({attributes:e,updateObj:t})=>{const{caption:a={},content:s={}}=e;return s.caption?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:a.color,onChange:e=>t("caption",e,"color")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typo,onChange:e=>t("caption",e,"typo"),defaults:{fontSize:{desktop:13}}}),(0,i.jsxs)(b.Flex,{className:"mt10",gap:10,children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a.align||"center",onChange:e=>t("caption",e,"align"),children:tx.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{style:{padding:"0px 10px"},label:e,value:t},t)))})]})]}):null},Mx=({attributes:e,updateObj:t})=>{const{copyBtn:a={},options:s={}}=e;return s.copyButton?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Copy Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:Yw,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:ix(e.name,(0,v.__)("Color","b-blocks")),value:a?.[e.name]?.color,onChange:a=>t("copyBtn",a,e.name,"color")}),(0,i.jsx)(wa,{className:"mt10",label:ix(e.name,(0,v.__)("Background","b-blocks")),value:a?.[e.name]?.background,onChange:a=>t("copyBtn",a,e.name,"background")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:ix(e.name,(0,v.__)("Border","b-blocks")),value:a?.[e.name]?.border,onChange:a=>t("copyBtn",a,e.name,"border")}),"copied"===e.name&&(0,i.jsx)("small",{children:(0,v.__)("Shown for two seconds after the button is clicked. Left empty, it keeps the Normal styling.","b-blocks")})]})}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typo,onChange:e=>t("copyBtn",e,"typo"),defaults:{fontSize:{desktop:12}}}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:a.padding||{},onChange:e=>t("copyBtn",e,"padding")}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),values:a.radius||{},onChange:e=>t("copyBtn",e,"radius")})]}):null},zx=({attributes:e,updateObj:t})=>{const{headerStyle:a={},options:s={}}=e;return s.header?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Header","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:a.background,onChange:e=>t("headerStyle",e,"background")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Filename Color","b-blocks"),value:a.filenameColor,onChange:e=>t("headerStyle",e,"filenameColor")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Filename Typography","b-blocks"),value:a.filenameTypo,onChange:e=>t("headerStyle",e,"filenameTypo"),defaults:{fontSize:{desktop:12}}}),s.showLanguage&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Badge Color","b-blocks"),value:a.badgeColor,onChange:e=>t("headerStyle",e,"badgeColor")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Badge Background","b-blocks"),value:a.badgeBackground,onChange:e=>t("headerStyle",e,"badgeBackground")})]})]}):null},jx=({attributes:e,updateObj:t})=>{const{highlight:a={}}=e;return dx(e).length?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Highlighted Lines","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:a.background,onChange:e=>t("highlight",e,"background")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Edge Color","b-blocks"),value:a.borderColor,onChange:e=>t("highlight",e,"borderColor"),help:(0,v.__)("The bar down the left of each highlighted line.","b-blocks")})]}):null},Lx=({attributes:e,updateObj:t})=>{const{lineNumber:a={},options:s={}}=e;return s.lineNumbers?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Line Numbers","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Number Color","b-blocks"),value:a.color,onChange:e=>t("lineNumber",e,"color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Gutter Background","b-blocks"),value:a.background,onChange:e=>t("lineNumber",e,"background")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Divider Color","b-blocks"),value:a.borderColor,onChange:e=>t("lineNumber",e,"borderColor")})]}):null},Sx=({attributes:e,updateObj:t})=>{const{codeTypo:a={}}=e;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Code Text","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:a,onChange:e=>t("codeTypo",e),defaults:{fontSize:{desktop:15,tablet:14,mobile:13}}})})},$x=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(kx,{...e}),(0,i.jsx)(zx,{...e}),(0,i.jsx)(Lx,{...e}),(0,i.jsx)(Sx,{...e}),(0,i.jsx)(jx,{...e}),(0,i.jsx)(Mx,{...e}),(0,i.jsx)(Cx,{...e}),(0,i.jsx)(_x,{...e})]}),Hx=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Uw,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(bx,{...e}),(0,i.jsx)(wx,{...e}),(0,i.jsx)(xx,{...e}),(0,i.jsx)(fx,{...e}),(0,i.jsx)(mx,{...e}),(0,i.jsx)(yx,{...e}),(0,i.jsx)(vx,{...e})]}),"style"===t.name&&(0,i.jsx)($x,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})})},Tx=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{blockId:o}=t,n="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,l=me(t,a),r=s.slice(0,12);(0,g.useEffect)((()=>{o!==r&&a({blockId:r})}),[r]);const c=`block-${s}`,d=(0,h.useBlockProps)();return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Hx,{...e,updateObj:l,isPremium:n}),(0,i.jsxs)("div",{...d,children:[(0,i.jsx)(ux,{attributes:t,id:c,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)(gx,{attributes:t})})]})]})}));br(qw.name)&&(0,d.registerBlockType)(qw,{icon:tr,edit:Tx,save:()=>null});const Bx=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/comparison-table","version":"2.0.60.3","title":"Comparison Table","category":"bBlocks","description":"Compare plans side by side with check, cross, or text cells and a highlighted featured column.","keywords":["comparison","compare","table","feature matrix","pricing","plan","versus"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"content":{"type":"object","default":{"caption":"Feature comparison across plans","captionPosition":"hidden","captionColor":"","captionTypo":{},"featuredLabel":"Most Popular"}},"table":{"type":"object","default":{"theme":"default","alignment":"center","cellBorderType":"collapse","stackOnMobile":false,"stickyHeader":false,"stickyFirstColumn":true,"showRowStripes":true,"desktop":{"width":"900px","radius":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"iconPosition":"top"},"tablet":{"width":"","radius":{},"iconPosition":""},"mobile":{"width":"","radius":{},"iconPosition":""},"borderColor":"#e2e8f0","border":{},"shadow":[],"bg":{}}},"header":{"type":"object","default":{"normal":{"bg":{"type":"solid","color":"#1e293b"},"color":"#ffffff"},"hover":{"bg":{},"color":""},"typo":{}}},"body":{"type":"object","default":{"bg":{"type":"solid","color":"#ffffff"},"color":"#1f2937","typo":{},"desktop":{"padding":{"top":"12px","right":"16px","bottom":"12px","left":"16px"}},"tablet":{"padding":{}},"mobile":{"padding":{}}}},"rowLabel":{"type":"object","default":{"bg":{"type":"solid","color":"transparent"},"color":"","typo":{}}},"rowColors":{"type":"object","default":{"odd":{"color":"","bg":""},"even":{"color":"","bg":""},"hover":{"color":"","bg":""},"stripe":{"type":"solid","color":"#f8fafc"},"transition":0.2}},"featured":{"type":"object","default":{"bg":{"type":"solid","color":"#2563eb"},"color":"#ffffff","columnBg":{"type":"solid","color":"#eff6ff"},"labelBg":{"type":"solid","color":"#f59e0b"},"labelColor":"#ffffff"}},"icons":{"type":"object","default":{"check":"check","cross":"times","checkSvg":"","crossSvg":"","checkColor":"#16a34a","crossColor":"#dc2626","desktop":{"size":"18px","headerSize":"32px"},"tablet":{"size":"","headerSize":""},"mobile":{"size":"","headerSize":""}}},"tooltip":{"type":"object","default":{"bg":{},"color":"","typo":{},"arrow":true,"underline":true,"shadow":[],"desktop":{"width":"","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"width":"","padding":{},"radius":{}},"mobile":{"width":"","padding":{},"radius":{}}}},"columns":{"type":"array","default":[{"_key":"col-feature","isFeatureColumn":true,"label":"Features","iconSize":{"desktop":"","tablet":"","mobile":""},"cta":{"normal":{"bg":{},"color":""},"hover":{"bg":{},"color":""},"typo":{},"border":{},"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""},"transition":"","alignment":{"desktop":"","tablet":"","mobile":""}}},{"_key":"col-default-1","label":"Basic","isFeatured":false,"icon":"","iconColor":"","cta":{"normal":{"bg":{},"color":""},"hover":{"bg":{},"color":""},"typo":{},"border":{},"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""},"transition":"","alignment":{"desktop":"","tablet":"","mobile":""}},"iconSize":{"desktop":"","tablet":"","mobile":""}},{"_key":"col-default-2","label":"Pro","isFeatured":true,"icon":"","iconColor":"","cta":{"normal":{"bg":{},"color":""},"hover":{"bg":{},"color":""},"typo":{},"border":{},"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""},"transition":"","alignment":{"desktop":"","tablet":"","mobile":""}},"iconSize":{"desktop":"","tablet":"","mobile":""}},{"_key":"col-default-3","label":"Enterprise","isFeatured":false,"icon":"","iconColor":"","cta":{"normal":{"bg":{},"color":""},"hover":{"bg":{},"color":""},"typo":{},"border":{},"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""},"transition":"","alignment":{"desktop":"","tablet":"","mobile":""}},"iconSize":{"desktop":"","tablet":"","mobile":""}}]},"rows":{"type":"array","default":[{"_key":"row-default-1","label":"Feature One","cells":[{"value":true,"type":"icon","text":""},{"value":true,"type":"icon","text":""},{"value":true,"type":"icon","text":""}]},{"_key":"row-default-2","label":"Feature Two","cells":[{"value":false,"type":"icon","text":""},{"value":true,"type":"icon","text":""},{"value":true,"type":"icon","text":""}]},{"_key":"row-default-3","label":"Feature Three","cells":[{"value":false,"type":"icon","text":""},{"value":false,"type":"icon","text":""},{"value":true,"type":"icon","text":""}]}]},"cta":{"type":"object","default":{"position":"top","normal":{"bg":{"type":"solid","color":"#2563eb"},"color":"#ffffff"},"hover":{"bg":{},"color":""},"typo":{},"border":{},"desktop":{"padding":{"top":"8px","right":"18px","bottom":"8px","left":"18px"},"radius":{"top":"6px","right":"6px","bottom":"6px","left":"6px"},"alignment":"center","margin":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{},"radius":{},"alignment":"","margin":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{},"radius":{},"alignment":"","margin":{"top":"","right":"","bottom":"","left":""}},"transition":0.2}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"linear","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"angel":90},"img":{"url":""}}}}}},"supports":{"align":["wide","full"],"html":false,"anchor":true,"className":true},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),Ax="b-blocks-comparison-table",Vx=["default","cards","ribbon","stacked"],Nx=["left","center","right"],Px=(e="ct")=>`${e}-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,Ex=e=>Nx.includes(e)?e:"center",Ix=(e,t="")=>{if(!e)return t;if("string"==typeof e)return e||t;const{type:a="solid",color:s="",gradient:o="",image:n={}}=e;return"gradient"===a?o||t:"image"===a?n?.url?`url('${n.url}') center center / cover no-repeat`:t:s||t},Ox=(e,t)=>void 0!==e&&""!==e&&null!==e?e:t,Rx=e=>e?{type:"solid",color:e}:void 0,Dx=(e,t)=>e||t?{top:e,right:t,bottom:e,left:t}:void 0,Fx=e=>e||0===e?`${parseInt(e,10)}px`:"",qx=(e={})=>{const t=e;if(!["headerBg","cellPaddingV","tooltipColor","tableMaxWidth","theme"].some((e=>void 0!==t[e]&&""!==t[e]&&null!==t[e])))return t;const a=t.table||{},s=t.header||{},o=t.body||{};return{...t,columns:Ux(t.columns),content:{...t.content||{},caption:Ox(t.content?.caption,t.caption),captionPosition:Ox(t.content?.captionPosition,t.captionPosition),captionColor:Ox(t.content?.captionColor,t.captionColor),captionTypo:t.content?.captionTypo||t.captionTypo,featuredLabel:Ox(t.content?.featuredLabel,t.featuredLabel)},table:{...a,theme:Ox(a.theme,t.theme),alignment:Ox(a.alignment,t.tableAlignment),cellBorderType:Ox(a.cellBorderType,t.cellBorderType),stackOnMobile:Ox(a.stackOnMobile,t.stackOnMobile),stickyHeader:Ox(a.stickyHeader,t.stickyHeader),stickyFirstColumn:Ox(a.stickyFirstColumn,t.stickyFirstColumn),showRowStripes:Ox(a.showRowStripes,t.showRowStripes),borderColor:Ox(a.borderColor,t.borderColor),border:a.border||t.tableBorder,shadow:a.shadow?.length?a.shadow:t.tableShadow,bg:a.bg||t.tableBg,desktop:{...a.desktop||{},iconPosition:Ox(a.desktop?.iconPosition,{above:"top",inline:"left",hidden:"hidden"}[t.headerIconPosition]),width:Ox(a.desktop?.width,t.tableWidth?.desktop||Fx(t.tableMaxWidth)),radius:a.desktop?.radius?.top?a.desktop.radius:t.tableRadius?.desktop||Dx(Fx(t.borderRadius),Fx(t.borderRadius))}},header:{...s,normal:{bg:s.normal?.bg||t.headerBackground||Rx(t.headerBg),color:Ox(s.normal?.color,t.headerTextColor)},hover:{bg:s.hover?.bg||Rx(t.headerHoverBg),color:Ox(s.hover?.color,t.headerHoverColor)},typo:s.typo||t.headerTypo},body:{...o,bg:o.bg||t.bodyBackground||Rx(t.bodyBg),color:Ox(o.color,t.bodyTextColor),typo:o.typo||t.bodyTypo,desktop:{padding:o.desktop?.padding?.top?o.desktop.padding:t.cellPadding?.desktop||Dx(Fx(t.cellPaddingV),Fx(t.cellPaddingH))}},rowLabel:{...t.rowLabel||{},bg:t.rowLabel?.bg||t.rowLabelBackground||Rx(t.rowLabelBg),color:Ox(t.rowLabel?.color,t.rowLabelColor),typo:t.rowLabel?.typo||t.rowLabelTypo},rowColors:{...t.rowColors||{},odd:t.rowColors?.odd||t.rowOdd,even:t.rowColors?.even||t.rowEven,hover:t.rowColors?.hover||t.rowHover,stripe:t.rowColors?.stripe||t.rowStripeBackground||Rx(t.rowStripeBg),transition:Ox(t.rowColors?.transition,t.transition)},featured:{...t.featured||{},bg:t.featured?.bg||t.featuredBackground||Rx(t.featuredBg),color:Ox(t.featured?.color,t.featuredTextColor),columnBg:t.featured?.columnBg||t.featuredColBackground||Rx(t.featuredColBg),labelBg:t.featured?.labelBg||t.featuredLabelBackground||Rx(t.featuredLabelBg),labelColor:Ox(t.featured?.labelColor,t.featuredLabelColor)},icons:{...t.icons||{},check:Ox(t.icons?.check,t.checkIcon),cross:Ox(t.icons?.cross,t.crossIcon),checkSvg:Ox(t.icons?.checkSvg,t.checkIconSvg),crossSvg:Ox(t.icons?.crossSvg,t.crossIconSvg),checkColor:Ox(t.icons?.checkColor,t.checkColor),crossColor:Ox(t.icons?.crossColor,t.crossColor),desktop:{size:Ox(t.icons?.desktop?.size,t.iconSizes?.desktop||Fx(t.iconSize))}},tooltip:{...t.tooltip||{},bg:t.tooltip?.bg||t.tooltipBackground,color:Ox(t.tooltip?.color,t.tooltipColor),typo:t.tooltip?.typo||t.tooltipTypo,arrow:Ox(t.tooltip?.arrow,t.tooltipArrow),underline:Ox(t.tooltip?.underline,t.tooltipUnderline),shadow:t.tooltip?.shadow?.length?t.tooltip.shadow:t.tooltipShadow,desktop:{width:Ox(t.tooltip?.desktop?.width,t.tooltipWidth?.desktop),padding:t.tooltip?.desktop?.padding?.top?t.tooltip.desktop.padding:t.tooltipPadding?.desktop,radius:t.tooltip?.desktop?.radius?.top?t.tooltip.desktop.radius:t.tooltipRadius?.desktop}}}},Wx=(e=[])=>({feature:e.find((e=>e?.isFeatureColumn))||null,plans:e.filter((e=>!e?.isFeatureColumn))}),Ux=(e=[],t="Features")=>e.some((e=>e?.isFeatureColumn))?e:[{_key:"col-feature",isFeatureColumn:!0,label:t||"Features"},...e],Gx=(e={})=>{const t=qx(e).table||{};return[`${Ax}-block`,`${Ax}-theme--${a=t.theme,Vx.includes(a)?a:"default"}`,`${Ax}-align--${Ex(t.alignment)}`,t.showRowStripes?"has-row-stripes":"",t.stickyHeader?"has-sticky-header":"",!1===t.stickyFirstColumn?"":"has-sticky-first-col",t.stackOnMobile?"is-stacked-mobile":""].filter(Boolean).join(" ");var a},Yx=({attributes:a,id:s,isBackend:o=!1})=>{const n=qx(a),{feature:l,plans:r}=Wx(n.columns||[]),c=[...l?[{column:l,key:"feature"}]:[],...r.map(((e,t)=>({column:e,key:t})))],{advanced:d,content:h={},table:p={},header:g={},body:u={},rowLabel:m={},rowColors:v={},featured:b={},icons:f={},tooltip:w={},cta:x={}}=n,y=p.cellBorderType||"collapse",k=p.border||{},C=p.shadow||[],_=p.bg||{},M=g.typo||{},z=Ix(g.hover?.bg),j=g.hover?.color||"",L=u.typo||{},S=v.odd||{},$=v.even||{},H=v.hover||{},T=v.transition??.2,B=h.captionPosition||"hidden",A=h.captionTypo||{},V=h.captionColor||"",N=w.bg||{},P=w.color||"",E=w.typo||{},I=w.shadow||[],O=w.arrow,R=w.underline,D=m.typo||{},F={top:"column",bottom:"column-reverse",left:"row",right:"row-reverse"},q=`#${s}`,W=`${q} .${Ax}-scroll`,U=`${q} .${Ax}-table`,G=`${U} thead th`,Y=`${U} tbody td, ${U} tbody th, ${U} tfoot td, ${U} tfoot th`,Z=`${U} tbody tr`,K=`${U} caption`,Q=`${U} tbody th.${Ax}-row-label`,X=`${q} .${Ax}-col__cta`,J={left:"margin-left: 0; margin-right: auto;",center:"margin-left: auto; margin-right: auto;",right:"margin-left: auto; margin-right: 0;"},ee=`${q} .${Ax}-tooltip`,te=`${q} .${Ax}-tooltip-bubble`,ae=`${q} .${Ax}-tooltip-arrow`,se={headerBg:Ix(g.normal?.bg),headerText:g.normal?.color,featuredBg:Ix(b.bg),featuredText:b.color,featuredColBg:Ix(b.columnBg),labelBg:Ix(b.labelBg),labelText:b.labelColor,rowLabelBg:Ix(m.bg),rowLabelText:m.color,stripeBg:Ix(v.stripe),bodyBg:Ix(u.bg),bodyText:u.color,checkColor:f.checkColor,crossColor:f.crossColor,borderColor:p.borderColor},oe=`${q}.${Ax}-theme--${p.theme||"default"}`,ne=se.borderColor||"#e2e8f0",ie=se.featuredBg||"#2563eb",le=(e,t)=>`color-mix(in srgb, ${e} ${t}%, transparent)`,re=({cards:()=>`\n\t\t\t${oe} ${U} tbody td,\n\t\t\t${oe} ${U} tbody th{\n\t\t\t\tborder-bottom: 1px solid ${ne} !important;\n\t\t\t\tborder-bottom-color: ${le(ne,70)} !important;\n\t\t\t\tbox-shadow: 0 0 0 1px ${ne};\n\t\t\t\tbox-shadow: 0 0 0 1px ${le(ne,45)};\n\t\t\t}\n\t\t\t${oe} ${U} thead th.is-featured{ box-shadow: 0 10px 26px ${le(ie,24)} !important; }\n\t\t\t${oe} ${U} td.is-featured{\n\t\t\t\tbox-shadow: 0 0 0 1px ${ie} !important;\n\t\t\t\tbox-shadow: 0 0 0 1px ${le(ie,35)} !important;\n\t\t\t}`}[p.theme]||(()=>""))(),ce=c.map((({column:e,key:t})=>{const a=e?.cta;if(!a)return"";const s=`${q} [data-col="${t}"] .${Ax}-col__cta`,o=a.transition,n=[qn("background",Ix(a.normal?.bg||a.bg)),qn("color",a.normal?.color||a.color),Gn(a.border),qn("padding",ti(a.padding)),qn("border-radius",ti(a.radius)),""===o||null==o?"":`transition: background ${o}s ease, color ${o}s ease, border-color ${o}s ease;`].filter(Boolean).join(""),i=[qn("background",Ix(a.hover?.bg)),qn("color",a.hover?.color)].filter(Boolean).join("");return`${n?`${s}{ ${n} }`:""}${i?`${s}:hover, ${s}:focus-visible{ ${i} }`:""}${Object.keys(a.typo||{}).length?ei(s,a.typo).styles:""}`})).join(""),de=c.map((({column:e,key:t})=>e?.iconColor?`${q} [data-col="${t}"] .${Ax}-col__icon{ color: ${e.iconColor}; }`:"")).join(""),he=e=>`\n\t\t${W}{\n\t\t\t${qn("max-width",p?.[e]?.width)}\n\t\t\t${qn("border-radius",ti(p?.[e]?.radius))}\n\t\t}\n\n\t\t${G}, ${Y}{ ${qn("padding",ti(u?.[e]?.padding))} }\n\n\t\t${q} .${Ax}-cell-icon{\n\t\t\t${qn("width",f?.[e]?.size)}\n\t\t\t${qn("height",f?.[e]?.size)}\n\t\t}\n\n\t\t${q} .${Ax}-col__icon{\n\t\t\t${qn("width",f?.[e]?.headerSize)}\n\t\t\t${qn("height",f?.[e]?.headerSize)}\n\t\t\t${"hidden"===p?.[e]?.iconPosition?"display: none;":""}\n\t\t}\n\n\t\t${c.map((({column:t,key:a})=>t?.iconSize?.[e]?`${q} [data-col="${a}"] .${Ax}-col__icon{ width: ${t.iconSize[e]}; height: ${t.iconSize[e]}; }`:"")).join("")}\n\n\t\t${X}{\n\t\t\t${qn("padding",ti(x?.[e]?.padding))}\n\t\t\t${qn("border-radius",ti(x?.[e]?.radius))}\n\t\t\t${qn("margin",ti(x?.[e]?.margin))}\n\t\t\t\n\t\t\t${J[x?.[e]?.alignment]||""}\n\t\t}\n\n\t\t${c.map((({column:t,key:a})=>J[t?.cta?.alignment?.[e]]?`${q} [data-col="${a}"] .${Ax}-col__cta{ ${J[t.cta.alignment[e]]} }`:"")).join("")}\n\n\t\t${q} .${Ax}-col__head{\n\t\t\t${qn("flex-direction",F[p?.[e]?.iconPosition])}\n\t\t}\n\n\t\t${te}{\n\t\t\t${qn("padding",ti(w?.[e]?.padding))}\n\t\t\t${qn("border-radius",ti(w?.[e]?.radius))}\n\t\t\t${qn("max-width",w?.[e]?.width)}\n\t\t}\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",M).googleFontLink}\n\t\t\t${ei("",L).googleFontLink}\n\t\t\t${ei("",A).googleFontLink}\n\t\t\t${ei("",E).googleFontLink}\n\t\t\t${ei("",D).googleFontLink}\n\t\t\t${ei("",x.typo).googleFontLink}\n\n\t\t\t${W}{\n\t\t\t\t${qn("border-color",se.borderColor)}\n\t\t\t\t${qn("background",se.bodyBg)}\n\t\t\t}\n\n\t\t\t${U}{\n\t\t\t\t${qn("color",se.bodyText)}\n\t\t\t\t${qn("background",se.bodyBg)}\n\t\t\t}\n\n\t\t\t${G}{\n\t\t\t\t${qn("background",se.headerBg)}\n\t\t\t\t${qn("color",se.headerText)}\n\t\t\t}\n\n\t\t\t${G}.is-featured{\n\t\t\t\t${qn("background",se.featuredBg)}\n\t\t\t\t${qn("color",se.featuredText)}\n\t\t\t}\n\n\t\t\t${q} .${Ax}-col__featured-badge{\n\t\t\t\t${qn("background",se.labelBg)}\n\t\t\t\t${qn("color",se.labelText)}\n\t\t\t}\n\n\t\t\t${Y}{\n\t\t\t\t${qn("border-color",se.borderColor)}\n\t\t\t}\n\n\t\t\t${U} tbody td.is-featured{ ${qn("background",se.featuredColBg)} }\n\n\t\t\t${Q}{\n\t\t\t\t${qn("background",se.rowLabelBg)}\n\t\t\t\t${qn("color",se.rowLabelText)}\n\t\t\t}\n\t\t\t${ei(Q,D).styles}\n\n\t\t\t${X}{\n\t\t\t\t${qn("background",Ix(x.normal?.bg))}\n\t\t\t\t${qn("color",x.normal?.color)}\n\t\t\t\t${Gn(x.border)}\n\t\t\t\t${qn("transition",`background ${x.transition??.2}s ease, color ${x.transition??.2}s ease, border-color ${x.transition??.2}s ease`)}\n\t\t\t}\n\t\t\t${ei(X,x.typo).styles}\n\n\t\t\t${X}:hover, ${X}:focus-visible{\n\t\t\t\t${qn("background",Ix(x.hover?.bg))}\n\t\t\t\t${qn("color",x.hover?.color)}\n\t\t\t}\n\n\t\t\t${q}.has-sticky-first-col ${U} tbody th.${Ax}-row-label{ ${qn("background",se.bodyBg)} }\n\t\t\t${q}.has-sticky-first-col ${U} thead th:first-child{ ${qn("background",se.headerBg)} }\n\n\t\t\t${q}.has-row-stripes ${U} tbody tr:nth-child(even) td,\n\t\t\t${q}.has-row-stripes ${U} tbody tr:nth-child(even) th{ ${qn("background",se.stripeBg)} }\n\n\t\t\t${q} .${Ax}-cell-icon.is-yes svg{ ${qn("color",se.checkColor)} }\n\t\t\t${q} .${Ax}-cell-icon.is-no svg{ ${qn("color",se.crossColor)} }\n\n\t\t\t${U}{\n\t\t\t\t${qn("border-collapse","separate"===y?"separate":"collapse")}\n\t\t\t}\n\n\t\t\t${re}\n\t\t\t${ce}\n\t\t\t${de}\n\n\t\t\t${W}{\n\t\t\t\t${Gn(k)}\n\t\t\t\t${qn("box-shadow",Kn(C))}\n\t\t\t\t${Wn(_)}\n\t\t\t}\n\n\t\t\t${ei(G,M).styles}\n\t\t\t${ei(Y,L).styles}\n\n\t\t\t${G}:hover{\n\t\t\t\t${qn("background",z)}\n\t\t\t\t${qn("color",j)}\n\t\t\t}\n\n\t\t\t${Z}:nth-child(odd) td, ${Z}:nth-child(odd) th{\n\t\t\t\t${qn("background",Ix(S?.bg))}\n\t\t\t\t${qn("color",S?.color)}\n\t\t\t}\n\n\t\t\t${Z}:nth-child(even) td, ${Z}:nth-child(even) th{\n\t\t\t\t${qn("background",Ix($?.bg))}\n\t\t\t\t${qn("color",$?.color)}\n\t\t\t}\n\n\t\t\t${Ix(H?.bg)||H?.color?`${Z}:hover td, ${Z}:hover th{\n\t\t\t\t${qn("background",Ix(H?.bg))}\n\t\t\t\t${qn("color",H?.color)}\n\t\t\t}`:""}\n\n\t\t\t${G}, ${Y}{\n\t\t\t\t${qn("transition",`background ${T}s, color ${T}s`)}\n\t\t\t}\n\t\t\t${te}{\n\t\t\t\t${qn("background",Ix(N))}\n\t\t\t\t${qn("color",P)}\n\t\t\t\t${qn("box-shadow",Kn(I))}\n\t\t\t}\n\t\t\t${ei(te,E).styles}\n\n\t\t\t${ae}{\n\t\t\t\t${qn("background",Ix(N))}\n\t\t\t\t${!1===O?"display: none;":""}\n\t\t\t}\n\n\t\t\t${!1===R?`${ee}{ text-decoration: none; }`:""}\n\n\t\t\t${"hidden"!==B?`${K}{\n\t\t\t\tposition: static;\n\t\t\t\twidth: auto;\n\t\t\t\theight: auto;\n\t\t\t\tmargin: 0;\n\t\t\t\tclip: auto;\n\t\t\t\tclip-path: none;\n\t\t\t\toverflow: visible;\n\t\t\t\tcaption-side: ${"top"===B?"top":"bottom"};\n\t\t\t\tpadding: 8px 0;\n\t\t\t\t${qn("color",V)}\n\t\t\t}`:""}\n\t\t\t${ei(K,A).styles}\n\n\t\t\t${he("desktop")}\n\t\t\t${e}{ ${he("tablet")} }\n\t\t\t${t}{ ${he("mobile")} }\n\n\t\t\t${hi(s,d,o,!1)}\n\t\t\t`}})},Zx={xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false"},Kx={check:(0,i.jsx)("svg",{...Zx,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{fill:"currentColor",d:"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"})}),"check-circle":(0,i.jsx)("svg",{...Zx,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{fill:"currentColor",d:"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm141.6 192.2L235.7 360.6c-3.1 3.1-8.2 3.1-11.3 0L150.4 287c-3.1-3.1-3.1-8.2 0-11.3l24.5-24.5c3.1-3.1 8.2-3.1 11.3 0l43.5 43.5 132.2-131.3c3.1-3.1 8.2-3.1 11.3 0l24.5 24.5c3 3.1 3 8.2-.1 11.3z"})})},Qx={times:(0,i.jsx)("svg",{...Zx,viewBox:"0 0 352 512",children:(0,i.jsx)("path",{fill:"currentColor",d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"})}),"times-circle":(0,i.jsx)("svg",{...Zx,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{fill:"currentColor",d:"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"})})},Xx={stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg"},Jx=e=>(0,i.jsxs)("svg",{...Xx,...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),ey=e=>(0,i.jsxs)("svg",{...Xx,...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),ty=e=>(0,i.jsxs)("svg",{...Xx,...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),ay=({attributes:e,isBackend:t=!1})=>{const{content:a={},icons:s={},cta:o={},columns:n=[],rows:l=[]}=qx(e),{feature:r,plans:c}=Wx(n),d=o.position||"top",h=e=>e?.ctaLabel?t||!e.ctaUrl?(0,i.jsx)("span",{className:`${Ax}-col__cta`,"aria-hidden":t?"true":void 0,children:e.ctaLabel}):(0,i.jsx)("a",{className:`${Ax}-col__cta`,href:e.ctaUrl,rel:"noopener",children:e.ctaLabel}):null,p=a.caption,u=a.featuredLabel,m=s.check||"check",v=s.cross||"times",b=s.checkSvg||"",f=s.crossSvg||"",w=e=>{const t=e?b:f;return t?(0,i.jsx)("span",{className:`${Ax}-cell-glyph`,dangerouslySetInnerHTML:{__html:t}}):e?((e="check")=>Kx[e]||Kx.check)(m):((e="times")=>Qx[e]||Qx.times)(v)},[x,y]=(0,g.useState)(null),k=(0,g.useCallback)(((e,t)=>{const a=e.currentTarget.getBoundingClientRect(),s=window.innerHeight-a.bottom>140;y({text:t,x:a.left+a.width/2,y:s?a.bottom+8:a.top-8,flipped:!s})}),[]),C=(0,g.useCallback)((()=>y(null)),[]),_=(e,t)=>(0,i.jsxs)(i.Fragment,{children:[t&&(e?.badge||u)?(0,i.jsx)("span",{className:`${Ax}-col__featured-badge`,"aria-hidden":"true",children:e?.badge||u}):null,e?.icon||e?.label?(0,i.jsxs)("span",{className:`${Ax}-col__head`,children:[e?.icon?(0,i.jsx)("span",{className:`${Ax}-col__icon`,dangerouslySetInnerHTML:{__html:e.icon}}):null,e?.label?(0,i.jsx)("span",{className:`${Ax}-col__label`,children:e.label}):null]}):null,e?.subtitle?(0,i.jsx)("span",{className:`${Ax}-col__subtitle`,children:e.subtitle}):null,"top"===d?h(e):null]}),M=c.findIndex((e=>e?.isFeatured)),z=p||"Feature comparison across plans";if(!(c.length>0&&l.length>0))return(0,i.jsx)("p",{className:`${Ax}-empty`,children:"No comparison data to display. Add columns and rows in the block sidebar."});const j=x?(0,i.jsxs)("div",{className:`${Ax}-tooltip-bubble${x.flipped?" is-flipped":""}`,style:{left:`${x.x}px`,top:`${x.y}px`},role:"tooltip",children:[x.text,(0,i.jsx)("span",{className:`${Ax}-tooltip-arrow`,"aria-hidden":"true"})]}):null;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:`${Ax}-scroll`,role:"region","aria-label":`${z}. Scroll horizontally to see all columns.`,tabIndex:0,children:(0,i.jsxs)("table",{className:`${Ax}-table`,children:[(0,i.jsx)("caption",{className:`${Ax}-caption screen-reader-text`,children:z}),(0,i.jsx)("thead",{children:(0,i.jsxs)("tr",{children:[(0,i.jsx)("th",{scope:"col","data-col":"feature",className:`${Ax}-feature-col`,children:r?.label||r?.icon?_(r,!!r?.isFeatured):(0,i.jsx)("span",{className:"screen-reader-text",children:"Feature"})}),c.map(((e,t)=>{const a=!!e?.isFeatured;return(0,i.jsx)("th",{scope:"col","data-col":t,className:`${Ax}-col${a?" is-featured":""}`,children:_(e,a)},e?._key||`col-${t}`)}))]})}),(0,i.jsx)("tbody",{children:l.map(((e,t)=>(0,i.jsxs)("tr",{children:[(0,i.jsx)("th",{scope:"row",className:`${Ax}-row-label`,children:e?.tooltip?(0,i.jsxs)("span",{className:`${Ax}-tooltip`,tabIndex:0,onMouseEnter:t=>k(t,e.tooltip),onMouseLeave:C,onFocus:t=>k(t,e.tooltip),onBlur:C,children:[e?.label||(0,i.jsx)("span",{className:"screen-reader-text",children:"Feature"}),(0,i.jsx)("span",{className:"screen-reader-text",children:e.tooltip})]}):e?.label||(0,i.jsx)("span",{className:"screen-reader-text",children:"Feature"})}),c.map(((t,a)=>{const s=e?.cells?.[a]||{type:"icon",value:!1,text:""},o=`${Ax}-cell${a===M?" is-featured":""}`;return"text"===s.type?(0,i.jsx)("td",{"data-col":a,"data-label":c[a]?.label||"",className:o,children:s.text||(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("span",{"aria-hidden":"true",children:"—"}),(0,i.jsx)("span",{className:"screen-reader-text",children:"Not specified"})]})},a):(0,i.jsx)("td",{"data-col":a,"data-label":c[a]?.label||"",className:o,children:(0,i.jsxs)("span",{className:`${Ax}-cell-icon ${s.value?"is-yes":"is-no"}`,children:[w(!!s.value),(0,i.jsx)("span",{className:"screen-reader-text",children:s.value?"Yes":"No"})]})},a)}))]},e?._key||`row-${t}`)))}),"bottom"===d&&c.some((e=>e?.ctaLabel))?(0,i.jsx)("tfoot",{children:(0,i.jsxs)("tr",{children:[(0,i.jsx)("th",{scope:"row","data-col":"feature",className:`${Ax}-row-label`,children:h(r)}),c.map(((e,t)=>(0,i.jsx)("td",{"data-col":t,className:`${Ax}-cell ${Ax}-cta-cell${t===M?" is-featured":""}`,children:h(e)},e?._key||`cta-${t}`)))]})}):null]})}),j]})},sy=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],oy=[{label:(0,v.__)("Default — classic grid","b-blocks"),value:"default"},{label:(0,v.__)("Cards — columns as cards","b-blocks"),value:"cards"},{label:(0,v.__)("Ribbon — tabbed headers on a panel","b-blocks"),value:"ribbon"},{label:(0,v.__)("Stacked — elevated coloured cards","b-blocks"),value:"stacked"}],ny=((0,v.__)("Left","b-blocks"),(0,v.__)("Center","b-blocks"),(0,v.__)("Right","b-blocks"),(0,v.__)("Check","b-blocks"),(0,v.__)("Check in circle","b-blocks"),(0,v.__)("Cross","b-blocks"),(0,v.__)("Cross in circle","b-blocks"),(0,v.__)("Icon","b-blocks"),(0,v.__)("Text","b-blocks"),[{label:(0,v.__)("Icon (yes/no)","b-blocks"),value:"icon"},{label:(0,v.__)("Text","b-blocks"),value:"text"}]),iy=e=>({_key:e("col"),label:(0,v.__)("New Plan","b-blocks"),subtitle:"",badge:"",isFeatured:!1,icon:"",iconColor:"",iconSize:{desktop:"",tablet:"",mobile:""},ctaUrl:"",ctaLabel:"",cta:{normal:{bg:{},color:""},hover:{bg:{},color:""},typo:{},border:{},transition:"",alignment:{desktop:"",tablet:"",mobile:""},padding:{top:"",right:"",bottom:"",left:""},radius:{top:"",right:"",bottom:"",left:""}}}),ly=(e,t=0)=>({_key:e("row"),label:(0,v.__)("New feature","b-blocks"),tooltip:"",cells:Array.from({length:t},(()=>({type:"icon",value:!0,text:""})))}),ry={top:"",right:"",bottom:"",left:""},cy=e=>({type:"solid",color:e}),dy=e=>({desktop:{top:e,right:e,bottom:e,left:e},tablet:{},mobile:{}}),hy=(e,t)=>({desktop:{top:e,right:t,bottom:e,left:t},tablet:{},mobile:{}}),py={default:{header:{normal:{bg:cy("#1e293b"),color:"#ffffff"},hover:{bg:{},color:""}},body:{bg:cy("#ffffff"),color:"#1f2937"},featured:{bg:cy("#2563eb"),color:"#ffffff",columnBg:cy("#eff6ff"),labelBg:cy("#f59e0b"),labelColor:"#ffffff"},rowLabel:{bg:cy("transparent"),color:""},rowColorsPart:{odd:{color:"",bg:""},even:{color:"",bg:""}},tablePart:{borderColor:"#e2e8f0"},icons:{checkColor:"#16a34a",crossColor:"#dc2626"},radiusPart:dy("8px"),paddingPart:hy("12px","16px"),shadowPart:[]},cards:{header:{normal:{bg:cy("#1e293b"),color:"#ffffff"},hover:{bg:{},color:""}},body:{bg:cy("#ffffff"),color:"#1f2937"},featured:{bg:cy("#2563eb"),color:"#ffffff",columnBg:cy("#eff6ff"),labelBg:cy("#f59e0b"),labelColor:"#ffffff"},rowLabel:{bg:cy("transparent"),color:"#0f172a"},rowColorsPart:{odd:{color:"",bg:""},even:{color:"",bg:""}},tablePart:{borderColor:"#e2e8f0"},icons:{checkColor:"#16a34a",crossColor:"#dc2626"},tableRadius:dy("8px"),cellPadding:hy("14px","16px"),tableShadow:[{hOffset:"0px",vOffset:"4px",blur:"18px",spreed:"0px",color:"#0f172a1f",isInset:!1}]},ribbon:{header:{normal:{bg:cy("#2563eb"),color:"#ffffff"},hover:{bg:{},color:""}},body:{bg:cy(""),color:"#0f172a"},featured:{bg:cy("#e0574f"),color:"#ffffff",columnBg:cy("#ffffff"),labelBg:cy("#f59e0b"),labelColor:"#ffffff"},rowLabel:{bg:cy("transparent"),color:"#0f172a"},rowColorsPart:{odd:{color:"",bg:"#ffffff"},even:{color:"",bg:"#f1f5f9"}},tablePart:{borderColor:"transparent"},icons:{checkColor:"#16a34a",crossColor:"#dc2626"},radiusPart:dy("8px"),paddingPart:hy("12px","16px"),shadowPart:[]},stacked:{header:{normal:{bg:cy("#1e293b"),color:"#ffffff"},hover:{bg:{},color:""}},body:{bg:cy(""),color:"#1f2937"},featured:{bg:cy("#e0574f"),color:"#ffffff",columnBg:cy("#ffffff"),labelBg:cy("#f59e0b"),labelColor:"#ffffff"},rowLabel:{bg:cy("transparent"),color:"#0f172a"},rowColorsPart:{odd:{color:"",bg:"#ffffff"},even:{color:"",bg:"#f3f4f6"}},tablePart:{borderColor:"transparent"},icons:{checkColor:"#16a34a",crossColor:"#dc2626"},radiusPart:dy("8px"),paddingPart:hy("14px","16px"),shadowPart:[]}},gy={cards:"separate",ribbon:"separate",stacked:"separate"},uy=["cards","ribbon","stacked"],my=({attributes:e,setAttributes:t,updateObj:a,device:s="desktop"})=>{const{table:o={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Visual theme","b-blocks"),value:o.theme||"default",options:oy,onChange:a=>t(((e,t={})=>{const a=py[e]||{};return{table:{...t.table||{},theme:e,borderColor:a.tablePart?.borderColor,shadow:a.shadowPart||[],desktop:{...t.table?.desktop||{},radius:a.radiusPart?.desktop}},header:a.header,body:{...t.body||{},...a.body||{},desktop:{...t.body?.desktop||{},padding:a.paddingPart?.desktop}},rowLabel:a.rowLabel,rowColors:{...t.rowColors||{},...a.rowColorsPart||{}},featured:a.featured,icons:{...t.icons||{},...a.icons||{}}}})(a,e)),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1 mb0",children:(0,v.__)("Table alignment","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o.alignment||"center",onChange:e=>a("table",e||"center","alignment"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Left","b-blocks"),value:"left",icon:(0,i.jsx)(Jx,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Center","b-blocks"),value:"center",icon:(0,i.jsx)(ey,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Right","b-blocks"),value:"right",icon:(0,i.jsx)(ty,{style:{rotate:"-90deg"}})})]})]}),(0,i.jsx)(f,{className:"mt10 mb5",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Header icon position","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o?.[s]?.iconPosition,onChange:e=>a("table",e,s,"iconPosition"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Top","b-blocks"),value:"top"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Left","b-blocks"),value:"left"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Right","b-blocks"),value:"right"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hide","b-blocks"),value:"hidden"})]}),(0,i.jsx)("small",{className:"mb10",style:{display:"block",opacity:.7},children:(0,v.__)("Set each column’s icon under Columns (Plans). Leave tablet and mobile unset to inherit.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Row stripes","b-blocks"),checked:!!o.showRowStripes,onChange:e=>a("table",e,"showRowStripes")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Sticky header row","b-blocks"),checked:!!o.stickyHeader,onChange:e=>a("table",e,"stickyHeader"),help:(0,v.__)("Pin the header row while the user scrolls vertically.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Sticky first column","b-blocks"),checked:!1!==o.stickyFirstColumn,onChange:e=>a("table",e,"stickyFirstColumn"),help:(0,v.__)("Pin the feature-name column while the user scrolls horizontally.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Stack columns on mobile","b-blocks"),checked:!!o.stackOnMobile,onChange:e=>a("table",e,"stackOnMobile"),help:(0,v.__)("Below 640px each row becomes a card and every value is labelled with its plan name, instead of scrolling sideways.","b-blocks"),__nextHasNoMarginBottom:!0})]})},vy=({attributes:e,updateObj:t})=>{const{content:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Accessible caption","b-blocks"),value:a.caption||"",onChange:e=>t("content",e,"caption"),help:(0,v.__)("Visually hidden but read by screen readers. Describe what is being compared.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Featured badge text","b-blocks"),value:a.featuredLabel||"",onChange:e=>t("content",e,"featuredLabel"),placeholder:(0,v.__)("e.g. Most Popular","b-blocks"),__nextHasNoMarginBottom:!0})]})},by=({value:e=[],onChange:t,index:a,featuredLabel:s="",device:o="desktop"})=>{const[n,l]=(0,g.useState)("normal"),r=e[a];if(!r)return null;const c=(s,o,n)=>t(e.map(((e,t)=>t===a?{...e||{},cta:{...e?.cta||{},[s]:{...e?.cta?.[s]||{},[o]:n}}}:e))),d=(s,o)=>t(e.map(((e,t)=>t===a?{...e||{},cta:{...e?.cta||{},[s]:o}}:e))),h=(s,o)=>{let n=e.map(((e,t)=>t===a?{...e||{},[s]:o}:e));"isFeatured"===s&&!0===o&&(n=n.map(((e,t)=>t===a?e:{...e||{},isFeatured:!1}))),t(n)};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Column label","b-blocks"),value:r.label||"",onChange:e=>h("label",e),placeholder:(0,v.__)("e.g. Pro","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Subtitle (optional)","b-blocks"),value:r.subtitle||"",onChange:e=>h("subtitle",e),placeholder:(0,v.__)("e.g. $19/mo","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Header Icon","b-blocks"),value:r.icon,onChange:e=>h("icon",e)}),r.icon?(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Icon Color:","b-blocks"),value:r.iconColor,onChange:e=>h("iconColor",e)}):null,r.icon?(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r.iconSize?.[o],onChange:e=>h("iconSize",{...r.iconSize||{},[o]:e}),__next40pxDefaultSize:!0})]}):null,(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("CTA URL (optional)","b-blocks"),value:r.ctaUrl||"",onChange:e=>h("ctaUrl",e),placeholder:"https://",type:"url",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("CTA button label","b-blocks"),value:r.ctaLabel||"",onChange:e=>h("ctaLabel",e),placeholder:(0,v.__)("e.g. Choose Plan","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Featured column (highlight)","b-blocks"),checked:!!r.isFeatured,onChange:e=>h("isFeatured",e),help:(0,v.__)("Only one column can be featured at a time.","b-blocks"),__nextHasNoMarginBottom:!0}),!!r.isFeatured&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Badge text","b-blocks"),value:r.badge||"",onChange:e=>h("badge",e),placeholder:s||(0,v.__)("Most Popular","b-blocks"),help:(0,v.__)("Leave empty to use the Featured Label from the Content panel.","b-blocks"),__nextHasNoMarginBottom:!0}),r.ctaLabel?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("hr",{}),(0,i.jsx)(f,{children:(0,v.__)("CTA overrides for this column","b-blocks")}),(0,i.jsx)("small",{style:{display:"block",opacity:.7,marginBottom:8},children:(0,v.__)("Anything left empty inherits Style → CTA Button.","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:l,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:r.cta?.[n]?.bg||{},onChange:e=>c(n,"bg",e)}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:r.cta?.[n]?.color,onChange:e=>c(n,"color",e)}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:r.cta?.typo||{},onChange:e=>d("typo",e)}),(0,i.jsx)(f,{className:"mt10 mb5",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:r.cta?.alignment?.[o],onChange:e=>d("alignment",{...r.cta?.alignment||{},[o]:e}),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Left","b-blocks"),value:"left",icon:(0,i.jsx)(Jx,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Center","b-blocks"),value:"center",icon:(0,i.jsx)(ey,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Right","b-blocks"),value:"right",icon:(0,i.jsx)(ty,{style:{rotate:"-90deg"}})})]}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:r.cta?.border||{},onChange:e=>d("border",e)}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:r.cta?.padding,onChange:e=>d("padding",e)}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),values:r.cta?.radius,onChange:e=>d("radius",e)}),"hover"===n&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:""===r.cta?.transition||void 0===r.cta?.transition?"":r.cta.transition,min:0,max:2,step:.05,allowReset:!0,onChange:e=>d("transition",void 0===e?"":e),help:(0,v.__)("Leave unset to inherit Style → CTA Button.","b-blocks"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0})]}):null]})},fy=({attributes:e,setAttributes:t,device:a="desktop"})=>{const s=Ux(e.columns||[]),{plans:o}=Wx(s),n=e=>e-(s.findIndex((e=>e?.isFeatureColumn))<e?1:0),l=e.rows||[],r=e=>l.map((t=>({...t||{},cells:e(Array.isArray(t?.cells)?t.cells:[])}))),c=(0,g.useCallback)((e=>{o.length>=6||t({columns:e,rows:r((e=>[...e,{type:"icon",value:!1,text:""}]))})}),[JSON.stringify(s),JSON.stringify(l)]),d=(0,g.useCallback)((e=>{if(s[e]?.isFeatureColumn||o.length>=6)return;const a={...s[e]||{},_key:Px("col"),isFeatured:!1};t({columns:[...s.slice(0,e+1),a,...s.slice(e+1)],rows:r((t=>{const a=n(e),s=t.slice();return s.splice(a+1,0,{...t[a]||{type:"icon",value:!1,text:""}}),s}))})}),[JSON.stringify(s),JSON.stringify(l)]),h=(0,g.useCallback)((e=>{s[e]?.isFeatureColumn||o.length<=2||t({columns:s.filter(((t,a)=>a!==e)),rows:r((t=>t.filter(((t,a)=>a!==n(e)))))})}),[JSON.stringify(s),JSON.stringify(l)]),p=(0,g.useCallback)((t=>(0,i.jsx)(by,{...t,featuredLabel:e.content?.featuredLabel,device:a})),[e.content?.featuredLabel,a]);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Columns (Plans)","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(dn,{value:s,onChange:e=>{const a=s.map((e=>e?._key)),n=e.map((e=>e?._key));if(a.length===n.length&&n.every((e=>a.includes(e)))&&n.join("|")!==a.join("|")){if(0!==e.findIndex((e=>e?.isFeatureColumn)))return void t({columns:s});const a=o.map((e=>e?._key)),n=e.filter((e=>!e?.isFeatureColumn)).map((e=>e?._key)).map((e=>a.indexOf(e)));t({columns:e,rows:r((e=>n.map((t=>e[t]||{type:"icon",value:!1,text:""}))))})}else t({columns:e})},arrKey:"columns",itemLabel:"Column",title:"label",design:"sortable",minItem:3,ItemSettings:p,newItem:iy(Px),handleAdd:c,handleCopy:d,handleDelete:h}),o.length>=6&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("Maximum of 6 columns reached.","b-blocks")})]})},wy=({value:e=[],onChange:t,index:a,columns:s=[]})=>{const o=e[a];if(!o)return null;const n=(s,o)=>t(e.map(((e,t)=>t===a?{...e||{},[s]:o}:e))),l=(o,n,i)=>t(e.map(((e,t)=>{if(t!==a)return e;const l=Array.isArray(e?.cells)?e.cells.slice():[];for(;l.length<s.length;)l.push({type:"icon",value:!1,text:""});return l[o]={...l[o]||{type:"icon",value:!1,text:""},[n]:i},{...e||{},cells:l}}))),r=Array.isArray(o.cells)?o.cells:[];return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Feature name","b-blocks"),value:o.label||"",onChange:e=>n("label",e),placeholder:(0,v.__)("e.g. Unlimited storage","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Tooltip (optional)","b-blocks"),value:o.tooltip||"",onChange:e=>n("tooltip",e),placeholder:(0,v.__)("Extra explanation shown on hover/focus","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.BaseControl,{className:"mt10",label:(0,v.__)("Cells","b-blocks"),__nextHasNoMarginBottom:!0,children:[!s.length&&(0,i.jsx)("p",{style:{marginTop:4,fontSize:12,opacity:.7},children:(0,v.__)("Add at least one column to edit cells.","b-blocks")}),s.map(((e,t)=>{const a=r[t]||{type:"icon",value:!1,text:""};return(0,i.jsxs)("div",{className:"b-blocks-comparison-table-cell-editor",children:[(0,i.jsxs)("div",{className:"b-blocks-comparison-table-cell-editor__head",children:[(0,i.jsx)("span",{children:e?.label||(0,v.__)("Column","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:"text"===a.type?"text":"icon",options:ny,onChange:e=>l(t,"type",e),__nextHasNoMarginBottom:!0})]}),"text"===a.type?(0,i.jsx)(b.TextControl,{label:(0,v.__)("Text value","b-blocks"),hideLabelFromVision:!0,value:a.text||"",onChange:e=>l(t,"text",e),placeholder:(0,v.__)("e.g. 10 GB, Unlimited, $9/mo","b-blocks"),__nextHasNoMarginBottom:!0}):(0,i.jsx)(b.ToggleControl,{className:"mt10",label:a.value?(0,v.__)("Yes (green check)","b-blocks"):(0,v.__)("No (red X)","b-blocks"),checked:!!a.value,onChange:e=>l(t,"value",e),__nextHasNoMarginBottom:!0})]},e?._key||t)}))]})]})},xy=({attributes:e,setAttributes:t})=>{const a=e.columns||[],s=e.rows||[],o=(0,g.useCallback)((e=>{s.length>=30||t({rows:e})}),[JSON.stringify(s)]),n=(0,g.useCallback)((e=>{if(s.length>=30)return;const a=s[e]||{},o={...a,_key:Px("row"),cells:(a.cells||[]).map((e=>({...e})))};t({rows:[...s.slice(0,e+1),o,...s.slice(e+1)]})}),[JSON.stringify(s)]),l=(0,g.useCallback)((e=>(0,i.jsx)(wy,{...e,columns:a})),[JSON.stringify(a)]);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Feature Rows","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(dn,{value:s,onChange:e=>t({rows:e}),arrKey:"rows",itemLabel:"Row",title:"label",design:"sortable",minItem:0,ItemSettings:l,newItem:ly(Px,a.length),handleAdd:o,handleCopy:n}),s.length>=30&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("Maximum of 30 rows reached.","b-blocks")})]})},yy=({attributes:e,updateObj:t})=>{const{icons:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icons","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Positive (yes) icon","b-blocks"),value:a.check||"check",options:[{label:(0,v.__)("Check mark","b-blocks"),value:"check"},{label:(0,v.__)("Check inside circle","b-blocks"),value:"check-circle"}],onChange:e=>t("icons",e,"check"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Negative (no) icon","b-blocks"),value:a.cross||"times",options:[{label:(0,v.__)("Cross / X","b-blocks"),value:"times"},{label:(0,v.__)("X inside circle","b-blocks"),value:"times-circle"}],onChange:e=>t("icons",e,"cross"),__nextHasNoMarginBottom:!0}),(0,i.jsx)("hr",{}),(0,i.jsx)(Pa,{label:(0,v.__)("Custom “Yes” Icon","b-blocks"),value:a.checkSvg,onChange:e=>t("icons",e,"checkSvg")}),(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Custom “No” Icon","b-blocks"),value:a.crossSvg,onChange:e=>t("icons",e,"crossSvg")}),(a.checkSvg||a.crossSvg)&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("A library icon overrides the built-in shape above. Clear it to go back.","b-blocks")})]})},ky=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(my,{...e}),(0,i.jsx)(vy,{...e}),(0,i.jsx)(fy,{...e}),(0,i.jsx)(xy,{...e}),(0,i.jsx)(yy,{...e})]}),Cy=({attributes:e,updateObj:t})=>{const{body:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Body","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:a.bg||{},onChange:e=>t("body",e,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:a.color,onChange:e=>t("body",e,"color")})]})},_y=({attributes:e,updateObj:t})=>{const{content:a={}}=e,s=a.captionPosition||"hidden";return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Position","b-blocks"),value:s,options:[{label:(0,v.__)("Screen readers only","b-blocks"),value:"hidden"},{label:(0,v.__)("Above the table","b-blocks"),value:"top"},{label:(0,v.__)("Below the table","b-blocks"),value:"bottom"}],onChange:e=>t("content",e,"captionPosition"),__nextHasNoMarginBottom:!0}),"hidden"===s&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("The caption is still read by screen readers — set a position to show it on the page too.","b-blocks")}),"hidden"!==s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color:","b-blocks"),value:a.captionColor,onChange:e=>t("content",e,"captionColor")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.captionTypo||{},onChange:e=>t("content",e,"captionTypo")})]})]})},My=({attributes:e,updateObj:t,device:a="desktop"})=>{const{body:s={},rowColors:o={}}=e,[n,l]=(0,g.useState)("normal"),r="hover"===n;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Cells","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding,resetValues:ry,onChange:e=>t("body",e,a,"padding")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:s.typo||{},onChange:e=>t("body",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:l,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),r?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Row Text Color:","b-blocks"),value:o.hover?.color,onChange:e=>t("rowColors",e,"hover","color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Row Background","b-blocks"),value:o.hover?.bg,onChange:e=>t("rowColors",e,"hover","bg")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:o.transition??.2,min:0,max:5,step:.05,onChange:e=>t("rowColors",e,"transition"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Odd Row Text:","b-blocks"),value:o.odd?.color,onChange:e=>t("rowColors",e,"odd","color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Odd Row Background","b-blocks"),value:o.odd?.bg,onChange:e=>t("rowColors",e,"odd","bg")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Stripe Background","b-blocks"),value:o.stripe||{},onChange:e=>t("rowColors",e,"stripe")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Even Row Text:","b-blocks"),value:o.even?.color,onChange:e=>t("rowColors",e,"even","color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Even Row Background","b-blocks"),value:o.even?.bg,onChange:e=>t("rowColors",e,"even","bg")})]})]})},zy=({attributes:e,updateObj:t,device:a="desktop"})=>{const{cta:s={},columns:o=[]}=e,[n,l]=(0,g.useState)("normal"),r=o.some((e=>e?.ctaLabel));return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("CTA Button","b-blocks"),initialOpen:!1,children:[!r&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("No column has a CTA yet — add a button label under Columns (Plans) to see these styles.","b-blocks")}),(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Position","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.position||"top",onChange:e=>t("cta",e||"top","position"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("In header","b-blocks"),value:"top"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Column bottom","b-blocks"),value:"bottom"})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:s?.[a]?.alignment,onChange:e=>t("cta",e,a,"alignment"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Left","b-blocks"),value:"left",icon:(0,i.jsx)(Jx,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Center","b-blocks"),value:"center",icon:(0,i.jsx)(ey,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:(0,v.__)("Right","b-blocks"),value:"right",icon:(0,i.jsx)(ty,{style:{rotate:"-90deg"}})})]})]}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:s.typo||{},onChange:e=>t("cta",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:l,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s?.[n]?.bg||{},onChange:e=>t("cta",e,n,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:s?.[n]?.color,onChange:e=>t("cta",e,n,"color")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border||{},onChange:e=>t("cta",e,"border")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.margin,resetValues:ry,onChange:e=>t("cta",e,a,"margin")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding,resetValues:ry,onChange:e=>t("cta",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius,resetValues:ry,onChange:e=>t("cta",e,a,"radius")}),"hover"===n&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:s.transition??.2,min:0,max:2,step:.05,onChange:e=>t("cta",e,"transition"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0})]})},jy=({attributes:e,updateObj:t})=>{const{featured:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Featured Column","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Header Background","b-blocks"),value:a.bg||{},onChange:e=>t("featured",e,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Header Text:","b-blocks"),value:a.color,onChange:e=>t("featured",e,"color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Column Background","b-blocks"),value:a.columnBg||{},onChange:e=>t("featured",e,"columnBg")}),(0,i.jsx)("hr",{}),(0,i.jsx)(wa,{label:(0,v.__)("Badge Background","b-blocks"),value:a.labelBg||{},onChange:e=>t("featured",e,"labelBg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Badge Text:","b-blocks"),value:a.labelColor,onChange:e=>t("featured",e,"labelColor")})]})},Ly=({attributes:e,updateObj:t})=>{const{header:a={}}=e,[s,o]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Header","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:a.typo||{},onChange:e=>t("header",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:o,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:a[s]?.color,onChange:e=>t("header",e,s,"color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:a[s]?.bg||{},onChange:e=>t("header",e,s,"bg")})]})},Sy=({attributes:e,updateObj:t,device:a="desktop"})=>{const{icons:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icons","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("“Yes” Color:","b-blocks"),value:s.checkColor,onChange:e=>t("icons",e,"checkColor")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("“No” Color:","b-blocks"),value:s.crossColor,onChange:e=>t("icons",e,"crossColor")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s?.[a]?.size,onChange:e=>t("icons",e,a,"size"),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Header Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s?.[a]?.headerSize,onChange:e=>t("icons",e,a,"headerSize"),__next40pxDefaultSize:!0})]})]})},$y=({attributes:e,updateObj:t})=>{const{rowLabel:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Row Labels","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:a.bg||{},onChange:e=>t("rowLabel",e,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:a.color,onChange:e=>t("rowLabel",e,"color")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typo||{},onChange:e=>t("rowLabel",e,"typo")})]})},Hy=({attributes:e,updateObj:t,device:a="desktop"})=>{const{table:s={}}=e,o=gy[s.theme],n=uy.includes(s.theme);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Table Style","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Max Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s?.[a]?.width,onChange:e=>t("table",e,a,"width"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Cell Border Type","b-blocks"),value:o||s.cellBorderType||"collapse",labelPosition:"edge",disabled:!!o,options:[{label:(0,v.__)("Collapse","b-blocks"),value:"collapse"},{label:(0,v.__)("Separate","b-blocks"),value:"separate"}],onChange:e=>t("table",e,"cellBorderType"),__nextHasNoMarginBottom:!0}),o&&(0,i.jsxs)(pn,{status:"info",isIcon:!0,children:[(0,v.__)("The selected theme needs this set to","b-blocks")," ",(0,i.jsx)("b",{children:o})," ",(0,v.__)("for its layout, so this control is inactive. Switch to Default or Striped to change it.","b-blocks")]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Grid Line Color:","b-blocks"),value:s.borderColor,onChange:e=>t("table",e,"borderColor")}),n&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("This theme removes the outer frame so its cards stand free, so the border below has no effect. Grid Line Color still applies to the cells.","b-blocks")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border||{},onChange:e=>t("table",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius,resetValues:ry,onChange:e=>t("table",e,a,"radius")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s.bg||{},onChange:e=>t("table",e,"bg")}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:s.shadow||[],onChange:e=>t("table",e,"shadow")})]})},Ty=({attributes:e,updateObj:t,device:a="desktop"})=>{const{rows:s=[],tooltip:o={}}=e,n=s.some((e=>e?.tooltip));return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tooltip","b-blocks"),initialOpen:!1,children:[!n&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("No row has a tooltip yet — add one under General → Feature Rows to see these styles.","b-blocks")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:o.bg||{},onChange:e=>t("tooltip",e,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:o.color,onChange:e=>t("tooltip",e,"color")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:o.typo||{},onChange:e=>t("tooltip",e,"typo")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Max Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o?.[a]?.width,onChange:e=>t("tooltip",e,a,"width"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:void 0,values:o?.[a]?.padding,resetValues:ry,onChange:e=>t("tooltip",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o?.[a]?.radius,resetValues:ry,onChange:e=>t("tooltip",e,a,"radius")}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:o.shadow||[],onChange:e=>t("tooltip",e,"shadow")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show arrow","b-blocks"),checked:!1!==o.arrow,onChange:e=>t("tooltip",!!e,"arrow"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Underline the label","b-blocks"),checked:!1!==o.underline,onChange:e=>t("tooltip",!!e,"underline"),help:(0,v.__)("The dotted underline is the only cue that a tooltip exists.","b-blocks"),__nextHasNoMarginBottom:!0})]})},By=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Hy,{...e}),(0,i.jsx)(Ly,{...e}),(0,i.jsx)(Cy,{...e}),(0,i.jsx)(My,{...e}),(0,i.jsx)($y,{...e}),(0,i.jsx)(jy,{...e}),(0,i.jsx)(zy,{...e}),(0,i.jsx)(Sy,{...e}),(0,i.jsx)(Ty,{...e}),(0,i.jsx)(_y,{...e})]}),Ay=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:sy,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(ky,{...e}),"style"===t.name&&(0,i.jsx)(By,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},Vy=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s}=e,o="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,n=me(t,a),l=(0,h.useBlockProps)({id:`block-${s}`,className:Gx(t)});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ay,{...e,updateObj:n,isPremium:o}),(0,i.jsxs)("div",{...l,children:[(0,i.jsx)(Yx,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)(ay,{attributes:t,isBackend:!0})})]})]})}));br(Bx.name)&&(0,d.registerBlockType)(Bx,{icon:nr,edit:Vy});const Ny=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table","version":"1.0.0","title":"Table","category":"bBlocks","description":"Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.","keywords":["table","b-blocks","b-table"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"content":{"type":"object","default":{"cellBorderType":"collapse"}},"options":{"type":"object","default":{"isEnableHeader":true,"isEnableFooter":true,"isEnableCaption":true,"isStickyHeader":false}},"styles":{"type":"object","default":{"content":{"width":{"desktop":"","tablet":"","mobile":""},"align":{"desktop":"","tablet":"","mobile":""},"normal":{"border":{"color":"#acacac","style":"solid","width":"1px"},"radius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"transition":0.2},"hover":{"border":{},"radius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"header":{"typography":{"fontSize":{"desktop":"","tablet":"","mobile":""}},"normal":{"color":"","bg":{"color":"#d4d4d4"},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"transition":0.2},"hover":{"color":"","bg":{},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"body":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"normal":{"bg":{},"oddBg":{},"evenBg":{},"transition":0.2},"hover":{"bg":{},"oddBg":{},"evenBg":{}}},"column":[{"type":"","color":"","bg":{}}],"cells":{"typography":{"fontSize":{"desktop":"","tablet":"","mobile":""}},"border":{},"desktop":{"radius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""}},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""}},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""}},"oddCell":{"normal":{"color":"","bg":{},"transition":0.2},"hover":{"color":"","bg":{}}},"evenCell":{"normal":{"color":"","bg":{},"transition":0.2},"hover":{"color":"","bg":{}}}},"footer":{"typography":{"fontSize":{"desktop":"","tablet":"","mobile":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"normal":{"bg":{"color":"#d4d4d4"},"color":"","transition":0.2},"hover":{"bg":{},"color":""}},"caption":{"position":"bottom","typography":{"fontSize":{"desktop":"","tablet":"","mobile":""}},"color":"","bg":{},"border":{},"desktop":{"alignment":"right","radius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"tablet":{"alignment":"right","radius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"mobile":{"alignment":"right","radius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}}}},"datatables":{"type":"object","default":{"enabled":false,"paging":{"enabled":true,"pageLength":10,"pagingType":"simple_numbers"},"searching":{"enabled":true,"smart":true,"regex":false,"caseInsensitive":true},"ordering":{"enabled":true,"multiColumn":false},"info":true,"layout":{"topStart":"pageLength","topEnd":"search","bottomStart":"info","bottomEnd":"paging"},"stateSave":false,"autoWidth":true,"searchDelay":400,"responsive":true,"fixedHeader":false,"select":{"enabled":false,"style":"single"},"buttons":{"enabled":false,"copy":false,"csv":false,"excel":false,"pdf":false,"print":false,"colvis":false},"serverSide":{"enabled":false,"endpoint":""},"language":{"search":"Search:","lengthMenu":"Show _MENU_ entries","info":"Showing _START_ to _END_ of _TOTAL_ entries","emptyTable":"No data available in table","zeroRecords":"No matching records found","paginate":{"first":"First","last":"Last","next":"Next","previous":"Previous"}}}},"datatableStyles":{"type":"object","default":{"search":{"label":{"typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""}},"color":"","bg":{},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"input":{"typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""}},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}},"normal":{"color":"","bg":{},"transition":0.2,"border":{},"radius":{"top":"","right":"","bottom":"","left":""}},"hover":{"color":"","bg":{},"transition":0.2,"border":{},"radius":{"top":"","right":"","bottom":"","left":""}},"focus":{"color":"","bg":{},"transition":0.2,"border":{},"radius":{"top":"","right":"","bottom":"","left":""}}}},"recordInfo":{"typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""}},"color":"","bg":{},"desktop":{"padding":{"top":"","left":"","bottom":"","right":""},"margin":{"top":"","left":"","bottom":"","right":""}},"tablet":{"padding":{"top":"","left":"","bottom":"","right":""},"margin":{"top":"","left":"","bottom":"","right":""}},"mobile":{"padding":{"top":"","left":"","bottom":"","right":""},"margin":{"top":"","left":"","bottom":"","right":""}}},"pageLength":{"typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""}},"color":"","bg":{},"desktop":{"padding":{"top":"","left":"","bottom":"","right":""},"margin":{"top":"","left":"","bottom":"","right":""}},"tablet":{"padding":{"top":"","left":"","bottom":"","right":""},"margin":{"top":"","left":"","bottom":"","right":""}},"mobile":{"padding":{"top":"","left":"","bottom":"","right":""},"margin":{"top":"","left":"","bottom":"","right":""}}},"column":[{"typo":"","color":"","bg":{}}],"pagination":{"typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""}},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""}},"normal":{"color":"","bg":{},"border":{},"radius":{"top":"","right":"","bottom":"","left":""},"transition":0.2},"hover":{"color":"","bg":{},"border":{},"radius":{"top":"","right":"","bottom":"","left":""}},"active":{"color":"","bg":{},"border":{},"radius":{"top":"","right":"","bottom":"","left":""}}},"buttons":{"typo":{"fontSize":{"desktop":"15px","tablet":"","mobile":""}},"desktop":{"padding":{"top":"","left":"","bottom":"","right":""}},"tablet":{"padding":{"top":"","left":"","bottom":"","right":""}},"mobile":{"padding":{"top":"","left":"","bottom":"","right":""}},"normal":{"bg":{},"color":"","border":{},"radius":{},"transition":0.2},"hover":{"bg":{},"color":"","border":{},"radius":{}}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),Py=window.wp.primitives;var Ey=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M21 5c0-1.1-.9-2-2-2H5c-1 0-1.9.8-2 1.8V19.2c.1.9.9 1.7 1.8 1.8H19c1.1 0 2-.9 2-2V5ZM4.5 14V5c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v9h-15Zm4 5.5H5c-.3 0-.5-.2-.5-.5v-3.5h4v4Zm5.5 0h-4v-4h4v4Zm5.5-.5c0 .3-.2.5-.5.5h-3.5v-4h4V19ZM11.2 10h-3V8.5h3v-3h1.5v3h3V10h-3v3h-1.5v-3Z"})}),Iy=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M19 3H4.8c-.9.1-1.7.9-1.8 1.8V19.2c.1 1 1 1.8 2 1.8h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-9 1.5h4v4h-4v-4ZM4.5 5c0-.3.2-.5.5-.5h3.5v4h-4V5Zm15 14c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-9h15v9Zm0-10.5h-4v-4H19c.3 0 .5.2.5.5v3.5Zm-8.3 10h1.5v-3h3V14h-3v-3h-1.5v3h-3v1.5h3v3Z"})}),Oy=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1 .8 1.9 1.8 2H19.2c.9-.1 1.7-.9 1.8-1.8V5c0-1.1-.9-2-2-2Zm-5 16.5H5c-.3 0-.5-.2-.5-.5V5c0-.3.2-.5.5-.5h9v15Zm5.5-.5c0 .3-.2.5-.5.5h-3.5v-4h4V19Zm0-5h-4v-4h4v4Zm0-5.5h-4v-4H19c.3 0 .5.2.5.5v3.5Zm-11 7.3H10v-3h3v-1.5h-3v-3H8.5v3h-3v1.5h3v3Z"})}),Ry=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14.2c.1.9.9 1.7 1.8 1.8H19.2c1-.1 1.8-1 1.8-2V5c0-1.1-.9-2-2-2ZM8.5 19.5H5c-.3 0-.5-.2-.5-.5v-3.5h4v4Zm0-5.5h-4v-4h4v4Zm0-5.5h-4V5c0-.3.2-.5.5-.5h3.5v4Zm11 10.5c0 .3-.2.5-.5.5h-9v-15h9c.3 0 .5.2.5.5v14Zm-4-10.8H14v3h-3v1.5h3v3h1.5v-3h3v-1.5h-3v-3Z"})}),Dy=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M20.7 12.7s0-.1-.1-.2c0-.2-.2-.4-.4-.6-.3-.5-.9-1.2-1.6-1.8-.7-.6-1.5-1.3-2.6-1.8l-.6 1.4c.9.4 1.6 1 2.1 1.5.6.6 1.1 1.2 1.4 1.6.1.2.3.4.3.5v.1l.7-.3.7-.3Zm-5.2-9.3-1.8 4c-.5-.1-1.1-.2-1.7-.2-3 0-5.2 1.4-6.6 2.7-.7.7-1.2 1.3-1.6 1.8-.2.3-.3.5-.4.6 0 0 0 .1-.1.2s0 0 .7.3l.7.3V13c0-.1.2-.3.3-.5.3-.4.7-1 1.4-1.6 1.2-1.2 3-2.3 5.5-2.3H13v.3c-.4 0-.8-.1-1.1-.1-1.9 0-3.5 1.6-3.5 3.5s.6 2.3 1.6 2.9l-2 4.4.9.4 7.6-16.2-.9-.4Zm-3 12.6c1.7-.2 3-1.7 3-3.5s-.2-1.4-.6-1.9L12.4 16Z"})}),Fy=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M3.99961 13C4.67043 13.3354 4.6703 13.3357 4.67017 13.3359L4.67298 13.3305C4.67621 13.3242 4.68184 13.3135 4.68988 13.2985C4.70595 13.2686 4.7316 13.2218 4.76695 13.1608C4.8377 13.0385 4.94692 12.8592 5.09541 12.6419C5.39312 12.2062 5.84436 11.624 6.45435 11.0431C7.67308 9.88241 9.49719 8.75 11.9996 8.75C14.502 8.75 16.3261 9.88241 17.5449 11.0431C18.1549 11.624 18.6061 12.2062 18.9038 12.6419C19.0523 12.8592 19.1615 13.0385 19.2323 13.1608C19.2676 13.2218 19.2933 13.2686 19.3093 13.2985C19.3174 13.3135 19.323 13.3242 19.3262 13.3305L19.3291 13.3359C19.3289 13.3357 19.3288 13.3354 19.9996 13C20.6704 12.6646 20.6703 12.6643 20.6701 12.664L20.6697 12.6632L20.6688 12.6614L20.6662 12.6563L20.6583 12.6408C20.6517 12.6282 20.6427 12.6108 20.631 12.5892C20.6078 12.5459 20.5744 12.4852 20.5306 12.4096C20.4432 12.2584 20.3141 12.0471 20.1423 11.7956C19.7994 11.2938 19.2819 10.626 18.5794 9.9569C17.1731 8.61759 14.9972 7.25 11.9996 7.25C9.00203 7.25 6.82614 8.61759 5.41987 9.9569C4.71736 10.626 4.19984 11.2938 3.85694 11.7956C3.68511 12.0471 3.55605 12.2584 3.4686 12.4096C3.42484 12.4852 3.39142 12.5459 3.36818 12.5892C3.35656 12.6108 3.34748 12.6282 3.34092 12.6408L3.33297 12.6563L3.33041 12.6614L3.32948 12.6632L3.32911 12.664C3.32894 12.6643 3.32879 12.6646 3.99961 13ZM11.9996 16C13.9326 16 15.4996 14.433 15.4996 12.5C15.4996 10.567 13.9326 9 11.9996 9C10.0666 9 8.49961 10.567 8.49961 12.5C8.49961 14.433 10.0666 16 11.9996 16Z"})});const qy=[{value:"none",label:(0,v.__)("None","b-blocks")},{value:"pageLength",label:(0,v.__)("Page Length","b-blocks")},{value:"search",label:(0,v.__)("Search","b-blocks")},{value:"info",label:(0,v.__)("Info","b-blocks")},{value:"paging",label:(0,v.__)("Paging","b-blocks")}],Wy=[{value:"simple",label:"Simple"},{value:"simple_numbers",label:"Simple Numbers"},{value:"full",label:"Full"},{value:"full_numbers",label:"Full Numbers"},{value:"first_last_numbers",label:"First Last Numbers"}],Uy=[{value:"single",label:(0,v.__)("Single row","b-blocks")},{value:"multi",label:(0,v.__)("Multi row","b-blocks")},{value:"os",label:(0,v.__)("OS-style (Ctrl/Shift)","b-blocks")}],Gy=({attributes:e,setAttributes:t})=>{const{datatables:a}=e,s=e=>t({datatables:{...a,...e}}),o=e=>s({paging:{...a.paging,...e}}),n=e=>s({searching:{...a.searching,...e}}),l=e=>s({ordering:{...a.ordering,...e}}),r=e=>s({layout:{...a.layout,...e}}),c=e=>s({buttons:{...a.buttons,...e}}),d=e=>s({select:{...a.select,...e}}),h=e=>s({serverSide:{...a.serverSide,...e}}),p=e=>s({language:{...a.language,...e}}),g=e=>p({paginate:{...a.language.paginate,...e}}),u=a.buttons.copy||a.buttons.csv||a.buttons.excel||a.buttons.pdf||a.buttons.print||a.buttons.colvis;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("DataTables","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable DataTables","b-blocks"),checked:a.enabled,onChange:e=>s({enabled:e}),help:(0,v.__)("Turn this on to enable DataTables library features for the table.","b-blocks")}),a.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"mt10",title:(0,v.__)("Core Features","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Pagination","b-blocks"),checked:a.paging.enabled,onChange:e=>o({enabled:e})}),a.paging.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Default Page Length","b-blocks"),value:a.paging.pageLength,onChange:e=>o({pageLength:Math.max(1,Number(e)||10)}),min:1,max:500}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Pagination Style","b-blocks"),value:a.paging.pagingType,onChange:e=>o({pagingType:e}),options:Wy})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Search","b-blocks"),checked:a.searching.enabled,onChange:e=>n({enabled:e})}),a.searching.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Smart Search","b-blocks"),checked:a.searching.smart,onChange:e=>n({smart:e}),help:(0,v.__)("Matches keywords in any order across the row.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Case Insensitive","b-blocks"),checked:a.searching.caseInsensitive,onChange:e=>n({caseInsensitive:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Regex Search","b-blocks"),checked:a.searching.regex,onChange:e=>n({regex:e}),help:(0,v.__)("Let visitors enter regular expressions in the search box.","b-blocks")})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Column Sorting","b-blocks"),checked:a.ordering.enabled,onChange:e=>l({enabled:e})}),a.ordering.enabled&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Multi-Column Sort","b-blocks"),checked:a.ordering.multiColumn,onChange:e=>l({multiColumn:e}),help:(0,v.__)("Shift+click column headers to sort by multiple columns simultaneously.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Record Info","b-blocks"),checked:a.info,onChange:e=>s({info:e}),help:(0,v.__)('Shows "Showing X to Y of Z entries" text.',"b-blocks")})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Layout & Toolbar","b-blocks"),initialOpen:!1,children:[(0,i.jsx)("p",{style:{fontSize:11,color:"#757575",marginBottom:8},children:(0,v.__)("Choose which control appears in each toolbar position.","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Top Left","b-blocks"),value:a.layout.topStart,onChange:e=>r({topStart:e}),options:qy}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Top Right","b-blocks"),value:a.layout.topEnd,onChange:e=>r({topEnd:e}),options:qy}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Bottom Left","b-blocks"),value:a.layout.bottomStart,onChange:e=>r({bottomStart:e}),options:qy}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Bottom Right","b-blocks"),value:a.layout.bottomEnd,onChange:e=>r({bottomEnd:e}),options:qy}),a.buttons.enabled&&u&&(0,i.jsx)(b.Notice,{status:"info",isDismissible:!1,style:{marginTop:8},children:(0,v.__)("Export buttons are placed in an additional row above the toolbar automatically.","b-blocks")})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Extensions","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Responsive","b-blocks"),checked:a.responsive,onChange:e=>s({responsive:e}),help:(0,v.__)("Collapses overflow columns on small screens with expandable child rows.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Fixed Header","b-blocks"),checked:a.fixedHeader,onChange:e=>s({fixedHeader:e}),help:(0,v.__)("Keeps the header row visible when the user scrolls down.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Row Selection","b-blocks"),checked:a.select.enabled,onChange:e=>d({enabled:e})}),a.select.enabled&&(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Selection Style","b-blocks"),value:a.select.style,onChange:e=>d({style:e}),options:Uy}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Export Buttons","b-blocks"),checked:a.buttons.enabled,onChange:e=>c({enabled:e})}),a.buttons.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("p",{style:{fontSize:11,color:"#757575",margin:"4px 0 6px"},children:(0,v.__)("Select which export actions to display:","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Copy","b-blocks"),checked:a.buttons.copy,onChange:e=>c({copy:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("CSV","b-blocks"),checked:a.buttons.csv,onChange:e=>c({csv:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Excel","b-blocks"),checked:a.buttons.excel,onChange:e=>c({excel:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("PDF","b-blocks"),checked:a.buttons.pdf,onChange:e=>c({pdf:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Print","b-blocks"),checked:a.buttons.print,onChange:e=>c({print:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Column Visibility","b-blocks"),checked:a.buttons.colvis,onChange:e=>c({colvis:e})})]})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Performance","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Save Table State","b-blocks"),checked:a.stateSave,onChange:e=>s({stateSave:e}),help:(0,v.__)("Persists the user's search, sort, and page in localStorage between visits.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Auto Column Width","b-blocks"),checked:a.autoWidth,onChange:e=>s({autoWidth:e})}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Search Delay (ms)","b-blocks"),value:a.searchDelay,onChange:e=>s({searchDelay:Math.max(0,Number(e)||400)}),min:0,max:2e3,help:(0,v.__)("Milliseconds to wait after the user types before triggering a search redraw.","b-blocks")})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Server-Side Processing","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Server-Side Processing","b-blocks"),checked:a.serverSide.enabled,onChange:e=>h({enabled:e}),help:(0,v.__)("Sends search, sort, and page requests to a server endpoint. Required for very large datasets.","b-blocks")}),a.serverSide.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("API Endpoint URL","b-blocks"),value:a.serverSide.endpoint,onChange:e=>h({endpoint:e}),placeholder:"https://your-site.com/wp-json/b-blocks/v1/table-data",help:(0,v.__)("Must return the DataTables server-side JSON contract: draw, recordsTotal, recordsFiltered, data.","b-blocks")}),(0,i.jsx)(b.Notice,{status:"warning",isDismissible:!1,children:(0,v.__)("When server-side mode is active, the table's HTML content is ignored — data comes entirely from the endpoint.","b-blocks")})]})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Language / Labels","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Search Label","b-blocks"),value:a.language.search,onChange:e=>p({search:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Length Menu Label","b-blocks"),value:a.language.lengthMenu,onChange:e=>p({lengthMenu:e}),help:(0,v.__)("Use _MENU_ as placeholder for the page-size dropdown.","b-blocks")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Info Label","b-blocks"),value:a.language.info,onChange:e=>p({info:e}),help:(0,v.__)("Placeholders: _START_, _END_, _TOTAL_","b-blocks")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Empty Table","b-blocks"),value:a.language.emptyTable,onChange:e=>p({emptyTable:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("No Results","b-blocks"),value:a.language.zeroRecords,onChange:e=>p({zeroRecords:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Previous Button","b-blocks"),value:a.language.paginate.previous,onChange:e=>g({previous:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Next Button","b-blocks"),value:a.language.paginate.next,onChange:e=>g({next:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("First Button","b-blocks"),value:a.language.paginate.first,onChange:e=>g({first:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Last Button","b-blocks"),value:a.language.paginate.last,onChange:e=>g({last:e})})]})]})]})},Yy=e=>{const{attributes:t,setAttributes:a,updateObj:s,handleToggleHeader:o,handleToggleFooter:n}=e,{content:l,options:r}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Table","b-blocks"),children:(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Cell Border Type","b-blocks"),labelPosition:"edge",value:l?.cellBorderType,onChange:e=>s("content",e,"cellBorderType"),options:[{label:(0,v.__)("Collapse","b-blocks"),value:"collapse"},{label:(0,v.__)("Separate","b-blocks"),value:"separate"}]})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Header","b-blocks"),checked:r?.isEnableHeader,onChange:o}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Footer","b-blocks"),checked:r?.isEnableFooter,onChange:n})]}),(0,i.jsx)(Gy,{attributes:t,setAttributes:a})]})},Zy=({attributes:e,updateObj:t})=>{const[a,s]=(0,g.useState)("normal"),{styles:o}=e,{body:n}=o;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Body","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a,onChange:e=>{s(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:n[a].bg,onChange:e=>t("styles",e,"body",a,"bg")}),"hover"===a&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),value:n.normal.transition,onChange:e=>t("styles",e,"body","normal","transition"),step:.05,min:0,max:5})]})})},Ky=({attributes:e,updateObj:t,device:a})=>{const[s,o]=(0,g.useState)("normal"),{styles:n}=e,{cells:l}=n;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Cells","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:l[a].padding,onChange:e=>t("styles",e,"cells",a,"padding")}),(0,i.jsx)(Mn,{value:l.typography,onChange:e=>t("styles",e,"cells","typography")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),onChange:e=>t("styles",e,"cells","border"),values:l.border}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks"),(0,i.jsx)(y,{})]}),values:l[a].radius,onChange:e=>t("styles",e,"cells",a,"radius")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>{o(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Odd Row Text Color","b-blocks"),value:l.oddCell[s].color,onChange:e=>t("styles",e,"cells","oddCell",s,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Odd Row Background","b-blocks"),value:l.oddCell[s].bg,onChange:e=>t("styles",e,"cells","oddCell",s,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Even Row Text Color","b-blocks"),value:l.evenCell[s].color,onChange:e=>t("styles",e,"cells","evenCell",s,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Even Row Background","b-blocks"),value:l.evenCell[s].bg,onChange:e=>t("styles",e,"cells","evenCell",s,"bg")}),"hover"===s&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:l.oddCell.normal.transition,step:.05,min:0,max:5,onChange:e=>t("styles",e,"cells","oddCell","normal","transition")})]})},Qy=({value:e,index:t,updateObj:a})=>{const s=e[t];return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s.color,onChange:e=>a("datatableStyles",e,"column",t,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:s.bg,onChange:e=>a("datatableStyles",e,"column",t,"bg")})]})},Xy=({attributes:e,setAttributes:t,updateObj:a,device:s})=>{const[o,n]=(0,g.useState)("normal"),[l,r]=(0,g.useState)("normal"),[c,d]=(0,g.useState)("normal"),{datatableStyles:h}=e,{search:p,recordInfo:u,pageLength:m,pagination:f,buttons:x,column:k}=h,C={typo:"",color:"",bg:{}};return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Data Table Styles","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Column Styles","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{value:h.column,handleAdd:()=>{t({datatableStyles:{...h,column:[...k,C]}})},handleDelete:e=>{t({datatableStyles:{...h,column:k.filter(((t,a)=>a!==e))}})},newItem:C,design:"sortable",itemLabel:"Column",arrKey:"column",title:"title",ItemSettings:Qy,handleCopy:e=>{t({datatableStyles:{...h,column:[...k,k[e]]}})},minItem:0,updateObj:a})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Search","b-blocks"),initialOpen:!1,children:[(0,i.jsx)("b",{className:"mt10 mb10",children:(0,v.__)("Label","b-blocks")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:p.label[s].padding,onChange:e=>a("datatableStyles",e,"search","label",s,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:p.label[s].margin,onChange:e=>a("datatableStyles",e,"search","label",s,"margin")}),(0,i.jsx)(Mn,{value:p.label.typo,onChange:e=>a("datatableStyles",e,"search","label","typo")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:p.label.color,onChange:e=>a("datatableStyles",e,"search","label","color")}),(0,i.jsx)(wa,{className:"mt10",value:p.label.bg,onChange:e=>a("datatableStyles",e,"search","label","bg")}),(0,i.jsx)("b",{className:"mt10 mb10",children:(0,v.__)("Input Field","b-blocks")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:p.input[s].padding,onChange:e=>a("datatableStyles",e,"search","input",s,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:p.input[s].margin,onChange:e=>a("datatableStyles",e,"search","input",s,"margin")}),(0,i.jsx)(Mn,{value:p.input.typo,onChange:e=>a("datatableStyles",e,"search","input","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o,onChange:e=>{n(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Focus",value:"focus"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:p.input[o].color,onChange:e=>a("datatableStyles",e,"search","input",o,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:p.input[o].bg,onChange:e=>a("datatableStyles",e,"search","input",o,"bg")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border","b-blocks")," ",(0,i.jsx)(y,{})]}),value:p.input[o].border,onChange:e=>a("datatableStyles",e,"search","input",o,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:p.input[o].radius,onChange:e=>a("datatableStyles",e,"search","input",o,"radius")}),"hover"===o&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),value:p.input.normal.transition,onChange:e=>a("datatableStyles",e,"search","input","normal","transition")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Record Info","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:u[s].padding,onChange:e=>a("datatableStyles",e,"recordInfo",s,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:u[s].margin,onChange:e=>a("datatableStyles",e,"recordInfo",s,"margin")}),(0,i.jsx)(Mn,{value:u.typo,onChange:e=>a("datatableStyles",e,"recordInfo","typo")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:u.color,onChange:e=>a("datatableStyles",e,"recordInfo","color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:u.bg,onChange:e=>a("datatableStyles",e,"recordInfo","bg")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Page Length","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:m[s].padding,onChange:e=>a("datatableStyles",e,"pageLength",s,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:m[s].margin,onChange:e=>a("datatableStyles",e,"pageLength",s,"margin")}),(0,i.jsx)(Mn,{value:m.typo,onChange:e=>a("datatableStyles",e,"pageLength","typo")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:m.color,onChange:e=>a("datatableStyles",e,"pageLength","color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:m.bg,onChange:e=>a("datatableStyles",e,"pageLength","bg")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Pagination","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:f[s].padding,onChange:e=>a("datatableStyles",e,"pagination",s,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:f[s].margin,onChange:e=>a("datatableStyles",e,"pagination",s,"margin")}),(0,i.jsx)(Mn,{value:f.typo,onChange:e=>a("datatableStyles",e,"pagination","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:c,onChange:e=>{d(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:f[c].color,onChange:e=>a("datatableStyles",e,"pagination",c,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:f[c].bg,onChange:e=>a("datatableStyles",e,"pagination",c,"bg")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border","b-blocks")," ",(0,i.jsx)(y,{})]}),value:f[c].border,onChange:e=>a("datatableStyles",e,"pagination",c,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:f[c].radius,onChange:e=>a("datatableStyles",e,"pagination",c,"radius")}),"hover"===c&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),value:f.normal.transition,onChange:e=>a("datatableStyles",e,"pagination","normal","transition")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Export Buttons","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:x[s].padding,onChange:e=>a("datatableStyles",e,"buttons",s,"padding")}),(0,i.jsx)(Mn,{value:x.typo,onChange:e=>a("datatableStyles",e,"buttons","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:l,onChange:e=>{r(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:x[l].color,onChange:e=>a("datatableStyles",e,"buttons",l,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:x[l].bg,onChange:e=>a("datatableStyles",e,"buttons",l,"bg")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border","b-blocks")," ",(0,i.jsx)(y,{})]}),value:x[l].border,onChange:e=>a("datatableStyles",e,"buttons",l,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:x[l].radius,onChange:e=>a("datatableStyles",e,"buttons",l,"radius")}),"hover"===l&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),value:x.normal.transition,onChange:e=>a("datatableStyles",e,"buttons","normal","transition")})]})]})})},Jy=({attributes:e,updateObj:t,device:a})=>{const[s,o]=(0,g.useState)("normal"),{styles:n}=e,{footer:l}=n;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Footer","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:l.typography,onChange:e=>t("styles",e,"footer","typography")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),value:l.padding[a],onChange:e=>t("styles",e,"footer","padding",a)}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>{o(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:l[s].color,onChange:e=>t("styles",e,"footer",s,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:l[s].bg,onChange:e=>t("styles",e,"footer",s,"bg")}),"hover"===s&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:l.normal.transition,step:.05,min:0,max:5,onChange:e=>t("styles",e,"footer","normal","transition")})]})},ek=e=>{const{attributes:t,device:a,updateObj:s}=e,[o,n]=(0,g.useState)("normal"),{styles:l}=t,{header:r}=l;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Header","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:r.typography,onChange:e=>s("styles",e,"header","typography")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o,onChange:e=>{n(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:r[o].color,onChange:e=>s("styles",e,"header",o,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:r[o].bg,onChange:e=>s("styles",e,"header",o,"bg")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:r[o].padding[a],onChange:e=>s("styles",e,"header",o,"padding",a)}),"hover"===o&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:r.normal.transition,step:.05,min:0,max:5,onChange:e=>s("styles",e,"header","transition")})]})},tk=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),ak=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),sk=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),ok=()=>(0,i.jsx)("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",fill:"currentColor",children:(0,i.jsx)("path",{d:"M20 3H4C2.9 3 2 3.9 2 5v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 2v3H4V5h16zM8 19H4v-3h4v3zm0-5H4v-3h4v3zm6 5h-4v-3h4v3zm0-5h-4v-3h4v3zm6 5h-4v-3h4v3zm0-5h-4v-3h4v3z"})}),nk=e=>{const[t,a]=(0,g.useState)("normal"),{attributes:s,updateObj:o,device:n}=e,{styles:l}=s,{content:r}=l;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Table Style","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r.width[n],onChange:e=>o("styles",e,"content","width",n)})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Alignment ","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:r.align[n],onChange:e=>o("styles",e,"content","align",n),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Start",value:"flex-start",icon:(0,i.jsx)(tk,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(ak,{style:{rotate:"-90deg"}})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"End",value:"flex-end",icon:(0,i.jsx)(sk,{style:{rotate:"-90deg"}})})]})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:t,onChange:e=>{a(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","border"),value:r[t].border,onChange:e=>o("styles",e,"content",t,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:r[t].radius[n],onChange:e=>o("styles",e,"content",t,"radius",n)}),"hover"===t&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:r.normal.transition,step:.05,min:0,max:5,onChange:e=>o("styles",e,"content","normal","transition")})]})},ik=e=>{const{attributes:t}=e,{datatables:a}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(nk,{...e}),(0,i.jsx)(ek,{...e}),(0,i.jsx)(Zy,{...e}),(0,i.jsx)(Ky,{...e}),(0,i.jsx)(Jy,{...e}),a.enabled&&(0,i.jsx)(Xy,{...e})]})},lk=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],rk=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bblockswp.com/docs/"}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",initialTabName:"general",tabs:lk,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Yy,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(ik,{...e})})]})})]})}),ck=({attributes:e,id:t})=>{const{content:a,styles:s,datatableStyles:o}=e,{content:n,header:l,body:r,cells:c,footer:d}=s,{column:h,search:p,recordInfo:g,pageLength:u,pagination:m,buttons:v}=o,b=`#${t}`,f=`${b} .b-blocks-table-main-container`,w=`${f} :where(.wp-block-b-blocks-table-head)`,x=`${f} .wp-block-b-blocks-table-body`,y=`${f} :where(.wp-block-b-blocks-table-footer)`,k=`${x} .wp-block-b-blocks-table-row`,C=`${k} .wp-block-b-blocks-table-cell`,_=`${f} :where(.b-blocks-table-head-cell)`,M=`${f} :where(.b-blocks-table-footer-cell)`,z=`${b} .dt-container .dt-layout-row .dt-layout-cell`,j=`${z} .dt-search`,L=`${z} .dt-length`,S=`${z} .dt-info`,$=`${z}>.dt-paging>nav>.dt-paging-button`,H=`${z} .dt-buttons .dt-button`,T=`${f}>colgroup>col`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t${ei("",c.typography).googleFontLink}\n\t\t${ei("",l.typography).googleFontLink}\n\t\t${ei("",p.label.typo).googleFontLink}\n\t\t${ei("",p.input.typo).googleFontLink}\n\t\t${ei("",g.typo).googleFontLink}\n\t\t${ei("",u.typo).googleFontLink}\n\t\t${ei("",m.typo).googleFontLink}\n\t\t${ei("",v.typo).googleFontLink}\n\n\t\t${ei(C,c.typography).styles}\n\t\t${ei(`${_} .wp-block-paragraph`,l.typography).styles}\n\t\t${ei(`${j}>label`,p.label.typo).styles}\n\t\t${ei(`${j}>.dt-input`,p.input.typo).styles}\n\t\t${ei(`${S}`,g.typo).styles}\n\t\t${ei(`${L}>label`,u.typo).styles}\n\t\t${ei(`${$}`,m.typo).styles}\n\t\t${ei(`${H}`,v.typo).styles}\n\n\t\t${b}{\n\t\t\t${qn("justify-content",n.align.desktop)}\n\t\t}\n\n\t\t${f}{\n\t\t\t${qn("width",n.width.desktop)}\n\t\t\t${qn("border-radius",ti(n.normal.radius.desktop))}\n\t\t}\n\t\t\t\n\t\t${f}, ${f} .wp-block-b-blocks-table-cell{\n\t\t\tborder-collapse: ${a.cellBorderType};\n\t\t\t${"separate"===a.cellBorderType?"border-spacing: 2px;":""}\n\t\t\t${Gn(n.normal.border)}\n\t\t}\n\n\t\t${f}:hover,\n\t\t${f}:hover .wp-block-b-blocks-table-cell{\n\t\t\t${Gn(n.hover.border)}\n\t\t\tborder-collapse: ${a.cellBorderType};\n\t\t\t${"separate"===a.cellBorderType?"border-spacing: 2px;":""}\n\t\t}\n\n\t\t${w}>.wp-block-b-blocks-table-row {\n\t\t\t${Wn(l.normal.bg)}\n\t\t\ttransition:all ${l.normal.transition}s ease-in-out;\n\t\t}\n\t\t${w}>.wp-block-b-blocks-table-row:hover{\n\t\t\t${Wn(l.hover.bg)}\n\t\t}\n\n\t\t${_}{\n\t\t\t${qn("color",l.normal.color)}\n\t\t\t${qn("padding",ti(l.normal.padding.desktop))}\n\t\t}\n\n\t\t${_}:hover{\n\t\t\t${qn("color",l.hover.color)}\n\t\t\t${qn("padding",ti(l.hover.padding.desktop))}\n\t\t}\n\n\t\t${x}{\n\t\t\t${Wn(r.normal.bg)}\n\t\t\ttransition:all ${r.normal.transition}s ease-in-out;\n\t\t}\n\n\t\t${x}:hover{\n\t\t\t${Wn(r.hover.bg)}\n\t\t}\n\n\t\t${C}{\n\t\t\t${Gn(C.border)}\n\t\t\t${qn("padding",ti(c.desktop.padding))}\n\t\t\t${qn("border-radius",ti(c.desktop.radius))}\n\t\t\ttransition: all ${c.evenCell.normal.transition}s ease-in-out;\n\t\t\t\n\t\t}\n\n\t\t${k}:nth-of-type(even){\n\t\t\t${Wn(c.evenCell.normal.bg)}\n\t\t}\n\t\t\n\t\t${k}:nth-of-type(even):hover{\n\t\t\t${Wn(c.evenCell.hover.bg)}\n\t\t}\n\n\t\t${k}:nth-of-type(odd){\n\t\t\t${Wn(c.oddCell.normal.bg)}\n\t\t}\n\t\t${k}:nth-of-type(odd):hover{\n\t\t\t${Wn(c.oddCell.hover.bg)}\n\t\t}\n\n\t\t${k}:nth-of-type(even) .wp-block-b-blocks-table-cell{\n\t\t\t${qn("color",c.evenCell.normal.color)}\n\t\t}\n\t\t\n\t\t${k}:nth-of-type(even):hover .wp-block-b-blocks-table-cell{\n\t\t\t${qn("color",c.evenCell.hover.color)}\n\t\t}\n\n\t\t${k}:nth-of-type(odd) .wp-block-b-blocks-table-cell{\n\t\t\t${qn("color",c.oddCell.normal.color)}\n\t\t}\n\t\t${k}:nth-of-type(odd):hover .wp-block-b-blocks-table-cell{\n\t\t\t${qn("color",c.oddCell.hover.color)}\n\t\t}\n\n\t\t${y}>.wp-block-b-blocks-table-row{\n\t\t\t${Wn(d.normal.bg)}\n\t\t}\n\t\t${y}>.wp-block-b-blocks-table-row:hover{\n\t\t\t${Wn(d.hover.bg)}\n\t\t}\n\t\t${M}{\n\t\t\t${qn("padding",ti(d.padding.desktop))}\n\t\t\t${qn("color",d.normal.color)}\n\t\t}\n\t\t${M}:hover{\n\t\t\t${qn("color",d.hover.color)}\n\t\t}\n\n\t\t${j}>label{\n\t\t\t${qn("color",p.label.color)}\n\t\t\t${Wn(p.label.bg)}\n\t\t\t${qn("padding",ti(p.label.desktop.padding))}\n\t\t\t${qn("margin",ti(p.label.desktop.margin))}\n\t\t}\n\n\t\t${j}>.dt-input{\n\t\t\t\t${qn("padding",ti(p.input.desktop.padding))}\n\t\t\t\t${qn("margin",ti(p.input.desktop.margin))}\n\t\t\t\t${qn("color",p.input.normal.color)}\n\t\t\t\t${Wn(p.input.normal.bg)}\n\t\t\t\t${Gn(p.input.normal.border)}\n\t\t\t\t${qn("border-radius",ti(p.input.normal.radius))}\n\t\t\t\ttransition: all ${p.input.normal.transition}s ease-in-out;\n\t\t\t\t\n\t\t}\n\n\t\t${j}>.dt-input:hover{\n\t\t\t${qn("color",p.input.hover.color)}\n\t\t\t${Wn(p.input.hover.bg)}\n\t\t\t${Gn(p.input.hover.border)}\n\t\t\t${qn("border-radius",ti(p.input.hover.radius))}\n\t\t}\n\n\t\t${j}>.dt-input:focus{\n\t\t\t${qn("color",p.input.focus.color)}\n\t\t\t${Wn(p.input.focus.bg)}\n\t\t\t${Gn(p.input.focus.border)}\n\t\t\t${qn("border-radius",ti(p.input.focus.radius))}\n\t\t}\n\n\t\t${S}{\n\t\t\t${qn("padding",ti(g.desktop.padding))}\n\t\t\t${qn("margin",ti(g.desktop.margin))}\n\t\t\t${qn("color",g.color)}\n\t\t\t${Wn(g.bg)}\n\t\t}\n\n\t\t${L}>label{\n\t\t\t${qn("color",u.color)}\n\t\t\t${Wn(u.bg)}\n\t\t\t${qn("padding",ti(u.desktop.padding))}\n\t\t\t${qn("margin",ti(u.desktop.margin))}\n\t\t}\n\n\t\t${$}{\n\t\t\t${qn("padding",ti(m.desktop.padding))}\n\t\t\t${qn("margin",ti(m.desktop.margin))}\n\t\t\t${qn("color",m.normal.color)}\n\t\t\t${Wn(m.normal.bg)}\n\t\t\t${Gn(m.normal.border)}\n\t\t\t${qn("border-radius",ti(m.normal.radius))}\n\t\t\ttransition: all ${m.normal.transition}s ease-in-out;\n\t\t}\n\t\t${$}:hover{\n\t\t\t${qn("color",m.hover.color)}\n\t\t\t${Wn(m.hover.bg)}\n\t\t\t${Gn(m.hover.border)}\n\t\t\t${qn("border-radius",ti(m.hover.radius))}\n\t\t}\n\t\t${$}.current{\n\t\t\t${qn("color",m.active.color)}\n\t\t\t${Wn(m.active.bg)}\n\t\t\t${Gn(m.active.border)}\n\t\t\t${qn("border-radius",ti(m.active.radius))}\n\t\t}\n\n\t\t${H}{\n\t\t\t${qn("padding",ti(v.desktop.padding))}\n\t\t\t${qn("color",v.normal.color)}\n\t\t\t${Wn(v.normal.bg)}\n\t\t\t${Gn(v.normal.border)}\n\t\t\t${qn("border-radius",ti(v.normal.radius))}\n\t\t\ttransition: all ${v.normal.transition}s ease-in-out;\n\t\t}\n\t\t${H}:hover{\n\t\t\t${qn("color",v.hover.color)}\n\t\t\t${Wn(v.hover.bg)}\n\t\t\t${Gn(v.hover.border)}\n\t\t\t${qn("border-radius",ti(v.hover.radius))}\n\t\t}\n\n\t\t${h.map(((e,t)=>`\n\t\t\t${T}[data-dt-column="${t}"]{\n\t\t\t\t${qn("color",e.color)}\n\t\t\t\t${Wn(e.bg)}\n\t\t\t}\n\t\t`)).join("")}\n\n\t`}})},dk=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s}=e("core/block-editor");return{device:a()?.toLowerCase(),innerBlocks:s(t)}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,innerBlocks:n}=e,[l,r]=(0,g.useState)(3),[c,p]=(0,g.useState)(3),[u,v]=(0,g.useState)(!1),f=(0,g.useRef)(null),w=(0,g.useRef)(null),x=(0,g.useRef)(null);(0,g.useEffect)((()=>{if(!u)return;let e=!1;return(async()=>{const a=t.datatables,s=[__webpack_require__.e(5668).then(__webpack_require__.bind(__webpack_require__,5668))];let o=-1,n=-1,i=-1;a?.responsive&&s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(417)]).then(__webpack_require__.bind(__webpack_require__,417))),a?.fixedHeader&&s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(7917)]).then(__webpack_require__.bind(__webpack_require__,7917))),a?.buttons?.enabled&&(s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(2967)]).then(__webpack_require__.t.bind(__webpack_require__,2967,23))),(a.buttons.csv||a.buttons.excel||a.buttons.pdf)&&s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(7837),__webpack_require__.e(8486)]).then(__webpack_require__.t.bind(__webpack_require__,8486,23))),a.buttons.print&&s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(7837),__webpack_require__.e(897)]).then(__webpack_require__.t.bind(__webpack_require__,897,23))),a.buttons.colvis&&s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(7837),__webpack_require__.e(9908)]).then(__webpack_require__.t.bind(__webpack_require__,9908,23))),a.buttons.excel&&(o=s.length,s.push(__webpack_require__.e(1710).then(__webpack_require__.t.bind(__webpack_require__,1710,23)))),a.buttons.pdf&&(n=s.length,s.push(__webpack_require__.e(7164).then(__webpack_require__.t.bind(__webpack_require__,7164,23))),i=s.length,s.push(__webpack_require__.e(7108).then(__webpack_require__.t.bind(__webpack_require__,7108,23))))),a?.select?.enabled&&s.push(Promise.all([__webpack_require__.e(5668),__webpack_require__.e(2877)]).then(__webpack_require__.bind(__webpack_require__,2877)));const l=await Promise.all(s);if(e)return;const[{default:r}]=l;if(o>=0&&r.Buttons.jszip(l[o].default),n>=0){const e=l[n].default,t=l[i];e.vfs=t?.pdfMake?.vfs??t?.default?.pdfMake?.vfs??t?.default??t,r.Buttons.pdfMake(e)}const c=(()=>{const e=f.current?.querySelector("table");if(!e)return null;const t=e.cloneNode(!0);t.className="b-blocks-table-main-container",t.querySelectorAll('style, .block-list-appender, .block-editor-block-appender, [class*="open-parent-settings"], .components-popover').forEach((e=>e.remove())),t.querySelectorAll("td, th").forEach((e=>{const t=e.querySelector(".block-editor-block-list__layout");t&&(t.querySelectorAll(".block-list-appender, .block-editor-block-appender").forEach((e=>e.remove())),e.innerHTML=t.innerHTML)}));const a=["contenteditable","data-block","data-type","data-title","tabindex","aria-label","aria-multiline","aria-autocomplete"];return t.querySelectorAll("*").forEach((e=>{a.forEach((t=>e.removeAttribute(t)));const t=e.getAttribute("class");t&&e.setAttribute("class",t.split(/\s+/).filter((e=>e&&"wp-block"!==e&&!e.startsWith("block-editor")&&!e.startsWith("is-selected")&&!e.startsWith("is-hovered")&&!e.startsWith("is-highlighted")&&!e.startsWith("has-child-selected"))).join(" "))})),t})();if(!c||e)return;w.current.innerHTML="",w.current.appendChild(c);const d=((e,t=!1)=>{if(!e?.enabled)return null;const a={paging:e.paging.enabled,searching:e.searching.enabled,ordering:e.ordering.enabled,info:e.info,autoWidth:e.autoWidth,stateSave:!t&&e.stateSave,searchDelay:e.searchDelay};e.paging.enabled&&(a.pageLength=e.paging.pageLength,a.pagingType=e.paging.pagingType,a.lengthMenu=[[5,10,25,50,100,-1],["5","10","25","50","100","All"]]),e.searching.enabled&&(a.search={smart:e.searching.smart,regex:e.searching.regex,caseInsensitive:e.searching.caseInsensitive}),e.ordering.enabled&&(a.orderMulti=e.ordering.multiColumn),e.responsive&&(a.responsive=!0),e.fixedHeader&&(a.fixedHeader=!0),e.select?.enabled&&(a.select={style:e.select.style}),e.language&&(a.language={...e.language});const s={};if(["topStart","topEnd","bottomStart","bottomEnd"].forEach((t=>{const a=e.layout[t];s[t]=a&&"none"!==a?a:null})),e.buttons?.enabled){const t=(o=e.buttons,["copy","csv","excel","pdf","print","colvis"].filter((e=>o[e])));t.length&&(s.top2Start={buttons:t})}var o;return a.layout=s,e.serverSide?.enabled&&e.serverSide?.endpoint&&(a.serverSide=!0,a.ajax=e.serverSide.endpoint),a})(a,!0);d&&(x.current=new r(c,d),c.style.setProperty("border-collapse",t?.content?.cellBorderType||"collapse","important"))})().catch((e=>console.warn("b-blocks/table preview:",e))),()=>{e=!0,x.current&&(x.current.destroy(),x.current=null),w.current&&(w.current.innerHTML="")}}),[u,t.datatables]);const{options:y}=t,k=(e="td",t="")=>Array.from({length:c},(()=>["b-blocks/table-cell",{tagName:e,className:t}])),C=Array.from({length:l},(()=>["b-blocks/table-row",{},k("td")])),_=[y.isEnableHeader?["b-blocks/table-head",{},[["b-blocks/table-row",{},k("th","b-blocks-table-head-cell")]]]:null,["b-blocks/table-body",{},C],y.isEnableFooter?["b-blocks/table-footer",{},[["b-blocks/table-row",{},k("td","b-blocks-table-footer-cell")]]]:null].filter(Boolean),M=(0,h.useBlockProps)(),z=(0,h.useInnerBlocksProps)({tagName:"table",className:"b-blocks-table-main-container"},{template:_,templateLock:!1,renderAppender:!1,allowedBlocks:["b-blocks/table-body","b-blocks/table-head","b-blocks/table-footer"]}),j=(0,m.useSelect)((e=>e("core/block-editor").getBlocks(s)),[s]),{insertBlock:L,removeBlock:S,replaceInnerBlocks:$}=(0,m.useDispatch)("core/block-editor"),H=j.find((e=>"b-blocks/table-body"===e.name)),T=j.find((e=>"b-blocks/table-head"===e.name)),B=j.find((e=>"b-blocks/table-footer"===e.name)),A=H?.innerBlocks[0]?.innerBlocks?.length||c,V=(e="td",t="")=>{const a=Array.from({length:A},(()=>(0,d.createBlock)("b-blocks/table-cell",{tagName:e,className:t})));return(0,d.createBlock)("b-blocks/table-row",{},a)},N=[{title:"Add Top Row",icon:Ey,onClick:()=>{H&&L(V("td"),0,H.clientId,!1)}},{title:"Insert Bottom Row",icon:Iy,onClick:()=>{H&&L(V("td"),H.innerBlocks.length,H.clientId,!1)}},{title:"Insert Left Column",icon:Oy,onClick:()=>{j.forEach((e=>{e.innerBlocks.forEach((e=>{const t=e.innerBlocks[0]?.attributes?.tagName||"td";L((0,d.createBlock)("b-blocks/table-cell",{tagName:t}),0,e.clientId,!1)}))}))}},{title:"Add Right Column",icon:Ry,onClick:()=>{j.forEach((e=>{e.innerBlocks.forEach((e=>{const t=e.innerBlocks[e.innerBlocks.length-1],a=t?.attributes?.tagName||"td";L((0,d.createBlock)("b-blocks/table-cell",{tagName:a}),e.innerBlocks.length,e.clientId,!1)}))}))}}],P=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(rk,{attributes:t,setAttributes:a,updateObj:P,device:o,handleToggleHeader:e=>{P("options",e,"isEnableHeader"),!e&&T?S(T.clientId,!1):e&&!T&&L((0,d.createBlock)("b-blocks/table-head",{},[V("th","b-blocks-table-head-cell")]),0,s,!1)},handleToggleFooter:e=>{P("options",e,"isEnableFooter"),!e&&B?S(B.clientId,!1):e&&!B&&L((0,d.createBlock)("b-blocks/table-footer",{},[V("td","b-blocks-table-footer-cell")]),j.length,s,!1)}}),(0,i.jsx)(ck,{attributes:t,id:`block-${s}`}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsxs)(b.ToolbarGroup,{children:[(0,i.jsx)(b.DropdownMenu,{icon:(0,i.jsx)(ok,{}),label:"Table Actions",controls:N,className:"b-blocks-table-action-menu"}),(0,i.jsx)(b.ToolbarButton,{icon:u?Dy:Fy,label:u?"Exit Preview":"Preview DataTables",onClick:()=>v((e=>!e)),isActive:u,disabled:!t.datatables?.enabled||0===n.length})]})}),(0,i.jsxs)("div",{...M,children:[0===n.length&&(0,i.jsxs)("div",{className:"b-blocks-table-input-form-wrapper",children:[(0,i.jsxs)("div",{className:"b-blocks-table-input-form-title-wrapper",children:[ur,(0,i.jsx)("h2",{children:"Table"})]}),(0,i.jsx)("p",{className:"b-blocks-table-input-form-description",children:"Start creating a custom table for your content"}),(0,i.jsxs)("div",{className:"b-blocks-table-input-field-wrapper",children:[(0,i.jsxs)("div",{className:"b-blocks-table-row-column-field",children:[(0,i.jsx)("span",{children:"Rows"}),(0,i.jsx)(b.__experimentalNumberControl,{value:l,onChange:e=>r(e)})]}),(0,i.jsxs)("div",{className:"b-blocks-table-row-column-field",children:[(0,i.jsx)("span",{children:"Columns"}),(0,i.jsx)(b.__experimentalNumberControl,{value:c,onChange:e=>p(e)})]})]}),(0,i.jsxs)("div",{className:"b-blocks-table-input-field-checkbox-wrapper",children:[(0,i.jsx)(b.CheckboxControl,{label:"Include Header",checked:y.isEnableHeader,onChange:e=>P("options",e,"isEnableHeader")}),(0,i.jsx)(b.CheckboxControl,{label:"Include Footer",checked:y.isEnableFooter,onChange:e=>P("options",e,"isEnableFooter")})]}),(0,i.jsx)(xa,{onClick:()=>{const e=Number(c)||1,t=Number(l)||1,a=(t,a="")=>Array.from({length:e},(()=>(0,d.createBlock)("b-blocks/table-cell",{tagName:t,...a&&{className:a}}))),o=[y.isEnableHeader?(0,d.createBlock)("b-blocks/table-head",{},[(0,d.createBlock)("b-blocks/table-row",{},a("th","b-blocks-table-head-cell"))]):null,(0,d.createBlock)("b-blocks/table-body",{},Array.from({length:t},(()=>(0,d.createBlock)("b-blocks/table-row",{},a("td"))))),y.isEnableFooter?(0,d.createBlock)("b-blocks/table-footer",{},[(0,d.createBlock)("b-blocks/table-row",{},a("td","b-blocks-table-footer-cell"))]):null].filter(Boolean);$(s,o,!1)},children:"Generate Table"})]}),n.length>0&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{ref:f,style:{display:u?"none":void 0},children:(0,i.jsx)("table",{...z})}),u&&(0,i.jsx)("div",{ref:w,className:"b-blocks-dt-editor-preview"})]})]})]})}));br(Ny.name)&&(0,d.registerBlockType)(Ny,{icon:ur,edit:dk,save:h.InnerBlocks.Content});const hk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table-head","version":"1.0.0","title":"Table Head","category":"bBlocks","description":"Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.","parent":["b-blocks/table"],"keywords":["key1","key2","key3","key4","key5"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"settings":{"type":"object","default":{"rowSpan":1,"colSpan":1}},"styles":{"type":"object","default":{"alignment":{"desktop":"","tablet":"","mobile":""},"normal":{"bg":""},"hover":{"bg":"","transition":0.2}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),pk=e=>{const{parentClientId:t}=e,{selectBlock:a}=(0,m.useDispatch)("core/block-editor");return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.PanelBody,{initialOpen:!0,children:(0,i.jsx)(xa,{onClick:()=>a(t),children:(0,v.__)("Open Parent Settings","b-blocks")})})})})},gk=({attributes:e,id:t})=>{const{styles:a}=e,s=`#${t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${s} {\n\t\t\t${qn("text-align",a.alignment.desktop)}\n\t\t\t${Wn(a.normal.bg)}\n\t\t\ttransition: background ${a.hover.transition}s ease-in-out;\n\t\t}\n\t\t${s}:hover {\n\t\t\t${Wn(a.hover.bg)}\n\t\t}\n\t`}})},uk=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s,getBlockRootClientId:o}=e("core/block-editor"),n=o(t);return{device:a()?.toLowerCase(),innerBlocks:s(t),parentClientId:n}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,parentClientId:n}=e,{settings:l}=t,r=(0,h.useInnerBlocksProps)((0,h.useBlockProps)({tagName:"thead"}),{template:[["b-blocks/table-row",{},[["b-blocks/table-cell",{}],["b-blocks/table-cell",{}],["b-blocks/table-cell",{}],["b-blocks/table-cell",{}]]]],templateLock:!1,renderAppender:!1,allowedBlocks:["b-blocks/table-row"]}),c=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(pk,{attributes:t,setAttributes:a,device:o,updateObj:c,parentClientId:n}),(0,i.jsx)(gk,{attributes:t,id:`block-${s}`}),(0,i.jsx)("thead",{...r,colSpan:l.colSpan,rowSpan:l.rowSpan})]})}));br("b-blocks/table")&&(0,d.registerBlockType)(hk,{icon:ur,edit:uk,save:h.InnerBlocks.Content});const mk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table-body","version":"1.0.0","title":"Table Body","category":"bBlocks","description":"Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.","parent":["b-blocks/table"],"keywords":["table","body","table-body","b-blocks","b-table-body"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"styles":{"type":"object","default":{"normal":{"bg":{}},"hover":{"bg":{},"transition":0.2}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),vk=e=>{const[t,a]=(0,g.useState)("normal"),{attributes:s,updateObj:o}=e,{styles:n}=s;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Style","b-blocks"),children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:t,onChange:e=>{a(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:n[t].bg,onChange:e=>o("styles",e,t,"bg")}),"hover"===t&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:n.hover.transition,step:.05,min:0,max:5,onChange:e=>o("styles",e,"hover","transition")})]})]})},bk=e=>{const{parentClientId:t}=e,{selectBlock:a}=(0,m.useDispatch)("core/block-editor");return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(b.PanelBody,{initialOpen:!0,children:(0,i.jsx)(xa,{onClick:()=>a(t),children:(0,v.__)("Open Parent Settings","b-blocks")})}),(0,i.jsx)(vk,{...e})]})})},fk=({attributes:e,id:t})=>{const{styles:a}=e,s=`#${t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${s}{\n\t\t\t\t${Wn(a.normal.bg)}\n\t\t\t\ttransition:background ${a.hover.transition}s ease-in-out;\n\t\t\t}\n\n\t\t\t${s}:hover{\n\t\t\t\t${Wn(a.hover.bg)}\n\t\t\t}\n\n\t`}})},wk=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s,getBlockRootClientId:o}=e("core/block-editor"),n=o(t);return{device:a()?.toLowerCase(),innerBlocks:s(t),parentClientId:n}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,parentClientId:n}=e,l=(0,h.useInnerBlocksProps)((0,h.useBlockProps)({tagName:"tbody"}),{template:[["b-blocks/table-row",{}],["b-blocks/table-row",{}],["b-blocks/table-row",{}]],templateLock:!1,renderAppender:!1,allowedBlocks:["b-blocks/table-row"]}),r=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(bk,{attributes:t,setAttributes:a,updateObj:r,device:o,parentClientId:n}),(0,i.jsx)(fk,{attributes:t,id:`block-${s}`}),(0,i.jsx)("tbody",{...l})]})}));br("b-blocks/table")&&(0,d.registerBlockType)(mk,{icon:ur,edit:wk,save:h.InnerBlocks.Content});const xk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table-row","version":"1.0.0","title":"Table Row","category":"bBlocks","description":"Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.","parent":["b-blocks/table-body"],"keywords":["table","row","table-row","b-blocks","b-table-row"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"styles":{"type":"object","default":{"normal":{"bg":{}},"hover":{"bg":{},"transition":0.2}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),yk=e=>{const[t,a]=(0,g.useState)("normal"),{attributes:s,updateObj:o}=e,{styles:n}=s;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Style","b-blocks"),children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:t,onChange:e=>{a(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:n[t].bg,onChange:e=>o("styles",e,t,"bg")}),"hover"===t&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:n.hover.transition,step:.05,min:0,max:5,onChange:e=>o("styles",e,"hover","transition")})]})]})},kk=e=>{const{parentClientId:t}=e,{selectBlock:a}=(0,m.useDispatch)("core/block-editor");return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(b.PanelBody,{initialOpen:!0,children:(0,i.jsx)(xa,{onClick:()=>a(t),children:(0,v.__)("Open Parent Settings","b-blocks")})}),(0,i.jsx)(yk,{...e})]})})},Ck=({attributes:e,id:t})=>{const{styles:a}=e,s=`#${t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${s}{\n\t\t\t\t${Wn(a.normal.bg)}\n\t\t\t\ttransition:background ${a.hover.transition}s ease-in-out;\n\t\t\t}\n\n\t\t\t${s}:hover{\n\t\t\t\t${Wn(a.hover.bg)}\n\t\t\t}\n\n\t`}})},_k=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s}=e("core/block-editor");return{device:a()?.toLowerCase(),innerBlocks:s(t)}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,n=(0,En.useRef)(null),[l,r]=(0,En.useState)(!1);(0,En.useEffect)((()=>{r(!0)}),[]);const{insertBlock:c,removeBlock:p}=(0,m.useDispatch)("core/block-editor"),{blockIndex:g,parentClientId:u,parentBlockName:v,columnCount:f}=(0,m.useSelect)((e=>{const{getBlockIndex:t,getBlockRootClientId:a,getBlock:o,getBlockName:n}=e("core/block-editor"),i=a(s),l=o(s);return{blockIndex:t(s),parentClientId:i,parentBlockName:n(i),columnCount:l?.innerBlocks?.length||4}}),[s]),w="b-blocks/table-body"===v,y=()=>{const e=Array.from({length:f},(()=>(0,d.createBlock)("b-blocks/table-cell",{})));return(0,d.createBlock)("b-blocks/table-row",{},e)},k=(0,h.useBlockProps)({tagName:"tr"}),C=(0,h.useInnerBlocksProps)(k,{template:[["b-blocks/table-cell",{}],["b-blocks/table-cell",{}],["b-blocks/table-cell",{}]],templateLock:!1,renderAppender:!1,allowedBlocks:["b-blocks/table-cell"]}),_=(0,x.useMergeRefs)([n,C.ref]),M=[{title:"Add Row Above",icon:"table-row-before",onClick:()=>c(y(),g,u,!0)},{title:"Add Row Below",icon:"table-row-after",onClick:()=>c(y(),g+1,u,!0)},{title:"Delete Row",icon:"trash",onClick:()=>p(s)}],z=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(kk,{attributes:t,setAttributes:a,updateObj:z,device:o,parentClientId:u}),(0,i.jsx)(Ck,{attributes:t,id:`block-${s}`}),(0,i.jsx)("tr",{...C,ref:_}),l&&n.current&&w&&(0,i.jsx)(b.Popover,{anchor:n.current,placement:"right",noArrow:!0,animate:!1,flip:!1,resize:!1,focusOnMount:!1,className:"b-blocks-row-action-popover",children:(0,i.jsx)(b.DropdownMenu,{icon:"ellipsis",label:"Row Actions",controls:M,className:"b-blocks-row-action-menu"})})]})}));br(xk.name)&&(0,d.registerBlockType)(xk,{icon:ur,edit:_k,save:h.InnerBlocks.Content});const Mk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table-cell","version":"1.0.0","title":"Table Cell","category":"bBlocks","description":"Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.","parent":["b-blocks/table-row"],"keywords":["key1","key2","key3","key4","key5"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"tagName":{"type":"string","default":"td"},"settings":{"type":"object","default":{"rowSpan":1,"colSpan":1}},"styles":{"type":"object","default":{"alignment":{"desktop":"","tablet":"","mobile":""},"normal":{"bg":""},"hover":{"bg":"","transition":0.2}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),zk=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],jk=[{label:"Left",value:"left",icon:"align-left"},{label:"Center",value:"center",icon:"align-center"},{label:"Right",value:"right",icon:"align-right"}],Lk=e=>{const{attributes:t,updateObj:a,device:s}=e,{settings:o,styles:n}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Table Cell","b-blocks"),children:[(0,i.jsxs)(b.Flex,{align:"center",justify:"space-between",children:[(0,i.jsx)(f,{className:"",children:"Alignment"}),(0,i.jsx)(y,{})]}),(0,i.jsx)(ga,{className:"mt10",value:n.alignment[s],onChange:e=>a("styles",e,"alignment",s),options:jk,isIcon:!0,size:"default"}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Row Span","b-blocks")," ",(0,i.jsx)(y,{})]}),value:o.rowSpan,onChange:e=>a("settings",e,"rowSpan")}),(0,i.jsx)(b.RangeControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Column Span","b-blocks")," ",(0,i.jsx)(y,{})]}),value:o.colSpan,onChange:e=>a("settings",e,"colSpan")})]})]})},Sk=e=>{const[t,a]=(0,g.useState)("normal"),{attributes:s,updateObj:o}=e,{styles:n}=s;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Style","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:t,onChange:e=>{a(e)},children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Default",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:n[t].bg,onChange:e=>o("styles",e,t,"bg")}),"hover"===t&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),value:n.hover.transition,step:.05,min:0,max:5,onChange:e=>o("styles",e,"hover","transition")})]})})},$k=e=>{const{parentClientId:t}=e,{selectBlock:a}=(0,m.useDispatch)("core/block-editor");return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(b.PanelBody,{initialOpen:!0,children:(0,i.jsx)(xa,{onClick:()=>a(t),children:(0,v.__)("Open Parent Settings","b-blocks")})}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:zk,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Lk,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Sk,{...e})})]})})]})})},Hk=({attributes:e,id:t})=>{const{styles:a}=e,s=`#${t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${s} {\n\t\t\t${qn("display","table-cell")}\n\t\t\t${qn("text-align",a.alignment.desktop)}\n\t\t\t${Wn(a.normal.bg)}\n\t\t\ttransition: background ${a.hover.transition}s ease-in-out;\n\t\t}\n\t\t${s}:hover {\n\t\t\t${Wn(a.hover.bg)}\n\t\t}\n\t`}})},Tk=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s,getBlockRootClientId:o}=e("core/block-editor"),n=o(t);return{device:a()?.toLowerCase(),innerBlocks:s(t),parentClientId:n}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,innerBlocks:n,parentClientId:l}=e,{settings:r,tagName:c="td",className:d}=t,p=(0,h.useInnerBlocksProps)((0,h.useBlockProps)({tagName:c,className:d}),{template:[["core/paragraph",{placeholder:"Type / to choose a block"}]],templateLock:!1,renderAppender:n?.length>0?void 0:h.InnerBlocks.ButtonBlockAppender,__experimentalDirectInsert:!1}),g=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)($k,{attributes:t,setAttributes:a,device:o,updateObj:g,clientId:s,parentClientId:l}),(0,i.jsx)(Hk,{attributes:t,id:`block-${s}`}),(0,i.jsx)(c,{...p,colSpan:r?.colSpan,rowSpan:r.rowSpan})]})}));br("b-blocks/table")&&(0,d.registerBlockType)(Mk,{icon:ur,edit:Tk,save:h.InnerBlocks.Content});const Bk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table-footer","version":"1.0.0","title":"Table Footer","category":"bBlocks","description":"Make responsive and feature-rich tables on the go with B Blocks Table, offering styling, typography, and layout options tailored for modern web design.","parent":["b-blocks/table"],"keywords":["key1","key2","key3","key4","key5"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"settings":{"type":"object","default":{"rowSpan":1,"colSpan":1}},"styles":{"type":"object","default":{"alignment":{"desktop":"","tablet":"","mobile":""},"normal":{"bg":""},"hover":{"bg":"","transition":0.2}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),Ak=e=>{const{parentClientId:t}=e,{selectBlock:a}=(0,m.useDispatch)("core/block-editor");return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.PanelBody,{initialOpen:!0,children:(0,i.jsx)(xa,{onClick:()=>a(t),children:(0,v.__)("Open Parent Settings","b-blocks")})})})})},Vk=({attributes:e,id:t})=>{const{styles:a}=e,s=`#${t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${s} {\n\t\t\t${qn("text-align",a.alignment.desktop)}\n\t\t\t${Wn(a.normal.bg)}\n\t\t\ttransition: background ${a.hover.transition}s ease-in-out;\n\t\t}\n\t\t${s}:hover {\n\t\t\t${Wn(a.hover.bg)}\n\t\t}\n\t`}})},Nk=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s,getBlockRootClientId:o}=e("core/block-editor"),n=o(t);return{device:a()?.toLowerCase(),innerBlocks:s(t),parentClientId:n}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,parentClientId:n}=e,{settings:l}=t,r=(0,h.useInnerBlocksProps)((0,h.useBlockProps)({tagName:"tfoot"}),{template:[],templateLock:!1,renderAppender:!1,allowedBlocks:["b-blocks/table-row"]}),c=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ak,{attributes:t,setAttributes:a,device:o,updateObj:c,parentClientId:n}),(0,i.jsx)(Vk,{attributes:t,id:`block-${s}`}),(0,i.jsx)("tfoot",{...r,colSpan:l.colSpan,rowSpan:l.rowSpan})]})}));br("b-blocks/table")&&(0,d.registerBlockType)(Bk,{icon:ur,edit:Nk,save:h.InnerBlocks.Content});const Pk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/divider","title":"Divider","category":"bBlocks","description":"Add a customizable inline divider between paragraphs and sections. Choose a plain line, centered icon, or text label, with options for line style, color, thickness, width, alignment, and spacing.","keywords":["divider","separator","hr","line","rule","horizontal rule","or","section divider"],"textdomain":"b-blocks","attributes":{"type":{"type":"string","default":"line"},"layout":{"type":"object","default":{"alignment":"center","width":"100%"}},"line":{"type":"object","default":{"style":"solid","color":"#cccccc","width":"2px"}},"icon":{"type":"object","default":{"svg":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\" fill=\\"currentColor\\"><path d=\\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\\"/></svg>","size":"16px","color":"","bg":{"type":"solid","color":""},"padding":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"borderRadius":{"top":"50px","right":"50px","bottom":"50px","left":"50px"}}},"text":{"type":"object","default":{"content":"OR","color":"","bg":{"type":"solid","color":""},"typography":{"fontSize":{"desktop":"14px","tablet":"","mobile":""},"fontWeight":600,"textTransform":"none"},"padding":{"top":"4px","right":"12px","bottom":"4px","left":"12px"}}},"spacing":{"type":"object","default":{"top":"24px","right":"","bottom":"24px","left":""}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false,"anchor":true,"className":true,"customClassName":true,"spacing":{"margin":false,"padding":false}},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css"],"viewScript":"file:./view.js","render":"file:./render.php"}'),Ek=({attributes:e,id:t,isBackend:a=!1})=>{const{layout:s={},line:o={},icon:n={},text:l={},spacing:r={},advanced:c}=e,d=o.color||"#cccccc",h=n.color||d,p=l.color||d,g=`${o.width||"2px"} ${o.style||"solid"} ${d}`,u=`#${t} .b-blocks-divider`,m=`${u} .b-blocks-divider-inner`,v=`${u} .b-blocks-divider-line`,b=`${u} .b-blocks-divider-icon`,f=`${u} .b-blocks-divider-text`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",l.typography).googleFontLink}\n\t\t\t${u}{\n\t\t\t\t${qn("margin",ti(r))}\n\t\t\t}\n\t\t\t${m}{\n\t\t\t\tmax-width: ${s.width||"100%"};\n\t\t\t}\n\t\t\t${v}{\n\t\t\t\tborder-top: ${g};\n\t\t\t}\n\t\t\t${b}{\n\t\t\t\tcolor: ${h};\n\t\t\t\tfont-size: ${n.size||"16px"};\n\t\t\t\t${qn("padding",ti(n.padding))}\n\t\t\t\t${qn("border-radius",ti(n.borderRadius))}\n\t\t\t\t${Wn(n.bg)}\n\t\t\t}\n\t\t\t${b}>svg{\n\t\t\t\tfill: ${h};\n\t\t\t\t${qn("height",n.size)}\n\t\t\t\t${qn("width",n.size)}\n\t\t\t}\n\t\t\t${ei(f,l.typography).styles}\n\t\t\t${f}{\n\t\t\t\tcolor: ${p};\n\t\t\t\t${qn("padding",ti(l.padding))}\n\t\t\t\t${Wn(l.bg)}\n\t\t\t}\n\t\t\t${hi(t,c,a,!1)}\n\t\t\t`}})},Ik=["line","icon","text"],Ok=["solid","dashed","dotted","double"],Rk=["left","center","right"],Dk=({attributes:e,textSlot:t=null})=>{const{type:a="line",layout:s={},line:o={},icon:n={},text:l={}}=e,r=Ik.includes(a)?a:"line",c=["b-blocks-divider",`b-blocks-divider--${r}`,`b-blocks-divider-style--${Ok.includes(o.style)?o.style:"solid"}`,`b-blocks-divider-align--${Rk.includes(s.alignment)?s.alignment:"center"}`].join(" ");return(0,i.jsxs)("div",{className:c,children:["line"===r&&(0,i.jsx)("div",{className:"b-blocks-divider-inner",role:"separator",children:(0,i.jsx)("hr",{className:"b-blocks-divider-line","aria-hidden":"true"})}),"icon"===r&&(0,i.jsxs)("div",{className:"b-blocks-divider-inner",role:"separator",children:[(0,i.jsx)("span",{className:"b-blocks-divider-line","aria-hidden":"true"}),(0,i.jsx)("span",{className:"b-blocks-divider-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:n.svg||""}}),(0,i.jsx)("span",{className:"b-blocks-divider-line","aria-hidden":"true"})]}),"text"===r&&(0,i.jsxs)("div",{className:"b-blocks-divider-inner",role:"separator","aria-label":l.content||(0,v.__)("Section divider","b-blocks"),children:[(0,i.jsx)("span",{className:"b-blocks-divider-line","aria-hidden":"true"}),t||(0,i.jsx)("span",{className:"b-blocks-divider-text",children:l.content||""}),(0,i.jsx)("span",{className:"b-blocks-divider-line","aria-hidden":"true"})]})]})},Fk=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],qk=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],Wk=[{label:(0,v.__)("Plain Line","b-blocks"),value:"line"},{label:(0,v.__)("Line with Icon","b-blocks"),value:"icon"},{label:(0,v.__)("Line with Text Label","b-blocks"),value:"text"}],Uk=[{label:(0,v.__)("Solid","b-blocks"),value:"solid"},{label:(0,v.__)("Dashed","b-blocks"),value:"dashed"},{label:(0,v.__)("Dotted","b-blocks"),value:"dotted"},{label:(0,v.__)("Double","b-blocks"),value:"double"}],Gk=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],Yk=({attributes:e,updateObj:t})=>{const{type:a="line",layout:s={},icon:o={},text:n={}}=e,l="icon"===a,r="text"===a;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Type","b-blocks"),labelPosition:"edge",value:a||"line",options:Wk,onChange:e=>t("type",e),help:(0,v.__)("Icon and Text place a centered element between two line segments.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Alignment","b-blocks"),labelPosition:"edge",className:"mt10",value:s.alignment||"center",options:Gk,onChange:e=>t("layout",e,"alignment"),help:(0,v.__)("Only visible when Width is less than 100%.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Divider Width","b-blocks"),labelPosition:"edge",units:Fk,isUnitSelectTabbable:!0,value:s.width||"100%",onChange:e=>t("layout",e,"width")})]}),l&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Pa,{label:(0,v.__)("Icon","b-blocks"),value:o.svg,onChange:e=>t("icon",e,"svg")})}),r&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Text Label","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TextControl,{label:(0,v.__)("Label Text","b-blocks"),value:n.content||"",onChange:e=>t("text",(e||"").slice(0,40),"content"),placeholder:(0,v.__)("OR","b-blocks"),help:(0,v.__)("Short text shown centered on the line (max 40 chars). Also editable inline in the canvas.","b-blocks"),__nextHasNoMarginBottom:!0})})]})},Zk=({attributes:e,updateObj:t})=>{const{type:a="line",line:s={},icon:o={},text:n={},spacing:l={}}=e,r="icon"===a,c="text"===a;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Line","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Line Style","b-blocks"),labelPosition:"edge",value:s.style||"solid",options:Uk,onChange:e=>t("line",e,"style"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(De,{label:(0,v.__)("Line Color","b-blocks"),value:s.color||"#cccccc",onChange:e=>t("line",e||"#cccccc","color"),defaultColor:"#cccccc"}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Line Thickness","b-blocks"),labelPosition:"edge",units:Fk,isUnitSelectTabbable:!0,value:s.width||"2px",onChange:e=>t("line",e,"width")})]}),r&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Icon Size","b-blocks"),labelPosition:"edge",units:Fk,isUnitSelectTabbable:!0,value:o.size||"16px",onChange:e=>t("icon",e,"size")}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color:","b-blocks"),value:o.color||"",onChange:e=>t("icon",e||"","color"),defaultColor:s.color||"#cccccc"}),(0,i.jsx)(wa,{label:(0,v.__)("Icon Background ","b-blocks"),value:o.bg,onChange:e=>t("icon",e,"bg")}),(0,i.jsx)(w,{label:(0,v.__)("Icon Padding","b-blocks"),units:Fk,values:o.padding,resetValues:{top:"8px",right:"8px",bottom:"8px",left:"8px"},onChange:e=>t("icon",e,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Icon Border Radius","b-blocks"),units:Fk,values:o.borderRadius,resetValues:{top:"50px",right:"50px",bottom:"50px",left:"50px"},onChange:e=>t("icon",e,"borderRadius")})]}),c&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Text Label","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:n.typography,onChange:e=>t("text",e,"typography")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:n.color||"",onChange:e=>t("text",e||"","color"),defaultColor:s.color||"#cccccc"}),(0,i.jsx)(wa,{label:(0,v.__)("Text Background","b-blocks"),value:n.bg,onChange:e=>t("text",e,"bg")}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),units:Fk,values:n.padding,resetValues:{top:"4px",right:"12px",bottom:"4px",left:"12px"},onChange:e=>t("text",e,"padding")})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Spacing","b-blocks"),initialOpen:!1,children:(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),units:Fk,values:l,resetValues:{top:"24px",right:"",bottom:"24px",left:""},onChange:e=>t("spacing",e)})})]})},Kk=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:qk,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Yk,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Zk,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})})},Qk=["left","center","right"],Xk=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{type:n="line",layout:l={},text:r={}}=t,c=bBlocksPremiumChecker,d=me(t,a),p=Qk.includes(l.alignment)?l.alignment:"center",g="text"===n?(0,i.jsx)(h.RichText,{tagName:"span",className:"b-blocks-divider-text",value:r.content||"",onChange:e=>d("text",e,"content"),placeholder:(0,v.__)("OR","b-blocks"),allowedFormats:[]}):null;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:p,onChange:e=>d("layout",e||"center","alignment")})}),(0,i.jsx)(Kk,{attributes:t,setAttributes:a,updateObj:d,isPremium:c,device:o}),(0,i.jsx)("div",{...(0,h.useBlockProps)(),children:(0,i.jsxs)("div",{children:[(0,i.jsx)(Ek,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)(Dk,{attributes:t,textSlot:g})]})})]})}));br(Pk.name)&&(0,d.registerBlockType)(Pk,{icon:ir,edit:Xk,save:()=>null});const Jk=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/dual-color-heading","version":"1.0.0","title":"Dual Color Heading","category":"bBlocks","description":"Highlight content heading with different colors.","keywords":["dual","color","heading","dual-color-heading"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"sortElements":{"type":"array","default":["heading","separator","subHeading","icon"]},"heading":{"type":"object","default":{"tag":"h2","colorType":"solid","first":{"text":"Dual Heading","colorType":"gradient","color":"#146EF5","gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"},"last":{"text":"Example","colorType":"solid","color":"#FA52CA","gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)"},"typography":{"fontFamily":"Default","fontCategory":"sans-serif","fontVariant":"700","fontWeight":700,"isUploadFont":true,"fontSize":{"desktop":"40px","tablet":"36px","mobile":"32px"},"fontStyle":"normal","textTransform":"none","textDecoration":"auto","lineHeight":"135%","letterSpace":"0px"},"align":""}},"separator":{"type":"object","default":{"show":true,"type":"line","iconType":"upload","icon":{"upload":"","library":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'> <path d=\'M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z\'></path></svg>"},"iconSize":36,"iconColor":"#1e1e1e","alignment":"center","distance":"0px","left":{"color":"#146EF5","width":"100px","height":"5px","bRadius":{}},"right":{"color":"#00ffff","width":"100px","height":"5px","bRadius":{}},"margin":{"top":"14px","right":"0px","bottom":"14px","left":"0px"}}},"subHeading":{"type":"object","default":{"text":"Insert a meaningful line to evaluate the headline.","color":"#333","typography":{"fontSize":{"desktop":"16px","tablet":"15px","mobile":"15px"}}}},"icon":{"type":"object","default":{"show":true,"iconType":"upload","icon":{"upload":"","library":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'emoji-heart-eyes-fill\'><path d=\'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434m6.559 5.448a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z\'></path></svg>"},"img":{"url":"","alt":"","title":""},"size":36,"color":"#000"}},"alignment":{"type":"object","default":{"desktop":"center","tablet":"center","mobile":"center"}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"16px","right":"16px","bottom":"16px","left":"16px"},"tablet":{"top":"16px","right":"16px","bottom":"16px","left":"16px"},"mobile":{"top":"16px","right":"16px","bottom":"16px","left":"16px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 1)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":["file:./view.css","aos"],"render":"file:./render.php","viewScript":["file:./view.js","aos"]}'),eC="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIyLjg4IDExNy4wMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIyLjg4IDExNy4wMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTYzLjA5LDEuMTFsMTYsMzkuMWw0Mi4xNCwzLjEzYzAuOTgsMC4wNywxLjcyLDAuOTIsMS42NSwxLjljLTAuMDQsMC41Mi0wLjMsMC45OC0wLjY4LDEuMjhMOTAsNzMuNzlsMTAuMDQsNDEuMDUgYzAuMjMsMC45NS0wLjM2LDEuOTItMS4zMSwyLjE1Yy0wLjUsMC4xMi0xLDAuMDItMS4zOS0wLjI0bC0zNS45LTIyLjIxTDI1LjUsMTE2Ljc3Yy0wLjg0LDAuNTItMS45MywwLjI2LTIuNDUtMC41OCBjLTAuMjYtMC40Mi0wLjMyLTAuOTEtMC4yMi0xLjM1bDAsMGwxMC4wNC00MS4wNUwwLjYzLDQ2LjQ4Yy0wLjc1LTAuNjMtMC44NC0xLjc2LTAuMjEtMi41MWMwLjMyLTAuMzgsMC43Ny0wLjU5LDEuMjMtMC42M3YwIGw0Mi4xNC0zLjEzbDE2LTM5LjFjMC4zNy0wLjkxLDEuNDEtMS4zNSwyLjMxLTAuOThDNjIuNTcsMC4zMiw2Mi45MSwwLjY4LDYzLjA5LDEuMTFMNjMuMDksMS4xMUw2My4wOSwxLjExeiBNNjQuMSwzOS42NiBsNS43MSwxMy45NmwxNS4wNSwxLjEyYzAuMjcsMC4wMiwwLjUyLDAuMDgsMC43NiwwLjE3bDI5LjczLTguNDNsLTM3LjYyLTIuOGwwLTAuMDFjLTAuNjUtMC4wNS0xLjI2LTAuNDUtMS41Mi0xLjFMNjMuMTYsMTAuNjYgbDAuMywyOC4wOEM2My43NCwzOSw2My45NiwzOS4zMSw2NC4xLDM5LjY2TDY0LjEsMzkuNjZMNjQuMSwzOS42NnogTTExMS4xLDUxLjI1bC0yMy45NSw2Ljc5Yy0wLjE1LDAuNTItMC40NywwLjk3LTAuODgsMS4yOSBsLTExLjQ1LDkuN2wzLjU5LDE0LjY3YzAuMDcsMC4yOSwwLjA5LDAuNTgsMC4wNiwwLjg2bDE1Ljg2LDIxLjlMODYuMyw3My42NWMtMC4yLTAuNjYsMC0xLjQsMC41Ni0xLjg3TDExMS4xLDUxLjI1TDExMS4xLDUxLjI1eiBNOTIuMjEsMTA5LjM5bC0xNi4zLTIyLjUxYy0wLjUxLDAtMC45OS0wLjE1LTEuNC0wLjQyTDYzLjYsNzkuN3YxMS4xN2MwLDAuMjUtMC4wNSwwLjQ5LTAuMTUsMC43MUw5Mi4yMSwxMDkuMzlMOTIuMjEsMTA5LjM5eiBNNjAuMTgsOTEuMTNjLTAuMDEtMC4wOC0wLjAyLTAuMTctMC4wMi0wLjI1Vjc5LjUxbC0xMS4yOCw2Ljk4Yy0wLjM0LDAuMjEtMC43MSwwLjMzLTEuMDksMC4zN0wzMC42NSwxMDkuNEw2MC4xOCw5MS4xMyBMNjAuMTgsOTEuMTN6IE0yOC41MywxMDYuNTRsMTYuNDktMjEuNjhjLTAuMDgtMC4zOC0wLjA4LTAuNzgsMC4wMS0xLjE1bDAsMGwzLjU5LTE0LjY3TDM3LjEsNTkuMjdjLTAuNDMtMC4zNi0wLjctMC44My0wLjgzLTEuMzMgTDguNzEsNDguNjZsMjcuMzEsMjMuMTJsMCwwYzAuNSwwLjQyLDAuNzQsMS4xLDAuNTgsMS43OEwyOC41MywxMDYuNTRMMjguNTMsMTA2LjU0eiBNMTIsNDYuMTVsMjUuNjUsOC42NSBjMC4wOCwwLjAzLDAuMTYsMC4wNiwwLjIzLDAuMWMwLjIyLTAuMDgsMC40Ni0wLjEzLDAuNy0wLjE1bDAsMGwxNS4wNi0xLjEybDUuNzEtMTMuOTZjMC4xNi0wLjM5LDAuNC0wLjcxLDAuNjktMC45N2wtMC4zLTI4LjA1IGwtMTMuMDEsMzEuOGMtMC4yMSwwLjY4LTAuODIsMS4xOS0xLjU4LDEuMjVMMTIsNDYuMTVMMTIsNDYuMTV6IE02MC4xLDQ0LjU5bC00LjcsMTEuNDhsLTE2LjY0LDEuMjRsMTIuNzQsMTAuNzlsLTMuOTcsMTYuMjEgbDAuNjEtMC4zOGwyLjg4LTEuNzhsMTAuNy02LjYybDQuNzEsMi45Mmw5LjExLDUuNjRsMC4zNywwLjIzbC0zLjk3LTE2LjIxbDEyLjc0LTEwLjc5bC0wLjI2LTAuMDJ2MGwtMTYuMzgtMS4yMmwtNC41MS0xMS4wM3YwIGwtMS44MS00LjQyTDYwLjEsNDQuNTlMNjAuMSw0NC41OXoiLz48L2c+PC9zdmc+",tC="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+DQogICAgPHRpdGxlPm9rdGE8L3RpdGxlPg0KICAgIDxnPg0KICAgICAgICA8cGF0aCBkPSJNMTQwLjg0NDI4LDEuNzc3Nzc3NzggTDEzNS41Nzg0ODEsNjYuNjMxMTExMSBDMTMzLjA4NzksNjYuMzQ2NjY2NyAxMzAuNTk3MzIsNjYuMjA0NDQ0NCAxMjguMDM1NTgsNjYuMjA0NDQ0NCBDMTI0LjgzMzQwNSw2Ni4yMDQ0NDQ0IDEyMS43MDIzODksNjYuNDE3Nzc3OCAxMTguNjQyNTMzLDY2LjkxNTU1NTYgTDExNS42NTM4MzcsMzUuNDg0NDQ0NCBDMTE1LjU4MjY3NywzNC40ODg4ODg5IDExNi4zNjU0MzEsMzMuNjM1NTU1NiAxMTcuMzYxNjYzLDMzLjYzNTU1NTYgTDEyMi42OTg2MjEsMzMuNjM1NTU1NiBMMTIwLjEzNjg4MSwxLjg0ODg4ODg5IEMxMjAuMDY1NzIyLDAuODUzMzMzMzMzIDEyMC44NDg0NzYsMCAxMjEuNzczNTQ5LDAgTDEzOS4yMDc2MTIsMCBDMTQwLjIwMzg0NSwwIDE0MC45ODY1OTgsMC44NTMzMzMzMzMgMTQwLjg0NDI4LDEuODQ4ODg4ODkgTDE0MC44NDQyOCwxLjg0ODg4ODg5IEwxNDAuODQ0MjgsMS43Nzc3Nzc3OCBaIE05Ni44Njc3NDM0LDQuOTc3Nzc3NzggQzk2LjU4MzEwNTYsNC4wNTMzMzMzMyA5NS41ODY4NzM0LDMuNDg0NDQ0NDQgOTQuNjYxODAwNiwzLjg0IEw3OC4yOTUxMjg2LDkuODEzMzMzMzMgQzc3LjM3MDA1NTgsMTAuMTY4ODg4OSA3Ni45NDMwOTkxLDExLjIzNTU1NTYgNzcuMzcwMDU1OCwxMi4wODg4ODg5IEw5MC42NzY4NzE4LDQxLjEwMjIyMjIgTDg1LjYyNDU1MTMsNDIuOTUxMTExMSBDODQuNjk5NDc4NSw0My4zMDY2NjY3IDg0LjI3MjUyMTgsNDQuMzczMzMzMyA4NC42OTk0Nzg1LDQ1LjIyNjY2NjcgTDk4LjI5MDkzMjIsNzMuNzQyMjIyMiBDMTAzLjIwMDkzNCw3MS4wNCAxMDguNTM3ODkyLDY4Ljk3Nzc3NzggMTE0LjE1OTQ4OCw2Ny42OTc3Nzc4IEw5Ni45Mzg5MDI4LDQuOTc3Nzc3NzggTDk2Ljg2Nzc0MzQsNC45Nzc3Nzc3OCBaIE01Ni43MzM4MTcxLDIzLjA0IEw5NC4zNzcxNjI4LDc2LjA4ODg4ODkgQzg5LjYwOTQ4MDEsNzkuMjE3Nzc3OCA4NS4yNjg3NTQsODIuOTE1NTU1NiA4MS41Njg0NjMsODcuMTgyMjIyMiBMNTkuMDEwOTE5Myw2NC45OTU1NTU2IEM1OC4yOTkzMjQ5LDY0LjI4NDQ0NDQgNTguMzcwNDg0Myw2My4xNDY2NjY3IDU5LjA4MjA3ODgsNjIuNTA2NjY2NyBMNjMuMjA5MzI2NSw1OS4wOTMzMzMzIEw0MC43OTQxMDE3LDM2LjQwODg4ODkgQzQwLjA4MjUwNzMsMzUuNjk3Nzc3OCA0MC4xNTM2NjY3LDM0LjU2IDQwLjkzNjQyMDYsMzMuOTIgTDU0LjI0MzIzNjYsMjIuNzU1NTU1NiBDNTUuMDI1OTkwNSwyMi4xMTU1NTU2IDU2LjA5MzM4MjEsMjIuMjU3Nzc3OCA1Ni42NjI2NTc3LDIzLjA0IEw1Ni43MzM4MTcxLDIzLjA0IFogTTI1LjEzOTAyNDEsNTMuNzYgQzI0LjM1NjI3MDIsNTMuMTkxMTExMSAyMy4yMTc3MTkxLDUzLjQ3NTU1NTYgMjIuNzE5NjAzLDU0LjMyODg4ODkgTDE0LjAzODE1MDksNjkuNDA0NDQ0NCBDMTMuNTQwMDM0OCw3MC4yNTc3Nzc4IDEzLjg5NTgzMiw3MS4zMjQ0NDQ0IDE0Ljc0OTc0NTMsNzEuNzUxMTExMSBMNDMuNjQwNDc5NSw4NS40MDQ0NDQ0IEw0MC45MzY0MjA2LDkwLjAyNjY2NjcgQzQwLjQzODMwNDUsOTAuODggNDAuNzk0MTAxNyw5Mi4wMTc3Nzc4IDQxLjcxOTE3NDUsOTIuMzczMzMzMyBMNzAuNDY3NTg5NywxMDUuNTI4ODg5IEM3Mi41MzEyMTM2LDEwMC4xOTU1NTYgNzUuMzA2NDMxOSw5NS4yMTc3Nzc4IDc4LjcyMjA4NTIsOTAuNzM3Nzc3OCBMMjUuMTM5MDI0MSw1My43NiBaIE0zLjg2MjM1MDQyLDk0LjcyIEM0LjAwNDY2OTMxLDkzLjcyNDQ0NDQgNS4wMDA5MDE1Miw5My4xNTU1NTU2IDUuOTI1OTc0MjksOTMuMzY4ODg4OSBMNjguOTAyMDgyLDEwOS43OTU1NTYgQzY3LjI2NTQxNDgsMTE1LjEyODg4OSA2Ni4zNDAzNDIsMTIwLjc0NjY2NyA2Ni4xOTgwMjMxLDEyNi41Nzc3NzggTDM0LjY3NDM4OTYsMTI0LjAxNzc3OCBDMzMuNjc4MTU3MywxMjMuOTQ2NjY3IDMyLjk2NjU2MjksMTIzLjAyMjIyMiAzMy4xODAwNDEyLDEyMi4wMjY2NjcgTDM0LjEwNTExNCwxMTYuNzY0NDQ0IEwyLjI5Njg0MjY2LDExMy43Nzc3NzggQzEuMzAwNjEwNDQsMTEzLjcwNjY2NyAwLjY2MDE3NTQ1MSwxMTIuNzgyMjIyIDAuODAyNDk0MzM5LDExMS43ODY2NjcgTDMuNzkxMTkwOTgsOTQuNjQ4ODg4OSBMMy43OTExOTA5OCw5NC42NDg4ODg5IEwzLjg2MjM1MDQyLDk0LjcyIFogTTEuNTE0MDg4NzgsMTM3LjI0NDQ0NCBDMC41MTc4NTY1NjQsMTM3LjMxNTU1NiAtMC4xMjI1Nzg0MywxMzguMjQgMC4wMTk3NDA0NTc4LDEzOS4yMzU1NTYgTDMuMDc5NTk2NTQsMTU2LjM3MzMzMyBDMy4yMjE5MTU0MywxNTcuMzY4ODg5IDQuMjE4MTQ3NjQsMTU3LjkzNzc3OCA1LjE0MzIyMDQxLDE1Ny43MjQ0NDQgTDM2LjAyNjQxOSwxNDkuNjg4ODg5IEwzNi45NTE0OTE4LDE1NC45NTExMTEgQzM3LjA5MzgxMDYsMTU1Ljk0NjY2NyAzOC4wOTAwNDI5LDE1Ni41MTU1NTYgMzkuMDE1MTE1NiwxNTYuMzAyMjIyIEw2OS40NzEzNTc1LDE0Ny45MTExMTEgQzY3LjY5MjM3MTQsMTQyLjY0ODg4OSA2Ni41NTM4MjAzLDEzNy4wMzExMTEgNjYuMjY5MTgyNiwxMzEuMjcxMTExIEwxLjQ0MjkyOTMzLDEzNy4yNDQ0NDQgTDEuNTE0MDg4NzgsMTM3LjI0NDQ0NCBaIE0xMS42MTg3Mjk4LDE4Mi4zMjg4ODkgQzExLjEyMDYxMzcsMTgxLjQ3NTU1NiAxMS40NzY0MTA5LDE4MC40MDg4ODkgMTIuMzMwMzI0MiwxNzkuOTgyMjIyIEw3MS4xMDgwMjQ3LDE1Mi4xMDY2NjcgQzczLjMxMzk2NzUsMTU3LjM2ODg4OSA3Ni4zMDI2NjQxLDE2Mi4yNzU1NTYgNzkuODYwNjM2MywxNjYuNjg0NDQ0IEw1NC4xMDA5MTc3LDE4NS4wMzExMTEgQzUzLjMxODE2MzgsMTg1LjYgNTIuMTc5NjEyNywxODUuMzg2NjY3IDUxLjY4MTQ5NjYsMTg0LjUzMzMzMyBMNDguOTc3NDM3NywxNzkuODQgTDIyLjcxOTYwMywxOTcuOTczMzMzIEMyMS45MzY4NDkxLDE5OC41NDIyMjIgMjAuNzk4Mjk4LDE5OC4yNTc3NzggMjAuMzAwMTgxOSwxOTcuNDA0NDQ0IEwxMS41NDc1NzAzLDE4Mi4zMjg4ODkgTDExLjYxODcyOTgsMTgyLjMyODg4OSBaIE04Mi44NDkzMzMsMTcwLjA5Nzc3OCBMMzcuMDkzODEwNiwyMTYuMzkxMTExIEMzNi4zODIyMTYyLDIxNy4xMDIyMjIgMzYuNDUzMzc1NiwyMTguMjQgMzcuMjM2MTI5NSwyMTguODggTDUwLjYxNDEwNDksMjMwLjA0NDQ0NCBDNTEuMzk2ODU4OCwyMzAuNjg0NDQ0IDUyLjQ2NDI1MDUsMjMwLjU0MjIyMiA1My4wMzM1MjYsMjI5Ljc2IEw3MS41MzQ5ODE0LDIwMy43MzMzMzMgTDc1LjY2MjIyOTEsMjA3LjIxNzc3OCBDNzYuNDQ0OTgzLDIwNy44NTc3NzggNzcuNTgzNTM0MSwyMDcuNzE1NTU2IDc4LjE1MjgwOTcsMjA2Ljg2MjIyMiBMOTYuMDg0OTg5NSwxODAuODM1NTU2IEM5MS4yNDYxNDczLDE3Ny44NDg4ODkgODYuNzYzMTAyNCwxNzQuMjIyMjIyIDgyLjkyMDQ5MjQsMTcwLjA5Nzc3OCBMODIuODQ5MzMzLDE3MC4wOTc3NzggWiBNNzMuODEyMDgzNiwyNDQuNDA4ODg5IEM3Mi44ODcwMTA4LDI0NC4wNTMzMzMgNzIuNDYwMDU0MiwyNDIuOTg2NjY3IDcyLjg4NzAxMDgsMjQyLjEzMzMzMyBMOTkuOTk4NzU4OSwxODIuOTY4ODg5IEMxMDQuOTc5OTIsMTg1LjUyODg4OSAxMTAuMzg4MDM4LDE4Ny40NDg4ODkgMTE2LjAwOTYzNCwxODguNTE1NTU2IEwxMDguMDM5Nzc2LDIxOS4wOTMzMzMgQzEwNy44MjYyOTgsMjIwLjAxNzc3OCAxMDYuNzU4OTA2LDIyMC41ODY2NjcgMTA1LjgzMzgzMywyMjAuMjMxMTExIEwxMDAuNzgxNTEzLDIxOC4zODIyMjIgTDkyLjMxMzUzOSwyNDkuMTczMzMzIEM5Mi4wMjg5MDEyLDI1MC4wOTc3NzggOTEuMDMyNjY5LDI1MC42NjY2NjcgOTAuMTA3NTk2MiwyNTAuMzExMTExIEw3My43NDA5MjQyLDI0NC4zMzc3NzggTDczLjc0MDkyNDIsMjQ0LjMzNzc3OCBMNzMuODEyMDgzNiwyNDQuNDA4ODg5IFogTTEyMC40OTI2NzksMTg5LjI5Nzc3OCBMMTE1LjIyNjg4LDI1NC4xNTExMTEgQzExNS4xNTU3MiwyNTUuMTQ2NjY3IDExNS45Mzg0NzQsMjU2IDExNi44NjM1NDcsMjU2IEwxMzQuMjk3NjExLDI1NiBDMTM1LjI5Mzg0MywyNTYgMTM2LjA3NjU5NywyNTUuMTQ2NjY3IDEzNS45MzQyNzgsMjU0LjE1MTExMSBMMTMzLjM3MjUzOCwyMjIuMzY0NDQ0IEwxMzguNzA5NDk2LDIyMi4zNjQ0NDQgQzEzOS43MDU3MjgsMjIyLjM2NDQ0NCAxNDAuNDg4NDgyLDIyMS41MTExMTEgMTQwLjQxNzMyMywyMjAuNTE1NTU2IEwxMzcuNDI4NjI2LDE4OS4wODQ0NDQgQzEzNC4zNjg3NywxODkuNTgyMjIyIDEzMS4yMzc3NTUsMTg5Ljc5NTU1NiAxMjguMDM1NTgsMTg5Ljc5NTU1NiBDMTI1LjQ3Mzg0LDE4OS43OTU1NTYgMTIyLjk4MzI1OSwxODkuNjUzMzMzIDEyMC40OTI2NzksMTg5LjI5Nzc3OCBMMTIwLjQ5MjY3OSwxODkuMjk3Nzc4IFogTTE4My4yNTUzMDgsMTMuNzI0NDQ0NCBDMTgzLjY4MjI2NSwxMi44IDE4My4yNTUzMDgsMTEuODA0NDQ0NCAxODIuMzMwMjM1LDExLjQ0ODg4ODkgTDE2NS45NjM1NjMsNS40NzU1NTU1NiBDMTY1LjAzODQ5LDUuMTIgMTY0LjA0MjI1OCw1LjY4ODg4ODg5IDE2My43NTc2Miw2LjYxMzMzMzMzIEwxNTUuMjg5NjQ3LDM3LjQwNDQ0NDQgTDE1MC4yMzczMjYsMzUuNTU1NTU1NiBDMTQ5LjMxMjI1MywzNS4yIDE0OC4zMTYwMjEsMzUuNzY4ODg4OSAxNDguMDMxMzgzLDM2LjY5MzMzMzMgTDE0MC4wNjE1MjYsNjcuMjcxMTExMSBDMTQ1Ljc1NDI4MSw2OC40MDg4ODg5IDE1MS4wOTEyMzksNzAuMzI4ODg4OSAxNTYuMDcyNDAxLDcyLjgxNzc3NzggTDE4My4yNTUzMDgsMTMuNzI0NDQ0NCBMMTgzLjI1NTMwOCwxMy43MjQ0NDQ0IFogTTIxOC45NzczNDksMzkuNTM3Nzc3OCBMMTczLjIyMTgyNiw4NS44MzExMTExIEMxNjkuMzc5MjE3LDgxLjcwNjY2NjcgMTY0Ljk2NzMzMSw3OC4wOCAxNjAuMDU3MzI5LDc1LjA5MzMzMzMgTDE3Ny45ODk1MDksNDkuMDY2NjY2NyBDMTc4LjU1ODc4NSw0OC4yODQ0NDQ0IDE3OS42OTczMzYsNDguMDcxMTExMSAxODAuNDgwMDksNDguNzExMTExMSBMMTg0LjYwNzMzNyw1Mi4xOTU1NTU2IEwyMDMuMTA4NzkzLDI2LjE2ODg4ODkgQzIwMy42NzgwNjgsMjUuMzg2NjY2NyAyMDQuODE2NjIsMjUuMjQ0NDQ0NCAyMDUuNTI4MjE0LDI1Ljg4NDQ0NDQgTDIxOC45MDYxODksMzcuMDQ4ODg4OSBDMjE5LjY4ODk0MywzNy42ODg4ODg5IDIxOS42ODg5NDMsMzguODI2NjY2NyAyMTkuMDQ4NTA4LDM5LjUzNzc3NzggTDIxOC45NzczNDksMzkuNTM3Nzc3OCBaIE0yNDMuNzQwODM1LDc1Ljk0NjY2NjcgQzI0NC42NjU5MDgsNzUuNTIgMjQ0Ljk1MDU0Niw3NC40NTMzMzMzIDI0NC40NTI0Myw3My42IEwyMzUuNjk5ODE4LDU4LjUyNDQ0NDQgQzIzNS4yMDE3MDIsNTcuNjcxMTExMSAyMzQuMDYzMTUxLDU3LjQ1Nzc3NzggMjMzLjI4MDM5Nyw1Ny45NTU1NTU2IEwyMDcuMDIyNTYyLDc2LjA4ODg4ODkgTDIwNC4zMTg1MDMsNzEuNDY2NjY2NyBDMjAzLjgyMDM4Nyw3MC42MTMzMzMzIDIwMi42ODE4MzYsNzAuMzI4ODg4OSAyMDEuODk5MDgyLDcwLjk2ODg4ODkgTDE3Ni4xMzkzNjQsODkuMzE1NTU1NiBDMTc5LjY5NzMzNiw5My43MjQ0NDQ0IDE4Mi42MTQ4NzMsOTguNjMxMTExMSAxODQuODkxOTc1LDEwMy44OTMzMzMgTDI0My42Njk2NzYsNzYuMDE3Nzc3OCBMMjQzLjc0MDgzNSw3NS45NDY2NjY3IFogTTI1Mi45OTE1NjMsOTkuNTU1NTU1NiBMMjU1Ljk4MDI2LDExNi42OTMzMzMgQzI1Ni4xMjI1NzgsMTE3LjY4ODg4OSAyNTUuNDgyMTQzLDExOC41NDIyMjIgMjU0LjQ4NTkxMSwxMTguNjg0NDQ0IEwxODkuNjU5NjU4LDEyNC43Mjg4ODkgQzE4OS4zNzUwMiwxMTguODk3Nzc4IDE4OC4yMzY0NjksMTEzLjM1MTExMSAxODYuNDU3NDgzLDEwOC4wODg4ODkgTDIxNi45MTM3MjUsOTkuNjk3Nzc3OCBDMjE3LjgzODc5OCw5OS40MTMzMzMzIDIxOC44MzUwMywxMDAuMDUzMzMzIDIxOC45NzczNDksMTAxLjA0ODg4OSBMMjE5LjkwMjQyMiwxMDYuMzExMTExIEwyNTAuNzg1NjIsOTguMjc1NTU1NiBDMjUxLjcxMDY5Myw5OC4wNjIyMjIyIDI1Mi43MDY5MjUsOTguNjMxMTExMSAyNTIuODQ5MjQ0LDk5LjYyNjY2NjcgTDI1Mi44NDkyNDQsOTkuNjI2NjY2NyBMMjUyLjk5MTU2Myw5OS41NTU1NTU2IFogTTI1MC4wNzQwMjYsMTYyLjQ4ODg4OSBDMjUwLjk5OTA5OCwxNjIuNzAyMjIyIDI1MS45OTUzMzEsMTYyLjEzMzMzMyAyNTIuMTM3NjUsMTYxLjEzNzc3OCBMMjU1LjEyNjM0NiwxNDQgQzI1NS4yNjg2NjUsMTQzLjAwNDQ0NCAyNTQuNjI4MjMsMTQyLjE1MTExMSAyNTMuNjMxOTk4LDE0Mi4wMDg4ODkgTDIyMS44MjM3MjcsMTM5LjAyMjIyMiBMMjIyLjc0ODc5OSwxMzMuNzYgQzIyMi44OTExMTgsMTMyLjc2NDQ0NCAyMjIuMjUwNjgzLDEzMS45MTExMTEgMjIxLjI1NDQ1MSwxMzEuNzY4ODg5IEwxODkuNzMwODE3LDEyOS4yMDg4ODkgQzE4OS41ODg0OTksMTM1LjA0IDE4OC42NjM0MjYsMTQwLjY1Nzc3OCAxODcuMDI2NzU5LDE0NS45OTExMTEgTDI1MC4wMDI4NjYsMTYyLjQxNzc3OCBMMjUwLjAwMjg2NiwxNjIuNDE3Nzc4IEwyNTAuMDc0MDI2LDE2Mi40ODg4ODkgWiBNMjMzLjI4MDM5NywyMDEuNiBDMjMyLjc4MjI4MSwyMDIuNDUzMzMzIDIzMS42NDM3MywyMDIuNjY2NjY3IDIzMC44NjA5NzYsMjAyLjE2ODg4OSBMMTc3LjI3NzkxNSwxNjUuMTkxMTExIEMxODAuNjkzNTY4LDE2MC43MTExMTEgMTgzLjQ2ODc4NiwxNTUuNzMzMzMzIDE4NS41MzI0MSwxNTAuNCBMMjE0LjI4MDgyNiwxNjMuNTU1NTU2IEMyMTUuMjA1ODk4LDE2My45ODIyMjIgMjE1LjU2MTY5NiwxNjUuMDQ4ODg5IDIxNS4wNjM1NzksMTY1LjkwMjIyMiBMMjEyLjM1OTUyMSwxNzAuNTI0NDQ0IEwyNDEuMjUwMjU1LDE4NC4xNzc3NzggQzI0Mi4xMDQxNjgsMTg0LjYwNDQ0NCAyNDIuNDU5OTY1LDE4NS42NzExMTEgMjQxLjk2MTg0OSwxODYuNTI0NDQ0IEwyMzMuMjgwMzk3LDIwMS42IEwyMzMuMjgwMzk3LDIwMS42IEwyMzMuMjgwMzk3LDIwMS42IFogTTE2MS42MjI4MzcsMTc5Ljc2ODg4OSBMMTk5LjI2NjE4MywyMzIuODE3Nzc4IEMxOTkuODM1NDU4LDIzMy42IDIwMC45NzQwMSwyMzMuNzQyMjIyIDIwMS42ODU2MDQsMjMzLjEwMjIyMiBMMjE0Ljk5MjQyLDIyMS45Mzc3NzggQzIxNS43NzUxNzQsMjIxLjI5Nzc3OCAyMTUuNzc1MTc0LDIyMC4xNiAyMTUuMTM0NzM5LDIxOS40NDg4ODkgTDE5Mi43MTk1MTQsMTk2Ljc2NDQ0NCBMMTk2Ljg0Njc2MiwxOTMuMzUxMTExIEMxOTcuNjI5NTE2LDE5Mi43MTExMTEgMTk3LjYyOTUxNiwxOTEuNTczMzMzIDE5Ni45MTc5MjEsMTkwLjg2MjIyMiBMMTc0LjM2MDM3OCwxNjguNjc1NTU2IEMxNzAuNTg4OTI3LDE3Mi45NDIyMjIgMTY2LjMxOTM2LDE3Ni43MTExMTEgMTYxLjU1MTY3OCwxNzkuNzY4ODg5IEwxNjEuNTUxNjc4LDE3OS43Njg4ODkgTDE2MS42MjI4MzcsMTc5Ljc2ODg4OSBaIE0xNjEuMjY3MDQsMjUyLjAxNzc3OCBDMTYwLjM0MTk2NywyNTIuMzczMzMzIDE1OS4zNDU3MzUsMjUxLjgwNDQ0NCAxNTkuMDYxMDk3LDI1MC44OCBMMTQxLjg0MDUxMiwxODguMTYgQzE0Ny40NjIxMDgsMTg2Ljg4IDE1Mi43OTkwNjYsMTg0LjgxNzc3OCAxNTcuNzA5MDY4LDE4Mi4xMTU1NTYgTDE3MS4zMDA1MjIsMjEwLjYzMTExMSBDMTcxLjcyNzQ3OCwyMTEuNTU1NTU2IDE3MS4zMDA1MjIsMjEyLjYyMjIyMiAxNzAuMzc1NDQ5LDIxMi45MDY2NjcgTDE2NS4zMjMxMjgsMjE0Ljc1NTU1NiBMMTc4LjYyOTk0NCwyNDMuNzY4ODg5IEMxNzkuMDU2OTAxLDI0NC42OTMzMzMgMTc4LjYyOTk0NCwyNDUuNjg4ODg5IDE3Ny43MDQ4NzEsMjQ2LjA0NDQ0NCBMMTYxLjMzODE5OSwyNTIuMDE3Nzc4IEwxNjEuMzM4MTk5LDI1Mi4wMTc3NzggTDE2MS4yNjcwNCwyNTIuMDE3Nzc4IFoiPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4NCg==",aC=e=>"image/svg+xml"===(e&&(e.type||("string"==typeof e&&"svg"===e.split(".").pop().toLowerCase()?"image/svg+xml":null))),sC=({attributes:e})=>{const{sortElements:t,heading:a,icon:s,separator:o,subHeading:n}=e,l=(0,g.useRef)(null);return(0,i.jsx)("div",{className:"dch-dual-color-container",ref:l,children:t.map(((e,t)=>{switch(e){case"heading":return(0,i.jsxs)(_a,{tagName:a.tag,className:"dch-dual-color-title",children:[(0,i.jsxs)("span",{className:"heading-first",children:[a.first.text," "]}),(0,i.jsx)("span",{className:"heading-last",children:a.last.text})]},t);case"separator":return o.show&&(0,i.jsxs)("div",{className:"dch-separator-wrapper",children:["line"===o.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("span",{className:"separator-left"}),(0,i.jsx)("span",{className:"separator-right"})]}),"icon"===o.type&&(0,i.jsxs)(g.Fragment,{children:["upload"===o.iconType&&(0,i.jsx)("span",{className:"dch-separator-icon",children:aC(o.icon.upload)?(0,i.jsx)(Vi,{src:o.icon?.upload?o.icon.upload:eC}):Ct(o.icon.upload)?(0,i.jsx)("img",{src:o.icon?.upload,alt:""}):(0,i.jsx)(Vi,{src:o.icon?.upload?o.icon.upload:eC})}),"library"===o.iconType&&(0,i.jsx)("span",{className:"dch-separator-icon",dangerouslySetInnerHTML:{__html:o.icon?.library}})]},t)]},t);case"subHeading":return(0,i.jsx)("div",{className:"dch-dual-color-subcontent",dangerouslySetInnerHTML:{__html:n.text}},t);case"icon":return s.show&&(0,i.jsxs)(g.Fragment,{children:["upload"===s.iconType&&(0,i.jsx)("span",{className:"dch-dual-color-icon-svg",children:aC(s.icon?.upload.url)?(0,i.jsx)(Vi,{src:s.icon?.upload.url||tC}):Ct(s.icon?.upload.url)?(0,i.jsx)("img",{src:s.icon?.upload.url,alt:""}):(0,i.jsx)(Vi,{src:s.icon?.upload.url||tC})}),"library"===s.iconType&&(0,i.jsx)("span",{className:"dch-dual-color-icon-svg",dangerouslySetInnerHTML:{__html:s.icon.library}})]},t)}}))})},oC=({attributes:a,id:s,isBackend:o=!1})=>{const{heading:n,alignment:l,icon:r,subHeading:c,separator:d,advanced:h}=a,p=`#${s}`,g=`${p} .dch-dual-color-container`,u=`${g} .dch-dual-color-title`,m=`${g} .dch-dual-color-subcontent`,v=`${p} .dch-separator-wrapper`,b=`${v} .dch-separator-icon`,f=`${g} .dch-dual-color-icon-svg`,w=e=>"justify-items: "+("left"===l[e]?"start":"right"===l[e]?"end":"center");return(0,i.jsx)("style",{children:`\n\t\t\t${ei("",n.typography)?.googleFontLink}\n\t\t\t${ei("",c.typography)?.googleFontLink}\n\t\t\t${g}{\n\t\t\t\t${w("desktop")};\n\t\t\t}\n\t\t\t${ei(u,n.typography).styles}\n\n\t\t\t${v}{\n\t\t\t\tgap: ${d.distance};\n\t\t\t\tjustify-content:${"left"===d.alignment?"flex-start":"center"===d.alignment?"center":"flex-end"};\n\t\t\t\tmargin: ${ti(d.margin)};\n\t}\n\n ${["left","right"].map((e=>`${p} .separator-${e}{\n ${qn("width",d[e].width)}\n ${qn("height",d[e].height)}\n ${qn("background",d[e].color)}\n ${qn("border-radius",d[e].bRadius)}\n }`)).join("")}\n\n\t\t\t${u}{\n\t\t\t\t${qn("width",n?.align?"100%":"")}\n\t\t\t\t${qn("text-align",n?.align)}\n\t\t\t}\n\n\t\t\t${b}> svg{\n ${qn("height",Ct(d.iconSize)?d.iconSize+"px":"")}\n ${qn("width",Ct(d.iconSize)?d.iconSize+"px":"")}\n ${qn("color",d.iconColor)}\n ${qn("fill",d.iconColor)}\n\t\t\t}\n\t\t\t${b}> img{\n ${qn("height",Ct(d.iconSize)?d.iconSize+"px":"")}\n ${qn("width",Ct(d.iconSize)?d.iconSize+"px":"")}\n\t\t\t}\n\t\t\t${b} svg path{\n ${qn("color",d.iconColor)}\n\t\t\t}\n\t\t\t${f}>svg{\n ${qn("height",Ct(r.size)?r.size+"px":"")}\n ${qn("width",Ct(r.size)?r.size+"px":"")}\n ${qn("color",r.color)}\n ${qn("fill",r.color)}\n\t\t\t}\n\n\t\t\t${f}>img{\n ${qn("height",Ct(r.size)?r.size+"px":"")}\n ${qn("width",Ct(r.size)?r.size+"px":"")}\n ${qn("color",r.color)}\n\t\t\t}\n\n\t\t\t${f}>svg path{\n ${qn("color",r.color)}\n\t\t\t}\n\t\t\t${m}{\n ${qn("color",Ct(c.color)?`${c.color} !important`:"")}\n\t\t\t\tdisplay:grid;\n\t\t\t\t${w("desktop")};\n\t\t\t}\n\t\t\t${ei(`${m}>*`,c.typography).styles}\n\n\t\t\t${["first","last"].map((e=>`${u} .heading-${e}{\n\t\t\t\t\t\t${n[e].color?`color:${"solid"===n[e].colorType&&n[e].color};`:`background:${n[e].gradient};`}\n\t\t\t\t\t\tbackground:${"gradient"===n[e].colorType&&n[e].gradient};\n\t\t\t${"gradient"===n[e].colorType||0===n[e].color.length?"\n\t\t\t\t\t-webkit-background-clip: text;\n\t\t\t\t\t-webkit-text-fill-color: transparent; \n\t\t\t\t\t":""}\n\t\t\t}`)).join("")}\n\t\t\t${e} {\n\t\t\t\t${g}{\n\t\t\t\t\t${w("tablet")};\n\t\t\t\t}\n\t\t\t\t${m}{\n\t\t\t\t\t${w("tablet")};\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t${t} {\n\t\t\t\t${g}{\n\t\t\t\t\t${w("mobile")};\n\t\t\t\t}\n\t\t\t\t${m}{\n\t\t\t\t\t${w("mobile")};\n\t\t\t\t}\n\t\t\t}\n\t\t\t${pi(s,h,o)}\n\t`})},nC=[{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:"H5",value:"h5"},{label:"H6",value:"h6"},{label:"span",value:"span"},{label:"P",value:"p"},{label:"div",value:"div"}],iC={top:"14px",right:"14px",bottom:"14px",left:"14px"},lC={top:"0px",right:"0px",bottom:"0px",left:"0px"},rC=[{label:(0,v.__)("Left","b-blocks"),value:"left",icon:"editor-alignleft"},{label:(0,v.__)("Center","b-blocks"),value:"center",icon:"editor-aligncenter"},{label:(0,v.__)("Right","b-blocks"),value:"right",icon:"editor-alignright"}],cC=[{title:(0,v.__)("Left","b-blocks"),name:"left"},{title:(0,v.__)("Right","b-blocks"),name:"right"}],dC=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],hC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),pC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),gC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),uC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32L32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32z"})}),mC=e=>{const{attributes:t,setAttributes:a,updateObj:s}=e,{sortElements:o,heading:n,icon:l,separator:r,subHeading:c}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Elements","b-blocks"),children:(0,i.jsx)(fn,{label:(0,v.__)("Sort Elements:"),value:o,onChange:e=>s("sortElements",e)})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Heading","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("HTML Tag","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:n.tag,onChange:e=>s("heading",e,"tag"),options:nC})]}),["first","last"].map((e=>(0,i.jsx)(b.__experimentalInputControl,{className:"mt20",label:(0,v.__)(("first"===e?"First":"Last")+" Part","b-blocks"),value:n[e].text,onChange:t=>a({heading:{...n,[e]:{...n[e],text:t}}})},e))),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1 mb0",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n?.align,onChange:e=>s("heading",e,"align"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"left",icon:hC}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:pC}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"right",icon:gC}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Justify",value:"justify",icon:uC})]})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Separator","b-blocks"),children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Separator","b-blocks"),checked:r.show,onChange:e=>s("separator",e,"show")}),r.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:"Type"}),(0,i.jsx)(b.SelectControl,{value:r.type,options:[{label:"Line",value:"line"},{label:"Icon",value:"icon"}],onChange:e=>s("separator",e,"type")})]}),"icon"===r.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qe,{className:"mt10",options:[{label:"Library",value:"library"},{label:"Upload",value:"upload"}],value:r.iconType,label:(0,v.__)("Icon Type","b-blocks"),onChange:e=>s("separator",e,"iconType")}),"library"===r.iconType&&(0,i.jsx)(Pa,{label:(0,v.__)("Icon Library","b-blocks"),value:r.icon.library,onChange:e=>s("separator",e,"icon","library")}),"upload"===r.iconType&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:"Icon"}),(0,i.jsx)(xe,{types:["image/*"],value:{url:r.icon.upload},default:eC,label:(0,v.__)("Choose Icon","b-blocks"),className:"dual-color-heading-icon",onChange:e=>s("separator",e?.url,"icon","upload")})]})]})]})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Sub Heading","b-blocks"),children:(0,i.jsx)(wn,{height:220,value:c.text,onChange:e=>a({subHeading:{...c,text:e}})})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Icon","b-blocks"),children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:l.show,onChange:e=>a({icon:{...l,show:e}})}),l.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qe,{options:[{label:"Library",value:"library"},{label:"Upload",value:"upload"}],value:l.iconType,label:(0,v.__)("Icon Type","b-blocks"),onChange:e=>a({icon:ue(l,e,"iconType")})}),"library"===l.iconType&&(0,i.jsx)(Pa,{label:(0,v.__)("Icon Library","b-blocks"),value:l.icon.library,onChange:e=>a({icon:ue(l,e,"icon","library")})}),"upload"===l.iconType&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon","b-blocks")}),(0,i.jsx)(xe,{default:tC,value:l.icon.upload,label:(0,v.__)("Choose Icon","b-blocks"),onChange:e=>a({icon:ue(l,e,"icon","upload")})})]})]})]})]})},vC=(0,x.compose)((0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor"),{gradients:a}=e("core/block-editor").getSettings();return{device:t()?.toLowerCase(),gradients:a.length>12?a.slice(0,12):a}})))((({attributes:e,setAttributes:t,updateObj:s,device:o,gradients:n})=>{const{alignment:l,icon:r,heading:c,subHeading:d,separator:h}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{initialOpen:!0,title:(0,v.__)("Wrapper/Container","dual-color-heading"),className:"bPlPanelBody",children:(0,i.jsx)(ga,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Alignment","dual-color-heading"),(0,i.jsx)(y,{})]}),value:l[o],onChange:e=>s("alignment",e,o),options:rC,isIcon:!0})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Heading","dual-color-heading"),children:[(0,i.jsx)(Mn,{className:"mb10",value:c.typography,onChange:e=>s("heading",e,"typography")}),["first","last"].map(((e,s)=>(0,i.jsxs)("div",{children:[(0,i.jsx)(b.PanelRow,{className:"mt20",children:(0,i.jsx)(ga,{label:(0,v.__)(`${e[0].toUpperCase()+e.substring(1)} Color Type:`,"dual-color-heading"),value:c[e].colorType,onChange:a=>t({heading:{...c,[e]:{...c[e],colorType:a}}}),options:Pe,size:"small"})}),"gradient"===c[e].colorType?(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.GradientPicker,{value:c[e].gradient,onChange:a=>t({heading:{...c,[e]:{...c[e],gradient:a}}}),gradients:n})}):(0,i.jsx)(De,{label:(0,v.__)(`${e[0].toUpperCase()+e.substring(1)} Color:`,"dual-color-heading"),value:c[e].color,onChange:a=>t({heading:{...c,[e]:{...c[e],color:a}}}),defaultColor:"first"===e?a:""})]},s)))]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Sub Heading","dual-color-heading"),children:[(0,i.jsx)(Mn,{className:"mb10",value:d.typography,onChange:e=>s("subHeading",e,"typography")}),(0,i.jsx)(De,{color:d.color,value:d.color,label:(0,v.__)("Color","dual-color-heading"),onChange:e=>s("subHeading",e,"color")})]}),h.show&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Separator","dual-color-heading"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Alignment:","dual-color-heading")}),(0,i.jsx)(ga,{value:h.alignment,onChange:e=>s("separator",e,"alignment"),options:rC,isIcon:!0})]}),(0,i.jsx)(w,{className:"mt20",label:"Margin",resetValues:iC,values:h.margin,onChange:e=>s("separator",e,"margin")}),"line"===h.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Distance Between Lines","dual-color-heading"),labelPosition:"left",min:0,max:1e3,step:5,value:h.distance,onChange:e=>s("separator",e,"distance")}),(0,i.jsx)("br",{}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:cC,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,v.__)("Width","dual-color-heading"),labelPosition:"left",min:0,max:h[e.name].width.includes("%")?100:1e3,step:1,value:h[e.name].width,onChange:t=>s("separator",t,e.name,"width")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height","dual-color-heading"),labelPosition:"left",min:0,max:h[e.name].height.includes("%")?100:1e3,step:1,value:h[e.name].height,onChange:t=>s("separator",t,e.name,"height")}),(0,i.jsx)(Ue,{className:"mt20",label:"Color",value:h[e.name].color,onChange:t=>s("separator",t,e.name,"color")}),(0,i.jsx)(w,{className:"mt20",label:(0,v.__)("Border Radius","dual-color-heading"),values:h[e.name].bRadius,resetValues:lC,onChange:t=>s("separator",t,e.name,"bRadius")})]})})]}),"icon"===h.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{className:"mt20",value:h.iconSize,label:(0,v.__)("Icon Size","dual-color-heading"),min:0,max:300,step:1,onChange:e=>s("separator",e,"iconSize")}),(0,i.jsx)(De,{label:"Icon Color",color:h.iconColor,value:h.iconColor,onChange:e=>s("separator",e,"iconColor")})]})]}),r.show&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Icon Style","dual-color-heading"),children:[(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Icon Size","dual-color-heading"),value:r.size,min:10,max:550,onChange:e=>s("icon",e,"size")}),(0,i.jsx)(De,{label:"Icon Color",color:r.color,value:r.color,onChange:e=>s("icon",e,"color")})]})]})})),bC=e=>{const{attributes:t,setAttributes:a}=e,{advanced:s}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:"bBlocks"})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:dC,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(mC,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(vC,{...e})}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:s,onChange:e=>a({advanced:e}),isPremium:e.isPremium})]})})]})};br(Jk.name)&&(0,d.registerBlockType)(Jk,{icon:sl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,o=me(t,a),n=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(bC,{attributes:t,setAttributes:a,updateObj:o,isPremium:n}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(oC,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)(sC,{attributes:t})})]})]})}});const fC=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/emoji-stack-separator","version":"0.1.0","title":"Emoji Stack Separator","category":"bBlocks","textdomain":"b-blocks","description":"A full-width emoji stack separator with customizable emoji and height","example":{"attributes":{"emoji":"🤗","height":192,"align":"full","emojiSize":"medium","density":"normal","animationStyle":"none"}},"attributes":{"emoji":{"type":"string","default":"🤗"},"height":{"type":"string","default":"192px"},"align":{"type":"string","default":"full"},"emojiSize":{"type":"string","default":"medium"},"density":{"type":"string","default":"normal"},"animationStyle":{"type":"string","default":"none"},"margin":{"type":"object","default":{}},"padding":{"type":"object","default":{}},"background":{"type":"object","default":{}},"border":{"type":"object","default":{}},"borderRadius":{"type":"object","default":{}}},"supports":{"html":false,"align":["wide","full"]},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),wC=({attributes:e})=>{const{emoji:t,height:a,align:s,emojiSize:o,density:n,animationStyle:l}=e,r=(0,g.useRef)(null);(0,g.useEffect)((()=>{if(r.current){const e=setTimeout((()=>{c(r.current,t,a,o,n)}),50);return()=>clearTimeout(e)}}),[t,a,s,o,n]);const c=(e,t,a,s,o)=>{e.innerHTML="";const n=(e=>{const t={small:{fontSize:2.5,overlap:-1},medium:{fontSize:3.75,overlap:-1.4},large:{fontSize:5,overlap:-1.8},xlarge:{fontSize:6.5,overlap:-2.3}};return t[e]||t.medium})(s),i=(e=>{const t={sparse:{overlapFactor:.5,rowMargin:-2,emojisExtra:2},normal:{overlapFactor:.65,rowMargin:-3,emojisExtra:4},dense:{overlapFactor:.75,rowMargin:-3.5,emojisExtra:6}};return t[e]||t.normal})(o),l=e.offsetWidth,r=Math.ceil(l/(60*i.overlapFactor))+i.emojisExtra;for(let a=0;a<4;a++){const s=document.createElement("div");s.className="b-blocks-emoji-stack-iemoji-row",a>0&&(s.style.marginTop=`${i.rowMargin}rem`);for(let e=0;e<r;e++){const a=document.createElement("span");a.textContent=t,a.className="b-blocks-emoji-stack-item";const o=60*Math.random()-30,i=20*Math.random()-10;a.style.fontSize=`${n.fontSize}rem`,a.style.marginRight=`${n.overlap}rem`,a.style.setProperty("--b-blocks-emoji-stack-separator-rotation",`${o}deg`),a.style.setProperty("--b-blocks-emoji-stack-separator-index",e),a.style.transform=`rotate(${o}deg) translateY(${i}px)`,s.appendChild(a)}e.appendChild(s)}};return(0,i.jsx)("div",{className:"b-blocks-emoji-stack-separator-container "+(l?`b-blocks-emoji-stack-separator-animation-${l}`:""),children:(0,i.jsx)("div",{ref:r,className:"b-blocks-emoji-stack-container"})})},xC=({attributes:e,setAttributes:t})=>{const{emoji:a,emojiSize:s,density:o,animationStyle:n}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Emoji Stack Settings","b-blocks"),children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Emoji","b-blocks"),value:a,onChange:e=>{const a=Array.from(e)[0];t({emoji:a})},help:(0,v.__)("Enter any emoji character","b-blocks")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Emoji Size","b-blocks"),value:s,options:[{label:(0,v.__)("Small","b-blocks"),value:"small"},{label:(0,v.__)("Medium","b-blocks"),value:"medium"},{label:(0,v.__)("Large","b-blocks"),value:"large"},{label:(0,v.__)("Extra Large","b-blocks"),value:"xlarge"}],onChange:e=>t({emojiSize:e}),help:(0,v.__)("Adjust the size of each emoji","b-blocks")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Stack Density","b-blocks"),value:o,options:[{label:(0,v.__)("Sparse","b-blocks"),value:"sparse"},{label:(0,v.__)("Normal","b-blocks"),value:"normal"},{label:(0,v.__)("Dense","b-blocks"),value:"dense"}],onChange:e=>t({density:e}),help:(0,v.__)("Control how tightly packed the emojis are","b-blocks")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Hover Animation","b-blocks"),value:n,options:[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Bounce","b-blocks"),value:"bounce"},{label:(0,v.__)("Rotate","b-blocks"),value:"rotate"},{label:(0,v.__)("Wave","b-blocks"),value:"wave"}],onChange:e=>t({animationStyle:e}),help:(0,v.__)("Add interactive hover effects to emojis","b-blocks")})]})})},yC=({attributes:e,setAttributes:t})=>{const{padding:a,margin:s,background:o,height:n,border:l,borderRadius:r}=e;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Emoji Container","b-blocks"),className:"bPlPanelBody",initialOpen:!0,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height","b-blocks"),value:n,onChange:e=>t({height:e}),step:8}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:a,onChange:e=>t({padding:e})}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Margin","b-blocks"),values:s,onChange:e=>t({margin:e})}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o,onChange:e=>t({background:e})}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:l,onChange:e=>t({border:e})}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:r,onChange:e=>t({borderRadius:e})})]})},kC=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],CC=e=>(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:kC,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(xC,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(yC,{...e})})]})})}),_C=({attributes:e,id:t})=>{const{background:a,height:s,padding:o,margin:n,border:l,borderRadius:r}=e,c=`#${t} .b-blocks-emoji-stack-separator-container`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n ${c}{\n ${Wn(a)}\n ${qn("height",s)}\n ${qn("padding",ti(o))}\n ${qn("margin",ti(n))}\n ${Gn(l)}\n ${qn("border-radius",ti(r))}\n }\n `}})};br(fC.name)&&(0,d.registerBlockType)(fC,{icon:Vl,edit:e=>{const{attributes:t,clientId:a}=e,{align:s}=t,o=(0,h.useBlockProps)({className:`align${s}`});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(CC,{...e}),(0,i.jsx)(_C,{attributes:t,id:`block-${a}`}),(0,i.jsx)("div",{...o,children:(0,i.jsx)(wC,{attributes:t})})]})}});const MC=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/event-card","title":"Event Card","category":"bBlocks","description":"A single event announcement card with title, date/time, location, description, and a ticket CTA. Optionally outputs schema.org Event JSON-LD for Google rich results.","keywords":["event","schema","jsonld","calendar","webinar","workshop","rich results","tickets"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"content":{"type":"object","default":{"eventName":"Event Name","eventDescription":"","titleTag":"h3"}},"image":{"type":"object","default":{"id":0,"url":"","alt":"","border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"datetime":{"type":"object","default":{"startDate":"","startTime":"","endDate":"","endTime":"","timezone":"UTC","status":"EventScheduled"}},"location":{"type":"object","default":{"isVirtual":false,"virtualUrl":"","venueName":"","venueAddress":"","venueCity":"","venueCountry":"US","color":"","iconColor":"","typo":{}}},"organizer":{"type":"object","default":{"name":"","url":"","show":true,"color":"","iconColor":"","typo":{}}},"link":{"type":"object","default":{"label":"Get Tickets","url":"","newTab":true}},"cta":{"type":"object","default":{"showButton":true,"bg":"#146EF5","text":"#ffffff","hoverBg":"#0040E3","fontSize":"15px","borderRadius":6,"transition":0.3,"border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"schema":{"type":"object","default":{"show":true}},"status":{"type":"object","default":{"show":true,"color":"","bg":{"type":"solid","color":""},"typo":{},"border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"card":{"type":"object","default":{"style":"default","alignment":"left","bg":"#ffffff","maxWidth":"640px","showDateBadge":true}},"badge":{"type":"object","default":{"color":"","bg":{"type":"solid","color":""},"typo":{},"border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"title":{"type":"object","default":{"color":"","bg":{"type":"solid","color":""},"typo":{"fontSize":{"desktop":"22px"},"fontWeight":"700"},"border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"meta":{"type":"object","default":{"color":"","bg":{"type":"solid","color":""},"typo":{"fontSize":{"desktop":"14px"}},"border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"description":{"type":"object","default":{"color":"","bg":{"type":"solid","color":""},"typo":{"fontSize":{"desktop":"15px"}},"border":{},"bRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"24px","right":"28px","bottom":"24px","left":"28px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"10px","right":"10px","bottom":"10px","left":"10px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"7px","spreed":"","color":"rgba(0, 0, 0, 0.08)","isInset":false},{"hOffset":"0px","vOffset":"8px","blur":"24px","spreed":"0px","color":"rgba(0, 0, 0, 0.06)","isInset":false}],"border":{"top":{"color":"#146ef5","style":"solid","width":"5px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),zC=(e,t)=>e?"object"==typeof e&&e[t]?ti(e[t]):"desktop"===t&&"object"==typeof e&&("top"in e||"right"in e||"bottom"in e||"left"in e)?ti(e):"":"",jC=(e,t)=>e?"object"==typeof e&&e[t]?Un(e[t]):"desktop"===t?Un(e):"":"",LC=({attributes:a,id:s,isBackend:o=!1})=>{const{card:n={},badge:l={},cta:r={},title:c={},meta:d={},description:h={},location:p={},organizer:g={},status:u={},image:m={},advanced:v={}}=a,{bg:b,maxWidth:f}=n,{color:w,iconColor:x,typo:y={}}=p,{color:k,iconColor:C,typo:_={}}=g,M=r.color||r.text,z=r.hoverColor||r.hoverText||M,j="object"==typeof r.bg?Wn(r.bg):qn("background-color",r.bg||"#146EF5"),L="object"==typeof r.hoverBg?Wn(r.hoverBg):qn("background-color",r.hoverBg||"#0040E3"),S=Gn(r.border)||(r.border?jC(r.border,"desktop"):r.borderRadius?`border-radius: ${parseInt(r.borderRadius,10)||0}px;`:""),$=qn("padding",zC(r.padding,"desktop")),H=qn("margin",zC(r.margin,"desktop")),T=qn("border-radius",zC(r.bRadius,"desktop")),B="0px"===f?"100%":f||"640px",A=`#${s} .b-blocks-event-card`,V=`#${s} .b-blocks-event-card-inner`,N=`#${s} .b-blocks-event-card-badge`,P=`#${s} .b-blocks-event-card-title`,E=`#${s} .b-blocks-event-card-meta`,I=`#${s} .b-blocks-event-card-description`,O=`#${s} .b-blocks-event-card-status`,R=`#${s} .b-blocks-event-card-cover img`,D=`#${s} .b-blocks-event-card-meta-location`,F=`#${s} .b-blocks-event-card-meta-organizer`,q=`#${s} .b-blocks-event-card-btn`,W=(e,t={})=>`\n\t\t${e}{\n\t\t\t${qn("color",t.color)}\n\t\t\t${Wn(t.bg)}\n\t\t\t${Gn(t.border)||jC(t.border,"desktop")}\n\t\t\t${qn("border-radius",zC(t.bRadius,"desktop"))}\n\t\t\t${qn("padding",zC(t.padding,"desktop"))}\n\t\t\t${qn("margin",zC(t.margin,"desktop"))}\n\t\t}\n\t\t${ei(e,t.typo||{}).styles}\n\t`,U=(e,t={},a="desktop")=>{const s=zC(t.padding,a),o=zC(t.margin,a),n=zC(t.bRadius,a),i=jC(t.border,a);return s||o||n||i?`\n\t\t\t${e}{\n\t\t\t\t${qn("padding",s)}\n\t\t\t\t${qn("margin",o)}\n\t\t\t\t${qn("border-radius",n)}\n\t\t\t\t${i}\n\t\t\t}\n\t\t`:""};return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",l.typo).googleFontLink}\n\t\t\t${ei("",c.typo).googleFontLink}\n\t\t\t${ei("",d.typo).googleFontLink}\n\t\t\t${ei("",h.typo).googleFontLink}\n\t\t\t${ei("",u.typo).googleFontLink}\n\t\t\t${ei("",r.typo).googleFontLink}\n\t\t\t${A}{ max-width: ${B}; }\n\t\t\t${V}{ ${qn("background-color",b)} }\n\t\t\t${W(N,l)}\n\t\t\t${q}{\n\t\t\t\t${qn("color",M)}\n\t\t\t\t${j}\n\t\t\t\t${S}\n\t\t\t\t${T}\n\t\t\t\t${$}\n\t\t\t\t${H}\n\t\t\t\ttransition: all ${r.transition??.3}s ease-in-out;\n\t\t\t\t${!r.typo?.fontSize&&r.fontSize?qn("font-size",r.fontSize):""}\n\t\t\t}\n\t\t\t${ei(q,r.typo||{}).styles}\n\t\t\t${q}:hover, ${q}:focus{\n\t\t\t\t${L}\n\t\t\t\t${qn("color",z)}\n\t\t\t}\n\t\t\t${W(P,c)}\n\t\t\t${W(E,d)}\n\t\t\t${W(I,h)}\n\t\t\t${W(O,u)}\n\t\t\t${W(R,m)}\n\t\t\t${ei("",y).googleFontLink}\n\t\t\t${ei(D,y).styles}\n\t\t\t${D}{ ${qn("color",w)} }\n\t\t\t${D} .b-blocks-event-card-meta-icon{ ${qn("color",x)} }\n\t\t\t${ei("",_).googleFontLink}\n\t\t\t${ei(F,_).styles}\n\t\t\t${F}{ ${qn("color",k)} }\n\t\t\t${F} .b-blocks-event-card-meta-icon{ ${qn("color",C)} }\n\t\t\t${e}{\n\t\t\t\t${U(N,l,"tablet")}\n\t\t\t\t${U(P,c,"tablet")}\n\t\t\t\t${U(E,d,"tablet")}\n\t\t\t\t${U(I,h,"tablet")}\n\t\t\t\t${U(O,u,"tablet")}\n\t\t\t\t${U(R,m,"tablet")}\n\t\t\t\t${U(q,r,"tablet")}\n\t\t\t}\n\t\t\t${t}{\n\t\t\t\t${U(N,l,"mobile")}\n\t\t\t\t${U(P,c,"mobile")}\n\t\t\t\t${U(E,d,"mobile")}\n\t\t\t\t${U(I,h,"mobile")}\n\t\t\t\t${U(O,u,"mobile")}\n\t\t\t\t${U(R,m,"mobile")}\n\t\t\t\t${U(q,r,"mobile")}\n\t\t\t}\n\t\t\t${hi(s,v,o)}\n\t\t\t`.replace(/\s+/g," ").trim()}})},SC=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],$C=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],HC={top:"",right:"",bottom:"",left:""},TC=["UTC","America/New_York","America/Chicago","America/Denver","America/Los_Angeles","America/Toronto","America/Sao_Paulo","America/Mexico_City","Europe/London","Europe/Paris","Europe/Berlin","Europe/Madrid","Europe/Rome","Europe/Amsterdam","Europe/Moscow","Africa/Cairo","Africa/Johannesburg","Asia/Dubai","Asia/Kolkata","Asia/Bangkok","Asia/Shanghai","Asia/Hong_Kong","Asia/Singapore","Asia/Tokyo","Asia/Seoul","Australia/Sydney","Australia/Perth","Pacific/Auckland"],BC=({attributes:e,setAttributes:t,updateObj:a})=>{const{image:s={},datetime:o={},location:n={},organizer:l={},link:r={},cta:c={}}=e,{id:d,url:h,alt:p}=s,{startDate:g,startTime:u,endDate:m,endTime:w,timezone:x,status:y}=o,{isVirtual:k,virtualUrl:C,venueName:_,venueAddress:M,venueCity:z,venueCountry:j}=n,{label:L,url:S,newTab:$}=r,{showButton:H=!0}=c,T="_custom"===x||x&&!TC.includes(x),B=T?"_custom":x||"UTC";return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Event Details","b-blocks"),initialOpen:!0,children:[(0,i.jsx)("p",{style:{marginTop:0,fontStyle:"italic",opacity:.75},children:(0,v.__)("Edit the event name and description directly on the card. Set the heading level (H2–H4) from the block toolbar.","b-blocks")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Start Date","b-blocks"),type:"date",value:g||"",onChange:e=>a("datetime",e,"startDate"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Start Time","b-blocks"),type:"time",value:u||"",onChange:e=>a("datetime",e,"startTime"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("End Date (optional)","b-blocks"),type:"date",value:m||"",onChange:e=>a("datetime",e,"endDate"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("End Time (optional)","b-blocks"),type:"time",value:w||"",onChange:e=>a("datetime",e,"endTime"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Timezone","b-blocks"),value:B,options:[...TC.map((e=>({label:e,value:e}))),{label:(0,v.__)("Custom…","b-blocks"),value:"_custom"}],onChange:e=>a("datetime","_custom"===e?"":e,"timezone"),__nextHasNoMarginBottom:!0}),T&&(0,i.jsx)(b.TextControl,{label:(0,v.__)("Custom timezone","b-blocks"),value:"_custom"===x?"":x||"",onChange:e=>a("datetime",e,"timezone"),placeholder:"Continent/City",help:(0,v.__)("Use a valid IANA timezone name, e.g. America/New_York.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Event Status","b-blocks"),value:y||"EventScheduled",options:[{label:(0,v.__)("Scheduled","b-blocks"),value:"EventScheduled"},{label:(0,v.__)("Cancelled","b-blocks"),value:"EventCancelled"},{label:(0,v.__)("Postponed","b-blocks"),value:"EventPostponed"},{label:(0,v.__)("Moved Online","b-blocks"),value:"EventMovedOnline"}],onChange:e=>a("datetime",e,"status"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Virtual / Online event","b-blocks"),checked:!!k,onChange:e=>a("location",e,"isVirtual")}),k&&(0,i.jsx)(b.TextControl,{label:(0,v.__)("Virtual Event URL","b-blocks"),type:"url",value:C||"",onChange:e=>a("location",e,"virtualUrl"),placeholder:"https://example.com/webinar",__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{children:(0,v.__)("Cover Image:","b-blocks")}),(0,i.jsx)(xe,{label:h?(0,v.__)("Replace Image","b-blocks"):(0,v.__)("Select Image","b-blocks"),value:{id:d,url:h,alt:p},types:["image"],height:"100%",width:"100%",onChange:e=>t({image:{...s,id:e?.id||0,url:e?.url||"",alt:e?.alt||p||""}})}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Alt Text","b-blocks"),value:p||"",onChange:e=>a("image",e,"alt"),help:(0,v.__)("Describes the image; leave empty for a decorative image.","b-blocks"),__nextHasNoMarginBottom:!0})]}),!k&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Location","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Venue Name","b-blocks"),value:_||"",onChange:e=>a("location",e,"venueName"),placeholder:(0,v.__)("e.g. City Hall Auditorium","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Address","b-blocks"),value:M||"",onChange:e=>a("location",e,"venueAddress"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("City","b-blocks"),value:z||"",onChange:e=>a("location",e,"venueCity"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Country (ISO 2-letter)","b-blocks"),value:j||"",onChange:e=>a("location",e,"venueCountry"),placeholder:"US",help:(0,v.__)("Two-letter ISO country code used in schema markup.","b-blocks"),__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Organizer","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Organizer Name","b-blocks"),value:l.name||"",onChange:e=>a("organizer",e,"name"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Organizer URL","b-blocks"),type:"url",value:l.url||"",onChange:e=>a("organizer",e,"url"),placeholder:"https://example.com",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show organizer on card","b-blocks"),checked:!!l.show,onChange:e=>a("organizer",e,"show")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("CTA Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Button","b-blocks"),checked:!1!==H,onChange:e=>a("cta",e,"showButton")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Button Label","b-blocks"),value:L||"",onChange:e=>a("link",e,"label"),placeholder:(0,v.__)("Get Tickets","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Button URL","b-blocks"),type:"url",value:S||"",onChange:e=>a("link",e,"url"),placeholder:"https://example.com/register",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Open in new tab","b-blocks"),checked:!!$,onChange:e=>a("link",e,"newTab")})]})]})},AC=(e,t="desktop")=>e?"object"==typeof e&&e[t]?e[t]:"object"==typeof e&&("top"in e||"right"in e||"bottom"in e||"left"in e)&&"desktop"===t?e:HC:HC,VC=({attributes:e,updateObj:t,device:a="desktop"})=>{const[s,o]=(0,En.useState)("normal"),{card:n={},badge:l={},cta:r={},title:c={},meta:d={},description:h={},location:p={},organizer:g={},status:u={},image:m={}}=e,{showDateBadge:f}=n,{color:x,iconColor:k,typo:C={}}=p,{color:_,iconColor:M,typo:z={}}=g,j=(e,s,o,n="")=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:e,initialOpen:!1,children:[n&&(0,i.jsx)(b.ToggleControl,{label:n,checked:!1!==o.show,onChange:e=>t(s,e,"show")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:o.color||"",onChange:e=>t(s,e,"color"),defaultColor:""}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:o.bg,onChange:e=>t(s,e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:o.typo||{},onChange:e=>t(s,e,"typo")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:o.border,onChange:e=>t(s,e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(o.bRadius,a),resetValues:HC,onChange:e=>t(s,e,"bRadius",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(o.padding,a),resetValues:HC,onChange:e=>t(s,e,"padding",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(o.margin,a),resetValues:HC,onChange:e=>t(s,e,"margin",a)})]});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Badge","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show date badge","b-blocks"),checked:!!f,onChange:e=>t("card",e,"showDateBadge")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:l.color||"",onChange:e=>t("badge",e,"color"),defaultColor:""}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:l.bg,onChange:e=>t("badge",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:l.typo||{},onChange:e=>t("badge",e,"typo")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:l.border,onChange:e=>t("badge",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(l.bRadius,a),resetValues:HC,onChange:e=>t("badge",e,"bRadius",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(l.padding,a),resetValues:HC,onChange:e=>t("badge",e,"padding",a)})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:m.border,onChange:e=>t("image",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(m.bRadius,a),resetValues:HC,onChange:e=>t("image",e,"bRadius",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(m.padding,a),resetValues:HC,onChange:e=>t("image",e,"padding",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(m.margin,a),resetValues:HC,onChange:e=>t("image",e,"margin",a)})]}),j((0,v.__)("Title","b-blocks"),"title",c),j((0,v.__)("Meta","b-blocks"),"meta",d),j((0,v.__)("Description","b-blocks"),"description",h),j((0,v.__)("Event Status","b-blocks"),"status",u,(0,v.__)("Show event status","b-blocks")),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Location","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:x||"",onChange:e=>t("location",e,"color"),defaultColor:""}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:k||"",onChange:e=>t("location",e,"iconColor"),defaultColor:""}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:C,onChange:e=>t("location",e,"typo")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Organizer","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:_||"",onChange:e=>t("organizer",e,"color"),defaultColor:""}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:M||"",onChange:e=>t("organizer",e,"iconColor"),defaultColor:""}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:z,onChange:e=>t("organizer",e,"typo")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("CTA Button Style","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:r.typo||{},onChange:e=>t("cta",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>o(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),"normal"===s?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:r.color||r.text||"",onChange:e=>t("cta",e,"color"),defaultColor:""}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:r.bg,onChange:e=>t("cta",e,"bg")})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Hover Color","b-blocks"),value:r.hoverColor||r.hoverText||"",onChange:e=>t("cta",e,"hoverColor"),defaultColor:""}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Hover Background","b-blocks"),value:r.hoverBg,onChange:e=>t("cta",e,"hoverBg")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition (s)","b-blocks"),value:r.transition??.3,min:0,max:5,step:.05,onChange:e=>t("cta",e,"transition")})]}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:r.border,onChange:e=>t("cta",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(r.bRadius,a),resetValues:HC,onChange:e=>t("cta",e,"bRadius",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(r.padding,a),resetValues:HC,onChange:e=>t("cta",e,"padding",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:$C,values:AC(r.margin,a),resetValues:HC,onChange:e=>t("cta",e,"margin",a)})]})]})},NC=e=>{const{attributes:t,setAttributes:a}=e;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:SC,onSelect:ge,children:s=>(0,i.jsxs)(i.Fragment,{children:["general"===s.name&&(0,i.jsx)(BC,{...e}),"style"===s.name&&(0,i.jsx)(VC,{...e}),"advanced"===s.name&&(0,i.jsx)(Pt,{advanced:t.advanced,onChange:e=>a({advanced:e})})]})})})},PC=()=>[(0,v.__)("Jan","b-blocks"),(0,v.__)("Feb","b-blocks"),(0,v.__)("Mar","b-blocks"),(0,v.__)("Apr","b-blocks"),(0,v.__)("May","b-blocks"),(0,v.__)("Jun","b-blocks"),(0,v.__)("Jul","b-blocks"),(0,v.__)("Aug","b-blocks"),(0,v.__)("Sep","b-blocks"),(0,v.__)("Oct","b-blocks"),(0,v.__)("Nov","b-blocks"),(0,v.__)("Dec","b-blocks")],EC=(e,t)=>{if(!e)return"";const a=e.split("-");if(3!==a.length)return e;const s=parseInt(a[1],10)-1,o=parseInt(a[2],10);let n=`${PC()[s]||""} ${o}, ${a[0]}`;return t&&(n+=` · ${t}`),n.trim()},IC=[{tag:"h2",label:(0,v.__)("Heading 2","b-blocks")},{tag:"h3",label:(0,v.__)("Heading 3","b-blocks")},{tag:"h4",label:(0,v.__)("Heading 4","b-blocks")}];br(MC.name)&&(0,d.registerBlockType)(MC,{icon:gr,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{content:o={},image:n={},datetime:l={},location:r={},organizer:c={},link:d={},card:p={},cta:g={},status:u={}}=t,f=(0,m.useSelect)((e=>e("core/editor")?.getDeviceType()?.toLowerCase()||"desktop"),[]),{url:w,alt:x}=n,{eventName:y,eventDescription:k,titleTag:C}=o,{startDate:_,startTime:M,endDate:z,endTime:j,status:L}=l,{isVirtual:S,venueName:$,venueAddress:H,venueCity:T,venueCountry:B}=r,{label:A}=d,{showButton:V=!0}=g,{style:N,alignment:P,showDateBadge:E=!0}=p,{show:I=!0}=u,O=me(t,a),R=["h2","h3","h4"].includes(C)?C:"h3",D=["left","center","right"].includes(P)?P:"left",F=["default","outlined","flat"].includes(N)?N:"default",q=(e=>({EventCancelled:{label:(0,v.__)("Cancelled","b-blocks"),cls:"is-cancelled"},EventPostponed:{label:(0,v.__)("Postponed","b-blocks"),cls:"is-postponed"},EventMovedOnline:{label:(0,v.__)("Moved Online","b-blocks"),cls:"is-moved-online"}}[e]||null))(L),W=["b-blocks-event-card",`b-blocks-event-card--${F}`,`b-blocks-event-card--align-${D}`,S?"is-virtual":"",q?q.cls:""].filter(Boolean).join(" "),U=(0,h.useBlockProps)({id:`block-${s}`}),G=(e=>{const t=(e||(new Date).toISOString().split("T")[0]).split("-");if(3!==t.length)return{month:"JAN",day:"1"};const a=parseInt(t[1],10)-1,s=String(parseInt(t[2],10));return{month:PC()[a]||"JAN",day:s}})(_),Y=EC(_,M),Z=EC(z,j),K=(({isVirtual:e,venueName:t,venueAddress:a,venueCity:s})=>e?(0,v.__)("Online / Virtual","b-blocks"):[t,a,s].filter(Boolean).join(", "))({isVirtual:S,venueName:$,venueAddress:H,venueCity:T}),Q=R;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(NC,{...e,updateObj:O,device:f}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(h.AlignmentControl,{value:D,onChange:e=>O("card",e||"left","alignment")}),(0,i.jsx)(b.ToolbarGroup,{children:(0,i.jsx)(b.ToolbarDropdownMenu,{icon:"heading",label:(0,v.__)("Title heading level","b-blocks"),controls:IC.map((e=>({title:e.label,isActive:R===e.tag,onClick:()=>O("content",e.tag,"titleTag")})))})})]}),(0,i.jsxs)("div",{...U,children:[(0,i.jsx)(LC,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:W,children:(0,i.jsxs)("article",{className:"b-blocks-event-card-inner",children:[w&&(0,i.jsx)("div",{className:"b-blocks-event-card-cover",children:(0,i.jsx)("img",{src:w,alt:x||""})}),(0,i.jsxs)("div",{className:"b-blocks-event-card-header",children:[E&&G.day&&(0,i.jsxs)("div",{className:"b-blocks-event-card-badge","aria-hidden":"true",children:[(0,i.jsx)("span",{className:"b-blocks-event-card-badge-month",children:G.month}),(0,i.jsx)("span",{className:"b-blocks-event-card-badge-day",children:G.day})]}),(0,i.jsxs)("div",{className:"b-blocks-event-card-heading",children:[(0,i.jsxs)(Q,{className:"b-blocks-event-card-title",children:[(0,i.jsx)(h.RichText,{tagName:"span",value:y||"",onChange:e=>O("content",e,"eventName"),placeholder:(0,v.__)("Event Name","b-blocks"),allowedFormats:[]}),!1!==I&&q&&(0,i.jsx)("span",{className:"b-blocks-event-card-status",contentEditable:!1,children:q.label})]}),Y&&(0,i.jsxs)("p",{className:"b-blocks-event-card-meta b-blocks-event-card-meta-date",children:[(0,i.jsx)("svg",{className:"b-blocks-event-card-meta-icon",viewBox:"0 0 24 24","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{fill:"currentColor",d:"M7 2v2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-2V2h-2v2H9V2H7Zm12 7v10H5V9h14Z"})}),(0,i.jsx)("time",{children:Y}),Z&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("span",{className:"b-blocks-event-card-dash","aria-hidden":"true",children:" – "}),(0,i.jsx)("time",{children:Z})]})]})]})]}),K&&(0,i.jsxs)("address",{className:"b-blocks-event-card-meta b-blocks-event-card-meta-location",children:[(0,i.jsx)("svg",{className:"b-blocks-event-card-meta-icon",viewBox:"0 0 24 24","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{fill:"currentColor",d:"M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5Z"})}),K,!S&&B&&(0,i.jsx)("span",{className:"b-blocks-event-card-country",children:B})]}),c.show&&c.name&&(0,i.jsxs)("p",{className:"b-blocks-event-card-meta b-blocks-event-card-meta-organizer",children:[(0,i.jsx)("svg",{className:"b-blocks-event-card-meta-icon",viewBox:"0 0 24 24","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{fill:"currentColor",d:"M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5c0-3-4-5.5-9-5.5Z"})}),(0,i.jsx)("span",{className:"b-blocks-event-card-organizer-label",children:(0,v.__)("By","b-blocks")})," ",c.name]}),(0,i.jsx)(h.RichText,{tagName:"div",className:"b-blocks-event-card-description",value:k||"",onChange:e=>O("content",e,"eventDescription"),placeholder:(0,v.__)("Optional event description…","b-blocks"),allowedFormats:["core/bold","core/italic","core/link"]}),V&&(0,i.jsx)("div",{className:"b-blocks-event-card-cta",children:(0,i.jsx)("span",{className:"b-blocks-event-card-btn",children:A||(0,v.__)("Get Tickets","b-blocks")})})]})})})]})]})},save:()=>null});const OC=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/expand-content","title":"Expand Content","description":"Wrap any inner blocks in a collapsible reveal. The first portion is visible behind a fade overlay and a Show More / Show Less button toggles the rest. Accessible and reduced-motion aware.","category":"bBlocks","keywords":["expand","read more","show more","collapse","truncate"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"buttons":{"type":"object","default":{"showMore":"Show More","showLess":"Show Less","isShowCollapse":true,"persistState":false,"alignment":"center"}},"layout":{"type":"object","default":{"previewHeight":"200px","fadeHeight":"80px","fadeColor":"#ffffff"}},"styles":{"type":"object","default":{"buttons":{"showMore":{"padding":{"top":"","right":"","bottom":"","left":""},"border":{},"radius":{},"color":"#ffffff","bg":{"color":"#0073aa"},"typo":{"fontSize":{"desktop":"","tablet":"","mobile":""}}},"showLess":{"padding":{"top":"","right":"","bottom":"","left":""},"border":{},"radius":{},"color":"#ffffff","bg":{"color":"#0073aa"},"typo":{"fontSize":{"desktop":"","tablet":"","mobile":""}}}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b000","isInset":false}],"border":{"color":"#dddddd","style":"solid","width":"1px"}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}},"animationDuration":{"type":"number","default":300}},"supports":{"align":["wide","full"],"html":false,"className":true,"customClassName":true},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),RC=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],DC=[{label:"Left",value:"left",icon:"align-left"},{label:"Center",value:"center",icon:"align-center"},{label:"Right",value:"right",icon:"align-right"}],FC=e=>{const{attributes:t,updateObj:a}=e,{buttons:s}=t;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Content","b-blocks"),initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Show More Label","b-blocks"),value:s?.showMore,onChange:e=>a("buttons",e,"showMore"),placeholder:(0,v.__)("Show More","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Show Less Label","b-blocks"),value:s?.showLess,onChange:e=>a("buttons",e,"showLess"),placeholder:(0,v.__)("Show Less","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show collapse button after expanding","b-blocks"),checked:s.isShowCollapse,onChange:e=>a("buttons",e,"isShowCollapse"),help:(0,v.__)("When disabled, visitors can expand once and the content stays open.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Remember state for the visitor","b-blocks"),checked:s.persistState,onChange:e=>a("buttons",e,"persistState"),help:(0,v.__)("Saves the open / closed state in sessionStorage so it persists across page navigation in the same tab.","b-blocks")})]})},qC=e=>{const{attributes:t,updateObj:a}=e,{layout:s,buttons:o}=t;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,className:"bPlPanelBody",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Collapsed Preview Height (px)","b-blocks"),value:s?.previewHeight,onChange:e=>a("layout",e,"previewHeight"),help:(0,v.__)("How much of the content stays visible before the Show More button.","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Fade Overlay Height (px)","b-blocks"),value:s?.fadeHeight,onChange:e=>a("layout",e,"fadeHeight"),help:(0,v.__)("Set to 0 to hide the fade overlay entirely.","b-blocks")}),(0,i.jsx)(De,{label:(0,v.__)("Fade Color:","b-blocks"),value:s?.fadeColor,onChange:e=>a("layout",e,"fadeColor"),defaultColor:"#ffffff"}),(0,i.jsx)("p",{className:"components-base-control__help",style:{marginTop:"-8px"},children:(0,v.__)("Match your page background color so the fade blends seamlessly.","b-blocks")}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Align","b-blocks")}),(0,i.jsx)(ga,{value:o.alignment,onChange:e=>a("buttons",e,"alignment"),options:DC,isIcon:!0,size:"default"})]})]})},WC=e=>{const{attributes:t,setAttributes:a}=e,{animationDuration:s}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qC,{...e}),(0,i.jsx)(FC,{...e}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Behavior","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Animation Duration (ms)","b-blocks"),value:s,onChange:e=>a({animationDuration:e}),min:0,max:1e3,step:50,help:(0,v.__)("Set to 0 to snap instantly. The animation is also disabled automatically when the visitor has prefers-reduced-motion enabled.","b-blocks")})})]})},UC=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{buttons:o}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Button Style","b-blocks"),initialOpen:!0,className:"bPlPanelBody",children:[(0,i.jsx)("p",{className:"mb10",children:(0,i.jsx)("b",{children:"Show More Button"})}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o.showMore.padding,onChange:e=>a("styles",e,"buttons","showMore","padding")}),(0,i.jsx)(wa,{value:o.showMore.bg,onChange:e=>a("styles",e,"buttons","showMore","bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o.showMore.color,onChange:e=>a("styles",e,"buttons","showMore","color")}),(0,i.jsx)(Mn,{value:o.showMore.typo,onChange:e=>a("styles",e,"buttons","showMore","typo")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:o.showMore.border,onChange:e=>a("styles",e,"buttons","showMore","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:o.showMore.radius,onChange:e=>a("styles",e,"buttons","showMore","radius")}),(0,i.jsx)("p",{className:"mb10 mt10",children:(0,i.jsx)("b",{children:"Show Less Button"})}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o.showLess.padding,onChange:e=>a("styles",e,"buttons","showLess","padding")}),(0,i.jsx)(wa,{value:o.showLess.bg,onChange:e=>a("styles",e,"buttons","showLess","bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o.showLess.color,onChange:e=>a("styles",e,"buttons","showLess","color")}),(0,i.jsx)(Mn,{value:o.showLess.typo,onChange:e=>a("styles",e,"buttons","showLess","typo")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:o.showLess.border,onChange:e=>a("styles",e,"buttons","showLess","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:o.showLess.radius,onChange:e=>a("styles",e,"buttons","showLess","radius")})]})},GC=e=>{const{attributes:t,updateObj:a}=e,{advanced:s}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:RC,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(WC,{...e}),"style"===t.name&&(0,i.jsx)(UC,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:s,onChange:e=>a("advanced",e)})]})})})},YC=({attributes:e,id:t,isBackend:a=!1})=>{const{styles:s,layout:o,buttons:n,advanced:l,animationDuration:r}=e,{buttons:c}=s,d=Number.isFinite(r)?r:300,h=o.fadeColor||"#ffffff",p=`#${t} .b-blocks-expand-content-wrapper`,g=`${p} .b-blocks-expand-content-innerBlocks`,u=`${p} .b-blocks-expand-content-toggle-button-container`,m=`${u} .b-blocks-expand-content-toggle-button`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n ${ei("",c.showMore.typo).googleFontLink}\n ${ei(`${m}.is-showMore`,c.showMore.typo).styles}\n\n ${ei("",c.showLess.typo).googleFontLink}\n ${ei(`${m}.is-showLess`,c.showLess.typo).styles}\n\n ${g}{\n transition: max-height ${d}ms ease-in-out;\n }\n\n ${g}.is-clamped{\n ${qn("max-height",o.previewHeight)}\n }\n\n ${g}.is-clamped::after{\n height: ${o.fadeHeight||"80px"};\n background: linear-gradient(to bottom, ${(e=>{const t=(e||"").trim(),a=t.match(/^rgba?\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)/i);if(a)return`rgba(${a[1]}, ${a[2]}, ${a[3]}, 0)`;let s=t.replace("#","");return/^[0-9a-fA-F]{3,4}$/.test(s)&&(s=s.split("").map((e=>e+e)).join("")),/^[0-9a-fA-F]{6,8}$/.test(s)?`rgba(${parseInt(s.slice(0,2),16)}, ${parseInt(s.slice(2,4),16)}, ${parseInt(s.slice(4,6),16)}, 0)`:"rgba(0, 0, 0, 0)"})(h)} 0%, ${h} 100%);\n }\n\n ${m}.is-showMore{\n ${qn("padding",ti(c.showMore.padding))}\n ${Wn(c.showMore.bg)}\n ${Gn(c.showMore.border)}\n ${qn("border-radius",ti(c.showMore.radius))}\n ${qn("color",c.showMore.color)}\n }\n\n ${m}.is-showLess{\n ${qn("padding",ti(c.showLess.padding))}\n ${Wn(c.showLess.bg)}\n ${Gn(c.showLess.border)}\n ${qn("border-radius",ti(c.showLess.radius))}\n ${qn("color",c.showLess.color)}\n }\n\n ${u}{\n ${qn("justify-content",n.alignment)}\n }\n\n ${hi(t,l,a,!1)}\n\n `}})},ZC=[["core/heading",{level:3,placeholder:(0,v.__)("Section heading...","b-blocks")}],["core/paragraph",{placeholder:(0,v.__)("Add the content that should always be visible here, then keep writing — anything past the preview height will be hidden behind a Show More button on the frontend.","b-blocks")}]];br(OC.name)&&(0,d.registerBlockType)(OC,{icon:er,edit:({attributes:e,setAttributes:t,clientId:a})=>{const{buttons:s}=e,[o,n]=(0,En.useState)(!1),l=`block-${a}`,r=me(e,t);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(GC,{attributes:e,setAttributes:t,updateObj:r}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(YC,{attributes:e,id:l,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsxs)("div",{className:"b-blocks-expand-content-wrapper",children:[(0,i.jsx)("div",{className:"b-blocks-expand-content-innerBlocks "+(o?"":"is-clamped"),children:(0,i.jsx)(h.InnerBlocks,{template:ZC,templateLock:!1})}),(0,i.jsx)("div",{className:"b-blocks-expand-content-toggle-button-container",children:(0,i.jsx)("button",{type:"button",className:"b-blocks-expand-content-toggle-button "+(o?"is-showLess":"is-showMore"),"aria-disabled":"true",tabIndex:-1,onClick:()=>n((e=>!e)),children:o?s.showLess:s.showMore})})]})})]})]})},save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const KC=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/facebook-embed","version":"1.0.0","title":"Facebook Embed","category":"bBlocks","description":"Facebook Embed allows you to facebook posts, videos on your website or blog.","keywords":["facebook","embed","post"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"facebook":{"type":"object","default":{"alignment":"center","type":"post","url":{"post":"https://www.facebook.com/photo/?fbid=1113142977483877&set=a.520898976708283","video":"https://www.facebook.com/bPluginsLLC/videos/281067148325015"},"fullScreen":false,"autoPlay":false,"height":"100%","width":500,"caption":false,"fullPost":true}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","facebookEmbbed","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","facebookEmbbed"]}'),QC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",children:(0,i.jsx)("path",{d:"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})}),XC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",children:(0,i.jsx)("path",{d:"M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})}),JC=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",children:(0,i.jsx)("path",{d:"M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})}),e_=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],t_=[{label:"Post",value:"post"},{label:"Video",value:"video"}],a_=[{label:"Left",value:"left",icon:QC},{label:"Center",value:"center",icon:XC},{label:"Right",value:"right",icon:JC}],s_=({attributes:e,updateObj:t,facebookKey:a})=>{const{facebook:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Embed","b-blocks"),initialOpen:!0,children:[!a&&(0,i.jsxs)(b.Notice,{className:"mb10",status:"warning",isDismissible:!1,children:["Set your Facebook App ID in the ",(0,i.jsx)("a",{href:`${location.origin}/wp-admin/admin.php?page=b-blocks#/settings`,target:"_blank",rel:"noopener noreferrer",children:(0,i.jsx)("em",{children:"Settings"})})," to use this block."]}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Type","b-blocks"),labelPosition:"edge",value:s.type,onChange:e=>t("facebook",e,"type"),options:t_}),(0,i.jsx)(b.__experimentalInputControl,{className:"mt10",label:(0,v.__)("URL","b-blocks"),labelPosition:"edge",value:s.url[s.type],onChange:e=>t("facebook",e,"url",s.type)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Full Post","b-blocks"),checked:s.fullPost,onChange:e=>t("facebook",e,"fullPost")}),"video"===s.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Caption","b-blocks"),checked:s.caption,onChange:e=>t("facebook",e,"caption")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Full Screen","b-blocks"),checked:s.fullScreen,onChange:e=>t("facebook",e,"fullScreen")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Auto Play","b-blocks"),checked:s.autoPlay,onChange:e=>t("facebook",e,"autoPlay")})]}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Width","b-blocks"),labelPosition:"edge",value:s.width,onChange:e=>t("facebook",e,"width"),min:1,max:1200,step:5}),(0,i.jsx)(ga,{className:"mt10",value:s.alignment,isIcon:!0,label:(0,v.__)("Alignment","b-blocks"),options:a_,onChange:e=>t("facebook",e,"alignment")})]})},o_=({attributes:e,updateObj:t,isPremium:a,facebookKey:s})=>{const{advanced:o}=e;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:e_,onSelect:ge,children:n=>(0,i.jsxs)(i.Fragment,{children:["general"===n.name&&(0,i.jsx)(s_,{attributes:e,updateObj:t,facebookKey:s}),"advanced"===n.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>t("advanced",e),isPremium:a})]})})})},n_=({attributes:e,id:t})=>{const{advanced:a}=e;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${pi(t,a)}\n\t`}})},i_=({attributes:e,facebookKey:t})=>{const{facebook:a}=e,s=`https://www.facebook.com/plugins/video.php?href=${encodeURIComponent(a.url?.video||"")}&width=${a.width||"500"}&show_text=${a.fullPost}&show_captions=${a.caption}&autoplay=${a.autoPlay}&appId=${t}`,o=`https://www.facebook.com/plugins/post.php?href=${encodeURIComponent(a.url?.post||"")}&width=${a.width||"500"}&show_text=${a.fullPost}&appId=${t}`;return(0,i.jsxs)("div",{className:`b-blocks-facebookEmbed-wrapper ${a.alignment}`,children:["video"===a.type&&(0,i.jsx)("div",{className:"fb-video-container",children:(0,i.jsx)("iframe",{src:s,width:a.width||"500",height:"auto",style:{border:"none",overflow:"hidden",width:"100%",minHeight:"315px"},scrolling:"no",frameBorder:"0",allowFullScreen:a.fullScreen,allow:"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"})}),"post"===a.type&&(0,i.jsx)("div",{className:"fb-post-container",children:(0,i.jsx)("iframe",{src:o,width:a.width||"500",height:"auto",style:{border:"none",overflow:"hidden",width:"100%",minHeight:"500px"},scrolling:"no",frameBorder:"0",allowFullScreen:!0,allow:"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"})})]})};br(KC.name)&&(0,d.registerBlockType)(KC,{icon:ol,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,[o,n]=(0,g.useState)(""),l=window.bBlocksCursorDataConfig?.nonce,{data:r,isLoading:c}=hd("bblocks_api_keys",{_wpnonce:l},!0),d=bBlocksPremiumChecker;(0,g.useEffect)((()=>{n(r?.facebook?.key)}),[r,c]);const p=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(o_,{attributes:t,updateObj:p,isPremium:d,facebookKey:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(n_,{attributes:t,id:`block-${s}`}),(0,i.jsx)(i_,{attributes:t,facebookKey:o})]})]})}});const l_=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/facebook-page","version":"1.0.0","title":"Facebook Page","category":"bBlocks","description":"The Facebook Page Block allows you to embed your Social Media on your WordPress website.","keywords":["facebook","page","embed"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"facebook":{"type":"object","default":{"appId":"","link":"https://www.facebook.com/bPluginsLLC","layout":["timeline"],"smallHeader":false,"coverPhoto":true,"profilePhotos":true,"ctaButton":true,"width":340,"height":500,"align":"center"}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","facebookPage","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","facebookPage"]}'),r_=({attributes:e,facebookKey:t})=>{const{facebook:a}=e,s=`https://www.facebook.com/plugins/page.php?href=${encodeURIComponent(a.link)}&tabs=${a.layout?.join(",")||"timeline"}&width=${a.width}&height=${a.height}&small_header=${a.smallHeader}&adapt_container_width=true&hide_cover=${!a.coverPhoto}&show_facepile=${a.profilePhotos}&hide_cta=${a.ctaButton}&appId=${t}`;return(0,i.jsx)("div",{className:`bBlocks-fbPage-wrapper ${a.align}`,children:(0,i.jsx)("div",{children:(0,i.jsx)("iframe",{src:s,width:a.width,height:a.height,scrolling:"no",frameBorder:"0",allowFullScreen:!0,allow:"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share",title:"Facebook Page"})})})},c_=({attributes:e,id:t})=>{const{advanced:a}=e;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:` \n\t\t\t${hi(t,a)}\n\t\t`}})},d_=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],h_=[{label:"Left",value:"left",icon:QC},{label:"Center",value:"center",icon:XC},{label:"Right",value:"right",icon:JC}],p_=e=>{const{attributes:t,updateObj:a,facebookKey:s}=e,{facebook:o}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Items","b-blocks"),children:[!s&&(0,i.jsxs)(b.Notice,{className:"mb10",status:"warning",isDismissible:!1,children:["Set your Facebook App ID in the ",(0,i.jsx)("a",{href:`${location.origin}/wp-admin/admin.php?page=b-blocks#/settings`,target:"_blank",rel:"noopener noreferrer",children:(0,i.jsx)("em",{children:"Settings"})})," to use this block."]}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Link","social-media-page-block"),value:o.link,onChange:e=>a("facebook",e,"link")}),(0,i.jsx)(f,{children:(0,v.__)("Layout","social-media-page-block")}),(0,i.jsx)(mn,{value:o.layout,options:[{label:"Timeline",value:"timeline"},{label:"Events",value:"events"},{label:"Messages",value:"messages"}],onChange:e=>a("facebook",e,"layout")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Small Header","social-media-page-block"),checked:o.smallHeader,value:o.smallHeader,onChange:e=>a("facebook",e,"smallHeader")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Cover Photo","social-media-page-block"),checked:o.coverPhoto,value:o.coverPhoto,onChange:e=>a("facebook",e,"coverPhoto")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Profile Photos","social-media-page-block"),checked:o.profilePhotos,value:o.profilePhotos,onChange:e=>a("facebook",e,"profilePhotos")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Width","social-media-page-block"),value:o.width,onChange:e=>a("facebook",e,"width"),min:0,max:1e3}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Height","social-media-page-block"),value:o.height,onChange:e=>a("facebook",e,"height"),min:0,max:1e3}),(0,i.jsx)(ga,{className:"mt10",value:o.align,isIcon:!0,label:(0,v.__)("Alignment","b-blocks"),options:h_,onChange:e=>a("facebook",e,"align")})]})]})},g_=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:d_,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(p_,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})})})};br(l_.name)&&(0,d.registerBlockType)(l_,{icon:nl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,[o,n]=(0,g.useState)(""),l=window.bBlocksCursorDataConfig?.nonce,{data:r,isLoading:c}=hd("bblocks_api_keys",{_wpnonce:l},!0),d=me(t,a),p=bBlocksPremiumChecker;return(0,g.useEffect)((()=>{n(r?.facebook?.key)}),[r,c]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g_,{attributes:t,setAttributes:a,updateObj:d,isPremium:p,facebookKey:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(c_,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)(r_,{attributes:t,facebookKey:o},JSON.stringify(t.facebook))]})]})}});const u_=JSON.parse('{"apiVersion":3,"name":"b-blocks/feature-boxes","title":"Feature Boxes","description":"Display Feature boxes section.","category":"bBlocks","keywords":["features","feature boxes","features section"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"features":{"type":"array","default":[{"background":{"color":"#0000"},"isUpIcon":false,"icon":{"class":"fa-brands fa-wordpress","fontSize":120},"upIcon":{"id":null,"url":"","alt":"","title":""},"iconWidth":"120px","title":"Feature 1","titleColor":"#333","separator":{"width":"20%","height":"2px","style":"solid","color":"#bbb"},"desc":"This content area describes feature 1 descriptions or details.","descColor":"#333"},{"background":{"color":"#0000"},"isUpIcon":false,"icon":{"class":"fa-brands fa-wordpress","fontSize":120},"upIcon":{"id":null,"url":"","alt":"","title":""},"iconWidth":"120px","title":"Feature 2","titleColor":"#333","separator":{"width":"20%","height":"2px","style":"solid","color":"#bbb"},"desc":"This content area describes feature 2 descriptions or details.","descColor":"#333"},{"background":{"color":"#0000"},"isUpIcon":false,"icon":{"class":"fa-brands fa-wordpress","fontSize":120},"upIcon":{"id":null,"url":"","alt":"","title":""},"iconWidth":"120px","title":"Feature 3","titleColor":"#333","separator":{"width":"20%","height":"2px","style":"solid","color":"#bbb"},"desc":"This content area describes feature 3 descriptions or details.","descColor":"#333"}]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"30px"},"rowGap":{"type":"string","default":"30px"},"textAlign":{"type":"string","default":"center"},"padding":{"type":"object","default":{"vertical":"50px","horizontal":"20px"}},"isIcon":{"type":"boolean","default":true},"iconMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"isTitle":{"type":"boolean","default":true},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"20px","tablet":"18px","mobile":"16px"},"fontWeight":600}},"titleMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isSep":{"type":"boolean","default":true},"sepMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isDesc":{"type":"boolean","default":true},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"15px","tablet":"15px","mobile":"15px"}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),m_=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,updateFeature:a,activeIndex:s,setActiveIndex:o,device:n})=>{const{features:l=[],columns:r,columnGap:c,rowGap:d,textAlign:p,padding:g,isIcon:u,iconMargin:m,isTitle:w,titleTypo:x,titleMargin:k,isSep:C,sepMargin:_,isDesc:M,descTypo:z}=e,j=()=>{t({features:[...l,{background:{color:"#0000"},isUpIcon:!1,icon:{class:"fa fa-wordpress",fontSize:120},upIcon:{id:null,url:"",alt:"",title:""},iconWidth:"120px",title:`Feature ${l.length+1}`,titleColor:"#333",separator:{width:"20%",height:"2px",style:"solid",color:"#bbb"},desc:`This content area describes feature ${l.length+1} description/details.`,descColor:"#333"}]}),o(l.length)},{background:L={},isUpIcon:S=!1,icon:$={},upIcon:H={},iconWidth:T="",titleColor:B="",separator:A={},descColor:V=""}=l[s]||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Add or Remove Features","b-blocks"),children:[null!==s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h3",{className:"bplItemTitle",children:(0,v.__)(`Feature No ${s+1}:`,"b-blocks")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:L,onChange:e=>a("background",e)}),u&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Upload Icon?","b-blocks"),checked:S,onChange:e=>a("isUpIcon",e)}),S?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon:","b-blocks")}),(0,i.jsx)(we,{value:H,onChange:e=>a("upIcon",e),placeholder:(0,v.__)("Enter Icon URL","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Icon Width:","b-blocks"),labelPosition:"left",value:T,onChange:e=>a("iconWidth",e),units:[$e(),He(),Te()]})]}):(0,i.jsx)(Sa,{value:$,onChange:e=>a("icon",e),defaults:{class:"fa fa-wordpress",fontSize:120}})]}),(0,i.jsx)(De,{label:(0,v.__)("Title Color:","b-blocks"),value:B,onChange:e=>a("titleColor",e),defaultColor:"#333"}),(0,i.jsx)(vn,{value:A,onChange:e=>a("separator",e),defaults:{width:"20%"}}),(0,i.jsx)(De,{label:(0,v.__)("Description Color:","b-blocks"),value:V,onChange:e=>a("descColor",e),defaultColor:"#333"}),(0,i.jsxs)(b.PanelRow,{className:"itemAction mt20 mb15",children:[1<l?.length&&(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove","b-blocks"),onClick:e=>{e.preventDefault(),t({features:[...l.slice(0,s),...l.slice(s+1)]}),o(0===s?0:s-1)},children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove","b-blocks")]}),(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate","b-blocks"),onClick:e=>{e.preventDefault(),t({features:[...l.slice(0,s),{...l[s]},...l.slice(s)]}),o(s+1)},children:[rt,(0,v.__)("Duplicate","b-blocks")]})]})]}),(0,i.jsx)("div",{className:"addItem",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add New Feature","b-blocks"),onClick:j,children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Feature","b-blocks")]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:r[n],onChange:e=>{t({columns:{...r,[n]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:c,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:d,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content Settings","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Wc,{label:(0,v.__)("Padding:","b-blocks"),value:g,onChange:e=>t({padding:e}),defaults:{vertical:"50px",horizontal:"20px"}})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:u,onChange:e=>t({isIcon:e})}),u&&(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:m,onChange:e=>t({iconMargin:e}),defaults:{side:4,bottom:"20px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Title","b-blocks"),checked:w,onChange:e=>t({isTitle:e})}),w&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Mn,{value:x,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:20,tablet:18,mobile:16},fontWeight:600}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:k,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"10px"}})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Separator","b-blocks"),checked:C,onChange:e=>t({isSep:e})}),C&&(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:_,onChange:e=>t({sepMargin:e}),defaults:{side:4,bottom:"10px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Description","b-blocks"),checked:M,onChange:e=>t({isDesc:e})}),M&&(0,i.jsx)(Mn,{value:z,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}})]})]}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Feature","b-blocks"),onClick:j,children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:p,onChange:e=>t({textAlign:e})})]})]})})),v_="bBlocksFeatureBoxes",b_=({attributes:e,id:t})=>{const{features:a=[],columnGap:s,rowGap:o,textAlign:n,padding:l,iconMargin:r,titleTypo:c,titleMargin:d,sepMargin:h,descTypo:p}=e,g=`#${t}`,u=`${g} .${v_}`,m=`${u} .feature`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",c)?.googleFontLink}\n\t\t${ei("",p)?.googleFontLink}\n\t\t${ei(`${m} .featureTitle`,c)?.styles}\n\t\t${ei(`${m} .featureDescription`,p)?.styles}\n\n\t\t${u}{\n\t\t\tgrid-gap: ${o} ${s};\n\t\t}\n\t\t${m}{\n\t\t\ttext-align: ${n};\n\t\t\tpadding: ${Jn(l)};\n\t\t}\n\t\t${m} .featureIcon{\n\t\t\tmargin: ${Jn(r)};\n\t\t}\n\t\t${m} .featureTitle{\n\t\t\tmargin: ${Jn(d)};\n\t\t}\n\t\t${m} .featureSeparator{\n\t\t\tmargin: ${Jn(h)};\n\t\t}\n\n\t\t${a.map(((e,t)=>{const{background:a,icon:s,iconWidth:o,titleColor:n,separator:i,descColor:l}=e,r=`${g} #feature-${t}`;return`\n\t\t\t\t${r}{\n\t\t\t\t\t${Wn(a)}\n\t\t\t\t}\n\t\t\t\t${r} .featureIcon i{\n\t\t\t\t\t${Zn(s)}\n\t\t\t\t}\n\t\t\t\t${r} .featureIcon img{\n\t\t\t\t\twidth: ${o};\n\t\t\t\t}\n\t\t\t\t${r} .featureTitle{\n\t\t\t\t\tcolor: ${n};\n\t\t\t\t}\n\t\t\t\t${r} .featureSeparator{\n\t\t\t\t\t${Qn(i)}\n\t\t\t\t}\n\t\t\t\t${r} .featureDescription{\n\t\t\t\t\tcolor: ${l};\n\t\t\t\t}\n\t\t\t`})).join(" ")}\n\t\t`.replace(/\s+/g," ")}})};br(u_.name)&&(0,d.registerBlockType)(u_,{icon:il,edit:({attributes:e,setAttributes:t,clientId:a})=>{const{features:s=[],columns:o,isIcon:n,isTitle:l,isSep:r,isDesc:c}=e,[d,p]=(0,g.useState)(0),u=(e,a)=>{const o=_v(s,(t=>{t[d][e]=a}));t({features:o})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(m_,{attributes:e,setAttributes:t,updateFeature:u,activeIndex:d,setActiveIndex:p}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(b_,{attributes:e,id:`block-${a}`}),(0,i.jsx)("div",{className:`${v_} columns-${o.desktop} columns-tablet-${o.tablet} columns-mobile-${o.mobile}`,children:s.map(((e,t)=>{const{isUpIcon:a,icon:s,upIcon:o,title:g,desc:m}=e;return(0,i.jsxs)("div",{onClick:()=>p(t),className:"feature "+(t===d?"bPlNowEditing":""),id:`feature-${t}`,children:[n&&(0,i.jsx)("div",{className:"featureIcon",children:a?(0,i.jsx)("img",{className:o?.id?`wp-image-${o?.id}`:null,src:o?.url,alt:o?.alt}):s?.class&&(0,i.jsx)("i",{className:s?.class})}),(0,i.jsxs)("div",{className:"featureDetails",children:[l&&(0,i.jsx)(h.RichText,{className:"featureTitle",tagName:"h4",value:g,onChange:e=>u("title",e),placeholder:(0,v.__)("Feature title","b-blocks"),inlineToolbar:!0}),r&&(0,i.jsx)("span",{className:"featureSeparator"}),c&&(0,i.jsx)(h.RichText,{className:"featureDescription",tagName:"p",value:m,onChange:e=>u("desc",e),placeholder:(0,v.__)("Description of the feature","b-blocks"),inlineToolbar:!0})]})]},t)}))})]})]})},save:()=>null});const f_=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/file-download-card","title":"File Download Card","category":"bBlocks","description":"A single-file download card with a file-type badge, title, size, and download button.","keywords":["download","file","pdf","ebook","zip","document","attachment","button"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"file":{"type":"object","default":{"id":0,"url":"","name":"","type":"","size":"","buttonLabel":"Download","openNewTab":false,"showFileType":true,"showFileSize":true}},"content":{"type":"object","default":{"title":"","description":""}},"layout":{"type":"object","default":{"type":"horizontal"}},"icon":{"type":"object","default":{"style":"filled","bg":{},"color":"#2563eb","border":{"color":"#2563eb","style":"solid","width":"2px"},"size":48,"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"radius":{"desktop":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"title":{"type":"object","default":{"color":"#111827","bg":{"type":"solid","color":""},"typo":{"fontSize":{"desktop":"16px","tablet":"","mobile":""},"fontWeight":"600"},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"description":{"type":"object","default":{"color":"#6b7280","bg":{"type":"solid","color":""},"typo":{"fontSize":{"desktop":"14px","tablet":"","mobile":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"meta":{"type":"object","default":{"color":"#9ca3af","bg":{"type":"solid","color":""},"typo":{"fontSize":{"desktop":"12px","tablet":"","mobile":""}},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"button":{"type":"object","default":{"normal":{"bg":{"type":"solid","color":"#2563eb"},"color":"#ffffff","border":{},"padding":{"desktop":{"top":"10px","right":"20px","bottom":"10px","left":"20px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"radius":{"desktop":{"top":"6px","right":"6px","bottom":"6px","left":"6px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"hover":{"bg":{"type":"solid","color":""},"color":"","border":{},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"radius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"typo":{"fontSize":{"desktop":"14px","tablet":"","mobile":""},"fontWeight":"600"},"transition":0.2}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"20px","right":"25px","bottom":"20px","left":"25px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"radius":{"top":"5px","right":"5px","bottom":"5px","left":"5px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"5px","spreed":"0px","color":"rgba(113, 144, 176, 0.43)","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 0)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),w_=({attributes:a,id:s,isBackend:o=!1})=>{const{icon:n={},title:l={},description:r={},meta:c={},button:d={},advanced:h}=a,p=parseInt(n.size,10)||48,g=`#${s} .b-blocks-file-download-card`,u=`${g} .b-blocks-file-download-card-badge`,m=`${g} .b-blocks-file-download-card-title`,v=`${g} .b-blocks-file-download-card-desc`,b=`${g} .b-blocks-file-download-card-meta`,f=`${g} .b-blocks-file-download-card-btn`,w=(e,t,a)=>qn(e,ti(t?.[a])),x=e=>`\n\t\t${u}{ ${w("padding",n.padding,e)} ${w("margin",n.margin,e)} ${w("border-radius",n.radius,e)} }\n\t\t${m}{ ${w("padding",l.padding,e)} ${w("margin",l.margin,e)} ${w("border-radius",l.borderRadius,e)} }\n\t\t${v}{ ${w("padding",r.padding,e)} ${w("margin",r.margin,e)} ${w("border-radius",r.borderRadius,e)} }\n\t\t${b}{ ${w("padding",c.padding,e)} ${w("margin",c.margin,e)} ${w("border-radius",c.borderRadius,e)} }\n\t\t${f}{ ${w("padding",d.normal?.padding,e)} ${w("margin",d.normal?.margin,e)} ${w("border-radius",d.normal?.radius,e)} }\n\t\t${f}:hover, ${f}:focus-visible{ ${w("padding",d.hover?.padding,e)} ${w("margin",d.hover?.margin,e)} ${w("border-radius",d.hover?.radius,e)} }\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",l.typo).googleFontLink}\n\t\t\t${ei("",r.typo).googleFontLink}\n\t\t\t${ei("",c.typo).googleFontLink}\n\t\t\t${ei("",d.typo).googleFontLink}\n\t\t\t${u}{\n\t\t\t\twidth:${p}px;\n\t\t\t\theight:${p}px;\n\t\t\t\tfont-size:${Math.round(.28*p)}px;\n\t\t\t\t${Wn(n.bg)}\n\t\t\t\t${qn("color",n.color)}\n\t\t\t\t${Un(n.border)}\n\t\t\t}\n\t\t\t${m}{\n\t\t\t\t${qn("color",l.color)}\n\t\t\t\t${Wn(l.bg)}\n\t\t\t\t${Un(l.border)}\n\t\t\t}\n\t\t\t${ei(m,l.typo).styles}\n\t\t\t${v}{\n\t\t\t\t${qn("color",r.color)}\n\t\t\t\t${Wn(r.bg)}\n\t\t\t\t${Un(r.border)}\n\t\t\t}\n\t\t\t${ei(v,r.typo).styles}\n\t\t\t${b}{\n\t\t\t\t${qn("color",c.color)}\n\t\t\t\t${Wn(c.bg)}\n\t\t\t\t${Un(c.border)}\n\t\t\t}\n\t\t\t${ei(b,c.typo).styles}\n\t\t\t${f}{\n\t\t\t\t${Wn(d.normal?.bg)}\n\t\t\t\t${qn("color",d.normal?.color)}\n\t\t\t\t${Un(d.normal?.border)}\n\t\t\t\ttransition:all ${d.transition??.2}s ease;\n\t\t\t}\n\t\t\t${ei(f,d.typo).styles}\n\t\t\t${f}:hover, ${f}:focus-visible{\n\t\t\t\t${Wn(d.hover?.bg)}\n\t\t\t\t${qn("color",d.hover?.color)}\n\t\t\t\t${Un(d.hover?.border)}\n\t\t\t}\n\t\t\t${x("desktop")}\n\t\t\t${e}{ ${x("tablet")} }\n\t\t\t${t}{ ${x("mobile")} }\n\t\t\t${hi(s,h,o,!1)}\n\t\t\t`}})},x_=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],y_={top:"",right:"",bottom:"",left:""},k_=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],C_=[{label:(0,v.__)("Horizontal (icon left)","b-blocks"),value:"horizontal"},{label:(0,v.__)("Vertical (icon top)","b-blocks"),value:"vertical"}],__=[{label:(0,v.__)("Filled","b-blocks"),value:"filled"},{label:(0,v.__)("Outline","b-blocks"),value:"outline"}],M_={"application/pdf":"PDF","application/zip":"ZIP","application/x-zip-compressed":"ZIP","application/x-rar-compressed":"RAR","application/x-7z-compressed":"7Z","application/gzip":"GZ","application/msword":"DOC","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"DOC","application/vnd.ms-excel":"XLS","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"XLS","application/vnd.ms-powerpoint":"PPT","application/vnd.openxmlformats-officedocument.presentationml.presentation":"PPT","application/json":"JSON","application/rtf":"RTF","application/epub+zip":"EPUB","text/plain":"TXT","text/csv":"CSV","text/html":"HTML","image/png":"PNG","image/jpeg":"JPG","image/gif":"GIF","image/webp":"WEBP","image/svg+xml":"SVG","audio/mpeg":"MP3","audio/wav":"WAV","audio/ogg":"OGG","video/mp4":"MP4","video/quicktime":"MOV","video/webm":"WEBM"},z_=(e,t)=>{const a=(e||"").toLowerCase().trim();if(a&&M_[a])return M_[a];const s=(t||"").split("?")[0].split("#")[0],o=s.lastIndexOf(".");if(o>-1){const e=s.slice(o+1).toUpperCase();if(/^[A-Z0-9]{1,5}$/.test(e))return e}return"FILE"},j_=({attributes:e,updateObj:t,setAttributes:a})=>{const{file:s={},content:o={},layout:n={},icon:l={}}=e,{id:r,url:c,name:d,type:p,size:g,buttonLabel:u,openNewTab:m,showFileType:f=!0,showFileSize:w=!0}=s,x=c?z_(p,c):"";return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("File","b-blocks"),initialOpen:!0,children:[c?(0,i.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,marginBottom:10,padding:"8px 10px",background:"#f0f0f1",borderRadius:6},children:[(0,i.jsx)("strong",{style:{fontSize:11},children:x}),(0,i.jsx)("span",{style:{fontSize:12,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d||c})]}):null,(0,i.jsxs)("div",{style:{display:"flex",gap:8,flexWrap:"wrap",marginBottom:12},children:[(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{value:r||0,onSelect:e=>{a({file:{...s,id:e?.id||0,url:e?.url||"",name:e?.title||e?.filename||"",type:e?.mime||"",size:e?.filesizeHumanReadable||""}})},render:({open:e})=>(0,i.jsx)(b.Button,{variant:"secondary",onClick:e,children:c?(0,v.__)("Replace File","b-blocks"):(0,v.__)("Select File","b-blocks")})})}),c&&(0,i.jsx)(b.Button,{variant:"link",isDestructive:!0,onClick:()=>a({file:{...s,id:0,url:"",name:"",type:"",size:""}}),children:(0,v.__)("Remove","b-blocks")})]}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Or enter file URL","b-blocks"),value:r?"":c||"",onChange:e=>a({file:{...s,url:e,id:0}}),type:"url",placeholder:"https://",help:r?(0,v.__)("Using a media-library file. Remove it to enter an external URL.","b-blocks"):(0,v.__)("Use for files hosted outside the media library.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt20",label:(0,v.__)("Card title","b-blocks"),value:o.title||"",onChange:e=>t("content",e,"title"),placeholder:d||(0,v.__)("Auto-uses file name","b-blocks"),help:(0,v.__)("Also editable inline on the block canvas.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Description","b-blocks"),value:o.description||"",onChange:e=>t("content",e,"description"),placeholder:(0,v.__)("Optional short description","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Button label","b-blocks"),value:u||"",onChange:e=>t("file",e,"buttonLabel"),placeholder:(0,v.__)("Download","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("File size (override)","b-blocks"),value:g||"",onChange:e=>t("file",e,"size"),placeholder:"e.g. 2.4 MB",help:r?(0,v.__)("Auto-detected from the media library on the front end.","b-blocks"):(0,v.__)("Shown for external URLs (not auto-detected).","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Open in new tab","b-blocks"),checked:!!m,onChange:e=>t("file",!!e,"openNewTab")}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show file type badge","b-blocks"),checked:!!f,onChange:e=>t("file",!!e,"showFileType")}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show file size","b-blocks"),checked:!!w,onChange:e=>t("file",!!e,"showFileSize")})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Layout","b-blocks"),labelPosition:"edge",value:n.type||"horizontal",options:C_,onChange:e=>t("layout",e,"type"),__nextHasNoMarginBottom:!0})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Badge","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Style","b-blocks"),value:l.style||"filled",options:__,onChange:e=>t("icon",e,"style"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Badge Size","b-blocks"),value:parseInt(l.size,10)||48,onChange:e=>t("icon",e,"size"),min:32,max:96,__nextHasNoMarginBottom:!0})]})]})},L_=({attributes:e,updateObj:t,device:a="desktop"})=>{const[s,o]=(0,g.useState)("normal"),{icon:n={},title:l={},description:r={},meta:c={},button:d={}}=e,h=d[s]||{},p=(e,s,o,n,l)=>(0,i.jsx)(w,{className:l,label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[e," ",(0,i.jsx)(y,{})]}),units:x_,values:n?.[a],resetValues:y_,onChange:e=>t(s,e,o,a)}),u=(e,o,n,l)=>(0,i.jsx)(w,{className:l,label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[e," ",(0,i.jsx)(y,{})]}),units:x_,values:n?.[a],resetValues:y_,onChange:e=>t("button",e,s,o,a)});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Badge","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:n.bg,onChange:e=>t("icon",e,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Icon / Text Color:","b-blocks"),value:n.color,onChange:e=>t("icon",e,"color"),defaultColor:"#2563eb"}),p((0,v.__)("Padding","b-blocks"),"icon","padding",n.padding,"mt10"),p((0,v.__)("Margin","b-blocks"),"icon","margin",n.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:n.border,onChange:e=>t("icon",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),p((0,v.__)("Corner Radius","b-blocks"),"icon","radius",n.radius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:l.color||"#111827",onChange:e=>t("title",e,"color"),defaultColor:"#111827"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:l.bg,onChange:e=>t("title",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:l.typo,onChange:e=>t("title",e,"typo")}),p((0,v.__)("Padding","b-blocks"),"title","padding",l.padding,"mt10"),p((0,v.__)("Margin","b-blocks"),"title","margin",l.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:l.border,onChange:e=>t("title",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),p((0,v.__)("Border Radius","b-blocks"),"title","borderRadius",l.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:r.color||"#6b7280",onChange:e=>t("description",e,"color"),defaultColor:"#6b7280"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:r.bg,onChange:e=>t("description",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:r.typo,onChange:e=>t("description",e,"typo")}),p((0,v.__)("Padding","b-blocks"),"description","padding",r.padding,"mt10"),p((0,v.__)("Margin","b-blocks"),"description","margin",r.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:r.border,onChange:e=>t("description",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),p((0,v.__)("Border Radius","b-blocks"),"description","borderRadius",r.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Meta","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:c.color||"#9ca3af",onChange:e=>t("meta",e,"color"),defaultColor:"#9ca3af"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:c.bg,onChange:e=>t("meta",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:c.typo,onChange:e=>t("meta",e,"typo")}),p((0,v.__)("Padding","b-blocks"),"meta","padding",c.padding,"mt10"),p((0,v.__)("Margin","b-blocks"),"meta","margin",c.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:c.border,onChange:e=>t("meta",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),p((0,v.__)("Border Radius","b-blocks"),"meta","borderRadius",c.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:d.typo,onChange:e=>t("button",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"mt10 flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>o(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:h.bg,onChange:e=>t("button",e,s,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:h.color||"",onChange:e=>t("button",e,s,"color"),defaultColor:"#ffffff"}),u((0,v.__)("Padding","b-blocks"),"padding",h.padding,"mt10"),u((0,v.__)("Margin","b-blocks"),"margin",h.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:h.border,onChange:e=>t("button",e||{},s,"border"),withSlider:!0,__next40pxDefaultSize:!0}),u((0,v.__)("Border Radius","b-blocks"),"radius",h.radius),"hover"===s&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition (s)","b-blocks"),value:d.transition??.2,onChange:e=>t("button",e,"transition"),min:0,max:5,step:.01,__nextHasNoMarginBottom:!0})]})]})},S_=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:k_,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(j_,{...e}),"style"===t.name&&(0,i.jsx)(L_,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},$_=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{file:o={},content:n={},layout:l={},icon:r={}}=t,c="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,d=me(t,a),{url:p,id:g,name:u,type:m,size:f,buttonLabel:w,showFileType:x=!0,showFileSize:y=!0}=o,k=e=>{a({file:{...o,id:e?.id||0,url:e?.url||"",name:e?.title||e?.filename||"",type:e?.mime||"",size:e?.filesizeHumanReadable||""}})},C=p?z_(m,p):"FILE",_=!(!f||!String(f).trim()),M=x&&C||y&&_,z=["b-blocks-file-download-card",`b-blocks-file-download-card--${l.type||"horizontal"}`,`b-blocks-file-download-card--icon-${r.style||"filled"}`].join(" "),j=(0,h.useBlockProps)({id:`block-${s}`});return p?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(S_,{...e,updateObj:d,isPremium:c}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(b.ToolbarGroup,{children:(0,i.jsx)(h.MediaUpload,{value:g||0,onSelect:k,render:({open:e})=>(0,i.jsx)(b.ToolbarButton,{icon:"media-document",label:(0,v.__)("Replace file","b-blocks"),onClick:e})})})}),(0,i.jsxs)(b.ToolbarGroup,{children:[(0,i.jsx)(b.ToolbarButton,{icon:"align-pull-left",label:(0,v.__)("Horizontal layout","b-blocks"),isPressed:"horizontal"===(l.type||"horizontal"),onClick:()=>d("layout","horizontal","type")}),(0,i.jsx)(b.ToolbarButton,{icon:"editor-insertmore",label:(0,v.__)("Vertical layout","b-blocks"),isPressed:"vertical"===l.type,onClick:()=>d("layout","vertical","type")})]})]}),(0,i.jsxs)("div",{...j,children:[(0,i.jsx)(w_,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:z,children:(0,i.jsxs)("article",{className:"b-blocks-file-download-card-card",children:[(0,i.jsx)("span",{className:"b-blocks-file-download-card-badge","aria-hidden":"true",children:C}),(0,i.jsxs)("div",{className:"b-blocks-file-download-card-body",children:[(0,i.jsx)(h.RichText,{tagName:"h3",className:"b-blocks-file-download-card-title",value:n.title,onChange:e=>d("content",e,"title"),placeholder:u||(0,v.__)("Card title…","b-blocks"),allowedFormats:[]}),(0,i.jsx)(h.RichText,{tagName:"p",className:"b-blocks-file-download-card-desc",value:n.description,onChange:e=>d("content",e,"description"),placeholder:(0,v.__)("Optional short description","b-blocks"),allowedFormats:[]}),M?(0,i.jsxs)("p",{className:"b-blocks-file-download-card-meta",children:[x&&C?(0,i.jsx)("span",{className:"b-blocks-file-download-card-meta-type",children:C}):null,x&&C&&y&&_?(0,i.jsx)("span",{className:"b-blocks-file-download-card-meta-sep",children:"·"}):null,y&&_?(0,i.jsx)("span",{className:"b-blocks-file-download-card-meta-size",children:f}):null]}):null]}),(0,i.jsx)("div",{className:"b-blocks-file-download-card-action",children:(0,i.jsxs)("span",{className:"b-blocks-file-download-card-btn",children:[(0,i.jsx)("svg",{className:"b-blocks-file-download-card-btn-icon",viewBox:"0 0 24 24","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:"M12 3v12m0 0l-4-4m4 4l4-4M5 21h14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,i.jsx)("span",{className:"b-blocks-file-download-card-btn-label",children:w||(0,v.__)("Download","b-blocks")})]})})]})})})]})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(S_,{...e,updateObj:d,isPremium:c}),(0,i.jsx)("div",{...j,children:(0,i.jsx)("div",{children:(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{value:g||0,onSelect:k,render:({open:e})=>(0,i.jsxs)("button",{type:"button",className:"b-blocks-file-download-card-placeholder",onClick:e,children:[(0,i.jsx)("span",{className:"b-blocks-file-download-card-placeholder-icon",children:(0,v.__)("FILE","b-blocks")}),(0,i.jsx)("span",{children:(0,v.__)("Select a file from the media library to create a download card.","b-blocks")})]})})})})})]})}));br(f_.name)&&(0,d.registerBlockType)(f_,{icon:pr,edit:$_,save:()=>null});const H_=JSON.parse('{"apiVersion":3,"name":"b-blocks/flip-boxes","title":"Flip Boxes","description":"Display Flip boxes section.","category":"bBlocks","keywords":["flip","flip boxes","flip boxes section"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"boxes":{"type":"array","default":[{"frontBG":{"type":"solid","color":"#000000b3"},"backBG":{"type":"solid","color":"#000000b3"},"border":{"solid":"solid"},"shadow":{"type":"box"},"isFrontUpIcon":false,"frontIcon":{"class":"fa fa-sync-alt","fontSize":70,"color":"#fff"},"upFrontIcon":{"id":null,"url":"","alt":"","title":""},"frontIconWidth":"70px","isBackUpIcon":false,"backIcon":{"class":"fa-brands fa-wordpress","fontSize":70,"color":"#fff"},"upBackIcon":{"id":null,"url":"","alt":"","title":""},"backIconWidth":"70px","frontTitle":"Front Title 1","frontTitleColor":"#fff","backTitle":"Back Title 1","backTitleColor":"#fff","desc":"This content area describes flip box 1 descriptions/details.","descColor":"#fff","btn":"Button 1","btnLink":"#","btnBorder":{"radius":"3px"},"btnColors":{"color":"#fff","bg":"#ff4500"},"btnHovColors":{"color":"#fff","bg":"#ff7500"},"direction":"right"},{"frontBG":{"type":"solid","color":"#000000b3"},"backBG":{"type":"solid","color":"#000000b3"},"border":{"solid":"solid"},"shadow":{"type":"box"},"isFrontUpIcon":false,"frontIcon":{"class":"fa fa-sync-alt","fontSize":70,"color":"#fff"},"upFrontIcon":{"id":null,"url":"","alt":"","title":""},"frontIconWidth":"70px","isBackUpIcon":false,"backIcon":{"class":"fa-brands fa-wordpress","fontSize":70,"color":"#fff"},"upBackIcon":{"id":null,"url":"","alt":"","title":""},"backIconWidth":"70px","frontTitle":"Front Title 2","frontTitleColor":"#fff","backTitle":"Back Title 2","backTitleColor":"#fff","desc":"This content area describes flip box 2 descriptions/details.","descColor":"#fff","btn":"Button 2","btnLink":"#","btnBorder":{"radius":"3px"},"btnColors":{"color":"#fff","bg":"#ff4500"},"btnHovColors":{"color":"#fff","bg":"#ff7500"},"direction":"right"},{"frontBG":{"type":"solid","color":"#000000b3"},"backBG":{"type":"solid","color":"#000000b3"},"border":{"solid":"solid"},"shadow":{"type":"box"},"isFrontUpIcon":false,"frontIcon":{"class":"fa fa-sync-alt","fontSize":70,"color":"#fff"},"upFrontIcon":{"id":null,"url":"","alt":"","title":""},"frontIconWidth":"70px","isBackUpIcon":false,"backIcon":{"class":"fa-brands fa-wordpress","fontSize":70,"color":"#fff"},"upBackIcon":{"id":null,"url":"","alt":"","title":""},"backIconWidth":"70px","frontTitle":"Front Title 3","frontTitleColor":"#fff","backTitle":"Back Title 3","backTitleColor":"#fff","desc":"This content area describes flip box 3 descriptions/details.","descColor":"#fff","btn":"Button 3","btnLink":"#","btnBorder":{"radius":"3px"},"btnColors":{"color":"#fff","bg":"#ff4500"},"btnHovColors":{"color":"#fff","bg":"#ff7500"},"direction":"right"}]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"40px"},"rowGap":{"type":"string","default":"30px"},"boxHeight":{"type":"string","default":"400px"},"textAlign":{"type":"string","default":"center"},"boxPadding":{"type":"object","default":{"vertical":"30px","horizontal":"25px"}},"isIcon":{"type":"boolean","default":true},"iconMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"25px","tablet":"22px","mobile":"20px"}}},"titleMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"isDesc":{"type":"boolean","default":true},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"isBtn":{"type":"boolean","default":true},"isLinkNewTab":{"type":"boolean","default":true},"btnTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"btnPadding":{"type":"object","default":{"vertical":"15px","horizontal":"25px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),T_=[{name:"front",title:(0,v.__)("Front","b-blocks")},{name:"back",title:(0,v.__)("Back","b-blocks")}],B_=e=>{const{attributes:t,setAttributes:a,index:s}=e,{boxes:o=[],isIcon:n}=t,{frontBG:l={},backBG:r={},border:c={},shadow:d={},isFrontUpIcon:h=!1,frontIcon:p={},upFrontIcon:g={},frontIconWidth:u="70px",isBackUpIcon:m=!1,backIcon:w={},upBackIcon:x={},backIconWidth:y="70px",frontTitle:k="",frontTitleColor:C="",backTitle:_="",backTitleColor:M="",desc:z="",descColor:j="",btn:L="",btnLink:S="",btnBorder:$={},btnColors:H={},btnHovColors:T={}}=o?.[s]||{},B=(e,o)=>{me(t,a)("boxes",o,s,e)};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",gap:10,children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Direction","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o[s].direction,onChange:e=>B("direction",e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"right",icon:"arrow-right-alt"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Bottom",value:"bottom",icon:"arrow-down-alt"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"left",icon:"arrow-left-alt"}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Top",value:"top",icon:"arrow-up-alt"})]})]}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:c,onChange:e=>B("border",e)}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:d,onChange:e=>B("shadow",e)}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:T_,children:e=>(0,i.jsxs)(i.Fragment,{children:["front"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Front Box","b-blocks"),children:(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:l,onChange:e=>B("frontBG",e)})}),n&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Front Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Upload Icon?","b-blocks"),checked:h,onChange:e=>B("isFrontUpIcon",e)}),h?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon:","b-blocks")}),(0,i.jsx)(we,{value:g,onChange:e=>B("upFrontIcon",e),placeholder:(0,v.__)("Enter Icon URL","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Icon Width:","b-blocks"),labelPosition:"left",value:u,onChange:e=>B("frontIconWidth",e),units:[$e(),He(),Te()]})]}):(0,i.jsx)(Sa,{value:p,onChange:e=>B("frontIcon",e),defaults:{class:"fa fa-sync-alt",fontSize:70,color:"#fff"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Front Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:k,onChange:e=>B("frontTitle",e)}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:C,onChange:e=>B("frontTitleColor",e),defaultColor:"#fff"})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Text:","b-blocks")}),(0,i.jsx)(b.TextareaControl,{value:z,onChange:e=>B("desc",e)}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:j,onChange:e=>B("descColor",e),defaultColor:"#fff"})]})]}),"back"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Back Box","b-blocks"),children:(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:r,onChange:e=>B("backBG",e)})}),n&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Back Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Upload Icon?","b-blocks"),checked:m,onChange:e=>B("isBackUpIcon",e)}),m?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon:","b-blocks")}),(0,i.jsx)(we,{value:x,onChange:e=>B("upBackIcon",e),placeholder:(0,v.__)("Enter Icon URL","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Icon Width:","b-blocks"),labelPosition:"left",value:y,onChange:e=>B("backIconWidth",e),units:[$e(),He(),Te()]})]}):(0,i.jsx)(Sa,{value:w,onChange:e=>B("backIcon",e),defaults:{class:"fa fa-wordpress",fontSize:70,color:"#fff"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Back Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:_,onChange:e=>B("backTitle",e)}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:M,onChange:e=>B("backTitleColor",e),defaultColor:"#fff"})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:L,onChange:e=>B("btn",e)}),(0,i.jsx)(f,{children:(0,v.__)("Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:S,onChange:e=>B("btnLink",e)}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:$,onChange:e=>B("btnBorder",e),defaults:{radius:"3px"}}),(0,i.jsx)(ka,{value:H,onChange:e=>B("btnColors",e),defaults:{color:"#fff",bg:"#ff4500"}}),(0,i.jsx)(ka,{label:(0,v.__)("Hover Colors:","b-blocks"),value:T,onChange:e=>B("btnHovColors",e),defaults:{color:"#fff",bg:"#ff7500"}})]})]})]})})]})},A_=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s,isPremium:o,device:n})=>{const{boxes:l=[],columns:r,columnGap:c,rowGap:d,boxHeight:p,textAlign:g,boxPadding:u,isIcon:m,iconMargin:w,titleTypo:x,titleMargin:k,isDesc:C,descTypo:_,isBtn:M,isLinkNewTab:z,btnTypo:j,btnPadding:L}=e,S={frontBG:{type:"solid",color:"#000000b3"},backBG:{type:"solid",color:"#000000b3"},border:{},shadow:{},frontIcon:{class:"fa fa-sync-alt",fontSize:70,color:"#fff"},backIcon:{class:"fa-brands fa-wordpress",fontSize:70,color:"#fff"},frontTitle:`Front Title ${l.length+1}`,frontTitleColor:"#fff",backTitle:`Back Title ${l.length+1}`,backTitleColor:"#fff",desc:`This content area describes flip box ${l.length+1} descriptions/details.`,descColor:"#fff",btn:`Button ${l.length+1}`,btnLink:"#",btnBorder:{radius:"3px"},btnColors:{color:"#fff",bg:"#ff4500"},btnHovColors:{color:"#fff",bg:"#ff7500"}};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,children:l=>(0,i.jsxs)(i.Fragment,{children:["general"==l.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Add or Remove Boxes","b-blocks"),children:[(0,i.jsx)(dn,{attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s,arrKey:"boxes",minItem:1,ItemSettings:B_,itemLabel:"Flip Box",newItem:S,title:"frontTitle",design:o?"sortable":"single"}),!o&&(0,i.jsxs)("small",{children:[" ",(0,i.jsx)("b",{children:(0,i.jsx)("a",{href:na,target:"__blank",children:"Upgrade to Premium"})})," to unlock sorting and more features."]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:r[n],onChange:e=>{t({columns:{...r,[n]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:c,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:d,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:m,onChange:e=>t({isIcon:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Description","b-blocks"),checked:C,onChange:e=>t({isDesc:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Button","b-blocks"),checked:M,onChange:e=>t({isBtn:e})}),M&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Link in New Tab","b-blocks"),checked:z,onChange:e=>t({isLinkNewTab:e})})]})]}),"style"==l.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Box","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({boxHeight:e}),units:[$e(),Te()]}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:u,onChange:e=>t({boxPadding:e}),defaults:{vertical:"30px",horizontal:"25px"}})]}),m&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Wc,{label:(0,v.__)("Margin:","b-blocks"),value:w,onChange:e=>t({iconMargin:e}),defaults:{side:4,bottom:"20px"}})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:x,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:25,tablet:22,mobile:20}}}),x&&(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:k,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"20px"}})]}),C&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Mn,{value:_,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:16,tablet:16,mobile:16}}})}),M&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:j,onChange:e=>t({btnTypo:e}),defaults:{fontSize:{desktop:20,tablet:18,mobile:16}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:L,onChange:e=>t({btnPadding:e}),defaults:{vertical:"15px",horizontal:"25px"}})]})]})]})})}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Box","b-blocks"),onClick:()=>t({boxes:[...l,S]}),children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:g,onChange:e=>t({textAlign:e})})]})]})})),V_="bBlocksFlipBoxes",N_=({attributes:e,id:t})=>{const{boxes:a,columnGap:s,rowGap:o,boxHeight:n,textAlign:l,boxPadding:r,iconMargin:c,titleTypo:d,titleMargin:h,descTypo:p,btnTypo:g,btnPadding:u}=e,m=`#${t}`,v=`${m} .flipBox`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",d)?.googleFontLink}\n\t\t${ei("",p)?.googleFontLink}\n\t\t${ei("",g)?.googleFontLink}\n\t\t${ei(`${v} .flipTitle`,d)?.styles}\n\t\t${ei(`${v} .flipDescription`,p)?.styles}\n\t\t${ei(`${v} .flipBtn`,g)?.styles}\n\n\t\t${m} .${V_}{ grid-gap: ${o} ${s}; }\n\t\t${v}{\n\t\t\theight: ${n};\n\t\t}\n\t\t${v} .box{\n\t\t\ttext-align: ${l};\n\t\t\tpadding: ${Jn(r)};\n\t\t}\n\t\t${v} i.flipIcon{\n\t\t\tmargin: ${Jn(c)};\n\t\t}\n\t\t${v} .flipTitle{\n\t\t\tmargin: ${Jn(h)};\n\t\t}\n\t\t${v} .flipBtn{\n\t\t\tpadding: ${Jn(u)};\n\t\t}\n\t\t\t\n\t\t${a.map(((e,t)=>{const{frontBG:a,backBG:s,border:o,shadow:n,frontIcon:i={},frontIconWidth:l="70px",backIcon:r={},backIconWidth:c="70px",frontTitleColor:d,backTitleColor:h,descColor:p,btnBorder:g,btnColors:u,btnHovColors:v}=e,b=`${m} #flipBox-${t}`;return`\n\t\t\t\t${b} .box{\n\t\t\t\t\t${Un(o)}\n\t\t\t\t\tbox-shadow: ${Xn(n)};\n\t\t\t\t}\n\t\t\t\t${b} .box.front{\n\t\t\t\t\t${Wn(a)}\n\t\t\t\t}\n\t\t\t\t${b} .box.back{\n\t\t\t\t\t${Wn(s)}\n\t\t\t\t}\n\t\t\t\t${b} img.flipIcon.frontIcon{\n\t\t\t\t\twidth: ${l};\n\t\t\t\t}\n\t\t\t\t${b} i.flipIcon.frontIcon{\n\t\t\t\t\t${Zn(i)}\n\t\t\t\t}\n\t\t\t\t${b} img.flipIcon.backIcon{\n\t\t\t\t\twidth: ${c};\n\t\t\t\t}\n\t\t\t\t${b} i.flipIcon.backIcon{\n\t\t\t\t\t${Zn(r)}\n\t\t\t\t}\n\t\t\t\t${b} .flipTitle.flipFrontTitle{\n\t\t\t\t\tcolor: ${d};\n\t\t\t\t}\n\t\t\t\t${b} .flipTitle.flipBackTitle{\n\t\t\t\t\tcolor: ${h};\n\t\t\t\t}\n\t\t\t\t${b} .flipDescription{\n\t\t\t\t\tcolor: ${p};\n\t\t\t\t}\n\t\t\t\t${b} .flipBtn{\n\t\t\t\t\t${Yn(u)}\n\t\t\t\t\t${Un(g)}\n\t\t\t\t}\n\t\t\t\t${b} .flipBtn:hover{\n\t\t\t\t\t${Yn(v)}\n\t\t\t\t}\n\t\t\t`})).join(" ")}\n\t\t`.replace(/\s+/g," ")}})},P_=({attributes:e,isBackend:t=!1,custom:a})=>{const{boxes:s,columns:o,isIcon:n,isDesc:l,isBtn:r,isLinkNewTab:c}=e;return(0,i.jsx)("div",{className:`${V_} columns-${o.desktop} columns-tablet-${o.tablet} columns-mobile-${o.mobile}`,children:s.map(((e,s)=>{const{isFrontUpIcon:o=!1,frontIcon:d={},upFrontIcon:h={},isBackUpIcon:p=!1,backIcon:g={},upBackIcon:u={},frontTitle:m,backTitle:v,desc:b,btn:f,btnLink:w,direction:x="right"}=e;return(0,i.jsxs)("div",{onClick:()=>t&&a.setActiveIndex(s),className:"flipBox "+(t&&s===a.activeIndex?"bPlNowEditing":""),id:`flipBox-${s}`,"data-direction":x,children:[(0,i.jsx)("div",{className:"box front",children:(0,i.jsxs)("div",{className:"frontContent",children:[n&&(0,i.jsx)(i.Fragment,{children:o?(0,i.jsx)("img",{className:h?.id?"flipIcon frontIcon":null,src:h?.url,alt:h?.alt}):d?.class&&(0,i.jsx)("i",{className:`flipIcon frontIcon ${d?.class}`})}),m&&(0,i.jsx)("h3",{className:"flipTitle flipFrontTitle",children:m}),l&&b&&(0,i.jsx)("p",{className:"flipDescription",children:b})]})}),(0,i.jsx)("div",{className:"box back",children:(0,i.jsxs)("div",{className:"backContent",children:[n&&(0,i.jsx)(i.Fragment,{children:p?(0,i.jsx)("img",{className:u?.id?"flipIcon backIcon":null,src:u?.url,alt:u?.alt}):g?.class&&(0,i.jsx)("i",{className:`flipIcon backIcon ${g?.class}`})}),v&&(0,i.jsx)("h3",{className:"flipTitle flipBackTitle",children:v}),r&&f&&(0,i.jsx)("a",{href:_t(w),className:"flipBtn",target:c?"_blank":"_self",rel:"noreferrer noopener",children:f})]})})]},s)}))})};br(H_.name)&&(0,d.registerBlockType)(H_,{icon:ll,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,[o,n]=(0,g.useState)(0),l=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(A_,{attributes:t,setAttributes:a,activeIndex:o,setActiveIndex:n,isPremium:l}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(N_,{attributes:t,id:`block-${s}`}),(0,i.jsx)(P_,{attributes:t,isBackend:!0,custom:{activeIndex:o,setActiveIndex:n}})]})]})},save:()=>null});const E_=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/form-builder","version":"1.0.0","title":"Form","category":"bBlocks","description":"Create Beautiful and Professional Login, Register or any other custom Forms easily with a few clicks.","keywords":["form","register","login","sign in","sign up"],"textdomain":"b-blocks","attributes":{"formId":{"type":"string","default":""},"postId":{"type":"number","default":""},"clientId":{"type":"string","default":""},"form":{"type":"object","default":{"formType":""}},"align":{"type":"string","default":""},"weakPassword":{"type":"object","default":{"option":"default","validation":{"length":8,"uppercase":true,"lowercase":true,"number":true,"specialChar":true}}},"password":{"type":"object","default":{"container":{"desktop":{"width":"","height":"","margin":{},"padding":{}},"tablet":{"width":"","height":"","margin":{},"padding":{}},"mobile":{"width":"","height":"","margin":{},"padding":{}},"border":{},"radius":{},"bg":{"color":"#0000"}},"meter":{"desktop":{"width":"","height":"","margin":{},"padding":{}},"tablet":{"width":"","height":"","margin":{},"padding":{}},"mobile":{"width":"","height":"","margin":{},"padding":{}},"border":{},"radius":{}},"passStrengthTxt":{"veryWeak":"Very Weak","weak":"Weak Password","medium":"Medium Password","strong":"Strong Password","desktop":{"margin":{},"padding":{}},"tablet":{"margin":{},"padding":{}},"mobile":{"margin":{},"padding":{}},"typography":{}},"colors":{"veryWeak":"","weak":"","medium":"","strong":"","bg":{}}}},"button":{"type":"object","default":{"button":{"text":"Submit"},"navigation":{"isNavigation":true,"first":{"text":"Already have an account?"},"second":{"text":"Sign In","url":""}},"spinner":{"show":false},"signup":{"text":"Register","desktop":{"margin":{},"padding":{"top":"12px","left":"25px","bottom":"12px","right":"25px"},"justify":"space-between","displayAs":"row","alignment":"left","width":"","height":""},"tablet":{"margin":{},"padding":{"top":"12px","left":"25px","bottom":"12px","right":"25px"},"justify":"space-between","displayAs":"row","alignment":"left","width":"","height":""},"mobile":{"margin":{},"padding":{"top":"12px","left":"25px","bottom":"12px","right":"25px"},"justify":"space-between","displayAs":"row","alignment":"left","width":"","height":""},"typography":{},"normal":{"color":"#fff","bg":{"color":"#146EF5"},"border":{},"radius":{}},"hover":{"color":"#fff","bg":{"color":"#146EF5"},"border":{},"radius":{}},"animation":"none","spinner":{"show":false,"position":0,"color":""}},"signin":{"text":{"first":"","second":"Sign In","link":""},"desktop":{"margin":{},"padding":{},"displayAs":"row","justify":"start","alignment":"baseline","containerWidth":"","width":"","height":""},"tablet":{"margin":{},"padding":{},"displayAs":"row","justify":"start","alignment":"baseline","containerWidth":"","width":"","height":""},"mobile":{"margin":{},"padding":{},"displayAs":"row","justify":"start","alignment":"baseline","containerWidth":"","width":"","height":""},"typography":{"fontSize":{"desktop":"16px"}},"normal":{"color":"","bg":{},"border":{},"radius":{}},"hover":{"color":"","bg":{},"border":{},"radius":{}}},"signout":{"text":{"first":"You are already loggedin.","second":"Logout"}}}},"formOptions":{"type":"object","default":{"isRedirect":true,"customUrl":"","redirectPrevious":false,"userRole":"subscriber"}},"emailOptions":{"type":"object","default":{"user":{"type":"default","messageType":"HTML","mail":{"subject":"Thank you for registering","message":"<p>Thank you for registering on gutenberg plugin development!</p> \\n <p>Username: [username]</p> \\n <p>Password: [password]</p> \\n<p>Please click the following address to login to your account:</p> \\n<p>http://localhost/my-site/wp-admin/post.php/ </p>"}},"admin":{"type":"default","messageType":"HTML","email":"","mail":{"subject":"New User Registration","message":"<p>New user registration on your site gutenberg plugin development</p>\\n<p>Username: [username]</p>\\n<p>Email: [email]</p>"}}}},"termsConditions":{"type":"object","default":{"show":false,"label":{"first":"I Accept","second":"the Terms and Conditions."},"url":"","margin":{"desktop":{},"tablet":{},"mobile":{}},"padding":{"desktop":{},"tablet":{},"mobile":{}},"checkboxMargin":{"desktop":{},"tablet":{},"mobile":{}},"color":{"text":"","link":"","bg":"","checkbox":""},"typography":{"fontSize":{"desktop":"15px"}}}},"validation":{"type":"object","default":{"error":{"email":{"invalid":"You have used an invalid email","missing":"Email is missing","alreadyUsed":"Email is already registered with other account."},"username":{"invalid":"You have used an invalid username","alreadyUsed":"The username already registered.","missing":"Username is missing"},"password":{"invalid":"Your password is invalid","confirmedPass":"Your confirmed password did not match","missing":"Password is missing","custom":""},"styles":{"typo":{"fontSize":{"desktop":"11px"}},"color":"","margin":{}}},"success":{"text":"Form submitted successfully!","styles":{"isShow":false,"typo":{"fontSize":{"desktop":"14px"}},"color":{"text":"","bg":{}},"margin":{},"padding":{},"border":{"left":{"color":"#00F","style":"solid","width":"2px"}},"radius":{}}}}},"message":{"type":"object","default":{"isShowDemoSuccess":false,"isShowDemoError":false,"success":{"successFulRegistration":"Registration completed successfully!"},"error":{"default":"Something went wrong!"}}},"styles":{"type":"object","default":{"form":{"bg":{},"width":{"type":"full","desktop":"100%","tablet":"","mobile":""},"align":"center","border":{},"shadow":[],"desktop":{"margin":{},"padding":{},"radius":{},"fieldGap":10},"tablet":{"margin":{},"padding":{},"radius":{},"fieldGap":""},"mobile":{"margin":{},"padding":{},"radius":{},"fieldGap":""}},"buttonStyle":{"container":{"desktop":{"display":"row","margin":{},"padding":{},"justify":"space-between","align":"flex-start","gap":"10px"},"tablet":{"display":"row","margin":{},"padding":{},"justify":"","align":"","gap":""},"mobile":{"display":"row","margin":{},"padding":{},"justify":"","align":"","gap":""}},"button":{"typography":{"fontSize":{"desktop":"15px"}},"desktop":{"position":"","margin":{},"padding":{}},"tablet":{"position":"","margin":{},"padding":{}},"mobile":{"position":"","margin":{},"padding":{}},"normal":{"color":"","bg":{},"desktop":{"border":{},"shadow":[],"radius":{}},"tablet":{"border":{},"shadow":[],"radius":{}},"mobile":{"border":{},"shadow":[],"radius":{}}},"hover":{"animation":"","transition":"","color":"","bg":{},"desktop":{"border":{},"shadow":[],"radius":{}},"tablet":{"border":{},"shadow":[],"radius":{}},"mobile":{"border":{},"shadow":[],"radius":{}}}},"spinner":{"isDemo":false,"margin":{"left":"10px","right":"","top":"","bottom":""},"color":"#fff","size":"16px"},"navigation":{"first":{"typography":{},"color":"","desktop":{"margin":{}},"tablet":{"margin":{}},"mobile":{"margin":{}}},"second":{"typography":{},"color":"","desktop":{"margin":{}},"tablet":{"margin":{}},"mobile":{"margin":{}}}}},"message":{"success":{"typo":{"fontSize":{"desktop":"14px"}},"color":{"text":"","bg":{}},"margin":{},"padding":{},"border":{"left":{"color":"#00F","style":"solid","width":"2px"}},"radius":{}},"error":{"typo":{"fontSize":{"desktop":"14px"}},"color":{"text":"","bg":{}},"margin":{},"padding":{},"border":{"left":{"color":"#ff2c2c","style":"solid","width":"2px"}},"radius":{}}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"60px","right":"60px","bottom":"60px","left":"60px"},"tablet":{"top":"50px","right":"50px","bottom":"50px","left":"50px"},"mobile":{"top":"40px","right":"40px","bottom":"40px","left":"40px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 1)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"usesContext":["b-blocks/inputClientId"],"example":{"attributes":{}},"editorScript":"file:../index.js","render":"file:./render.php","style":"file:./view.css","viewScript":["file:./view.js","wp-util"]}'),I_=({handleReplaceForm:e})=>(0,i.jsxs)("div",{className:"b-blocks-b-form-preselectFormSkeleton-wrapper",children:[(0,i.jsxs)("div",{className:"b-blocks-b-form-skeleton-wrapper",children:[(0,i.jsxs)("div",{onClick:()=>e("register"),children:[(0,i.jsxs)("div",{className:"b-blocks-b-form-skeleton",children:[(0,i.jsx)("div",{className:"b-blocks-b-form-skeleton-field"}),(0,i.jsx)("div",{className:"b-blocks-b-form-skeleton-field"}),(0,i.jsx)("div",{className:"b-blocks-b-form-skeleton-field"}),(0,i.jsxs)("div",{className:"b-blocks-b-form-skeleton-button-wrapper",children:[(0,i.jsx)("div",{}),(0,i.jsx)("div",{})]})]}),(0,i.jsx)("p",{className:"b-blocks-b-form-skeleton-form-title",children:"Register Form"})]}),(0,i.jsxs)("div",{onClick:()=>e("login"),children:[(0,i.jsxs)("div",{className:"b-blocks-b-form-skeleton",children:[(0,i.jsx)("div",{className:"b-blocks-b-form-skeleton-field"}),(0,i.jsx)("div",{className:"b-blocks-b-form-skeleton-field"}),(0,i.jsx)("div",{className:"b-blocks-b-form-skeleton-button-wrapper",children:(0,i.jsx)("div",{})})]}),(0,i.jsx)("p",{className:"b-blocks-b-form-skeleton-form-title",children:"Login Form"})]})]}),(0,i.jsx)("div",{})]}),O_={register:[{clientId:"49f6ed66-21bd-479f-a38d-df2c86fa87db",name:"b-blocks/input-field",isValid:!0,originalContent:"",validationIssues:[],attributes:{align:"",inputField:{type:"text",placeholder:"Username",value:"",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z'/></svg>",name:"username"},label:{text:"User Name"},options:{isLabel:!0,isRequired:!0,isIcon:!0,isShowRequiredIcon:!1},password:{options:{isWeek:!0,isStrengthMeter:!1,isStrengthText:!1,isVisibilityIcon:!0,passStrengthText:"default",validationText:"default",isUpperCase:!0,isLowerCase:!0,isNumber:!0,isSpecialChar:!0,minLength:8},strengthText:{veryWeak:"Very Weak",weak:"Weak Password",medium:"Medium Password",strong:"Strong Password"}},validation:{errorMessage:{text:{missing:"This field is required."},email:{missing:"This field is required.",invalid:""},password:{missing:"This field is required.",invalid:"",customValidation:""},url:{missing:"This Field is required."}}},styles:{inputField:{typo:{fontSize:{desktop:"16px"}},colors:{text:"",placeholder:""},desktop:{padding:{left:"33px",bottom:"10px",top:"10px"}},tablet:{padding:[]},mobile:{padding:[]},normal:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},focus:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},hover:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]}},label:{typo:{fontSize:{desktop:"16px"}},colors:{required:"",text:""},desktop:{margin:[]},tablet:{margin:[]},mobile:{margin:[]},position:"top"},icon:{field:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}},password:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}}},error:{text:{typo:{fontSize:{desktop:"14px"}},color:"#f5222d",bg:[],desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}},input:{desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}}},password:{strength:{container:{desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[],bg:{color:""}},meter:{gap:"",desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[]},text:{desktop:{margin:[],padding:[]},tablet:{margin:[],padding:[]},mobile:{margin:[],padding:[]},typography:{fontSize:{desktop:"15px"}}},colors:{veryWeak:"#f5222d",weak:"#fa8c16",medium:"#fadb14",strong:"#7cb305"}}}},clientId:"49f6ed66-21bd-479f-a38d-df2c86fa87db"},innerBlocks:[]},{clientId:"3aad4b69-888a-415e-bd89-ae47dbca7f4a",name:"b-blocks/input-field",isValid:!0,originalContent:"",validationIssues:[],attributes:{align:"",inputField:{type:"email",placeholder:"Email",value:"",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/></svg>",name:"email"},label:{text:"Email"},options:{isLabel:!0,isRequired:!0,isIcon:!0,isShowRequiredIcon:!1},password:{options:{isWeek:!0,isStrengthMeter:!1,isStrengthText:!1,isVisibilityIcon:!0,passStrengthText:"default",validationText:"default",isUpperCase:!0,isLowerCase:!0,isNumber:!0,isSpecialChar:!0,minLength:8},strengthText:{veryWeak:"Very Weak",weak:"Weak Password",medium:"Medium Password",strong:"Strong Password"}},validation:{errorMessage:{text:{missing:"This field is required."},email:{missing:"This field is required.",invalid:""},password:{missing:"This field is required.",invalid:"",customValidation:""},url:{missing:"This Field is required."}}},styles:{inputField:{typo:{fontSize:{desktop:"16px"}},colors:{text:"",placeholder:""},desktop:{padding:{top:"10px",bottom:"10px",left:"33px"}},tablet:{padding:[]},mobile:{padding:[]},normal:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},focus:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},hover:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]}},label:{typo:{fontSize:{desktop:"16px"}},colors:{required:"",text:""},desktop:{margin:[]},tablet:{margin:[]},mobile:{margin:[]},position:"top"},icon:{field:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}},password:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}}},error:{text:{typo:{fontSize:{desktop:"14px"}},color:"#f5222d",bg:[],desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}},input:{desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}}},password:{strength:{container:{desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[],bg:{color:""}},meter:{gap:"",desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[]},text:{desktop:{margin:[],padding:[]},tablet:{margin:[],padding:[]},mobile:{margin:[],padding:[]},typography:{fontSize:{desktop:"15px"}}},colors:{veryWeak:"#f5222d",weak:"#fa8c16",medium:"#fadb14",strong:"#7cb305"}}}},clientId:"3aad4b69-888a-415e-bd89-ae47dbca7f4a"},innerBlocks:[]},{clientId:"de949083-6ecf-4d44-9ce6-95ae2cfa39e9",name:"b-blocks/input-field",isValid:!0,originalContent:"",validationIssues:[],attributes:{align:"",inputField:{type:"password",placeholder:"Password",value:"",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z'/></svg>",name:"password"},label:{text:"Password"},options:{isLabel:!0,isRequired:!0,isIcon:!0,isShowRequiredIcon:!1},password:{options:{isWeek:!0,isStrengthMeter:!1,isStrengthText:!1,isVisibilityIcon:!0,passStrengthText:"default",validationText:"default",isUpperCase:!0,isLowerCase:!0,isNumber:!0,isSpecialChar:!0,minLength:8},strengthText:{veryWeak:"Very Weak",weak:"Weak Password",medium:"Medium Password",strong:"Strong Password"}},validation:{errorMessage:{text:{missing:"This field is required."},email:{missing:"This field is required.",invalid:""},password:{missing:"This field is required.",invalid:"",customValidation:""},url:{missing:"This Field is required."}}},styles:{inputField:{typo:{fontSize:{desktop:"16px"}},colors:{text:"",placeholder:""},desktop:{padding:{left:"33px",top:"10px",bottom:"10px"}},tablet:{padding:[]},mobile:{padding:[]},normal:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},focus:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},hover:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]}},label:{typo:{fontSize:{desktop:"16px"}},colors:{required:"",text:""},desktop:{margin:[]},tablet:{margin:[]},mobile:{margin:[]},position:"top"},icon:{field:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}},password:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}}},error:{text:{typo:{fontSize:{desktop:"14px"}},color:"#f5222d",bg:[],desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}},input:{desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}}},password:{strength:{container:{desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[],bg:{color:""}},meter:{gap:"",desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[]},text:{desktop:{margin:[],padding:[]},tablet:{margin:[],padding:[]},mobile:{margin:[],padding:[]},typography:{fontSize:{desktop:"15px"}}},colors:{veryWeak:"#f5222d",weak:"#fa8c16",medium:"#fadb14",strong:"#7cb305"}}}},clientId:"de949083-6ecf-4d44-9ce6-95ae2cfa39e9"},innerBlocks:[]}],login:[{clientId:"d9ad798f-b8ef-4834-a770-f176959b8348",name:"b-blocks/input-field",isValid:!0,originalContent:"",validationIssues:[],attributes:{align:"",inputField:{type:"text",placeholder:"Username or Email",value:"",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z'/></svg>",name:"username"},label:{text:"Username or Email"},options:{isLabel:!0,isRequired:!0,isIcon:!0},password:{options:{isWeek:!0,isStrengthMeter:!1,isStrengthText:!1,isVisibilityIcon:!0,passStrengthText:"default",validationText:"default",isUpperCase:!0,isLowerCase:!0,isNumber:!0,isSpecialChar:!0,minLength:8},strengthText:{veryWeak:"Very Weak",weak:"Weak Password",medium:"Medium Password",strong:"Strong Password"}},validation:{errorMessage:{text:{missing:"This field is required."},email:{missing:"This field is required.",invalid:""},password:{missing:"This field is required.",invalid:"",customValidation:""},url:{missing:"This Field is required."}}},styles:{inputField:{typo:{fontSize:{desktop:"16px"}},colors:{text:"",placeholder:""},desktop:{padding:{top:"10px",bottom:"10px",left:"33px"}},tablet:{padding:[]},mobile:{padding:[]},normal:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},focus:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},hover:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]}},label:{typo:{fontSize:{desktop:"16px"}},colors:{required:"",text:""},desktop:{margin:[]},tablet:{margin:[]},mobile:{margin:[]},position:"top"},icon:{field:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}},password:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}}},error:{text:{typo:{fontSize:{desktop:"14px"}},color:"#f5222d",bg:[],desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}},input:{desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}}},password:{strength:{container:{desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[],bg:{color:""}},meter:{gap:"",desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[]},text:{desktop:{margin:[],padding:[]},tablet:{margin:[],padding:[]},mobile:{margin:[],padding:[]},typography:{fontSize:{desktop:"15px"}}},colors:{veryWeak:"#f5222d",weak:"#fa8c16",medium:"#fadb14",strong:"#7cb305"}}}},clientId:"d9ad798f-b8ef-4834-a770-f176959b8348"},innerBlocks:[]},{clientId:"5cd7d62b-b34e-45c7-8142-625e376e012f",name:"b-blocks/input-field",isValid:!0,originalContent:"",validationIssues:[],attributes:{align:"",inputField:{type:"password",placeholder:"Password",value:"",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z'/></svg>",name:"password"},label:{text:"Password"},options:{isLabel:!0,isRequired:!0,isIcon:!0},password:{options:{isWeek:!0,isStrengthMeter:!1,isStrengthText:!1,isVisibilityIcon:!0,passStrengthText:"default",validationText:"default",isUpperCase:!0,isLowerCase:!0,isNumber:!0,isSpecialChar:!0,minLength:8},strengthText:{veryWeak:"Very Weak",weak:"Weak Password",medium:"Medium Password",strong:"Strong Password"}},validation:{errorMessage:{text:{missing:"This field is required."},email:{missing:"This field is required.",invalid:""},password:{missing:"This field is required.",invalid:"",customValidation:""},url:{missing:"This Field is required."}}},styles:{inputField:{typo:{fontSize:{desktop:"16px"}},colors:{text:"",placeholder:""},desktop:{padding:{left:"33px",top:"10px",bottom:"10px"}},tablet:{padding:[]},mobile:{padding:[]},normal:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},focus:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]},hover:{border:[],bg:[],radius:{desktop:[],tablet:[],mobile:[]},shadow:[]}},label:{typo:{fontSize:{desktop:"16px"}},colors:{required:"",text:""},desktop:{margin:[]},tablet:{margin:[]},mobile:{margin:[]},position:"top"},icon:{field:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}},password:{color:"",desktop:{size:"",position:{x:"",y:""}},tablet:{size:"",position:{x:"",y:""}},mobile:{size:"",position:{x:"",y:""}}}},error:{text:{typo:{fontSize:{desktop:"14px"}},color:"#f5222d",bg:[],desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}},input:{desktop:{margin:[],padding:[],border:[],radius:[]},tablet:{margin:[],padding:[],border:[],radius:[]},mobile:{margin:[],padding:[],border:[],radius:[]}}},password:{strength:{container:{desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[],bg:{color:""}},meter:{gap:"",desktop:{width:"",height:"",margin:[],padding:[]},tablet:{width:"",height:"",margin:[],padding:[]},mobile:{width:"",height:"",margin:[],padding:[]},border:[],radius:[]},text:{desktop:{margin:[],padding:[]},tablet:{margin:[],padding:[]},mobile:{margin:[],padding:[]},typography:{fontSize:{desktop:"15px"}}},colors:{veryWeak:"#f5222d",weak:"#fa8c16",medium:"#fadb14",strong:"#7cb305"}}}},clientId:"5cd7d62b-b34e-45c7-8142-625e376e012f"},innerBlocks:[]}]},R_=({attributes:e,id:t,isBackend:a=!1})=>{const{styles:s,termsConditions:o}=e,{form:n,buttonStyle:l,message:r}=s,{container:c,button:d,navigation:h}=l,{first:p,second:g}=h,{success:u,error:m}=r,v=`#${t}`,b=`${v} .b-blocks-b-form-wrapper`,f=`${b} .b-blocks-b-form-container`,w=`${f} .b-blocks-form-button-wrapper`,x=`${w} .b-blocks-form-submitBtn`,y=`${w} .b-blocks-form-button-navigation-wrapper`,k=`${y} .b-blocks-form-button-navigation-text`,C=`${y} .b-blocks-form-button-navigation-link`,_=`${f} .b-blocks-b-form-termsConditionWrapper`,M=`${b} .b-blocks-b-form-success-message`,z=`${b} .b-blocks-b-form-error-message`,j=a?".block-editor-inner-blocks .block-editor-block-list__layout":`${v} .b-blocks-b-form-child-field-wrapper`,L=` ${"left"===n.align?"justify-content: flex-start":"center"===n.align?"justify-content: center":"right"===n.align?"justify-content: flex-end":""}\n\t`;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",d.typography).googleFontLink}\n\t\t\t${ei("",p.typography).googleFontLink}\n\t\t\t${ei("",g.typography).googleFontLink}\n\t\t\t${ei("",o.typography).googleFontLink}\n\t\t\t${ei("",u.typo).googleFontLink}\n\t\t\t${ei("",m.typo).googleFontLink}\n\n\t\t\t${ei(k,p.typography).styles}\n\t\t\t${ei(C,g.typography).styles}\n\t\t\t${ei(x,d.typography).styles}\n\t\t\t${ei(_,o.typography).styles}\n\t\t\t${ei(M,u.typo).styles}\n\t\t\t${ei(z,m.typo).styles}\n\n\t\t\t${v}{\n\t\t\t\t${"custom"===n.width.type?L:""}\n\t\t\t}\n\n\t\t\t${b}{\n\t\t\t\t${Wn(n.bg)}\n\t\t\t\t${"custom"===n.width.type?qn("width",n.width.desktop):""}\n\t\t\t\t${qn("margin",ti(n.desktop.margin))}\n\t\t\t\t${qn("padding",ti(n.desktop.padding))}\n\t\t\t\t${Gn(n.border)}\n\t\t\t\t${qn("border-radius",ti(n.desktop.radius))}\n\t\t\t\t${qn("box-shadow",Kn(n.shadow))}\n\t\t\t}\n\n\t\t\t${j}{\n\t\t\t\tdisplay:grid;\n\t\t\t\t${qn("gap",n.desktop.fieldGap?n.desktop.fieldGap+"px":"")}\n\t\t\t}\n\t\t\t\n\t\t\t${w}{\n\t\t\t\t${qn("margin",ti(c.desktop.margin))}\n\t\t\t\tflex-direction:${c.desktop.display};\n\t\t\t\t${"row"===c.desktop.display?"align-items: center;":`align-items:${c.desktop.align};`}\n\t\t\t\t${qn("justify-content",c.desktop.justify)}\n\t\t\t\t${"row"===c.desktop.display?"":qn("gap",c.desktop.gap)}\n\t\t\t}\n\n\t\t\t${x}{\n\t\t\t\t\t${qn("margin",ti(d.desktop.margin))}\n\t\t\t\t\t${qn("padding",ti(d.desktop.padding))}\n\t\t\t\t\t${qn("color",d.normal.color)}\n\t\t\t\t\t${Wn(d.normal.bg)}\n\t\t\t\t\t${Gn(d.normal.desktop.border)}\n\t\t\t\t\t${qn("border-radius",ti(d.normal.desktop.radius))}\n\t\t\t\t\t${qn("box-shadow",Kn(d.normal.desktop.shadow))}\n\t\t\t}\n\n\t\t\t${x}:hover{\n\t\t\t\t\t${qn("color",d.hover.color)}\n\t\t\t\t\t${Wn(d.hover.bg)}\n\t\t\t\t\t${Gn(d.hover.desktop.border)}\n\t\t\t\t\t${qn("border-radius",ti(d.hover.desktop.radius))}\n\t\t\t\t\t${qn("box-shadow",Kn(d.hover.desktop.shadow))}\n\t\t\t}\n\t\t\t${x}>.b-form-button-loading-spinner{\n\t\t\t\t${qn("color",ti(l.spinner.color))}\n\t\t\t\t${qn("fill",ti(l.spinner.color))}\n\t\t\t\t${qn("margin",ti(l.spinner.margin))}\n\t\t\t\t${qn("width",l.spinner.size)}\n\t\t\t\t${qn("height",l.spinner.size)}\n\t\t\t}\n\n\t\t\t${k}{\n\t\t\t\t${qn("color",p.color)}\n\t\t\t\t${qn("margin",ti(p.desktop.margin))}\n\t\t\t}\n\n\t\t\t${C}{\n\t\t\t\t${qn("color",g.color)}\n\t\t\t\t${qn("margin",ti(g.desktop.margin))}\n\t\t\t}\n\n\t\t\t${_}{\n\t\t\t\t${qn("margin",ti(o.margin.desktop))}\n\t\t\t\t${qn("padding",ti(o.padding.desktop))}\n\t\t\t\t${qn("color",ti(o.color.text))}\n\t\t\t\t${qn("background",ti(o.color.bg))}\n\t\t\t}\n\n\t\t\t${_} .b-blocks-b-form-checkbox-container{\n\t\t\t\t${qn("margin",ti(o.checkboxMargin.desktop))}\n\t\t\t}\n\n\t\t\t${_} .b-blocks-b-blocks-termsConditionWrapper-link{\n\t\t\t\t${qn("color",o.color.link)}\n\t\t\t}\n\n\t\t\t${_} .b-blocks-b-form-checkbox-container>input:checked ~ .b-blocks-b-form-checkmark {\n\t\t\t\t${qn("background",o.color.checkbox)}\n\t\t\t}\n\n\t\t\t${M}{\n\t\t\t\t${qn("margin",ti(u.margin))}\n\t\t\t\t${qn("padding",ti(u.padding))}\n\t\t\t\t${qn("color",u.color.text)}\n\t\t\t\t${Wn(u.color.bg)}\n\t\t\t\t${Gn(u.border)}\n\t\t\t\t${qn("border-radius",ti(u.radius))}\n\t\t\t}\n\t\t\t${z}{\n\t\t\t\t${qn("margin",ti(m.margin))}\n\t\t\t\t${qn("padding",ti(m.padding))}\n\t\t\t\t${qn("color",m.color.text)}\n\t\t\t\t${Wn(m.color.bg)}\n\t\t\t\t${Gn(m.border)}\n\t\t\t\t${qn("border-radius",ti(m.radius))}\n\t\t\t}\n\n\t`.replace(/\s+/g," ").trim()}})})},D_=e=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,i.jsx)("path",{d:"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"})}),F_=e=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),q_=e=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,i.jsx)("path",{d:"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z"})}),W_=e=>(0,i.jsx)("svg",{fill:"hsl(228, 97%, 42%)",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e,children:(0,i.jsxs)("g",{children:[(0,i.jsx)("circle",{cx:"12",cy:"2.5",r:"1.5",opacity:".14"}),(0,i.jsx)("circle",{cx:"16.75",cy:"3.77",r:"1.5",opacity:".29"}),(0,i.jsx)("circle",{cx:"20.23",cy:"7.25",r:"1.5",opacity:".43"}),(0,i.jsx)("circle",{cx:"21.50",cy:"12.00",r:"1.5",opacity:".57"}),(0,i.jsx)("circle",{cx:"20.23",cy:"16.75",r:"1.5",opacity:".71"}),(0,i.jsx)("circle",{cx:"16.75",cy:"20.23",r:"1.5",opacity:".86"}),(0,i.jsx)("circle",{cx:"12",cy:"21.5",r:"1.5"}),(0,i.jsx)("animateTransform",{attributeName:"transform",type:"rotate",calcMode:"discrete",dur:"0.75s",values:"0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12;360 12 12",repeatCount:"indefinite"})]})}),U_=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],G_=[{label:"Default",value:"default"},{label:"Administrator",value:"administrator"},{label:"Editor",value:"editor"},{label:"Author",value:"author"},{label:"Contributor",value:"contributor"},{label:"Subscriber",value:"subscriber"}],Y_=((0,v.__)("Container","b-blocks"),(0,v.__)("Form Wrapper","b-blocks"),(0,v.__)("Form","b-blocks"),(0,v.__)("Header Content","b-blocks"),(0,v.__)("Logo","b-blocks"),(0,v.__)("Image","b-blocks"),(0,v.__)("Title","b-blocks"),(0,v.__)("Subtitle","b-blocks"),[{label:"Start",value:"start"},{label:"End",value:"end"},{label:"Center",value:"center"},{label:"Space Between",value:"space-between"},{label:"Space Around",value:"space-around"},{label:"Space Evenly",value:"space-evenly"}]),Z_=({attributes:e,updateObj:t})=>{const{button:a}=e,{navigation:s}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Button","b-blocks"),children:[(0,i.jsx)(f,{className:"mt0 mb10",children:(0,i.jsx)("strong",{children:"Submit Button"})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Button Text","b-blocks"),value:a.button.text,onChange:e=>t("button",e,"button","text")}),(0,i.jsx)("hr",{}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Navigation","b-blocks"),checked:s.isNavigation,value:s.isNavigation,onChange:e=>t("button",e,"navigation","isNavigation")}),s.isNavigation&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10 mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Navigate Button","b-blocks")})}),(0,i.jsxs)(b.Flex,{align:"normal",gap:3,children:[(0,i.jsx)(b.TextControl,{value:a.navigation.first.text,onChange:e=>t("button",e,"navigation","first","text")}),(0,i.jsxs)("div",{children:[(0,i.jsx)(b.TextControl,{className:"mb0",value:a.navigation.second.text,onChange:e=>t("button",e,"navigation","second","text")}),(0,i.jsx)("small",{children:(0,v.__)("Second option is linkable","b-blocks")})]})]}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Sign In URL","b-blocks"),value:a.navigation.second.url,placeholder:`${window.location.origin}/login`,onChange:e=>t("button",e,"navigation","second","url")})]})]})},K_=(0,m.withSelect)((e=>{const{getUsers:t}=e("core");return{users:(t()||[]).filter((e=>Array.isArray(e.roles)&&e.roles.includes("administrator")))}}))((({attributes:e,updateObj:t,users:a})=>{const{emailOptions:s}=e,o=a.map((e=>({label:e?.username,value:e?.email})));return(0,g.useEffect)((()=>{""===s.admin.email&&o.length>0&&t("emailOptions",o[0]?.value,"admin","email")}),[o]),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Email Options","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:[{title:"User",name:"user"},{title:"Admin",name:"admin"}],onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Email Template Type","b-blocks")}),(0,i.jsx)(b.SelectControl,{options:[{label:"WordPress Default",value:"default"},{label:"Custom",value:"custom"}],value:s[e.name].type,onChange:a=>t("emailOptions",a,e.name,"type")}),"custom"===s[e.name].type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Email Subject","b-blocks"),value:s[e.name].mail.subject,onChange:a=>t("emailOptions",a,e.name,"mail","subject")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("From (administrator)","b-blocks"),options:o,value:s.admin.email,onChange:e=>t("emailOptions",e,"admin","email")}),(0,i.jsx)(f,{children:(0,v.__)("Email Message","b-blocks")}),(0,i.jsx)(wn,{value:s[e.name].mail.message,onChange:a=>t("emailOptions",a,e.name,"mail","message")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Email Content Type","b-blocks"),labelPosition:"edge",options:[{label:"HTML",value:"html"},{label:"Plain",value:"plain"}],value:s[e.name].messageType,onChange:a=>t("emailOptions",a,e.name,"messageType")})]})]})})})})),Q_=({attributes:e,handleReplaceForm:t})=>{const{form:a}=e;return(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Form","b-blocks"),initialOpen:!0,className:"bPlPanelBody",children:(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Form Type","b-blocks"),labelPosition:"edge",options:[{label:"Register",value:"register"},{label:"Login",value:"login"}],value:a.formType,onChange:e=>t(e)})})},X_=({attributes:e,setAttributes:t,updateObj:a})=>{const{formOptions:s,form:o}=e,{formType:n}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Form Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Redirect","b-blocks"),checked:s.isRedirect,value:s.isRedirect,onChange:e=>t({formOptions:ue(s,e,"isRedirect")})}),s.isRedirect&&(0,i.jsxs)(i.Fragment,{children:[!s.redirectPrevious&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Custom Redirect URL","b-blocks"),value:s.customUrl,placeholder:location,onChange:e=>a("formOptions",e,"customUrl")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Redirect to Previous Page","b-blocks"),checked:s.redirectPrevious,value:s.redirectPrevious,onChange:e=>a("formOptions",e,"redirectPrevious")})]}),"register"===n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("hr",{}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("New User Role","b-blocks"),value:s.userRole,onChange:e=>a("formOptions",e,"userRole"),options:G_})]})]})},J_=({attributes:e,updateObj:t})=>{const{message:a}=e;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Message","b-blocks"),initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Demo Success message"),value:a.isShowDemoSuccess,checked:a.isShowDemoSuccess,onChange:e=>t("message",e,"isShowDemoSuccess")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Demo Error message"),value:a.isShowDemoError,checked:a.isShowDemoError,onChange:e=>t("message",e,"isShowDemoError")}),(0,i.jsx)("div",{className:"mt10",children:(0,i.jsx)("strong",{children:"Success"})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Success Message","b-blocks"),value:a.success.successFulRegistration,onChange:e=>t("message",e,"success","successFulRegistration")}),(0,i.jsx)("p",{className:"mt10 mb0",children:(0,i.jsx)("strong",{children:"Error"})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Default Message","b-blocks"),value:a.error.default,onChange:e=>t("message",e,"error","default")})]})},eM=({attributes:e,setAttributes:t})=>{const{button:a}=e;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Sign Out","b-blocks"),className:"bPlPanelBody",children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Sign Out Label Text","b-blocks"),value:a?.signout?.text?.first,onChange:e=>t({button:{...a,signout:{...a?.signout,text:{...a?.signout?.text,first:e}}}})}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Sign Out Button Text","b-blocks"),value:a?.signout?.text?.second,onChange:e=>t({button:{...a,signout:{...a?.signout,text:{...a?.signout?.text,second:e}}}})})]})},tM=window.location.origin;window.location.origin,window.location.pathname;const aM=({attributes:e,updateObj:t})=>{const{termsConditions:a}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Terms & Conditions","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enforce Terms & Conditions","b-blocks"),checked:a.show,value:a.show,onChange:e=>t("termsConditions",e,"show")}),a.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("First label","b-blocks"),value:a.label.first,onChange:e=>t("termsConditions",e,"label","first")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Second label (Second Label is linkable)","b-blocks"),value:a.label.second,onChange:e=>t("termsConditions",e,"label","second")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Terms & Conditions URL","b-blocks"),value:a.url,placeholder:tM,onChange:e=>t("termsConditions",e,"url")})]})]})},sM=e=>{const{attributes:t}=e,{form:a}=t,{formType:s}=a;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Q_,{...e}),(0,i.jsx)(Z_,{...e}),"contact"!==s&&(0,i.jsx)(X_,{...e}),"register"===s&&(0,i.jsx)(K_,{...e}),"register"===s&&(0,i.jsx)(aM,{...e}),(0,i.jsx)(J_,{...e}),"contact"!==s&&(0,i.jsx)(eM,{...e})]})},oM=({attributes:e,updateObj:t,device:a})=>{const[s,o]=(0,g.useState)("container"),[n,l]=(0,g.useState)("normal"),{styles:r}=e,{buttonStyle:c}=r,{container:d,navigation:h}=c,{first:p,second:u}=h;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>{o(e)},className:"mt10",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Container",value:"container"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Button",value:"button"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Navigation",value:"navigation"})]}),"container"===s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:d[a].margin,onChange:e=>t("styles",e,"buttonStyle","container",a,"margin")}),(0,i.jsx)(qe,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Display As","b-blocks")," ",(0,i.jsx)(y,{})]}),options:[{label:"Inline",value:"row"},{label:"Block",value:"column"}],value:d[a].display,onChange:e=>t("styles",e,"buttonStyle","container",a,"display")}),"row"===d[a].display&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.SelectControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Justify Content","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",options:Y_,value:d[a].justify,onChange:e=>t("styles",e,"buttonStyle","container",a,"justify")})}),"column"===d[a].display&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isDeselectable:!0,value:d[a].align,onChange:e=>t("styles",e,"buttonStyle","container",a,"align"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:(0,i.jsx)(D_,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(F_,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:(0,i.jsx)(q_,{})})]})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Gap","b-blocks"),(0,i.jsx)(y,{})]}),labelPosition:"edge",value:d[a].gap,onChange:e=>t("styles",e,"buttonStyle","container",a,"gap")})]})]}),"button"===s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks"),(0,i.jsx)(y,{})]}),values:c.button[a].margin,onChange:e=>t("styles",e,"buttonStyle","button",a,"margin")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks"),(0,i.jsx)(y,{})]}),values:c.button[a].padding,onChange:e=>t("styles",e,"buttonStyle","button",a,"padding")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:c.button.typography,onChange:e=>t("styles",e,"buttonStyle","button","typography")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>{l(e)},className:"mt10",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:c.button[n].color,onChange:e=>t("styles",e,"buttonStyle","button",n,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:c.button[n].bg,onChange:e=>t("styles",e,"buttonStyle","button",n,"bg")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c.button[n][a].border,onChange:e=>t("styles",e,"buttonStyle","button",n,a,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c.button[n][a].radius,onChange:e=>t("styles",e,"buttonStyle","button",n,a,"radius")}),(0,i.jsx)(bt,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Shadow","b-blocks")," ",(0,i.jsx)(y,{})]}),value:c.button[n][a].shadow,onChange:e=>t("styles",e,"buttonStyle","button",n,a,"shadow")})]}),"navigation"===s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("p",{className:"mt10",children:(0,i.jsx)("strong",{children:"First Text"})}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:p.color,onChange:e=>t("styles",e,"buttonStyle","navigation","first","color")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:p[a].margin,onChange:e=>t("styles",e,"buttonStyle","navigation","first",a,"margin")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:p.typography,onChange:e=>t("styles",e,"buttonStyle","navigation","first","typography")}),(0,i.jsx)("hr",{}),(0,i.jsx)("strong",{children:"Second Linkable Text"}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:u.color,onChange:e=>t("styles",e,"buttonStyle","navigation","second","color")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:u[a].margin,onChange:e=>t("styles",e,"buttonStyle","navigation","second",a,"margin")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:u.typography,onChange:e=>t("styles",e,"buttonStyle","navigation","second","typography")})]}),(0,i.jsx)("hr",{className:"mt10 mb10"}),(0,i.jsx)("strong",{children:"Spinner"}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Demo spinner","b-blocks"),checked:c.spinner.isDemo,value:c.spinner.isDemo,onChange:e=>t("styles",e,"buttonStyle","spinner","isDemo")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Size","b-blocks"),value:c.spinner.size,onChange:e=>t("styles",e,"buttonStyle","spinner","size")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:c.spinner.color,onChange:e=>t("styles",e,"buttonStyle","spinner","color")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:c.spinner.margin,onChange:e=>t("styles",e,"buttonStyle","spinner","margin")})]})},nM=({attributes:e,updateObj:t,device:a})=>{const{styles:s}=e,{form:o}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Form","b-blocks"),initialOpen:!0,className:"bPlPanelBody",children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Form Width","b-blocks"),labelPosition:"edge",options:[{label:"Full Width (100%)",value:"full"},{label:"Custom",value:"custom"}],value:o.width.type,onChange:e=>t("styles",e,"form","width","type")}),"custom"===o.width.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks"),(0,i.jsx)(y,{})]}),labelPosition:"edge",value:o.width[a],onChange:e=>t("styles",e,"form","width",a),isUnitSelectTabbable:!0}),(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isDeselectable:!0,value:o.align,onChange:e=>t("styles",e,"form","align"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"left",icon:(0,i.jsx)(D_,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(F_,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"right",icon:(0,i.jsx)(q_,{})})]})]})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o.bg,onChange:e=>t("styles",e,"form","bg")}),(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),values:o[a].margin,onChange:e=>t("styles",e,"form",a,"margin")}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o[a].padding,onChange:e=>t("styles",e,"form",a,"padding")}),(0,i.jsx)(b.RangeControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Field Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),value:o[a].fieldGap,onChange:e=>t("styles",e,"form",a,"fieldGap")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:o.border,onChange:e=>t("styles",e,"form","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o[a].radius,onChange:e=>t("styles",e,"form",a,"radius")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:o.shadow,onChange:e=>t("styles",e,"form","shadow")})]})},iM=({attributes:e,updateObj:t})=>{const{styles:a}=e,{message:s}=a;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Messages","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:[{title:"Success",name:"success"},{title:"Error",name:"error"}],onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Padding","b-blocks"),values:s[e.name].padding,onChange:a=>t("styles",a,"message",e.name,"padding")}),(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),values:s[e.name].margin,onChange:a=>t("styles",a,"message",e.name,"margin")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s[e.name].color.text,onChange:a=>t("styles",a,"message",e.name,"color","text")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),isImage:!1,value:s[e.name].color.bg,onChange:a=>t("styles",a,"message",e.name,"color","bg")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:s[e.name].typo,onChange:a=>t("styles",a,"message",e.name,"typo")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:s[e.name].border,onChange:a=>t("styles",a,"message",e.name,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius"),values:s[e.name].radius,onChange:a=>t("styles",a,"message",e.name,"radius")})]})})})},lM=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,updateObj:t,device:a})=>{const{termsConditions:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Terms & Conditions","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s.margin[a],onChange:e=>t("termsConditions",e,"margin",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s.padding[a],onChange:e=>t("termsConditions",e,"padding",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Checkbox Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s.checkboxMargin[a],onChange:e=>t("termsConditions",e,"checkboxMargin",a)}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:s.color.text,onChange:e=>t("termsConditions",e,"color","text")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Link Color","b-blocks"),value:s.color.link,onChange:e=>t("termsConditions",e,"color","link")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Background Color","b-blocks"),value:s.color.bg,onChange:e=>t("termsConditions",e,"color","bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Checkbox","b-blocks"),value:s.color.checkbox,onChange:e=>t("termsConditions",e,"color","checkbox")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:s.typography,onChange:e=>t("termsConditions",e,"typography")})]})})),rM=e=>{const{attributes:t}=e,{termsConditions:a,form:s}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(nM,{...e}),(0,i.jsx)(oM,{...e}),a.show&&"register"===s.formType&&(0,i.jsx)(lM,{...e}),(0,i.jsx)(iM,{...e})]})},cM=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:" bBlocks "})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:U_,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(sM,{...e}),"style"===t.name&&(0,i.jsx)(rM,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},dM="b-blocks-input-field-error-container",hM={invalid_email:{name:"email",message:"Incorrect email"},invalid_username:{name:"username",message:"Incorrect username"},incorrect_password:{name:"password",message:"Incorrect password"}},pM=(e,t)=>{if(!e)return{container:null,messageEl:null};const a=e.querySelector(`.b-blocks-input-field-validation-${t}`),s=a?.querySelector(".b-blocks-input-field-error-message");return{container:a,messageEl:s}},gM=(e,t,a)=>{const{container:s,messageEl:o}=pM(e,t);s&&o&&(o.style.display="unset",o.textContent=a,s.classList.add(dM))},uM=(e,t)=>{const{container:a,messageEl:s}=pM(e,t);a&&s&&(s.style.display="none",a.classList.remove(dM))},mM=({children:e,attributes:t,isFrontend:a=!1})=>{const{form:s,button:o,termsConditions:n,message:l,formId:r,postId:c,formOptions:d,styles:h}=t,{navigation:p}=o,u=!a&&l.isShowDemoSuccess,m=!a&&l.isShowDemoError,[v,b]=(0,g.useState)(!1),[f,w]=(0,g.useState)(!1),x=window.bBlocksCursorDataConfig?.nonce,{data:y,saveData:k,error:C,isLoading:_,isError:M}=hd("b_form_submit",{_nonce:x},!1),z=(0,g.useRef)("");return((e,t,a,s)=>{(0,g.useEffect)((()=>{const t=a?.current;if(t&&e){if("register"===s){const a=(e=>{if(!e)return[];const t=new FormData(e);return Array.from(t.keys())})(t),s=e?.message||"";a.forEach((e=>{"string"==typeof s&&s.toLowerCase().includes(e.toLowerCase())?gM(t,e,s):uM(t,e)}))}if("login"===s){const a=e?.errorCode;(e=>{["email","username","password"].forEach((t=>uM(e,t)))})(t);const s=hM[a];s&&gM(t,s.name,s.message)}}}),[e,t,a,s])})(C,M,z,s.formType),(0,g.useEffect)((()=>{C&&C?.message?.includes("Something went wrong")&&w(!0),y&&(b(!0),z.current.reset(),d.isRedirect&&(d.redirectUrl&&!d.redirectPrevious?setTimeout((()=>{window.location.href=d.redirectUrl}),500):d.redirectPrevious?setTimeout((()=>{window.history.back()}),1e3):window.location.href="/"))}),[C,_,y]),(0,i.jsxs)("div",{className:"b-blocks-b-form-wrapper",children:[(0,i.jsxs)("form",{onSubmit:e=>{e.preventDefault();const t=e.target;let a=[];const o=new FormData(e.target),n=Object.fromEntries(o);Object.keys(n).forEach((e=>{const s=(e=>{const a=t.querySelector(`.b-blocks-input-field-validation-${e}`);if(a)return JSON.parse(a.dataset.iserror)?(a.classList.add("b-blocks-input-field-error-container"),e):void(C||a.classList.remove("b-blocks-input-field-error-container"))})(e);s&&a.push(s)})),a.length>0?w(!0):k({...n,type:s.formType,current_post_id:c,formId:r})},className:"b-blocks-b-form-container",ref:z,children:[e,n.show&&"register"===s.formType&&(0,i.jsxs)("div",{className:"b-blocks-b-form-termsConditionWrapper",children:[(0,i.jsxs)("label",{className:"b-blocks-b-form-checkbox-container",children:[(0,i.jsx)("input",{type:"checkbox",required:!0}),(0,i.jsx)("span",{className:"b-blocks-b-form-checkmark"})]}),(0,i.jsx)("label",{className:"b-blocks-b-blocks-termsConditionWrapper-first",children:n.label.first}),(0,i.jsx)("a",{className:"b-blocks-b-blocks-termsConditionWrapper-link",href:n.url,children:n.label.second})]}),(0,i.jsxs)("div",{className:"b-blocks-form-button-wrapper",children:[(0,i.jsxs)("button",{className:"b-blocks-form-submitBtn",type:"submit",children:[o.button.text," ",_&&a&&(0,i.jsx)(W_,{className:"b-form-button-loading-spinner"})," ",!a&&h.buttonStyle.spinner.isDemo&&(0,i.jsx)(W_,{className:"b-form-button-loading-spinner"})," "]}),p.isNavigation&&(p.first.text||p.second.text)&&(0,i.jsxs)("div",{className:"b-blocks-form-button-navigation-wrapper",children:[(0,i.jsx)("p",{className:"b-blocks-form-button-navigation-text",children:p.first.text})," ",(0,i.jsx)("a",{className:"b-blocks-form-button-navigation-link",href:p.second.url,children:p.second.text})," "]})]})]}),v&&l.success.successFulRegistration&&(0,i.jsx)("div",{className:"b-blocks-b-form-success-message",children:(0,i.jsx)("span",{children:l.success.successFulRegistration})}),u&&(0,i.jsx)("div",{className:"b-blocks-b-form-success-message",children:(0,i.jsx)("span",{children:l.success.successFulRegistration})}),f&&l.error.default&&(0,i.jsx)("div",{className:"b-blocks-b-form-error-message",children:(0,i.jsx)("span",{children:l.error.default})}),m&&(0,i.jsx)("div",{className:"b-blocks-b-form-error-message",children:(0,i.jsx)("span",{children:l.error.default})})]})},vM=(0,m.withSelect)((e=>{const{getDeviceType:t,getCurrentPostId:a}=e("core/editor");return{device:t()?.toLowerCase(),postId:a()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o,postId:n}=e,{form:l,button:r,formId:c,message:p}=t,{replaceInnerBlocks:u}=(0,m.useDispatch)("core/block-editor"),v=me(t,a);(0,g.useEffect)((()=>{a({clientId:s})}),[s]);const b=(0,m.useSelect)((e=>e("core/block-editor").getBlocks(s)),[s]),f=e=>{(e=>{const t={form:{...l,formType:"login"},button:{...r,navigation:{...r.navigation,first:{...r.navigation.first,text:"Not registered yet?"},second:{...r.navigation.second,text:"Create an Account"}}},message:{...p,success:{...p.success,successFulRegistration:"Login completed successfully!"}}},s={form:{...l,formType:"register"},button:{...r,navigation:{...r.navigation,first:{...r.navigation.first,text:"Already have an account?"},second:{...r.navigation.second,text:"Sign In"}}},message:{...p,success:{...p.success,successFulRegistration:"Registration completed successfully!"}}};"register"===e?a(s):"login"===e&&a(t)})(e);const t=O_[e].map((e=>(0,d.createBlock)(e.name,e.attributes||{})));u(s,t,!1)};return(0,g.useEffect)((()=>{const e="b_form_"+Math.floor(1e9*Math.random()).toString();c||""!==c||a({formId:e}),Ct(n)&&a({postId:n})}),[n]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(cM,{attributes:t,setAttributes:a,updateObj:v,isPremium:!1,device:o,clientId:s,handleReplaceForm:f}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(R_,{attributes:t,id:`block-${s}`,isBackend:!0}),""===l.formType&&(0,i.jsx)(I_,{updateObj:v,clientId:s,handleReplaceForm:f}),""!==l.formType&&(0,i.jsx)(mM,{attributes:t,isFrontend:!1,children:(0,i.jsx)("div",{className:"b-blocks-b-form-child-field-wrapper",children:(0,i.jsx)(h.InnerBlocks,{allowedBlocks:["b-blocks/input-field","b-blocks/row","b-blocks/dual-color-heading","b-blocks/icon-box","b-blocks/advanced-image","core/paragraph"],templateLock:!1,renderAppender:()=>b?.length>0?(0,i.jsx)(h.InnerBlocks.DefaultBlockAppender,{}):(0,i.jsx)(h.InnerBlocks.ButtonBlockAppender,{})})})})]})]})}));br(E_.name)&&(0,d.registerBlockType)(E_,{icon:Ol,edit:vM,save:h.InnerBlocks.Content});const bM=JSON.parse('{"apiVersion":3,"name":"b-blocks/gif","title":"Gif Image","description":"Embed gif image.","category":"bBlocks","keywords":["video image","embed gif image","animated image"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"cId":{"type":"string","default":""},"gif":{"type":"object","default":null},"gifAlign":{"type":"string","default":"center"},"gifWidth":{"type":"string","default":"0px"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),fM="bBlocksGif";br(bM.name)&&(0,d.registerBlockType)(bM,{icon:rl,edit:e=>{const{attributes:{gif:t,gifAlign:a,gifWidth:s},setAttributes:o,clientId:n}=e;(0,g.useEffect)((()=>{n&&o({cId:n.substring(0,10)})}),[n]);const l=(0,g.useRef)(null),[r,c]=(0,g.useState)(""),[d,p]=(0,g.useState)([]),u=`block-${n}`,m="dM3iQq13qK0Mls9ygR2zjxxPDQVlw1Ql";""===r&&(0,g.useEffect)((()=>{fetch(`https://api.giphy.com/v1/gifs/trending?api_key=${m}&limit=25`).then((e=>e.json())).then((e=>{p(e.data)})).catch((e=>alert(e.message)))}),[r]),r&&""!==r&&(0,g.useEffect)((()=>{fetch(`https://api.giphy.com/v1/gifs/search?api_key=${m}&limit=25&q=${r}`).then((e=>e.json())).then((e=>{p(e.data)})).catch((e=>alert(e.message)))}),[r]);const f=e=>{const t=l.current?.ownerDocument;if(!t)return;const a=t.getElementById(u),s=t.getElementById(`gifModal-${n}`);a&&s&&(a.style.minHeight=e?"720px":"auto",s.style.display=e?"block":"none")},w=()=>f(!0),x=()=>f(!1);return(0,g.useEffect)((()=>{const e=l.current?.ownerDocument,t=e?.defaultView;if(!t)return;const a=t=>{const a=e.getElementById(u),s=e.getElementById(`gifModal-${n}`);a&&s&&t.target===s&&(a.style.minHeight="auto",s.style.display="none")};return t.addEventListener("click",a),()=>t.removeEventListener("click",a)}),[u,n]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Qt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Gif Settings","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:s,onChange:e=>o({gifWidth:e}),units:[$e(),He(),Te()]}),(0,i.jsx)("small",{children:(0,v.__)("Keep width 0, to auto width.","b-blocks")})]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:a,onChange:e=>o({gifAlign:e}),describedBy:(0,v.__)("GIF Alignment"),alignmentControls:[{title:(0,v.__)("GIF in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("GIF in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("GIF in right","b-blocks"),align:"right",icon:"align-right"}]})}),(0,i.jsxs)("div",{...(0,h.useBlockProps)({ref:l}),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t#${u} .${fM}{\n\t\t\t\t\ttext-align: ${a};\n\t\t\t\t}\n\t\t\t\t#${u} .${fM} figure{\n\t\t\t\t\twidth: ${"0px"===s||"0%"===s||"0em"===s?"auto":s};\n\t\t\t\t}\n\t\t\t`.replace(/\s+/g," ")}}),(0,i.jsxs)("div",{className:fM,children:[(0,i.jsxs)("figure",{className:"editImageHolder",children:[t&&(0,i.jsx)("img",{src:t?.images?.original?.url,alt:t?.title}),(0,i.jsx)("div",{className:"mediaControl",children:t?(0,i.jsxs)("div",{className:"btnControl",children:[(0,i.jsx)(b.Button,{icon:"controls-repeat",onClick:w,children:(0,v.__)("Replace","b-blocks")}),(0,i.jsx)(b.Button,{icon:"exit",onClick:()=>o({gif:null}),className:"btnRed",children:(0,v.__)("Remove","b-blocks")})]}):(0,i.jsx)("div",{className:"btnControl",children:(0,i.jsx)(b.Button,{icon:"upload",onClick:w,children:(0,v.__)("Insert GIF","b-blocks")})})})]}),(0,i.jsxs)("div",{className:"gifModal",id:`gifModal-${n}`,children:[(0,i.jsxs)("div",{className:"gifModalContent",children:[(0,i.jsx)("span",{className:"close",onClick:x,children:"×"}),(0,i.jsxs)("div",{className:"gifModalHeader",children:[(0,i.jsx)("label",{htmlFor:`gifSrcBox-${n}`,children:"Search Gif:"}),(0,i.jsx)(b.TextControl,{className:"gifSearchField",value:r,id:`gifSrcBox-${n}`,onChange:e=>c(e),placeholder:(0,v.__)("Search gif here","b-blocks")})]}),(0,i.jsx)("div",{className:"gifModalBody",children:(0,i.jsx)("div",{className:"gifData",children:0!==d.length&&d.map((e=>(0,i.jsxs)("figure",{onClick:()=>{o({gif:e,width:`${parseInt(e.images.original.width)}px`}),x()},children:[(0,i.jsx)("img",{src:e.images.downsized.url,alt:e.title}),(0,i.jsx)("figcaption",{children:e.title})]},e.id)))})})," "]})," "]})," "]})]})]})},save:()=>null});const wM=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/google-map","version":"2.1.2","title":"Google Map","category":"bBlocks","description":"A fully interactive Google Map: custom markers with rich info windows, clustering, category filtering, map themes, traffic/transit/KML/GeoJSON layers, shapes, directions, search and geolocation — plus the classic embed-URL mode.","keywords":["google map","map","marker","location","directions","store locator","embed","contact"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"source":{"type":"object","default":{"type":"interactive","embedUrl":"","center":{"lat":"","lng":"","address":""},"mapId":"","language":"","region":""}},"map":{"type":"object","default":{"zoom":12,"minZoom":"","maxZoom":"","mapType":"roadmap","allowTypeSwitch":true,"gestureHandling":"cooperative","draggable":true,"scrollwheel":false,"fitBounds":false,"desktop":{"height":"450px","maxWidth":"","align":"center"},"tablet":{"height":"350px","maxWidth":"","align":""},"mobile":{"height":"250px","maxWidth":"","align":""},"useAspectRatio":false,"aspectRatio":{"desktop":"16/9","tablet":"","mobile":""},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{},"mobile":{}},"shadow":[]}},"controls":{"type":"object","default":{"disableDefaultUI":false,"zoom":true,"zoomPosition":"RIGHT_BOTTOM","mapType":true,"streetView":true,"fullscreen":true,"scale":false,"rotate":false,"keyboardShortcuts":true}},"markers":{"type":"array","default":[{"id":"marker-1","title":"Our Office","content":"<p>Drop by any weekday between 9am and 5pm.</p>","address":"","lat":23.8103,"lng":90.4125,"category":"","icon":{"type":"default","url":{"library":"","upload":""}},"image":{"url":"","alt":""},"pinColor":"","glyphColor":"","animation":"","draggable":true,"openByDefault":false}]},"marker":{"type":"object","default":{"pinColor":"#8a2be2","glyphColor":"#ffffff","borderColor":"#ffffff","scale":1,"animation":"none","desktop":{"size":"40px"},"tablet":{"size":""},"mobile":{"size":""}}},"infoWindow":{"type":"object","default":{"trigger":"click","singleOpen":true,"bgColor":"#ffffff","textColor":"#1e1e1e","typo":{"fontSize":{"desktop":"14px"}},"border":{"width":"0px"},"shadow":[],"desktop":{"maxWidth":"280px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"maxWidth":"","padding":{},"radius":{}},"mobile":{"maxWidth":"","padding":{},"radius":{}}}},"clustering":{"type":"object","default":{"enabled":false,"background":{"type":"solid","color":"#8a2be2"},"color":"#8a2be2","size":"40px","textColor":"#ffffff","clickToZoom":true}},"categories":{"type":"array","default":[]},"filterBar":{"type":"object","default":{"show":false,"align":"left","showAll":true,"allLabel":"All","activeColor":"#8a2be2","color":"#1e1e1e","bgColor":"#f0f0f0","activeTextColor":"#ffffff","typo":{"fontSize":{"desktop":"13px"}},"desktop":{"gap":"8px","padding":{"top":"6px","right":"14px","bottom":"6px","left":"14px"},"radius":{"top":"999px","right":"999px","bottom":"999px","left":"999px"}},"tablet":{"gap":"","padding":{},"radius":{}},"mobile":{"gap":"","padding":{},"radius":{}}}},"theme":{"type":"object","default":{"preset":"default","customJson":"","grayscale":0,"saturation":0,"hue":""}},"layers":{"type":"object","default":{"traffic":false,"transit":false,"bicycling":false,"kmlUrl":"","geoJson":"","fitGeoJson":true,"heatmap":{"enabled":false,"radius":20,"opacity":0.6}}},"shapes":{"type":"array","default":[]},"directions":{"type":"object","default":{"enabled":false,"mode":"DRIVING","origin":{"address":"","lat":"","lng":""},"destination":{"address":"","lat":"","lng":""},"waypoints":[],"showPanel":false,"routeColor":"#2A6DF0"}},"tools":{"type":"object","default":{"searchBox":false,"geolocation":false,"nearbyRadius":0}},"performance":{"type":"object","default":{"lazyLoad":"onView"}},"caption":{"type":"object","default":{"text":"","align":"center","color":"","typo":{"fontSize":{"desktop":"14px"}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"linear","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"angel":90},"img":{"url":""}}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),xM="b-blocks-google-map",yM={lat:23.8103,lng:90.4125},kM=[{label:(0,v.__)("16:9 (Widescreen)","b-blocks"),value:"16/9"},{label:(0,v.__)("4:3 (Standard)","b-blocks"),value:"4/3"},{label:(0,v.__)("1:1 (Square)","b-blocks"),value:"1/1"},{label:(0,v.__)("3:4 (Portrait)","b-blocks"),value:"3/4"}],CM=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],_M=/^(www\.|maps\.)?google\.(com|co\.[a-z]{2}|com\.[a-z]{2}|[a-z]{2,3})$/i,MM=e=>{if(!e||"string"!=typeof e)return!1;try{const t=new URL(e);return"https:"===t.protocol&&!!_M.test(t.hostname)&&!!t.pathname.startsWith("/maps/embed")}catch(e){return!1}},zM=e=>{const t=String(e?.message||e?.code||"");return/REQUEST_DENIED|PERMISSION|BILLING/i.test(t)?(0,v.__)("Google denied the lookup. The Geocoding API is probably not enabled for this key, or the project has no billing account. Enter the coordinates manually below.","b-blocks"):/OVER_QUERY_LIMIT|OVER_DAILY/i.test(t)?(0,v.__)("This API key is over its request quota. Try again later, or enter the coordinates manually below.","b-blocks"):(0,v.__)("No result for that address. Check the spelling, or enter the coordinates manually below.","b-blocks")},jM=["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon","GeometryCollection"],LM=e=>e&&"Feature"===e.type?e:e&&jM.includes(e.type)?{type:"Feature",geometry:e,properties:{}}:null,SM=e=>!(!e||"object"!=typeof e||Array.isArray(e)||void 0===e.stylers&&void 0===e.featureType&&void 0===e.elementType),$M=e=>Array.isArray(e)?e.length>0&&e.every(SM):SM(e),HM=e=>{if(!e||!String(e).trim())return{data:null,error:""};let t;try{t=JSON.parse(e)}catch(e){return{data:null,error:(0,v.__)("This is not valid JSON, so it will be skipped.","b-blocks")}}if(Array.isArray(t)){const e=t.map(LM).filter(Boolean);return e.length?{data:{type:"FeatureCollection",features:e},error:""}:{data:null,error:$M(t)?(0,v.__)("This is a Google Maps style, not GeoJSON. Paste it into Theme → Custom JSON to recolour the map.","b-blocks"):(0,v.__)('This array holds no recognisable GeoJSON features. GeoJSON describes places — each entry needs a "geometry" with coordinates.',"b-blocks")}}if(!t||"object"!=typeof t)return{data:null,error:(0,v.__)("GeoJSON must be an object or an array of features.","b-blocks")};if("FeatureCollection"===t.type||"Feature"===t.type)return{data:t,error:""};const a=LM(t);return a?{data:a,error:""}:$M(t)?{data:null,error:(0,v.__)("This is a Google Maps style, not GeoJSON. Paste it into Theme → Custom JSON to recolour the map.","b-blocks")}:{data:null,error:t.type?(0,v.sprintf)((0,v.__)('Unrecognised GeoJSON type "%s". Expected a Feature, a FeatureCollection, or a geometry.',"b-blocks"),String(t.type)):(0,v.__)('This GeoJSON has no "type" property.',"b-blocks")}},TM=e=>{if(!e||"string"!=typeof e)return!1;try{const{hostname:t}=new URL(e);return/^(localhost|127\.0\.0\.1|\[::1\])$/i.test(t)||/\.(local|test|localhost|internal|invalid)$/i.test(t)||/^(10\.|192\.168\.|172\.(1[6-9]|2\d|3[01])\.)/.test(t)}catch(e){return!1}},BM=(e,t=null)=>{const a=parseFloat(e);return Number.isFinite(a)?a:t},AM=(e={})=>{const t=e.source||{},a=t.type||(t.embedUrl?"embed":"interactive");return{...e,source:{...t,type:a,center:{...yM,...t.center||{}}}}},VM=(e,t,a)=>{if(!e)return;const s=t=>{const s=e?.[t]?.[a];if(void 0!==s&&""!==s)return s;const o=e?.[a]?.[t];return void 0!==o&&""!==o?o:void 0};return"mobile"===t?s("mobile")??s("tablet")??s("desktop"):"tablet"===t?s("tablet")??s("desktop"):s("desktop")},NM=(e,t,a)=>e?.[t]?.[a]??e?.[a]?.[t]??"",PM={default:[],silver:[{elementType:"geometry",stylers:[{color:"#f5f5f5"}]},{elementType:"labels.icon",stylers:[{visibility:"off"}]},{elementType:"labels.text.fill",stylers:[{color:"#616161"}]},{elementType:"labels.text.stroke",stylers:[{color:"#f5f5f5"}]},{featureType:"administrative.land_parcel",elementType:"labels.text.fill",stylers:[{color:"#bdbdbd"}]},{featureType:"poi",elementType:"geometry",stylers:[{color:"#eeeeee"}]},{featureType:"poi",elementType:"labels.text.fill",stylers:[{color:"#757575"}]},{featureType:"poi.park",elementType:"geometry",stylers:[{color:"#e5e5e5"}]},{featureType:"road",elementType:"geometry",stylers:[{color:"#ffffff"}]},{featureType:"road.arterial",elementType:"labels.text.fill",stylers:[{color:"#757575"}]},{featureType:"road.highway",elementType:"geometry",stylers:[{color:"#dadada"}]},{featureType:"transit.line",elementType:"geometry",stylers:[{color:"#e5e5e5"}]},{featureType:"water",elementType:"geometry",stylers:[{color:"#c9c9c9"}]},{featureType:"water",elementType:"labels.text.fill",stylers:[{color:"#9e9e9e"}]}],retro:[{elementType:"geometry",stylers:[{color:"#ebe3cd"}]},{elementType:"labels.text.fill",stylers:[{color:"#523735"}]},{elementType:"labels.text.stroke",stylers:[{color:"#f5f1e6"}]},{featureType:"administrative",elementType:"geometry.stroke",stylers:[{color:"#c9b2a6"}]},{featureType:"landscape.natural",elementType:"geometry",stylers:[{color:"#dfd2ae"}]},{featureType:"poi",elementType:"geometry",stylers:[{color:"#dfd2ae"}]},{featureType:"poi.park",elementType:"geometry.fill",stylers:[{color:"#a5b076"}]},{featureType:"road",elementType:"geometry",stylers:[{color:"#f5f1e6"}]},{featureType:"road.highway",elementType:"geometry",stylers:[{color:"#f8c967"}]},{featureType:"road.highway",elementType:"geometry.stroke",stylers:[{color:"#e9bc62"}]},{featureType:"transit.line",elementType:"geometry",stylers:[{color:"#dfd2ae"}]},{featureType:"water",elementType:"geometry.fill",stylers:[{color:"#b9d3c2"}]}],dark:[{elementType:"geometry",stylers:[{color:"#212121"}]},{elementType:"labels.icon",stylers:[{visibility:"off"}]},{elementType:"labels.text.fill",stylers:[{color:"#757575"}]},{elementType:"labels.text.stroke",stylers:[{color:"#212121"}]},{featureType:"administrative",elementType:"geometry",stylers:[{color:"#757575"}]},{featureType:"poi",elementType:"labels.text.fill",stylers:[{color:"#757575"}]},{featureType:"poi.park",elementType:"geometry",stylers:[{color:"#181818"}]},{featureType:"road",elementType:"geometry.fill",stylers:[{color:"#2c2c2c"}]},{featureType:"road",elementType:"labels.text.fill",stylers:[{color:"#8a8a8a"}]},{featureType:"road.highway",elementType:"geometry",stylers:[{color:"#3c3c3c"}]},{featureType:"transit",elementType:"labels.text.fill",stylers:[{color:"#757575"}]},{featureType:"water",elementType:"geometry",stylers:[{color:"#000000"}]},{featureType:"water",elementType:"labels.text.fill",stylers:[{color:"#3d3d3d"}]}],night:[{elementType:"geometry",stylers:[{color:"#242f3e"}]},{elementType:"labels.text.fill",stylers:[{color:"#746855"}]},{elementType:"labels.text.stroke",stylers:[{color:"#242f3e"}]},{featureType:"administrative.locality",elementType:"labels.text.fill",stylers:[{color:"#d59563"}]},{featureType:"poi",elementType:"labels.text.fill",stylers:[{color:"#d59563"}]},{featureType:"poi.park",elementType:"geometry",stylers:[{color:"#263c3f"}]},{featureType:"poi.park",elementType:"labels.text.fill",stylers:[{color:"#6b9a76"}]},{featureType:"road",elementType:"geometry",stylers:[{color:"#38414e"}]},{featureType:"road",elementType:"geometry.stroke",stylers:[{color:"#212a37"}]},{featureType:"road",elementType:"labels.text.fill",stylers:[{color:"#9ca5b3"}]},{featureType:"road.highway",elementType:"geometry",stylers:[{color:"#746855"}]},{featureType:"road.highway",elementType:"geometry.stroke",stylers:[{color:"#1f2835"}]},{featureType:"road.highway",elementType:"labels.text.fill",stylers:[{color:"#f3d19c"}]},{featureType:"transit",elementType:"geometry",stylers:[{color:"#2f3948"}]},{featureType:"water",elementType:"geometry",stylers:[{color:"#17263c"}]},{featureType:"water",elementType:"labels.text.fill",stylers:[{color:"#515c6d"}]}],aubergine:[{elementType:"geometry",stylers:[{color:"#1d2c4d"}]},{elementType:"labels.text.fill",stylers:[{color:"#8ec3b9"}]},{elementType:"labels.text.stroke",stylers:[{color:"#1a3646"}]},{featureType:"administrative.country",elementType:"geometry.stroke",stylers:[{color:"#4b6878"}]},{featureType:"landscape.man_made",elementType:"geometry.stroke",stylers:[{color:"#334e87"}]},{featureType:"poi",elementType:"geometry",stylers:[{color:"#283d6a"}]},{featureType:"poi.park",elementType:"geometry.fill",stylers:[{color:"#023e58"}]},{featureType:"road",elementType:"geometry.fill",stylers:[{color:"#304a7d"}]},{featureType:"road",elementType:"labels.text.fill",stylers:[{color:"#98a5be"}]},{featureType:"road.highway",elementType:"geometry",stylers:[{color:"#2c6675"}]},{featureType:"transit",elementType:"labels.text.fill",stylers:[{color:"#98a5be"}]},{featureType:"water",elementType:"geometry",stylers:[{color:"#0e1626"}]},{featureType:"water",elementType:"labels.text.fill",stylers:[{color:"#4e6d70"}]}]},EM=(e={})=>{const{preset:t="default",customJson:a="",grayscale:s=0,saturation:o=0,hue:n=""}=e;let i=[];if("custom"===t)try{const e=JSON.parse(a||"[]");Array.isArray(e)&&(i=e)}catch(e){i=[]}else i=PM[t]||[];const l=[];return BM(s,0)&&l.push({saturation:-Math.abs(BM(s,0))}),BM(o,0)&&l.push({saturation:BM(o,0)}),n&&l.push({hue:n}),l.length?[...i,{elementType:"all",stylers:l}]:i},IM=e=>{if(!e||!e.trim())return!0;try{return Array.isArray(JSON.parse(e))}catch(e){return!1}},OM=({attributes:a,id:s,isBackend:o=!1})=>{const{map:n={},marker:l={},infoWindow:r={},clustering:c={},categories:d=[],filterBar:h={},caption:p={},advanced:g}=a,u=`#${s}`,m=`${u} .${xM}-wrapper`,v=`${u} .${xM}-canvas`,b=`${u} .${xM}-iframe`,f=`${u} .${xM}-caption`,w=`${u} .${xM}-pin`,x=`${u} .${xM}-cluster`,y=`${u} .${xM}-filter-chip`,k=`${u} .${xM}-filter-bar`,C=`${u} .gm-style-iw-c`,_=`${u} .gm-style-iw-d`,M=`${u} .${xM}-figure, ${u} .${xM}-placeholder`,z=(d||[]).filter((e=>e?.id&&e?.color)).map((e=>{const t=String(e.id).replace(/["'\\\]]/g,"");return`\n\t\t\t\t${y}[data-category="${t}"] .${xM}-filter-dot{ background: ${e.color}; }\n\t\t\t\t${y}[data-category="${t}"].active{ background: ${e.color}; }\n\t\t\t`})).join(""),j=e=>{return`\n\t\t${u}{ ${qn("text-align",VM(n,e,"align"))} }\n\n\t\t${M}{\n\t\t\tmargin: ${t=VM(n,e,"align"),"left"===t?"0 auto 0 0":"right"===t?"0 0 0 auto":"0 auto"};\n\t\t\t${qn("max-width",VM(n,e,"maxWidth"))}\n\t\t}\n\n\t\t${m}{\n\t\t\t${((e,t,a)=>qn("border-radius",ti(t?.[a])))(0,n.borderRadius,e)}\n\t\t\t${n.useAspectRatio?qn("aspect-ratio",((e,t)=>"string"==typeof e?e:e?"mobile"===t?e.mobile||e.tablet||e.desktop:"tablet"===t&&e.tablet||e.desktop:void 0)(n.aspectRatio,e)||"16/9"):qn("height",VM(n,e,"height"))}\n\t\t}\n\n\t\t${w}{\n\t\t\t${qn("width",l?.[e]?.size)}\n\t\t\t${qn("height",l?.[e]?.size)}\n\t\t}\n\n\t\t${C}{\n\t\t\t${qn("max-width",r?.[e]?.maxWidth)}\n\t\t\t${qn("border-radius",ti(r?.[e]?.radius))}\n\t\t}\n\n\t\t${_}{ ${qn("padding",ti(r?.[e]?.padding))} }\n\n\t\t${k}{ ${qn("gap",h?.[e]?.gap)} }\n\n\t\t${y}{\n\t\t\t${qn("padding",ti(h?.[e]?.padding))}\n\t\t\t${qn("border-radius",ti(h?.[e]?.radius))}\n\t\t}\n\t`;var t};return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",p.typo).googleFontLink}\n\t\t\t${ei("",h.typo).googleFontLink}\n\t\t\t${ei("",r.typo).googleFontLink}\n\n\t\t\t${u}{ display: block; }\n\n\t\t\t${M}{ width: 100%; }\n\n\t\t\t${m}{\n\t\t\t\tposition: relative;\n\t\t\t\twidth: 100%;\n\t\t\t\toverflow: hidden;\n\t\t\t\t${qn("box-shadow",Kn(n.shadow||[]))}\n\t\t\t\t${n.useAspectRatio?"height: auto;":""}\n\t\t\t}\n\n\t\t\t${v}, ${b}{\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tborder: 0;\n\t\t\t\tdisplay: block;\n\t\t\t\t${n.useAspectRatio?"position: absolute; inset: 0;":""}\n\t\t\t}\n\n\t\t\t${x}{\n\t\t\t\t${c.background?Wn(c.background):qn("background",c.color)}\n\t\t\t\t${qn("color",c.textColor)}\n\t\t\t\t${qn("width",c.size)}\n\t\t\t\t${qn("height",c.size)}\n\t\t\t}\n\n\t\t\t${k}{ ${qn("justify-content","right"===h.align?"flex-end":"center"===h.align?"center":"flex-start")} }\n\n\t\t\t${y}{\n\t\t\t\t${qn("color",h.color)}\n\t\t\t\t${qn("background",h.bgColor)}\n\t\t\t}\n\t\t\t${ei(y,h.typo).styles}\n\n\t\t\t${y}.active{\n\t\t\t\t${qn("background",h.activeColor)}\n\t\t\t\t${qn("color",h.activeTextColor)}\n\t\t\t}\n\n\t\t\t/* After the generic .active rule so a category colour wins. */\n\t\t\t${z}\n\n\t\t\t${C}{\n\t\t\t\t${qn("background",r.bgColor)}\n\t\t\t\t${Un(r.border)}\n\t\t\t\t${qn("box-shadow",Kn(r.shadow||[]))}\n\t\t\t}\n\n\t\t\t/* The tail is a separate rotated box; without this a recoloured\n\t\t\t info window keeps a white arrow. Both class names are emitted —\n\t\t\t Google renamed it from -t to -tc. */\n\t\t\t${u} .gm-style-iw-t::after,\n\t\t\t${u} .gm-style-iw-tc::after{\n\t\t\t\t${qn("background",r.bgColor)}\n\t\t\t}\n\n\t\t\t${_}, ${u} .${xM}-info{\n\t\t\t\t${qn("color",r.textColor)}\n\t\t\t}\n\t\t\t${ei(`${u} .${xM}-info`,r.typo).styles}\n\n\t\t\t${f}{\n\t\t\t\t${qn("text-align",p.align)}\n\t\t\t\t${qn("color",p.color)}\n\t\t\t}\n\t\t\t${ei(f,p.typo).styles}\n\n\t\t\t${j("desktop")}\n\t\t\t${e}{ ${j("tablet")} }\n\t\t\t${t}{ ${j("mobile")} }\n\n\t\t\t${hi(s,g,o,!1)}\n\t\t\t`}})},{getOwnPropertyNames:RM,getOwnPropertySymbols:DM}=Object,{hasOwnProperty:FM}=Object.prototype;function qM(e,t){return function(a,s,o){return e(a,s,o)&&t(a,s,o)}}function WM(e){return function(t,a,s){if(!t||!a||"object"!=typeof t||"object"!=typeof a)return e(t,a,s);const{cache:o}=s,n=o.get(t),i=o.get(a);if(n&&i)return n===a&&i===t;o.set(t,a),o.set(a,t);const l=e(t,a,s);return o.delete(t),o.delete(a),l}}function UM(e){return RM(e).concat(DM(e))}const GM=Object.hasOwn||((e,t)=>FM.call(e,t));function YM(e,t){return e===t||!e&&!t&&e!=e&&t!=t}const{getOwnPropertyDescriptor:ZM,keys:KM}=Object;function QM(e,t){return e.byteLength===t.byteLength&&dz(new Uint8Array(e),new Uint8Array(t))}function XM(e,t,a){let s=e.length;if(t.length!==s)return!1;for(;s-- >0;)if(!a.equals(e[s],t[s],s,s,e,t,a))return!1;return!0}function JM(e,t){return e.byteLength===t.byteLength&&dz(new Uint8Array(e.buffer,e.byteOffset,e.byteLength),new Uint8Array(t.buffer,t.byteOffset,t.byteLength))}function ez(e,t){return YM(e.getTime(),t.getTime())}function tz(e,t){return e.name===t.name&&e.message===t.message&&e.cause===t.cause&&e.stack===t.stack}function az(e,t){return e===t}function sz(e,t,a){const s=e.size;if(s!==t.size)return!1;if(!s)return!0;const o=new Array(s),n=e.entries();let i,l,r=0;for(;(i=n.next())&&!i.done;){const s=t.entries();let n=!1,c=0;for(;(l=s.next())&&!l.done;){if(o[c]){c++;continue}const s=i.value,d=l.value;if(a.equals(s[0],d[0],r,c,e,t,a)&&a.equals(s[1],d[1],s[0],d[0],e,t,a)){n=o[c]=!0;break}c++}if(!n)return!1;r++}return!0}const oz=YM;function nz(e,t,a){const s=KM(e);let o=s.length;if(KM(t).length!==o)return!1;for(;o-- >0;)if(!pz(e,t,a,s[o]))return!1;return!0}function iz(e,t,a){const s=UM(e);let o,n,i,l=s.length;if(UM(t).length!==l)return!1;for(;l-- >0;){if(o=s[l],!pz(e,t,a,o))return!1;if(n=ZM(e,o),i=ZM(t,o),(n||i)&&(!n||!i||n.configurable!==i.configurable||n.enumerable!==i.enumerable||n.writable!==i.writable))return!1}return!0}function lz(e,t){return YM(e.valueOf(),t.valueOf())}function rz(e,t){return e.source===t.source&&e.flags===t.flags}function cz(e,t,a){const s=e.size;if(s!==t.size)return!1;if(!s)return!0;const o=new Array(s),n=e.values();let i,l;for(;(i=n.next())&&!i.done;){const s=t.values();let n=!1,r=0;for(;(l=s.next())&&!l.done;){if(!o[r]&&a.equals(i.value,l.value,i.value,l.value,e,t,a)){n=o[r]=!0;break}r++}if(!n)return!1}return!0}function dz(e,t){let a=e.byteLength;if(t.byteLength!==a||e.byteOffset!==t.byteOffset)return!1;for(;a-- >0;)if(e[a]!==t[a])return!1;return!0}function hz(e,t){return e.hostname===t.hostname&&e.pathname===t.pathname&&e.protocol===t.protocol&&e.port===t.port&&e.hash===t.hash&&e.username===t.username&&e.password===t.password}function pz(e,t,a,s){return!("_owner"!==s&&"__o"!==s&&"__v"!==s||!e.$$typeof&&!t.$$typeof)||GM(t,s)&&a.equals(e[s],t[s],s,s,e,t,a)}const gz={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},uz=Object.prototype.toString;const mz=vz();function vz(e={}){const{circular:t=!1,createInternalComparator:a,createState:s,strict:o=!1}=e,n=function({circular:e,createCustomConfig:t,strict:a}){let s={areArrayBuffersEqual:QM,areArraysEqual:a?iz:XM,areDataViewsEqual:JM,areDatesEqual:ez,areErrorsEqual:tz,areFunctionsEqual:az,areMapsEqual:a?qM(sz,iz):sz,areNumbersEqual:oz,areObjectsEqual:a?iz:nz,arePrimitiveWrappersEqual:lz,areRegExpsEqual:rz,areSetsEqual:a?qM(cz,iz):cz,areTypedArraysEqual:a?qM(dz,iz):dz,areUrlsEqual:hz,unknownTagComparators:void 0};if(t&&(s=Object.assign({},s,t(s))),e){const e=WM(s.areArraysEqual),t=WM(s.areMapsEqual),a=WM(s.areObjectsEqual),o=WM(s.areSetsEqual);s=Object.assign({},s,{areArraysEqual:e,areMapsEqual:t,areObjectsEqual:a,areSetsEqual:o})}return s}(e),i=function({areArrayBuffersEqual:e,areArraysEqual:t,areDataViewsEqual:a,areDatesEqual:s,areErrorsEqual:o,areFunctionsEqual:n,areMapsEqual:i,areNumbersEqual:l,areObjectsEqual:r,arePrimitiveWrappersEqual:c,areRegExpsEqual:d,areSetsEqual:h,areTypedArraysEqual:p,areUrlsEqual:g,unknownTagComparators:u}){return function(m,v,b){if(m===v)return!0;if(null==m||null==v)return!1;const f=typeof m;if(f!==typeof v)return!1;if("object"!==f)return"number"===f?l(m,v,b):"function"===f&&n(m,v,b);const w=m.constructor;if(w!==v.constructor)return!1;if(w===Object)return r(m,v,b);if(Array.isArray(m))return t(m,v,b);if(w===Date)return s(m,v,b);if(w===RegExp)return d(m,v,b);if(w===Map)return i(m,v,b);if(w===Set)return h(m,v,b);const x=uz.call(m);if("[object Date]"===x)return s(m,v,b);if("[object RegExp]"===x)return d(m,v,b);if("[object Map]"===x)return i(m,v,b);if("[object Set]"===x)return h(m,v,b);if("[object Object]"===x)return"function"!=typeof m.then&&"function"!=typeof v.then&&r(m,v,b);if("[object URL]"===x)return g(m,v,b);if("[object Error]"===x)return o(m,v,b);if("[object Arguments]"===x)return r(m,v,b);if(gz[x])return p(m,v,b);if("[object ArrayBuffer]"===x)return e(m,v,b);if("[object DataView]"===x)return a(m,v,b);if("[object Boolean]"===x||"[object Number]"===x||"[object String]"===x)return c(m,v,b);if(u){let e=u[x];if(!e){const t=null!=(y=m)?y[Symbol.toStringTag]:void 0;t&&(e=u[t])}if(e)return e(m,v,b)}var y;return!1}}(n);var l;return function({circular:e,comparator:t,createState:a,equals:s,strict:o}){if(a)return function(n,i){const{cache:l=(e?new WeakMap:void 0),meta:r}=a();return t(n,i,{cache:l,equals:s,meta:r,strict:o})};if(e)return function(e,a){return t(e,a,{cache:new WeakMap,equals:s,meta:void 0,strict:o})};const n={cache:void 0,equals:s,meta:void 0,strict:o};return function(e,a){return t(e,a,n)}}({circular:t,comparator:i,createState:s,equals:a?a(i):(l=i,function(e,t,a,s,o,n,i){return l(e,t,i)}),strict:o})}vz({strict:!0}),vz({circular:!0}),vz({circular:!0,strict:!0}),vz({createInternalComparator:()=>YM}),vz({strict:!0,createInternalComparator:()=>YM}),vz({circular:!0,createInternalComparator:()=>YM}),vz({circular:!0,createInternalComparator:()=>YM,strict:!0});const bz=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array],fz=new Uint32Array(96);class wz{static from(e){if(!e||void 0===e.byteLength||e.buffer)throw new Error("Data must be an instance of ArrayBuffer or SharedArrayBuffer.");const[t,a]=new Uint8Array(e,0,2);if(219!==t)throw new Error("Data does not appear to be in a KDBush format.");const s=a>>4;if(1!==s)throw new Error(`Got v${s} data when expected v1.`);const o=bz[15&a];if(!o)throw new Error("Unrecognized array type.");const[n]=new Uint16Array(e,2,1),[i]=new Uint32Array(e,4,1);return new wz(i,n,o,void 0,e)}constructor(e,t=64,a=Float64Array,s=ArrayBuffer,o){if(isNaN(e)||e<0)throw new Error(`Unexpected numItems value: ${e}.`);this.numItems=+e,this.nodeSize=Math.min(Math.max(+t,2),65535),this.ArrayType=a,this.IndexArrayType=e<65536?Uint16Array:Uint32Array;const n=bz.indexOf(this.ArrayType),i=2*e*this.ArrayType.BYTES_PER_ELEMENT,l=e*this.IndexArrayType.BYTES_PER_ELEMENT,r=(8-l%8)%8;if(n<0)throw new Error(`Unexpected typed array class: ${a}.`);if(o)this.data=o,this.ids=new this.IndexArrayType(o,8,e),this.coords=new a(o,8+l+r,2*e),this._pos=2*e,this._finished=!0;else{const o=this.data=new s(8+i+l+r);this.ids=new this.IndexArrayType(o,8,e),this.coords=new a(o,8+l+r,2*e),this._pos=0,this._finished=!1,new Uint8Array(o,0,2).set([219,16+n]),new Uint16Array(o,2,1)[0]=t,new Uint32Array(o,4,1)[0]=e}}add(e,t){const a=this._pos>>1;return this.ids[a]=a,this.coords[this._pos++]=e,this.coords[this._pos++]=t,a}finish(){const e=this._pos>>1;if(e!==this.numItems)throw new Error(`Added ${e} items when expected ${this.numItems}.`);return xz(this.ids,this.coords,this.nodeSize,0,this.numItems-1,0),this._finished=!0,this}range(e,t,a,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:o,coords:n,nodeSize:i}=this;fz[0]=0,fz[1]=o.length-1,fz[2]=0;let l=3;const r=[];for(;l>0;){const c=fz[--l],d=fz[--l],h=fz[--l];if(d-h<=i){for(let i=h;i<=d;i++){const l=n[2*i],c=n[2*i+1];l>=e&&l<=a&&c>=t&&c<=s&&r.push(o[i])}continue}const p=h+d>>1,g=n[2*p],u=n[2*p+1];g>=e&&g<=a&&u>=t&&u<=s&&r.push(o[p]),(0===c?e<=g:t<=u)&&(fz[l++]=h,fz[l++]=p-1,fz[l++]=1-c),(0===c?a>=g:s>=u)&&(fz[l++]=p+1,fz[l++]=d,fz[l++]=1-c)}return r}within(e,t,a){const s=[];return this.withinInto(e,t,a,s),s}withinInto(e,t,a,s){if(!this._finished)throw new Error("Data not yet indexed - call index.finish().");const{ids:o,coords:n,nodeSize:i}=this;fz[0]=0,fz[1]=o.length-1,fz[2]=0;let l=3,r=0;const c=a*a;for(;l>0;){const d=fz[--l],h=fz[--l],p=fz[--l];if(h-p<=i){for(let a=p;a<=h;a++)_z(n[2*a],n[2*a+1],e,t)<=c&&(s[r++]=o[a]);continue}const g=p+h>>1,u=n[2*g],m=n[2*g+1];_z(u,m,e,t)<=c&&(s[r++]=o[g]),(0===d?e-a<=u:t-a<=m)&&(fz[l++]=p,fz[l++]=g-1,fz[l++]=1-d),(0===d?e+a>=u:t+a>=m)&&(fz[l++]=g+1,fz[l++]=h,fz[l++]=1-d)}return r}}function xz(e,t,a,s,o,n){if(o-s<=a)return;const i=s+o>>1;yz(e,t,i,s,o,n),xz(e,t,a,s,i-1,1-n),xz(e,t,a,i+1,o,1-n)}function yz(e,t,a,s,o,n){for(;o>s;){if(o-s>600){const i=o-s+1,l=a-s+1,r=Math.log(i),c=.5*Math.exp(2*r/3),d=.5*Math.sqrt(r*c*(i-c)/i)*(l-i/2<0?-1:1);yz(e,t,a,Math.max(s,Math.floor(a-l*c/i+d)),Math.min(o,Math.floor(a+(i-l)*c/i+d)),n)}const i=t[2*a+n];let l=s,r=o;for(kz(e,t,s,a),t[2*o+n]>i&&kz(e,t,s,o);l<r;){for(kz(e,t,l,r),l++,r--;t[2*l+n]<i;)l++;for(;t[2*r+n]>i;)r--}t[2*s+n]===i?kz(e,t,s,r):(r++,kz(e,t,r,o)),r<=a&&(s=r+1),a<=r&&(o=r-1)}}function kz(e,t,a,s){Cz(e,a,s),Cz(t,2*a,2*s),Cz(t,2*a+1,2*s+1)}function Cz(e,t,a){const s=e[t];e[t]=e[a],e[a]=s}function _z(e,t,a,s){const o=e-a,n=t-s;return o*o+n*n}const Mz={minZoom:0,maxZoom:16,minPoints:2,radius:40,extent:512,nodeSize:64,log:!1,generateId:!1,reduce:null,map:e=>e},zz=Math.fround||(jz=new Float32Array(1),e=>(jz[0]=+e,jz[0]));var jz;class Lz{constructor(e){this.options=Object.assign(Object.create(Mz),e),this.trees=new Array(this.options.maxZoom+1),this.stride=this.options.reduce?7:6,this.clusterProps=[]}load(e){const{log:t,minZoom:a,maxZoom:s}=this.options;t&&console.time("total time");const o=`prepare ${e.length} points`;t&&console.time(o),this.points=e;const n=[];for(let t=0;t<e.length;t++){const a=e[t];if(!a.geometry)continue;const[s,o]=a.geometry.coordinates,i=zz(Hz(s)),l=zz(Tz(o));n.push(i,l,1/0,t,-1,1),this.options.reduce&&n.push(0)}let i=this.trees[s+1]=this._createTree(n);t&&console.timeEnd(o);for(let e=s;e>=a;e--){const a=+Date.now();i=this.trees[e]=this._createTree(this._cluster(i,e)),t&&console.log("z%d: %d clusters in %dms",e,i.numItems,+Date.now()-a)}return t&&console.timeEnd("total time"),this}getClusters(e,t){let a=((e[0]+180)%360+360)%360-180;const s=Math.max(-90,Math.min(90,e[1]));let o=180===e[2]?180:((e[2]+180)%360+360)%360-180;const n=Math.max(-90,Math.min(90,e[3]));if(e[2]-e[0]>=360)a=-180,o=180;else if(a>o){const e=this.getClusters([a,s,180,n],t),i=this.getClusters([-180,s,o,n],t);return e.concat(i)}const i=this.trees[this._limitZoom(t)],l=i.range(Hz(a),Tz(n),Hz(o),Tz(s)),r=i.data,c=[];for(const e of l){const t=this.stride*e;c.push(r[t+5]>1?Sz(r,t,this.clusterProps):this.points[r[t+3]])}return c}getChildren(e){const t=this._getOriginId(e),a=this._getOriginZoom(e),s="No cluster with the specified id.",o=this.trees[a];if(!o)throw new Error(s);const n=o.data;if(t*this.stride>=n.length)throw new Error(s);const i=this.options.radius/(this.options.extent*Math.pow(2,a-1)),l=n[t*this.stride],r=n[t*this.stride+1],c=o.within(l,r,i),d=[];for(const t of c){const a=t*this.stride;n[a+4]===e&&d.push(n[a+5]>1?Sz(n,a,this.clusterProps):this.points[n[a+3]])}if(0===d.length)throw new Error(s);return d}getLeaves(e,t,a){t=t||10,a=a||0;const s=[];return this._appendLeaves(s,e,t,a,0),s}getTile(e,t,a){const s=this.trees[this._limitZoom(e)],o=Math.pow(2,e),{extent:n,radius:i}=this.options,l=i/n,r=(a-l)/o,c=(a+1+l)/o,d={features:[]};return this._addTileFeatures(s.range((t-l)/o,r,(t+1+l)/o,c),s.data,t,a,o,d),0===t&&this._addTileFeatures(s.range(1-l/o,r,1,c),s.data,o,a,o,d),t===o-1&&this._addTileFeatures(s.range(0,r,l/o,c),s.data,-1,a,o,d),d.features.length?d:null}getClusterExpansionZoom(e){let t=this._getOriginZoom(e)-1;for(;t<=this.options.maxZoom;){const a=this.getChildren(e);if(t++,1!==a.length)break;e=a[0].properties.cluster_id}return t}_appendLeaves(e,t,a,s,o){const n=this.getChildren(t);for(const t of n){const n=t.properties;if(n&&n.cluster?o+n.point_count<=s?o+=n.point_count:o=this._appendLeaves(e,n.cluster_id,a,s,o):o<s?o++:e.push(t),e.length===a)break}return o}_createTree(e){const t=new wz(e.length/this.stride|0,this.options.nodeSize,Float32Array);for(let a=0;a<e.length;a+=this.stride)t.add(e[a],e[a+1]);return t.finish(),t.data=e,t}_addTileFeatures(e,t,a,s,o,n){for(const i of e){const e=i*this.stride,l=t[e+5]>1;let r,c,d;if(l)r=$z(t,e,this.clusterProps),c=t[e],d=t[e+1];else{const a=this.points[t[e+3]];r=a.properties;const[s,o]=a.geometry.coordinates;c=Hz(s),d=Tz(o)}const h={type:1,geometry:[[Math.round(this.options.extent*(c*o-a)),Math.round(this.options.extent*(d*o-s))]],tags:r};let p;p=l||this.options.generateId?t[e+3]:this.points[t[e+3]].id,void 0!==p&&(h.id=p),n.features.push(h)}}_limitZoom(e){return Math.max(this.options.minZoom,Math.min(Math.floor(+e),this.options.maxZoom+1))}_cluster(e,t){const{radius:a,extent:s,reduce:o,minPoints:n}=this.options,i=a/(s*Math.pow(2,t)),l=e.data,r=[],c=this.stride;for(let a=0;a<l.length;a+=c){if(l[a+2]<=t)continue;l[a+2]=t;const s=l[a],d=l[a+1],h=e.within(l[a],l[a+1],i),p=l[a+5];let g=p;for(const e of h){const a=e*c;l[a+2]>t&&(g+=l[a+5])}if(g>p&&g>=n){let e,n=s*p,i=d*p,u=-1;const m=(a/c<<5)+(t+1)+this.points.length;for(const s of h){const r=s*c;if(l[r+2]<=t)continue;l[r+2]=t;const d=l[r+5];n+=l[r]*d,i+=l[r+1]*d,l[r+4]=m,o&&(e||(e=this._map(l,a,!0),u=this.clusterProps.length,this.clusterProps.push(e)),o(e,this._map(l,r)))}l[a+4]=m,r.push(n/g,i/g,1/0,m,-1,g),o&&r.push(u)}else{for(let e=0;e<c;e++)r.push(l[a+e]);if(g>1)for(const e of h){const a=e*c;if(!(l[a+2]<=t)){l[a+2]=t;for(let e=0;e<c;e++)r.push(l[a+e])}}}}return r}_getOriginId(e){return e-this.points.length>>5}_getOriginZoom(e){return(e-this.points.length)%32}_map(e,t,a){if(e[t+5]>1){const s=this.clusterProps[e[t+6]];return a?Object.assign({},s):s}const s=this.points[e[t+3]].properties,o=this.options.map(s);return a&&o===s?Object.assign({},o):o}}function Sz(e,t,a){return{type:"Feature",id:e[t+3],properties:$z(e,t,a),geometry:{type:"Point",coordinates:[(s=e[t],360*(s-.5)),Bz(e[t+1])]}};var s}function $z(e,t,a){const s=e[t+5],o=s>=1e4?`${Math.round(s/1e3)}k`:s>=1e3?Math.round(s/100)/10+"k":s,n=e[t+6],i=-1===n?{}:Object.assign({},a[n]);return Object.assign(i,{cluster:!0,cluster_id:e[t+3],point_count:s,point_count_abbreviated:o})}function Hz(e){return e/360+.5}function Tz(e){const t=Math.sin(e*Math.PI/180),a=.5-.25*Math.log((1+t)/(1-t))/Math.PI;return a<0?0:a>1?1:a}function Bz(e){const t=(180-360*e)*Math.PI/180;return 360*Math.atan(Math.exp(t))/Math.PI-90}"function"==typeof SuppressedError&&SuppressedError;class Az{static isAdvancedMarkerAvailable(e){return google.maps.marker&&!0===e.getMapCapabilities().isAdvancedMarkersAvailable}static isAdvancedMarker(e){return google.maps.marker&&e instanceof google.maps.marker.AdvancedMarkerElement}static setMap(e,t){this.isAdvancedMarker(e)?e.map=t:e.setMap(t)}static getPosition(e){if(this.isAdvancedMarker(e)){if(e.position){if(e.position instanceof google.maps.LatLng)return e.position;if(Number.isFinite(e.position.lat)&&Number.isFinite(e.position.lng))return new google.maps.LatLng(e.position.lat,e.position.lng)}return new google.maps.LatLng(null)}return e.getPosition()}static getVisible(e){return!!this.isAdvancedMarker(e)||e.getVisible()}}class Vz{constructor({markers:e,position:t}){this.markers=[],e&&(this.markers=e),t&&(t instanceof google.maps.LatLng?this._position=t:this._position=new google.maps.LatLng(t))}get bounds(){if(0===this.markers.length&&!this._position)return;const e=new google.maps.LatLngBounds(this._position,this._position);for(const t of this.markers)e.extend(Az.getPosition(t));return e}get position(){return this._position||this.bounds.getCenter()}get count(){return this.markers.filter((e=>Az.getVisible(e))).length}push(e){this.markers.push(e)}delete(){this.marker&&(Az.setMap(this.marker,null),this.marker=void 0),this.markers.length=0}}function Nz(e,t="assertion failed"){if(null==e)throw Error(t)}class Pz{constructor({maxZoom:e=16}){this.maxZoom=e}noop({markers:e}){return Ez(e)}}const Ez=e=>e.map((e=>new Vz({position:Az.getPosition(e),markers:[e]})));class Iz extends Pz{constructor(e){var{maxZoom:t,radius:a=60}=e,s=function(e,t){var a={};for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&t.indexOf(s)<0&&(a[s]=e[s]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(s=Object.getOwnPropertySymbols(e);o<s.length;o++)t.indexOf(s[o])<0&&Object.prototype.propertyIsEnumerable.call(e,s[o])&&(a[s[o]]=e[s[o]])}return a}(e,["maxZoom","radius"]);super({maxZoom:t}),this.markers=[],this.clusters=[],this.state={zoom:-1},this.superCluster=new Lz(Object.assign({maxZoom:this.maxZoom,radius:a},s))}calculate(e){let t=!1,a=e.map.getZoom();Nz(a),a=Math.round(a);const s={zoom:a};if(!mz(e.markers,this.markers)){t=!0,this.markers=[...e.markers];const a=this.markers.map((e=>{const t=Az.getPosition(e);return{type:"Feature",geometry:{type:"Point",coordinates:[t.lng(),t.lat()]},properties:{marker:e}}}));this.superCluster.load(a)}return t||(this.state.zoom<=this.maxZoom||s.zoom<=this.maxZoom)&&(t=!mz(this.state,s)),this.state=s,0===e.markers.length?(this.clusters=[],{clusters:this.clusters,changed:t}):(t&&(this.clusters=this.cluster(e)),{clusters:this.clusters,changed:t})}cluster({map:e}){const t=e.getZoom();return Nz(t),this.superCluster.getClusters([-180,-90,180,90],Math.round(t)).map((e=>this.transformCluster(e)))}transformCluster({geometry:{coordinates:[e,t]},properties:a}){if(a.cluster)return new Vz({markers:this.superCluster.getLeaves(a.cluster_id,1/0).map((e=>e.properties.marker)),position:{lat:t,lng:e}});const s=a.marker;return new Vz({markers:[s],position:Az.getPosition(s)})}}class Oz{constructor(e,t){this.markers={sum:e.length};const a=t.map((e=>e.count)),s=a.reduce(((e,t)=>e+t),0);this.clusters={count:t.length,markers:{mean:s/t.length,sum:s,min:Math.min(...a),max:Math.max(...a)}}}}class Rz{render({count:e,position:t},a,s){const o=`<svg fill="${e>Math.max(10,a.clusters.markers.mean)?"#ff0000":"#0000ff"}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" width="50" height="50">\n<circle cx="120" cy="120" opacity=".6" r="70" />\n<circle cx="120" cy="120" opacity=".3" r="90" />\n<circle cx="120" cy="120" opacity=".2" r="110" />\n<text x="50%" y="50%" style="fill:#fff" text-anchor="middle" font-size="50" dominant-baseline="middle" font-family="roboto,arial,sans-serif">${e}</text>\n</svg>`,n=`Cluster of ${e} markers`,i=Number(google.maps.Marker.MAX_ZINDEX)+e;if(Az.isAdvancedMarkerAvailable(s)){const e=(new DOMParser).parseFromString(o,"image/svg+xml").documentElement;e.setAttribute("transform","translate(0 25)");const a={map:s,position:t,zIndex:i,title:n,content:e};return new google.maps.marker.AdvancedMarkerElement(a)}const l={position:t,zIndex:i,title:n,icon:{url:`data:image/svg+xml;base64,${btoa(o)}`,anchor:new google.maps.Point(25,25)}};return new google.maps.Marker(l)}}class Dz{constructor(){!function(e,t){for(let a in t.prototype)e.prototype[a]=t.prototype[a]}(Dz,google.maps.OverlayView)}}var Fz;!function(e){e.CLUSTERING_BEGIN="clusteringbegin",e.CLUSTERING_END="clusteringend",e.CLUSTER_CLICK="click",e.GMP_CLICK="gmp-click"}(Fz||(Fz={}));const qz=(e,t,a)=>{t.bounds&&a.fitBounds(t.bounds)};class Wz extends Dz{constructor({map:e,markers:t=[],algorithmOptions:a={},algorithm:s=new Iz(a),renderer:o=new Rz,onClusterClick:n=qz}){super(),this.map=null,this.idleListener=null,this.markers=[...t],this.clusters=[],this.algorithm=s,this.renderer=o,this.onClusterClick=n,e&&this.setMap(e)}addMarker(e,t){this.markers.includes(e)||(this.markers.push(e),t||this.render())}addMarkers(e,t){e.forEach((e=>{this.addMarker(e,!0)})),t||this.render()}removeMarker(e,t){const a=this.markers.indexOf(e);return-1!==a&&(Az.setMap(e,null),this.markers.splice(a,1),t||this.render(),!0)}removeMarkers(e,t){let a=!1;return e.forEach((e=>{a=this.removeMarker(e,!0)||a})),a&&!t&&this.render(),a}clearMarkers(e){this.markers.length=0,e||this.render()}render(){const e=this.getMap();if(e instanceof google.maps.Map&&e.getProjection()){google.maps.event.trigger(this,Fz.CLUSTERING_BEGIN,this);const{clusters:t,changed:a}=this.algorithm.calculate({markers:this.markers,map:e,mapCanvasProjection:this.getProjection()});if(a||null==a){const e=new Set;for(const a of t)1==a.markers.length&&e.add(a.markers[0]);const a=[];for(const t of this.clusters)null!=t.marker&&(1==t.markers.length?e.has(t.marker)||Az.setMap(t.marker,null):a.push(t.marker));this.clusters=t,this.renderClusters(),requestAnimationFrame((()=>a.forEach((e=>Az.setMap(e,null)))))}google.maps.event.trigger(this,Fz.CLUSTERING_END,this)}}onAdd(){const e=this.getMap();Nz(e),this.idleListener=e.addListener("idle",this.render.bind(this)),this.render()}onRemove(){this.idleListener&&google.maps.event.removeListener(this.idleListener),this.reset()}reset(){this.markers.forEach((e=>Az.setMap(e,null))),this.clusters.forEach((e=>e.delete())),this.clusters=[]}renderClusters(){const e=new Oz(this.markers,this.clusters),t=this.getMap();this.clusters.forEach((a=>{if(1===a.markers.length)a.marker=a.markers[0];else if(a.marker=this.renderer.render(a,e,t),a.markers.forEach((e=>Az.setMap(e,null))),this.onClusterClick){const e=Az.isAdvancedMarker(a.marker)?Fz.GMP_CLICK:Fz.CLUSTER_CLICK;a.marker.addListener(e,(e=>{google.maps.event.trigger(this,Fz.CLUSTER_CLICK,a),this.onClusterClick(e,a,t)}))}Az.setMap(a.marker,t)}))}}const Uz="b-blocks-google-map-heat",Gz=[[0,[0,0,255,0]],[.2,[0,0,255,255]],[.4,[0,255,255,255]],[.6,[0,255,0,255]],[.8,[255,255,0,255]],[1,[255,0,0,255]]],Yz=({OverlayView:e,LatLng:t})=>class extends e{constructor({points:e=[],radius:t=20,opacity:a=.6}={}){super();const s=(e,t)=>Number.isFinite(Number(e))?Number(e):t;this.points=e,this.radius=Math.max(4,s(t,20)),this.opacity=Math.min(1,Math.max(0,s(a,.6))),this.blur=Math.max(4,.65*this.radius),this.canvas=null,this.ctx=null,this.stamp=null,this.stampRadius=null,this.gradient=null,this.idleListener=null}setOptions({points:e,radius:t,opacity:a}={}){const s=(e,t)=>Number.isFinite(Number(e))?Number(e):t;Array.isArray(e)&&(this.points=e),void 0!==t&&(this.radius=Math.max(4,s(t,this.radius)),this.blur=Math.max(4,.65*this.radius)),void 0!==a&&(this.opacity=Math.min(1,Math.max(0,s(a,this.opacity)))),this.draw()}onAdd(){const e=document.createElement("canvas");e.className=Uz,e.style.position="absolute",e.style.left="0",e.style.top="0",e.style.zIndex="1",e.style.pointerEvents="none",this.canvas=e,this.ctx=e.getContext("2d"),this.gradient=(()=>{const e=document.createElement("canvas");e.width=1,e.height=256;const t=e.getContext("2d"),a=t.createLinearGradient(0,0,0,256);return Gz.forEach((([e,[t,s,o,n]])=>{a.addColorStop(e,`rgba(${t},${s},${o},${n/255})`)})),t.fillStyle=a,t.fillRect(0,0,1,256),t.getImageData(0,0,1,256).data})();const t=this.getMap()?.getDiv();t?.querySelectorAll(`.${Uz}`).forEach((e=>e.remove())),t?.appendChild(e),this.idleListener=this.getMap()?.addListener("idle",(()=>this.draw()))}draw(){const e=this.getProjection(),a=this.getMap()?.getDiv();if(!(e&&a&&this.canvas&&this.ctx))return;const s=Math.min(a.clientWidth||0,4096),o=Math.min(a.clientHeight||0,4096);if(s<=0||o<=0)return;this.canvas.width!==s&&(this.canvas.width=s),this.canvas.height!==o&&(this.canvas.height=o),this.canvas.style.width=`${s}px`,this.canvas.style.height=`${o}px`,this.canvas.style.opacity=String(this.opacity),this.stamp&&this.stampRadius===this.radius||(this.stamp=((e,t)=>{const a=e+t,s=document.createElement("canvas");s.width=2*a,s.height=2*a;const o=s.getContext("2d");return o.shadowOffsetX=2*a,o.shadowOffsetY=2*a,o.shadowBlur=t,o.shadowColor="#000",o.beginPath(),o.arc(-a,-a,e,0,2*Math.PI,!0),o.closePath(),o.fill(),s})(this.radius,this.blur),this.stampRadius=this.radius);const n=this.ctx,i=this.radius+this.blur;n.clearRect(0,0,s,o),n.globalAlpha=.55;let l=0;if(this.points.forEach((a=>{const r=e.fromLatLngToContainerPixel(new t(a.lat,a.lng));r&&(r.x<-i||r.y<-i||r.x>s+i||r.y>o+i||(n.drawImage(this.stamp,r.x-i,r.y-i),l++))})),n.globalAlpha=1,!l)return;const r=n.getImageData(0,0,s,o),c=r.data;for(let e=3;e<c.length;e+=4){const t=c[e];if(!t)continue;const a=4*t;c[e-3]=this.gradient[a],c[e-2]=this.gradient[a+1],c[e-1]=this.gradient[a+2]}n.putImageData(r,0,0)}onRemove(){this.idleListener?.remove(),this.idleListener=null,this.canvas?.parentNode?.removeChild(this.canvas),this.canvas=null,this.ctx=null,this.stamp=null,this.stampRadius=null,this.gradient=null}},Zz="__bBlocksMapsCb__",Kz=new Map;let Qz=!1,Xz="",Jz=!1,ej=!1;const tj=new Set,aj=e=>(Kz.has(e)||Kz.set(e,window.google.maps.importLibrary(e).catch((t=>{throw Kz.delete(e),t}))),Kz.get(e)),sj=(e={})=>{const{markers:t=[],shapes:a=[],directions:s={},tools:o={},clustering:n={},source:i={}}=e,l=new Set(["core","maps"]);return i.mapId&&(t.length||n.enabled)&&l.add("marker"),o.searchBox&&l.add("places"),s.enabled&&l.add("routes"),a.length&&l.add("geometry"),[...l]},oj=(e,t=["maps"],a={})=>e?(Qz&&Xz&&Xz!==e&&!Jz&&(Jz=!0,console.warn("[b-blocks] The Google Maps API is already loaded with a different API key; the first key wins.")),((e,{version:t="weekly",language:a="",region:s=""}={})=>{const o=window.google=window.google||{},n=o.maps=o.maps||{};if((()=>{const e=window.gm_authFailure;if(e?.bBlocksHooked)return;const t=()=>{ej=!0,tj.forEach((e=>e())),"function"==typeof e&&e()};t.bBlocksHooked=!0,window.gm_authFailure=t})(),n.importLibrary)return Qz=!0,void(Xz=Xz||e);const i=new Set;let l=null;n.importLibrary=(o,...r)=>(i.add(o),(l||(l=Promise.resolve().then((()=>new Promise(((o,r)=>{const c=new URLSearchParams;c.set("key",e),c.set("v",t),c.set("loading","async"),c.set("libraries",[...i].join(",")),c.set("callback",`google.maps.${Zz}`),a&&c.set("language",a),s&&c.set("region",s);const d=document.createElement("script");d.src=`https://maps.googleapis.com/maps/api/js?${c.toString()}`,d.async=!0,d.nonce=document.querySelector("script[nonce]")?.nonce||"",d.onerror=()=>{l=null,r(new Error("google-maps-load-failed"))},n[Zz]=o,document.head.append(d)})))))).then((()=>n.importLibrary(o,...r)))),Qz=!0,Xz=e})(e,a),Promise.all(t.map(aj)).then((e=>Object.assign({},...e)))):Promise.reject(new Error("missing-key")),nj=(e="")=>{if(!e||"string"!=typeof e)return"";const t=(new DOMParser).parseFromString(e,"text/html");return t.body.querySelectorAll("script, style, iframe, object, embed, form, link, meta").forEach((e=>e.remove())),t.body.querySelectorAll("*").forEach((e=>{[...e.attributes].forEach((({name:t,value:a})=>{const s=/^on/i.test(t),o=/^\s*javascript:/i.test(a||"");(s||o&&("href"===t||"src"===t))&&e.removeAttribute(t)}))})),t.body.innerHTML},ij=(e={})=>{const t=BM(e.lat),a=BM(e.lng);return null===t||null===a?null:{lat:t,lng:a}},lj=(e="")=>{if(!e||"string"!=typeof e)return[];const t=e.trim();if(!t)return[];if(t.startsWith("["))try{const e=JSON.parse(t);return Array.isArray(e)?e.map((e=>({lat:BM(e?.lat??e?.[0]),lng:BM(e?.lng??e?.[1])}))).filter((e=>null!==e.lat&&null!==e.lng)):[]}catch(e){return[]}return t.split(/[\n;|]+/).map((e=>{const[t,a]=e.split(",").map((e=>BM(e)));return{lat:t,lng:a}})).filter((e=>null!==e.lat&&null!==e.lng))},rj=(e,t=[])=>t.find((t=>t.id===e?.category))||null,cj=({address:e="",message:t="",status:a="info",onActivate:s=null,actionLabel:o=""})=>{return(0,i.jsxs)("div",{className:`${xM}-fallback ${xM}-fallback-${a}`,role:"note",children:[t?(0,i.jsx)("p",{className:`${xM}-fallback-message`,children:t}):null,e?(0,i.jsx)("p",{className:`${xM}-fallback-address`,children:e}):null,s?(0,i.jsx)("button",{type:"button",className:`${xM}-fallback-button`,onClick:s,children:o||(0,v.__)("Load map","b-blocks")}):(0,i.jsx)("a",{className:`${xM}-fallback-link`,href:(n=e,`https://www.google.com/maps/search/?api=1&query=${encodeURIComponent(n||"")}`),target:"_blank",rel:"noopener noreferrer",children:(0,v.__)("Open in Google Maps","b-blocks")})]});var n},dj=({categories:e=[],filterBar:t={},active:a="",onChange:s=()=>{}})=>{if(!e.length)return null;const{showAll:o=!0,allLabel:n=""}=t,l=o?[{id:"",label:n||(0,v.__)("All","b-blocks")},...e]:e;return(0,i.jsx)("div",{className:`${xM}-filter-bar`,role:"group","aria-label":(0,v.__)("Filter map locations by category","b-blocks"),children:l.map((e=>{const t=a===e.id;return(0,i.jsxs)("button",{type:"button",className:`${xM}-filter-chip${t?" active":""}`,"data-category":e.id||"","aria-pressed":t,onClick:()=>s(e.id),children:[e.id?(0,i.jsx)("span",{className:`${xM}-filter-dot`,"aria-hidden":"true"}):null,e.label]},e.id||"all")}))})},hj=({embedUrl:e,captionText:t})=>{if(!MM(e))return(0,i.jsx)("div",{className:`${xM}-placeholder`,role:"note",children:(0,v.__)("Paste a valid Google Maps embed URL from Google Maps → Share → Embed a map.","b-blocks")});const a=t?(0,v.sprintf)((0,v.__)("Google Map of %s","b-blocks"),t):(0,v.__)("Google Map","b-blocks");return(0,i.jsx)("div",{className:`${xM}-wrapper`,children:(0,i.jsx)("iframe",{className:`${xM}-iframe`,src:e,title:a,loading:"lazy",referrerPolicy:"no-referrer-when-downgrade",allowFullScreen:!0})})},pj=({attributes:e,apiKey:t="",isBackend:a=!1,device:s="desktop",onMarkerDrag:o=null})=>{const n=(0,g.useMemo)((()=>AM(e)),[e]),{source:l={},map:r={},controls:c={},markers:d=[],marker:h={},infoWindow:p={},clustering:u={},categories:m=[],filterBar:b={},theme:f={},layers:w={},shapes:x=[],directions:y={},tools:k={},performance:C={},caption:_={}}=n,M="embed"===l.type,z=_.text||"",j=(0,g.useRef)(null),L=(0,g.useRef)(null),S=(0,g.useRef)(null),$=(0,g.useRef)(null),H=(0,g.useRef)(null),T=(0,g.useRef)([]),B=(0,g.useRef)(null),A=(0,g.useRef)(null),V=(0,g.useRef)([]),N=(0,g.useRef)([]),P=(0,g.useRef)(""),E=(0,g.useRef)(null),[I,O]=(0,g.useState)(null),[R,D]=(0,g.useState)(""),[F,q]=(0,g.useState)(0),[W,U]=(0,g.useState)(""),[G,Y]=(0,g.useState)(!1),Z=C.lazyLoad||"onView",[K,Q]=(0,g.useState)(a||M||"none"===Z),X=(0,g.useMemo)((()=>EM(f)),[JSON.stringify(f)]),J=l.mapId||"",ee=e=>I?.[e]||window.google?.maps?.[e],te=JSON.stringify([l.center,r,c,X]),ae=JSON.stringify([d,h,p,m,u,W,s]),se=JSON.stringify(w),oe=!!w.heatmap?.enabled,ne=(0,g.useMemo)((()=>d.map((e=>ij(e))).filter(Boolean)),[JSON.stringify(d)]),ie=JSON.stringify(ne),le=JSON.stringify([w.heatmap?.radius,w.heatmap?.opacity]),re=JSON.stringify(x),ce=JSON.stringify(y);if((0,g.useEffect)((()=>{if(K||"onView"!==Z||!j.current)return;if(!("IntersectionObserver"in window))return void Q(!0);const e=new IntersectionObserver((t=>{t.some((e=>e.isIntersecting))&&(Q(!0),e.disconnect())}),{rootMargin:"200px"});return e.observe(j.current),()=>e.disconnect()}),[K,Z]),(0,g.useEffect)((()=>{if(M||!K)return;let e=!1;if(t)return D(""),oj(t,sj(n),{language:l.language,region:l.region}).then((t=>{e||O(t)})).catch((t=>{e||D(t?.message||"google-maps-load-failed")})),()=>{e=!0};D("missing-key")}),[M,K,t,l.language,l.region,JSON.stringify(sj(n))]),(0,g.useEffect)((()=>{return e=()=>D("auth"),ej&&e(),tj.add(e),()=>tj.delete(e);var e}),[]),(0,g.useEffect)((()=>{if(!I?.Map||!L.current)return;const e=new I.Map(L.current,{center:{lat:BM(l.center?.lat,23.8103),lng:BM(l.center?.lng,90.4125)},zoom:BM(r.zoom,12),mapTypeId:r.mapType||"roadmap",mapId:J||void 0,styles:J?void 0:X});H.current=e,q((e=>e+1));const t=new MutationObserver((()=>{const e=L.current;if(!e)return;const t=e.querySelector(".gm-err-container, .gm-err-content"),a=e.querySelector(".gm-style-moc"),s=!!a&&a.textContent.trim().length>0&&"0"!==(window.getComputedStyle(a)?.opacity||"0");(t||s)&&D("auth")}));return t.observe(L.current,{childList:!0,subtree:!0}),()=>{t.disconnect(),N.current.forEach((e=>e?.remove?.())),N.current=[],A.current?.close(),A.current=null,B.current?.clearMarkers(),B.current=null,T.current.forEach((e=>{e.map=null})),T.current=[],V.current.forEach((e=>{e?.setMap?.(null)})),V.current=[],H.current=null,L.current&&(L.current.innerHTML="")}}),[I,J]),(0,g.useEffect)((()=>{const e=H.current;if(!e)return;const t=(s=c.zoomPosition||"RIGHT_BOTTOM",window.google?.maps?.ControlPosition?.[s]??void 0);var s;const o=BM(r.minZoom),n=BM(r.maxZoom),i=null!==o&&null!==n,d=i?Math.min(o,n):o,h=i?Math.max(o,n):n;try{e.setOptions({center:{lat:BM(l.center?.lat,23.8103),lng:BM(l.center?.lng,90.4125)},zoom:BM(r.zoom,12),minZoom:d??void 0,maxZoom:h??void 0,mapTypeId:r.mapType||"roadmap",gestureHandling:a?"none":r.gestureHandling||"cooperative",draggable:!1!==r.draggable,scrollwheel:!!r.scrollwheel,keyboardShortcuts:!1!==c.keyboardShortcuts,disableDefaultUI:!!c.disableDefaultUI,zoomControl:!!c.zoom,zoomControlOptions:t?{position:t}:void 0,mapTypeControl:!!c.mapType&&!1!==r.allowTypeSwitch,streetViewControl:!!c.streetView,fullscreenControl:!!c.fullscreen,scaleControl:!!c.scale,rotateControl:!!c.rotate,styles:J?void 0:X})}catch(e){console.warn("[b-blocks] Google Maps rejected a map option:",e?.message||e)}}),[F,te,J,a]),(0,g.useEffect)((()=>{const e=H.current;if(!e||!J||!I?.AdvancedMarkerElement)return;const{AdvancedMarkerElement:t,PinElement:n,InfoWindow:i}=I,l=[],c=[],g=window.matchMedia?.("(prefers-reduced-motion: reduce)").matches??!1,v=parseInt(p.desktop?.maxWidth,10)||280,b=[],f=()=>b.forEach((e=>e?.close()));A.current={close:f},d.forEach(((r,d)=>{if(W&&r.category!==W)return;const u=ij(r);if(!u)return;let w=((e={},t={},a="desktop",s=[])=>{const{type:o="default",url:n={}}=e.icon||{},i=t?.[a]?.size||t?.desktop?.size||"40px",l=e.pinColor||rj(e,s)?.color||t.pinColor||"#8a2be2";if("library"===o||"upload"===o){const e="library"===o?n.library:n.upload;if(!e)return;const t=document.createElement("div");return t.className="b-blocks-google-map-pin b-blocks-google-map-pin-svg",t.style.width=i,t.style.height=i,t.style.color=l,t.innerHTML=nj(e),t}if("image"===o){const t=e.image?.url;if(!t)return;const a=document.createElement("div");a.className="b-blocks-google-map-pin b-blocks-google-map-pin-image",a.style.width=i,a.style.height=i;const s=document.createElement("img");return s.src=t,s.alt=e.image?.alt||e.title||"",a.append(s),a}})(r,h,s,m);!w&&n&&(w=new n(((e={},t={},a=[])=>{const s=rj(e,a);return{background:e.pinColor||s?.color||t.pinColor||"#8a2be2",borderColor:t.borderColor||"#ffffff",glyphColor:e.glyphColor||t.glyphColor||"#ffffff",scale:BM(t.scale,1)??1}})(r,h,m)).element);const x=r.animation||h.animation||"none";w&&"none"!==x&&!g&&w.classList.add(`${xM}-anim-${x}`);const y=new t({map:e,position:u,title:r.title||"",content:w||void 0,gmpClickable:!0,gmpDraggable:a&&!1!==r.draggable,zIndex:d+1}),k=p.trigger||"click",C="always"===k,_=i?new i({maxWidth:v}):null;b.push(_);const M=()=>{_&&(C||!1===p.singleOpen||f(),_.setContent(((e={})=>{const t=document.createElement("div");if(t.className="b-blocks-google-map-info",e.image?.url&&"image"!==e.icon?.type){const a=document.createElement("img");a.className="b-blocks-google-map-info-image",a.src=e.image.url,a.alt=e.image.alt||e.title||"",a.loading="lazy",t.append(a)}if(e.title){const a=document.createElement("h4");a.className="b-blocks-google-map-info-title",a.textContent=e.title,t.append(a)}const a=document.createElement("div");if(a.className="b-blocks-google-map-info-body",a.innerHTML=nj(e.content||""),t.append(a),e.address){const a=document.createElement("p");a.className="b-blocks-google-map-info-address",a.textContent=e.address,t.append(a)}return t})(r)),_.open({map:e,anchor:y}))};"hover"===k&&y.content?(y.content.addEventListener("mouseenter",M),y.content.addEventListener("mouseleave",(()=>_?.close()))):"click"===k&&l.push(y.addListener("gmp-click",M)),a&&o&&!1!==r.draggable&&l.push(y.addListener("dragend",(e=>{const t=e?.latLng;t&&o(d,{lat:t.lat(),lng:t.lng()})}))),(C||r.openByDefault)&&M(),c.push(y)})),T.current=c,N.current=[...N.current,...l],u.enabled&&c.length&&(B.current=new Wz({map:e,markers:c,onClusterClick:!1===u.clickToZoom?()=>{}:void 0,renderer:{render:({count:e,position:a})=>{const s=document.createElement("div");return s.className=`${xM}-cluster`,s.textContent=String(e),new t({position:a,content:s,zIndex:9999})}}}));const w=ee("LatLngBounds");if(r.fitBounds&&c.length>1&&w){const t=new w;c.forEach((e=>t.extend(e.position))),e.fitBounds(t)}return()=>{l.forEach((e=>e?.remove?.())),N.current=N.current.filter((e=>!l.includes(e))),f(),A.current=null,B.current?.clearMarkers(),B.current=null,c.forEach((e=>{e.map=null})),T.current=[]}}),[F,ae,J,a]),(0,g.useEffect)((()=>{const e=H.current;if(!e)return;const t=ee("TrafficLayer"),a=ee("TransitLayer"),s=ee("BicyclingLayer"),o=ee("KmlLayer"),n=[];w.traffic&&t&&n.push(new t),w.transit&&a&&n.push(new a),w.bicycling&&s&&n.push(new s),w.kmlUrl&&o&&n.push(new o({url:w.kmlUrl,preserveViewport:!0})),n.forEach((t=>t.setMap(e)));const i=[],l=HM(w.geoJson);if(l.data&&e.data)try{i.push(...e.data.addGeoJson(l.data))}catch(e){console.warn("[b-blocks] Google rejected this GeoJSON:",e?.message||e)}const r=ee("LatLngBounds");if(!1===w.fitGeoJson&&(P.current=""),i.length&&!1!==w.fitGeoJson&&r&&P.current!==w.geoJson){const t=new r;i.forEach((e=>{const a=e?.getGeometry?.();"function"==typeof a?.forEachLatLng&&a.forEachLatLng((e=>t.extend(e)))})),t.isEmpty()||(e.fitBounds(t),P.current=w.geoJson)}return V.current=n.filter(Boolean),()=>{n.forEach((e=>e.setMap(null))),i.forEach((t=>e.data.remove(t))),V.current=[]}}),[F,se,ae,I]),(0,g.useEffect)((()=>{const e=H.current;if(!e||!oe)return;const t=ee("OverlayView"),a=ee("LatLng");if(!t||!a)return void console.warn("[b-blocks] Heatmap needs google.maps.OverlayView and LatLng; neither the imported library nor the namespace provided them.");const s=new(Yz({OverlayView:t,LatLng:a}))({points:ne,radius:BM(w.heatmap?.radius,20),opacity:BM(w.heatmap?.opacity,.6)});return s.setMap(e),E.current=s,()=>{s.setMap(null),E.current===s&&(E.current=null)}}),[F,oe,I]),(0,g.useEffect)((()=>{oe&&(ne.length?E.current?.setOptions({points:ne,radius:BM(w.heatmap?.radius,20),opacity:BM(w.heatmap?.opacity,.6)}):console.warn(`[b-blocks] Heatmap is on but none of the ${d.length} marker(s) have coordinates, so there is nothing to draw.`))}),[oe,le,ie]),(0,g.useEffect)((()=>{const e=H.current;if(!e||!x.length)return;const t=ee("Circle"),a=ee("Rectangle"),s=ee("Polygon"),o=ee("Polyline");if(!o)return;const n=x.map((e=>{const n={strokeColor:e.strokeColor||"#2A6DF0",strokeOpacity:BM(e.strokeOpacity,.9),strokeWeight:BM(e.strokeWeight,3)},i={fillColor:e.fillColor||"#2A6DF0",fillOpacity:BM(e.fillOpacity,.25)};if("circle"===e.type){const a=ij(e.center||{});return a&&t?new t({...n,...i,center:a,radius:BM(e.radius,1e3)}):null}if("rectangle"===e.type){const{north:t,south:s,east:o,west:l}=e.bounds||{},r={north:BM(t),south:BM(s),east:BM(o),west:BM(l)};return Object.values(r).some((e=>null===e))?null:a?new a({...n,...i,bounds:r}):null}const l=lj(e.path);return l.length<2?null:"polygon"===e.type&&s?new s({...n,...i,paths:l}):new o({...n,path:l})})).filter(Boolean);return n.forEach((t=>t.setMap(e))),()=>n.forEach((e=>e.setMap(null)))}),[F,re,I]),(0,g.useEffect)((()=>{const e=H.current;if(!(e&&y.enabled&&I?.DirectionsService&&I?.DirectionsRenderer))return;const t=y.origin?.address||ij(y.origin||{}),a=y.destination?.address||ij(y.destination||{});if(!t||!a)return;const s=new I.DirectionsRenderer({map:e,panel:y.showPanel&&$.current?$.current:null,polylineOptions:{strokeColor:y.routeColor||"#2A6DF0",strokeWeight:5}});let o=!1;return(new I.DirectionsService).route({origin:t,destination:a,travelMode:y.mode||"DRIVING",waypoints:(y.waypoints||[]).map((e=>e?.address||ij(e||{}))).filter(Boolean).map((e=>({location:e,stopover:!0})))}).then((e=>{o||s.setDirections(e)})).catch((()=>{})),()=>{o=!0,s.setMap(null),$.current&&($.current.innerHTML="")}}),[F,ce,I]),(0,g.useEffect)((()=>{const e=H.current;if(!(e&&k.searchBox&&I?.PlaceAutocompleteElement&&S.current))return;let t;try{t=new I.PlaceAutocompleteElement}catch(e){return}t.className=`${xM}-search-input`,S.current.append(t);const a=async({placePrediction:t})=>{try{const a=t.toPlace();await a.fetchFields({fields:["location","formattedAddress"]}),a.location&&(e.setCenter(a.location),e.setZoom(Math.max(BM(r.zoom,12),14)))}catch(e){}};return t.addEventListener("gmp-select",a),()=>{t.removeEventListener("gmp-select",a),t.remove()}}),[F,k.searchBox,I]),M)return(0,i.jsx)("div",{className:`${xM}-container`,ref:j,children:(0,i.jsxs)("figure",{className:`${xM}-figure`,children:[(0,i.jsx)(hj,{embedUrl:l.embedUrl,captionText:z}),z?(0,i.jsx)("figcaption",{className:`${xM}-caption`,children:z}):null]})});const de=l.center?.address||d[0]?.address||z,he=K||"onClick"!==Z?"auth"===R?(0,i.jsx)(cj,{address:de,status:"warning",message:a?(0,v.__)("Google rejected this API key. Check that billing is enabled on the Google Cloud project, that the Maps JavaScript API is turned on, and that the key’s HTTP referrer restriction allows this site.","b-blocks"):(0,v.__)("This map is temporarily unavailable.","b-blocks")}):"missing-key"===R?(0,i.jsx)(cj,{address:de,status:"warning",message:(0,v.__)("A Google Maps API key is required to show this map.","b-blocks")}):R?(0,i.jsx)(cj,{address:de,status:"warning",message:(0,v.__)("The Google Maps API could not be loaded.","b-blocks")}):null:(0,i.jsx)(cj,{address:de,status:"idle",message:(0,v.__)("Map ready to load.","b-blocks"),onActivate:()=>Q(!0),actionLabel:(0,v.__)("Load map","b-blocks")});return(0,i.jsx)("div",{className:`${xM}-container`,ref:j,children:(0,i.jsxs)("figure",{className:`${xM}-figure`,children:[!he&&b.show&&m.length?(0,i.jsx)(dj,{categories:m,filterBar:b,active:W,onChange:U}):null,he||!k.searchBox&&!k.geolocation?null:(0,i.jsxs)("div",{className:`${xM}-tools`,children:[k.searchBox?(0,i.jsx)("div",{className:`${xM}-search`,ref:S}):null,k.geolocation?(0,i.jsx)("button",{type:"button",className:`${xM}-locate`,onClick:()=>{const e=H.current;e&&navigator.geolocation&&(Y(!0),navigator.geolocation.getCurrentPosition((({coords:t})=>{Y(!1);const a={lat:t.latitude,lng:t.longitude};e.panTo(a),e.setZoom(14);const s=BM(k.nearbyRadius,0),o=ee("Circle");if(s>0&&o){const t=new o({map:e,center:a,radius:s,strokeColor:"#2A6DF0",strokeOpacity:.6,fillColor:"#2A6DF0",fillOpacity:.12});V.current.push(t)}}),(()=>Y(!1)),{enableHighAccuracy:!0,timeout:1e4}))},disabled:G,children:G?(0,v.__)("Locating…","b-blocks"):(0,v.__)("Find my location","b-blocks")}):null]}),(0,i.jsx)("div",{className:`${xM}-wrapper`,children:he||(0,i.jsx)("div",{className:`${xM}-canvas`,ref:L,role:"region","aria-label":z?(0,v.sprintf)((0,v.__)("Interactive map of %s","b-blocks"),z):(0,v.__)("Interactive Google Map","b-blocks")})}),!he&&y.enabled&&y.showPanel?(0,i.jsx)("div",{className:`${xM}-directions-panel`,ref:$}):null,z?(0,i.jsx)("figcaption",{className:`${xM}-caption`,children:z}):null]})})},gj=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"},{label:"vh",value:"vh"}],uj={top:"",right:"",bottom:"",left:""},mj=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],vj=[{label:(0,v.__)("Interactive","b-blocks"),value:"interactive"},{label:(0,v.__)("Embed URL","b-blocks"),value:"embed"}],bj=[{label:(0,v.__)("Roadmap","b-blocks"),value:"roadmap"},{label:(0,v.__)("Satellite","b-blocks"),value:"satellite"},{label:(0,v.__)("Hybrid","b-blocks"),value:"hybrid"},{label:(0,v.__)("Terrain","b-blocks"),value:"terrain"}],fj=[{label:(0,v.__)("Cooperative (Ctrl + scroll)","b-blocks"),value:"cooperative"},{label:(0,v.__)("Greedy (always pans)","b-blocks"),value:"greedy"},{label:(0,v.__)("None (locked)","b-blocks"),value:"none"},{label:(0,v.__)("Auto","b-blocks"),value:"auto"}],wj=[{label:(0,v.__)("Top Left","b-blocks"),value:"TOP_LEFT"},{label:(0,v.__)("Top Center","b-blocks"),value:"TOP_CENTER"},{label:(0,v.__)("Top Right","b-blocks"),value:"TOP_RIGHT"},{label:(0,v.__)("Left Top","b-blocks"),value:"LEFT_TOP"},{label:(0,v.__)("Left Center","b-blocks"),value:"LEFT_CENTER"},{label:(0,v.__)("Left Bottom","b-blocks"),value:"LEFT_BOTTOM"},{label:(0,v.__)("Right Top","b-blocks"),value:"RIGHT_TOP"},{label:(0,v.__)("Right Center","b-blocks"),value:"RIGHT_CENTER"},{label:(0,v.__)("Right Bottom","b-blocks"),value:"RIGHT_BOTTOM"},{label:(0,v.__)("Bottom Left","b-blocks"),value:"BOTTOM_LEFT"},{label:(0,v.__)("Bottom Center","b-blocks"),value:"BOTTOM_CENTER"},{label:(0,v.__)("Bottom Right","b-blocks"),value:"BOTTOM_RIGHT"}],xj=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Drop","b-blocks"),value:"drop"},{label:(0,v.__)("Bounce","b-blocks"),value:"bounce"}],yj=[{label:(0,v.__)("Click","b-blocks"),value:"click"},{label:(0,v.__)("Hover","b-blocks"),value:"hover"},{label:(0,v.__)("Always open","b-blocks"),value:"always"},{label:(0,v.__)("Never","b-blocks"),value:"none"}],kj=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Silver","b-blocks"),value:"silver"},{label:(0,v.__)("Retro","b-blocks"),value:"retro"},{label:(0,v.__)("Dark","b-blocks"),value:"dark"},{label:(0,v.__)("Night","b-blocks"),value:"night"},{label:(0,v.__)("Aubergine","b-blocks"),value:"aubergine"},{label:(0,v.__)("Custom JSON","b-blocks"),value:"custom"}],Cj=[{label:(0,v.__)("Driving","b-blocks"),value:"DRIVING"},{label:(0,v.__)("Walking","b-blocks"),value:"WALKING"},{label:(0,v.__)("Bicycling","b-blocks"),value:"BICYCLING"},{label:(0,v.__)("Transit","b-blocks"),value:"TRANSIT"}],_j=[{label:(0,v.__)("Polyline","b-blocks"),value:"polyline"},{label:(0,v.__)("Polygon","b-blocks"),value:"polygon"},{label:(0,v.__)("Circle","b-blocks"),value:"circle"},{label:(0,v.__)("Rectangle","b-blocks"),value:"rectangle"}],Mj=[{label:(0,v.__)("When scrolled into view","b-blocks"),value:"onView"},{label:(0,v.__)("On click","b-blocks"),value:"onClick"},{label:(0,v.__)("Load immediately","b-blocks"),value:"none"}],zj=[{label:(0,v.__)("Default Pin","b-blocks"),value:"default"},{label:(0,v.__)("Icon Library","b-blocks"),value:"library"},{label:(0,v.__)("Upload SVG","b-blocks"),value:"upload"},{label:(0,v.__)("Image","b-blocks"),value:"image"}],jj=[{name:"location",title:(0,v.__)("Location","b-blocks")},{name:"content",title:(0,v.__)("Content","b-blocks")},{name:"icon",title:(0,v.__)("Icon","b-blocks")}],Lj=(e,t={})=>{const a=.004*Math.max(0,Number(e)-1);return{id:`marker-${e}`,title:(0,v.__)("New Location","b-blocks"),content:"<p>Describe this location.</p>",address:"",lat:Number((BM(t.lat,yM.lat)+a).toFixed(6)),lng:Number((BM(t.lng,yM.lng)+a).toFixed(6)),category:"",icon:{type:"default",url:{library:"",upload:""}},image:{url:"",alt:""},pinColor:"",glyphColor:"",animation:"",draggable:!0,openByDefault:!1}},Sj=(e={},t=0)=>{const a=.006*Math.max(0,t),s=BM(e.lat,yM.lat)+a,o=BM(e.lng,yM.lng)+a,n=e=>Number(e.toFixed(6)),i=.012;return{path:`${n(s-i)},${n(o-i)}\n${n(s+i)},${n(o+i)}`,center:{lat:n(s),lng:n(o)},radius:1e3,bounds:{north:n(s+i),south:n(s-i),east:n(o+i),west:n(o-i)}}},$j=(e,t={})=>({id:`shape-${e}`,type:"polyline",label:(0,v.__)("New Shape","b-blocks"),...Sj(t,Number(e)-1),strokeColor:"#2A6DF0",strokeOpacity:.9,strokeWeight:3,fillColor:"#2A6DF0",fillOpacity:.25}),Hj=({caption:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Caption Text","b-blocks"),value:e.text||"",onChange:e=>t("caption",e,"text"),placeholder:(0,v.__)("e.g. 123 Main St, Anytown","b-blocks"),help:(0,v.__)("Optional. Shown below the map and used as the map’s accessible name.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Caption Alignment","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:e.align||"center",onChange:e=>t("caption",e||"center","align"),children:CM.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]}),Tj=({attributes:e,setAttributes:t,updateObj:a})=>{const{categories:s=[],filterBar:o={}}=e,n=(e,a,o)=>t({categories:_v(s,(t=>{t[e][a]=o}))});return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Categories & Filter Bar","b-blocks"),initialOpen:!1,children:[s.map(((e,a)=>(0,i.jsxs)(b.Flex,{className:"mt10",align:"flex-end",gap:2,children:[(0,i.jsx)(b.TextControl,{className:"flex2",value:e.label,onChange:e=>n(a,"label",e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(Fe,{label:"",value:e.color,onChange:e=>n(a,"color",e)}),(0,i.jsx)(b.Button,{isDestructive:!0,label:(0,v.__)("Remove","b-blocks"),onClick:()=>(e=>t({categories:s.filter(((t,a)=>a!==e))}))(a),children:(0,i.jsx)(b.Dashicon,{icon:"no"})})]},e.id))),(0,i.jsx)(b.Flex,{justify:"center",className:"addItem mt15",children:(0,i.jsxs)(b.Button,{variant:"primary",onClick:()=>{return t({categories:[...s,(e=s.length+1,{id:`cat-${e}`,label:(0,v.__)("Category","b-blocks"),color:"#8a2be2"})]});var e},children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Category","b-blocks")]})}),(0,i.jsx)("hr",{}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Filter Bar","b-blocks"),checked:!!o.show,onChange:e=>a("filterBar",!!e,"show"),help:(0,v.__)("Lets visitors show only the markers in one category.","b-blocks"),__nextHasNoMarginBottom:!0}),o.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Include an “All” chip","b-blocks"),checked:!1!==o.showAll,onChange:e=>a("filterBar",!!e,"showAll"),__nextHasNoMarginBottom:!0}),!1!==o.showAll&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("“All” Label","b-blocks")}),(0,i.jsx)(b.TextControl,{className:"flex1",value:o.allLabel||"",onChange:e=>a("filterBar",e,"allLabel"),placeholder:(0,v.__)("All","b-blocks"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Filter Bar Alignment","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o.align||"left",onChange:e=>a("filterBar",e||"left","align"),children:CM.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]})]})},Bj=({clustering:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Clustering","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Group nearby markers","b-blocks"),checked:!!e.enabled,onChange:e=>t("clustering",!!e,"enabled"),help:(0,v.__)("Collapses dense marker groups into a single counted bubble as the visitor zooms out.","b-blocks"),__nextHasNoMarginBottom:!0}),e.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Bubble Background","b-blocks"),value:e.background,onChange:e=>t("clustering",e,"background")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Count Color:","b-blocks"),value:e.textColor,onChange:e=>t("clustering",e,"textColor")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Bubble Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",units:gj,value:e.size,onChange:e=>t("clustering",e,"size"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Zoom in on cluster click","b-blocks"),checked:!1!==e.clickToZoom,onChange:e=>t("clustering",!!e,"clickToZoom"),__nextHasNoMarginBottom:!0})]})]}),Aj=({controls:e={},updateObj:t})=>{const a=!!e.disableDefaultUI;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Map Controls","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Hide all default controls","b-blocks"),checked:a,onChange:e=>t("controls",!!e,"disableDefaultUI"),__nextHasNoMarginBottom:!0}),a&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("All built-in controls are hidden. Turn this off to pick them individually.","b-blocks")}),!a&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Zoom Buttons","b-blocks"),checked:!!e.zoom,onChange:e=>t("controls",!!e,"zoom"),__nextHasNoMarginBottom:!0}),e.zoom&&(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Zoom Control Position","b-blocks"),value:e.zoomPosition||"RIGHT_BOTTOM",options:wj,onChange:e=>t("controls",e,"zoomPosition"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Map Type Switcher","b-blocks"),checked:!!e.mapType,onChange:e=>t("controls",!!e,"mapType"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Street View (Pegman)","b-blocks"),checked:!!e.streetView,onChange:e=>t("controls",!!e,"streetView"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Fullscreen","b-blocks"),checked:!!e.fullscreen,onChange:e=>t("controls",!!e,"fullscreen"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Scale","b-blocks"),checked:!!e.scale,onChange:e=>t("controls",!!e,"scale"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Rotate / Tilt","b-blocks"),checked:!!e.rotate,onChange:e=>t("controls",!!e,"rotate"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Keyboard Shortcuts","b-blocks"),checked:!1!==e.keyboardShortcuts,onChange:e=>t("controls",!!e,"keyboardShortcuts"),help:(0,v.__)("Lets keyboard users pan and zoom the map. Keep this on for accessibility.","b-blocks"),__nextHasNoMarginBottom:!0})]})},Vj=({directions:e={},updateObj:t})=>{const a=e.waypoints||[];return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Directions","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show a route","b-blocks"),checked:!!e.enabled,onChange:e=>t("directions",!!e,"enabled"),__nextHasNoMarginBottom:!0}),e.enabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Travel Mode","b-blocks"),value:e.mode||"DRIVING",options:Cj,onChange:e=>t("directions",e,"mode"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Origin","b-blocks"),value:e.origin?.address||"",onChange:e=>t("directions",e,"origin","address"),placeholder:(0,v.__)("Address or place name","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Destination","b-blocks"),value:e.destination?.address||"",onChange:e=>t("directions",e,"destination","address"),placeholder:(0,v.__)("Address or place name","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{className:"mt15",children:(0,v.__)("Waypoints","b-blocks")}),a.map(((e,s)=>(0,i.jsxs)(b.Flex,{align:"flex-end",gap:2,className:"mt5",children:[(0,i.jsx)(b.TextControl,{className:"flex2",value:e.address||"",onChange:e=>((e,s)=>t("directions",_v(a,(t=>{t[e].address=s})),"waypoints"))(s,e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.Button,{isDestructive:!0,label:(0,v.__)("Remove","b-blocks"),onClick:()=>t("directions",a.filter(((e,t)=>t!==s)),"waypoints"),children:(0,i.jsx)(b.Dashicon,{icon:"no"})})]},s))),(0,i.jsx)(b.Flex,{justify:"center",className:"addItem mt10",children:(0,i.jsxs)(b.Button,{variant:"secondary",onClick:()=>t("directions",[...a,{address:""}],"waypoints"),children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add Waypoint","b-blocks")]})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show turn-by-turn panel","b-blocks"),checked:!!e.showPanel,onChange:e=>t("directions",!!e,"showPanel"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Route Color:","b-blocks"),value:e.routeColor,onChange:e=>t("directions",e,"routeColor")})]})]})},Nj=({layers:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layers","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Traffic","b-blocks"),checked:!!e.traffic,onChange:e=>t("layers",!!e,"traffic"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Transit","b-blocks"),checked:!!e.transit,onChange:e=>t("layers",!!e,"transit"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Bicycling","b-blocks"),checked:!!e.bicycling,onChange:e=>t("layers",!!e,"bicycling"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("KML / KMZ URL","b-blocks"),value:e.kmlUrl||"",onChange:e=>t("layers",e.trim(),"kmlUrl"),placeholder:"https://example.com/route.kml",help:(0,v.__)("Must be a publicly reachable URL — Google fetches it from their servers, not the visitor’s browser. Note that Google has deprecated KML layers; the GeoJSON field below is the supported route.","b-blocks"),__nextHasNoMarginBottom:!0}),TM(e.kmlUrl)&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:(0,v.__)("This URL only resolves on your own machine. Google fetches KML server-side, so a local address can never load — host the file publicly, or use GeoJSON below, which is parsed in the browser.","b-blocks")}),(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("GeoJSON","b-blocks"),value:e.geoJson||"",onChange:e=>t("layers",e,"geoJson"),rows:5,placeholder:'{ "type": "FeatureCollection", "features": [] }',__nextHasNoMarginBottom:!0}),HM(e.geoJson).error&&(0,i.jsx)(pn,{status:"danger",isIcon:!0,children:HM(e.geoJson).error})]}),Pj=({map:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Map Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Zoom","b-blocks"),value:BM(e.zoom,12),min:1,max:22,onChange:e=>t("map",BM(e,12),"zoom"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("Min Zoom","b-blocks"),min:1,max:BM(e.maxZoom)??22,value:e.minZoom??"",onChange:e=>t("map",e,"minZoom"),__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("Max Zoom","b-blocks"),min:BM(e.minZoom)??1,max:22,value:e.maxZoom??"",onChange:e=>t("map",e,"maxZoom"),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Map Type","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:e.mapType||"roadmap",options:bj,onChange:e=>t("map",e,"mapType"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Let visitors switch map type","b-blocks"),checked:!1!==e.allowTypeSwitch,onChange:e=>t("map",!!e,"allowTypeSwitch"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Gesture Handling","b-blocks"),value:e.gestureHandling||"cooperative",options:fj,onChange:e=>t("map",e,"gestureHandling"),help:(0,v.__)("Cooperative requires Ctrl/⌘ + scroll to zoom, so the page never traps the visitor’s scroll.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Draggable","b-blocks"),checked:!1!==e.draggable,onChange:e=>t("map",!!e,"draggable"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Zoom on scroll wheel","b-blocks"),checked:!!e.scrollwheel,onChange:e=>t("map",!!e,"scrollwheel"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Fit map to all markers","b-blocks"),checked:!!e.fitBounds,onChange:e=>t("map",!!e,"fitBounds"),help:(0,v.__)("Overrides the center and zoom above when two or more markers have coordinates.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)("hr",{}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Use Aspect Ratio","b-blocks"),checked:!!e.useAspectRatio,onChange:e=>t("map",!!e,"useAspectRatio"),help:(0,v.__)("When on, the map sizes by a fixed aspect ratio (fluid). When off, fixed heights per breakpoint.","b-blocks"),__nextHasNoMarginBottom:!0}),e.useAspectRatio?(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Aspect Ratio","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:e.aspectRatio?.[a]||"",options:[{label:(0,v.__)("Inherit","b-blocks"),value:""},...kM],onChange:e=>t("map",e,"aspectRatio",a),__nextHasNoMarginBottom:!0})]}):(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Height","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:NM(e,a,"height"),units:gj,onChange:e=>t("map",e,a,"height"),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Max Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:NM(e,a,"maxWidth"),units:gj,onChange:e=>t("map",e,a,"maxWidth"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(f,{className:"mt10",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Map Alignment","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:NM(e,a,"align"),onChange:e=>t("map",e,a,"align"),children:CM.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]}),Ej=e=>{const{attributes:t,setAttributes:a,arrKey:s="markers",index:o,setActiveIndex:n,apiKey:l=""}=e,r=t[s]||[],c=r[o],{data:d}=pd("bBlocksUtils"),{refetch:h}=hd("b-blocks-enable-svg-mime-type",{_wpnonce:d?.nonce},!1),p=new zt,[u,m]=(0,g.useState)(""),[w,x]=(0,g.useState)(""),y=(0,g.useRef)(null),k=(0,g.useMemo)((()=>ve((e=>y.current?.("content",e)),600)),[]),[C,_]=(0,g.useState)(""),M=(0,g.useRef)(!1),z=(0,g.useMemo)((()=>ve((e=>{y.current?.("image",e,"alt"),M.current=!1}),600)),[]),j=r[o]?.image?.alt||"";if((0,g.useEffect)((()=>{M.current||_(j)}),[o,j]),!c)return null;const L=t.categories||[],S=(e,t,i=null,l=null)=>{a({[s]:_v(r,(a=>{null!==l?a[o][e][i][l]=t:null!==i?a[o][e][i]=t:a[o][e]=t}))}),n&&n(o)};y.current=S;const $=async()=>{const e=(c.address||"").trim();if(e&&l){m("loading");try{const{Geocoder:t}=await oj(l,["geocoding"]),{results:n}=await(new t).geocode({address:e}),i=n?.[0]?.geometry?.location;if(!i)throw new Error("not-found");a({[s]:_v(r,(e=>{e[o].address=n[0].formatted_address,e[o].lat=Number(i.lat().toFixed(6)),e[o].lng=Number(i.lng().toFixed(6))}))}),m("done")}catch(e){x(zM(e)),m("error")}}};return(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small markerItemSettingsTabPanel",activeClass:"activeTab",tabs:jj,initialTabName:"icon",children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:["location"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Address","b-blocks")}),(0,i.jsxs)(b.Flex,{align:"flex-end",gap:2,children:[(0,i.jsx)(b.TextControl,{className:"flex2",value:c.address||"",onChange:e=>S("address",e),placeholder:(0,v.__)("Search an address","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.Button,{variant:"secondary",onClick:$,disabled:!l||!c.address||"loading"===u,children:"loading"===u?(0,v.__)("Locating…","b-blocks"):(0,v.__)("Locate","b-blocks")})]}),"error"===u&&(0,i.jsx)(pn,{status:"danger",isIcon:!0,children:w}),(null===BM(c.lat)||null===BM(c.lng))&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:(0,v.__)("This marker has no coordinates, so it will not appear on the map. Use Locate above, or type a latitude and longitude below.","b-blocks")}),(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("Latitude","b-blocks"),step:1e-6,value:c.lat??"",onChange:e=>S("lat",BM(e,0)),__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("Longitude","b-blocks"),step:1e-6,value:c.lng??"",onChange:e=>S("lng",BM(e,0)),__next40pxDefaultSize:!0})]}),(0,i.jsx)("br",{}),(0,i.jsxs)(b.Flex,{className:"m10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Category","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:c.category||"",options:[{label:(0,v.__)("None","b-blocks"),value:""},...L.map((e=>({label:e.label,value:e.id})))],onChange:e=>S("category",e),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.CheckboxControl,{className:"mt10",label:(0,v.__)("Draggable in the editor","b-blocks"),checked:!1!==c.draggable,onChange:e=>S("draggable",!!e)}),(0,i.jsx)("br",{}),(0,i.jsx)(b.CheckboxControl,{className:"m10",label:(0,v.__)("Open its info window by default","b-blocks"),checked:!!c.openByDefault,onChange:e=>S("openByDefault",!!e)})]}),"content"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Title","b-blocks"),value:c.title||"",onChange:e=>S("title",e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Info Window Content","b-blocks")}),(0,i.jsx)(wn,{value:c.content,onChange:k}),(0,i.jsx)("div",{className:"mt15",children:(0,i.jsx)(xe,{label:(0,v.__)("Image","b-blocks"),width:"90%",height:"90%",value:{url:c.image?.url},onChange:e=>S("image",e?.url||"","url")})}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Image Alt Text","b-blocks"),value:C,onChange:e=>{M.current=!0,_(e),z(e)},__nextHasNoMarginBottom:!0})]}),"icon"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Pin Type","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",options:zj,value:c.icon?.type||"default",onChange:e=>S("icon",e,"type")})]}),(0,i.jsxs)("div",{className:"mt15",children:["library"===c.icon?.type&&(0,i.jsx)(Pa,{label:(0,v.__)("Icon Library","b-blocks"),value:c.icon.url.library,onChange:e=>S("icon",e,"url","library")}),"upload"===c.icon?.type&&(0,i.jsx)(xe,{label:(0,v.__)("Upload SVG","b-blocks"),types:["image/svg+xml"],value:{url:c.icon.url.upload},onClick:async()=>{await h()},onChange:async e=>{const t=e?.url?await p.sanitizeFile(e.url):"";S("icon",t,"url","upload")},isSvgEnabled:!0}),"image"===c.icon?.type&&(0,i.jsx)(xe,{label:(0,v.__)("Pin Image","b-blocks"),value:{url:c.image?.url},onChange:e=>S("image",e?.url||"","url")})]}),"default"===(c.icon?.type||"default")&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Pin Color:","b-blocks"),value:c.pinColor,onChange:e=>S("pinColor",e)}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Glyph Color:","b-blocks"),value:c.glyphColor,onChange:e=>S("glyphColor",e)})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Animation","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex2",value:c.animation||"",options:[{label:(0,v.__)("Inherit","b-blocks"),value:""},...xj],onChange:e=>S("animation",e),__nextHasNoMarginBottom:!0})]})]})]})})},Ij=({attributes:e,setAttributes:t,updateObj:a,activeIdx:s,setActiveIdx:o,device:n,isPremium:l,apiKey:r})=>{const{source:c={},infoWindow:d={}}=e,h=(e.markers?.length||0)+1,p=EM(e.theme||{}).length>0,u=(0,g.useCallback)((e=>(0,i.jsx)(Ej,{...e,apiKey:r,device:n})),[r,n]);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Markers","b-blocks"),initialOpen:!1,children:[!c.mapId&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:(0,v.__)("Markers stay hidden until you add a Map ID. Google Advanced Markers cannot render without one — create a Map ID in the Google Cloud console and paste it into Map Source → Map ID.","b-blocks")}),c.mapId&&p&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("Your Map ID is active, so markers work but the Style tab’s themes are ignored. Style this map in the Google Cloud console instead.","b-blocks")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Info Window Opens On","b-blocks"),help:(0,v.__)("Always open shows every marker’s info window as soon as the map loads.","b-blocks"),value:d.trigger||"click",options:yj,onChange:e=>a("infoWindow",e,"trigger"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),"always"!==(d.trigger||"click")&&"none"!==d.trigger&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Only one open at a time","b-blocks"),checked:!1!==d.singleOpen,onChange:e=>a("infoWindow",!!e,"singleOpen"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(dn,{attributes:e,setAttributes:t,arrKey:"markers",itemLabel:"Marker",design:l?"sortable":"single",ItemSettings:u,newItem:Lj(h,c.center),activeIndex:s,setActiveIndex:o,minItem:0}),!l&&(0,i.jsxs)("small",{children:[(0,i.jsx)("b",{children:(0,i.jsx)("a",{href:na,target:"_blank",rel:"noopener noreferrer",children:(0,v.__)("Upgrade to Premium","b-blocks")})})," ",(0,v.__)("to unlock sorting and more features.","b-blocks")]})]})},Oj=({performance:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Performance","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Load the map","b-blocks"),value:e.lazyLoad||"onView",options:Mj,onChange:e=>t("performance",e,"lazyLoad"),help:(0,v.__)("Deferring the load keeps Google’s scripts off the page until the visitor actually needs them.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("The editor always loads the map immediately so you can see your changes.","b-blocks")})]}),Rj=({tools:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Search & Location","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Search Box","b-blocks"),checked:!!e.searchBox,onChange:e=>t("tools",!!e,"searchBox"),help:(0,v.__)("Adds a Places autocomplete field above the map. Requires the Places API (New) on your key.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Find my location button","b-blocks"),checked:!!e.geolocation,onChange:e=>t("tools",!!e,"geolocation"),__nextHasNoMarginBottom:!0}),e.geolocation&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Nearby Radius (metres)","b-blocks"),min:0,step:100,value:e.nearbyRadius??0,onChange:e=>t("tools",BM(e,0),"nearbyRadius"),__next40pxDefaultSize:!0}),(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("Browsers only allow location access on HTTPS, and the visitor must approve the prompt.","b-blocks")})]})]}),Dj=e=>{const{attributes:t,setAttributes:a,arrKey:s="shapes",index:o}=e,n=t[s]||[],l=n[o];if(!l)return null;const r=(e,t,i=null)=>a({[s]:_v(n,(a=>{null!==i?a[o][e][i]=t:a[o][e]=t}))}),c="polyline"===l.type||"polygon"===l.type,d="polyline"!==l.type,h=c?lj(l.path).length<2:"circle"===l.type?null===BM(l.center?.lat)||null===BM(l.center?.lng)||!BM(l.radius):["north","south","east","west"].some((e=>null===BM(l.bounds?.[e])));return(0,i.jsxs)(i.Fragment,{children:[h&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:c?(0,v.__)('This shape needs at least two "latitude,longitude" points before it appears on the map.',"b-blocks"):"circle"===l.type?(0,v.__)("This circle needs a centre latitude, longitude and radius before it appears on the map.","b-blocks"):(0,v.__)("This rectangle needs all four bounds before it appears on the map.","b-blocks")}),h&&(0,i.jsx)(b.Button,{className:"mt10",variant:"secondary",onClick:()=>a({[s]:_v(n,(e=>{Object.assign(e[o],Sj(t.source?.center,o))}))}),children:(0,v.__)("Fill from map centre","b-blocks")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Label","b-blocks"),value:l.label||"",onChange:e=>r("label",e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Type","b-blocks"),value:l.type,options:_j,onChange:e=>r("type",e),__nextHasNoMarginBottom:!0}),c&&(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("Path","b-blocks"),value:l.path||"",onChange:e=>r("path",e),rows:4,placeholder:"23.8103,90.4125\n23.7900,90.4000",help:(0,v.__)('One "latitude,longitude" pair per line — or paste a JSON array of {lat, lng} objects.',"b-blocks"),__nextHasNoMarginBottom:!0}),"circle"===l.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("Center Latitude","b-blocks"),step:1e-6,value:l.center?.lat??"",onChange:e=>r("center",BM(e,0),"lat"),__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("Center Longitude","b-blocks"),step:1e-6,value:l.center?.lng??"",onChange:e=>r("center",BM(e,0),"lng"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Radius (metres)","b-blocks"),min:1,step:50,value:l.radius??1e3,onChange:e=>r("radius",BM(e,1e3)),__next40pxDefaultSize:!0})]}),"rectangle"===l.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Bounds","b-blocks")}),(0,i.jsxs)(b.Flex,{gap:2,children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("North","b-blocks"),step:1e-6,value:l.bounds?.north??"",onChange:e=>r("bounds",BM(e,0),"north"),__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("South","b-blocks"),step:1e-6,value:l.bounds?.south??"",onChange:e=>r("bounds",BM(e,0),"south"),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt5",gap:2,children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("East","b-blocks"),step:1e-6,value:l.bounds?.east??"",onChange:e=>r("bounds",BM(e,0),"east"),__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalNumberControl,{className:"flex1",label:(0,v.__)("West","b-blocks"),step:1e-6,value:l.bounds?.west??"",onChange:e=>r("bounds",BM(e,0),"west"),__next40pxDefaultSize:!0})]})]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Stroke Color:","b-blocks"),value:l.strokeColor,onChange:e=>r("strokeColor",e)}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Stroke Opacity","b-blocks"),value:BM(l.strokeOpacity,.9),min:0,max:1,step:.05,onChange:e=>r("strokeOpacity",BM(e,.9)),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Stroke Weight","b-blocks"),value:BM(l.strokeWeight,3),min:1,max:20,onChange:e=>r("strokeWeight",BM(e,3)),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),d&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Fill Color:","b-blocks"),value:l.fillColor,onChange:e=>r("fillColor",e)}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Fill Opacity","b-blocks"),value:BM(l.fillOpacity,.25),min:0,max:1,step:.05,onChange:e=>r("fillOpacity",BM(e,.25)),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0})]})]})},Fj=({attributes:e,setAttributes:t})=>(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Shapes","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:e,setAttributes:t,arrKey:"shapes",itemLabel:"Shape",design:"sortable",minItem:0,ItemSettings:Dj,newItem:$j((e.shapes?.length||0)+1,e.source?.center)})}),qj=({source:e={},updateObj:t,apiKey:a=""})=>{const s=e.type||(e.embedUrl?"embed":"interactive"),o=e.center||{},n=e.embedUrl||"",l=n&&!MM(n),[r,c]=(0,g.useState)(o.address||""),[d,h]=(0,g.useState)(""),[p,u]=(0,g.useState)(""),m=(0,g.useRef)(o.address||"");(0,g.useEffect)((()=>{c(o.address||""),m.current=o.address||""}),[o.address]);const w=async e=>{const s=(e??r).trim();if(s&&a){h("loading");try{const{Geocoder:e}=await oj(a,["geocoding"]),{results:o}=await(new e).geocode({address:s}),n=o?.[0]?.geometry?.location;if(!n)throw new Error("not-found");m.current=o[0].formatted_address,t("source",{lat:Number(n.lat().toFixed(6)),lng:Number(n.lng().toFixed(6)),address:o[0].formatted_address},"center"),h("done")}catch(e){u(zM(e)),h("error")}}};return(0,g.useEffect)((()=>{if("interactive"!==s||!a)return;const e=r.trim();if(!e||e===m.current)return;const t=setTimeout((()=>w(e)),900);return()=>clearTimeout(t)}),[r,s,a]),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Map Source","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(ga,{label:(0,v.__)("Mode","b-blocks"),options:vj,value:s,onChange:e=>t("source",e,"type")}),"embed"===s?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("Google Maps Embed","b-blocks"),value:n,onChange:e=>t("source",(e=>{if(!e||"string"!=typeof e)return"";const t=e.trim();if(!t)return"";if(/<iframe\b/i.test(t)){const e=t.match(/\bsrc\s*=\s*["']([^"']+)["']/i);return e&&e[1]?e[1].trim():""}return t})(e),"embedUrl"),placeholder:"https://www.google.com/maps/embed?pb=...",help:(0,v.__)("In Google Maps, click Share → Embed a map → Copy HTML. Paste the full iframe code OR just the src URL — we will extract it for you.","b-blocks"),rows:4,__nextHasNoMarginBottom:!0}),l&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:(0,v.__)("This does not look like a Google Maps embed URL. Only https://www.google.com/maps/embed URLs are allowed.","b-blocks")})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt15",children:(0,v.__)("Center Address","b-blocks")}),(0,i.jsxs)(b.Flex,{align:"flex-end",gap:2,children:[(0,i.jsx)(b.TextControl,{className:"flex2",value:r,onChange:c,placeholder:(0,v.__)("e.g. 1600 Amphitheatre Parkway, Mountain View","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.Button,{variant:"secondary",onClick:()=>w(),disabled:!a||!r.trim()||"loading"===d,children:"loading"===d?(0,v.__)("Locating…","b-blocks"):(0,v.__)("Locate","b-blocks")})]}),!a&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:(0,v.__)("Add a Google Maps API key to look up addresses.","b-blocks")}),"error"===d&&(0,i.jsx)(pn,{status:"danger",isIcon:!0,children:p}),(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.TextControl,{className:"flex1",label:(0,v.__)("Latitude","b-blocks"),value:o.lat??"",step:1e-6,onChange:e=>t("source",e,"center","lat"),__next40pxDefaultSize:!0}),(0,i.jsx)(b.TextControl,{className:"flex1",label:(0,v.__)("Longitude","b-blocks"),value:o.lng??"",step:1e-6,onChange:e=>t("source",e,"center","lng"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Map ID","b-blocks"),value:e.mapId||"",onChange:e=>t("source",e,"mapId"),help:(0,v.__)("Optional. A Map ID from Google Cloud console enables cloud-based styling. Leave empty to use the JSON themes in the Style tab.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",gap:2,children:[(0,i.jsx)(b.TextControl,{className:"flex1",label:(0,v.__)("Language","b-blocks"),value:e.language||"",onChange:e=>t("source",e.trim(),"language"),placeholder:"en",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"flex1",label:(0,v.__)("Region","b-blocks"),value:e.region||"",onChange:e=>t("source",e.trim(),"region"),placeholder:"US",__nextHasNoMarginBottom:!0})]})]})]})},Wj=({attributes:e,updateObj:t})=>{const{theme:a={},source:s={},markers:o=[],clustering:n={}}=e,l=a.preset||"default",r=EM(a).length>0,c=o.length>0||!!n.enabled;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Map Theme","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Theme","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:l,options:kj,onChange:e=>t("theme",e,"preset"),__nextHasNoMarginBottom:!0})]}),r&&s.mapId&&(0,i.jsx)(pn,{status:"warning",isIcon:!0,children:(0,v.__)("Your Map ID overrides these themes — Google applies the map’s cloud styling instead. Style it in the Google Cloud console, or clear the Map ID under Map Source to use the themes here.","b-blocks")}),!s.mapId&&c&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("Themes apply because no Map ID is set — which is also why markers stay hidden. Google cannot combine JSON themes with Advanced Markers; add a Map ID under Map Source for markers, and style that map in the Google Cloud console.","b-blocks")}),"custom"===l&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Custom Style JSON","b-blocks")}),(0,i.jsx)(xt,{value:a.customJson||"",onChange:e=>t("theme",e,"customJson"),height:"220px"}),!IM(a.customJson)&&(0,i.jsx)(pn,{status:"danger",isIcon:!0,children:(0,v.__)("This is not a valid style array. Paste the JSON from the Google Maps Styling Wizard.","b-blocks")})]}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Grayscale","b-blocks"),value:BM(a.grayscale,0),min:0,max:100,onChange:e=>t("theme",BM(e,0),"grayscale"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Saturation","b-blocks"),value:BM(a.saturation,0),min:-100,max:100,onChange:e=>t("theme",BM(e,0),"saturation"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,i.jsx)(Fe,{className:"mt10",label:(0,v.__)("Hue:","b-blocks"),value:a.hue,onChange:e=>t("theme",e,"hue")})]})},Uj=e=>{const{attributes:t,updateObj:a,device:s="desktop"}=e,{map:o={},controls:n={},clustering:l={},layers:r={},directions:c={},tools:d={},performance:h={},caption:p={}}=t,g=AM(t).source,u="embed"!==g.type;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qj,{source:g,updateObj:a,apiKey:e.apiKey}),u&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Pj,{map:o,updateObj:a,device:s}),(0,i.jsx)(Aj,{controls:n,updateObj:a}),(0,i.jsx)(Wj,{attributes:t,updateObj:a}),(0,i.jsx)(Ij,{...e}),(0,i.jsx)(Bj,{clustering:l,updateObj:a}),(0,i.jsx)(Tj,{...e}),(0,i.jsx)(Nj,{layers:r,updateObj:a,markerCount:t.markers?.length||0,plottableCount:(t.markers||[]).filter((e=>null!==ij(e))).length}),(0,i.jsx)(Fj,{...e}),(0,i.jsx)(Vj,{directions:c,updateObj:a}),(0,i.jsx)(Rj,{tools:d,updateObj:a}),(0,i.jsx)(Oj,{performance:h,updateObj:a})]}),!u&&(0,i.jsx)(Pj,{map:o,updateObj:a,device:s}),(0,i.jsx)(Hj,{caption:p,updateObj:a})]})},Gj=({caption:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:e.color,onChange:e=>t("caption",e,"color")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("caption",e,"typo")})]}),Yj=({filterBar:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Filter Bar","b-blocks"),initialOpen:!1,children:[!e.show&&(0,i.jsx)(pn,{status:"info",isIcon:!0,children:(0,v.__)("Turn the filter bar on under General → Categories & Filter Bar to see these styles.","b-blocks")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Chip Color:","b-blocks"),value:e.color,onChange:e=>t("filterBar",e,"color")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Chip Background:","b-blocks"),value:e.bgColor,onChange:e=>t("filterBar",e,"bgColor")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Active Background:","b-blocks"),value:e.activeColor,onChange:e=>t("filterBar",e,"activeColor")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Active Text:","b-blocks"),value:e.activeTextColor,onChange:e=>t("filterBar",e,"activeTextColor")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("filterBar",e,"typo")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Gap","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",units:gj,value:e?.[a]?.gap,onChange:e=>t("filterBar",e,a,"gap"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Chip Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:gj,values:e?.[a]?.padding,resetValues:uj,onChange:e=>t("filterBar",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Chip Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:gj,values:e?.[a]?.radius,resetValues:uj,onChange:e=>t("filterBar",e,a,"radius")})]}),Zj=({infoWindow:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Info Window","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:e.bgColor,onChange:e=>t("infoWindow",e,"bgColor")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color:","b-blocks"),value:e.textColor,onChange:e=>t("infoWindow",e,"textColor")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("infoWindow",e,"typo")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Max Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",units:gj,value:e?.[a]?.maxWidth,onChange:e=>t("infoWindow",e,a,"maxWidth"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:gj,values:e?.[a]?.padding,resetValues:uj,onChange:e=>t("infoWindow",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:gj,values:e?.[a]?.radius,resetValues:uj,onChange:e=>t("infoWindow",e,a,"radius")}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:e.shadow,onChange:e=>t("infoWindow",e,"shadow")})]}),Kj=({map:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Map","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:gj,values:e.borderRadius?.[a],resetValues:uj,onChange:e=>t("map",e,"borderRadius",a)}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:e.shadow,onChange:e=>t("map",e,"shadow")})]}),Qj=({marker:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Markers","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Pin Color:","b-blocks"),value:e.pinColor,onChange:e=>t("marker",e,"pinColor")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Glyph Color:","b-blocks"),value:e.glyphColor,onChange:e=>t("marker",e,"glyphColor")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Border Color:","b-blocks"),value:e.borderColor,onChange:e=>t("marker",e,"borderColor")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Pin Scale","b-blocks"),value:BM(e.scale,1),min:.5,max:3,step:.1,onChange:e=>t("marker",BM(e,1),"scale"),__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Custom Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",units:gj,value:e?.[a]?.size,onChange:e=>t("marker",e,a,"size"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Default Animation","b-blocks"),value:e.animation||"none",options:xj,onChange:e=>t("marker",e,"animation"),help:(0,v.__)("Skipped automatically for visitors who prefer reduced motion.","b-blocks"),__nextHasNoMarginBottom:!0})]}),Xj=e=>{const{attributes:t,updateObj:a,device:s="desktop"}=e,{map:o={},marker:n={},infoWindow:l={},filterBar:r={},caption:c={}}=t,d="embed"!==AM(t).source.type;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Kj,{map:o,updateObj:a,device:s}),d&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Qj,{marker:n,updateObj:a,device:s}),(0,i.jsx)(Zj,{infoWindow:l,updateObj:a,device:s}),(0,i.jsx)(Yj,{filterBar:r,updateObj:a,device:s})]}),(0,i.jsx)(Gj,{caption:c,updateObj:a})]})},Jj=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t,[n,l]=(0,g.useState)(0);return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:mj,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(Uj,{...e,activeIdx:n,setActiveIdx:l}),"style"===t.name&&(0,i.jsx)(Xj,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},eL=(0,x.compose)((0,m.withDispatch)(((e,t)=>({selectBlock:()=>{e("core/block-editor").selectBlock(t.clientId)}}))),(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}})))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o="desktop",selectBlock:n}=e,l="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,r=me(t,a),c=(0,h.useBlockProps)({id:`block-${s}`}),d=window.bBlocksCursorDataConfig?.nonce,{data:p,isLoading:u}=hd("bblocks_api_keys",{_wpnonce:d},!0),[m,b]=(0,g.useState)("");(0,g.useEffect)((()=>{b(p?.googleMaps?.key||"")}),[p,u]);const f="embed"!==AM(t).source.type;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Jj,{...e,updateObj:r,isPremium:l,apiKey:m}),(0,i.jsxs)("div",{...c,onClick:()=>n(s),onDragStart:e=>e.stopPropagation(),draggable:!1,children:[(0,i.jsx)(OM,{attributes:t,id:`block-${s}`,isBackend:!0}),f&&!u&&!m&&(0,i.jsxs)(pn,{status:"warning",isIcon:!1,className:"mb10",children:[(0,v.__)("Add your Google Maps API key in","b-blocks")," ",(0,i.jsx)("a",{href:ia,target:"_blank",rel:"noopener noreferrer",children:(0,v.__)("bBlocks → Settings","b-blocks")})," ",(0,v.__)("to show an interactive map.","b-blocks")]}),(0,i.jsx)("div",{children:(0,i.jsx)(pj,{attributes:t,apiKey:m,isBackend:!0,device:o,onMarkerDrag:(e,{lat:s,lng:o})=>{a({markers:_v(t.markers||[],(t=>{t[e]&&(t[e].lat=Number(s.toFixed(6)),t[e].lng=Number(o.toFixed(6)))}))})}})})]})]})}));br(wM.name)&&(0,d.registerBlockType)(wM,{icon:sr,edit:eL,save:()=>null});const tL=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/hero-section","version":"2.0.71","title":"Hero Section","category":"bBlocks","description":"Landing-page hero with an eyebrow, headline, sub-headline, and a CTA button.","keywords":["hero","hero section","landing page","banner","jumbotron","masthead","page header","cta"],"textdomain":"b-blocks","attributes":{"layout":{"type":"object","default":{"minHeight":"60vh","verticalAlign":{"desktop":"middle","tablet":"","mobile":""},"contentAlign":{"desktop":"center","tablet":"","mobile":""},"btnGap":{"desktop":"16px","tablet":"","mobile":""}}},"eyebrow":{"type":"object","default":{"show":false,"text":"New — Summer 2026","color":"#ffffff","bg":{"type":"solid","color":"rgba(255,255,255,0.14)"},"typo":{"fontSize":{"desktop":"13px","tablet":"","mobile":""},"fontWeight":"600","letterSpace":"2px","textTransform":"uppercase"},"padding":{"desktop":{"top":"6px","right":"14px","bottom":"6px","left":"14px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"50px","right":"50px","bottom":"50px","left":"50px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"heading":{"type":"object","default":{"text":"Build Something Amazing","tag":"h1","color":"#ffffff","typo":{"fontSize":{"desktop":"56px","tablet":"40px","mobile":"28px"},"fontWeight":"700","lineHeight":"1.2"},"bg":{"type":"solid","color":""},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"subHeading":{"type":"object","default":{"show":true,"text":"The easiest way to launch your next big idea — no code required.","color":"rgba(255,255,255,0.85)","typo":{"fontSize":{"desktop":"18px","tablet":"","mobile":"15px"},"lineHeight":"1.55"},"bg":{"type":"solid","color":""},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"border":{},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"button":{"type":"object","default":{"show":true,"text":"Get Started","url":"","newTab":false,"normal":{"bg":{"type":"solid","color":"#ffffff"},"color":"#1a1a2e","border":{}},"hover":{"bg":{},"color":"","border":{}},"typo":{"fontSize":{"desktop":"16px","tablet":"","mobile":""},"fontWeight":"600"},"padding":{"desktop":{"top":"14px","right":"28px","bottom":"14px","left":"28px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"radius":{"desktop":{"top":"6px","right":"6px","bottom":"6px","left":"6px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"transition":0.2}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"30px","right":"","bottom":"30px","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"#1A1A2E","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),aL={top:"flex-start",middle:"center",bottom:"flex-end"},sL={left:"flex-start",center:"center",right:"flex-end"},oL={left:"flex-start",center:"center",right:"flex-end"},nL=(e,t)=>"string"==typeof e?e:e?.[t]||"mobile"===t&&e?.tablet||e?.desktop,iL=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n={},eyebrow:l={},heading:r={},subHeading:c={},button:d={},advanced:h}=a,{minHeight:p="60vh",verticalAlign:g={},contentAlign:u={},btnGap:m={}}=n,v=`#${s} .b-blocks-hero-section`,b=`${v} .b-blocks-hero-section-container`,f=`${v} .b-blocks-hero-section-eyebrow`,w=`${v} .b-blocks-hero-section-heading`,x=`${v} .b-blocks-hero-section-subheading`,y=`${v} .b-blocks-hero-section-actions`,k=`${v} .b-blocks-hero-section-cta--primary`,C=(e,t,a)=>qn(e,ti(t?.[a])),_=e=>{const t=nL(g,e)||"middle",a=nL(u,e)||"center",s=null==(o=nL(m,e))||""===o?"":"number"==typeof o?`${o}px`:o;var o;return`\n\t\t\t${v}{ align-items:${aL[t]||"center"}; }\n\t\t\t${b}{ ${qn("text-align",a)} align-items:${sL[a]||"center"}; }\n\t\t\t${x}{ ${"center"===a?"margin-left:auto;margin-right:auto;":"margin-left:0;margin-right:0;"} }\n\t\t\t${y}{ ${qn("gap",s)} justify-content:${oL[a]||"center"}; }\n\t\t`},M=e=>`\n\t\t${f}{ ${C("padding",l.padding,e)} ${C("margin",l.margin,e)} ${C("border-radius",l.borderRadius,e)} }\n\t\t${w}{ ${C("padding",r.padding,e)} ${C("margin",r.margin,e)} ${C("border-radius",r.borderRadius,e)} }\n\t\t${x}{ ${C("padding",c.padding,e)} ${C("margin",c.margin,e)} ${C("border-radius",c.borderRadius,e)} }\n\t\t${k}{ ${C("padding",d.padding,e)} ${C("margin",d.margin,e)} ${C("border-radius",d.radius,e)} }\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",l.typo).googleFontLink}\n\t\t\t${ei("",r.typo).googleFontLink}\n\t\t\t${ei("",c.typo).googleFontLink}\n\t\t\t${ei("",d.typo).googleFontLink}\n\t\t\t${v}{\n\t\t\t\t${"auto"===p?"min-height:auto;":`min-height:${p};`}\n\t\t\t}\n\t\t\t${f}{\n\t\t\t\t${qn("color",l.color)}\n\t\t\t\t${Wn(l.bg)}\n\t\t\t\t${Un(l.border)}\n\t\t\t}\n\t\t\t${ei(f,l.typo).styles}\n\t\t\t${w}{\n\t\t\t\t${qn("color",r.color)}\n\t\t\t\t${Wn(r.bg)}\n\t\t\t\t${Un(r.border)}\n\t\t\t}\n\t\t\t${ei(w,r.typo).styles}\n\t\t\t${x}{\n\t\t\t\t${qn("color",c.color)}\n\t\t\t\t${Wn(c.bg)}\n\t\t\t\t${Un(c.border)}\n\t\t\t}\n\t\t\t${ei(x,c.typo).styles}\n\t\t\t${k}{\n\t\t\t\t${Wn(d.normal?.bg)}\n\t\t\t\t${qn("color",d.normal?.color)}\n\t\t\t\t${Un(d.normal?.border)}\n\t\t\t\ttransition:all ${d.transition??.2}s ease;\n\t\t\t}\n\t\t\t${ei(k,d.typo).styles}\n\t\t\t${k}:hover, ${k}:focus-visible{\n\t\t\t\t${Wn(d.hover?.bg)}\n\t\t\t\t${qn("color",d.hover?.color)}\n\t\t\t\t${Un(d.hover?.border)}\n\t\t\t}\n\t\t\t${_("desktop")}\n\t\t\t${M("desktop")}\n\t\t\t${e}{ ${_("tablet")} ${M("tablet")} }\n\t\t\t${t}{ ${_("mobile")} ${M("mobile")} }\n\t\t\t${hi(s,h,o,!1)}\n\t\t\t`}})},lL=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],rL={top:"",right:"",bottom:"",left:""},cL=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],dL=[{label:(0,v.__)("Full viewport (100vh)","b-blocks"),value:"100vh"},{label:(0,v.__)("Almost full (90vh)","b-blocks"),value:"90vh"},{label:(0,v.__)("Three-quarter (75vh)","b-blocks"),value:"75vh"},{label:(0,v.__)("Default (60vh)","b-blocks"),value:"60vh"},{label:(0,v.__)("Half viewport (50vh)","b-blocks"),value:"50vh"},{label:(0,v.__)("Auto (fits content)","b-blocks"),value:"auto"},{label:(0,v.__)("Custom","b-blocks"),value:"custom"}],hL=["100vh","90vh","75vh","60vh","50vh","auto"],pL=[{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Middle","b-blocks"),value:"middle"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"}],gL=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],uL=[{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"}],mL=({attributes:e,setAttributes:t,updateObj:a,device:s="desktop"})=>{const{layout:o={},eyebrow:n={},heading:l={},subHeading:r={},button:c={}}=e,{minHeight:d="60vh",verticalAlign:h={},contentAlign:p={},btnGap:g={}}=o,u=!hL.includes(d),m=e=>e&&"object"==typeof e?e[s]||"":"desktop"===s&&e||"",w=(e,a)=>{const n=o[e],i=n&&"object"==typeof n?n:{};t({layout:{...o,[e]:{...i,[s]:a}}})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Section min-height","b-blocks"),value:u?"custom":d,options:dL,onChange:e=>a("layout","custom"===e?"600px":e,"minHeight"),__nextHasNoMarginBottom:!0}),u&&(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,v.__)("Custom min-height","b-blocks"),value:d,units:[{label:"px",value:"px"},{label:"vh",value:"vh"},{label:"%",value:"%"},{label:"rem",value:"rem"},{label:"em",value:"em"}],onChange:e=>a("layout",e||"600px","minHeight"),__next40pxDefaultSize:!0}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Vertical Align","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:m(h),onChange:e=>w("verticalAlign",e||""),children:pL.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:e.label,value:e.value,icon:"top"===e.value?"arrow-up-alt2":"bottom"===e.value?"arrow-down-alt2":"minus"},e.value)))})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Text Align","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",style:{padding:"2px"},__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:m(p),onChange:e=>w("contentAlign",e||""),children:gL.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:e.label,value:e.value,icon:`editor-align${e.value}`},e.value)))})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Gap between buttons","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:m(g),units:lL,onChange:e=>w("btnGap",e),__next40pxDefaultSize:!0})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Eyebrow","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show eyebrow label","b-blocks"),checked:!!n.show,onChange:e=>a("eyebrow",!!e,"show")}),!!n.show&&(0,i.jsx)(b.TextControl,{label:(0,v.__)("Eyebrow text","b-blocks"),value:n.text||"",onChange:e=>a("eyebrow",e,"text"),placeholder:(0,v.__)("NEW — SUMMER 2026","b-blocks"),help:(0,v.__)("Also editable inline on the block canvas.","b-blocks"),__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Headline","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Headline text","b-blocks"),value:l.text||"",onChange:e=>a("heading",e,"text"),placeholder:(0,v.__)("Build Something Amazing","b-blocks"),help:(0,v.__)("Also editable inline on the block canvas.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Heading HTML tag","b-blocks"),labelPosition:"edge",value:l.tag||"h1",options:uL,onChange:e=>a("heading",e,"tag"),help:(0,v.__)("Use H1 only once per page. Other instances should be H2 or H3.","b-blocks"),__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Sub-headline","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show sub-headline","b-blocks"),checked:!!r.show,onChange:e=>a("subHeading",!!e,"show")}),!!r.show&&(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("Sub-headline text","b-blocks"),value:r.text||"",onChange:e=>a("subHeading",e,"text"),placeholder:(0,v.__)("The easiest way to launch your next big idea…","b-blocks"),help:(0,v.__)("Also editable inline on the block canvas.","b-blocks"),rows:3,__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Buttons","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show primary button","b-blocks"),checked:!!c.show,onChange:e=>a("button",!!e,"show")}),!!c.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Primary button label","b-blocks"),value:c.text||"",onChange:e=>a("button",e,"text"),placeholder:(0,v.__)("Get Started","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Primary button URL","b-blocks"),type:"url",value:c.url||"",onChange:e=>a("button",e,"url"),placeholder:"https://…",__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Open primary in new tab","b-blocks"),checked:!!c.newTab,onChange:e=>a("button",!!e,"newTab")})]})]})]})},vL=({attributes:e,updateObj:t,device:a="desktop"})=>{const[s,o]=(0,g.useState)("normal"),{eyebrow:n={},heading:l={},subHeading:r={},button:c={}}=e,d=c[s]||{},h=(e,s,o,n,l)=>(0,i.jsx)(w,{className:l,label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[e," ",(0,i.jsx)(y,{})]}),units:lL,values:n?.[a],resetValues:rL,onChange:e=>t(s,e,o,a)});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Eyebrow","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:n.color||"#ffffff",onChange:e=>t("eyebrow",e,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:n.bg,onChange:e=>t("eyebrow",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:n.typo,onChange:e=>t("eyebrow",e,"typo")}),h((0,v.__)("Padding","b-blocks"),"eyebrow","padding",n.padding,"mt10"),h((0,v.__)("Margin","b-blocks"),"eyebrow","margin",n.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:n.border,onChange:e=>t("eyebrow",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),h((0,v.__)("Border Radius","b-blocks"),"eyebrow","borderRadius",n.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Headline","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:l.color||"#ffffff",onChange:e=>t("heading",e,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:l.bg,onChange:e=>t("heading",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:l.typo,onChange:e=>t("heading",e,"typo")}),h((0,v.__)("Padding","b-blocks"),"heading","padding",l.padding,"mt10"),h((0,v.__)("Margin","b-blocks"),"heading","margin",l.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:l.border,onChange:e=>t("heading",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),h((0,v.__)("Border Radius","b-blocks"),"heading","borderRadius",l.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Sub-headline","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:r.color||"rgba(255,255,255,0.85)",onChange:e=>t("subHeading",e,"color"),defaultColor:"rgba(255,255,255,0.85)"}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:r.bg,onChange:e=>t("subHeading",e,"bg")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:r.typo,onChange:e=>t("subHeading",e,"typo")}),h((0,v.__)("Padding","b-blocks"),"subHeading","padding",r.padding,"mt10"),h((0,v.__)("Margin","b-blocks"),"subHeading","margin",r.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:r.border,onChange:e=>t("subHeading",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),h((0,v.__)("Border Radius","b-blocks"),"subHeading","borderRadius",r.borderRadius)]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:c.typo,onChange:e=>t("button",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"mt10 flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>o(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:d.bg,onChange:e=>t("button",e,s,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:d.color,onChange:e=>t("button",e,s,"color"),defaultColor:"#1a1a2e"}),h((0,v.__)("Padding","b-blocks"),"button","padding",c.padding,"mt10"),h((0,v.__)("Margin","b-blocks"),"button","margin",c.margin),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:d.border,onChange:e=>t("button",e||{},s,"border"),withSlider:!0,__next40pxDefaultSize:!0}),h((0,v.__)("Border Radius","b-blocks"),"button","radius",c.radius),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition (s)","b-blocks"),value:c.transition??.2,onChange:e=>t("button",e,"transition"),min:0,max:5,step:.01,__nextHasNoMarginBottom:!0})]})]})},bL=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:"b-blocks"}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:cL,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(mL,{...e}),"style"===t.name&&(0,i.jsx)(vL,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})]})},fL=["left","center","right"],wL=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o="desktop"}=e,{layout:n={},eyebrow:l={},heading:r={},subHeading:c={},button:d={}}=t,p="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,g=me(t,a),{contentAlign:u={}}=n,m=u&&"object"==typeof u?u[o]||"":"desktop"===o&&u||"",b=["h1","h2","h3"].includes(r.tag)?r.tag:"h1",f=(0,h.useBlockProps)({id:`block-${s}`});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(bL,{...e,updateObj:g,isPremium:p}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:m,onChange:e=>(e=>{const t=u&&"object"==typeof u?u:{};a({layout:{...n,contentAlign:{...t,[o]:e}}})})(fL.includes(e)?e:"")})}),(0,i.jsxs)("div",{...f,children:[(0,i.jsx)(iL,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:"b-blocks-hero-section",children:(0,i.jsxs)("div",{className:"b-blocks-hero-section-container",children:[!!l.show&&(0,i.jsx)(h.RichText,{tagName:"span",className:"b-blocks-hero-section-eyebrow",value:l.text,onChange:e=>g("eyebrow",e,"text"),placeholder:(0,v.__)("Eyebrow label","b-blocks"),allowedFormats:["core/bold","core/italic"],inlineToolbar:!0}),(0,i.jsx)(h.RichText,{tagName:b,className:"b-blocks-hero-section-heading",value:r.text,onChange:e=>g("heading",e,"text"),placeholder:(0,v.__)("Add a powerful headline…","b-blocks"),allowedFormats:["core/bold","core/italic"],inlineToolbar:!0}),!!c.show&&(0,i.jsx)(h.RichText,{tagName:"p",className:"b-blocks-hero-section-subheading",value:c.text,onChange:e=>g("subHeading",e,"text"),placeholder:(0,v.__)("Add supporting copy…","b-blocks"),allowedFormats:["core/bold","core/italic","core/link"],inlineToolbar:!0}),!!d.show&&(0,i.jsx)("div",{className:"b-blocks-hero-section-actions",children:(0,i.jsx)(h.RichText,{tagName:"a",className:"b-blocks-hero-section-cta b-blocks-hero-section-cta--primary",value:d.text,onChange:e=>g("button",e,"text"),placeholder:(0,v.__)("Primary CTA","b-blocks"),allowedFormats:[],withoutInteractiveFormatting:!0,onClick:e=>e.preventDefault()})})]})})})]})]})}));br(tL.name)&&(0,d.registerBlockType)(tL,{icon:lr,edit:wL});const xL=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/html","version":"1.0.0","title":"HTML","category":"bBlocks","description":"Use the HTML block to add and preview HTML code in your posts or pages, enhancing your website\'s content and functionality.","keywords":["html","custom code","js","css"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"htmlCode":{"type":"string","default":""},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),yL=function(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 16 16",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{fillRule:"evenodd",d:"M4.854 4.146a.5.5 0 010 .708L1.707 8l3.147 3.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0zm6.292 0a.5.5 0 000 .708L14.293 8l-3.147 3.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 00-.708 0zm-.999-3.124a.5.5 0 01.33.625l-4 13a.5.5 0 01-.955-.294l4-13a.5.5 0 01.625-.33z",clipRule:"evenodd"})})},kL=({attributes:e,id:t,isBackend:a=!1})=>{const{advanced:s}=e;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${pi(t,s,a)}\n\t`}})},CL=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}];var _L=__webpack_require__(470);__webpack_require__(47),__webpack_require__(3158),__webpack_require__(1289),__webpack_require__(9072),__webpack_require__(9289);const ML=e=>{const{value:t,onChange:a,height:s="300px",width:o="100%"}=e,n=Math.floor(99999999*Math.random()),l=(0,g.useRef)(null),r=(0,g.useCallback)((e=>{clearTimeout(l.current),l.current=setTimeout((()=>{a(e)}),600)}),[a]);return(0,i.jsx)("div",{children:(0,i.jsx)(_L.Ay,{mode:"html",theme:"monokai",name:`advEditor-${n}`,onChange:r,fontSize:12,lineHeight:19,height:s,width:o,showPrintMargin:!0,showGutter:!0,highlightActiveLine:!0,value:t,setOptions:{useWorker:!1,enableBasicAutocompletion:!0,enableLiveAutocompletion:!1,enableSnippets:!0,enableMobileMenu:!0,showLineNumbers:!0,tabSize:2}})})},zL=e=>{const{attributes:t,setAttributes:a}=e,{htmlCode:s}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("HTML Code","b-blocks"),initialOpen:!0,children:(0,i.jsx)(ML,{value:s,onChange:e=>a({htmlCode:e})})})]})},jL=e=>{const{attributes:t,setAttributes:a}=e,{advanced:s}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)("div",{className:"bPlInspectorInfo",children:(0,i.jsx)(zn,{})}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:CL,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(zL,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:s,onChange:e=>a({advanced:e})})})]})})]})})};var LL=__webpack_require__(2343);br(xL.name)&&(0,d.registerBlockType)(xL,{icon:cl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{htmlCode:o}=t;return(0,LL.I)(o,1e3),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(jL,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),id:`html-block-${s}`,children:[(0,i.jsx)(kL,{attributes:t,id:`html-block-${s}`,isBackend:!0}),o?(0,i.jsx)("div",{dangerouslySetInnerHTML:{__html:o}}):(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:"html-placeholder",children:(0,i.jsx)(yL,{})})})})]})]})}});const SL=JSON.parse('{"apiVersion":3,"name":"b-blocks/icon-box","title":"Icon Box","description":"Display awesome icon in a box.","category":"bBlocks","keywords":["icon","box","library","icon library"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"wrapper":{"type":"object","default":{"width":"","height":"","alignment":{"desktop":"flex-start","tablet":"","mobile":""},"wrapperLink":{"url":"","linkText":"","openInNewTab":false,"nofollow":false}}},"icon":{"type":"object","default":{"svg":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' id=\'info-circle-fill\'><path d=\'M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2\'/></svg>","color":"#fff","size":"30px","shadow":{"type":"text"},"hover":{"color":"","shadow":{}}}},"animation":{"type":"object","default":{"type":"none","duration":1000,"delay":0,"iteration":"infinite","iterationCount":1,"hover":{"type":"none","duration":1000,"delay":0,"iteration":"initial","iterationCount":1}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"15px","right":"15px","bottom":"15px","left":"15px"}}},"background":{"normal":{"type":"color","color":"#111"}},"borderShadow":{"normal":{"radius":"50%"}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),$L=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Bounce","b-blocks"),value:"nBounce"},{label:(0,v.__)("Pulse","b-blocks"),value:"nPulse"},{label:(0,v.__)("Spin","b-blocks"),value:"nSpin"},{label:(0,v.__)("Shake","b-blocks"),value:"nShake"},{label:(0,v.__)("Wiggle","b-blocks"),value:"nWiggle"},{label:(0,v.__)("Ping","b-blocks"),value:"nPing"},{label:(0,v.__)("Float","b-blocks"),value:"nFloat"}],HL=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Bounce","b-blocks"),value:"hBounce"},{label:(0,v.__)("Pulse","b-blocks"),value:"hPulse"},{label:(0,v.__)("Spin","b-blocks"),value:"hSpin"},{label:(0,v.__)("Shake","b-blocks"),value:"hShake"},{label:(0,v.__)("Wiggle","b-blocks"),value:"hWiggle"},{label:(0,v.__)("Ping","b-blocks"),value:"hPing"},{label:(0,v.__)("Float","b-blocks"),value:"hFloat"}],TL=[{label:(0,v.__)("None","b-blocks"),value:""},{label:(0,v.__)("Infinite","b-blocks"),value:"infinite"},{label:(0,v.__)("Number","b-blocks"),value:"number"}],BL=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),AL=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),VL=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),NL=e=>{const{attributes:t,setAttributes:a,updateObj:s,device:o}=e,{icon:n,wrapper:l,animation:r}=t,{svg:c,size:d,color:h,shadow:p,hover:g}=n,{width:u,height:m,alignment:w={}}=l;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(Pa,{value:c,onChange:e=>a({icon:{...n,svg:e}})}),(0,i.jsxs)(b.Flex,{className:"mt20",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,v.__)("Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"left",value:d,onChange:e=>a({icon:{...n,size:e}})})]}),(0,i.jsxs)(b.Flex,{className:"mt10",gap:5,children:[(0,i.jsxs)(b.Flex,{gap:2,className:"flex1",children:[(0,i.jsx)(f,{className:"mb0",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:w?.[o],onChange:e=>s("wrapper",e,"alignment",o),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:BL}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:AL}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:VL})]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini mt20",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt20",label:(0,v.__)("Color","b-blocks"),value:h,onChange:e=>a({icon:{...n,color:e}})}),(0,i.jsx)(qc,{className:"mt20",label:(0,v.__)("Shadow","b-blocks"),value:p,onChange:e=>a({icon:{...n,shadow:e}}),type:"text"})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt20",label:(0,v.__)("Color","b-blocks"),value:g?.color,onChange:e=>s("icon",e,"hover","color")}),(0,i.jsx)(qc,{className:"mt20",label:(0,v.__)("Shadow","b-blocks"),value:g?.shadow,onChange:e=>s("icon",e,"hover","shadow"),type:"text"})]})]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Wrapper / Box","b-blocks"),initialOpen:!1,children:[(0,i.jsx)("small",{children:(0,v.__)(`Minimum width and height must be greater then ${d}`,"b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt15",label:(0,v.__)("Width","b-blocks"),labelPosition:"left",value:u,onChange:e=>a({wrapper:{...l,width:e}})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height","b-blocks"),labelPosition:"left",value:m,onChange:e=>a({wrapper:{...l,height:e}})})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Animation","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation","b-blocks"),options:$L,value:r.type,onChange:e=>s("animation",e,"type")}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation Iteration","b-blocks"),options:TL,value:r.iteration,onChange:e=>s("animation",e,"iteration")}),"number"==r.iteration&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Iteration Count","b-blocks"),min:0,max:10,step:1,value:r.iterationCount,onChange:e=>s("animation",e,"iterationCount")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Duration (ms)","b-blocks"),min:0,max:2e4,step:50,value:r.duration,onChange:e=>s("animation",e,"duration")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Delay (ms)","b-blocks"),min:0,max:2e4,step:50,value:r.delay,onChange:e=>s("animation",e,"delay")})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation","b-blocks"),options:HL,value:r.hover.type,onChange:e=>s("animation",e,"hover","type")}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Animation Iteration","b-blocks"),options:TL,value:r.hover.iteration,onChange:e=>s("animation",e,"hover","iteration")}),"number"===r.hover.iteration&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Iteration Count","b-blocks"),min:0,max:10,step:1,value:r.hover.iterationCount,onChange:e=>s("animation",e,"hover","iterationCount")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Duration (ms)","b-blocks"),min:0,max:2e4,step:50,value:r.hover.duration,onChange:e=>s("animation",e,"hover","duration")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Delay (ms)","b-blocks"),min:0,max:2e4,step:50,value:r.hover.delay,onChange:e=>s("animation",e,"hover","delay")})]})]})})})]})},PL=e=>{const{attributes:t,setAttributes:a,device:s}=e,{advanced:o}=t,n=me(t,a);return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(NL,{attributes:t,setAttributes:a,updateObj:n,device:s})]}),"style"===e.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),enabled:{dimension:["padding","margin"],background:["normal","hover"],borderShadow:["normal","hover","border","shadow"],visibility:["zIndex"]}})]})})})},EL="bBlocksIconBox",IL=({attributes:a,id:s,extraCSS:o=""})=>{const{wrapper:n,icon:l,animation:r}=a,{size:c,color:d,shadow:h}=l,{width:p,height:g}=n,{duration:u,delay:m,type:v,iteration:b,iterationCount:f,hover:w}=r,x=`#${s} .${EL}`,y=`${x} svg`,k=(e,t,a,s,o)=>`${t} ${a}ms ${t==e+"Spin"?"linear":t===e+"Ping"?"cubic-bezier(0, 0, 0.2, 1)":"ease-in-out"} ${s}ms ${o};`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${o}\n\t\t\t${x}{\n\t\t\t\twidth: ${p&&0!==parseInt(p)?p:"auto"};\n\t\t\t\theight: ${g&&0!==parseInt(g)?g:"auto"};\n\t\t\t}\n\t\t\t#${s}{\n\t\t\t\t${qn("justify-content",n?.alignment?.desktop)}\n\t\t\t}\n\t\t\t${y}{\n\t\t\t\tfill: ${d};\n\t\t\t\theight: ${c};\n\t\t\t\twidth: ${c};\n\t\t\t\tfilter: drop-shadow(${Xn(h,"text")});\n\t\t\t}\n\n\t\t\t${x}:hover svg {\n\t\t\t\t${qn("fill",l?.hover?.color)}\n\t\t\t\t${qn("filter",Ct(l?.hover?.shadow)?`drop-shadow(${Xn(l?.hover?.shadow,"text")})`:"")}\n\t\t\t}\n\n\t\t\t${x}.${v} {\n\t\t\t\tanimation: ${k("n",v,u,m,"number"===b?f:b)}\n\t\t\t}\n\t\t\t\t\n\t\t\t${x}.${w?.type}:hover{\n\t\t\t\tanimation: ${k("h",w?.type,w?.duration,w?.delay,"number"===w?.iteration?w?.iterationCount:w?.iteration)}\n\t\t\t}\n\n\t\t\t${e}{\n\t\t\t\t#${s}{\n\t\t\t\t\t${qn("justify-content",n?.alignment?.tablet)}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t${t}{\n\t\t\t\t#${s}{\n\t\t\t\t\t${qn("justify-content",n?.alignment?.mobile)}\n\t\t\t\t}\n\t\t\t}\n\n`.replace(/\s+/g," ")}})},OL=({attributes:e})=>{const{icon:t,animation:a}=e,{type:s,hover:o={}}=a;return(0,i.jsx)("div",{className:`${EL} b-blocks-icon-box-animation ${s} ${o?.type}`,dangerouslySetInnerHTML:{__html:t.svg}})},RL=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,n=`block-${s}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(PL,{attributes:t,setAttributes:a,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(IL,{attributes:t,id:n,extraCSS:pi(n,t.advanced,!0)}),(0,i.jsx)("div",{children:(0,i.jsx)(OL,{attributes:t})})]})]})}));br(SL.name)&&(0,d.registerBlockType)(SL,{icon:dl,edit:RL});const DL=JSON.parse('{"apiVersion":3,"name":"b-blocks/image-comparison","title":"Image Comparison","description":"Compare between two images.","category":"bBlocks","keywords":["image comparison","image compare","image filter","visual comparison","before and after image","beaf","before after","before after image"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"alignment":{"type":"string","default":"center"},"theme":{"type":"string","default":"default"},"width":{"type":"string","default":"100%"},"border":{"type":"object","default":{}},"beforeImg":{"type":"object","default":{"id":null,"url":"","alt":"","title":""}},"afterImg":{"type":"object","default":{"id":null,"url":"","alt":"","title":""}},"orientation":{"type":"string","default":"horizontal"},"isSwap":{"type":"boolean","default":false},"isLabel":{"type":"boolean","default":true},"label":{"type":"object","default":{"hAlign":"bottom","vAlign":"center","isShowHover":false}},"beforeLabel":{"type":"string","selector":".beforeLabel","default":""},"afterLabel":{"type":"string","selector":".afterLabel","default":""},"labelTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"labelColors":{"type":"object","default":{"color":"#fff","bg":"#00000080"}},"labelPadding":{"type":"object","default":{"vertical":"10px","horizontal":"15px"}},"isCap":{"type":"boolean","default":true},"cap":{"type":"string","selector":".caption","default":""},"capAlign":{"type":"string","default":"center"},"capTypo":{"type":"object","default":{"fontSize":{"desktop":"14px"}}},"capColors":{"type":"object","default":{"color":"#333","bg":"#f4f4f4"}},"capPadding":{"type":"object","default":{"vertical":"10px","horizontal":"15px"}},"dragg":{"type":"object","default":{"handleType":"default","shapeType":"default"}},"styles":{"type":"object","default":{"container":{"height":{"desktop":"","tablet":"","mobile":""}},"dragg":{"line":{"bg":{"color":"#fff"},"size":2},"icon":{"color":""},"handler":{"color":""}}}},"options":{"type":"object","default":{"defaultOffset":0.5,"moveMouseOver":false,"isMoveClick":false,"autoSlide":{"isAutoSlide":false,"speed":5,"isHoverStop":true}}},"sliderOptions":{"type":"object","default":{"arrowType":"style1","height":{"desktop":"400px","tablet":"400px","mobile":"400px"},"autoplay":true,"dots":false,"speed":500,"autoplaySpeed":2500,"pauseOnHover":true,"infinite":true,"arrows":true,"slidesView":{"desktop":1,"tablet":1,"mobile":1}}},"sliderStyle":{"type":"object","default":{"pagination":{"active":"#146EF5"},"navigation":{"icon":{"normal":{"color":"#000","size":"22px"},"hover":{"color":"","size":"22px"}},"container":{"height":"","width":"","normal":{"bg":{"color":"#fff"},"border":{},"radius":{"left":"30px","right":"30px","top":"30px","bottom":"30px"}},"hover":{"bg":{"color":"#fff"},"border":{},"radius":{}}}}}},"slider":{"type":"array","default":[{"beforeImg":{"img":{"url":"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg.jpg"},"beforeLabel":"Before Label"},"afterImg":{"img":{"url":"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg2.jpg"},"afterLabel":"After Label"},"caption":"Before After Image Caption"},{"beforeImg":{"img":{"url":"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg.jpg"},"beforeLabel":"Before Label"},"afterImg":{"img":{"url":"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg2.jpg"},"afterLabel":"After Label"},"caption":"Before After Image Caption"},{"beforeImg":{"img":{"url":"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg.jpg"},"beforeLabel":"Before Label"},"afterImg":{"img":{"url":"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg2.jpg"},"afterLabel":"After Label"},"caption":"Before After Image Caption"}]}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","jquery"]}'),FL="b-blocks-ImageCompare",qL=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),WL=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),UL=(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),GL=e=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 24 24",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{d:"M15 19L15 5 7 12z"})}),YL=e=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 24 24",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{d:"M9 19L17 12 9 5z"})}),ZL=e=>({defaulthorizontal:`inset(0 0 0 ${e}%)`,defaultvertical:`inset(${e}% 0 0 0)`,zigzaghorizontal:`polygon(0% 0%, ${e}% 0%, ${e-6}% 9%, ${e}% 18%, ${e-6}% 27%, ${e}% 36%, ${e-6}% 45%, ${e}% 54%, ${e-6}% 63%, ${e}% 72%, ${e-6}% 81%, ${e}% 90%, ${e-6}% 100%, 0% 100%)`,zigzagvertical:`polygon(0% 0%,0% ${e}%,9% ${e+6}% ,18% ${e}%,27% ${e+6}%,36% ${e}%,45% ${e+6}%, 54% ${e}%,63% ${e+6}%,72% ${e}%, 81% ${e+6}%,90% ${e}%, 100% ${e+6}%,100% 0% )`,wavehorizontal:`polygon(\n ${e+7.778-8.8}% 0%,\n ${e+7.5-8.8}% 2.383%,\n ${e+7.5-8.8}% 2.383%,\n ${e+7.407-8.8}% 3.172%,\n ${e+7.292-8.8}% 4.088%,\n ${e+7.15-8.8}% 5.118%,\n ${e+6.973-8.8}% 6.247%,\n ${e+6.757-8.8}% 7.46%,\n ${e+6.496-8.8}% 8.745%,\n ${e+6.184-8.8}% 10.085%,\n ${e+5.816-8.8}% 11.467%,\n ${e+5.387-8.8}% 12.877%,\n ${e+4.889-8.8}% 14.3%,\n ${e+4.889-8.8}% 14.3%,\n ${e+4.324-8.8}% 15.725%,\n ${e+3.718-8.8}% 17.148%,\n ${e+3.102-8.8}% 18.571%,\n ${e+2.508-8.8}% 19.994%,\n ${e+1.968-8.8}% 21.417%,\n ${e+1.514-8.8}% 22.839%,\n ${e+1.177-8.8}% 24.262%,\n ${e+.989-8.8}% 25.685%,\n ${e+.983-8.8}% 27.109%,\n ${e+1.189-8.8}% 28.533%,\n ${e+1.189-8.8}% 28.533%,\n ${e+1.624-8.8}% 29.959%,\n ${e+2.256-8.8}% 31.385%,\n ${e+3.039-8.8}% 32.813%,\n ${e+3.925-8.8}% 34.241%,\n ${e+4.867-8.8}% 35.671%,\n ${e+5.816-8.8}% 37.101%,\n ${e+6.726-8.8}% 38.533%,\n ${e+7.549-8.8}% 39.965%,\n ${e+8.238-8.8}% 41.399%,\n ${e+8.744-8.8}% 42.833%,\n ${e+8.744-8.8}% 42.833%,\n ${e+9.034-8.8}% 44.268%,\n ${e+9.119-8.8}% 45.702%,\n ${e+9.024-8.8}% 47.135%,\n ${e+8.775-8.8}% 48.567%,\n ${e+8.396-8.8}% 50%,\n ${e+7.912-8.8}% 51.433%,\n ${e+7.347-8.8}% 52.865%,\n ${e+6.728-8.8}% 54.298%,\n ${e+6.078-8.8}% 55.732%,\n ${e+5.422-8.8}% 57.167%,\n ${e+5.422-8.8}% 57.167%,\n ${e+4.785-8.8}% 58.601%,\n ${e+4.186-8.8}% 60.035%,\n ${e+3.645-8.8}% 61.467%,\n ${e+3.181-8.8}% 62.899%,\n ${e+2.813-8.8}% 64.329%,\n ${e+2.559-8.8}% 65.759%,\n ${e+2.44-8.8}% 67.187%,\n ${e+2.474-8.8}% 68.615%,\n ${e+2.68-8.8}% 70.041%,\n ${e+3.078-8.8}% 71.467%,\n ${e+3.078-8.8}% 71.467%,\n ${e+3.676-8.8}% 72.891%,\n ${e+4.443-8.8}% 74.315%,\n ${e+5.338-8.8}% 75.738%,\n ${e+6.317-8.8}% 77.161%,\n ${e+7.34-8.8}% 78.583%,\n ${e+8.365-8.8}% 80.006%,\n ${e+9.35-8.8}% 81.429%,\n ${e+10.252-8.8}% 82.852%,\n ${e+11.031-8.8}% 84.275%,\n ${e+11.644-8.8}% 85.7%,\n ${e+11.644-8.8}% 85.7%,\n ${e+12.062-8.8}% 87.123%,\n ${e+12.298-8.8}% 88.533%,\n ${e+12.378-8.8}% 89.915%,\n ${e+12.328-8.8}% 91.255%,\n ${e+12.175-8.8}% 92.54%,\n ${e+11.944-8.8}% 93.753%,\n ${e+11.66-8.8}% 94.882%,\n ${e+11.35-8.8}% 95.912%,\n ${e+11.04-8.8}% 96.828%,\n ${e+10.756-8.8}% 97.617%,\n ${e+9.889-8.8}% 100%,\n 0% 100%,0% 97.617%,0% 97.617%,0% 96.828%,0% 95.912%,0% 94.882%,0% 93.753%,0% 92.54%,0% 91.255%,0% 89.915%,0% 88.533%,0% 87.123%,0% 85.7%,0% 85.7%,0% 84.275%,0% 82.852%,0% 81.429%,0% 80.006%,0% 78.583%,0% 77.161%,0% 75.738%,0% 74.315%,0% 72.891%,0% 71.467%,0% 71.467%,0% 70.041%,0% 68.615%,0% 67.187%,0% 65.759%,0% 64.329%,0% 62.899%,0% 61.467%,0% 60.035%,0% 58.601%,0% 57.167%,0% 57.167%,0% 55.732%,0% 54.298%,0% 52.865%,0% 51.433%,0% 50%,0% 48.567%,0% 47.135%,0% 45.702%,0% 44.268%,0% 42.833%,0% 42.833%,0% 41.399%,0% 39.965%,0% 38.533%,0% 37.101%,0% 35.671%,0% 34.241%,0% 32.813%,0% 31.385%,0% 29.959%,0% 28.533%,0% 28.533%,0% 27.109%,0% 25.685%,0% 24.262%,0% 22.839%,0% 21.417%,0% 19.994%,0% 18.571%,0% 17.148%,0% 15.725%,0% 14.3%,0% 14.3%,0% 12.877%,0% 11.467%,0% 10.085%,0% 8.745%,0% 7.46%,0% 6.247%,0% 5.118%,0% 4.088%,0% 3.172%,0% 2.383%,0% 0%,57.778% 0% )`,wavevertical:`polygon(\n 0% ${42.167+e-41}%,\n 2.389% ${42.45+e-41}%,\n 2.389% ${42.45+e-41}%,\n 3.175% ${42.54+e-41}%,\n 4.09% ${42.653+e-41}%,\n 5.119% ${42.795+e-41}%,\n 6.248% ${42.972+e-41}%,\n 7.463% ${43.188+e-41}%,\n 8.748% ${43.448+e-41}%,\n 10.09% ${43.76+e-41}%,\n 11.474% ${44.127+e-41}%,\n 12.886% ${44.555+e-41}%,\n 14.311% ${45.05+e-41}%,\n 14.311% ${45.05+e-41}%,\n 15.74% ${45.616+e-41}%,\n 17.168% ${46.224+e-41}%,\n 18.594% ${46.84+e-41}%,\n 20.019% ${47.435+e-41}%,\n 21.444% ${47.975+e-41}%,\n 22.87% ${48.429+e-41}%,\n 24.295% ${48.766+e-41}%,\n 25.721% ${48.952+e-41}%,\n 27.149% ${48.958+e-41}%,\n 28.578% ${48.75+e-41}%,\n 28.578% ${48.75+e-41}%,\n 30.005% ${48.31+e-41}%,\n 31.433% ${47.673+e-41}%,\n 32.863% ${46.886+e-41}%,\n 34.292% ${45.997+e-41}%,\n 35.722% ${45.052+e-41}%,\n 37.152% ${44.1+e-41}%,\n 38.582% ${43.188+e-41}%,\n 40.011% ${42.363+e-41}%,\n 41.439% ${41.674+e-41}%,\n 42.867% ${41.167+e-41}%,\n 42.867% ${41.167+e-41}%,\n 44.296% ${40.878+e-41}%,\n 45.723% ${40.793+e-41}%,\n 47.149% ${40.889+e-41}%,\n 48.575% ${41.14+e-41}%,\n 50% ${41.521+e-41}%,\n 51.425% ${42.007+e-41}%,\n 52.851% ${42.573+e-41}%,\n 54.277% ${43.193+e-41}%,\n 55.704% ${43.844+e-41}%,\n 57.133% ${44.5+e-41}%,\n 57.133% ${44.5+e-41}%,\n 58.561% ${45.137+e-41}%,\n 59.989% ${45.735+e-41}%,\n 61.418% ${46.275+e-41}%,\n 62.848% ${46.737+e-41}%,\n 64.278% ${47.104+e-41}%,\n 65.708% ${47.356+e-41}%,\n 67.137% ${47.474+e-41}%,\n 68.567% ${47.439+e-41}%,\n 69.995% ${47.232+e-41}%,\n 71.422% ${46.833+e-41}%,\n 71.422% ${46.833+e-41}%,\n 72.851% ${46.235+e-41}%,\n 74.279% ${45.469+e-41}%,\n 75.705% ${44.576+e-41}%,\n 77.13% ${43.598+e-41}%,\n 78.556% ${42.577+e-41}%,\n 79.981% ${41.555+e-41}%,\n 81.406% ${40.572+e-41}%,\n 82.832% ${39.672+e-41}%,\n 84.26% ${38.895+e-41}%,\n 85.689% ${38.283+e-41}%,\n 85.689% ${38.283+e-41}%,\n 87.114% ${37.863+e-41}%,\n 88.526% ${37.625+e-41}%,\n 89.91% ${37.542+e-41}%,\n 91.252% ${37.589+e-41}%,\n 92.538% ${37.74+e-41}%,\n 93.752% ${37.968+e-41}%,\n 94.881% ${38.247+e-41}%,\n 95.91% ${38.552+e-41}%,\n 96.825% ${38.856+e-41}%,\n 97.611% ${39.133+e-41}%,\n 100% ${40+e-41}%,\n 100% 100.167%,\n 97.611% 100.167%,\n 97.611% 100.167%,\n 96.825% 100.167%,\n 95.91% 100.167%,\n 94.881% 100.167%,\n 93.752% 100.167%,\n 92.538% 100.167%,\n 91.252% 100.167%,\n 89.91% 100.167%,\n 88.526% 100.167%,\n 87.114% 100.167%,\n 85.689% 100.167%,\n 85.689% 100.167%,\n 84.26% 100.167%,\n 82.832% 100.167%,\n 81.406% 100.167%,\n 79.981% 100.167%,\n 78.556% 100.167%,\n 77.13% 100.167%,\n 75.705% 100.167%,\n 74.279% 100.167%,\n 72.851% 100.167%,\n 71.422% 100.167%,\n 71.422% 100.167%,\n 69.995% 100.167%,\n 68.567% 100.167%,\n 67.137% 100.167%,\n 65.708% 100.167%,\n 64.278% 100.167%,\n 62.848% 100.167%,\n 61.418% 100.167%,\n 59.989% 100.167%,\n 58.561% 100.167%,\n 57.133% 100.167%,\n 57.133% 100.167%,\n 55.704% 100.167%,\n 54.277% 100.167%,\n 52.851% 100.167%,\n 51.425% 100.167%,\n 50% 100.167%,\n 48.575% 100.167%,\n 47.149% 100.167%,\n 45.723% 100.167%,\n 44.296% 100.167%,\n 42.867% 100.167%,\n 42.867% 100.167%,\n 41.439% 100.167%,\n 40.011% 100.167%,\n 38.582% 100.167%,\n 37.152% 100.167%,\n 35.722% 100.167%,\n 34.292% 100.167%,\n 32.863% 100.167%,\n 31.433% 100.167%,\n 30.005% 100.167%,\n 28.578% 100.167%,\n 28.578% 100.167%,\n 27.149% 100.167%,\n 25.721% 100.167%,\n 24.295% 100.167%,\n 22.87% 100.167%,\n 21.444% 100.167%,\n 20.019% 100.167%,\n 18.594% 100.167%,\n 17.168% 100.167%,\n 15.74% 100.167%,\n 14.311% 100.167%,\n 14.311% 100.167%,\n 12.886% 100.167%,\n 11.474% 100.167%,\n 10.09% 100.167%,\n 8.748% 100.167%,\n 7.463% 100.167%,\n 6.248% 100.167%,\n 5.119% 100.167%,\n 4.09% 100.167%,\n 3.175% 100.167%,\n 2.389% 100.167%,\n 0% 100.167%\n )`}),KL=({beforeLabelEl:e,height:t,afterLabelEl:a,beforeImg:s,afterImg:o,orientation:n,options:l,dragg:r,label:c,captionEl:d,...h})=>{const{defaultOffset:p,isMoveClick:u,autoSlide:m,moveMouseOver:v}=l,{isAutoSlide:b,isHoverStop:f,speed:w}=m,[x,y]=(0,g.useState)(100*p),[k,C]=(0,g.useState)(!1),_=(0,g.useRef)(null),{handleClick:M}=((e,t,a,s,o,n=!1,i,l=50,r=!1)=>{const[c,d]=(0,g.useState)(!0),h=(0,g.useRef)(),p=(0,g.useRef)(1),u=s=>{if(!e||!t.current)return;const n=t.current.getBoundingClientRect(),i="touches"in s?s.touches[0]:s,l=("horizontal"===o?i.clientX-n.left:i.clientY-n.top)/("horizontal"===o?n.width:n.height)*100;a(Math.min(Math.max(l,0),100))};return(0,g.useEffect)((()=>{if(!e)return;const t=()=>s(!1),a=e=>u(e),o=e=>u(e);return window.addEventListener("mousemove",a),window.addEventListener("mouseup",t),window.addEventListener("touchmove",o),window.addEventListener("touchend",t),()=>{window.removeEventListener("mousemove",a),window.removeEventListener("mouseup",t),window.removeEventListener("touchmove",o),window.removeEventListener("touchend",t)}}),[e]),(0,g.useEffect)((()=>{if(!n||!c||e)return;let t;const s=e=>{t||(t=e);const o=(e-t)/1e3;t=e,a((e=>{let t=e+p.current*(10*l)*o;return t>=100&&(p.current=-1,t=100),t<=0&&(p.current=1,t=0),t})),h.current=requestAnimationFrame(s)};return h.current=requestAnimationFrame(s),()=>cancelAnimationFrame(h.current)}),[n,c,e,i,l]),(0,g.useEffect)((()=>{if(!t.current)return;const e=()=>d(!i),a=()=>d(!0);return t?.current?.addEventListener("mouseenter",e),t?.current?.addEventListener("mouseleave",a),()=>{t?.current?.removeEventListener("mouseenter",e),t?.current?.removeEventListener("mouseleave",a)}}),[t.current,i]),{handleClick:s=>{if(e||!t.current||!r)return;const n=t.current.getBoundingClientRect(),i=("horizontal"===o?s.clientX-n.left:s.clientY-n.top)/("horizontal"===o?n.width:n.height)*100;a(Math.min(Math.max(i,0),100))}}})(k,_,y,C,n,b,f,w,u),z=()=>{const e=_.current;if(!e)return;const a=Array.from(e.querySelectorAll("img"));if(!a.length)return;const s=parseInt(t,10);let o;if(!isNaN(s)&&s>0)o=s;else{const e=a.map((e=>e.getBoundingClientRect().height)).filter((e=>e>0));if(!e.length)return;o=Math.max(...e)}e.style.height=`${o}px`,a.forEach((e=>{e.style.height=`${o}px`}))};return(0,g.useEffect)((()=>{const e=_.current;if(!e)return;const t=new ResizeObserver(z);return t.observe(e),()=>t.disconnect()}),[]),(0,i.jsxs)("div",{...h,className:FL,children:[(0,i.jsxs)("div",{ref:_,className:"b-blocks-comparison-wrapper "+(c.isShowHover?"b-blocks-label-hover":""),onMouseDown:()=>C(!0),onTouchStart:()=>C(!0),...v?{onMouseMove:()=>C(!0),onMouseLeave:()=>C(!1)}:{},onClick:M,children:[(0,i.jsxs)("div",{className:"b-blocks-image-wrapper",children:[(0,i.jsx)("img",{src:s?.url,alt:s?.alt||s?.title,onLoad:z}),e]}),(0,i.jsxs)("div",{className:"b-blocks-image-wrapper",style:{clipPath:ZL(x)[r.shapeType+n]},children:[(0,i.jsx)("img",{src:o?.url,alt:o?.alt||o?.title,onLoad:z}),a]}),(0,i.jsx)("div",{className:`b-blocks-comparison-slider-handle b-blocks-slider-${n} ${r.handleType} ${"default"!==r.shapeType?"circle-outline-line-none":""} `,style:{left:"horizontal"===n?`${x}%`:"",top:"vertical"===n?`${x}%`:""},children:"default"===r.handleType?(0,i.jsx)("div",{className:"b-blocks-default-icon"},r.handleType):(0,i.jsx)("div",{className:`b-blocks-${r.handleType}-icon`,children:(0,i.jsxs)("div",{children:[(0,i.jsx)(GL,{}),(0,i.jsx)(YL,{})]})},r.handleType)})]}),d]})};var QL=__webpack_require__(4589);const XL={style1:{left:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5303 18.5303C14.2374 18.8232 13.7626 18.8232 13.4697 18.5303L7.46967 12.5303C7.17678 12.2374 7.17678 11.7626 7.46967 11.4697L13.4697 5.46967C13.7626 5.17678 14.2374 5.17678 14.5303 5.46967C14.8232 5.76256 14.8232 6.23744 14.5303 6.53033L9.06066 12L14.5303 17.4697C14.8232 17.7626 14.8232 18.2374 14.5303 18.5303Z"})}),right:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967L16.5303 11.4697C16.8232 11.7626 16.8232 12.2374 16.5303 12.5303L10.5303 18.5303C10.2374 18.8232 9.76256 18.8232 9.46967 18.5303C9.17678 18.2374 9.17678 17.7626 9.46967 17.4697L14.9393 12L9.46967 6.53033C9.17678 6.23744 9.17678 5.76256 9.46967 5.46967Z"})})},style2:{left:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4939 20.5644C11.1821 20.8372 10.7083 20.8056 10.4356 20.4939L3.43557 12.4939C3.18814 12.2111 3.18814 11.7889 3.43557 11.5061L10.4356 3.50613C10.7083 3.1944 11.1822 3.16281 11.4939 3.43557C11.8056 3.70834 11.8372 4.18216 11.5644 4.49388L5.65283 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L5.65283 12.75L11.5644 19.5061C11.8372 19.8179 11.8056 20.2917 11.4939 20.5644Z"})}),right:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5061 3.43557C12.8178 3.16281 13.2917 3.19439 13.5644 3.50612L20.5644 11.5061C20.8119 11.7889 20.8119 12.2111 20.5644 12.4939L13.5644 20.4939C13.2917 20.8056 12.8178 20.8372 12.5061 20.5644C12.1944 20.2917 12.1628 19.8178 12.4356 19.5061L18.3472 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25H18.3472L12.4356 4.49388C12.1628 4.18215 12.1944 3.70833 12.5061 3.43557Z"})})},style3:{left:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{d:"M11 20.74C10.9012 20.7423 10.803 20.7238 10.7118 20.686C10.6205 20.6481 10.5382 20.5916 10.47 20.52L2.47 12.52C2.32955 12.3794 2.25066 12.1888 2.25066 11.99C2.25066 11.7913 2.32955 11.6007 2.47 11.46L10.47 3.46003C10.576 3.35806 10.7096 3.2895 10.8542 3.26288C10.9989 3.23626 11.1481 3.25274 11.2835 3.31029C11.4188 3.36783 11.5342 3.4639 11.6154 3.58653C11.6966 3.70917 11.7399 3.85296 11.74 4.00003V7.30003H21C21.1981 7.30262 21.3874 7.38247 21.5275 7.52256C21.6676 7.66265 21.7474 7.85192 21.75 8.05003V16.05C21.7474 16.2481 21.6676 16.4374 21.5275 16.5775C21.3874 16.7176 21.1981 16.7974 21 16.8H11.74V19.99C11.7402 20.139 11.6954 20.2845 11.6116 20.4076C11.5277 20.5307 11.4087 20.6257 11.27 20.68C11.1848 20.7175 11.0931 20.7379 11 20.74ZM4.07 12L10.25 18.18V16.05C10.25 15.8511 10.329 15.6603 10.4697 15.5197C10.6103 15.379 10.8011 15.3 11 15.3H20.25V8.80003H11C10.8019 8.79744 10.6126 8.71759 10.4725 8.57749C10.3324 8.4374 10.2526 8.24813 10.25 8.05003V5.82003L4.07 12Z"})}),right:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{d:"M13 20.74C12.9039 20.7541 12.8062 20.7541 12.71 20.74C12.5724 20.6823 12.4551 20.5849 12.3732 20.4602C12.2912 20.3355 12.2484 20.1892 12.25 20.04V16.7H3.00001C2.81189 16.6956 2.63208 16.6216 2.49538 16.4923C2.35868 16.363 2.27481 16.1876 2.26001 16V8.00002C2.25463 7.89856 2.26965 7.79706 2.30417 7.7015C2.3387 7.60595 2.39204 7.51829 2.46103 7.44371C2.53002 7.36913 2.61326 7.30913 2.70584 7.26727C2.79841 7.22542 2.89844 7.20255 3.00001 7.20002H12.25V4.01002C12.2498 3.86106 12.2946 3.71551 12.3784 3.59241C12.4623 3.4693 12.5813 3.37436 12.72 3.32002C12.8551 3.26039 13.0053 3.24376 13.1502 3.27238C13.2951 3.301 13.4277 3.37349 13.53 3.48002L21.53 11.48C21.6705 11.6206 21.7493 11.8113 21.7493 12.01C21.7493 12.2088 21.6705 12.3994 21.53 12.54L13.53 20.54C13.4601 20.6079 13.377 20.6608 13.2858 20.6952C13.1946 20.7296 13.0973 20.7448 13 20.74ZM3.76001 15.2H13C13.1981 15.2026 13.3874 15.2825 13.5275 15.4226C13.6676 15.5626 13.7474 15.7519 13.75 15.95V18.18L19.93 12L13.75 5.83002V8.00002C13.7477 8.19843 13.6689 8.3883 13.53 8.53002C13.3817 8.65257 13.1919 8.71343 13 8.70002H3.76001V15.2Z"})})},style4:{left:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{transform:'${\r direction === "vertical" ? "rotate(90, 13, 12)" : ""\r }',d:"M1.02698 11.9929L5.26242 16.2426L6.67902 14.8308L4.85766 13.0033L22.9731 13.0012L22.9728 11.0012L4.85309 11.0033L6.6886 9.17398L5.27677 7.75739L1.02698 11.9929Z"})}),right:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{transform:'${\r direction === "vertical" ? "rotate(90, 13, 12)" : ""\r }',d:"M23.0677 11.9929L18.818 7.75739L17.4061 9.17398L19.2415 11.0032L0.932469 11.0012L0.932251 13.0012L19.2369 13.0032L17.4155 14.8308L18.8321 16.2426L23.0677 11.9929Z"})})},style5:{left:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{transform:'${\r direction === "vertical" ? "rotate(90, 13, 12)" : ""\r }',d:"m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z"})}),right:(0,i.jsx)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{transform:'${\r direction === "vertical" ? "rotate(90, 13, 12)" : ""\r }',d:"M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z"})})},style6:{left:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",children:[(0,i.jsx)("path",{d:"M16.5 8L13 11.5L16.5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("path",{d:"M10.5 8L7 11.5L10.5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),right:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",children:[(0,i.jsx)("path",{d:"M7 8L10.5 11.5L7 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.jsx)("path",{d:"M13 8L16.5 11.5L13 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}},JL=({icon:e,...t})=>(0,i.jsx)("div",{...t,children:e}),eS=({attributes:e,device:t,setActiveIndex:a})=>{const{orientation:s,options:o,dragg:n,label:l,slider:r,sliderOptions:c,isLabel:d,isCap:h,align:p}=e,u=(0,g.useRef)(),{hAlign:m,vAlign:v}=l,{height:b,autoplay:f,speed:w,autoplaySpeed:x,pauseOnHover:y,infinite:k,dots:C,arrows:_,slidesView:M,arrowType:z}=c;(0,g.useEffect)((()=>{u.current&&r.length<2&&u.current.innerSlider.list.querySelectorAll(".slick-cloned").forEach((e=>{e.style.display="none"}))}),[u.current]);const j={className:"center",centerMode:!0,arrows:_,dots:C,infinite:k,centerPadding:"15%",draggable:!1,autoplay:f,slidesToShow:M[t],speed:w,autoplaySpeed:x,pauseOnHover:y,nextArrow:(0,i.jsx)(JL,{className:"slick-arrow slick-prev",icon:XL[z].right}),prevArrow:(0,i.jsx)(JL,{className:"slick-arrow slick-next",icon:XL[z].left})};return(0,i.jsx)(QL.A,{...j,className:"b-blocks-image-compare-slider-wrapper",ref:u,children:r.map(((e,c)=>{const{beforeImg:g,afterImg:u,caption:f}=e,w={beforeLabelEl:d&&g.beforeLabel&&(0,i.jsx)("div",{className:`b-blocks-label b-blocks-before-label b-blocks-${s} ${"horizontal"===s?m:v}`,dangerouslySetInnerHTML:{__html:g.beforeLabel}}),afterLabelEl:d&&u.afterLabel&&(0,i.jsx)("div",{className:`b-blocks-label b-blocks-after-label b-blocks-${s} ${"horizontal"===s?m:v}`,dangerouslySetInnerHTML:{__html:u.afterLabel}}),captionEl:h&&f&&(0,i.jsx)("div",{className:"b-blocks-caption",dangerouslySetInnerHTML:{__html:f}}),orientation:s,options:o,dragg:n,label:l},x=`${t}-${g?.img?.url}-${u?.img?.url}-${r.length}-${JSON.stringify(b)}-${p}-${o.autoSlide.isMouseOver}`;return(0,i.jsx)(KL,{...w,height:b[t],beforeImg:g.img,afterImg:u.img,onClick:()=>a(c)},x)}))})},tS=({attributes:e,afterLabelEl:t,beforeLabelEl:a,captionEl:s,isBackend:o=!1,backDevice:n="desktop",activeIndex:l,setActiveIndex:r=()=>{}})=>{const{beforeImg:c,afterImg:d,orientation:h,styles:p,options:g,dragg:u,label:m,align:v,theme:b,slider:f,sliderOptions:w}=e,{device:x}=dd(),y=o?n:x,k=`${c?.url}-${d?.url}-${JSON.stringify(p.container.height)}-${v}-${g.autoSlide.isMouseOver}-${y}`;return(0,i.jsxs)(i.Fragment,{children:["default"===b&&(0,i.jsx)(KL,{beforeLabelEl:a,afterLabelEl:t,captionEl:s,beforeImg:c,afterImg:d,orientation:h,options:g,dragg:u,label:m,device:y,height:p.container.height[y]},k),"slider"===b&&(0,i.jsx)(eS,{attributes:e,device:y,activeIndex:l,setActiveIndex:r},`${f.length}-${JSON.stringify(w)}`)]})},aS=[{name:"before-img",title:(0,v.__)("Before Img","image-compare")},{name:"after-img",title:(0,v.__)("After Img","image-compare")}],sS=[{label:"Horizontal",value:"horizontal",icon:"image-flip-horizontal"},{label:"Vertical",value:"vertical",icon:"image-flip-vertical"}],oS=[{label:"Top",value:"top",icon:qL},{label:"Middle",value:"middle",icon:WL},{label:"Bottom",value:"bottom",icon:UL}],nS=[{label:"Left",value:"left",icon:"editor-alignleft"},{label:"Center",value:"center",icon:"editor-aligncenter"},{label:"Right",value:"right",icon:"editor-alignright"}],iS=[{name:"general",title:(0,v.__)("General","textdomain")},{name:"style",title:(0,v.__)("Style","textdomain")}],lS=[{label:"Default",value:"default",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-default.png"},{label:"Rectangle Stroke",value:"rectangle-caret",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-rectangle-stroke.png",isPro:!0},{label:"Circle Small",value:"circle-caret",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-circle-small.png",isPro:!0},{label:"Circle Big",value:"circle-big-caret",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-circle-big.png",isPro:!0},{label:"Circle Outline",value:"circle-outline",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-circle-outline.png",isPro:!0},{label:"Circle Outline Line None",value:"circle-outline-line-none",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-circle-outline-line-none.png",isPro:!0},{label:"Capsule Fill",value:"capsule-fill",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-capsule-fill.png",isPro:!0},{label:"Capsule Stroke",value:"capsule-stroke",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-capsule-stroke.png",isPro:!0},{label:"Capsule Tiny Fill Big",value:"capsule-tiny-fill-big",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-capsule-tiny-fill-big.png",isPro:!0},{label:"Capsule Tiny Stroke Big",value:"capsule-tiny-stroke-big",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-capsule-tiny-stroke-big.png",isPro:!0},{label:"Capsule Tiny Fill Small",value:"capsule-tiny-fill-small",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-capsule-tiny-fill-small.png",isPro:!0},{label:"Capsule Tiny Stroke Small",value:"capsule-tiny-stroke-small",img:"https://templates.bplugins.com/wp-content/uploads/2025/02/beaf-preset-capsule-tiny-stroke-small.png",isPro:!0}],rS=["rectangle-caret","circle-caret","circle-big-caret","capsule-stroke","capsule-tiny-stroke-big","capsule-tiny-stroke-small"],cS=[{label:(0,v.__)("Style 1","b-blocks"),value:"style1",icon:XL.style1.right},{label:(0,v.__)("Style 2","b-blocks"),value:"style2",icon:XL.style2.right},{label:(0,v.__)("Style 3","b-blocks"),value:"style3",icon:XL.style3.right},{label:(0,v.__)("Style 4","b-blocks"),value:"style4",icon:XL.style4.right},{label:(0,v.__)("Style 5","b-blocks"),value:"style5",icon:XL.style5.right},{label:(0,v.__)("Style 6","b-blocks"),value:"style6",icon:XL.style6.right}],dS=[{name:"navigation",title:(0,v.__)("Navigation","textdomain")},{name:"pagination",title:(0,v.__)("Pagination","textdomain")}],hS=({attributes:e,id:t})=>{const{alignment:a,width:s,border:o,dragg:n,labelTypo:l,labelColors:r,labelPadding:c,capTypo:d,capColors:h,capPadding:p,styles:g,theme:u,sliderStyle:m}=e,{dragg:v}=g,{pagination:b,navigation:f}=m,{icon:w,container:x}=f,y=`#${t}`,k=`${y} .${FL}`,C=`${k} .b-blocks-comparison-wrapper`,_=`${C} .b-blocks-label`,M=`${k} .b-blocks-caption`,z=`${C} .b-blocks-comparison-slider-handle`,j=`${y} .b-blocks-image-compare-slider-wrapper`,L=`${j} .slick-arrow`,S=`${j} .slick-dots`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",l)?.googleFontLink}\n\t\t${ei("",d)?.googleFontLink}\n\t\t${ei(_,l)?.styles}\n\t\t${ei(M,d)?.styles}\n\n\t\t${y}{\n\t\t\ttext-align: ${a};\n\t\t}\n\t\t${k}{\n\t\t\twidth: ${s};\n\t\t\t${Un(o)}\n\t\t}\n\n\t\t${_}{\n\t\t\t${Yn(r)}\n\t\t\tpadding: ${Jn(c)};\n\t\t}\n\t\t${M}{\n\t\t\t${Yn(h)}\n\t\t\tpadding: ${Jn(p)};\n\t\t}\n\n\t\t${$=n.handleType,rS.includes($)?`${z} .b-blocks-${n.handleType}-icon{\n\t\t${qn("border-color",v.handler.color)}\n\t\t${qn("border-width",Ct(v.line.size)?v.line.size+"px":"")}\n\t\t\t}`:`${z} .b-blocks-${n.handleType}-icon{\n\t\t\t\t${qn("background-color",v.handler.color)}\n\t\t\t\t${qn("border-color",v.handler.color)}\n\t\t\t}`}\n\n\t\t${z} :where(svg){\n\t\t\t${qn("color",v.icon.color)}\n\t\t\t${qn("fill",v.icon.color)}\n\t\t}\n\t\t${z}::before{\n\t\t\tcontent:"";\n\t\t\t${qn("width",Ct(v.line.size)?v.line.size+"px":"")}\n\t\t\t${Wn(v.line.bg)}\n\t\t}\n\t\t${z}::after{\n\t\t\tcontent:"";\n\t\t\t${qn("width",Ct(v.line.size)?v.line.size+"px":"")}\n\t\t\t${Wn(v.line.bg)}\n\t\t}\n\t\t${"slider"===u?`\n\t\t\t\t${L}{\n\t\t\t\t\t${qn("height",x.height)}\n\t\t\t\t\t${qn("width",x.width)}\n\t\t\t\t\t${Wn(x.normal.bg)}\n\t\t\t\t\t${Gn(x.normal.border)}\n\t\t\t\t\t${qn("border-radius",ti(x.normal.radius))}\n\t\t\t\t}\n\n\t\t\t\t${L}:hover{\n\t\t\t\t\t${Wn(x.hover.bg)}\n\t\t\t\t\t${Gn(x.hover.border)}\n\t\t\t\t\t${qn("border-radius",ti(x.hover.radius))}\n\t\t\t\t}\n\n\t\t\t\t${L} > svg{\n\t\t\t\t\t${qn("width",w.normal.size)}\n\t\t\t\t\t${qn("fill",w.normal.color)}\n\t\t\t\t}\n\t\t\t\t${L}:hover svg{\n\t\t\t\t\t${qn("fill",w.hover.color)}\n\t\t\t\t\t${qn("width",w.hover.size)}\n\t\t\t\t}\n\t\t\t\t${S}>li>button::before{\n\t\t\t\t\t${qn("background-color",b.active)}\n\t\t\t\t}\n\t\t\t\t${S}>li.slick-active>button::before{\n\t\t\t\t\t${qn("background-color",b.active)}\n\t\t\t\t}\n\t\t\t\t`:""}\n\t\t`.replace(/\s+/g," ")}});var $},pS=({attributes:e,updateObj:t,index:a,setIsProModalOpen:s,premiumProps:o})=>{const{slider:n}=e,l=n[a],{beforeImg:r,afterImg:c,caption:d}=l;return(0,i.jsx)("div",{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt20",activeClass:"activeTab",tabs:aS,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["before-img"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{isPremium:o,setIsProModalOpen:s,className:"mt10",label:(0,v.__)("Label","image-compare"),value:r.beforeLabel,onChange:e=>t("slider",e,a,"beforeImg","beforeLabel"),Component:b.TextControl}),(0,i.jsx)(Nn,{isPremium:o,setIsProModalOpen:s,className:"mt10",value:r.img,onChange:e=>t("slider",e,a,"beforeImg","img"),placeholder:(0,v.__)("Enter Image URL","image-compare"),Component:we})]}),"after-img"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{isPremium:o,setIsProModalOpen:s,className:"mt10",label:(0,v.__)("Label","image-compare"),value:c.afterLabel,onChange:e=>t("slider",e,a,"afterImg","afterLabel"),Component:b.TextControl}),(0,i.jsx)(Nn,{isPremium:o,setIsProModalOpen:s,className:"mt10",value:c.img,onChange:e=>t("slider",e,a,"afterImg","img"),placeholder:(0,v.__)("Enter Image URL","image-compare"),Component:we})]}),(0,i.jsx)(Nn,{isPremium:o,setIsProModalOpen:s,className:"mt10",label:(0,v.__)("Caption","image-compare"),value:d,onChange:e=>t("slider",e,a,"caption"),Component:b.TextControl})]})})})},gS=({value:e,options:t,onChange:a,isPremium:s=!1,setIsProModalOpen:o})=>(0,i.jsx)("div",{className:"icb-preset-items-wrapper",children:t.map(((t,n)=>(0,i.jsx)(b.Tooltip,{position:"top",text:`${t.label}`,delay:100,children:(0,i.jsxs)("div",{onClick:()=>"default"!==t.value&&!s&&t.isPro?o(!0):a(t.value),className:`icb-preset-item ${e===t.value?"active":""} ${"default"!==t.value&&!s&&t.isPro?"icb-premium":""}`,children:[(0,i.jsx)("img",{src:t.img}),(0,i.jsx)("div",{className:"icb-preset-badge",children:"Pro"})]})},n)))}),uS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,updateObj:t,device:a,isPremium:s,setIsProModalOpen:o})=>{const{sliderOptions:n}=e,{autoplay:l,speed:r,autoplaySpeed:c,pauseOnHover:d,infinite:h,dots:p,arrows:g,slidesView:u,arrowType:m}=n;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider Settings","image-compare"),initialOpen:!1,children:[(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Enable Autoplay","image-compare"),checked:l,value:l,onChange:e=>t("sliderOptions",e,"autoplay"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,className:"mt10",label:(0,v.__)("Stop Slider On Mouse Over"),checked:d,value:d,onChange:e=>t("sliderOptions",e,"pauseOnHover"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,className:"mt10",label:(0,v.__)("Enable Infinite Loop"),checked:h,value:h,onChange:e=>t("sliderOptions",e,"infinite"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,className:"mt10",label:(0,v.__)("Enable Pagination"),checked:p,value:p,onChange:e=>t("sliderOptions",e,"dots"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,className:"mt10",label:(0,v.__)("Enable Navigation"),checked:g,value:g,onChange:e=>t("sliderOptions",e,"arrows"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Slides To Show")," ",(0,i.jsx)(y,{})," "]}),step:1,min:1,max:10,value:u[a],onChange:e=>t("sliderOptions",e,"slidesView",a),Component:b.RangeControl}),l?(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Slider Speed (ms)"),step:50,min:0,max:1e4,value:c,onChange:e=>t("sliderOptions",e,"autoplaySpeed"),Component:b.RangeControl}):null,(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Slider Delay (ms)"),step:50,min:0,max:1e4,value:r,onChange:e=>t("sliderOptions",e,"speed"),Component:b.RangeControl})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider Arrow","image-compare"),initialOpen:!1,children:[(0,i.jsx)(f,{children:(0,v.__)("Arrow Style","image-compare")}),(0,i.jsx)(Pn,{isPremium:s,setIsProModalOpen:o,isIcon:!0,value:m,onChange:e=>t("sliderOptions",e,"arrowType"),options:cS,proValues:["style1","style2","style3","style4","style5","style6"],size:"default"})]})]})})),mS=({attributes:e,setAttributes:t,updateObj:a,isPremium:s,setIsProModalOpen:o,activeIndex:n,setActiveIndex:l})=>{const{beforeImg:r,afterImg:c,orientation:d,isSwap:h,isLabel:p,label:g,beforeLabel:u,afterLabel:m,isCap:f,cap:w,options:x,dragg:y,styles:k,theme:C}=e,_=["default","rectangle-caret","circle-caret"];return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"before-after-image-compare",docsLink:"https://bblockswp.com/docs/image-compare"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image Comparison","image-compare"),initialOpen:!0,children:[(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,labelPosition:"edge",label:(0,v.__)("Theme","image-compare"),value:C,options:[{label:"Default",value:"default"},{label:"Slider",value:"slider"}],onChange:e=>t({theme:e}),Component:b.SelectControl}),(0,i.jsx)(ga,{className:"mb10",label:(0,v.__)("Orientation","image-compare"),options:sS,value:d,onChange:e=>a("orientation",e),isIcon:!0}),"slider"===C&&(0,i.jsx)(dn,{premiumProps:s,attributes:e,setAttributes:t,activeIndex:n,setActiveIndex:l,updateObj:a,setIsProModalOpen:o,newItem:{beforeImg:{img:{url:"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg.jpg"},beforeLabel:"Before Label"},afterImg:{img:{url:"https://templates.bplugins.com/wp-content/uploads/2025/03/beafImg2.jpg"},afterLabel:"After Label"},caption:"Before After Image Caption"},itemLabel:"Slide",arrKey:"slider",design:"sortable",ItemSettings:pS}),"default"===C&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt20",activeClass:"activeTab",tabs:aS,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["before-img"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(we,{className:"mt10",value:r,onChange:e=>a("beforeImg",e),placeholder:(0,v.__)("Enter Image URL","image-compare")}),(0,i.jsx)(Dc,{className:"mt20",value:r,onChange:e=>a("beforeImg",e)})]}),"after-img"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(we,{className:"mt10",value:c,onChange:e=>a("afterImg",e),placeholder:(0,v.__)("Enter Image URL","image-compare")}),(0,i.jsx)(Dc,{className:"mt20",value:c,onChange:e=>a("afterImg",e)})]})]})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Swap Images","image-compare"),checked:h,onChange:e=>t({isSwap:e,beforeImg:{...c},afterImg:{...r}})})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Labels","image-compare"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Labels","image-compare"),checked:p,onChange:e=>a("isLabel",e)}),p&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show labels on hover","image-compare"),checked:g.isShowHover,onChange:e=>a("label",e,"isShowHover")}),"horizontal"===d&&(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Label Position","image-compare"),options:oS,value:g.hAlign,onChange:e=>a("label",{...g,hAlign:e}),isIcon:!0,Component:ga}),"vertical"===d&&(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Label Position","image-compare"),options:nS,value:g.vAlign,onChange:e=>a("label",{...g,vAlign:e}),isIcon:!0,Component:ga}),"default"===C&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Before Label","image-compare"),value:u,onChange:e=>a("beforeLabel",e),placeholder:(0,v.__)("Before image label","image-compare")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("After Label","image-compare"),value:m,onChange:e=>a("afterLabel",e),placeholder:(0,v.__)("After image label","image-compare")})]})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","image-compare"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Caption","image-compare"),checked:f,onChange:e=>a("isCap",e)}),"default"===C?f&&(0,i.jsx)(b.__experimentalInputControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Caption","image-compare"),value:w,onChange:e=>a("cap",e)}):""]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Options","image-compare"),initialOpen:!1,children:[(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Default Offset","image-compare"),step:.1,max:1,min:0,value:x.defaultOffset,onChange:e=>a("options",e,"defaultOffset"),Component:b.RangeControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Move Slider On Click","image-compare"),checked:x.isMoveClick,onChange:e=>a("options",e,"isMoveClick"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Move Slider On Mouse Over","image-compare"),checked:x.moveMouseOver,onChange:e=>a("options",e,"moveMouseOver"),Component:b.ToggleControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,className:"mt10",label:(0,v.__)("Auto Slide","image-compare"),checked:x.autoSlide.isAutoSlide,onChange:e=>a("options",e,"autoSlide","isAutoSlide"),Component:b.ToggleControl}),x.autoSlide.isAutoSlide&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Auto Slide Speed","image-compare"),step:1,max:20,maxLength:20,minLength:0,min:0,value:x.autoSlide.speed,onChange:e=>a("options",e,"autoSlide","speed"),Component:b.RangeControl}),(0,i.jsx)(Nn,{isPremium:s,setIsProModalOpen:o,label:(0,v.__)("Stop Slider On Mouse Over","image-compare"),checked:x.autoSlide.isHoverStop,onChange:e=>a("options",e,"autoSlide","isHoverStop"),Component:b.ToggleControl})]})]}),"slider"===C&&(0,i.jsx)(uS,{attributes:e,updateObj:a,isPremium:s,setIsProModalOpen:o}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Presets","image-compare"),initialOpen:!1,children:(0,i.jsx)(gS,{value:y.handleType,setIsProModalOpen:o,options:lS,onChange:e=>_.includes(e)?t({dragg:{...y,handleType:e},styles:{...k,dragg:{...k.dragg,line:{...k.dragg.line,size:2}}}}):t({dragg:{...y,handleType:e},styles:{...k,dragg:{...k.dragg,line:{...k.dragg.line,size:3}}}}),isPremium:s})})]})},vS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,isPremium:t,setIsProModalOpen:a,updateObj:s,device:o})=>{const{styles:n,width:l,isLabel:r,labelTypo:c,labelColors:d,labelPadding:h,isCap:p,capTypo:g,capColors:u,capPadding:m,theme:f,sliderOptions:x,sliderStyle:k}=e,{container:C,dragg:_}=n,{height:M}=x,{pagination:z,navigation:j}=k;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Container","image-compare"),className:"bPlPanelBody",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","image-compare"),labelPosition:"left",value:l,onChange:e=>s("width",e),units:[$e(),He(),Te(),Ae()]}),"default"===f&&(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height:","image-compare"),(0,i.jsx)(y,{})]}),value:C.height[o],onChange:e=>s("styles",e,"container","height",o),units:[$e(),Te(),Ae()]}),"slider"===f&&(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height:","image-compare"),(0,i.jsx)(y,{})]}),value:M[o],onChange:e=>s("sliderOptions",e,"height",o),units:[$e(),Te(),Ae()]})]}),r&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Labels","image-compare"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:c,onChange:e=>s("labelTypo",e),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(ka,{value:d,onChange:e=>s("labelColors",e),defaults:{color:"#fff",bg:"#00000080"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","image-compare"),value:h,onChange:e=>s("labelPadding",e),defaults:{vertical:"10px",horizontal:"15px"}})]})}),p&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","image-compare"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:g,onChange:e=>s("capTypo",e),defaults:{fontSize:{desktop:14,tablet:14,mobile:14}}}),(0,i.jsx)(ka,{value:u,onChange:e=>s("capColors",e),defaults:{color:"#333",bg:"#f4f4f4"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","image-compare"),value:m,onChange:e=>s("capPadding",e),defaults:{vertical:"10px",horizontal:"15px"}})]})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Divider","image-compare"),initialOpen:!1,children:[(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Line Size","image-compare"),min:1,max:10,step:1,value:_.line.size,onChange:e=>s("styles",e,"dragg","line","size"),Component:b.RangeControl}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Line Color","image-compare"),value:_.line.bg,onChange:e=>s("styles",e,"dragg","line","bg"),isImage:!1,Component:wa}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Handler Color","image-compare"),value:_.handler.color,onChange:e=>s("styles",e,"dragg","handler","color"),Component:De}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Icon Color","image-compare"),value:_.icon.color,onChange:e=>s("styles",e,"dragg","icon","color"),isImage:!1,Component:De})]}),"slider"===f&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider Styles","image-compare"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:dS,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["navigation"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini mt10",activeClass:"activeTab",tabs:Le,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,className:"mt10",labelPosition:"edge",label:(0,v.__)("Container Width","image-compare"),value:j.container.width,onChange:e=>s("sliderStyle",e,"navigation","container","width"),Component:b.__experimentalUnitControl}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,className:"mt10",labelPosition:"edge",label:(0,v.__)("Container Height","image-compare"),value:j.container.height,onChange:e=>s("sliderStyle",e,"navigation","container","height"),Component:b.__experimentalUnitControl})]}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,className:"mt10",labelPosition:"edge",label:(0,v.__)("Icon Size","image-compare"),value:j.icon[e.name].size,onChange:t=>s("sliderStyle",t,"navigation","icon",e.name,"size"),Component:b.__experimentalUnitControl}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Icon Color","image-compare"),value:j.icon[e.name].color,onChange:t=>s("sliderStyle",t,"navigation","icon",e.name,"color"),Component:De}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Background","image-compare"),value:j.container[e.name].bg,onChange:t=>s("sliderStyle",t,"navigation","container",e.name,"bg"),Component:wa}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Border","image-compare"),value:j.container[e.name].border,onChange:t=>s("sliderStyle",t,"navigation","container",e.name,"border"),Component:b.__experimentalBorderBoxControl}),(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,className:"mt10",label:(0,v.__)("Border Radius","image-compare"),values:j.container[e.name].radius,onChange:t=>s("sliderStyle",t,"navigation","container",e.name,"radius"),Component:w})]})})}),"pagination"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Nn,{isPremium:t,setIsProModalOpen:a,label:(0,v.__)("Active Color","image-compare"),value:z.active,onChange:e=>s("sliderStyle",e,"pagination","active"),Component:De})})]})})})]})})),bS=({attributes:e,setAttributes:t,isPremium:a,activeIndex:s,setActiveIndex:o})=>{const{alignment:n,beforeImg:l,afterImg:r,theme:c}=e,[d,p]=(0,g.useState)(!1),u=(a,s,...o)=>{t({[a]:ue(e[a],s,...o)})},m={isPremium:a,setIsProModalOpen:p};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)("div",{className:"bPlInspectorInfo",children:(0,i.jsx)(zn,{})}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:iS,onSelect:ge,children:a=>(0,i.jsxs)(i.Fragment,{children:["general"===a.name&&(0,i.jsx)(mS,{...m,attributes:e,setAttributes:t,updateObj:u,activeIndex:s,setActiveIndex:o}),"style"===a.name&&(0,i.jsx)(vS,{...m,attributes:e,setAttributes:t,updateObj:u})]})})]}),(0,i.jsxs)(da,{isProModalOpen:d,setIsProModalOpen:p,block:"Image Comparison",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Theme: ","b-blocks")}),(0,v.__)("Create stunning before & after image comparisons in both single view and slider formats.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Label Position: ","b-blocks")}),(0,v.__)("Customize the label position to suit your needs.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Default Offset: ","b-blocks")}),(0,v.__)("Adjusts the initial position of the slider.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Move Slider On Click: ","b-blocks")}),(0,v.__)("Enable the option to move the slider when the user clicks on it.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Move Slider On Mouse Over: ","b-blocks")}),(0,v.__)("Enable the option to move the slider when the mouse hover over it.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Auto Slide: ","b-blocks")}),(0,v.__)("Activate automatic sliding on the compare images.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Auto Slide Speed: ","b-blocks")}),(0,v.__)("Set the speed of the auto moving slider.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Stop Slider On Mouse Over: ","b-blocks")}),(0,v.__)("Pause the sliding movement when the mouse is over the images.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Line Size: ","b-blocks")}),(0,v.__)("Adjust the line size to your preferred thickness.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Line Color: ","b-blocks")}),(0,v.__)("Choose a desired color for the line.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Handler Color: ","b-blocks")}),(0,v.__)("Choose a desired color for the handler.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Icon Color: ","b-blocks")}),(0,v.__)("Select the icon color from the options provided to match your design.","b-blocks")]})]}),"default"===c&&(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(ke,{label:(0,v.__)("Edit Before Image:","b-blocks"),value:l,onChange:e=>t({beforeImg:e})}),(0,i.jsx)(ke,{label:(0,v.__)("Edit After Image:","b-blocks"),value:r,onChange:e=>t({afterImg:e})}),(0,i.jsx)(h.AlignmentToolbar,{value:n,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Image Comparison Alignment"),alignmentControls:[{title:(0,v.__)("Image Comparison in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Image Comparison in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Image Comparison in right","b-blocks"),align:"right",icon:"align-right"}]})]})]})},fS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{beforeImg:n,afterImg:l,isLabel:r,label:c,beforeLabel:d,afterLabel:p,isCap:u,cap:m,orientation:b,theme:f}=t,{url:w,alt:x,title:y}=n||{},{url:k,alt:C,title:_}=l||{},{hAlign:M,vAlign:z}=c,j=bBlocksPremiumChecker,[L,S]=(0,g.useState)(0),$=r&&(0,i.jsx)(h.RichText,{className:`b-blocks-label b-blocks-before-label b-blocks-${b} ${"horizontal"===b?M:z}`,tagName:"div",value:d,onChange:e=>a({beforeLabel:e}),placeholder:(0,v.__)("Before image label","image-compare"),inlineToolbar:!0}),H=r&&(0,i.jsx)(h.RichText,{className:`b-blocks-label b-blocks-after-label b-blocks-${b} ${"horizontal"===b?M:z}`,tagName:"div",value:p,onChange:e=>a({afterLabel:e}),placeholder:(0,v.__)("After image label","image-compare"),inlineToolbar:!0}),T=u&&(0,i.jsx)(h.RichText,{className:"b-blocks-caption",tagName:"div",value:m,onChange:e=>a({cap:e}),placeholder:(0,v.__)("Caption of the image comparison","image-compare"),inlineToolbar:!0});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(bS,{attributes:t,setAttributes:a,isPremium:j,attributes:t,setAttributes:a,isPremium:j,activeIndex:L,setActiveIndex:S}),(0,i.jsxs)("div",{...(0,h.useBlockProps)({draggable:!1}),children:[(0,i.jsx)(hS,{attributes:t,id:`block-${s}`}),(()=>{switch(f){case"default":return w&&k?(0,i.jsx)(tS,{afterLabelEl:H,beforeLabelEl:$,captionEl:T,activeIndex:L,setActiveIndex:S,attributes:t,isBackend:!0,backDevice:o}):(0,i.jsxs)("div",{className:"imgPlaceholder",children:[(0,i.jsx)("div",{className:"beforeImg",children:w?(0,i.jsx)("img",{src:w,alt:x||y}):(0,i.jsx)(ye,{label:(0,v.__)("Before Image:","image-compare"),value:n,onChange:({id:e,url:t,alt:s,title:o,caption:n})=>a({beforeImg:{id:e,url:t,alt:s,title:o,caption:n}})})}),(0,i.jsx)("div",{className:"afterImg",children:k?(0,i.jsx)("img",{src:k,alt:C||_}):(0,i.jsx)(ye,{label:(0,v.__)("After Image:","image-compare"),value:l,onChange:({id:e,url:t,alt:s,title:o,caption:n})=>a({afterImg:{id:e,url:t,alt:s,title:o,caption:n}})})})]});case"slider":return(0,i.jsx)(tS,{afterLabelEl:H,beforeLabelEl:$,captionEl:T,activeIndex:L,setActiveIndex:S,attributes:t,isBackend:!0,backDevice:o})}})()]})]})}));br(DL.name)&&(0,d.registerBlockType)(DL,{icon:hl,transforms:{from:[{type:"block",blocks:["icb/image-compare"],transform:e=>(0,d.createBlock)("b-blocks/image-comparison",e)},{type:"prefix",prefix:"image-compare",transform:()=>(0,d.createBlock)("b-blocks/image-comparison")}],to:[{type:"block",blocks:["icb/image-compare"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("icb/image-compare",e)}]},edit:fS,save:()=>null});const wS=JSON.parse('{"apiVersion":3,"name":"b-blocks/image-gallery","title":"Image Gallery","description":"Display Multiple Images as Gallery.","category":"bBlocks","keywords":["images","photos","gallery"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"images":{"type":"array","default":[]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"imgPadding":{"type":"object","default":{}},"imgBorder":{"type":"object","default":{}},"imgShadow":{"type":"object","default":{}},"isPreview":{"type":"boolean","default":true},"isCap":{"type":"boolean","default":true},"capAlign":{"type":"string","default":"left"},"capColor":{"type":"string","default":"#333"},"capTitleTypo":{"type":"object","default":{"fontSize":{"desktop":"18px","tablet":"17px","mobile":"16px"}}},"capDescTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fancybox"],"render":"file:./render.php","viewScript":["file:./view.js","fancybox"]}'),xS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({settings:e,filterImages:t,device:a})=>{const{attributes:{images:s,columns:o,imgPadding:n,imgBorder:l,imgShadow:r,isPreview:c,isCap:d,capAlign:p,capColor:g,capTitleTypo:u,capDescTypo:m},setAttributes:w}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layouts Settings"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:o[a],onChange:e=>{w({columns:{...o,[a]:e}})},min:1,max:9,step:1})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Wc,{label:(0,v.__)("Padding:","b-blocks"),value:n,onChange:e=>w({imgPadding:e})}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:l,onChange:e=>w({imgBorder:e})}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:r,onChange:e=>w({imgShadow:e}),defaults:{type:"text"},type:"text"}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Preview Image?","b-blocks"),checked:c,onChange:e=>w({isPreview:e})}),(0,i.jsx)("small",{children:(0,v.__)("Preview will only for frontend!","b-blocks")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Caption","b-blocks"),checked:d,onChange:e=>w({isCap:e})}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text Align:","b-blocks")}),(0,i.jsx)(ga,{value:p,onChange:e=>w({capAlign:e}),options:Ot,isIcon:!0})]}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:g,onChange:e=>w({capColor:e}),defaultColor:"#333"}),(0,i.jsx)(Mn,{label:(0,v.__)("Title Typography:","b-blocks"),value:u,onChange:e=>w({capTitleTypo:e}),defaults:{fontSize:{desktop:18,tablet:17,mobile:16}}}),(0,i.jsx)(Mn,{label:(0,v.__)("Description Typography:","b-blocks"),value:m,onChange:e=>w({capDescTypo:e}),defaults:{fontSize:{desktop:18,tablet:17,mobile:16}}})]})]}),0<s.length&&(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(ke,{label:(0,v.__)("Edit Gallery","b-blocks"),icon:"format-gallery",value:s,onChange:e=>w({images:t(e)}),isMultiple:!0})})]})})),yS=(0,b.withNotices)((e=>{const{attributes:{images:t,columns:a,imgPadding:s,imgBorder:o,imgShadow:n,isCap:l,capAlign:r,capColor:c,capTitleTypo:d,capDescTypo:p},setAttributes:g,clientId:u,isSelected:m,noticeUI:f}=e;let w=[];t.map((e=>w.push(e.url)));const x=e=>e||0!==e.length?e.map((e=>({id:e?.id,url:e?.url,alt:e?.alt,name:e?.name,title:e?.title,sizes:e?.sizes,caption:e?.caption,description:e?.description,link:e?.link}))):[],y=`#block-${u} .imgGalleryWrapper .imgGalleryImgLink`,k=`${y} .imgGalleryImgCaption`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(xS,{settings:e,filterImages:x}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t${ei("",d)?.googleFontLink}\n\t\t\t\t${ei("",p)?.googleFontLink}\n\t\t\t\t${ei(`${k} h4`,d)?.styles}\n\t\t\t\t${ei(`${k} p`,p)?.styles}\n\n\t\t\t\t${y} .imgGalleryImg{\n\t\t\t\t\tpadding: ${Jn(s)};\n\t\t\t\t\t${Un(o)}\n\t\t\t\t\tfilter: drop-shadow(${Xn(n,"text")})\n\t\t\t\t}\n\t\t\t\t${k}{\n\t\t\t\t\ttext-align: ${r};\n\t\t\t\t\tcolor: ${c};\n\t\t\t\t\tmargin: ${Jn(s)};\n\t\t\t\t\twidth: calc((100% - 10px) - (${s?.horizontal||"0px"} * 2));\n\t\t\t\t\theight: calc((100% - 10px) - (${s?.vertical||"0px"} * 2));\n\t\t\t\t\tborder-radius: ${o?.radius||"0px"};\n\t\t\t\t}\n\t\t\t`}}),0===t.length?(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.Placeholder,{className:"bBlocksImageGalleryUpload",label:(0,v.__)(" Gallery Images","b-blocks"),instructions:(0,v.__)("Select image files from your library.","b-blocks"),icon:"format-gallery",notices:f,children:(0,i.jsx)(h.MediaUpload,{allowedTypes:["image"],accept:"image/*",multiple:!0,value:Array.isArray(t)?t.map((({id:e})=>e)):t.id,onSelect:e=>g({images:x(e)}),render:({open:e})=>(0,i.jsx)(b.Button,{className:"components-button is-primary",label:(0,v.__)("Media Library","b-blocks"),onClick:e,children:(0,v.__)("Media Library","b-blocks")})})})}):(0,i.jsx)("div",{className:`imgGalleryWrapper columns-${a.desktop} columns-tablet-${a.tablet} columns-mobile-${a.mobile}`,children:t.length>0?t.map(((e,a)=>(0,i.jsxs)("a",{className:"imgGalleryImgLink",children:[(0,i.jsx)(h.MediaUpload,{allowedTypes:["image"],accept:"image/*",value:e.id,onSelect:e=>{const s=structuredClone(t);s[a]=e,g({images:x(s)})},render:({open:e})=>(0,i.jsx)(b.Dashicon,{className:"imgGalleryEditButton",icon:"plus-alt",onClick:e})}),(0,i.jsx)(b.Dashicon,{className:"imgGalleryImgDeleteButton",onClick:()=>{const e=t.filter(((e,t)=>a!==t));g({images:x(e)})},icon:"trash"}),(0,i.jsx)("img",{src:e.url,alt:e.alt||e.title,className:"imgGalleryImg"}),l&&e.caption&&(0,i.jsx)("div",{className:"imgGalleryImgCaption",children:(0,i.jsxs)("div",{className:"captionContent",children:[(0,i.jsx)("h4",{children:e.caption}),(0,i.jsx)("p",{children:e.description})]})})]},e.id))):null}),m&&0<t.length&&(0,i.jsx)(h.MediaUpload,{allowedTypes:["image"],accept:"image/*",multiple:!0,value:t[t.length-1].id,onSelect:e=>{let a=[...t,...e];g({images:x(a)})},render:({open:e})=>(0,i.jsx)(b.Button,{className:"imgGalleryUploadButton",label:(0,v.__)("Add Images","b-blocks"),icon:"plus-alt",onClick:e,children:" Add Images"})})]})]})}));br(wS.name)&&(0,d.registerBlockType)(wS,{icon:pl,edit:yS,save:()=>null});const kS=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/image-hotspot","version":"1.0.0","title":"Image Hotspot","category":"bBlocks","description":"Image Hotspot allows you to add interactive hotspots to your images.","keywords":["image hotspot","hotspot","image"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"image":{"type":"object","default":{"url":"","desktop":{"height":"400px","width":"100%"},"tablet":{"height":"400px","width":"100%"},"mobile":{"height":"400px","width":"100%"},"objectFit":"fill"}},"options":{"type":"object","default":{"speed":400,"delay":200}},"preset":{"type":"string","default":"default"},"spots":{"type":"object","default":{"normal":{"color":{"bg":"#8a2be2","icon":"#fff"},"border":{}},"hover":{"color":{"bg":"#8a2be2","icon":"#fff"},"border":{}},"desktop":{"height":"40px","width":"40px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"50px","right":"50px","top":"50px","bottom":"50px"},"iconSize":"12px"},"tablet":{"height":"40px","width":"40px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"50px","right":"50px","top":"50px","bottom":"50px"},"iconSize":"12px"},"mobile":{"height":"40px","width":"40px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"50px","right":"50px","top":"50px","bottom":"50px"},"iconSize":"12px"}}},"tooltip":{"type":"object","default":{"desktop":{"width":"200px","padding":{"left":"5px","right":"5px","top":"5px","bottom":"5px"},"radius":{"left":"3px","right":"3px","top":"3px","bottom":"3px"}},"tablet":{"width":"","padding":{},"radius":{}},"mobile":{"width":"","padding":{},"radius":{}},"typo":{"fontSize":{"desktop":"15px"}},"textColor":"#fff","bgColor":"#8a2be2","border":{"width":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"hotspot":{"type":"array","default":[{"borderColor":"","bgColor":"","spotsSize":"","option":"spot","spotOption":"text","spotText":"+","icon":{"url":{"upload":"","library":""},"type":"library"},"image":"","tooltip":"<p>Tooltip contents</p>","tooltipPosition":"left","position":{"desktop":{"x":0,"y":0},"tablet":{},"mobile":{}},"iconColor":"","iconSize":"12px","spotLink":"","newWindow":false},{"borderColor":"","bgColor":"","spotsSize":"","option":"spot","spotOption":"text","spotText":"+","icon":{"url":{"upload":"","library":""},"type":"library"},"image":"","tooltip":"<p>Tooltip contents</p>","tooltipPosition":"left","position":{"desktop":{"x":30,"y":40},"tablet":{},"mobile":{}},"iconColor":"","iconSize":"12px","spotLink":"","newWindow":false}]},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 1)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center-center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),CS=({attributes:a,id:s,isBackend:o=!1})=>{const{image:n,options:l,spots:r,tooltip:c,advanced:d,hotspot:h}=a,p=`#${s} .b-blocks-hotspot-image-wrapper`,g=`${p} .b-blocks-hotspot-image`,u=`${p} .b-blocks-bphb-hotspot-container`,m=`${u} .b-blocks-bphb-hotspot`,v=`${m} .b-blocks-imghp-upload-icon`,b=`${m} .b-blocks-imghp-text-icon`,f=`${m} .b-blocks-tooltip-reader`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",c.typo).googleFontLink}\n\t\t${ei(f,c.typo).styles}\n\t\t${p}{\n\t\t\t${qn("width",n.desktop.width)}\n\t\t\t${qn("height",n.desktop.height)}\n\t\t}\n\t\t${h?.map(((e,t)=>`${u}#b-blocks-bphb-hotspot-container-${t}{\n\t\t\t\t${qn("left",`${e.position.desktop.x}%`)}\n\t\t\t\t${qn("top",`${e.position.desktop.y}%`)}\n\t\t\t}`)).join(" ")}\n\t\t${m} .b-blocks-imghp-library-icon>svg{\n\t\t\t${qn("fill",r.normal.color.icon)}\n\t\t\t${qn("color",r.iconColor)}\n\t\t\t${qn("height",r.desktop.iconSize)}\n\t\t\t${qn("width",r.desktop.iconSize)}\n\t\t}\n\t\t${m}{\n\t\t\t${qn("height",r.desktop.height)}\n\t\t\t${qn("width",r.desktop.width)}\n\t\t\t${qn("border-radius",ti(r.desktop.radius))}\n\t\t\t${qn("background-color",r.normal.color.bg)}\n\t\t\t${qn("padding",ti(r.desktop.padding))}\n\t\t\t${Gn(r.normal.border)}\n\t\t}\n ${v}{\n ${qn("fill",r.normal.color.icon)}\n\t\t\t${qn("color",r.iconColor)}\n\t\t\t${qn("height",r.desktop.iconSize)}\n\t\t\t${qn("width",r.desktop.iconSize)}\n }\n ${b}{\n ${qn("color",r.normal.color.icon)}\n\t\t\t${qn("font-size",r.desktop.iconSize)}\n }\n\t\t\t${m}.three{\n\t\t\tborder:unset;\n\t\t\t}\n\t\t\t${m}.three>span{\n\t\t\t${Gn(r.normal.border)}\n\t\t\t}\n\n\t\t\t${m}>svg{\n\t\t\t${qn("color",r.normal.color.icon)}\n\t\t\t${qn("height",r.desktop.iconSize)}\n\t\t\t${qn("width",r.desktop.iconSize)}\n\t\t}\n\t\t${m}>svg path{\n\t\t\t${qn("fill",r.normal.color.icon)}\n\t\t}\n\t\t${m}:hover{\n\t\t\t${qn("background-color",r.hover.color.bg)}\n\t\t\t${Gn(r.hover.border)}\n\t\t}\n\t\t${m}:hover>span{\n\t\t\t${qn("color",r.hover.color.icon)}\n\t\t}\n\t\t${m}:hover>svg{\n\t\t\t${qn("color",r.hover.color.icon)}\n\t\t}\n\t\t${m}:hover>svg path{\n\t\t\t${qn("fill",r.hover.color.icon)}\n\t\t}\n\t\t${m}:where(span,img){\n\t\t\t${qn("color",r.normal.color.icon)}\n\t\t\t${qn("font-size",r.desktop.iconSize)}\n\t\t\t${Gn(r.normal.border)}\n\t\t}\n\n\t\t${f}{\n\t\t\ttransition-duration: ${l.speed}ms;\n\t\t\ttransition-delay: ${l.delay}ms;\n\t\t\t${Gn(c.border)}\n\t\t\t${qn("box-shadow",Kn(c?.shadow||[]))}\n\t\t\t${qn("width",c.desktop.width)}\n\t\t\t${qn("background-color",c.bgColor)}\n\t\t\t${qn("padding",ti(c.desktop.padding))}\n\t\t\t${qn("border-radius",ti(c.desktop.radius))}\n\t\t}\n\t\t${f} .b-blocks-bphb-tooltip-content>*{\n\t\t\t\tcolor: ${c.textColor} !important;\n\t\t\t\tmargin:0px;\n\t\t\t}\n\t\t\t${g}{\n\t\t\t${qn("width",n.desktop.width)};\n\t\t\t${qn("height",n.desktop.height)};\n\t\t\t${qn("object-fit",n.objectFit)}\n\t\t\t}\n\t\t${e} {\n\n\t\t${m} .b-blocks-imghp-library-icon>svg{\n\t\t\t${qn("height",r.tablet.iconSize)}\n\t\t\t${qn("width",r.tablet.iconSize)}\n\t\t}\n\t\t${m}{\n\t\t\t${qn("height",r.tablet.height)}\n\t\t\t${qn("width",r.tablet.width)}\n\t\t\t${qn("border-radius",ti(r.tablet.radius))}\n\t\t\t${qn("padding",ti(r.tablet.padding))}\n\t\t}\n ${b}{\n\t\t\t${qn("font-size",r.tablet.iconSize)}\n }\n\t\t${m}>span{\n\t\t\t${qn("font-size",r.tablet.iconSize)}\n\t\t}\n\n\t\t${f}{\n\t\t\t${qn("width",c.tablet.width)}\n\t\t\t${qn("padding",ti(c.tablet.padding))}\n\t\t\t${qn("border-radius",ti(c.tablet.radius))}\n\t\t}\n }\n\t\t${t} {\n\t\t${m} .b-blocks-imghp-library-icon>svg{\n\t\t\t${qn("height",r.mobile.iconSize)}\n\t\t\t${qn("width",r.mobile.iconSize)}\n\t\t}\n\t\t${m}{\n\t\t\t${qn("height",r.mobile.height)}\n\t\t\t${qn("width",r.mobile.width)}\n\t\t\t${qn("border-radius",r.mobile.radius)}\n\t\t\t${qn("padding",ti(r.mobile.padding))}\n\t\t}\n\t\t${m}>span{\n\t\t\t${qn("font-size",r.mobile.iconSize)}\n\t\t\t}\n\t\t\t${b}{\n\t\t\t${qn("font-size",r.mobile.iconSize)}\n\t\t\t}\n\n\t\t${f}{\n\t\t\t${qn("width",c.mobile.width)}\n\t\t\t${qn("padding",ti(c.mobile.padding))}\n\t\t\t${qn("border-radius",ti(c.mobile.radius))}\n\t\t}\n\t}\n\t\t${hi(s,d,o,!1)}\n\t\t`}})},_S=({value:e,onChange:t=()=>{},preset:a,element:s,setActiveIdx:o,index:n,wrapperEl:l,align:r,isSelected:c,...d})=>{const[h,p]=(0,g.useState)(e||{x:0,y:0}),[u,m]=(0,g.useState)({x:0,y:0}),[v,b]=(0,g.useState)(!1),f=(0,g.useRef)(null);return(0,g.useEffect)((()=>{const e=f.current;if(!e||!l)return;const t=(e,t)=>{const a=l.getBoundingClientRect(),s=(e-a.left)/a.width*100,o=(t-a.top)/a.height*100;return{x:Math.min(Math.max(s,0),100),y:Math.min(Math.max(o,0),100)}},a=e=>{b(!0);const a=t(e.clientX,e.clientY);m({x:a.x-h.x,y:a.y-h.y})},s=e=>{if(v){const a=t(e.clientX,e.clientY);p({x:a.x-u.x,y:a.y-u.y})}},o=()=>{b(!1)};return l.addEventListener("mouseup",o),l.addEventListener("mousemove",s),e.addEventListener("mousedown",a),document.addEventListener("mouseup",o),()=>{e.removeEventListener("mousedown",a),l.removeEventListener("mousemove",s),l.removeEventListener("mouseup",o),document.removeEventListener("mouseup",o)}}),[c,v,l,h,s.spotOption,s.tooltipPosition,r]),(0,g.useEffect)((()=>{p(e)}),[e,s.spotOption]),(0,g.useEffect)((()=>{t(h)}),[h,s.spotOption]),(0,i.jsxs)(i.Fragment,{children:["text"===s.spotOption&&(0,i.jsx)("div",{onClick:()=>o(n),onMouseDown:()=>o(n),...d,ref:f,style:{position:"absolute",cursor:"move"},className:"b-blocks-bphb-hotspot-container",id:`b-blocks-bphb-hotspot-container-${n}`,children:(0,i.jsxs)("div",{className:"b-blocks-bphb-hotspot "+("default"===a?"circle":"themetwo"===a?"two":"themethree"===a?"three":"themefour"===a?"fourth":"fifth"),children:[s.tooltip&&(0,i.jsx)("div",{className:`b-blocks-tooltip-reader ${"default"===a?"one":"themetwo"===a?"two":"themethree"===a?"three":"themefour"===a?"fourth":"fifth"} b-blocks-tooltip-${s.tooltipPosition}`,children:(0,i.jsx)("div",{className:"b-blocks-bphb-tooltip-content",dangerouslySetInnerHTML:{__html:s.tooltip}})}),(0,i.jsx)("span",{className:"b-blocks-imghp-text-icon",children:s.spotText})]})}),"icon"===s.spotOption&&(0,i.jsx)("div",{...d,ref:f,onClick:()=>o(n),onMouseDown:()=>o(n),style:{position:"absolute",cursor:"move"},className:"b-blocks-bphb-hotspot-container",id:`b-blocks-bphb-hotspot-container-${n}`,children:(0,i.jsxs)("div",{className:"b-blocks-bphb-hotspot "+("default"===a?"circle":"themetwo"===a?"two":"themethree"===a?"three":"themefour"===a?"fourth":"fifth"),children:[s.tooltip&&(0,i.jsx)("div",{className:`b-blocks-tooltip-reader ${"default"===a?"one":"themetwo"===a?"two":"themethree"===a?"three":"themefour"===a?"fourth":"fifth"} b-blocks-tooltip-${s.tooltipPosition}`,children:(0,i.jsx)("div",{className:"b-blocks-bphb-tooltip-content",dangerouslySetInnerHTML:{__html:s.tooltip}})}),"upload"===s.icon.type&&(0,i.jsx)("span",{className:"b-blocks-imghp-upload-icon",dangerouslySetInnerHTML:{__html:s.icon.url.upload}}),"library"===s.icon.type&&(0,i.jsx)("span",{className:"b-blocks-imghp-library-icon",dangerouslySetInnerHTML:{__html:s.icon.url.library}})]})}),"image"===s.spotOption&&(0,i.jsx)("div",{...d,ref:f,onClick:()=>o(n),onMouseDown:()=>o(n),style:{position:"absolute",cursor:"move"},className:"b-blocks-bphb-hotspot-container",id:`b-blocks-bphb-hotspot-container-${n}`,children:(0,i.jsxs)("div",{className:"b-blocks-bphb-hotspot "+("default"===a?"circle":"themetwo"===a?"two":"themethree"===a?"three":"themefour"===a?"fourth":"fifth"),children:[s.tooltip&&(0,i.jsx)("div",{className:`b-blocks-tooltip-reader ${"default"===a?"one":"themetwo"===a?"two":"themethree"===a?"three":"themefour"===a?"fourth":"fifth"} b-blocks-tooltip-${s.tooltipPosition}`,children:(0,i.jsx)("div",{className:"b-blocks-bphb-tooltip-content",dangerouslySetInnerHTML:{__html:s.tooltip}})}),s.image&&(0,i.jsx)("img",{src:s.image,style:{width:"100%",height:"100%",borderRadius:"inherit",objectFit:"cover"},alt:""})]})})]})},MS=({attributes:e,setAttributes:t,setActiveIdx:a,isSelected:s})=>{const{hotspot:o,image:n,preset:l,align:r}=e,[c,d]=(0,g.useState)(null),h=(0,g.useCallback)((e=>d(e)),[]);return(0,i.jsxs)("div",{ref:h,className:"b-blocks-hotspot-image-wrapper",children:[(0,i.jsx)("img",{src:n?.url||la,alt:n?.alt||"Hotspot Image",className:"b-blocks-hotspot-image"}),o.map(((e,n)=>(0,i.jsx)(_S,{setActiveIdx:a,preset:l,align:r,isSelected:s,value:e.position.desktop,wrapperEl:c,element:e,index:n,onChange:e=>t({hotspot:_v(o,(t=>{t[n].position.desktop=e}))})},n)))]})},zS=[{label:"Default",value:"left"},{label:"Left",value:"left"},{label:"Top",value:"top"},{label:"Right",value:"right"},{label:"Bottom",value:"bottom"},{label:"Top Left",value:"topleft"},{label:"Top Right",value:"topright"},{label:"Bottom Left",value:"bottomleft"},{label:"Bottom Right",value:"bottomright"}],jS={desktop:{height:"40px",width:"40px",padding:{left:"0px",right:"0px",top:"0px",bottom:"0px"},radius:{left:"50px",right:"50px",top:"50px",bottom:"50px"},iconSize:"12px"},tablet:{height:"",width:"",padding:{},radius:{},iconSize:""},mobile:{height:"",width:"",padding:{},radius:{},iconSize:""},normal:{color:{bg:"#8a2be2",icon:"#fff"},border:{width:"0px"}},hover:{color:{bg:"",icon:"#fff"},border:{}}},LS={desktop:{height:"40px",width:"40px",padding:{left:"0px",right:"0px",top:"0px",bottom:"0px"},radius:{left:"50px",right:"50px",top:"50px",bottom:"5px"},iconSize:"12px"},tablet:{height:"",width:"",padding:{},radius:{},iconSize:""},mobile:{height:"",width:"",padding:{},radius:{},iconSize:""},normal:{color:{bg:"#cd7418",icon:"#fff"},border:{width:"0px"}},hover:{color:{bg:"",icon:"#fff"},border:{}}},SS={desktop:{height:"40px",width:"40px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"50px",right:"50px",top:"50px",bottom:"50px"},iconSize:"12px"},tablet:{height:"",width:"",padding:{},radius:{},iconSize:""},mobile:{height:"",width:"",padding:{},radius:{},iconSize:""},normal:{color:{bg:"#cd18bf",icon:"#fff"},border:{color:"#fff",style:"solid",width:"1px"}},hover:{color:{bg:"",icon:"#fff"},border:{}}},$S={desktop:{height:"40px",width:"40px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"50px",right:"50px",top:"50px",bottom:"50px"},iconSize:"16px"},tablet:{height:"",width:"",padding:{},radius:{},iconSize:""},mobile:{height:"",width:"",padding:{},radius:{},iconSize:""},normal:{color:{bg:"",icon:"#77cd18"},border:{color:"#77cd18",style:"solid",width:"2px"}},hover:{color:{bg:"",icon:"#77cd18"},border:{color:"#77cd18",style:"solid",width:"2px"}}},HS={desktop:{height:"40px",width:"100px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"50px",right:"50px",top:"50px",bottom:"50px"},iconSize:"25px"},tablet:{height:"",width:"",padding:{},radius:{},iconSize:""},mobile:{height:"",width:"",padding:{},radius:{},iconSize:""},normal:{color:{bg:"#3cbcd1a3",icon:"#fff"},border:{width:"0px"}},hover:{color:{bg:"",icon:"#fff"},border:{width:"0px"}}},TS=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],BS=[{label:"None",value:""},{label:"Cover",value:"cover"},{label:"Contain",value:"contain"},{label:"Fill",value:"fill"}],AS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,device:a,updateObj:s})=>{const{image:o}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Image","b-blocks"),children:[(0,i.jsx)(xe,{label:(0,v.__)("Choose Image","b-blocks"),height:"100%",width:"100%",value:o?.url?{url:o.url}:{url:la},default:la,onChange:e=>t({image:{...o,url:e.url}})}),(0,i.jsx)(f,{children:(0,v.__)("Image Fit","b-blocks")}),(0,i.jsx)(ga,{options:BS,size:"small",value:o.objectFit,onChange:e=>s("image",e,"objectFit")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",isUnitSelectTabbable:!0,value:o[a].height,min:1,max:1e3,onChange:e=>s("image",e,a,"height")})]})})),VS={desktop:{width:"200px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"3px",right:"3px",top:"3px",bottom:"3px"}},tablet:{width:"",padding:{},radius:{}},mobile:{width:"",padding:{},radius:{}},border:{},typo:{fontSize:{desktop:"15px"}},bgColor:"#8a2be2",boxShadow:"0px 0px 0px 0px #707070"},NS={desktop:{width:"200px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"3px",right:"3px",top:"3px",bottom:"3px"}},tablet:{width:"",padding:{},radius:{}},mobile:{width:"",padding:{},radius:{}},border:{},typo:{fontSize:{desktop:"15px"}},textColor:"#fff",bgColor:"#cd7418",boxShadow:"0px 0px 0px 0px #707070"},PS={desktop:{width:"200px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"3px",right:"3px",top:"3px",bottom:"3px"}},tablet:{width:"",padding:{},radius:{}},mobile:{width:"",padding:{},radius:{}},border:{},typo:{fontSize:{desktop:"15px"}},textColor:"#fff",bgColor:"#cd18bf",boxShadow:"0px 0px 0px 0px #707070"},ES={desktop:{width:"200px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"3px",right:"3px",top:"3px",bottom:"3px"}},tablet:{width:"",padding:{},radius:{}},mobile:{width:"",padding:{},radius:{}},border:{},typo:{fontSize:{desktop:"15px"}},textColor:"#fff",bgColor:"#77cd18",boxShadow:"0px 0px 0px 0px #707070"},IS={desktop:{width:"200px",padding:{left:"5px",right:"5px",top:"5px",bottom:"5px"},radius:{left:"3px",right:"3px",top:"3px",bottom:"3px"}},tablet:{width:"",padding:{},radius:{}},mobile:{width:"",padding:{},radius:{}},border:{},typo:{fontSize:{desktop:"15px"}},textColor:"#fff",bgColor:"#3cbcd1",boxShadow:"0px 0px 0px 0px #707070"},OS=({attributes:e,setAttributes:t})=>{const{preset:a}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Presets","b-blocks"),children:[(0,i.jsx)("span",{children:"Templates"}),(0,i.jsx)("div",{className:"presets-container",children:[{value:"default",img:"https://templates.bplugins.com/wp-content/uploads/2025/03/default.png"},{value:"themetwo",img:"https://templates.bplugins.com/wp-content/uploads/2025/03/Screenshot-2025-03-13-160416.png"},{value:"themethree",img:"https://templates.bplugins.com/wp-content/uploads/2025/03/Screenshot-2025-03-13-160945.png"},{value:"themefour",img:"https://templates.bplugins.com/wp-content/uploads/2025/03/Screenshot-2025-03-13-161051.png"},{value:"themefive",img:"https://templates.bplugins.com/wp-content/uploads/2025/03/Screenshot-2025-03-13-161736.png"}].map(((e,s)=>(0,i.jsxs)("div",{onClick:()=>{const a=e.value;t({preset:a,spots:"default"===a?jS:"themetwo"===a?LS:"themethree"===a?SS:"themefour"===a?$S:HS,tooltip:"default"===a?VS:"themetwo"===a?NS:"themethree"===a?PS:"themefour"===a?ES:IS})},className:"single-preset "+(a===e.value?"active":""),children:[(0,i.jsx)("div",{className:"preset-tooltip-container",children:(0,i.jsxs)("div",{className:"preset-tooltip",children:[(0,i.jsx)("i",{className:"fa-solid fa-caret-down"}),(0,i.jsxs)("span",{children:["Design ",s+1]})]})}),(0,i.jsx)("img",{src:e.img,alt:""})]},s)))})]})},RS=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M292.6 407.78l-120-320a22 22 0 00-41.2 0l-120 320a22 22 0 0041.2 15.44l36.16-96.42a2 2 0 011.87-1.3h122.74a2 2 0 011.87 1.3l36.16 96.42a22 22 0 0041.2-15.44zm-185.84-129l43.37-115.65a2 2 0 013.74 0l43.37 115.67a2 2 0 01-1.87 2.7h-86.74a2 2 0 01-1.87-2.7zM400.77 169.5c-41.72-.3-79.08 23.87-95 61.4a22 22 0 0040.5 17.2c8.88-20.89 29.77-34.44 53.32-34.6 32.32-.22 58.41 26.5 58.41 58.85a1.5 1.5 0 01-1.45 1.5c-21.92.61-47.92 2.07-71.12 4.8-54.75 6.44-87.43 36.29-87.43 79.85 0 23.19 8.76 44 24.67 58.68C337.6 430.93 358 438.5 380 438.5c31 0 57.69-8 77.94-23.22h.06a22 22 0 1044 .19v-143c0-56.18-45-102.56-101.23-102.97zM380 394.5c-17.53 0-38-9.43-38-36 0-10.67 3.83-18.14 12.43-24.23 8.37-5.93 21.2-10.16 36.14-11.92 21.12-2.49 44.82-3.86 65.14-4.47a2 2 0 012 2.1C455 370.1 429.46 394.5 380 394.5z"})}),DS=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 576 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"})}),FS=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 512 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"})}),qS=e=>{const{attributes:t,setAttributes:a,arrKey:s,index:o,setActiveIndex:n}=e,l=t[s],r=l[o],{data:c}=pd("bBlocksUtils"),{refetch:d}=hd("b-blocks-enable-svg-mime-type",{_wpnonce:c?.nonce},!1),h=async()=>{await d()},p=new zt,g=(e,t,s=null,i=null)=>{const r=_v(l,(a=>{null!==i?a[o][e][s][i]=t:null!==s?a[o][e][s]=t:a[o][e]=t}));a({hotspot:r}),n&&n(o)};return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",initialTabName:r.option,tabs:[{title:"Spot",name:"spot"},{title:"Tooltip",name:"tooltip"}],onSelect:e=>g("option",e),children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:["spot"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ga,{options:[{label:"Text",icon:(0,i.jsx)(RS,{}),value:"text"},{label:"Icon",icon:(0,i.jsx)(DS,{}),value:"icon"},{label:"Image",icon:(0,i.jsx)(FS,{}),value:"image"}],value:r?.spotOption,label:"Type",onChange:e=>g("spotOption",e),isIcon:!0}),"text"===r.spotOption&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)("p",{style:{margin:0},children:"Text"}),(0,i.jsx)(b.__experimentalInputControl,{className:"bpl-bphb-hostpot-block",value:r?.spotText,onChange:e=>g("spotText",e)})]}),(0,i.jsx)(f,{children:(0,v.__)("Spot Link","b-blocks")}),(0,i.jsx)(b.__experimentalInputControl,{className:"bpl-bphb-hostpot-block",placeholder:"https://example.com",value:r?.spotLink,onChange:e=>g("spotLink",e)}),(0,i.jsx)(b.CheckboxControl,{label:"Open in new window",className:"mt10",checked:r.newWindow,onChange:e=>g("newWindow",e)})]}),"icon"===r.spotOption&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qe,{label:(0,v.__)("Icon Type","b-blocks"),className:"mt10",options:[{label:"Library",value:"library"},{label:"Upload",value:"upload"}],value:r.icon.type,onChange:e=>g("icon",e,"type")}),(0,i.jsxs)("div",{className:"mt15",children:["library"===r.icon.type&&(0,i.jsx)(Pa,{label:(0,v.__)("Icon Library","b-blocks"),value:r.icon.url.library,onChange:e=>g("icon",e,"url","library")}),"upload"===r.icon.type&&(0,i.jsx)(xe,{onClick:h,types:["image/svg+xml"],value:{url:r.icon.url.upload},label:"Upload SVG",onChange:async e=>{const t=e?.url?await p.sanitizeFile(e?.url):"";g("icon",t,"url","upload")},isSvgEnabled:!0})]})]}),"image"===r.spotOption&&(0,i.jsx)("div",{className:"mt15",children:(0,i.jsx)(xe,{value:{url:r.image},label:(0,v.__)("Choose Image","b-blocks"),onChange:e=>g("image",e.url)})}),(0,i.jsx)("hr",{}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("X Position","b-blocks"),value:r.position.desktop.x,onChange:e=>g("position",e,"x"),min:0,max:100}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Y Position","b-blocks"),value:r.position.desktop.y,onChange:e=>g("position",e,"y"),min:0,max:100})]}),"tooltip"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wn,{value:r.tooltip,onChange:e=>g("tooltip",e),className:"mt10"}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Position","b-blocks"),className:"mt10",labelPosition:"edge",value:r.tooltipPosition,options:zS,onChange:e=>g("tooltipPosition",e)})]})]})})})},WS=({attributes:e,setAttributes:t,activeIdx:a,setActiveIdx:s,device:o})=>{const n={attributes:e,setAttributes:t,arrKey:"hotspot",activeIndex:a,setActiveIndex:s,device:o},l=Math.floor(91*Math.random()),r=Math.floor(91*Math.random());return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Spots","b-blocks"),children:[(0,i.jsx)(dn,{...n,newItem:(c=l,d=r,{borderColor:"",bgColor:"",spotsSize:"",option:"spot",spotOption:"text",spotText:"+",icon:{url:{upload:"",library:""},type:"library"},image:"",tooltip:"<p>Tooltip contents</p>",tooltipPosition:"left",position:{desktop:{x:c,y:d},tablet:{},mobile:{}},iconColor:"",iconSize:"12px",spotLink:"",newWindow:!1}),itemLabel:"Spot",design:"sortable",ItemSettings:qS}),!1]});var c,d},US=({attributes:e,updateObj:t})=>{const{options:a}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Tooltip Options","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)("span",{children:(0,v.__)("Speed (ms)","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{onChange:e=>t("options",e,"speed"),isDragEnabled:!0,isShiftStepEnabled:!0,shiftStep:10,step:1,min:100,value:Number(a.speed)})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)("span",{children:(0,v.__)("Delay (ms)","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{onChange:e=>t("options",e,"delay"),isDragEnabled:!0,isShiftStepEnabled:!0,shiftStep:10,step:1,min:100,value:Number(a.delay)})]})]})},GS=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(AS,{...e}),(0,i.jsx)(WS,{...e}),(0,i.jsx)(US,{...e}),(0,i.jsx)(OS,{...e})]}),YS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,device:t,updateObj:a})=>{const{image:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Image","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",isUnitSelectTabbable:!0,value:s[t].width,min:1,max:100,onChange:e=>a("image",e,t,"width")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",isUnitSelectTabbable:!0,value:s[t].height,min:1,max:1e3,onChange:e=>a("image",e,t,"height")})]})})),ZS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,device:t,updateObj:a})=>{const{spots:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Spots","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",units:[{label:"PX",value:"px"}],isUnitSelectTabbable:!0,value:s[t].width,min:1,max:700,onChange:e=>a("spots",e,t,"width")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height","b-blocks"),(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[{label:"PX",value:"px"}],isUnitSelectTabbable:!0,value:s[t].height,min:1,max:700,onChange:e=>a("spots",e,t,"height")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[{label:"PX",value:"px"}],isUnitSelectTabbable:!0,value:s[t].iconSize,min:1,max:200,onChange:e=>a("spots",e,t,"iconSize")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",values:s[t].padding,resetValues:{left:"0px",right:"0px",top:"0px",bottom:"0px"},onChange:e=>a("spots",e,t,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",values:s[t].radius,resetValues:{left:"5px",right:"5px",top:"5px",bottom:"5px"},onChange:e=>a("spots",e,t,"radius")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Le,children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:"Text/Icon Color",value:s[e].color.icon,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:t=>a("spots",t,e,"color","icon")}),(0,i.jsx)(De,{label:"Background Color",value:s[e].color.bg,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:t=>a("spots",t,e,"color","bg")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:s[e].border,onChange:t=>a("spots",t,e,"border")})]})})]})})),KS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,device:t,updateObj:a})=>{const{tooltip:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Tooltip","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",units:[{label:"px",value:"px"}],isUnitSelectTabbable:!0,value:s[t].width,min:1,max:800,onChange:e=>a("tooltip",e,t,"width")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s[t].padding,resetValues:{left:"5px",right:"5px",top:"5px",bottom:"5px"},onChange:e=>a("tooltip",e,t,"padding")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:s.textColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>a("tooltip",e,"textColor")}),(0,i.jsx)(De,{label:(0,v.__)("Background Color","b-blocks"),value:s.bgColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>a("tooltip",e,"bgColor")}),(0,i.jsx)(Mn,{value:s.typo,onChange:e=>a("tooltip",e,"typo")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:s.border,onChange:e=>a("tooltip",e,"border")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",values:s[t].radius,resetValues:{left:"3px",right:"3px",top:"3px",bottom:"3px"},onChange:e=>a("tooltip",e,t,"radius")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:s.shadow,onChange:e=>a("tooltip",e,"shadow")})]})})),QS=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(YS,{...e}),(0,i.jsx)(ZS,{...e}),(0,i.jsx)(KS,{...e})]}),XS=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:" bBlocks "})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:TS,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(GS,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(QS,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})]})},JS=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o,device:n}=e,{image:l}=t,[r,c]=(0,g.useState)(0),d=(0,g.useRef)(null),p=bBlocksPremiumChecker,u=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(XS,{attributes:t,setAttributes:a,activeIdx:r,setActiveIdx:c,updateObj:u,isPremium:p,device:n}),(0,i.jsx)("div",{ref:d,...(0,h.useBlockProps)(),onDragStart:e=>e.stopPropagation(),draggable:!1,children:(0,i.jsxs)("div",{children:[(0,i.jsx)(CS,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)(MS,{attributes:t,setAttributes:a,activeIdx:r,setActiveIdx:c,isSelected:o,device:n},`${JSON.stringify(l.width)}-${n}`)]})})]})}));br(kS.name)&&(0,d.registerBlockType)(kS,{icon:gl,edit:JS});const e$=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/image-scroller","version":"1.0.0","title":"Image Scroller","category":"bBlocks","description":"A dynamic image scroller that smoothly scrolls images on hover, featuring customizable speed, easing, and options for vertical or horizontal scrolling.","keywords":["scroll","image","image scroller"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"image":{"type":"object","default":{"img":{},"height":{"desktop":"200px","tablet":"","mobile":""}}},"options":{"type":"object","default":{"direction":"vertical","isScrollAuto":true,"duration":1000,"easing":"ease-in-out"}},"style":{"type":"object","default":{}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"mask":{"isMask":false,"shape":{"type":"circle","url":""},"size":{"type":"center center","scale":"100%"},"position":{"type":"center center","x":50,"y":50},"repeat":"no-repeat"},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),t$=({attributes:e,device:t})=>{const{image:a,options:s}=e,{direction:o,isScrollAuto:n}=s,l=(0,g.useRef)(null),r=(0,g.useRef)(null),{device:c}=dd(),d=t||c;(0,g.useEffect)((()=>{l.current&&r.current&&n&&(l.current?.addEventListener("mouseover",(()=>{"vertical"===o&&Number(r.current.clientHeight)>parseInt(a.height[d])&&(r.current.style.transform=`translateY(-${Number(r.current.clientHeight)-parseInt(a.height[d])}px)`),"horizontal"===o&&Number(r.current.clientWidth)>Number(l.current.clientWidth)&&(r.current.style.transform=`translateX(-${Number(r.current.clientWidth)-Number(l.current.clientWidth)}px)`)})),l.current?.addEventListener("mouseout",(()=>{"vertical"===o&&(r.current.style.transform="translateY(0px)"),"horizontal"===o&&(r.current.style.transform="translateX(0px)")})))}),[n,r.current]);const h=()=>(0,i.jsx)("div",{ref:l,className:`b-blocks-image-scroller-wrapper ${o} ${n?"":"scrollable"}`,children:(0,i.jsx)("img",{ref:r,className:"b-blocks-image-scroller",src:a.img.url,alt:a.img.alt})});return(0,i.jsx)(h,{})},a$=({attributes:a,id:s,isBackend:o=!1})=>{const{image:n,options:l,advanced:r}=a,{easing:c,duration:d}=l,h=`#${s} .b-blocks-image-scroller-wrapper`,p=`${h} .b-blocks-image-scroller`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t${h}{\n\t\t\t${qn("height",n.height.desktop)}\n\t\t}\n\t\t${p}{\n\t\t\ttransition: transform ${d}ms ${c};\n\t\t}\n\t\t${e}{\n\t\t\t${qn("height",n.height.tablet)}\n\t\t}\n\t\t${t}{\n\t\t\t${qn("height",n.height.mobile)}\n\t\t}\n\t\t${hi(s,r,o)}\n\t\t`}})},s$=[{label:(0,v.__)("Vertical","b-blocks"),value:"vertical"},{label:(0,v.__)("Horizontal","b-blocks"),value:"horizontal"}],o$=[{label:(0,v.__)("Ease","b-blocks"),value:"ease"},{label:(0,v.__)("Linear","b-blocks"),value:"linear"},{label:(0,v.__)("Ease In","b-blocks"),value:"ease-in"},{label:(0,v.__)("Ease Out","b-blocks"),value:"ease-out"},{label:(0,v.__)("Ease In Out","b-blocks"),value:"ease-in-out"}],n$=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],i$=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,device:s}=e,{image:o,options:n}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(xe,{value:o.img,height:"100%",width:"100%",onChange:e=>a({image:ue(o,e,"img")})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Container Height","b-blocks")," ",(0,i.jsx)(y,{})]}),value:o.height[s],onChange:e=>a({image:ue(o,e,"height",s)})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Scroll Direction","b-blocks"),labelPosition:"edge",className:"mt10",options:s$,value:n.direction,onChange:e=>a({options:ue(n,e,"direction")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Auto Scroll","b-blocks"),className:"mt10",value:n.isScrollAuto,checked:n.isScrollAuto,onChange:e=>a({options:ue(n,e,"isScrollAuto")})}),n.isScrollAuto&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Scroll Duration (ms)","b-blocks"),className:"mt10",step:50,max:1e4,value:n.duration,onChange:e=>a({options:ue(n,e,"duration")})}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Easing","b-blocks"),labelPosition:"edge",className:"mt10",options:o$,value:n.easing,onChange:e=>a({options:ue(n,e,"easing")})})]})]})]})})),l$=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)("div",{className:"bPlInspectorInfo",children:(0,i.jsx)(zn,{})}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:n$,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(i$,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})]})})},r$=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{image:n}=t,l=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l$,{attributes:t,setAttributes:a,isPremium:l}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(a$,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:n.img.url?(0,i.jsx)(t$,{attributes:t,device:o}):(0,i.jsx)(h.MediaPlaceholder,{allowedTypes:["image"],multiple:!1,labels:{title:"Upload Image"},accept:"image/*",addToGallery:!0,onSelect:e=>{a({image:ue(n,e,"img")})}})})})]})]})}));br(e$.name)&&(0,d.registerBlockType)(e$,{icon:ul,edit:r$});const c$=JSON.parse('{"apiVersion":3,"name":"b-blocks/info-box","title":"Info Box","description":"Display information in box style.","category":"bBlocks","keywords":["information box","info box","message"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"infoBoxAlign":{"type":"string","default":"center"},"textAlign":{"type":"string","default":"center"},"width":{"type":"string","default":"100%"},"background":{"type":"object","default":{"color":"#f1f7ff"}},"padding":{"type":"object","default":{"vertical":"50px","horizontal":"50px"}},"border":{"type":"object","default":{"width":"10px","color":"#fff","radius":"5px"}},"shadow":{"type":"object","default":{"blur":"15px"}},"isIcon":{"type":"boolean","default":true},"icon":{"type":"object","default":{"class":"fa fa-info-circle","fontSize":70,"color":"#146EF5"}},"iconMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"title":{"type":"string","selector":"h3.infoBoxTitle","default":"Info Box Title"},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"25px","tablet":"22px","mobile":"20px"},"fontWeight":600}},"titleColor":{"type":"string","default":"#333"},"titleMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isDesc":{"type":"boolean","default":true},"desc":{"type":"string","selector":"p.infoBoxDescription","default":"This content area describes info box descriptions or details."},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"descColor":{"type":"string","default":"#333"},"descMargin":{"type":"object","default":{"side":4,"bottom":"15px"}},"isBtn":{"type":"boolean","default":false},"btn":{"type":"string","selector":"a.infoBoxButton","default":"Click Me"},"btnLink":{"type":"string","default":"#"},"isLinkNewTab":{"type":"boolean","default":true},"btnTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"btnColors":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"btnHovColors":{"type":"object","default":{"color":"#fff","bg":"#FF7A00"}},"btnPadding":{"type":"object","default":{"vertical":"8px","horizontal":"15px"}},"btnBorder":{"type":"object","default":{"radius":"5px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),d$=({settings:e})=>{const{attributes:{infoBoxAlign:t,textAlign:s,width:n,background:l,padding:r,border:c,shadow:d,isIcon:p,icon:g,iconMargin:u,titleTypo:m,titleColor:w,titleMargin:x,isDesc:y,descTypo:k,descColor:C,descMargin:_,isBtn:M,btnLink:z,isLinkNewTab:j,btnTypo:L,btnColors:S,btnHovColors:$,btnPadding:H,btnBorder:T},setAttributes:B}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Info Box Settings","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:n,onChange:e=>B({width:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:l,onChange:e=>B({background:e})}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:r,onChange:e=>B({padding:e}),defaults:{vertical:"50px",horizontal:"50px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:c,onChange:e=>B({border:e}),defaults:{width:"10px",color:"#fff",radius:"5px"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:d,onChange:e=>B({shadow:e}),defaults:{blur:"15px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:p,onChange:e=>B({isIcon:e})}),p&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Sa,{value:g,onChange:e=>B({icon:e}),defaults:{class:"fa fa-info-circle",fontSize:70,color:a}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:u,onChange:e=>B({iconMargin:e}),defaults:{side:4,bottom:"20px"}})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:m,onChange:e=>B({titleTypo:e}),defaults:{fontSize:{desktop:25,tablet:22,mobile:20},fontWeight:600}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:w,onChange:e=>B({titleColor:e}),defaultColor:"#333"}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:x,onChange:e=>B({titleMargin:e}),defaults:{side:4,bottom:"10px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Description","b-blocks"),checked:y,onChange:e=>B({isDesc:e})}),y&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Mn,{value:k,onChange:e=>B({descTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:C,onChange:e=>B({descColor:e}),defaultColor:"#333"}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:_,onChange:e=>B({descMargin:e}),defaults:{side:4,bottom:"15px"}})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Button","b-blocks"),checked:M,onChange:e=>B({isBtn:e})}),M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:z,onChange:e=>B({btnLink:e}),placeholder:(0,v.__)("Button link","b-blocks")})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Open link in new tab","b-blocks"),checked:j,onChange:e=>B({isLinkNewTab:e})}),(0,i.jsx)(Mn,{value:L,onChange:e=>B({btnTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(ka,{value:S,onChange:e=>B({btnColors:e}),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(ka,{label:(0,v.__)("Hover Colors:","b-blocks"),value:$,onChange:e=>B({btnHovColors:e}),defaults:{color:"#fff",bg:o}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:H,onChange:e=>B({btnPadding:e}),defaults:{vertical:"8px",horizontal:"15px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:T,onChange:e=>B({btnBorder:e}),defaults:{radius:"5px"}})]})]})]}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(h.AlignmentToolbar,{value:t,onChange:e=>B({infoBoxAlign:e}),describedBy:(0,v.__)("Info Box Alignment"),alignmentControls:[{title:(0,v.__)("Info Box in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Info Box in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Info Box in right","b-blocks"),align:"right",icon:"align-right"}]}),(0,i.jsx)(h.AlignmentToolbar,{value:s,onChange:e=>B({textAlign:e})})]})]})},h$="bBlocksInfoBox";br(c$.name)&&(0,d.registerBlockType)(c$,{icon:ml,edit:e=>{const{attributes:{infoBoxAlign:t,textAlign:a,width:s,background:o,padding:n,border:l,shadow:r,isIcon:c,icon:d,iconMargin:p,title:g,titleTypo:u,titleColor:m,titleMargin:b,isDesc:f,desc:w,descTypo:x,descColor:y,descMargin:k,isBtn:C,btn:_,btnLink:M,isLinkNewTab:z,btnTypo:j,btnColors:L,btnHovColors:S,btnPadding:$,btnBorder:H},setAttributes:T,clientId:B}=e,A=`#block-${B}`,V=`${A} .${h$}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(d$,{settings:e}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t${ei("",u)?.googleFontLink}\n\t\t\t\t${ei("",x)?.googleFontLink}\n\t\t\t\t${ei("",j)?.googleFontLink}\n\t\t\t\t${ei(`${V} .infoBoxTitle`,u)?.styles}\n\t\t\t\t${ei(`${V} .infoBoxDescription`,x)?.styles}\n\t\t\t\t${ei(`${V} .infoBoxButton`,j)?.styles}\n\n\t\t\t\t${A}{\n\t\t\t\t\ttext-align: ${t};\n\t\t\t\t}\n\t\t\t\t${V}{\n\t\t\t\t\ttext-align: ${a};\n\t\t\t\t\twidth: ${["0px","0%","0em"].includes(s)?"auto":s};\n\t\t\t\t\t${Wn(o)}\n\t\t\t\t\tpadding: ${Jn(n)};\n\t\t\t\t\t${Un(l)}\n\t\t\t\t\tbox-shadow: ${Xn(r)};\n\t\t\t\t}\n\t\t\t\t${V} .infoBoxIcon{\n\t\t\t\t\tmargin: ${Jn(p)};\n\t\t\t\t}\n\t\t\t\t${V} .infoBoxIcon i{\n\t\t\t\t\t${Zn(d)}\n\t\t\t\t}\n\t\t\t\t${V} .infoBoxTitle{\n\t\t\t\t\tcolor: ${m};\n\t\t\t\t\tmargin: ${Jn(b)};\n\t\t\t\t}\n\t\t\t\t${V} .infoBoxDescription{\n\t\t\t\t\tcolor: ${y};\n\t\t\t\t\tmargin: ${Jn(k)};\n\t\t\t\t}\n\t\t\t\t${V} .infoBoxButton{\n\t\t\t\t\t${Yn(L)}\n\t\t\t\t\tpadding: ${Jn($)};\n\t\t\t\t\t${Un(H)}\n\t\t\t\t}\n\t\t\t\t${V} .infoBoxButton:hover{\n\t\t\t\t\t${Yn(S)}\n\t\t\t\t}\n\t\t\t`}}),(0,i.jsxs)("div",{className:h$,children:[c&&d?.class&&(0,i.jsx)("div",{className:"infoBoxIcon",children:(0,i.jsx)("i",{className:d?.class})}),(0,i.jsx)(h.RichText,{className:"infoBoxTitle",tagName:"h3",value:g,onChange:e=>T({title:e}),placeholder:(0,v.__)("Info box title","b-blocks"),inlineToolbar:!0}),f&&(0,i.jsx)(h.RichText,{className:"infoBoxDescription",tagName:"p",value:w,onChange:e=>T({desc:e}),placeholder:(0,v.__)("Info box description","b-blocks"),inlineToolbar:!0}),C&&(0,i.jsx)(h.RichText,{className:"infoBoxButton",tagName:"a",value:_,href:_t(M),target:z?"_blank":"",rel:"noreferrer noopener",onChange:e=>T({btn:e}),placeholder:(0,v.__)("Click Me","b-blocks"),inlineToolbar:!0})]})]})]})},save:()=>null});const p$=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/infographic","version":"1.0.0","title":"Infographic Block","category":"bBlocks","description":"Build a circular infographic. Segment circles sit evenly around two decorative rings and reveal their title, divider, text and image inside the center disc on click or hover.","keywords":["infographic","circle","circular","segments","diagram","process","wheel"],"textdomain":"b-blocks","attributes":{"blockId":{"type":"string","default":""},"general":{"type":"object","default":{"desktop":{"alignment":"center"},"tablet":{"alignment":""},"mobile":{"alignment":""},"itemTriggerType":"click"}},"defaults":{"type":"object","default":{"item":"Title 1","itemTitle":"Info Title","itemText":"Select any segment around the circle to reveal its details right here.","image":{"id":null,"url":"","alt":""}}},"button":{"type":"object","default":{"showIcon":true,"showText":true}},"wheel":{"type":"object","default":{"startAngle":"0deg","direction":"clockwise","sweep":"360deg","radiusOffset":"0px","rotateLabels":false,"enableSegmentsType":false,"wedgeGap":"3deg"}},"animation":{"type":"object","default":{"enable":false,"trigger":"load","delay":"0ms","type":"spread","easing":"ease","speed":"500ms","stagger":"","order":"clockwise","rotate":false,"rotateSpeed":"20s","rotateDirection":"clockwise","pauseOnHover":true,"hoverMotion":"none","activePulse":false,"contentType":"fade","contentSpeed":"300ms"}},"elements":{"type":"object","default":{"title":true,"divider":true,"text":true,"image":false}},"items":{"type":"array","default":[{"id":"bBlocksInfographic-item-1","enable":true,"buttonLabel":"Title 1","position":"","buttonIcon":{"type":"icon","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120v136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z\'/></svg>","url":""},"title":"Info Title 1","description":"Describe the first part of your process, service or story in a sentence or two.","image":{"id":null,"url":"","alt":""},"imageHeight":"","imagePosition":"top","link":{"url":"","target":false,"nofollow":false,"title":""},"styles":{"normal":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"hover":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"active":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}}}},{"id":"bBlocksInfographic-item-2","enable":true,"buttonLabel":"Title 2","position":"","buttonIcon":{"type":"icon","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\'/></svg>","url":""},"title":"Info Title 2","description":"Describe the second part of your process, service or story in a sentence or two.","image":{"id":null,"url":"","alt":""},"imageHeight":"","imagePosition":"top","link":{"url":"","target":false,"nofollow":false,"title":""},"styles":{"normal":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"hover":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"active":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}}}},{"id":"bBlocksInfographic-item-3","enable":true,"buttonLabel":"Title 3","position":"","buttonIcon":{"type":"icon","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM169.8 165.3c-7.9 22.3 3.7 46.8 26 54.6l9.9 3.5c11.1 3.9 18.5 14.4 18.5 26.2s-7.4 22.3-18.5 26.2l-9.9 3.5c-22.3 7.9-33.9 32.3-26 54.6s32.3 33.9 54.6 26l9.9-3.5c11.1-3.9 23.4-.6 31.1 8.3l6.8 7.9c15.4 17.9 42.5 19.9 60.4 4.5s19.9-42.5 4.5-60.4l-6.8-7.9c-7.7-8.9-9.4-21.6-4.2-32.2l4.6-9.4c10.4-21.2 1.6-46.8-19.6-57.2s-46.8-1.6-57.2 19.6l-4.6 9.4c-5.2 10.6-16 17.3-27.8 17.3H209.6c-16.4 0-31-10.4-36.4-25.9l-3.4-9.1z\'/></svg>","url":""},"title":"Info Title 3","description":"Describe the third part of your process, service or story in a sentence or two.","image":{"id":null,"url":"","alt":""},"imageHeight":"","imagePosition":"top","link":{"url":"","target":false,"nofollow":false,"title":""},"styles":{"normal":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"hover":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"active":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}}}},{"id":"bBlocksInfographic-item-4","enable":true,"buttonLabel":"Title 4","position":"","buttonIcon":{"type":"icon","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm-24-136V232c0-13.3 10.7-24 24-24s24 10.7 24 24v144c0 13.3-10.7 24-24 24s-24-10.7-24-24zm24-224a32 32 0 1 1 0-64 32 32 0 1 1 0 64z\'/></svg>","url":""},"title":"Info Title 4","description":"Describe the fourth part of your process, service or story in a sentence or two.","image":{"id":null,"url":"","alt":""},"imageHeight":"","imagePosition":"top","link":{"url":"","target":false,"nofollow":false,"title":""},"styles":{"normal":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"hover":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}},"active":{"color":{"label":"","icon":"","title":"","divider":"","desc":""},"background":{},"border":{}}}}]},"icon":{"type":"object","default":{"view":"framed","shape":"circle","desktop":{"size":"20px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"size":"18px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"size":"16px","padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"color":"","border":{"normal":{},"hover":{}},"transition":"300ms","background":{"type":"solid","color":""},"position":"top","plateColor":"rgba(255, 255, 255, 0.22)"}},"segment":{"type":"object","default":{"normal":{"background":{"type":"solid","color":"#BFA83B"},"color":"#FFFFFF","border":{},"shadow":[]},"hover":{"background":{},"color":"","border":{},"shadow":[]},"active":{"background":{},"color":"","border":{},"shadow":[]},"desktop":{"size":"118px","padding":{"top":"","right":"","bottom":"","left":""}},"tablet":{"size":"96px","padding":{"top":"","right":"","bottom":"","left":""}},"mobile":{"size":"76px","padding":{"top":"","right":"","bottom":"","left":""}},"spacing":"6px","margin":{"top":"","right":"","bottom":"","left":""},"transition":"300ms","shape":"circle","radius":{"top":"","right":"","bottom":"","left":""},"labelTypo":{"fontSize":{"desktop":13,"tablet":12,"mobile":11},"fontWeight":"600"}}},"outerDisc":{"type":"object","default":{"desktop":{"size":"560px","ringGap":"0px"},"tablet":{"size":"460px","ringGap":"0px"},"mobile":{"size":"330px","ringGap":"0px"},"background":{"type":"solid","color":""},"borderColor":"#7E57C2","borderWidth":"2px","borderStyle":"solid","transition":"300ms","shadow":{"normal":[],"hover":[]}}},"innerDisc":{"type":"object","default":{"desktop":{"size":"276px","padding":{"top":"","right":"","bottom":"","left":""}},"tablet":{"size":"220px","padding":{"top":"","right":"","bottom":"","left":""}},"mobile":{"size":"130px","padding":{"top":"","right":"","bottom":"","left":""}},"background":{"type":"solid","color":"#F2F0E4"},"borderColor":"#3F8F4B","borderWidth":"2px","borderStyle":"solid","contentWidth":"78%","contentGap":"10px","contentAlign":"center","transition":"300ms","shadow":{"normal":[],"hover":[]}}},"content":{"type":"object","default":{"title":{"color":"#1F2937","typo":{"fontSize":{"desktop":34,"tablet":28,"mobile":22},"fontWeight":"700","lineHeight":"1.2"},"tag":"h3"},"text":{"color":"#4B5563","typo":{"fontSize":{"desktop":14,"tablet":13,"mobile":12},"lineHeight":"1.6"}},"divider":{"color":"#BFA83B","width":"60px","height":"3px","style":"solid"},"image":{"desktop":{"radius":{"top":"","right":"","bottom":"","left":""},"width":"","height":"107px"},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""},"width":"","height":""},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""},"width":"","height":""},"fit":"cover"}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),g$="b-blocks-infographic",u$=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),m$=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),v$=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),b$=[{label:(0,v.__)("Left","b-blocks"),value:"left",icon:u$},{label:(0,v.__)("Center","b-blocks"),value:"center",icon:m$},{label:(0,v.__)("Right","b-blocks"),value:"right",icon:v$}],f$=[{label:(0,v.__)("Click","b-blocks"),value:"click"},{label:(0,v.__)("Hover","b-blocks"),value:"hover"}],w$=[{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"}],x$=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Stacked","b-blocks"),value:"stacked"},{label:(0,v.__)("Framed","b-blocks"),value:"framed"}],y$=[{label:(0,v.__)("Circle","b-blocks"),value:"circle"},{label:(0,v.__)("Square","b-blocks"),value:"square"},{label:(0,v.__)("Rounded","b-blocks"),value:"rounded"}],k$=[{label:(0,v.__)("Solid","b-blocks"),value:"solid"},{label:(0,v.__)("Dashed","b-blocks"),value:"dashed"},{label:(0,v.__)("Dotted","b-blocks"),value:"dotted"},{label:(0,v.__)("Double","b-blocks"),value:"double"}],C$=[{label:(0,v.__)("Circle","b-blocks"),value:"circle"},{label:(0,v.__)("Square","b-blocks"),value:"square"},{label:(0,v.__)("Rounded","b-blocks"),value:"rounded"}],_$=[{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"},{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],M$=[{label:(0,v.__)("Clockwise","b-blocks"),value:"clockwise"},{label:(0,v.__)("Anti-clockwise","b-blocks"),value:"anticlockwise"}],z$=[{label:(0,v.__)("Ease","b-blocks"),value:"ease"},{label:(0,v.__)("Linear","b-blocks"),value:"linear"},{label:(0,v.__)("Ease In","b-blocks"),value:"ease-in"},{label:(0,v.__)("Ease Out","b-blocks"),value:"ease-out"},{label:(0,v.__)("Ease In Out","b-blocks"),value:"ease-in-out"},{label:(0,v.__)("Back Out","b-blocks"),value:"back-out"},{label:(0,v.__)("Back In Out","b-blocks"),value:"back-in-out"},{label:(0,v.__)("Elastic","b-blocks"),value:"elastic"}],j$={"back-out":"cubic-bezier(0.34, 1.56, 0.64, 1)","back-in-out":"cubic-bezier(0.68, -0.55, 0.27, 1.55)",elastic:"cubic-bezier(0.5, -0.6, 0.35, 1.7)"},L$=(e="ease")=>j$[e]||e||"ease",S$=[{label:(0,v.__)("Solid","b-blocks"),value:"solid"},{label:(0,v.__)("Dashed","b-blocks"),value:"dashed"},{label:(0,v.__)("Dotted","b-blocks"),value:"dotted"},{label:(0,v.__)("Double","b-blocks"),value:"double"}],$$=[{label:(0,v.__)("Cover","b-blocks"),value:"cover"},{label:(0,v.__)("Contain","b-blocks"),value:"contain"}],H$=(e,t=[])=>{const a=K$(e,0);return 0<a?`transition: ${t.map((e=>`${e} ${a}ms ease`)).join(", ")};`:""},T$=[{name:"normal",title:(0,v.__)("Normal","b-blocks")},{name:"hover",title:(0,v.__)("Hover","b-blocks")},{name:"active",title:(0,v.__)("Active","b-blocks")}],B$=["h1","h2","h3","h4","h5","h6","div","p","span"],A$=B$.map((e=>({label:e.toUpperCase(),value:e}))),V$=(e,t)=>{if("normal"===e)return t;const a=[...T$,...Rt].find((t=>t.name===e))?.title;return a?`${a} ${t}`:t},N$=[{name:"content",title:(0,v.__)("Content","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],P$=[{label:(0,v.__)("Icon","b-blocks"),value:"icon"},{label:(0,v.__)("Image","b-blocks"),value:"image"}],E$=[{label:(0,v.__)("Spread","b-blocks"),value:"spread"},{label:(0,v.__)("Fade In","b-blocks"),value:"fade"},{label:(0,v.__)("Zoom In","b-blocks"),value:"zoom"},{label:(0,v.__)("Spin In","b-blocks"),value:"spin"},{label:(0,v.__)("Drop In","b-blocks"),value:"drop"},{label:(0,v.__)("Bounce In","b-blocks"),value:"bounce"},{label:(0,v.__)("Flip In","b-blocks"),value:"flip"},{label:(0,v.__)("Blur In","b-blocks"),value:"blur"},{label:(0,v.__)("Swing In","b-blocks"),value:"swing"},{label:(0,v.__)("Roll In","b-blocks"),value:"roll"},{label:(0,v.__)("Unfold","b-blocks"),value:"unfold"}],I$=["fade","blur"],O$=e=>I$.includes(e),R$={spread:"bBlocksInfographicSpread",fade:"bBlocksInfographicFade",zoom:"bBlocksInfographicZoom",spin:"bBlocksInfographicSpin",drop:"bBlocksInfographicDrop",bounce:"bBlocksInfographicBounce",flip:"bBlocksInfographicFlip",blur:"bBlocksInfographicBlur",swing:"bBlocksInfographicSwing",roll:"bBlocksInfographicRoll",unfold:"bBlocksInfographicUnfold"},D$=[{label:(0,v.__)("On page load","b-blocks"),value:"load"},{label:(0,v.__)("When scrolled into view","b-blocks"),value:"scroll"},{label:(0,v.__)("Every time it scrolls into view","b-blocks"),value:"scrollRepeat"}],F$=e=>"scroll"===e||"scrollRepeat"===e,q$=[{label:(0,v.__)("Clockwise","b-blocks"),value:"clockwise"},{label:(0,v.__)("Anti-clockwise","b-blocks"),value:"anticlockwise"},{label:(0,v.__)("From Top Both Ways","b-blocks"),value:"fromTop"},{label:(0,v.__)("From Bottom Both Ways","b-blocks"),value:"fromBottom"},{label:(0,v.__)("Random","b-blocks"),value:"random"}],W$=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Fade","b-blocks"),value:"fade"},{label:(0,v.__)("Slide Up","b-blocks"),value:"slide-up"},{label:(0,v.__)("Slide Sideways","b-blocks"),value:"slide-side"},{label:(0,v.__)("Zoom","b-blocks"),value:"zoom"},{label:(0,v.__)("Flip","b-blocks"),value:"flip"}],U$=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Grow","b-blocks"),value:"grow"},{label:(0,v.__)("Lift","b-blocks"),value:"lift"},{label:(0,v.__)("Pulse","b-blocks"),value:"pulse"},{label:(0,v.__)("Wobble","b-blocks"),value:"wobble"},{label:(0,v.__)("Rotate","b-blocks"),value:"rotate"}],G$=e=>{let t=2654435761*(e+1)%4294967296;return t^=t>>>15,t},Y$=(e=0)=>({value:"ms",label:"ms",default:e}),Z$=(e=0)=>({value:"s",label:"s",default:e}),K$=(e,t=500)=>{const a=parseFloat(e);if(isNaN(a))return t;const s=String(e).trim();return/s$/i.test(s)&&!/ms$/i.test(s)?1e3*a:a},Q$=(e={},t,a,s)=>{const o=t=>{const s=e?.[t]?.[a];return null==s||""===s?void 0:s},n=o("desktop")??s;if("desktop"===t)return n;const i=o("tablet")??n;return"tablet"===t?i:o("mobile")??i},X$=(e,t="0px")=>{if(null==e||""===e)return t;const a=parseFloat(e);return isNaN(a)?t:/[a-z%]$/i.test(String(e).trim())?String(e).trim():`${a}px`},J$=(e,t)=>`calc(${e/2}px + ${X$(t)} / 2)`,eH=e=>Math.max(Math.floor(e/2),40),tH=(e=0)=>({value:"deg",label:"deg",default:e}),aH=(e=[])=>e.map(((e,t)=>({item:e,index:t}))).filter((({item:e})=>!1!==e?.enable)),sH=(e,t,a={})=>{if(0>=t)return 0;const s=parseFloat(a.startAngle)||0,o="anticlockwise"===a.direction?-1:1,n=Math.min(Math.abs(parseFloat(a.sweep??360))||360,360);return s+e*(360<=n?n/t:n/Math.max(t-1,1))*o},oH=(e,t,a,s={})=>{const o=parseFloat(e?.position);return isNaN(o)?sH(t,a,s):o},nH=(e=[],t={})=>{const a=Math.max(parseFloat(t.wedgeGap??3)||0,0),s=((e=[],t={})=>aH(e).map((({item:e,index:a},s,o)=>({index:a,angle:oH(e,s,o.length,t)}))))(e,t).map((({index:e,angle:t})=>({index:e,angle:(t%360+360)%360}))),o=s.length;if(!o)return[];const n=[...s].sort(((e,t)=>e.angle-t.angle)),i=n.map(((e,t)=>e.angle-(e=>{if(1===o)return 360;const t=n[e].angle-n[(e-1+o)%o].angle;return 0>=t?t+360:t})(t)/2)),l=[];return n.forEach(((e,t)=>{let s=i[(t+1)%o]-i[t];for(;0>=s;)s+=360;l[e.index]={index:e.index,start:i[t]+a/2,span:Math.max(s-a,0),mid:i[t]+s/2}})),l},iH=(e=[],t)=>e.find((e=>e?.id===t))||null,lH=(e={},t={})=>{const{type:a="spread"}=e,s=R$[a]?a:"spread";return e.enable?t.enableSegmentsType?O$(s)?s:"fade":s:""},rH=(e,t={})=>{const{general:a={},wheel:s={},animation:o={},icon:n={},segment:i={}}=e,l=lH(o,s),r=o.enable&&(!F$(o.trigger)||t.inView),c=r&&!s.enableSegmentsType&&o.rotate;return[g$,"b-blocks-infographic-trigger-"+("hover"===a.itemTriggerType?"hover":"click"),`b-blocks-infographic-icon-view-${n.view||"default"}`,`b-blocks-infographic-icon-shape-${n.shape||"circle"}`,`b-blocks-infographic-segment-shape-${i.shape||"circle"}`,`b-blocks-infographic-icon-pos-${n.position||"top"}`,s.enableSegmentsType?"b-blocks-infographic-has-segments":"",o.enable&&F$(o.trigger)&&!t.inView?"b-blocks-infographic-awaiting-view":"",r?"b-blocks-infographic-has-animation":"",r?`b-blocks-infographic-anim-${l}`:"",c?"b-blocks-infographic-has-rotation":"",c&&"anticlockwise"===o.rotateDirection?"b-blocks-infographic-rotate-reverse":"",c&&o.pauseOnHover?"b-blocks-infographic-pause-on-hover":"",o.enable&&o.hoverMotion&&"none"!==o.hoverMotion?`b-blocks-infographic-hover-motion-${o.hoverMotion}`:"",o.enable&&o.activePulse?"b-blocks-infographic-has-active-pulse":"",o.enable&&o.contentType&&"none"!==o.contentType?`b-blocks-infographic-content-anim-${o.contentType}`:""].filter(Boolean).join(" ")},cH=({buttonIcon:e={},label:t})=>{const{type:a="icon",icon:s="",url:o=""}=e;return"image"===a?o?(0,i.jsx)("span",{className:"b-blocks-infographic-segment-icon",children:(0,i.jsx)("img",{src:o,alt:t||""})}):null:s?(0,i.jsx)("span",{className:"b-blocks-infographic-segment-icon",dangerouslySetInnerHTML:{__html:s}}):null},dH=({image:e={},height:t})=>e?.url?(0,i.jsx)("div",{className:"b-blocks-infographic-center-image",children:(0,i.jsx)("img",{src:e.url,alt:e.alt||"",style:t?{height:X$(t)}:void 0})}):null,hH=({attributes:e,isBackend:t=!1,custom:a={}})=>{const{general:s={},defaults:o={},button:n={},wheel:l={},animation:r={},elements:c={},content:d={}}=e,h=Array.isArray(e?.items)?e.items:[],p=(0,g.useMemo)((()=>aH(h).map((({item:e})=>e))),[h]),{item:u,itemTitle:m,itemText:v,image:b={}}=o,{showIcon:f,showText:w}=n,{itemTriggerType:x}=s,y=lH(r,l),k=r.enable?r.stagger?K$(r.stagger,0):Math.round(.25*K$(r.speed)):0,C=r.enable?K$(r.delay,0):0,_=r.enable&&!l.enableSegmentsType&&r.rotate,M=_?C+Math.max(0,p.length-1)*k+K$(r.speed):0,{title:z,divider:j,text:L,image:S}=c,$=((e=[],t)=>{const a=e.find((e=>e?.buttonLabel===t));return(a||e[0])?.id||""})(p,u),[H,T]=(0,g.useState)($);(0,g.useEffect)((()=>T($)),[$]);const B=t?a?.activeIndex:void 0;(0,g.useEffect)((()=>{const e=h[B];e?.id&&T(e.id)}),[B]);const A=e=>{if(!l.rotateLabels)return-e;const t=(e%360+360)%360;return 90<t&&270>t?180:0},V=t&&r.enable?`${y}-${r.easing}-${r.speed}-${r.order}-${r.stagger}-${r.delay}-${r.rotate}`:"",N=(0,g.useRef)(null),[P,E]=(0,g.useState)(t||!F$(r.trigger));(0,g.useEffect)((()=>{if(t||!F$(r.trigger))return void E(!0);const e=N.current;if(!e||"undefined"==typeof IntersectionObserver)return void E(!0);E(!1);const a="scrollRepeat"===r.trigger,s=new IntersectionObserver((([e])=>{e.isIntersecting?(E(!0),!a&&s.disconnect()):a&&E(!1)}),{threshold:.2});return s.observe(e),()=>s.disconnect()}),[t,r.trigger,r.enable]);const I="scrollRepeat"===r.trigger&&P?"in":"out",O=(0,g.useMemo)((()=>((e,t="clockwise")=>{const a=Array.from({length:e},((e,t)=>t));if("anticlockwise"===t)return a.map((t=>e-1-t));if("fromTop"===t)return a.map((t=>Math.min(t,e-t)));if("fromBottom"===t)return a.map((t=>Math.ceil(e/2)-Math.min(t,e-t)));if("random"===t){const e=[...a].sort(((e,t)=>G$(e)-G$(t)));return a.map((t=>e.indexOf(t)))}return a})(p.length,r.order)),[p.length,r.order]),R=(0,g.useMemo)((()=>l.enableSegmentsType?nH(h,l):[]),[l,h]),D=(0,g.useMemo)((()=>aH(h)),[h]),F=iH(h,H)||iH(h,$),q=F?.title||m,W=F?.description||v,U=F?.image?.url?F.image:b,G=h.findIndex((e=>e?.id===F?.id)),Y=F?.image?.url?F?.imageHeight:"",Z=F?.imagePosition||"top",K=e=>{const t=C+(O[e]??e)*k;return _?`${t}ms, ${M}ms`:t?`${t}ms`:""},Q=(e,s)=>{T(e?.id),t&&a?.setActiveIndex&&a.setActiveIndex(s)},X=B$.includes(d?.title?.tag)?d.title.tag:"h3",J=`${r.contentType||"none"}-${r.contentSpeed||""}`,ee=(0,i.jsxs)(i.Fragment,{children:[z&&q&&(0,i.jsx)(X,{className:"b-blocks-infographic-center-title",children:q}),j&&(0,i.jsx)("span",{className:"b-blocks-infographic-center-divider"}),L&&W&&(0,i.jsx)("p",{className:"b-blocks-infographic-center-text",children:W})]});return(0,i.jsx)("div",{className:rH(e,{inView:P}),ref:N,children:(0,i.jsxs)("div",{className:"b-blocks-infographic-circle",children:[(0,i.jsx)("div",{className:"b-blocks-infographic-center-disc","data-item-index":-1<G?G:void 0,children:(0,i.jsxs)("div",{className:"b-blocks-infographic-center-content",children:[S&&"top"===Z&&(0,i.jsx)(dH,{image:U,height:Y}),ee,S&&"bottom"===Z&&(0,i.jsx)(dH,{image:U,height:Y})]},`${F?.id||"none"}-${J}`)}),D.map((({item:e,index:s},o)=>{const n=!!F&&e?.id===F.id,{url:r="",target:c=!1,nofollow:d=!1,title:h=""}=e?.link||{},p=R[s]||{start:0,span:0,mid:0},g=oH(e,o,D.length,l),u=A(g),m={className:["b-blocks-infographic-segment",n?"active":"",t&&s===a?.activeIndex?"bPlNowEditing":""].filter(Boolean).join(" "),"data-index":s,"data-item-id":e?.id,"aria-pressed":n,style:{"--bbInfographicAngle":`${g}deg`,"--bbInfographicCounter":`${u}deg`,"--bbInfographicCounterEnd":`${l.rotateLabels?u:u-360}deg`,"--bbInfographicMid":`${p.mid}deg`,"--bbInfographicMidCounter":`${A(p.mid)}deg`,...K(o)?{animationDelay:K(o)}:{}},onMouseEnter:"hover"===x?()=>Q(e,s):void 0,onFocus:"hover"===x?()=>Q(e,s):void 0,onClick:()=>Q(e,s)},v=(0,i.jsxs)("span",{className:"b-blocks-infographic-segment-inner",children:[f&&(0,i.jsx)(cH,{buttonIcon:e?.buttonIcon,label:e?.buttonLabel}),w&&e?.buttonLabel&&(0,i.jsx)("span",{className:"b-blocks-infographic-segment-label",children:e.buttonLabel})]});return r&&!t?(0,i.jsx)("a",{href:r,title:h||void 0,"aria-label":h||void 0,target:c?"_blank":"_self",rel:"noreferrer noopener"+(d?" nofollow":""),...m,children:v},`${e?.id||s}${V}${I}`):(0,i.jsx)("button",{type:"button",...m,children:v},`${e?.id||s}${V}${I}`)}))]})})},pH=e=>Array.isArray(e)?e.map(pH):e&&"object"==typeof e?Object.fromEntries(Object.entries(e).map((([e,t])=>[e,pH(t)]))):(e=>{if("string"!=typeof e)return e;const t=e.replace(/\/\*|\*\//g,"").replace(/[{};<>\\]/g,"").replace(/[\r\n\t]+/g," "),a=e=>(t.split(e).length-1)%2;return a('"')||a("'")?t.replace(/["']/g,""):t})(e),gH=({attributes:a,id:s,isBackend:o=!1})=>{const{advanced:n={}}=a,l=(0,g.useMemo)((()=>pH({...a,advanced:void 0})),[a]),{general:r={},wheel:c={},animation:d={},icon:h={},segment:p={},outerDisc:u={},innerDisc:m={},content:v={}}=l,b=Array.isArray(l?.items)?l.items:[],{normal:f={},hover:w={},active:x={}}=p,{title:y={},text:k={},divider:C={},image:_={}}=v,M=`#${s} .${g$}`,z=`${M} .b-blocks-infographic-circle`,j=`${z} .b-blocks-infographic-segment`,L=`${z} .b-blocks-infographic-center-disc`,S=`${L} .b-blocks-infographic-center-title`,$=`${L} .b-blocks-infographic-center-text`,H=`${L} .b-blocks-infographic-center-divider`,T=`${j} .b-blocks-infographic-segment-label`,B=`${j} .b-blocks-infographic-segment-inner`,A=`${j} .b-blocks-infographic-segment-icon`,V=`${L} .b-blocks-infographic-center-image img`,N=`${M}:not(.b-blocks-infographic-has-segments) .b-blocks-infographic-circle .b-blocks-infographic-segment`,P=`${M}.b-blocks-infographic-has-segments .b-blocks-infographic-circle .b-blocks-infographic-segment`,E=(e,t)=>X$(e.borderWidth??t),I=E(m,"2px"),O=E(u,"2px"),R=e=>Object.keys(e||{}).length?Gn(e):"",D=(e,...t)=>{const a=t.filter(Boolean).join(" ").replace(/\s+/g," ").trim();return a?`${e}{ ${a} }`:""},F=m.borderColor||"#3F8F4B",q=u.borderColor||"#7E57C2",W="left: 50%; right: auto;",U=e=>{const{circle:t,outerGap:a,segmentSize:s,iconSize:o,radius:n,disc:i}=(e=>{const t=parseFloat(Q$(u,e,"size",560))||560,a=X$(Q$(h,e,"size","20px"),"20px"),s=parseFloat(Q$(m,e,"size",276))||276,o=parseFloat(u?.[e]?.ringGap)||0,n=t+2*o;return{circle:t,outerGap:o,segmentSize:Math.min(parseFloat(Q$(p,e,"size",118))||118,eH(t)),iconSize:a,radius:`calc(${J$(n,O)} + ${X$(c.radiusOffset,"0px")})`,disc:s}})(e),l={tablet:"desktop",mobile:"tablet"}[e],d=Q$(r,e,"alignment","center");return`${D(M,l&&d===Q$(r,l,"alignment","center")?"":`text-align: ${d};`)}\n\t\t${D(z,`width: ${t}px;`,`height: ${t}px;`,`padding: ${a?X$(u[e].ringGap,"0px"):"0px"};`,`background-clip: ${a?"content-box":"border-box"};`)}\n\t\t${D(j,qn("padding",ti(p?.[e]?.padding)))}\n\t\t${c.enableSegmentsType?`${P}{\n\t\t\twidth: ${t}px;\n\t\t\theight: ${t}px;\n\t\t\t${W}\n\t\t\ttransform: translate(-50%, -50%);\n\t\t\t--bbInfographicContentRadius: ${(i/2+t/2)/2}px;\n\t\t}`:`${N}{\n\t\t\twidth: ${s}px;\n\t\t\theight: ${s}px;\n\t\t\t${W}\n\t\t\t--bbInfographicRadius: ${n};\n\t\t\ttransform: translate(-50%, -50%) rotate(var(--bbInfographicAngle, 0deg)) translateY(calc(var(--bbInfographicRadius, 0px) * -1)) rotate(var(--bbInfographicCounter, 0deg));\n\t\t}`}\n\t\t${j} .b-blocks-infographic-segment-icon>svg,\n\t\t${j} .b-blocks-infographic-segment-icon>img{\n\t\t\twidth: ${o};\n\t\t\theight: ${o};\n\t\t}\n\t\t${D(A,qn("padding",ti(h?.[e]?.padding)),qn("border-radius",ti(h?.[e]?.radius)))}\n\t\t${D(V,qn("border-radius",ti(_?.[e]?.radius)),qn("width",X$(_?.[e]?.width,"")),qn("height",X$(_?.[e]?.height,"")))}\n\t\t${D(L,`width: ${i}px;`,`height: ${i}px;`,qn("padding",ti(m?.[e]?.padding)))}`},G=(e,t)=>{const a=Wn(t?.background),s=R(t?.border),o=qn("box-shadow",Kn(t?.shadow)),n=t?.color;return[D(e,a,qn("color",n),s,o),n?`${e} .b-blocks-infographic-segment-icon>svg{ ${qn("fill",n)} }`:""].filter(Boolean).join("\n")},Y=(e,t)=>{const{label:a,icon:s}=t?.color||{},o=Wn(t?.background),n=R(t?.border);return[o||n?`${e}{ ${o} ${n} }`:"",a?`${e} .b-blocks-infographic-segment-label{ color: ${a}; }`:"",s?`${e} .b-blocks-infographic-segment-icon{ color: ${s}; } ${e} .b-blocks-infographic-segment-icon>svg{ fill: ${s}; }`:""].filter(Boolean).join("\n")},Z=(e,t)=>{const{title:a,divider:s,desc:o}=t?.color||{};return[D(`${e} .b-blocks-infographic-center-title`,qn("color",a)),D(`${e} .b-blocks-infographic-center-divider`,qn("border-top-color",s)),D(`${e} .b-blocks-infographic-center-text`,qn("color",o))].filter(Boolean).join("\n")},K=(0,g.useMemo)((()=>`\n\t\t${ei("",y.typo)?.googleFontLink}\n\t\t${ei("",k.typo)?.googleFontLink}\n\t\t${ei("",p.labelTypo)?.googleFontLink}\n\t\t${ei(S,y.typo)?.styles}\n\t\t${ei($,k.typo)?.styles}\n\t\t${ei(T,p.labelTypo)?.styles}\n\n\t\t${D(M,...(()=>{const e=lH(d,c);return[`--bbInfographicSpeed: ${K$(d.speed)}ms;`,`--bbInfographicEasing: ${L$(d.easing)};`,qn("--bbInfographicContentSpeed",X$(d.contentSpeed,"")),d.rotate?`--bbInfographicEntranceName: ${R$[e]||"none"};`:"",d.rotate?`--bbInfographicRotateSpeed: ${X$(d.rotateSpeed,"")};`:""]})())}\n\t\t${D(j,H$(p.transition,["background","color","border-color","box-shadow"]),qn("border-radius",ti(p.radius)))}\n\t\t${G(j,f)}\n\t\t${G(`${j}.active`,x)}\n\t\t${G(`${j}:hover`,w)}\n\t\t${G(`${j}:focus-visible`,w)}\n\t\t${b.map(((e,t)=>{const{normal:a,hover:s,active:o}=e?.styles||{},n=`${j}[data-index='${t}']`,i=`${L}[data-item-index='${t}']`;return[Y(n,a),Y(`${n}.active`,o),Y(`${n}:hover`,s),Y(`${n}:focus-visible`,s),Z(i,a),Z(`${i}:hover`,s),Z(`${i}:active`,o)].filter(Boolean).join("\n")})).filter(Boolean).join("\n")}\n\t\t${D(L,H$(m.transition,["background","box-shadow"]),Wn(m.background),`border: ${I} ${m.borderStyle||"solid"} ${F};`,qn("box-shadow",Kn(m.shadow?.normal)))}\n\t\t${D(`${L}:hover`,qn("box-shadow",Kn(m.shadow?.hover)))}\n\t\t${D(`${L} .b-blocks-infographic-center-content`,qn("width",X$(m.contentWidth,"")),qn("gap",X$(m.contentGap,"")),qn("text-align",m.contentAlign),qn("align-items","left"===m.contentAlign?"flex-start":"right"===m.contentAlign?"flex-end":"center"))}\n\t\t${D(z,H$(u.transition,["background","border-color","box-shadow"]),Wn(u.background),`border: ${O} ${u.borderStyle||"solid"} ${q};`,qn("box-shadow",Kn(u.shadow?.normal)))}\n\t\t${D(`${z}:hover`,qn("box-shadow",Kn(u.shadow?.hover)))}\n\t\t${D(S,qn("color",y.color))}\n\t\t${D($,qn("color",k.color))}\n\t\t${D(H,`width: ${X$(C.width)};`,"height: 0;","background: none;",`border-top: ${X$(C.height)} ${C.style||"solid"} ${C.color||"currentColor"};`)}\n\t\t${D(B,qn("gap",X$(p.spacing,"")),qn("margin",ti(p.margin)))}\n\t\t${D(M,qn("--bbInfographicIconPlate",h.plateColor))}\n\t\t${D(A,H$(h.transition,["background","color","border-color"]),qn("color",h.color),Wn(h.background),R(h.border?.normal))}\n\t\t${D(`${j}:hover .b-blocks-infographic-segment-icon`,R(h.border?.hover))}\n\t\t${D(`${A}>svg`,qn("fill",h.color))}\n\t\t${D(V,qn("object-fit",_.fit))}\n\n\t\t${c.enableSegmentsType?nH(b,c).map((e=>`${P}[data-index='${e.index}']{ clip-path: ${(({start:e,span:t})=>{if(0>=t)return"none";const a=Math.max(Math.ceil(t/4),2),s=["50% 50%"];for(let o=0;o<=a;o++){const n=(e+t*o/a)*Math.PI/180;s.push(`${(50+50*Math.sin(n)).toFixed(2)}% ${(50-50*Math.cos(n)).toFixed(2)}%`)}return`polygon(${s.join(", ")})`})(e)}; }`)).join("\n"):""}\n\n\t\t${U("desktop")}\n\n\t\t${e}{\n\t\t\t${U("tablet")}\n\t\t}\n\n\t\t${t}{\n\t\t\t${U("mobile")}\n\t\t}\n\n\t\t${hi(s,n,o,!1)}\n\t\t`),[a,s,o]);return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:K}})},uH=({attributes:e,updateObj:t})=>{const{animation:a={},wheel:s={}}=e,o=(e,a)=>t("animation",e,a),n=s.enableSegmentsType;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Animation","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Animation","b-blocks"),checked:a.enable,onChange:e=>o(e,"enable"),__nextHasNoMarginBottom:!0}),a.enable&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Trigger","b-blocks"),labelPosition:"edge",value:a.trigger||"load",options:D$,onChange:e=>o(e,"trigger"),help:(0,v.__)("Waiting for the scroll keeps a block below the fold from finishing before anyone reaches it.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Delay","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.delay||"",onChange:e=>o(e,"delay"),units:[Y$(),Z$()]})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Type","b-blocks"),labelPosition:"edge",value:a.type||"spread",options:(l=n,l?E$.filter((({value:e})=>O$(e))):E$),onChange:e=>o(e,"type"),__nextHasNoMarginBottom:!0}),n&&(0,i.jsx)("small",{children:(0,v.__)("Segments are placed by a clip-path, which the moving entrances cannot work around — so only the two that fade rather than travel are offered here.","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Easing","b-blocks"),labelPosition:"edge",value:a.easing||"ease",options:z$,onChange:e=>o(e,"easing"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Speed","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.speed||"",onChange:e=>o(e,"speed"),units:[Y$(),Z$()]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Stagger","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.stagger||"",onChange:e=>o(e,"stagger"),units:[Y$(),Z$()],placeholder:`${Math.round(.25*K$(a.speed))}`})]}),(0,i.jsx)("small",{children:(0,v.__)("The gap between one segment arriving and the next. Zero brings them in together; left empty it scales with the speed.","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Order","b-blocks"),labelPosition:"edge",value:a.order||"clockwise",options:q$,onChange:e=>o(e,"order"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Content Transition","b-blocks"),labelPosition:"edge",value:a.contentType||"none",options:W$,onChange:e=>o(e,"contentType"),help:(0,v.__)("How the centre swaps its title, text and image when a new segment is selected.","b-blocks"),__nextHasNoMarginBottom:!0}),"none"!==a.contentType&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Transition Speed","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.contentSpeed||"",onChange:e=>o(e,"contentSpeed"),units:[Y$(),Z$()]})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Hover Motion","b-blocks"),labelPosition:"edge",value:a.hoverMotion||"none",options:U$,onChange:e=>o(e,"hoverMotion"),help:(0,v.__)("Movement on hover, separate from the hover colours in the Style tab.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Pulse Active Segment","b-blocks"),checked:a.activePulse,onChange:e=>o(e,"activePulse"),help:(0,v.__)("A soft, continuous pulse on whichever segment is driving the centre.","b-blocks"),__nextHasNoMarginBottom:!0}),!n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Rotate Ring","b-blocks"),checked:a.rotate,onChange:e=>o(e,"rotate"),help:(0,v.__)("Keeps the ring turning once the entrance has finished. Combines with any type above.","b-blocks"),__nextHasNoMarginBottom:!0}),a.rotate&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Rotation Speed","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.rotateSpeed||"",onChange:e=>o(e,"rotateSpeed"),units:[Z$(),Y$()]})]}),(0,i.jsx)("small",{children:(0,v.__)("One full turn. Seconds rather than milliseconds — anything quick reads as a spin.","b-blocks")}),(0,i.jsx)(f,{className:"mb0 mt10 flex1",children:(0,v.__)("Direction","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:a.rotateDirection||"clockwise",onChange:e=>o(e,"rotateDirection"),children:M$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Pause On Hover","b-blocks"),checked:a.pauseOnHover,onChange:e=>o(e,"pauseOnHover"),help:(0,v.__)("A turning segment travels away from the pointer, which makes it hard to click.","b-blocks"),__nextHasNoMarginBottom:!0})]})]})]})]});var l},mH=({attributes:e,updateObj:t})=>{const{button:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Icon","b-blocks"),checked:a.showIcon,onChange:e=>t("button",e,"showIcon"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Text","b-blocks"),checked:a.showText,onChange:e=>t("button",e,"showText"),__nextHasNoMarginBottom:!0})]})},vH=({attributes:e,updateObj:t})=>{const{items:a=[],defaults:s={}}=e,o=a.map((e=>({label:e?.buttonLabel||(0,v.__)("(untitled)","b-blocks"),value:e?.buttonLabel||""})));return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Default Content","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Default Item","b-blocks"),labelPosition:"edge",value:s.item,options:o,onChange:e=>t("defaults",e,"item"),help:(0,v.__)("The item shown in the centre before anything is selected.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Default Title","b-blocks"),value:s.itemTitle,onChange:e=>t("defaults",e,"itemTitle"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("Default Text","b-blocks"),value:s.itemText,onChange:e=>t("defaults",e,"itemText"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{children:(0,v.__)("Default Image","b-blocks")}),(0,i.jsx)(xe,{value:s.image,height:"90%",width:"90%",onChange:e=>t("defaults",e,"image")}),(0,i.jsx)("small",{children:(0,v.__)("Each is a fallback: it shows only when the active item leaves that field empty.","b-blocks")})]})},bH=({attributes:e,updateObj:t})=>{const{elements:a={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Title","b-blocks"),checked:a.title,onChange:e=>t("elements",e,"title"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Divider","b-blocks"),checked:a.divider,onChange:e=>t("elements",e,"divider"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Text","b-blocks"),checked:a.text,onChange:e=>t("elements",e,"text"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Image","b-blocks"),checked:a.image,onChange:e=>t("elements",e,"image"),__nextHasNoMarginBottom:!0})]})},fH=({attributes:e,updateObj:t,device:a="desktop"})=>{const{general:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("General","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(f,{className:"mb0 flex1",children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1 small mt5",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s?.[a]?.alignment||"",size:"small",onChange:e=>t("general",e,a,"alignment"),isDeselectable:!0,style:{padding:"2px"},children:b$.map((({label:e,value:t,icon:a})=>(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:e,value:t,icon:a},t)))}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Item Trigger Type","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.itemTriggerType,onChange:e=>t("general",e,"itemTriggerType"),children:f$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))})]})]})},wH=({attributes:e,updateObj:t,device:a="desktop"})=>{const{icon:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("View","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.view,onChange:e=>t("icon",e,"view"),children:x$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)(f,{className:"mt10 flex1",children:(0,v.__)("Shape","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.shape,onChange:e=>t("icon",e,"shape"),children:y$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)(f,{className:"mt10 flex1",children:(0,v.__)("Position","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.position||"top",onChange:e=>t("icon",e,"position"),children:_$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Size","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.size||"",onChange:e=>t("icon",e,a,"size"),units:[$e(),Te(),Be()]})]})]})},xH=({attributes:e,setAttributes:t,index:a})=>{const{items:s=[],elements:o={},wheel:n={}}=e,{enable:l=!0,buttonLabel:r="",position:c="",buttonIcon:d={},title:h="",description:p="",image:g={},imageHeight:u="107px",imagePosition:m="top",link:w={},styles:x={}}=s?.[a]||{},y=me(e,t),k=(e,t,...s)=>y("items",t,a,e,...s),C=aH(s),_=C.findIndex((e=>e.index===a)),M=Math.round(sH(-1===_?a:_,C.length||s.length,n));return(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small bBlocksSettingInfographicSettings",activeClass:"activeTab",tabs:N$,children:e=>(0,i.jsxs)(i.Fragment,{children:["content"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Item","b-blocks"),checked:!1!==l,onChange:e=>k("enable",e),help:(0,v.__)("Switched off, the item leaves the ring and the rest re-space themselves.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Button Label","b-blocks"),value:r,onChange:e=>k("buttonLabel",e),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Position","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:c||"",onChange:e=>k("position",e),units:[tH()],placeholder:`${M}`})]}),(0,i.jsx)("small",{children:(0,v.__)("Clockwise from the top. Leave empty to keep this item evenly spaced with the rest.","b-blocks")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Button Icon","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:d?.type||"icon",onChange:e=>k("buttonIcon",e,"type"),children:P$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))})]}),"image"===d?.type?(0,i.jsx)(xe,{className:"mt10",value:{url:d?.url},height:"90%",width:"90%",onChange:e=>k("buttonIcon",e?.url||"","url")}):(0,i.jsx)(Pa,{className:"mt10",value:d?.icon,onChange:e=>k("buttonIcon",e,"icon")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Title","b-blocks"),value:h,onChange:e=>k("title",e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("Description","b-blocks"),value:p,onChange:e=>k("description",e),__nextHasNoMarginBottom:!0}),(0,i.jsx)(f,{children:(0,v.__)("Image","b-blocks")}),(0,i.jsx)(xe,{height:"90%",width:"90%",value:g,onChange:e=>k("image",e)}),!o.image&&(0,i.jsx)("small",{children:(0,v.__)("Nothing will show until Enable Image is switched on in the Elements panel.","b-blocks")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Image Height","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:u||"",onChange:e=>k("imageHeight",e)})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Image Position","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:m,onChange:e=>k("imagePosition",e),children:w$.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))})]}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Link","b-blocks"),value:w?.url||"",onChange:e=>k("link",e,"url"),placeholder:(0,v.__)("https://example.com","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Link Title","b-blocks"),value:w?.title||"",onChange:e=>k("link",e,"title"),help:(0,v.__)("Accessible name for the link.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Open In New Tab","b-blocks"),checked:!!w?.target,onChange:e=>k("link",e,"target"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Add Nofollow","b-blocks"),checked:!!w?.nofollow,onChange:e=>k("link",e,"nofollow"),__nextHasNoMarginBottom:!0})]}),"style"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10 infographicItemsPanelTabPanel",activeClass:"activeTab",tabs:T$,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:V$(e.name,(0,v.__)("Button label color","b-blocks")),value:x?.[e.name]?.color?.label,onChange:t=>k("styles",t,e.name,"color","label")}),(0,i.jsx)(De,{className:"mt10",label:V$(e.name,(0,v.__)("Button Icon color","b-blocks")),value:x?.[e.name]?.color?.icon,onChange:t=>k("styles",t,e.name,"color","icon")}),(0,i.jsx)(wa,{className:"mt10",label:V$(e.name,(0,v.__)("Button BG Color","b-blocks")),value:x?.[e.name]?.background,onChange:t=>k("styles",t,e.name,"background")}),(0,i.jsx)(b.BorderBoxControl,{label:V$(e.name,(0,v.__)("Border","b-blocks")),value:x?.[e.name]?.border,onChange:t=>k("styles",t,e.name,"border")}),(0,i.jsx)(De,{className:"mt10",label:V$(e.name,(0,v.__)("Title color","b-blocks")),value:x?.[e.name]?.color?.title,onChange:t=>k("styles",t,e.name,"color","title")}),(0,i.jsx)(De,{className:"mt10",label:V$(e.name,(0,v.__)("Divider color","b-blocks")),value:x?.[e.name]?.color?.divider,onChange:t=>k("styles",t,e.name,"color","divider")}),(0,i.jsx)(De,{className:"mt10",label:V$(e.name,(0,v.__)("Description color","b-blocks")),value:x?.[e.name]?.color?.desc,onChange:t=>k("styles",t,e.name,"color","desc")})]})}),(0,i.jsx)("small",{children:(0,v.__)("Button colours follow the segment. Title, Divider and Description colours apply to the centre while this item is the one showing there — hover and active track the centre disc being hovered and pressed.","b-blocks")})]})]})})},yH=({attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s})=>{const{items:o=[]}=e,n=(0,g.useMemo)((()=>((e=[])=>{const t=e.length+1;return{enable:!0,id:`${g$}-item-${Date.now().toString(36)}${Math.random().toString(36).slice(2,7)}`,buttonLabel:`Title ${t}`,position:"",buttonIcon:{type:"icon",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm-24-136V232c0-13.3 10.7-24 24-24s24 10.7 24 24v144c0 13.3-10.7 24-24 24s-24-10.7-24-24zm24-224a32 32 0 1 1 0-64 32 32 0 1 1 0 64z'/></svg>",url:""},title:`Info Title ${t}`,description:"Describe this part of your process, service or story in a sentence or two.",image:{id:null,url:"",alt:""},imageHeight:"107px",imagePosition:"top",link:{url:"",target:!1,nofollow:!1,title:""},styles:{normal:{color:{label:"",icon:""},background:{},border:{}},hover:{color:{label:"",icon:""},background:{},border:{}},active:{color:{label:"",icon:""},background:{},border:{}},titleColor:"",dividerColor:"",descColor:""}}})(o)),[o.length]);return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Segment Items","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s,arrKey:"items",minItem:1,ItemSettings:xH,itemLabel:(0,v.__)("Segment","b-blocks"),newItem:n,title:"buttonLabel",design:"sortable"})})},kH=({attributes:e,updateObj:t})=>{const{wheel:a={},items:s=[]}=e,o=aH(s).filter((({item:e})=>!isNaN(parseFloat(e?.position)))),n=(e,s,o,n)=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:e}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a[s]||"",onChange:e=>t("wheel",e,s),units:o})]}),n&&(0,i.jsx)("small",{children:n})]});return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Arrangement","b-blocks"),initialOpen:!1,children:[n((0,v.__)("Start Angle","b-blocks"),"startAngle",[tH()]),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Direction","b-blocks"),labelPosition:"edge",value:a.direction||"clockwise",options:M$,onChange:e=>t("wheel",e,"direction"),__nextHasNoMarginBottom:!0}),n((0,v.__)("Sweep","b-blocks"),"sweep",[tH()],(0,v.__)("360° spreads all the way round. Less than that lays the items along an arc — 180° gives a half circle, with the first and last on the two ends.","b-blocks")),!a.enableSegmentsType&&n((0,v.__)("Radius Offset","b-blocks"),"radiusOffset",[$e()],(0,v.__)("Moves the segments in or out from the ring they sit on. Negative pulls them inward.","b-blocks")),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Rotate Labels","b-blocks"),checked:!!a.rotateLabels,onChange:e=>t("wheel",e,"rotateLabels"),help:(0,v.__)("Off, every label stays upright. On, each one turns to face outward from the centre.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Segments Type","b-blocks"),checked:a.enableSegmentsType,onChange:e=>t("wheel",e,"enableSegmentsType"),help:(0,v.__)("Draws the segments as pie wedges filling the ring instead of circles on it.","b-blocks"),__nextHasNoMarginBottom:!0}),a.enableSegmentsType&&n((0,v.__)("Wedge Gap","b-blocks"),"wedgeGap",[tH()],(0,v.__)("White space between neighbouring wedges.","b-blocks")),0<o.length&&(0,i.jsx)("p",{className:"bPlInspectorInfo",children:(0,v.sprintf)((0,v._n)("%d segment has its own Position, so Start Angle, Direction and Sweep will not move it. Clear that field to put it back on auto spacing.","%d segments have their own Position, so Start Angle, Direction and Sweep will not move them. Clear those fields to put them back on auto spacing.",o.length,"b-blocks"),o.length)}),(0,i.jsx)("small",{children:(0,v.__)("Start Angle, Direction and Sweep only move items left on auto spacing — an item with its own Position stays put.","b-blocks")})]})},CH=({attributes:e,updateObj:t})=>{const{divider:a={}}=e.content||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Divider","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Style","b-blocks"),labelPosition:"edge",value:a.style||"solid",options:S$,onChange:e=>t("content",e,"divider","style"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Weight","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.height||"",onChange:e=>t("content",e,"divider","height"),units:[$e(),Te()]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:a.width||"",onChange:e=>t("content",e,"divider","width"),units:[$e(),He(),Te()]})]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:a.color,onChange:e=>t("content",e,"divider","color"),defaultColor:"#BFA83B"})]})},_H=({attributes:e,updateObj:t,device:a="desktop"})=>{const{icon:s={}}=e,{color:o,background:n={},border:l={}}=s;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:o,onChange:e=>t("icon",e,"color")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background Color","b-blocks"),value:n,onChange:e=>t("icon",e,"background")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Stacked Plate Color","b-blocks"),value:s.plateColor,onChange:e=>t("icon",e,"plateColor"),help:(0,v.__)("Backdrop behind the icon when View is set to Stacked.","b-blocks")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding||{},onChange:e=>t("icon",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius||{},onChange:e=>t("icon",e,a,"radius")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Transition","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.transition||"",onChange:e=>t("icon",e,"transition"),units:[Y$(),Z$()]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:V$(e.name,(0,v.__)("Border","b-blocks")),value:l?.[e.name],onChange:a=>t("icon",a,"border",e.name)})})]})},MH=({attributes:e,updateObj:t,device:a="desktop"})=>{const{image:s={}}=e.content||{},o=(e,o)=>(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[e," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.[o]||"",onChange:e=>t("content",e,"image",a,o),units:[$e(),He()]})]});return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius||{},onChange:e=>t("content",e,"image",a,"radius")}),o((0,v.__)("Width","b-blocks"),"width"),o((0,v.__)("Height","b-blocks"),"height"),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Type","b-blocks"),labelPosition:"edge",value:s.fit||"cover",options:$$,onChange:e=>t("content",e,"image","fit"),__nextHasNoMarginBottom:!0}),(0,i.jsx)("small",{children:(0,v.__)("Height here is the fallback — an item with its own Image Height wins.","b-blocks")})]})},zH=({attributes:e,updateObj:t,device:a="desktop"})=>{const{innerDisc:s={},outerDisc:o={}}=e,n=parseFloat(o?.[a]?.size)||560;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Inner Disc","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Size","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.size||"",onChange:e=>t("innerDisc",e,a,"size"),units:[$e()],max:n})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s.background,onChange:e=>t("innerDisc",e,"background"),defaults:{color:"#F2F0E4"}}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding||{},onChange:e=>t("innerDisc",e,a,"padding")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Border Color","b-blocks"),value:s.borderColor,onChange:e=>t("innerDisc",e,"borderColor"),defaultColor:"#3F8F4B"}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Border Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.borderWidth||"",onChange:e=>t("innerDisc",e,"borderWidth"),units:[$e()],max:20})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Border Style","b-blocks"),labelPosition:"edge",value:s.borderStyle||"solid",options:k$,onChange:e=>t("innerDisc",e,"borderStyle"),__nextHasNoMarginBottom:!0}),(0,i.jsx)("small",{children:(0,v.__)("This border is the inner ring.","b-blocks")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Content Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.contentWidth||"",onChange:e=>t("innerDisc",e,"contentWidth")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Content Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.contentGap||"",onChange:e=>t("innerDisc",e,"contentGap")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex1",children:(0,v.__)("Content Alignment","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.contentAlign||"center",onChange:e=>t("innerDisc",e,"contentAlign"),children:b$.map((({label:e,value:t,icon:a})=>(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:e,value:t,icon:a},t)))})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Transition","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.transition||"",onChange:e=>t("innerDisc",e,"transition"),units:[Y$(),Z$()]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsx)(bt,{label:V$(e.name,(0,v.__)("Box Shadow","b-blocks")),value:s.shadow?.[e.name],onChange:a=>t("innerDisc",a,"shadow",e.name)})})]})},jH=({attributes:e,updateObj:t,device:a="desktop"})=>{const{outerDisc:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Outer Disc","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Size","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.size||"",onChange:e=>t("outerDisc",e,a,"size"),units:[$e()],max:1e3})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s.background,onChange:e=>t("outerDisc",e,"background")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Border Color","b-blocks"),value:s.borderColor,onChange:e=>t("outerDisc",e,"borderColor"),defaultColor:"#7E57C2"}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Border Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.borderWidth||"",onChange:e=>t("outerDisc",e,"borderWidth"),units:[$e()],max:20})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Border Style","b-blocks"),labelPosition:"edge",value:s.borderStyle,options:k$,onChange:e=>t("outerDisc",e,"borderStyle"),__nextHasNoMarginBottom:!0}),(0,i.jsx)("small",{children:(0,v.__)("This border is the outer ring — the segments sit centred on it.","b-blocks")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Ring Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.ringGap||"",onChange:e=>t("outerDisc",e,a,"ringGap"),units:[$e()]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Transition","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.transition||"",onChange:e=>t("outerDisc",e,"transition"),units:[Y$(),Z$()]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsx)(bt,{label:V$(e.name,(0,v.__)("Box Shadow","b-blocks")),value:s.shadow?.[e.name],onChange:a=>t("outerDisc",a,"shadow",e.name)})})]})},LH=({attributes:e,updateObj:t,device:a="desktop"})=>{const{segment:s={},wheel:o={}}=e,n=!!o.enableSegmentsType,l=parseFloat(Q$(e.outerDisc,a,"size",560))||560;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Segment","b-blocks"),initialOpen:!1,children:[!n&&(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Shape","b-blocks"),labelPosition:"edge",value:s.shape||"circle",options:C$,onChange:e=>t("segment",e,"shape"),__nextHasNoMarginBottom:!0}),!n&&(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),values:s.radius||{},onChange:e=>t("segment",e,"radius")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding||{},onChange:e=>t("segment",e,a,"padding")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Content Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.spacing||"",onChange:e=>t("segment",e,"spacing"),units:[$e(),Te()]})]}),(0,i.jsx)("small",{children:(0,v.__)("Space between the icon and the label inside a segment.","b-blocks")}),(0,i.jsx)(w,{label:(0,v.__)("Content Margin","b-blocks"),values:s.margin||{},onChange:e=>t("segment",e,"margin")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Transition","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s.transition||"",onChange:e=>t("segment",e,"transition"),units:[Y$(),Z$()]})]}),!n&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Size","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.size||"",onChange:e=>t("segment",e,a,"size"),units:[$e()],max:eH(l)})]})}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Label Typography","b-blocks"),value:s.labelTypo,onChange:e=>t("segment",e,"labelTypo"),defaults:{fontSize:{desktop:13,tablet:12,mobile:11}}}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:T$,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:V$(e.name,(0,v.__)("Background","b-blocks")),value:s?.[e.name]?.background,onChange:a=>t("segment",a,e.name,"background")}),(0,i.jsx)(De,{className:"mt10",label:V$(e.name,(0,v.__)("Text Color","b-blocks")),value:s?.[e.name]?.color,onChange:a=>t("segment",a,e.name,"color"),defaultColor:"#FFFFFF"}),(0,i.jsx)(b.BorderBoxControl,{label:V$(e.name,(0,v.__)("Border","b-blocks")),value:s?.[e.name]?.border,onChange:a=>t("segment",a,e.name,"border")}),(0,i.jsx)(bt,{label:V$(e.name,(0,v.__)("Box Shadow","b-blocks")),value:s?.[e.name]?.shadow,onChange:a=>t("segment",a,e.name,"shadow")})]})})]})},SH=({attributes:e,updateObj:t})=>{const{text:a={}}=e.content||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Text","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:a.color,onChange:e=>t("content",e,"text","color"),defaultColor:"#4B5563"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typo,onChange:e=>t("content",e,"text","typo"),defaults:{fontSize:{desktop:14,tablet:13,mobile:12}}})]})},$H=({attributes:e,updateObj:t})=>{const{title:a={}}=e.content||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Heading Tag","b-blocks"),labelPosition:"edge",value:a.tag,options:A$,onChange:e=>t("content",e,"title","tag"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:a.color,onChange:e=>t("content",e,"title","color"),defaultColor:"#1F2937"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typo,onChange:e=>t("content",e,"title","typo"),defaults:{fontSize:{desktop:34,tablet:28,mobile:22}}})]})},HH=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(jH,{...e}),(0,i.jsx)(LH,{...e}),(0,i.jsx)(_H,{...e}),(0,i.jsx)(zH,{...e}),(0,i.jsx)($H,{...e}),(0,i.jsx)(CH,{...e}),(0,i.jsx)(SH,{...e}),(0,i.jsx)(MH,{...e})]}),TH=e=>{const{attributes:t,setAttributes:a,updateObj:s,isPremium:o,device:n="desktop"}=e,{general:l={},advanced:r}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:l?.[n]?.alignment,onChange:e=>s("general",e||"",n,"alignment")})}),(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:It,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(fH,{...e}),(0,i.jsx)(vH,{...e}),(0,i.jsx)(yH,{...e}),(0,i.jsx)(kH,{...e}),(0,i.jsx)(mH,{...e}),(0,i.jsx)(bH,{...e}),(0,i.jsx)(uH,{...e}),(0,i.jsx)(wH,{...e})]}),"style"===t.name&&(0,i.jsx)(HH,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:r,onChange:e=>a({advanced:e}),isPremium:o})]})})})]})},BH=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{blockId:o}=t,[n,l]=(0,g.useState)(0),r="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,c=me(t,a),d=s.slice(0,12);(0,g.useEffect)((()=>{o!==d&&a({blockId:d})}),[d]);const p=`block-${s}`,u=(0,h.useBlockProps)();return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(TH,{...e,updateObj:c,isPremium:r,activeIndex:n,setActiveIndex:l}),(0,i.jsxs)("div",{...u,children:[(0,i.jsx)(gH,{attributes:t,id:p,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)(hH,{attributes:t,isBackend:!0,custom:{activeIndex:n,setActiveIndex:l}})})]})]})}));br(p$.name)&&(0,d.registerBlockType)(p$,{icon:vl,edit:BH,save:()=>null});const AH=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/input-field","version":"1.0.0","title":"Input Field","category":"bBlocks","description":"Form Input Field","keywords":["input field","text field","input","form field","field"],"ancestor":["b-blocks/form-builder"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"inputField":{"type":"object","default":{"type":"text","placeholder":"Placeholder...","value":"","icon":"","name":"input"}},"label":{"type":"object","default":{"text":"Input Field Label"}},"options":{"type":"object","default":{"isLabel":true,"isRequired":true,"isIcon":true,"isShowRequiredIcon":true}},"password":{"type":"object","default":{"options":{"isWeek":true,"isStrengthMeter":false,"isStrengthText":false,"isVisibilityIcon":true,"passStrengthText":"default","validationText":"default","isUpperCase":true,"isLowerCase":true,"isNumber":true,"isSpecialChar":true,"minLength":8},"strengthText":{"veryWeak":"Very Weak","weak":"Weak Password","medium":"Medium Password","strong":"Strong Password"}}},"validation":{"type":"object","default":{"errorMessage":{"text":{"missing":"This field is required."},"email":{"missing":"This field is required.","invalid":""},"password":{"missing":"This field is required.","invalid":"","customValidation":""},"url":{"missing":"This Field is required."}}}},"styles":{"type":"object","default":{"inputField":{"typo":{"fontSize":{"desktop":"16px"}},"colors":{"text":"","placeholder":""},"desktop":{"padding":{}},"tablet":{"padding":{}},"mobile":{"padding":{}},"normal":{"border":{},"bg":{},"radius":{"desktop":{},"tablet":{},"mobile":{}},"shadow":{}},"focus":{"border":{},"bg":{},"radius":{"desktop":{},"tablet":{},"mobile":{}},"shadow":{}},"hover":{"border":{},"bg":{},"radius":{"desktop":{},"tablet":{},"mobile":{}},"shadow":{}}},"label":{"typo":{"fontSize":{"desktop":"16px"}},"colors":{"required":"","text":""},"desktop":{"margin":{}},"tablet":{"margin":{}},"mobile":{"margin":{}},"position":"top"},"icon":{"field":{"color":"","desktop":{"size":"","position":{"x":"","y":""}},"tablet":{"size":"","position":{"x":"","y":""}},"mobile":{"size":"","position":{"x":"","y":""}}},"password":{"color":"","desktop":{"size":"","position":{"x":"","y":""}},"tablet":{"size":"","position":{"x":"","y":""}},"mobile":{"size":"","position":{"x":"","y":""}}}},"error":{"text":{"typo":{"fontSize":{"desktop":"14px"}},"color":"#f5222d","bg":{},"desktop":{"margin":{},"padding":{},"border":{},"radius":{}},"tablet":{"margin":{},"padding":{},"border":{},"radius":{}},"mobile":{"margin":{},"padding":{},"border":{},"radius":{}}},"input":{"desktop":{"margin":{},"padding":{},"border":{},"radius":{}},"tablet":{"margin":{},"padding":{},"border":{},"radius":{}},"mobile":{"margin":{},"padding":{},"border":{},"radius":{}}}},"password":{"strength":{"container":{"desktop":{"width":"","height":"","margin":{},"padding":{}},"tablet":{"width":"","height":"","margin":{},"padding":{}},"mobile":{"width":"","height":"","margin":{},"padding":{}},"border":{},"radius":{},"bg":{"color":""}},"meter":{"gap":"","desktop":{"width":"","height":"","margin":{},"padding":{}},"tablet":{"width":"","height":"","margin":{},"padding":{}},"mobile":{"width":"","height":"","margin":{},"padding":{}},"border":{},"radius":{}},"text":{"desktop":{"margin":{},"padding":{}},"tablet":{"margin":{},"padding":{}},"mobile":{"margin":{},"padding":{}},"typography":{"fontSize":{"desktop":"15px"}}},"colors":{"veryWeak":"#f5222d","weak":"#fa8c16","medium":"#fadb14","strong":"#7cb305"}}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"providesContext":{"b-blocks/inputClientId":"clientId"},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","react","react-dom"]}'),VH=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],NH=[{label:(0,v.__)("Text","b-blocks"),value:"text"},{label:(0,v.__)("Email","b-blocks"),value:"email"},{label:(0,v.__)("Password","b-blocks"),value:"password"},{label:(0,v.__)("URL","b-blocks"),value:"url"}],PH=e=>{const{attributes:t,updateObj:a}=e,{options:s}=t,{isLabel:o,isRequired:n,isIcon:l,isShowRequiredIcon:r}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Settings","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Label","b-blocks"),value:o,checked:o,onChange:e=>{a("options",e,"isLabel")}}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Field Required","b-blocks"),value:n,checked:n,onChange:e=>{a("options",e,"isRequired")}}),n&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Required Icon","b-blocks"),value:r,checked:r,onChange:e=>{a("options",e,"isShowRequiredIcon")}}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Icon","b-blocks"),value:l,checked:l,onChange:e=>{a("options",e,"isIcon")}})]})},EH=e=>{const{attributes:t,updateObj:a}=e,{inputField:s,label:o}=t,{type:n,placeholder:l,value:r,icon:c,name:d}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Field","b-blocks"),className:"bPlPanelBody",initialOpen:!0,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Label","b-blocks"),value:o.text,onChange:e=>{a("label",e,"text")}}),(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Type","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",labelPosition:"edge",value:n,options:NH,onChange:e=>{a("inputField",e,"type")}})]}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Placeholder","b-blocks"),value:l,onChange:e=>{a("inputField",e,"placeholder")}}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Default Value","b-blocks"),value:r,onChange:e=>{a("inputField",e,"value")}}),(0,i.jsx)(Pa,{label:(0,v.__)("Icon","b-blocks"),value:c,onChange:e=>{a("inputField",e,"icon")}}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Input Custom name attribute","b-blocks"),value:d,onChange:e=>{a("inputField",e,"name")},help:(0,v.__)("This is for the name attributes which is used to submit form data, Name must be unique.","b-blocks")})]})},IH=({attributes:e,updateObj:t})=>{const{validation:a,inputField:s}=e,{type:o}=s,{errorMessage:n}=a;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Validation Message","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Missing Message","b-blocks"),value:n[o].missing,onChange:e=>t("validation",e,"errorMessage",o,"missing"),help:(0,v.__)("","b-blocks")}),["email"].includes(o)&&(0,i.jsx)(b.TextControl,{label:(0,v.__)("Invalid Message","b-blocks"),value:n[o].invalid,onChange:e=>t("validation",e,"errorMessage",o,"invalid"),help:(0,v.__)("","b-blocks")})]})},OH=({attributes:e,updateObj:t})=>{const{password:a,validation:s}=e,{options:o,strengthText:n}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Password Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Password Visibility Icon","b-blocks"),value:o.isVisibilityIcon,checked:o.isVisibilityIcon,onChange:e=>{t("password",e,"options","isVisibilityIcon")}}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Password Strength Meter","b-blocks"),value:o.isStrengthMeter,checked:o.isStrengthMeter,onChange:e=>{t("password",e,"options","isStrengthMeter")}}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Password Strength Text","b-blocks"),value:o.isStrengthText,checked:o.isStrengthText,onChange:e=>{t("password",e,"options","isStrengthText")}}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Password Strength Text","b-blocks"),labelPosition:"edge",options:[{label:"Default",value:"default"},{label:"Custom",value:"custom"}],value:o.passStrengthText,onChange:e=>{t("password",e,"options","passStrengthText")}}),"custom"===o.passStrengthText&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Very Weak Password","b-blocks"),value:n.veryWeak,onChange:e=>t("password",e,"strengthText","veryWeak")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Weak Password","b-blocks"),value:n.weak,onChange:e=>t("password",e,"strengthText","weak")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Medium Password","b-blocks"),value:n.medium,onChange:e=>t("password",e,"strengthText","medium")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Strong Password","b-blocks"),value:n.strong,onChange:e=>t("password",e,"strengthText","strong")})]}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable use of week Password","b-blocks"),value:o.isWeek,checked:o.isWeek,onChange:e=>t("password",e,"options","isWeek")}),!o.isWeek&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Validation Text","b-blocks"),options:[{label:"Default",value:"default"},{label:"Custom",value:"custom"}],labelPosition:"edge",value:o.validationText,onChange:e=>t("password",e,"options","validationText")}),"custom"===o.validationText&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Custom Validation Text","b-blocks"),value:s.errorMessage.password.customValidation,onChange:e=>t("validation",e,"errorMessage","password","customValidation")}),(0,i.jsx)(b.__experimentalNumberControl,{label:(0,v.__)("Minimum Password Length","b-blocks"),labelPosition:"edge",value:o.minLength,onChange:e=>t("password",e,"options","minLength")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("One Uppercase Letter","b-blocks"),value:o.isUpperCase,checked:o.isUpperCase,onChange:e=>t("password",e,"options","isUpperCase")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("One Lowercase Letter","b-blocks"),value:o.isLowerCase,checked:o.isLowerCase,onChange:e=>t("password",e,"options","isLowerCase")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("One Number","b-blocks"),value:o.isNumber,checked:o.isNumber,onChange:e=>t("password",e,"options","isNumber")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("One Special Character","b-blocks"),value:o.isSpecialChar,checked:o.isSpecialChar,onChange:e=>t("password",e,"options","isSpecialChar")})]})]})},RH=e=>{const{attributes:t}=e,{inputField:a}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsx)(EH,{...e}),(0,i.jsx)(PH,{...e}),(0,i.jsx)(IH,{...e}),"password"===a.type&&(0,i.jsx)(OH,{...e})]})},DH=({attributes:e,updateObj:t,device:a})=>{const{styles:s}=e,{error:o}=s,[n,l]=(0,g.useState)("text");return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Error Styles","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>{l(e)},className:"mt10 mb10",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Error Text",value:"text"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Error Input",value:"input"})]}),"text"===n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:o.text.color,onChange:e=>t("styles",e,"error","text","color"),defaultColor:"#f5222d"}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o.text.bg,onChange:e=>t("styles",e,"error","text","bg"),isImage:!1}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:o.text.typo,onChange:e=>t("styles",e,"error","text","typo")})]}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o[n][a].margin,onChange:e=>t("styles",e,"error",n,a,"margin")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o[n][a].padding,onChange:e=>t("styles",e,"error",n,a,"padding")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border","b-blocks")," ",(0,i.jsx)(y,{})]}),value:o[n][a].border,onChange:e=>t("styles",e,"error",n,a,"border"),defaultValue:{}}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o[n][a].radius,onChange:e=>t("styles",e,"error",n,a,"radius")})]})},FH=({attributes:e,updateObj:t,device:a})=>{const{styles:s}=e,{inputField:o}=s,[n,l]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Field Styles","b-blocks"),className:"bPlPanelBody",initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o.colors.text,onChange:e=>t("styles",e,"inputField","colors","text")}),(0,i.jsx)(De,{label:(0,v.__)("Placeholder Color","b-blocks"),value:o.colors.placeholder,onChange:e=>t("styles",e,"inputField","colors","placeholder")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:o[a].padding,onChange:e=>t("styles",e,"inputField",a,"padding")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:o.typo,onChange:e=>t("styles",e,"inputField","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>{l(e)},className:"mt10",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Focus",value:"focus"})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o[n].bg,onChange:e=>t("styles",e,"inputField",n,"bg"),isImage:!1}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:o[n].border,onChange:e=>t("styles",e,"inputField",n,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks"),(0,i.jsx)(y,{})]}),values:o[n].radius[a],onChange:e=>t("styles",e,"inputField",n,"radius",a)}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:o[n].shadow,onChange:e=>t("styles",e,"inputField",n,"shadow")})]})},qH=({attributes:e,updateObj:t,device:a})=>{const{styles:s,inputField:o,password:n}=e,{icon:l}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Icon Styles","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsx)("strong",{children:(0,v.__)("Field Icon","b-blocks")}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:l.field.color,onChange:e=>t("styles",e,"icon","field","color")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Icon Size","b-blocks"),value:l.field[a].size,onChange:e=>t("styles",e,"icon","field",a,"size"),defaultValue:""}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Position X","b-blocks"),value:l.field[a].position.x,onChange:e=>t("styles",e,"icon","field",a,"position","x"),min:-100,max:100,defaultValue:""}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Position Y","b-blocks"),value:l.field[a].position.y,onChange:e=>t("styles",e,"icon","field",a,"position","y"),min:-100,max:100,defaultValue:""}),"password"===o.type&&n.options.isVisibilityIcon&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("strong",{children:(0,v.__)("Password Visibility Icon","b-blocks")}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:l.password.color,onChange:e=>t("styles",e,"icon","password","color")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Icon Size","b-blocks"),value:l.password[a].size,onChange:e=>t("styles",e,"icon","password",a,"size"),defaultValue:""}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Position X","b-blocks"),value:l.password[a].position.x,onChange:e=>t("styles",e,"icon","password",a,"position","x"),min:-100,max:100,defaultValue:""}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Position Y","b-blocks"),value:l.password[a].position.y,onChange:e=>t("styles",e,"icon","password",a,"position","y"),min:-100,max:100,defaultValue:""})]})]})},WH=(0,i.jsxs)("svg",{id:"Layer_1",height:"512",viewBox:"0 0 32 32",width:"512",xmlns:"http://www.w3.org/2000/svg","data-name":"Layer 1",children:[(0,i.jsx)("path",{d:"m27 8h-5v-1a2 2 0 0 1 2-2 1 1 0 0 0 0-2 4 4 0 0 0 -3 1.36 4 4 0 0 0 -3-1.36 1 1 0 0 0 0 2 2 2 0 0 1 2 2v1h-15a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h15v1a2 2 0 0 1 -2 2 1 1 0 1 0 0 2 4 4 0 0 0 3-1.36 4 4 0 0 0 3 1.36 1 1 0 0 0 0-2 2 2 0 0 1 -2-2v-1h5a3 3 0 0 0 3-3v-10a3 3 0 0 0 -3-3zm-22 14a1 1 0 0 1 -1-1v-10a1 1 0 0 1 1-1h15v12zm23-1a1 1 0 0 1 -1 1h-5v-12h5a1 1 0 0 1 1 1z"}),(0,i.jsx)("path",{d:"m11 12h-4a1 1 0 0 0 0 2h1v5a1 1 0 0 0 2 0v-5h1a1 1 0 0 0 0-2z"})]}),UH=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"none",strokeWidth:"0",viewBox:"0 0 15 15",height:"16px",width:"16px",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0C1.22386 0 1 0.223858 1 0.5C1 0.776142 1.22386 1 1.5 1H6V12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12V1H13.5C13.7761 1 14 0.776142 14 0.5C14 0.223858 13.7761 0 13.5 0H9H6H1.5Z",fill:"currentColor"})}),GH=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"none",strokeWidth:"0",viewBox:"0 0 15 15",height:"16px",width:"16px",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 3C9 2.44772 8.55229 2 8 2H7C6.44772 2 6 2.44772 6 3L6 14H1.5C1.22386 14 1 14.2239 1 14.5C1 14.7761 1.22386 15 1.5 15L6 15H9H13.5C13.7761 15 14 14.7761 14 14.5C14 14.2239 13.7761 14 13.5 14H9V3Z",fill:"currentColor"})}),YH=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"none",strokeWidth:"0",viewBox:"0 0 15 15",height:"16px",width:"16px",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.499995 0.999995C0.223855 0.999995 -5.58458e-07 1.22385 -5.46388e-07 1.49999L-2.18554e-08 13.4999C-9.78492e-09 13.776 0.223855 13.9999 0.499995 13.9999C0.776136 13.9999 0.999991 13.776 0.999991 13.4999L0.999991 8.99993L12 8.99993C12.5523 8.99993 13 8.55222 13 7.99993L13 6.99994C13 6.44766 12.5523 5.99995 12 5.99995L0.999991 5.99995L0.999991 1.49999C0.999991 1.22385 0.776135 0.999995 0.499995 0.999995Z",fill:"currentColor"})}),ZH=()=>(0,i.jsx)("svg",{stroke:"currentColor",fill:"none",strokeWidth:"0",viewBox:"0 0 15 15",height:"16px",width:"16px",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.4999 1C14.2237 1 13.9999 1.22386 13.9999 1.5L13.9999 6L2.99988 6C2.44759 6 1.99988 6.44772 1.99988 7L1.99988 8C1.99988 8.55228 2.44759 9 2.99988 9L13.9999 9L13.9999 13.5C13.9999 13.7761 14.2237 14 14.4999 14C14.776 14 14.9999 13.7761 14.9999 13.5L14.9999 9L14.9999 6L14.9999 1.5C14.9999 1.22386 14.776 1 14.4999 1Z",fill:"currentColor"})});function KH(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",version:"1.1",viewBox:"0 0 16 16",...e,xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M8 3c-3.489 0-6.514 2.032-8 5 1.486 2.968 4.511 5 8 5s6.514-2.032 8-5c-1.486-2.968-4.511-5-8-5zM11.945 5.652c0.94 0.6 1.737 1.403 2.335 2.348-0.598 0.946-1.395 1.749-2.335 2.348-1.181 0.753-2.545 1.152-3.944 1.152s-2.763-0.398-3.945-1.152c-0.94-0.6-1.737-1.403-2.335-2.348 0.598-0.946 1.395-1.749 2.335-2.348 0.061-0.039 0.123-0.077 0.185-0.114-0.156 0.427-0.241 0.888-0.241 1.369 0 2.209 1.791 4 4 4s4-1.791 4-4c0-0.481-0.085-0.942-0.241-1.369 0.062 0.037 0.124 0.075 0.185 0.114v0zM8 6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5 0.672-1.5 1.5-1.5 1.5 0.672 1.5 1.5z"})})}function QH(e){return(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",version:"1.1",viewBox:"0 0 16 16",...e,height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{d:"M14.78 0.22c-0.293-0.293-0.768-0.293-1.061 0l-3.159 3.159c-0.812-0.246-1.671-0.378-2.561-0.378-3.489 0-6.514 2.032-8 5 0.643 1.283 1.573 2.391 2.703 3.236l-2.484 2.484c-0.293 0.293-0.293 0.768 0 1.061 0.146 0.146 0.338 0.22 0.53 0.22s0.384-0.073 0.53-0.22l13.5-13.5c0.293-0.293 0.293-0.768 0-1.061zM6.5 5c0.66 0 1.22 0.426 1.421 1.019l-1.902 1.902c-0.592-0.201-1.019-0.761-1.019-1.421 0-0.828 0.672-1.5 1.5-1.5zM1.721 8c0.598-0.946 1.395-1.749 2.335-2.348 0.061-0.039 0.123-0.077 0.185-0.114-0.156 0.427-0.241 0.888-0.241 1.369 0 0.858 0.27 1.652 0.73 2.303l-0.952 0.952c-0.819-0.576-1.519-1.311-2.057-2.162z"}),(0,i.jsx)("path",{d:"M12 6.906c0-0.424-0.066-0.833-0.189-1.217l-5.028 5.028c0.384 0.123 0.793 0.189 1.217 0.189 2.209 0 4-1.791 4-4z"}),(0,i.jsx)("path",{d:"M12.969 4.531l-1.084 1.084c0.020 0.012 0.040 0.024 0.059 0.037 0.94 0.6 1.737 1.403 2.335 2.348-0.598 0.946-1.395 1.749-2.335 2.348-1.181 0.753-2.545 1.152-3.944 1.152-0.604 0-1.202-0.074-1.781-0.219l-1.201 1.201c0.933 0.335 1.937 0.518 2.982 0.518 3.489 0 6.514-2.032 8-5-0.703-1.405-1.752-2.6-3.031-3.469z"})]})}const XH=({attributes:e,updateObj:t,device:a})=>{const{styles:s}=e,{label:o}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Label Styles","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Label Position","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o.position,onChange:e=>t("styles",e,"label","position"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Top",value:"top",icon:(0,i.jsx)(UH,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Bottom",value:"bottom",icon:(0,i.jsx)(GH,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"left",icon:(0,i.jsx)(YH,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"right",icon:(0,i.jsx)(ZH,{})})]})]}),(0,i.jsx)(De,{label:(0,v.__)("Label Color","b-blocks"),value:o.colors.text,onChange:e=>t("styles",e,"label","colors","text")}),(0,i.jsx)(De,{label:(0,v.__)("Required Color","b-blocks"),value:o.colors.required,onChange:e=>t("styles",e,"label","colors","required")}),(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:o.typo,onChange:e=>t("styles",e,"label","typo")}),(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),values:o[a].margin,onChange:e=>t("styles",e,"label",a,"margin")})]})},JH=({attributes:e,updateObj:t,device:a})=>{const[s,o]=(0,g.useState)("container"),{styles:n}=e,{password:l}=n,{strength:r}=l;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Password Styles","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsx)("strong",{children:(0,v.__)("Colors","b-blocks")}),(0,i.jsx)(De,{label:(0,v.__)("Very Weak Password","b-blocks"),value:r.colors.veryWeak,onChange:e=>t("styles",e,"password","strength","colors","veryWeak"),defaultColor:"#f5222d"}),(0,i.jsx)(De,{label:(0,v.__)("Weak Password","b-blocks"),value:r.colors.weak,onChange:e=>t("styles",e,"password","strength","colors","weak"),defaultColor:"#fa8c16"}),(0,i.jsx)(De,{label:(0,v.__)("Medium Password","b-blocks"),value:r.colors.medium,onChange:e=>t("styles",e,"password","strength","colors","medium"),defaultColor:"#fadb14"}),(0,i.jsx)(De,{label:(0,v.__)("Strong Password","b-blocks"),value:r.colors.strong,onChange:e=>t("styles",e,"password","strength","colors","strong"),defaultColor:"#7cb305"}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>{o(e)},className:"mt10 mb10",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Container",value:"container"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Meter",value:"meter"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Text",value:"text"})]}),"meter"===s&&(0,i.jsxs)(b.Flex,{className:"mb10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Meter Gap","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",value:r.meter.gap,onChange:e=>t("styles",e,"password","strength","meter","gap")})]}),("meter"===s||"container"===s)&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",value:r[s][a].width,onChange:e=>t("styles",e,"password","strength",s,a,"width")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Height","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",value:r[s][a].height,onChange:e=>t("styles",e,"password","strength",s,a,"height")})]})]}),"container"===s&&(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:r.container.bg,onChange:e=>t("styles",e,"password","strength","container","bg"),isImage:!1}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),values:r[s][a].margin,onChange:e=>t("styles",e,"password","strength",s,a,"margin")}),("meter"===s||"container"===s)&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:r[s][a].padding,onChange:e=>t("styles",e,"password","strength",s,a,"padding")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:r[s].border,onChange:e=>t("styles",e,"password","strength",s,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:r[s].radius,onChange:e=>t("styles",e,"password","strength",s,"radius")})]}),"text"===s&&(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:r.text.typography,onChange:e=>t("styles",e,"password","strength","text","typography")})]})},eT=e=>{const{attributes:t}=e,{inputField:a}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(FH,{...e}),(0,i.jsx)(XH,{...e}),(0,i.jsx)(qH,{...e}),"password"===a.type&&(0,i.jsx)(JH,{...e}),(0,i.jsx)(DH,{...e})]})},tT=e=>{const{isPremium:t}=e,[a,s]=(0,g.useState)(!1),o={isPremium:t,setIsProModalOpen:s};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)("div",{className:"bPlInspectorInfo",children:(0,i.jsx)(zn,{})}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:VH,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(RH,{...e,premiumProps:o})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(eT,{...e})})]})})]}),(0,i.jsx)(Vn,{isProModalOpen:a,setIsProModalOpen:s,link:"https://bplugins.com/products/advanced-post-block/#pricing",children:(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Feature: ","b-blocks")}),(0,v.__)("Feature details.","b-blocks")]})})]})},aT=({attributes:e,id:t})=>{const{styles:a}=e,{inputField:s,label:o,icon:n,error:l,password:r}=a,{colors:c,normal:d,hover:h,focus:p}=s,{strength:g}=r,{container:u,meter:m,text:v}=g,b=`#${t}`,f=`${b} .b-blocks-input-field-container`,w=`${f} .b-blocks-input-field-label`,x=`${w} .b-blocks-input-field-required`,y=`${f} .b-blocks-input-field`,k=`${f} .b-blocks-input-field-passStrength-container`,C=`${k} .b-blocks-input-field-passStrengthMeter-container`,_=`${k} .b-blocks-input-field-passStrengthMeterText-container`,M=`${y} .b-blocks-input-field-passVisibilityIcon`,z=`${b} .b-blocks-input-field-error-container .b-blocks-input-field`,j=`${f} .b-blocks-input-field-error-message`,L=`${y} input`,S=`${y} .b-blocks-input-field-icon`,$=e=>{const{bg:t,border:a,shadow:s}=e;return`\n\t\t\t${Wn(t)}\n\t\t\t${Gn(a)}\n\t\t\t${qn("box-shadow",Kn(s))}\n\t`},H=(e,t="desktop")=>`\n\t\t${qn("width",e[t].width)}\n\t\t${qn("height",e[t].height)}\n\t\t${qn("margin",ti(e[t].margin))}\n\t\t${qn("padding",ti(e[t].padding))}\n\t\t${Gn(e.border)}\n\t\t${qn("border-radius",ti(e.radius))}\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",s.typo).googleFontLink}\n\t\t\t${ei("",o.typo).googleFontLink}\n\t\t\t${ei("",v.typography).googleFontLink}\n\t\t\t${ei("",l.text.typo).googleFontLink}\n\t\t\t\n\t\t\t${ei(L,s.typo).styles}\n\t\t\t${ei(w,o.typo).styles}\n\t\t\t${ei(j,l.text.typo).styles}\n\t\t\t${ei(_,v.typography).styles}\n\n\t\t\t${L}{\n\t\t\t\t${qn("color",c.text)}\n\t\t\t\t${$(d)}\n\t\t\t\t${qn("padding",ti(s.desktop.padding))}\n\t\t\t\t${qn("border-radius",ti(d.radius.desktop))}\n\t\t\t}\n\t\t\t${L}::placeholder{\n\t\t\t\t${qn("color",c.placeholder)}\n\t\t\t}\n\t\t\t${L}:hover{\n\t\t\t\t${$(h)}\n\t\t\t\t${qn("border-radius",ti(h.radius.desktop))}\n\t\t\t}\n\t\t\t${L}:focus{\n\t\t\t\t${$(p)}\n\t\t\t\t${qn("border-radius",ti(p.radius.desktop))}\n\t\t\t}\n\t\t\t${w}{\n\t\t\t\t${qn("color",o.colors.text)}\n\t\t\t\t${qn("margin",ti(o.desktop.margin))}\n\t\t\t}\n\t\t\t${x}{\n\t\t\t\t${qn("color",o.colors.required)}\n\t\t\t}\n\t\t\t${S}{\n\t\t\t\t${qn("left",Ct(n.field.desktop.position.x)?n.field.desktop.position.x+"px":"")}\n\t\t\t\t${qn("top",Ct(n.field.desktop.position.y)?n.field.desktop.position.y+"px":"")}\n\t\t\t}\n\t\t\t${S}>svg{\n\t\t\t\t${qn("fill",n.field.color)}\n\t\t\t\t${qn("height",Ct(n.field.desktop.size)?n.field.desktop.size+"px":"")}\n\t\t\t\t${qn("width",Ct(n.field.desktop.size)?n.field.desktop.size+"px":"")}\n\t\t\t}\n\t\t\t${M}{\n\t\t\t\t${qn("fill",n.password.color)}\n\t\t\t\t${qn("height",Ct(n.password.desktop.size)?n.password.desktop.size+"px":"")}\n\t\t\t\t${qn("width",Ct(n.password.desktop.size)?n.password.desktop.size+"px":"")}\n\t\t\t\t${qn("right",Ct(n.password.desktop.position.x)?n.password.desktop.position.x+"px":"")}\n\t\t\t\t${qn("top",Ct(n.password.desktop.position.y)?n.password.desktop.position.y+"px":"")}\n\t\t\t}\n\n\t\t\t${z}>input{\n\t\t\t\t\t${qn("margin",ti(l.input.desktop.margin))}\n\t\t\t\t\t${qn("padding",ti(l.input.desktop.padding))}\n\t\t\t\t\t${Gn(l.input.desktop.border)}\n\t\t\t\t\t${qn("border-radius",ti(l.input.desktop.radius))}\n\t\t\t}\n\t\t\t\n\t\t\t${j}{\n\t\t\t\t\t${qn("color",l.text.color)}\n\t\t\t\t\t${qn("margin",ti(l.text.desktop.margin))}\n\t\t\t\t\t${qn("padding",ti(l.text.desktop.padding))}\n\t\t\t\t\t${Gn(l.text.desktop.border)}\n\t\t\t\t\t${qn("border-radius",ti(l.text.desktop.radius))}\n\t\t\t\t\t${Wn(l.text.bg)}\n\t\t\t}\n\n\t\t\t${k}{\n\t\t\t\t${H(u,"desktop")}\n\t\t\t\t${Wn(u.bg)}\n\t\t\t}\n\n\t\t\t${C}{\n\t\t\t\t${qn("gap",m.gap)}\n\t\t\t}\n\n\t\t\t${C} .b-blocks-input-field-passStrengthMeter{\n\t\t\t\t${H(m,"desktop")}\n\t\t\t}\n\t\t\t\n\t\t\t${C}>.veryWeakPass{\n\t\t\t\t\t${qn("background-color",r.strength.colors.veryWeak)}\n\t\t\t}\n\t\t\t${C}>.weakPass{\n\t\t\t\t\t${qn("background-color",r.strength.colors.weak)}\n\t\t\t}\n\t\t\t${C}>.mediumPass{\n\t\t\t\t\t${qn("background-color",r.strength.colors.medium)}\n\t\t\t}\n\t\t\t${C}>.strongPass{\n\t\t\t\t\t${qn("background-color",r.strength.colors.strong)}\n\t\t\t}\n\n\t\t\t${_}{\n\t\t\t\t\t${qn("margin",ti(v.desktop.margin))}\n\t\t\t}\n\n\t\t\t${_}>.veryWeakPass{\n\t\t\t\t\t${qn("color",r.strength.colors.veryWeak)}\n\t\t\t}\n\t\t\t${_}>.weakPass{\n\t\t\t\t\t${qn("color",r.strength.colors.weak)}\n\t\t\t}\n\t\t\t${_}>.mediumPass{\n\t\t\t\t\t${qn("color",r.strength.colors.medium)}\n\t\t\t}\n\t\t\t${_}>.strongPass{\n\t\t\t\t\t${qn("color",r.strength.colors.strong)}\n\t\t\t}\n\n\n\t`}})},sT=e=>{let t=0;return e.length>=6&&(t+=1),/[A-Z]/.test(e)&&(t+=1),/[0-9]/.test(e)&&(t+=1),/[^a-zA-Z0-9]/.test(e)&&(t+=1),t},oT=({value:e})=>{const t=sT(e),a=()=>{switch(t){case 1:return"veryWeakPass";case 2:return"weakPass";case 3:return"mediumPass";case 4:return"strongPass";default:return""}};return(0,i.jsxs)("div",{className:"b-blocks-input-field-passStrengthMeter-container",children:[(0,i.jsx)("div",{className:`b-blocks-input-field-passStrengthMeter ${a()}`}),(0,i.jsx)("div",{className:`b-blocks-input-field-passStrengthMeter ${t>1?a():""}`}),(0,i.jsx)("div",{className:`b-blocks-input-field-passStrengthMeter ${t>2?a():""}`}),(0,i.jsx)("div",{className:`b-blocks-input-field-passStrengthMeter ${t>3?a():""}`})]})},nT=({value:e,validationText:t,strengthText:a})=>{const s=sT(e),o=["veryWeak","weak","medium","strong"];return s>0&&(0,i.jsx)("div",{className:"b-blocks-input-field-passStrengthMeterText-container",children:(0,i.jsx)("div",{className:`b-blocks-input-field-passStrengthMeterText ${o[s-1]}Pass`,children:(n=s-1,("default"===t?{veryWeak:"Very Weak",weak:"Weak Password",medium:"Medium Password",strong:"Strong Password"}:a)[o[n]])})});var n},iT=({attributes:e})=>{const[t,a]=(0,g.useState)(!1),[s,o]=(0,g.useState)(""),{inputField:n,label:l,styles:r,options:c,validation:d,password:h}=e,{type:p,placeholder:u,value:m,icon:v,name:b}=n,{text:f}=l,{label:w}=r,{position:x}=w,{isLabel:y,isRequired:k,isIcon:C,isShowRequiredIcon:_}=c,{errorMessage:M}=d,{options:z,strengthText:j}=h,{isValid:L,message:S}=((e,t,a={},s,o={},n={})=>{const{options:i={}}=o,{errorMessage:l}=n,[r,c]=(0,g.useState)(""),[d,h]=(0,g.useState)(!1),p=function(e,t=12,a=!1,s=!1,o=!1,n=!1){return!(!e?.length>=t||s&&!/[a-z]/.test(e)&&s||a&&!/[A-Z]/.test(e)&&a||o&&!/[0-9]/.test(e)&&o||n&&!/[^a-zA-Z0-9]/.test(e)&&n)}(e,i?.minLength,i?.isUpperCase,i?.isLowerCase,i?.isNumber,i?.isSpecialChar);return(0,g.useEffect)((()=>{!e&&s?(c(a[t].missing),h(!0)):"email"===t?/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/.test(e)?(c(""),h(!1)):(c(a.email.invalid),h(!0),e||h(!1)):"password"===t?p||i.isWeek?(c(""),h(!1)):("default"===i.validationText?c(`${i.minLength} characters, Number, Uppercase, Lowercase, Special character`):c(l.password.customValidation),h(!0)):(c(""),h(!1))}),[p,s,t,e]),{message:r,isValid:d}})(s,p,M,k,h,d);return(0,i.jsxs)("div",{"data-iserror":L,className:`b-blocks-input-field-container label-position-${x} b-blocks-input-field-validation-${b}`,children:[f&&y&&(0,i.jsxs)("label",{htmlFor:b,className:"b-blocks-input-field-label",children:[f," ",k&&_&&(0,i.jsx)("span",{className:"b-blocks-input-field-required",children:"*"})," "]}),(0,i.jsxs)("div",{className:"b-blocks-input-field",children:[v&&C&&(0,i.jsx)("span",{className:"b-blocks-input-field-icon",dangerouslySetInnerHTML:{__html:v}}),(0,i.jsx)("input",{onChange:e=>o(e.target.value),type:(e=>"password"===e?t?"text":"password":e)(p),name:b,id:b,placeholder:u,...m&&{value:m},..."email"===p?{noValidate:!0}:{},..."password"===p?{autoComplete:"current-password"}:{}}),"password"===p&&z.isVisibilityIcon&&(t?(0,i.jsx)(KH,{onClick:()=>a(!t),className:"b-blocks-input-field-passVisibilityIcon"}):(0,i.jsx)(QH,{onClick:()=>a(!t),className:"b-blocks-input-field-passVisibilityIcon"}))]}),(0,i.jsx)("span",{className:`b-blocks-input-field-error-message b-blocks-input-field-error-${b}`,children:S}),"password"===p&&(z.isStrengthMeter||z.isStrengthText)&&(0,i.jsxs)("div",{className:"b-blocks-input-field-passStrength-container",children:[z.isStrengthMeter&&(0,i.jsx)(oT,{value:s}),z.isStrengthText&&(0,i.jsx)(nT,{value:s,validationText:z.passStrengthText,strengthText:j})]})]})},lT=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,n=me(t,a);return(0,g.useEffect)((()=>{a({clientId:s})}),[s]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(tT,{attributes:t,setAttributes:a,isPremium:!1,updateObj:n,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(aT,{attributes:t,id:`block-${s}`}),(0,i.jsx)(iT,{attributes:t})]})]})}));(0,d.registerBlockType)(AH,{icon:WH,edit:lT});const rT=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/instagram","title":"Instagram Feed","category":"bBlocks","description":"Show an Instagram feed as a responsive gallery, with profile header, captions and a lightbox.","keywords":["instagram","feed","social","gallery","photos"],"textdomain":"b-blocks","supports":{"html":false,"align":["wide","full"]},"attributes":{"blockId":{"type":"string","default":""},"align":{"type":"string","default":""},"source":{"type":"object","default":{"account":"","limit":24,"perPage":12,"cacheMinutes":30}},"elements":{"type":"object","default":{"profile":true,"profilePhoto":true,"profileName":false,"profileBio":false,"followButton":true,"followInFooter":false,"followLabel":"Follow On Instagram","caption":true,"stripHashtags":false,"linkHashtags":true,"captionLength":65,"mediaIcon":true,"loadMore":true,"loadMoreLabel":"Load More","lightbox":true,"linkPosts":true,"openInNewTab":true}},"grid":{"type":"object","default":{"desktop":{"columns":4,"columnGap":"15px","rowGap":"15px","ratio":"1/1"},"tablet":{"columns":2,"columnGap":"","rowGap":"","ratio":""},"mobile":{"columns":1,"columnGap":"","rowGap":"","ratio":""}}},"box":{"type":"object","default":{"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"radius":{"top":"","right":"","bottom":"","left":""}},"background":{"color":""},"border":{},"shadow":{"normal":[],"hover":[]}}},"item":{"type":"object","default":{"hoverEffect":"zoom-in","desktop":{"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""}},"border":{},"shadow":{"normal":[],"hover":[]},"overlayColor":"","iconColor":"#ffffff","iconSize":"22px"}},"caption":{"type":"object","default":{"style":"overlay-center","align":"center","color":"#ffffff","linkColor":"#ffffff","background":{"color":"#00000099"},"padding":{"top":"12px","right":"12px","bottom":"12px","left":"12px"},"typo":{"fontSize":{"desktop":15,"tablet":14,"mobile":13}}}},"profile":{"type":"object","default":{"photo":"","photoSize":"55px","gap":"12px","usernameColor":"#4527a4","nameColor":"","nameText":"","bioColor":"","bioText":"","usernameTypo":{"fontSize":{"desktop":18,"tablet":"","mobile":""}},"metaTypo":{"fontSize":{"desktop":14,"tablet":"","mobile":""}}}},"followBtn":{"type":"object","default":{"normal":{"color":"#ffffff","background":{"color":"#4527a4"},"border":{}},"hover":{"color":"#ffffff","background":{"color":"#8344c5"},"border":{}},"typo":{"fontSize":{"desktop":13,"tablet":"","mobile":""}},"padding":{"top":"10px","right":"18px","bottom":"10px","left":"18px"},"radius":{"top":"4px","right":"4px","bottom":"4px","left":"4px"}}},"loadMoreBtn":{"type":"object","default":{"normal":{"color":"#ffffff","background":{"color":"#4527a4"},"border":{}},"hover":{"color":"#ffffff","background":{"color":"#8344c5"},"border":{}},"typo":{"fontSize":{"desktop":14,"tablet":"","mobile":""}},"padding":{"top":"10px","right":"22px","bottom":"10px","left":"22px"},"radius":{"top":"4px","right":"4px","bottom":"4px","left":"4px"}}},"lightbox":{"type":"object","default":{"backdrop":"#000000e6","showCaption":true,"showProfile":true,"showLink":true}},"advanced":{"type":"object","default":{"css":""}}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),cT="b-blocks-instagram",dT=e=>e?`https://www.instagram.com/${encodeURIComponent(e)}/`:"https://www.instagram.com/",hT=e=>`https://www.instagram.com/explore/tags/${encodeURIComponent(e)}/`,pT=(e,t,a)=>`data:image/svg+xml;charset=utf-8,${encodeURIComponent(`<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'><defs><linearGradient id='g' x1='0' y1='0' x2='1' y2='1'><stop offset='0' stop-color='${e}'/><stop offset='1' stop-color='${t}'/></linearGradient></defs><rect width='600' height='600' fill='url(#g)'/><text x='300' y='320' font-family='sans-serif' font-size='56' fill='#ffffffcc' text-anchor='middle'>${a}</text></svg>`)}`,gT=[["#f09433","#dc2743"],["#833ab4","#405de6"],["#dc2743","#bc1888"],["#405de6","#5851db"],["#bc1888","#f09433"],["#5851db","#833ab4"]],uT={user:{id:"demo",username:"bplugins",mediaCount:12,profile_picture_url:pT("#833ab4","#f09433","b")},media:Array.from({length:12},((e,t)=>{const[a,s]=gT[t%gT.length],o=0==t%5?"VIDEO":0==t%3?"CAROUSEL_ALBUM":"IMAGE";return{id:`demo-${t}`,media_type:o,media_url:pT(a,s,`${t+1}`),thumbnail_url:"VIDEO"===o?pT(a,s,`${t+1}`):"",permalink:"https://www.instagram.com/",caption:`Sample post ${t+1} — connect an account to show your own feed #bblocks #instagram`,timestamp:""}}))},mT=async(e,t={})=>{const a=window?.bBlocksInstagram||null;if(!a?.ajaxUrl)throw new Error("Instagram endpoint is unavailable.");const s=new FormData;s.append("action",e),s.append("nonce",a.nonce),Object.entries(t).forEach((([e,t])=>s.append(e,t)));const o=await fetch(a.ajaxUrl,{method:"POST",body:s,credentials:"same-origin"}),n=await o.json();if(!n?.success)throw new Error(n?.data||"Could not load the feed.");return n.data},vT=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],bT=[{name:"normal",title:(0,v.__)("Normal","b-blocks")},{name:"hover",title:(0,v.__)("Hover","b-blocks")}],fT=[{label:(0,v.__)("None","b-blocks"),value:"none"},{label:(0,v.__)("Zoom In","b-blocks"),value:"zoom-in"},{label:(0,v.__)("Zoom Out","b-blocks"),value:"zoom-out"},{label:(0,v.__)("Rotate","b-blocks"),value:"rotate"},{label:(0,v.__)("Grayscale","b-blocks"),value:"grayscale"},{label:(0,v.__)("Blur","b-blocks"),value:"blur"},{label:(0,v.__)("Lift","b-blocks"),value:"lift"},{label:(0,v.__)("Shine","b-blocks"),value:"shine"}],wT=[{label:(0,v.__)("Overlay Top","b-blocks"),value:"overlay-top"},{label:(0,v.__)("Overlay Center","b-blocks"),value:"overlay-center"},{label:(0,v.__)("Overlay Bottom","b-blocks"),value:"overlay-bottom"},{label:(0,v.__)("Below Image","b-blocks"),value:"below"}],xT=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],yT=[{label:(0,v.__)("Square","b-blocks"),value:"1/1"},{label:(0,v.__)("Portrait","b-blocks"),value:"4/5"},{label:(0,v.__)("Landscape","b-blocks"),value:"16/9"},{label:(0,v.__)("Original","b-blocks"),value:"auto"}],kT=(e,t)=>"normal"===e?t:`${e.charAt(0).toUpperCase()}${e.slice(1)} ${t.charAt(0).toLowerCase()}${t.slice(1)}`,CT=(e={},t,a,s="")=>{const o=t=>{const s=e?.[t]?.[a];return null==s||""===s?void 0:s},n=o("desktop")??s;if("desktop"===t)return n;const i=o("tablet")??n;return"tablet"===t?i:o("mobile")??i},_T=(e,t="")=>{if(null==e||""===e)return t;const a=parseFloat(e);return isNaN(a)?t:/[a-z%]$/i.test(String(e).trim())?String(e).trim():`${a}px`},MT=(e="",{stripHashtags:t=!1,captionLength:a=0}={})=>{let s=String(e||"");t&&(s=s.replace(/#[\p{L}\p{N}_]+/gu,"").replace(/\s{2,}/g," ").trim());const o=parseInt(a,10)||0;return 0<o&&s.length>o?`${s.slice(0,o).trimEnd()}…`:s},zT=(e="",t=!0)=>String(e||"").split(/(#[\p{L}\p{N}_]+)/gu).filter((e=>""!==e)).map(((e,a)=>{const s=t&&/^#[\p{L}\p{N}_]+$/u.test(e)?e.slice(1):"";return s?(0,i.jsx)("a",{className:`${cT}-tag`,href:hT(s),target:"_blank",rel:"noreferrer nofollow noopener",children:e},a):(0,i.jsx)("span",{children:e},a)})),jT=(e={})=>e.thumbnail_url||e.media_url||"",LT=({attributes:e,username:t=""})=>{const{elements:a={}}=e;return a.followButton?(0,i.jsx)("a",{className:`${cT}-follow`,href:dT(t),target:"_blank",rel:"noreferrer noopener",children:a.followLabel||(0,v.__)("Follow On Instagram","b-blocks")}):null},ST=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",width:"18",height:"18",fill:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"})}),$T=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M34.8 29.7V11c0-2.9-2.3-5.2-5.2-5.2H11c-2.9 0-5.2 2.3-5.2 5.2v18.7c0 2.9 2.3 5.2 5.2 5.2h18.7c2.8-.1 5.1-2.4 5.1-5.2zM39.2 15v16.1c0 4.5-3.7 8.2-8.2 8.2H14.9c-.6 0-.9.7-.5 1.1 1 1.1 2.4 1.8 4.1 1.8h13.4c5.7 0 10.3-4.6 10.3-10.3V18.5c0-1.6-.7-3.1-1.8-4.1-.5-.4-1.2 0-1.2.6z"})}),HT=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M5.888 22.5a3.46 3.46 0 0 1-1.721-.46l-.003-.002a3.451 3.451 0 0 1-1.72-2.982V4.943a3.445 3.445 0 0 1 5.163-2.987l12.226 7.059a3.444 3.444 0 0 1-.001 5.967l-12.22 7.056a3.462 3.462 0 0 1-1.724.462Z"})}),TT=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"22",height:"22",fill:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})}),BT=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",fill:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M14.71 15.88 10.83 12l3.88-3.88a.996.996 0 1 0-1.41-1.41L8.71 11.3a.996.996 0 0 0 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0 .38-.39.39-1.03 0-1.42z"})}),AT=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"24",height:"24",fill:"currentColor","aria-hidden":"true",children:(0,i.jsx)("path",{d:"M9.29 15.88 13.17 12 9.29 8.12a.996.996 0 1 1 1.41-1.41l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3a.996.996 0 0 1-1.41 0c-.38-.39-.39-1.03 0-1.42z"})}),VT=({attributes:e,feed:t={},index:a,onOpen:s})=>{const{elements:o={},caption:n={}}=e,{media_type:l="IMAGE",caption:r=""}=t,c=n.style||"overlay-center",d=o.caption?MT(r,o):"",h=()=>d?(0,i.jsx)("div",{className:`${cT}-caption`,children:(0,i.jsx)("p",{children:zT(d,o.linkHashtags)})}):null,p=(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)("figure",{className:`${cT}-figure`,children:[(0,i.jsx)("img",{className:`${cT}-image`,src:jT(t),alt:MT(r,{stripHashtags:!0,captionLength:120}),loading:"lazy"}),(0,i.jsx)("span",{className:`${cT}-overlay`}),o.mediaIcon&&"IMAGE"!==l&&(0,i.jsx)("span",{className:`${cT}-type`,children:"VIDEO"===l?HT:$T}),c.startsWith("overlay")&&(0,i.jsx)(h,{})]}),"below"===c&&(0,i.jsx)(h,{})]});return o.lightbox?(0,i.jsx)("div",{className:`${cT}-item`,children:(0,i.jsx)("button",{type:"button",className:`${cT}-open`,onClick:()=>s(a),children:p})}):o.linkPosts&&t.permalink?(0,i.jsx)("div",{className:`${cT}-item`,children:(0,i.jsx)("a",{className:`${cT}-open`,href:t.permalink,target:o.openInNewTab?"_blank":"_self",rel:"noreferrer noopener",children:p})}):(0,i.jsx)("div",{className:`${cT}-item`,children:p})},NT=({attributes:e,user:t={},compact:a=!1})=>{const{elements:s={},profile:o={}}=e,{username:n="",profile_picture_url:l="",name:r="",biography:c=""}=t,d=dT(n),h=r||o.nameText||"",p=c||o.bioText||"",g=l||o.photo||"";return(0,i.jsxs)("div",{className:`${cT}-profile${a?` ${cT}-profile-compact`:""}`,children:[s.profilePhoto&&g&&(0,i.jsx)("a",{className:`${cT}-photo`,href:d,target:"_blank",rel:"noreferrer noopener",children:(0,i.jsx)("img",{src:g,alt:n,loading:"lazy"})}),(0,i.jsxs)("div",{className:`${cT}-identity`,children:[(0,i.jsxs)("a",{className:`${cT}-username`,href:d,target:"_blank",rel:"noreferrer noopener",children:["@",n]}),!a&&s.profileName&&h&&(0,i.jsx)("p",{className:`${cT}-name`,children:h}),!a&&s.profileBio&&p&&(0,i.jsx)("p",{className:`${cT}-bio`,children:p})]})]})},PT=({feed:e})=>{const t=(0,g.useRef)(null),a=e?.children?.data||[],s=e=>{const a=t.current;a&&a.scrollBy({left:e*a.clientWidth,behavior:"smooth"})};return(0,i.jsxs)("div",{className:`${cT}-carousel`,children:[(0,i.jsx)("div",{className:`${cT}-slides`,ref:t,children:a.map((e=>(0,i.jsx)("div",{className:`${cT}-slide`,children:e.thumbnail_url?(0,i.jsx)("video",{controls:!0,poster:e.thumbnail_url,src:e.media_url}):(0,i.jsx)("img",{src:e.media_url,alt:""})},e.id)))}),1<a.length&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("button",{type:"button",className:`${cT}-nav ${cT}-nav-prev`,onClick:()=>s(-1),"aria-label":(0,v.__)("Previous slide","b-blocks"),children:BT}),(0,i.jsx)("button",{type:"button",className:`${cT}-nav ${cT}-nav-next`,onClick:()=>s(1),"aria-label":(0,v.__)("Next slide","b-blocks"),children:AT})]})]})},ET=({attributes:e,user:t,feeds:a=[],index:s,blockId:o="",onClose:n,onMove:l})=>{const{lightbox:r={},elements:c={}}=e,d=(0,g.useRef)(null),[h,p]=(0,g.useState)(!1),u=a[s],m=(0,g.useCallback)((e=>{"Escape"===e.key&&n(),"ArrowRight"===e.key&&l(1),"ArrowLeft"===e.key&&l(-1)}),[n,l]);if((0,g.useEffect)((()=>{document.addEventListener("keydown",m);const e=document.body.style.overflow;return document.body.style.overflow="hidden",d.current?.focus(),p(!0),()=>{document.removeEventListener("keydown",m),document.body.style.overflow=e}}),[m]),!u)return null;const{media_type:b="IMAGE",media_url:f="",thumbnail_url:w="",caption:x="",permalink:y=""}=u,k=(0,i.jsxs)("div",{className:`${cT}-lightbox${h?" is-open":""}`,"data-bb-id":o,role:"dialog","aria-modal":"true","aria-label":(0,v.__)("Instagram post","b-blocks"),ref:d,tabIndex:-1,onClick:e=>e.target===e.currentTarget&&n(),children:[(0,i.jsx)("button",{type:"button",className:`${cT}-close`,onClick:n,"aria-label":(0,v.__)("Close","b-blocks"),children:TT}),1<a.length&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("button",{type:"button",className:`${cT}-nav ${cT}-nav-prev`,onClick:()=>l(-1),"aria-label":(0,v.__)("Previous post","b-blocks"),children:BT}),(0,i.jsx)("button",{type:"button",className:`${cT}-nav ${cT}-nav-next`,onClick:()=>l(1),"aria-label":(0,v.__)("Next post","b-blocks"),children:AT})]}),(0,i.jsxs)("div",{className:`${cT}-dialog`,children:[(0,i.jsxs)("div",{className:`${cT}-media`,children:["VIDEO"===b&&(0,i.jsx)("video",{controls:!0,autoPlay:!0,poster:w,src:f}),"CAROUSEL_ALBUM"===b&&(0,i.jsx)(PT,{feed:u}),"IMAGE"===b&&(0,i.jsx)("img",{src:f,alt:""})]}),(0,i.jsxs)("div",{className:`${cT}-details`,children:[r.showProfile&&(0,i.jsx)(NT,{attributes:e,user:t,compact:!0}),r.showCaption&&x&&(0,i.jsx)("div",{className:`${cT}-full-caption`,children:zT(x,c.linkHashtags)}),r.showLink&&y&&(0,i.jsxs)("a",{className:`${cT}-permalink`,href:y,target:"_blank",rel:"noreferrer nofollow noopener",children:[ST," ",(0,v.__)("View on Instagram","b-blocks")]})]})]})]});return document.body?(0,Ea.createPortal)(k,document.body):k},IT=({count:e=12})=>(0,i.jsx)("div",{className:`${cT}-grid`,children:Array.from({length:e},((e,t)=>(0,i.jsx)("div",{className:`${cT}-item ${cT}-skeleton`},t)))}),OT=({attributes:e,id:t="",isBackend:a=!1})=>{const{source:s={},elements:o={}}=e,[n,l]=(0,g.useState)({status:"loading",user:{},media:[],error:""}),[r,c]=(0,g.useState)(1),[d,h]=(0,g.useState)(-1),{account:p="",limit:u=24,perPage:m=12,cacheMinutes:b=30}=s;(0,g.useEffect)((()=>{let e=!0;return l((e=>({...e,status:"loading",error:""}))),(({account:e="",limit:t=12,cacheMinutes:a=30})=>mT("bBlocksInstagramFeed",{account:e,limit:t,cache:a}))({account:p,limit:u,cacheMinutes:b}).then((t=>e&&l({status:"ready",user:t?.user||{},media:t?.media||[],error:""}))).catch((t=>e&&l({status:"error",user:{},media:[],error:t.message}))),()=>{e=!1}}),[p,u,b]),(0,g.useEffect)((()=>c(1)),[p,m]);const f="ready"!==n.status||!n.media.length,w=f&&a?uT:{user:n.user,media:n.media},x=parseInt(m,10)||12,y=(0,g.useMemo)((()=>w.media.slice(0,x*r)),[w.media,x,r]),k=w.media.length>y.length,C=(e=>{const{elements:t={},item:a={},caption:s={}}=e;return[cT,`${cT}-hover-${a.hoverEffect||"none"}`,`${cT}-caption-${s.style||"overlay-center"}`,t.caption?`${cT}-has-caption`:"",t.profile?`${cT}-has-profile`:""].filter(Boolean).join(" ")})(e);if("loading"===n.status&&!a)return(0,i.jsx)("div",{className:C,children:(0,i.jsx)(IT,{count:x})});if("error"===n.status&&!a&&!w.media.length)return null;if(!w.media.length)return(0,i.jsx)("div",{className:C,children:(0,i.jsx)("p",{className:`${cT}-notice`,children:n.error||(0,v.__)("No posts to show yet.","b-blocks")})});const _=o.profile||o.followButton&&!o.followInFooter,M=o.loadMore&&k||o.followButton&&o.followInFooter;return(0,i.jsxs)("div",{className:C,children:[a&&f&&(0,i.jsx)("p",{className:`${cT}-notice`,children:n.error||(0,v.__)("Showing sample posts. Connect an Instagram account in the block settings.","b-blocks")}),_&&(0,i.jsxs)("div",{className:`${cT}-header`,children:[o.profile&&(0,i.jsx)(NT,{attributes:e,user:w.user}),!o.followInFooter&&(0,i.jsx)(LT,{attributes:e,username:w.user?.username})]}),(0,i.jsx)("div",{className:`${cT}-grid`,children:y.map(((t,s)=>(0,i.jsx)(VT,{attributes:e,feed:t,index:s,onOpen:a?()=>{}:h},t.id)))}),M&&(0,i.jsxs)("div",{className:`${cT}-footer`,children:[o.loadMore&&k&&(0,i.jsx)("button",{type:"button",className:`${cT}-load-more`,onClick:()=>c(r+1),children:o.loadMoreLabel||(0,v.__)("Load More","b-blocks")}),o.followInFooter&&(0,i.jsx)(LT,{attributes:e,username:w.user?.username})]}),o.lightbox&&-1<d&&(0,i.jsx)(ET,{attributes:e,user:w.user,feeds:y,index:d,blockId:t,onClose:()=>h(-1),onMove:e=>h((t=>(t+e+y.length)%y.length))})]})},RT=e=>{if("string"!=typeof e)return e;const t=e.replace(/\/\*|\*\//g,"").replace(/[{};<>\\]/g,"").replace(/[\r\n\t]+/g," "),a=e=>(t.split(e).length-1)%2;return a('"')||a("'")?t.replace(/["']/g,""):t},DT=e=>Array.isArray(e)?e.map(DT):e&&"object"==typeof e?Object.fromEntries(Object.entries(e).map((([e,t])=>[e,DT(t)]))):RT(e),FT=({attributes:a,id:s,isBackend:o=!1})=>{const{advanced:n={}}=a,{grid:l={},box:r={},item:c={},caption:d={},profile:h={},followBtn:p={},loadMoreBtn:u={},lightbox:m={}}=DT(a),v=`#${s} .${cT}`,b=`${v} .${cT}-header`,f=`${v} .${cT}-grid`,w=`${v} .${cT}-item`,x=`${v} .${cT}-figure`,y=`${v} .${cT}-overlay`,k=`${v} .${cT}-type`,C=`${v} .${cT}-caption`,_=`${v} .${cT}-photo`,M=`${v} .${cT}-username`,z=`${v} .${cT}-name, ${v} .${cT}-bio`,j=`${v} .${cT}-follow`,L=`${v} .${cT}-load-more`,S=`.${cT}-lightbox[data-bb-id="${RT(s)}"]`,$=(e,...t)=>{const a=t.filter(Boolean).join(" ").replace(/\s+/g," ").trim();return a?`${e}{ ${a} }`:""},H=e=>Object.keys(e||{}).length?Gn(e):"",T=(e,t={})=>`\n\t\t${$(e,qn("color",t.normal?.color),Wn(t.normal?.background),H(t.normal?.border),qn("padding",ti(t.padding)),qn("border-radius",ti(t.radius)))}\n\t\t${$(`${e}:hover, ${e}:focus-visible`,qn("color",t.hover?.color),Wn(t.hover?.background),H(t.hover?.border))}`,B=e=>$(f,qn("grid-template-columns",`repeat(${parseInt(CT(l,e,"columns",4),10)||1}, minmax(0, 1fr))`),qn("column-gap",_T(CT(l,e,"columnGap","15px"),"15px")),qn("row-gap",_T(CT(l,e,"rowGap","15px"),"15px"))),A=e=>`\n\t\t${$(v,qn("padding",ti(r?.[e]?.padding)),qn("border-radius",ti(r?.[e]?.radius)))}\n\t\t${$(x,qn("border-radius",ti(c?.[e]?.radius)),qn("aspect-ratio",CT(l,e,"ratio","1/1")))}`,V=(0,g.useMemo)((()=>`\n\t\t${ei("",d.typo)?.googleFontLink}\n\t\t${ei("",h.usernameTypo)?.googleFontLink}\n\t\t${ei("",h.metaTypo)?.googleFontLink}\n\t\t${ei("",p.typo)?.googleFontLink}\n\t\t${ei("",u.typo)?.googleFontLink}\n\t\t${ei(C,d.typo)?.styles}\n\t\t${ei(M,h.usernameTypo)?.styles}\n\t\t${ei(z,h.metaTypo)?.styles}\n\t\t${ei(j,p.typo)?.styles}\n\t\t${ei(L,u.typo)?.styles}\n\n\t\t${$(v,Wn(r.background),H(r.border),qn("box-shadow",Kn(r.shadow?.normal)))}\n\t\t${$(`${v}:hover`,qn("box-shadow",Kn(r.shadow?.hover)))}\n\n\t\t${$(w,H(c.border),qn("box-shadow",Kn(c.shadow?.normal)))}\n\t\t${$(`${w}:hover`,qn("box-shadow",Kn(c.shadow?.hover)))}\n\n\t\t${$(y,qn("background",c.overlayColor))}\n\t\t${$(k,qn("color",c.iconColor),qn("font-size",_T(c.iconSize,"")))}\n\n\t\t${$(C,qn("color",d.color),qn("text-align",d.align),qn("padding",ti(d.padding)),Wn(d.background))}\n\t\t${$(`${C} a`,qn("color",d.linkColor))}\n\n\t\t${$(b,qn("gap",_T(h.gap,"")))}\n\t\t${$(`${_}, ${_} img`,qn("width",_T(h.photoSize,"")),qn("height",_T(h.photoSize,"")))}\n\t\t${$(M,qn("color",h.usernameColor))}\n\t\t${$(`${v} .${cT}-name`,qn("color",h.nameColor))}\n\t\t${$(`${v} .${cT}-bio`,qn("color",h.bioColor))}\n\n\t\t${T(j,p)}\n\t\t${T(L,u)}\n\n\t\t${$(S,qn("background",m.backdrop))}\n\n\t\t${B("desktop")}\n\t\t${A("desktop")}\n\n\t\t${e}{\n\t\t\t${B("tablet")}\n\t\t\t${A("tablet")}\n\t\t}\n\n\t\t${t}{\n\t\t\t${B("mobile")}\n\t\t\t${A("mobile")}\n\t\t}\n\n\t\t${hi(s,n,o,!1)}\n\t\t`),[a,s,o]);return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:V}})},qT=({attributes:e,updateObj:t})=>{const{source:a={}}=e,[s,o]=(0,g.useState)({username:"",hasToken:!1,fromDashboard:!1}),[n,l]=(0,g.useState)(""),[r,c]=(0,g.useState)("loading");return(0,g.useEffect)((()=>{let e=!0;return mT("bBlocksInstagramGetAccount").then((t=>e&&(o(t),c("")))).catch((t=>e&&c(t.message))),()=>{e=!1}}),[]),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Account","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Username","b-blocks"),value:s.username,onChange:e=>o({...s,username:e}),placeholder:(0,v.__)("yourhandle","b-blocks")}),s.fromDashboard?(0,i.jsx)(b.Notice,{status:"success",isDismissible:!1,children:(0,v.__)("Using the access token from Dashboard → Settings → API Integrations.","b-blocks")}):(0,i.jsx)(b.TextControl,{label:(0,v.__)("Access Token","b-blocks"),type:"password",value:n,onChange:l,placeholder:s.hasToken?(0,v.__)("A token is saved — type a new one to replace it","b-blocks"):"",help:(0,v.__)("A long-lived Instagram token. Stored on the site, never in the post. It can also be set once for the whole site under Dashboard → Settings → API Integrations.","b-blocks")}),(0,i.jsx)(b.Button,{variant:"primary",onClick:()=>{c("saving"),(({username:e="",token:t=""})=>mT("bBlocksInstagramSaveAccount",{username:e,token:t}))({username:s.username,token:n}).then((e=>{o(e),l(""),c("saved")})).catch((e=>c(e.message)))},disabled:"saving"===r||"loading"===r,children:"saving"===r?(0,v.__)("Saving…","b-blocks"):(0,v.__)("Save Account","b-blocks")}),"saved"===r&&(0,i.jsx)("small",{children:(0,v.__)("Saved. Reload the editor to load the feed.","b-blocks")}),!s.hasToken&&"loading"!==r&&(0,i.jsx)(b.Notice,{className:"mt10",status:"warning",isDismissible:!1,children:(0,v.__)("Add a token to load the feed — here, or once for the whole site under Dashboard → Settings → API Integrations. Until then the editor shows sample posts.","b-blocks")}),(0,i.jsx)(f,{className:"mt20",children:(0,v.__)("Posts To Fetch","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{value:a.limit,onChange:e=>t("source",parseInt(e,10)||1,"limit"),min:1,max:100}),(0,i.jsx)("small",{children:(0,v.__)("How many posts are pulled from Instagram and cached. The grid shows them a page at a time.","b-blocks")}),(0,i.jsx)(f,{className:"mt20",children:(0,v.__)("Cache (minutes)","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{value:a.cacheMinutes,onChange:e=>t("source",parseInt(e,10)||0,"cacheMinutes"),min:0,max:10080}),(0,i.jsx)("small",{children:(0,v.__)("Zero fetches on every page load, which Instagram rate-limits. Thirty minutes suits most feeds.","b-blocks")}),(0,i.jsx)(b.Button,{className:"mt10",variant:"secondary",onClick:()=>{c("clearing"),mT("bBlocksInstagramClearCache").then((()=>c("cleared"))).catch((e=>c(e.message)))},disabled:"clearing"===r,children:"clearing"===r?(0,v.__)("Clearing…","b-blocks"):(0,v.__)("Clear Cached Feed","b-blocks")}),"cleared"===r&&(0,i.jsx)("small",{children:(0,v.__)("Cache cleared. Reload the editor to see the new posts.","b-blocks")})]})},WT=({attributes:e,updateObj:t})=>{const{elements:a={},source:s={}}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Follow Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Follow Button","b-blocks"),checked:a.followButton,onChange:e=>t("elements",e,"followButton")}),a.followButton&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Label","b-blocks"),value:a.followLabel||"",onChange:e=>t("elements",e,"followLabel")}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Place Below The Grid","b-blocks"),checked:a.followInFooter,onChange:e=>t("elements",e,"followInFooter"),help:(0,v.__)("Off, it sits beside the profile above the grid.","b-blocks")})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Load More","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Load More","b-blocks"),checked:a.loadMore,onChange:e=>t("elements",e,"loadMore")}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Posts Per Page","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{value:s.perPage,onChange:e=>t("source",parseInt(e,10)||1,"perPage"),min:1,max:100}),(0,i.jsx)("small",{children:(0,v.__)("With Load More off, only this many posts are ever shown.","b-blocks")}),a.loadMore&&(0,i.jsx)(b.TextControl,{className:"mt20",label:(0,v.__)("Label","b-blocks"),value:a.loadMoreLabel||"",onChange:e=>t("elements",e,"loadMoreLabel")})]})]})},UT=({attributes:e,updateObj:t})=>{const{elements:a={},caption:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Caption","b-blocks"),checked:a.caption,onChange:e=>t("elements",e,"caption")}),a.caption&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mb0 mt10",children:(0,v.__)("Placement","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.style||"overlay-center",onChange:e=>t("caption",e,"style"),children:wT.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)(f,{className:"mt20",children:(0,v.__)("Caption Length","b-blocks")}),(0,i.jsx)(b.__experimentalNumberControl,{value:a.captionLength,onChange:e=>t("elements",parseInt(e,10)||0,"captionLength"),min:0}),(0,i.jsx)("small",{children:(0,v.__)("Zero shows the whole caption.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Remove Hashtags","b-blocks"),checked:a.stripHashtags,onChange:e=>t("elements",e,"stripHashtags")}),!a.stripHashtags&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Link Hashtags","b-blocks"),checked:a.linkHashtags,onChange:e=>t("elements",e,"linkHashtags"),help:(0,v.__)("Each hashtag opens its Instagram tag page.","b-blocks")})]})]})},GT=({attributes:e,updateObj:t,device:a="desktop"})=>{const{grid:s={}}=e,o=(e,o)=>(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[e," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:s?.[a]?.[o]||"",onChange:e=>t("grid",e,a,o),units:[$e(),He(),Te(),Be()]})]});return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Grid","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(f,{className:"mb0",children:[(0,v.__)("Columns","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:parseInt(s?.[a]?.columns,10)||1,onChange:e=>t("grid",e,a,"columns"),min:1,max:8}),o((0,v.__)("Column Gap","b-blocks"),"columnGap"),o((0,v.__)("Row Gap","b-blocks"),"rowGap"),(0,i.jsxs)(f,{className:"mb0 mt20",children:[(0,v.__)("Tile Shape","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s?.[a]?.ratio||"",onChange:e=>t("grid",e,a,"ratio"),children:yT.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)("small",{children:(0,v.__)("Original keeps each post at its own proportions, so rows will not line up.","b-blocks")})]})},YT=({attributes:e,updateObj:t})=>{const{elements:a={},lightbox:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Interaction","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Open In Lightbox","b-blocks"),checked:a.lightbox,onChange:e=>t("elements",e,"lightbox"),help:(0,v.__)("Off, a tile links straight to the post on Instagram.","b-blocks")}),a.lightbox?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Profile In Lightbox","b-blocks"),checked:s.showProfile,onChange:e=>t("lightbox",e,"showProfile")}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Caption In Lightbox","b-blocks"),checked:s.showCaption,onChange:e=>t("lightbox",e,"showCaption")}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Instagram Link","b-blocks"),checked:s.showLink,onChange:e=>t("lightbox",e,"showLink")})]}):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Link To Instagram","b-blocks"),checked:a.linkPosts,onChange:e=>t("elements",e,"linkPosts")}),a.linkPosts&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Open In New Tab","b-blocks"),checked:a.openInNewTab,onChange:e=>t("elements",e,"openInNewTab")})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Video & Album Icon","b-blocks"),checked:a.mediaIcon,onChange:e=>t("elements",e,"mediaIcon"),help:(0,v.__)("Marks which tiles are reels or multi-photo posts.","b-blocks")})]})},ZT=({attributes:e,updateObj:t})=>{const{elements:a={},profile:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Profile","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Profile","b-blocks"),checked:a.profile,onChange:e=>t("elements",e,"profile")}),a.profile&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Photo","b-blocks"),checked:a.profilePhoto,onChange:e=>t("elements",e,"profilePhoto")}),a.profilePhoto&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Fallback Photo","b-blocks")}),(0,i.jsx)(fe,{value:s.photo,types:["image"],onChange:e=>t("profile",e,"photo"),placeholder:(0,v.__)("Upload Profile Picture","b-blocks")}),(0,i.jsx)("small",{children:(0,v.__)("Used only when Instagram returns no picture for the account.","b-blocks")})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Name","b-blocks"),checked:a.profileName,onChange:e=>t("elements",e,"profileName")}),a.profileName&&(0,i.jsx)(b.TextControl,{value:s.nameText||"",onChange:e=>t("profile",e,"nameText"),placeholder:(0,v.__)("Display name","b-blocks"),help:(0,v.__)("Shown only when the account itself returns no name.","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Biography","b-blocks"),checked:a.profileBio,onChange:e=>t("elements",e,"profileBio")}),a.profileBio&&(0,i.jsx)(b.TextControl,{value:s.bioText||"",onChange:e=>t("profile",e,"bioText"),placeholder:(0,v.__)("Short bio","b-blocks"),help:(0,v.__)("Shown only when the account itself returns no biography.","b-blocks")})]})]})},KT=({attributes:e,updateObj:t,device:a="desktop"})=>{const{box:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Box","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.padding||{},onChange:e=>t("box",e,a,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius||{},onChange:e=>t("box",e,a,"radius")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s.background,onChange:e=>t("box",e,"background")}),(0,i.jsx)("small",{children:(0,v.__)("Left empty, the theme paints the background.","b-blocks")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border,onChange:e=>t("box",e,"border")}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:s.shadow,onChange:e=>t("box",e,"shadow")})]})},QT=({attributes:e,updateObj:t,group:a,title:s,size:o=14})=>{const n=e?.[a]||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:s,initialOpen:!1,children:[(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:bT,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:kT(e.name,(0,v.__)("Color","b-blocks")),value:n?.[e.name]?.color,onChange:s=>t(a,s,e.name,"color")}),(0,i.jsx)(wa,{className:"mt10",label:kT(e.name,(0,v.__)("Background","b-blocks")),value:n?.[e.name]?.background,onChange:s=>t(a,s,e.name,"background")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:kT(e.name,(0,v.__)("Border","b-blocks")),value:n?.[e.name]?.border,onChange:s=>t(a,s,e.name,"border")})]})}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:n.typo,onChange:e=>t(a,e,"typo"),defaults:{fontSize:{desktop:o}}}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:n.padding||{},onChange:e=>t(a,e,"padding")}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),values:n.radius||{},onChange:e=>t(a,e,"radius")})]})},XT=({attributes:e,updateObj:t})=>{const{elements:a={},caption:s={}}=e;return a.caption?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s.color,onChange:e=>t("caption",e,"color")}),(0,i.jsx)(De,{label:(0,v.__)("Hashtag Color","b-blocks"),value:s.linkColor,onChange:e=>t("caption",e,"linkColor")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:s.background,onChange:e=>t("caption",e,"background")}),(0,i.jsx)(f,{className:"mb0 mt20",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s.align||"",onChange:e=>t("caption",e,"align"),children:xT.map((({label:e,value:t})=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e,value:t},t)))}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:s.padding||{},onChange:e=>t("caption",e,"padding")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:s.typo,onChange:e=>t("caption",e,"typo"),defaults:{fontSize:{desktop:15}}})]}):null},JT=({attributes:e,updateObj:t,device:a="desktop"})=>{const{item:s={}}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Item","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Hover Effect","b-blocks"),value:s.hoverEffect||"none",options:fT,onChange:e=>t("item",e,"hoverEffect")}),(0,i.jsx)(w,{label:(0,i.jsxs)(i.Fragment,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s?.[a]?.radius||{},onChange:e=>t("item",e,a,"radius")}),(0,i.jsx)(De,{label:(0,v.__)("Hover Overlay","b-blocks"),value:s.overlayColor,onChange:e=>t("item",e,"overlayColor")}),(0,i.jsx)("small",{children:(0,v.__)("A tint drawn over the photo while the pointer is on it.","b-blocks")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border,onChange:e=>t("item",e,"border")}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Box Shadow","b-blocks"),value:s.shadow,onChange:e=>t("item",e,"shadow")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Media Icon Color","b-blocks"),value:s.iconColor,onChange:e=>t("item",e,"iconColor")}),(0,i.jsx)(f,{className:"mb0 mt10",children:(0,v.__)("Media Icon Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{labelPosition:"edge",isUnitSelectTabbable:!0,value:s.iconSize||"",onChange:e=>t("item",e,"iconSize"),units:[$e(),Te(),Be()]})]})},eB=({attributes:e,updateObj:t})=>{const{elements:a={},lightbox:s={}}=e;return a.lightbox?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Lightbox","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Backdrop","b-blocks"),value:s.backdrop,onChange:e=>t("lightbox",e,"backdrop")}),(0,i.jsx)("small",{children:(0,v.__)("A translucent colour keeps the page visible behind the post.","b-blocks")})]}):null},tB=({attributes:e,updateObj:t})=>{const{elements:a={},profile:s={}}=e;return a.profile?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Profile","b-blocks"),initialOpen:!1,children:[a.profilePhoto&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mb0",children:(0,v.__)("Photo Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{labelPosition:"edge",isUnitSelectTabbable:!0,value:s.photoSize||"",onChange:e=>t("profile",e,"photoSize"),units:[$e(),Te(),Be()]})]}),(0,i.jsx)(f,{className:"mb0 mt10",children:(0,v.__)("Header Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{labelPosition:"edge",isUnitSelectTabbable:!0,value:s.gap||"",onChange:e=>t("profile",e,"gap"),units:[$e(),He(),Te(),Be()]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Username Color","b-blocks"),value:s.usernameColor,onChange:e=>t("profile",e,"usernameColor")}),a.profileName&&(0,i.jsx)(De,{label:(0,v.__)("Name Color","b-blocks"),value:s.nameColor,onChange:e=>t("profile",e,"nameColor")}),a.profileBio&&(0,i.jsx)(De,{label:(0,v.__)("Biography Color","b-blocks"),value:s.bioColor,onChange:e=>t("profile",e,"bioColor")}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Username Typography","b-blocks"),value:s.usernameTypo,onChange:e=>t("profile",e,"usernameTypo"),defaults:{fontSize:{desktop:18}}}),(a.profileName||a.profileBio)&&(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Name & Bio Typography","b-blocks"),value:s.metaTypo,onChange:e=>t("profile",e,"metaTypo"),defaults:{fontSize:{desktop:14}}})]}):null},aB=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(KT,{...e}),(0,i.jsx)(JT,{...e}),(0,i.jsx)(XT,{...e}),(0,i.jsx)(tB,{...e}),e.attributes?.elements?.followButton&&(0,i.jsx)(QT,{...e,group:"followBtn",title:(0,v.__)("Follow Button","b-blocks"),size:13}),e.attributes?.elements?.loadMore&&(0,i.jsx)(QT,{...e,group:"loadMoreBtn",title:(0,v.__)("Load More Button","b-blocks"),size:14}),(0,i.jsx)(eB,{...e})]}),sB=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:vT,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qT,{...e}),(0,i.jsx)(GT,{...e}),(0,i.jsx)(ZT,{...e}),(0,i.jsx)(UT,{...e}),(0,i.jsx)(WT,{...e}),(0,i.jsx)(YT,{...e})]}),"style"===t.name&&(0,i.jsx)(aB,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})]})})})},oB=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{blockId:o}=t,n="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,l=me(t,a),r=s.slice(0,12);(0,g.useEffect)((()=>{o!==r&&a({blockId:r})}),[r]);const c=`block-${s}`,d=(0,h.useBlockProps)();return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(sB,{...e,updateObj:l,isPremium:n}),(0,i.jsxs)("div",{...d,children:[(0,i.jsx)(FT,{attributes:t,id:c,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)(OT,{attributes:t,id:c,isBackend:!0})})]})]})}));(0,d.registerBlockType)(rT,{icon:ar,edit:oB,save:()=>null});const nB=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/interactive-checklist","title":"Interactive Checklist","category":"bBlocks","description":"A titled checklist of tickable items that visitors can check off, with their progress remembered in the browser via localStorage, an optional live completion indicator, and a reset button. Works without JavaScript using native checkbox inputs.","keywords":["checklist","todo","to-do","task list","tick list","interactive checklist","progress checklist","setup checklist","steps","tasks"],"textdomain":"b-blocks","attributes":{"heading":{"type":"object","default":{"text":"Your Checklist","tag":"h3","color":"#1a1a1a","typography":{"fontSize":{"desktop":"20px","tablet":"","mobile":""},"fontWeight":700},"bg":{"type":"solid","color":""},"border":{},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""}}},"items":{"type":"array","default":[{"id":"item-1","label":"First item","checked":false},{"id":"item-2","label":"Second item","checked":false},{"id":"item-3","label":"Third item","checked":false}]},"checkbox":{"type":"object","default":{"style":"square","size":"20px","accent":"#4f46e5","checkColor":"#ffffff"}},"item":{"type":"object","default":{"color":"#1a1a1a","typography":{"fontSize":{"desktop":"16px","tablet":"","mobile":""},"fontWeight":400},"gap":"12px","strike":false}},"progress":{"type":"object","default":{"show":true,"typography":{"fontSize":{"desktop":"12px","tablet":"","mobile":""},"fontWeight":600},"height":"6px","trackBg":{"type":"solid","color":""},"fillBg":{"type":"solid","color":""}}},"reset":{"type":"object","default":{"show":true}},"persistKey":{"type":"string","default":""},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"24px","right":"28px","bottom":"24px","left":"28px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"12px","right":"12px","bottom":"12px","left":"12px"},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}],"border":{"color":"#e5e7eb","style":"solid","width":"1px"}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),iB=({attributes:e,id:t,isBackend:a=!1})=>{const{heading:s={},checkbox:o={},item:n={},progress:l={},advanced:r}=e,c=o.accent||"#4f46e5",d=o.size||"20px",h=l.typography?.fontSize?.desktop||"12px",p=`#${t} .bBlocks-interactive-checklist-wrapper`,g=`${p} .bBlocks-interactive-checklist-heading`,u=`${p} .bBlocks-interactive-checklist-progress-text`,m=`${p} .bBlocks-interactive-checklist-progress-track`,v=`${p} .bBlocks-interactive-checklist-progress-fill`,b=`${p} .bBlocks-interactive-checklist-list`,f=`${p} .bBlocks-interactive-checklist-item`,w=`${p} .bBlocks-interactive-checklist-label`,x=`${p} .bBlocks-interactive-checklist-checkbox`,y=`${p} .bBlocks-interactive-checklist-box`,k=`${p} .bBlocks-interactive-checklist-reset`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",s.typography).googleFontLink}\n\t\t\t${ei("",n.typography).googleFontLink}\n\t\t\t${p}{\n\t\t\t\t${qn("color",n.color)}\n\t\t\t}\n\t\t\t${ei(g,s.typography).styles}\n\t\t\t${g}{\n\t\t\t\t${qn("color",s.color)}\n\t\t\t\t${Wn(s.bg)}\n\t\t\t\t${Gn(s.border)}\n\t\t\t\t${qn("border-radius",ti(s.borderRadius))}\n\t\t\t\t${qn("padding",ti(s.padding))}\n\t\t\t}\n\t\t\t${ei("",l.typography).googleFontLink}\n\t\t\t${ei(u,l.typography).styles}\n\t\t\t${m}{\n\t\t\t\t${qn("height",l.height)}\n\t\t\t\t${Wn(l.trackBg)}\n\t\t\t}\n\t\t\t${v}{\n\t\t\t\t${l.fillBg?.color||l.fillBg?.gradient||l.fillBg?.image?.url?Wn(l.fillBg):`background: ${c};`}\n\t\t\t}\n\t\t\t${b}{ gap: ${n.gap||"12px"}; }\n\t\t\t${ei(w,n.typography).styles}\n\t\t\t${w}{\n\t\t\t\t${qn("color",n.color)}\n\t\t\t\tpadding-left: calc(${d} + 12px);\n\t\t\t}\n\t\t\t${x}{ width: ${d}; height: ${d}; }\n\t\t\t${y}{\n\t\t\t\twidth: ${d};\n\t\t\t\theight: ${d};\n\t\t\t\tborder-color: ${c};\n\t\t\t}\n\t\t\t${y}::after{\n\t\t\t\t${qn("background-color",o.checkColor)}\n\t\t\t}\n\t\t\t${x}:checked + .bBlocks-interactive-checklist-box,\n\t\t\t${f}.is-checked .bBlocks-interactive-checklist-box{\n\t\t\t\tbackground: ${c};\n\t\t\t\tborder-color: ${c};\n\t\t\t}\n\t\t\t${x}:focus-visible + .bBlocks-interactive-checklist-box{\n\t\t\t\toutline: 2px solid ${c};\n\t\t\t\toutline-offset: 2px;\n\t\t\t}\n\t\t\t${k}{\n\t\t\t\tcolor: ${c};\n\t\t\t\tfont-size: ${h};\n\t\t\t}\n\t\t\t${k}:focus-visible{ outline: 2px solid ${c}; }\n\t\t\t${hi(t,r,a,!1)}\n\t\t\t`}})},lB=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],rB=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],cB=[{label:(0,v.__)("H2","b-blocks"),value:"h2"},{label:(0,v.__)("H3","b-blocks"),value:"h3"},{label:(0,v.__)("H4","b-blocks"),value:"h4"}],dB=[{label:(0,v.__)("Square","b-blocks"),value:"square"},{label:(0,v.__)("Round","b-blocks"),value:"round"}],hB=((0,v.__)("Left","b-blocks"),(0,v.__)("Center","b-blocks"),(0,v.__)("Right","b-blocks"),e=>{const{attributes:t,updateObj:a,index:s}=e,o=t.items[s]||{};return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.TextControl,{label:(0,v.__)("Label","b-blocks"),value:o.label||"",onChange:e=>a("items",e,s,"label"),placeholder:(0,v.__)("Checklist item","b-blocks"),__nextHasNoMarginBottom:!0})})}),pB=({attributes:e,setAttributes:t,updateObj:a})=>{const{heading:s={},progress:o={},reset:n={},item:l={}}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Heading text","b-blocks"),value:s.text||"",onChange:e=>a("heading",e,"text"),placeholder:(0,v.__)("Your Checklist","b-blocks"),help:(0,v.__)("Leave empty to hide the heading.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Heading tag","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:s.tag||"h3",options:cB,onChange:e=>a("heading",e,"tag"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show progress line","b-blocks"),checked:!1!==o.show,onChange:e=>a("progress",e,"show"),help:(0,v.__)('Live "N of M complete" indicator and progress bar.',"b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show reset button","b-blocks"),checked:!1!==n.show,onChange:e=>a("reset",e,"show"),help:(0,v.__)("Lets visitors clear their saved progress.","b-blocks")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Checklist items","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mb10",label:(0,v.__)("Strike checked items","b-blocks"),checked:!!l.strike,onChange:e=>a("item",e,"strike"),help:(0,v.__)("Line-through and dim items once checked.","b-blocks")}),(0,i.jsx)(dn,{attributes:e,setAttributes:t,updateObj:a,newItem:{id:`item-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,6)}`,label:(0,v.__)("New item","b-blocks"),checked:!1},design:"sortable",itemLabel:"Item",arrKey:"items",title:"label",ItemSettings:hB})]})]})},gB={top:"",right:"",bottom:"",left:""},uB=({attributes:e,updateObj:t})=>{const{heading:a={},checkbox:s={},item:o={},progress:n={}}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Heading","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:a.color||"#1a1a1a",onChange:e=>t("heading",e,"color"),defaultColor:"#1a1a1a"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typography||{},onChange:e=>t("heading",e,"typography")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:a.bg,onChange:e=>t("heading",e,"bg")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:a.border,onChange:e=>t("heading",e||{},"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),units:lB,values:a.borderRadius,resetValues:gB,onChange:e=>t("heading",e,"borderRadius")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Padding","b-blocks"),units:lB,values:a.padding,resetValues:gB,onChange:e=>t("heading",e,"padding")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Checkbox","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Style:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:s.style||"square",options:dB,onChange:e=>t("checkbox",e,"style")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",units:lB,isUnitSelectTabbable:!0,value:s.size||"20px",onChange:e=>t("checkbox",e,"size")})]}),(0,i.jsx)(De,{label:(0,v.__)("Accent color:","b-blocks"),value:s.accent,onChange:e=>t("checkbox",e,"accent"),defaultColor:"#4f46e5"}),(0,i.jsx)(De,{label:(0,v.__)("Check mark color:","b-blocks"),value:s.checkColor,onChange:e=>t("checkbox",e,"checkColor"),defaultColor:"#ffffff"})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Items","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Text color:","b-blocks"),value:o.color||"#1a1a1a",onChange:e=>t("item",e,"color"),defaultColor:"#1a1a1a"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:o.typography||{},onChange:e=>t("item",e,"typography")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Gap between items","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",units:lB,isUnitSelectTabbable:!0,value:o.gap,onChange:e=>t("item",e,"gap")})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Progress","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:n.typography||{},defaults:{fontSize:{desktop:"12px"}},onChange:e=>t("progress",e,"typography")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Track Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",units:lB,isUnitSelectTabbable:!0,value:n.height||"6px",onChange:e=>t("progress",e,"height")})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Track Background","b-blocks"),value:n.trackBg,onChange:e=>t("progress",e,"trackBg")}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Progress Fill Background","b-blocks"),value:n.fillBg,onChange:e=>t("progress",e,"fillBg")})]})]})},mB=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:rB,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(pB,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(uB,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})})},vB="bBlocks-interactive-checklist",bB=["h2","h3","h4"],fB=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{heading:n={},items:l=[],checkbox:r={},item:c={},progress:d={},reset:p={},persistKey:u}=t,m=bBlocksPremiumChecker,f=me(t,a),[w,x]=(0,g.useState)({});(0,g.useEffect)((()=>{u||a({persistKey:`cl-${s.slice(0,8)}`})}),[u,s,a]);const y="round"===r.style?"round":"square",k=!0===c.strike,C=bB.includes(n.tag)?n.tag:"h3",_=l.length,M=l.filter((e=>e&&w[e.id])).length,z=_>0?Math.round(M/_*100):0,j=[`${vB}-wrapper`,`${vB}-checkbox-${y}`,k?`${vB}-has-strike`:""].filter(Boolean).join(" "),L=(e,t)=>{if(t<0||t>=l.length)return;const s=l.slice(),[o]=s.splice(e,1);s.splice(t,0,o),a({items:s})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(mB,{attributes:t,setAttributes:a,updateObj:f,isPremium:m,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(iB,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsxs)("div",{className:j,children:[(0,i.jsx)(h.RichText,{tagName:C,className:`${vB}-heading`,value:n.text||"",onChange:e=>f("heading",e,"text"),placeholder:(0,v.__)("Your Checklist","b-blocks"),allowedFormats:["core/bold","core/italic"]}),!1!==d.show&&_>0&&(0,i.jsxs)("div",{className:`${vB}-progress`,children:[(0,i.jsx)("p",{className:`${vB}-progress-text`,children:(0,v.sprintf)((0,v.__)("%1$s of %2$s complete","b-blocks"),M,_)}),(0,i.jsx)("div",{className:`${vB}-progress-track`,"aria-hidden":"true",children:(0,i.jsx)("span",{className:`${vB}-progress-fill`,style:{width:`${z}%`}})})]}),0===_?(0,i.jsx)("p",{className:`${vB}-empty`,children:(0,v.__)("No checklist items yet. Add the first one from the sidebar.","b-blocks")}):(0,i.jsx)("ul",{className:`${vB}-list`,children:l.map(((e,t)=>{const s=!(!e||!w[e.id]);return(0,i.jsx)("li",{className:`${vB}-item ${s?"is-checked":""}`,children:(0,i.jsxs)("div",{className:`${vB}-label`,children:[(0,i.jsx)("input",{type:"checkbox",className:`${vB}-checkbox`,checked:s,onChange:()=>{},onClick:t=>{var a;t.stopPropagation(),a=e.id,x((e=>({...e,[a]:!e[a]})))}}),(0,i.jsx)("span",{className:`${vB}-box`,"aria-hidden":"true"}),(0,i.jsx)(h.RichText,{tagName:"span",className:`${vB}-text`,value:e&&e.label||"",onChange:e=>{return s=t,o="label",n=e,void a({items:l.map(((e,t)=>t===s?{...e||{},[o]:n}:e))});var s,o,n},placeholder:(0,v.__)("Checklist item","b-blocks"),allowedFormats:[]}),(0,i.jsxs)("div",{className:`${vB}-editor-item-actions`,children:[(0,i.jsx)(b.Button,{variant:"tertiary",size:"small",icon:"arrow-up-alt2",label:(0,v.__)("Move item up","b-blocks"),onClick:()=>L(t,t-1),disabled:0===t}),(0,i.jsx)(b.Button,{variant:"tertiary",size:"small",icon:"arrow-down-alt2",label:(0,v.__)("Move item down","b-blocks"),onClick:()=>L(t,t+1),disabled:t===l.length-1}),(0,i.jsx)(b.Button,{variant:"tertiary",isDestructive:!0,size:"small",icon:"trash",label:(0,v.__)("Remove item","b-blocks"),onClick:()=>{return e=t,a({items:l.filter(((t,a)=>a!==e))});var e}})]})]})},e&&e.id||t)}))}),!1!==p.show&&_>0&&(0,i.jsx)("button",{type:"button",className:`${vB}-reset`,disabled:!0,children:(0,v.__)("Reset progress","b-blocks")})]})})]})]})}));br(nB.name)&&(0,d.registerBlockType)(nB,{icon:Fl,edit:fB,save:()=>null});const wB=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/key-takeaways","title":"Key Takeaways","category":"bBlocks","description":"A titled summary card listing the most important points of an article as a checkmark, numbered, or bullet list. Built for the blog \\"Key Takeaways\\" / \\"TL;DR\\" pattern with heading, accent color, icon, and full typography controls.","keywords":["key takeaways","takeaways","summary","tldr","tl;dr","highlights","key points","summary box","styled box","notification box"],"textdomain":"b-blocks","attributes":{"heading":{"type":"object","default":{"text":"Key Takeaways","tag":"h3","color":"#F4F7FF","bg":{"type":"solid","color":"#0d6efd"},"typography":{"fontSize":{"desktop":"18px","tablet":"","mobile":""},"fontWeight":700},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"border":{},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}}}},"list":{"type":"object","default":{"style":"check","showIcon":true,"gap":"10px"}},"items":{"type":"array","default":[{"text":"Summarize your first key point here.","icon":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\" fill=\\"currentColor\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>"},{"text":"Add the second takeaway readers should remember.","icon":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\" fill=\\"currentColor\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>"},{"text":"Close with a final actionable insight.","icon":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\" fill=\\"currentColor\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>"}]},"icon":{"type":"object","default":{"color":"#000000","size":"18px","border":{},"bg":{"type":"solid","color":""},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}}}},"item":{"type":"object","default":{"color":"#1e293b","bg":{"type":"solid","color":""},"typography":{"fontSize":{"desktop":"16px","tablet":"","mobile":""},"fontWeight":400},"border":{},"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""},"radius":{"left":"","right":"","top":"","bottom":""}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"8px","right":"8px","bottom":"8px","left":"8px"},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}],"border":{"top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),xB=(e,t,a)=>{if(e){if(e[t]&&void 0!==e[t][a])return e[t][a];if("radius"===a){if(e[t]&&void 0!==e[t].borderRadius)return e[t].borderRadius;if(void 0!==e.radius)return e.radius;if(void 0!==e.borderRadius)return e.borderRadius}return void 0!==e[a]?e[a]:void 0}},yB=({attributes:a,id:s,isBackend:o=!1})=>{const{heading:n={},list:l={},icon:r={},item:c={},advanced:d}=a,h=r.color||"#ffffff",p=r.size||"18px",g=c.typography?.fontSize?.desktop||"16px",u=`#${s} .bBlocks-key-takeaways-wrapper`,m=`${u} .bBlocks-key-takeaways-heading`,v=`${u} .bBlocks-key-takeaways-list`,b=`${u} .bBlocks-key-takeaways-item`,f=`${u} .bBlocks-key-takeaways-icon`,w=`${u} .bBlocks-key-takeaways-num`,x=`${u} .bBlocks-key-takeaways-bullet`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",n.typography).googleFontLink}\n\t\t\t${ei("",c.typography).googleFontLink}\n\t\t\t${ei(m,n.typography).styles}\n\t\t\t${m}{\n\t\t\t\t${qn("color",n.color)}\n\t\t\t\t${Wn(n.bg)}\n\t\t\t\t${qn("padding",ti(xB(n,"desktop","padding")))}\n\t\t\t\t${qn("margin",ti(xB(n,"desktop","margin")))}\n\t\t\t\t${Gn(n.border)}\n\t\t\t\t${qn("border-radius",ti(xB(n,"desktop","radius")))}\n\t\t\t}\n\t\t\t${v}{\n\t\t\t\t${qn("gap","number"==typeof l.gap?`${l.gap}px`:l.gap||"10px")}\n\t\t\t}\n\t\t\t${ei(b,c.typography).styles}\n\t\t\t${b}{\n\t\t\t\t${qn("color",c.color)}\n\t\t\t\t${Wn(c.bg)}\n\t\t\t\t${qn("padding",ti(xB(c,"desktop","padding")))}\n\t\t\t\t${qn("margin",ti(xB(c,"desktop","margin")))}\n\t\t\t\t${Gn(c.border)}\n\t\t\t\t${qn("border-radius",ti(xB(c,"desktop","radius")))}\n\t\t\t}\n\t\t\t${f}{\n\t\t\t\tcolor: ${h};\n\t\t\t\tfont-size: ${p};\n\t\t\t\tmin-height: calc(${g} * 1.5);\n\t\t\t\t${Wn(r.bg)}\n\t\t\t\t${qn("padding",ti(xB(r,"desktop","padding")))}\n\t\t\t\t${qn("margin",ti(xB(r,"desktop","margin")))}\n\t\t\t\t${Gn(r.border)}\n\t\t\t\t${qn("border-radius",ti(xB(r,"desktop","radius")))}\n\t\t\t}\n\t\t\t${f}>svg{\n\t\t\t\t${qn("height",r.size)}\n\t\t\t\t${qn("width",r.size)}\n\t\t\t\t${qn("fill",h)}\n\t\t\t}\n\t\t\t${w}{\n\t\t\t\twidth: calc(${p} + 10px);\n\t\t\t\theight: calc(${p} + 10px);\n\t\t\t\tcolor: ${h};\n\t\t\t\tfont-size: calc(${p} * 0.8);\n\t\t\t\t${Wn(r.bg)}\n\t\t\t\t${Gn(r.border)}\n\t\t\t\t${qn("border-radius",ti(xB(r,"desktop","radius")))}\n\t\t\t}\n\t\t\t${x}{\n\t\t\t\twidth: calc(${p} * 0.45);\n\t\t\t\theight: calc(${p} * 0.45);\n\t\t\t\t${Wn(r.bg)}\n\t\t\t\t${Gn(r.border)}\n\t\t\t\t${qn("border-radius",ti(xB(r,"desktop","radius")))}\n\t\t\t}\n\t\t\t${e}{\n\t\t\t\t${m}{\n\t\t\t\t\t${qn("padding",ti(xB(n,"tablet","padding")))}\n\t\t\t\t\t${qn("margin",ti(xB(n,"tablet","margin")))}\n\t\t\t\t\t${qn("border-radius",ti(xB(n,"tablet","radius")))}\n\t\t\t\t}\n\t\t\t\t${b}{\n\t\t\t\t\t${qn("padding",ti(xB(c,"tablet","padding")))}\n\t\t\t\t\t${qn("margin",ti(xB(c,"tablet","margin")))}\n\t\t\t\t\t${qn("border-radius",ti(xB(c,"tablet","radius")))}\n\t\t\t\t}\n\t\t\t\t${f}{\n\t\t\t\t\t${qn("padding",ti(xB(r,"tablet","padding")))}\n\t\t\t\t\t${qn("margin",ti(xB(r,"tablet","margin")))}\n\t\t\t\t\t${qn("border-radius",ti(xB(r,"tablet","radius")))}\n\t\t\t\t}\n\t\t\t}\n\t\t\t${t}{\n\t\t\t\t${m}{\n\t\t\t\t\t${qn("padding",ti(xB(n,"mobile","padding")))}\n\t\t\t\t\t${qn("margin",ti(xB(n,"mobile","margin")))}\n\t\t\t\t\t${qn("border-radius",ti(xB(n,"mobile","radius")))}\n\t\t\t\t}\n\t\t\t\t${b}{\n\t\t\t\t\t${qn("padding",ti(xB(c,"mobile","padding")))}\n\t\t\t\t\t${qn("margin",ti(xB(c,"mobile","margin")))}\n\t\t\t\t\t${qn("border-radius",ti(xB(c,"mobile","radius")))}\n\t\t\t\t}\n\t\t\t\t${f}{\n\t\t\t\t\t${qn("padding",ti(xB(r,"mobile","padding")))}\n\t\t\t\t\t${qn("margin",ti(xB(r,"mobile","margin")))}\n\t\t\t\t\t${qn("border-radius",ti(xB(r,"mobile","radius")))}\n\t\t\t\t}\n\t\t\t}\n\t\t\t${hi(s,d,o,!1)}\n\t\t\t`}})},kB=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],CB=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],_B=[{label:(0,v.__)("H2","b-blocks"),value:"h2"},{label:(0,v.__)("H3","b-blocks"),value:"h3"},{label:(0,v.__)("H4","b-blocks"),value:"h4"}],MB=[{label:(0,v.__)("Checkmark icons","b-blocks"),value:"check"},{label:(0,v.__)("Numbered (1 2 3 …)","b-blocks"),value:"numbered"},{label:(0,v.__)("Plain bullet","b-blocks"),value:"bullet"}],zB=((0,v.__)("Regular (400)","b-blocks"),(0,v.__)("Medium (500)","b-blocks"),(0,v.__)("Semibold (600)","b-blocks"),(0,v.__)("Bold (700)","b-blocks"),(0,v.__)("Left","b-blocks"),(0,v.__)("Center","b-blocks"),e=>{const{attributes:t,updateObj:a,index:s}=e,o=t.items[s]||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextareaControl,{label:(0,v.__)("Takeaway text","b-blocks"),value:o.text||"",onChange:e=>a("items",e,s,"text"),placeholder:(0,v.__)("Summarize a key point…","b-blocks"),rows:2,__nextHasNoMarginBottom:!0}),(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Icon","b-blocks"),value:o.icon,onChange:e=>a("items",e,s,"icon")})]})}),jB=({attributes:e,setAttributes:t,updateObj:a})=>{const{heading:s={},list:o={}}=e,n=o.style||"check",l=!1!==o.showIcon,r={text:(0,v.__)("New takeaway","b-blocks"),icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>'};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Heading text","b-blocks"),value:s.text||"",onChange:e=>a("heading",e,"text"),placeholder:(0,v.__)("Key Takeaways","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Heading tag","b-blocks"),value:s.tag||"h3",labelPosition:"edge",options:_B,onChange:e=>a("heading",e,"tag"),help:(0,v.__)("Pick a level that fits the surrounding document outline.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("List style","b-blocks"),value:n,options:MB,onChange:e=>a("list",e,"style"),help:(0,v.__)("Checkmark and bullet render a <ul>; numbered renders a semantic <ol>.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show icon / number prefix","b-blocks"),checked:l,onChange:e=>a("list",e,"showIcon")})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Takeaway items","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:e,setAttributes:t,updateObj:a,newItem:r,design:"sortable",itemLabel:"Takeaway",arrKey:"items",title:"text",ItemSettings:zB})})]})},LB={top:"",right:"",bottom:"",left:""},SB=({attrKey:e,value:t={},updateObj:a,device:s})=>{const{bg:o={},border:n={}}=t,l=s||"desktop",r=t[l]?.padding||t.padding||{},c=t[l]?.margin||t.margin||{},d=t[l]?.radius||t[l]?.borderRadius||t.radius||t.borderRadius||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:o,onChange:t=>a(e,t,"bg")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),units:kB,values:r,resetValues:LB,onChange:t=>a(e,t,l,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks"),(0,i.jsx)(y,{})]}),units:kB,values:c,resetValues:LB,onChange:t=>a(e,t,l,"margin")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:n,onChange:t=>a(e,t||{},"border")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks"),(0,i.jsx)(y,{})]}),units:kB,values:d,resetValues:LB,onChange:t=>a(e,t,l,"radius")})]})},$B=({attributes:e,updateObj:t,device:a})=>{const{heading:s={},list:o={},icon:n={},item:l={}}=e,r=!1!==o.showIcon;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Heading","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Text color:","b-blocks"),value:s.color||"#1e293b",onChange:e=>t("heading",e,"color"),defaultColor:"#1e293b"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:s.typography,onChange:e=>t("heading",e,"typography")}),(0,i.jsx)(SB,{attrKey:"heading",value:s,updateObj:t,device:a})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Takeaway Items","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Text color:","b-blocks"),value:l.color||"#1e293b",onChange:e=>t("item",e,"color"),defaultColor:"#1e293b"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:l.typography,onChange:e=>t("item",e,"typography")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Items Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",units:kB,isUnitSelectTabbable:!0,value:"number"==typeof o.gap?`${o.gap}px`:o.gap||"10px",onChange:e=>t("list",e,"gap")})]}),(0,i.jsx)(SB,{attrKey:"item",value:l,updateObj:t,device:a})]}),r&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon / number color:","b-blocks"),value:n.color||"#ffffff",onChange:e=>t("icon",e,"color"),defaultColor:"#ffffff"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,v.__)("Icon / number size","b-blocks"),labelPosition:"edge",units:kB,isUnitSelectTabbable:!0,value:n.size||"18px",onChange:e=>t("icon",e,"size")}),(0,i.jsx)(SB,{attrKey:"icon",value:n,updateObj:t,device:a})]})]})},HB=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:CB,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(jB,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)($B,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})})},TB=["h2","h3","h4"],BB=["check","numbered","bullet"],AB=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{heading:n={},list:l={},items:r=[]}=t,c=bBlocksPremiumChecker,d=me(t,a),p=BB.includes(l.style)?l.style:"check",g=TB.includes(n.tag)?n.tag:"h3",u="numbered"===p?"ol":"ul",m=!1!==l.showIcon,f=["bBlocks-key-takeaways-wrapper",`bBlocks-key-takeaways-style-${p}`].filter(Boolean).join(" "),w=(e,t)=>{if(t<0||t>=r.length)return;const s=r.slice(),[o]=s.splice(e,1);s.splice(t,0,o),a({items:s})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(HB,{attributes:t,setAttributes:a,updateObj:d,isPremium:c,device:o}),(0,i.jsx)("div",{...(0,h.useBlockProps)(),children:(0,i.jsxs)("div",{children:[(0,i.jsx)(yB,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsxs)("div",{className:f,role:"region",children:[(0,i.jsx)(h.RichText,{tagName:g,className:"bBlocks-key-takeaways-heading",value:n.text||"",onChange:e=>d("heading",e,"text"),placeholder:(0,v.__)("Key Takeaways","b-blocks"),allowedFormats:["core/bold","core/italic"]}),(0,i.jsx)("div",{className:"bBlocks-key-takeaways-body",children:0===r.length?(0,i.jsx)("p",{className:"bBlocks-key-takeaways-empty",children:(0,v.__)("No takeaways yet. Add the first one from the sidebar.","b-blocks")}):(0,i.jsx)(u,{className:"bBlocks-key-takeaways-list",role:"list",children:r.map(((e,t)=>(0,i.jsxs)("li",{className:"bBlocks-key-takeaways-item",children:[m&&"check"===p&&(0,i.jsx)("span",{className:"bBlocks-key-takeaways-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:e&&e.icon||""}}),m&&"numbered"===p&&(0,i.jsx)("span",{className:"bBlocks-key-takeaways-num","aria-hidden":"true"}),m&&"bullet"===p&&(0,i.jsx)("span",{className:"bBlocks-key-takeaways-bullet","aria-hidden":"true"}),(0,i.jsx)(h.RichText,{tagName:"span",className:"bBlocks-key-takeaways-text",value:e&&e.text||"",onChange:e=>{return s=t,o="text",n=e,void a({items:r.map(((e,t)=>t===s?{...e||{},[o]:n}:e))});var s,o,n},placeholder:(0,v.__)("Takeaway text","b-blocks"),allowedFormats:["core/bold","core/italic","core/link"]}),(0,i.jsxs)("div",{className:"bBlocks-key-takeaways-editor-item-actions",children:[(0,i.jsx)(b.Button,{variant:"tertiary",size:"small",icon:"arrow-up-alt2",label:(0,v.__)("Move item up","b-blocks"),onClick:()=>w(t,t-1),disabled:0===t}),(0,i.jsx)(b.Button,{variant:"tertiary",size:"small",icon:"arrow-down-alt2",label:(0,v.__)("Move item down","b-blocks"),onClick:()=>w(t,t+1),disabled:t===r.length-1}),(0,i.jsx)(b.Button,{variant:"tertiary",isDestructive:!0,size:"small",icon:"trash",label:(0,v.__)("Remove item","b-blocks"),onClick:()=>{return e=t,a({items:r.filter(((t,a)=>a!==e))});var e}})]})]},e&&e._key||t)))})})]})]})})]})}));br(wB.name)&&(0,d.registerBlockType)(wB,{icon:Dl,edit:AB,save:()=>null});const VB=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/logo-slider","version":"1.0.0","title":"Logo Slider","category":"bBlocks","description":"Logo sliders are often used on websites and blogs to showcase a company\'s clients, partners, or sponsors.","keywords":["slider","logo","carousel","logo slider"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"options":{"type":"object","default":{"autoplay":true,"direction":"rightToLeft","speed":1000,"delay":1000,"loop":true,"logoView":{"desktop":4,"tablet":3,"mobile":2},"space":{"desktop":30,"tablet":25,"mobile":15},"navigation":true,"pagination":true,"dynamicPagination":false,"isCaptionVisible":false,"easing":"","isPauseOnHover":false}},"sliderStyles":{"type":"object","default":{"logo":{"hover":"none","border":{"color":"#000","width":"0px","style":"none"},"radius":{},"height":"130px","width":"100%","logoFitOption":"cover","padding":{"top":"","right":"","bottom":"","left":""}},"caption":{"hover":"visible","color":{"text":"#fff","bg":"#000"}}}},"logo":{"type":"array","default":[]},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"25px","right":"30px","bottom":"25px","left":"30px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":["file:./view.css","aos"],"render":"file:./render.php","viewScript":["file:./view.js","aos"]}'),NB=({attributes:e,id:t,isBackend:a=!1})=>{const{sliderStyles:s,advanced:o}=e,{caption:n}=s,l=`#${t} .b-blocks-logo-slider-main-wrapper .b-blocks-logo-slider-wrapper`,r=`${l} .b-blocks-losl-logo`,c=`${l} .b-blocks-logo-slider-block-caption`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n ${l}{\n ${qn("height",s.logo.height)}\n ${qn("width",s.logo.width)}\n ${Gn(s.logo.border)}\n ${qn("padding",ti(s?.logo?.padding))}\n ${qn("border-radius",ti(s.logo.radius))}\n }\n ${r}{\n ${qn("object-fit",s.logo.logoFitOption)}\n ${qn("border-radius",ti(s.logo.radius))}\n }\n ${c}{\n ${qn("color",n.color.text)}\n ${qn("background-color",n.color.bg)}\n }\n ${hi(`${t}>div`,o,a)}\n `}})},PB=function({setAttributes:e,attributes:t,activeIndex:a,setActiveIndex:s}){const{logo:o}=t;return(0,i.jsxs)(h.BlockControls,{children:[o.length>0&&(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{onSelect:t=>e({logo:t}),allowedTypes:["image/*"],value:o?.map((e=>e?.id)),render:({open:e})=>(0,i.jsx)("button",{onClick:e,children:"Add new logo"}),gallery:!0,multiple:!0})}),o?.length>0&&(0,i.jsxs)(b.ToolbarGroup,{children:[(0,i.jsx)(b.ToolbarItem,{disabled:0===a,icon:"arrow-left-alt2",onClick:()=>{const t=[...o],n=t.splice(a,1);t.splice(Number(a)-1,0,n[0]),e({logo:t}),s((e=>--e))},as:b.Button}),(0,i.jsx)(b.ToolbarItem,{disabled:a===o.length-1,icon:"arrow-right-alt2",onClick:()=>{const t=[...o],n=t.splice(a,1);t.splice(Number(a)+1,0,n[0]),e({logo:t}),s((e=>++e))},as:b.Button})]})]})},EB=[{label:"Default",value:""},{label:"Contain",value:"contain"},{label:"Cover",value:"cover"},{label:"Fill",value:"fill"},{label:"Scale Down",value:"scale-down"},{label:"Initial",value:"initial"},{label:"Inherit",value:"inherit"}],IB=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],OB=[{label:(0,v.__)("Default","b-blocks"),value:""},{label:(0,v.__)("Linear","b-blocks"),value:"linear"},{label:(0,v.__)("Ease","b-blocks"),value:"ease"},{label:(0,v.__)("Ease In","b-blocks"),value:"ease-in"},{label:(0,v.__)("Ease Out","b-blocks"),value:"ease-out"},{label:(0,v.__)("Ease In Out","b-blocks"),value:"ease-in-out"},{label:(0,v.__)("Step Start","b-blocks"),value:"step-start"},{label:(0,v.__)("Step End","b-blocks"),value:"step-end"}],RB=({attributes:e,setAttributes:t,index:a})=>{const{logo:s}=e,o=s[a],n=(a,s,...o)=>{t({[a]:ue(e[a],s,...o)})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(xe,{width:"100%",height:"100%",label:(0,v.__)("Choose Logo","b-blocks"),value:o?.url?o:{url:la},onChange:e=>n("logo",e,a)}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Alt","b-blocks"),value:o?.alt,onChange:e=>n("logo",e,a,"alt")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Caption","b-blocks"),value:o?.caption,onChange:e=>n("logo",e,a,"caption")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Link","b-blocks"),type:"url",value:o?.anchor,onChange:e=>n("logo",e,a,"anchor")})]})},DB=({attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s})=>(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Logo","b-blocks"),initialOpen:!0,children:(0,i.jsx)(dn,{attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s,newItem:{url:"",caption:"",alt:""},design:"sortable",itemLabel:"Logo",arrKey:"logo",ItemSettings:RB})}),FB=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,updateObj:t,device:a})=>{const{options:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Autoplay","b-blocks"),checked:s.autoplay,value:s.autoplay,onChange:e=>t("options",e,"autoplay")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Slide Direction","b-blocks"),labelPosition:"edge",value:s.direction,options:[{value:"rightToLeft",label:"Right to Left"},{value:"leftToRight",label:"Left to Right"}],onChange:e=>t("options",e,"direction")}),s.autoplay&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Pause On Hover","b-blocks"),checked:s?.isPauseOnHover,value:s?.isPauseOnHover,onChange:e=>t("options",e,"isPauseOnHover")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Easing","b-blocks"),labelPosition:"edge",value:s.easing,options:OB,onChange:e=>t("options",e,"easing")}),(0,i.jsx)(b.ToggleControl,{className:"mt10 mb10",label:(0,v.__)("Show Navigation","b-blocks"),checked:s.navigation,onChange:e=>t("options",e,"navigation")}),(0,i.jsx)(b.ToggleControl,{className:"mt10 mb10",label:(0,v.__)("Show Pagination","b-blocks"),checked:s.pagination,onChange:e=>t("options",e,"pagination")}),s.pagination&&(0,i.jsx)(b.ToggleControl,{className:"mt10 mb10",label:(0,v.__)("Dynamic Pagination","b-blocks"),checked:s.dynamicPagination,onChange:e=>t("options",e,"dynamicPagination")}),(0,i.jsx)(b.ToggleControl,{className:"mt10 mb10",label:(0,v.__)("Infinite Loop","b-blocks"),checked:s.loop,onChange:e=>t("options",e,"loop")}),(0,i.jsx)(b.ToggleControl,{className:"mt10 mb10",label:(0,v.__)("Show Logo Caption","b-blocks"),checked:s.isCaptionVisible,onChange:e=>t("options",e,"isCaptionVisible")}),(0,i.jsx)(b.RangeControl,{className:"mt10 mb10",label:(0,v.__)("Slider Speed (ms)","b-blocks"),value:s.speed,step:.05,onChange:e=>t("options",e,"speed"),min:0,max:1e4}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Slider Delay Speed (ms)","b-blocks"),value:s.delay,step:.05,onChange:e=>t("options",e,"delay"),min:0,max:1e4}),(0,i.jsx)(b.RangeControl,{className:"mt10 mb10",label:(0,i.jsxs)(b.Flex,{children:["Logos Per View ",(0,i.jsx)(y,{})]}),value:s.logoView[a],onChange:e=>t("options",e,"logoView",a),step:1,min:1,max:20})]})})),qB=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsx)(DB,{...e}),(0,i.jsx)(FB,{...e})]}),WB=function({attributes:e,updateObj:t}){const{sliderStyles:a}=e,{caption:s}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Logo Caption","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Caption Visibility","b-blocks"),value:s.hover,options:[{value:"visible",label:"Always Visible"},{value:"hover",label:"Visible on Hover"}],onChange:e=>t("sliderStyles",e,"caption","hover")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:s.color.text,onChange:e=>t("sliderStyles",e,"caption","color","text")}),(0,i.jsx)(De,{label:(0,v.__)("Background","b-blocks"),value:s.color.bg,onChange:e=>t("sliderStyles",e,"caption","color","bg")})]})},UB=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((function({attributes:e,setAttributes:t,updateObj:a,device:s}){const{sliderStyles:o,options:n}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Logo Style","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Height","b-blocks"),value:o.logo.height,onChange:e=>a("sliderStyles",e,"logo","height"),max:o.logo.height.includes("%")?100:1e3,min:0}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Width","b-blocks"),value:o.logo.width,onChange:e=>a("sliderStyles",e,"logo","width"),max:o.logo.width.includes("%")?100:1e3,min:0}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:["Column Gap ",(0,i.jsx)(y,{})]}),value:n.space[s],onChange:e=>a("options",e,"space",s),step:1,min:1,max:200}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o?.logo?.padding,onChange:e=>a("sliderStyles",e,"logo","padding")}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Logo Fit Options","b-blocks"),value:o.logo.logoFitOption,options:EB,onChange:e=>a("sliderStyles",e,"logo","logoFitOption")}),(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Logo Hover Style","b-blocks"),value:o.logo.hover,options:[{value:"",label:"None"},{value:"logo-grayScale",label:"GrayScale"},{value:"zoomIn",label:"Zoom In"},{value:"zoomOut",label:"Zoom Out"}],onChange:e=>a("sliderStyles",e,"logo","hover")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:o.logo.border,onChange:e=>a("sliderStyles",e,"logo","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:o.logo.radius,onChange:e=>a("sliderStyles",e,"logo","radius")})]}),n.isCaptionVisible&&(0,i.jsx)(WB,{attributes:e,setAttributes:t,updateObj:a})]})})),GB=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(UB,{...e})}),YB=e=>{const{attributes:t,setAttributes:a,updateObj:s,activeIndex:o,setActiveIndex:n,isPremium:l}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:" bBlocks "})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:IB,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(qB,{attributes:t,setAttributes:a,updateObj:s,activeIndex:o,setActiveIndex:n})}),"style"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(GB,{attributes:t,setAttributes:a,updateObj:s})}),"advanced"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:t.advanced,onChange:e=>a({advanced:e}),isPremium:l})})]})})]})})};function ZB(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 20 20",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{fillRule:"evenodd",d:"M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z",clipRule:"evenodd"})})}function KB(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 448 512",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{d:"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"})})}const QB=({attributes:e,setAttributes:t,activeIndex:a,setActiveIndex:s})=>{const{options:o,logo:n,sliderStyles:l}=e,{caption:r}=l,c={...o.pagination&&{"--b-blocks-logo-slider-slide-margin":"20px"},"--swiper-wrapper-transition-timing-function":o?.easing};return(0,i.jsx)("div",{className:"b-blocks-logo-slider-main-wrapper",style:c,children:(0,i.jsx)(Lf,{effect:o.effect,modules:[xb,yb,vb,fb,wb],spaceBetween:50,slidesPerView:3,autoplay:!!o.autoplay&&{delay:o.delay,reverseDirection:"rightToLeft"!==o.direction,pauseOnMouseEnter:o?.isPauseOnHover},navigation:!!o.navigation&&{clickable:!0},draggable:!1,loop:Boolean(o.loop),speed:o.speed,autoHeight:!0,pagination:!!o.pagination&&{clickable:!0,dynamicBullets:o.dynamicPagination},breakpoints:{1024:{slidesPerView:o.logoView.desktop,spaceBetween:o.space.desktop},640:{slidesPerView:o.logoView.tablet,spaceBetween:o.space.tablet},0:{slidesPerView:o.logoView.mobile,spaceBetween:o.space.mobile}},children:n&&n.map(((e,c)=>(0,i.jsx)(Sf,{children:(0,i.jsx)("div",{style:{border:a===c?"2px solid #007CBA":"none",borderRadius:a===c?"4px":"none"},children:(0,i.jsx)("div",{className:"b-blocks-logo-slider-wrapper",children:(0,i.jsxs)("div",{className:"b-blocks-slider-logo-wrapper",onClick:()=>s(c),children:[(0,i.jsx)(KB,{onClick:()=>t({logo:n.filter(((e,t)=>t!==c))}),className:"b-blocks-logo-slider-block-delete-btn"}),(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:["image/*"],value:n[c]?.id?[n[c]?.id]:[],onSelect:e=>t(n.splice(c,1,e)),render:({open:e})=>(0,i.jsx)("div",{onClick:e,className:"b-blocks-b-blocks-losl-replace-plus-icon",children:(0,i.jsx)(ZB,{className:"b-blocks-losl-replace-plus-icon"})}),multiple:!1})}),(0,i.jsx)("img",{className:`b-blocks-losl-logo ${l.logo.hover} `,src:e?.url||la,alt:e?.alt}),e?.url&&(0,i.jsx)("div",{className:`b-blocks-logo-slider-block-caption ${"hover"===r.hover?"b-blocks-caption-hover":""} ${o.isCaptionVisible?"":"hidden"}`,children:(0,i.jsx)(h.RichText,{tagName:"span",value:e?.caption,allowedFormats:["core/bold","core/italic","core/link"],placeholder:"Write caption...",onChange:e=>t({logo:n?.map(((t,a)=>a===c?{...t,caption:e}:t))})})})]})})})},c)))})})},XB=(0,x.compose)((0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}})),(0,m.withDispatch)(((e,t)=>({selectBlock:()=>{e("core/block-editor").selectBlock(t.clientId)}}))))((e=>{const{attributes:t,setAttributes:a,clientId:s,selectBlock:o,device:n}=e,{logo:l,options:r}=t,[c,d]=(0,g.useState)(0),p=me(t,a),u=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(YB,{attributes:t,setAttributes:a,updateObj:p,activeIndex:c,setActiveIndex:d,isPremium:u}),(0,i.jsx)(PB,{setAttributes:a,attributes:t,activeIndex:c,setActiveIndex:d,updateObj:p}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),onClick:()=>o(s),children:[(0,i.jsx)(NB,{attributes:t,id:`block-${s}`,isBackend:!0}),l.length>0?(0,i.jsx)("div",{children:(0,i.jsx)(QB,{attributes:t,setAttributes:a,activeIndex:c,setActiveIndex:d},`${n}-${JSON.stringify(l?.length)}-${JSON.stringify(r)}-${JSON.stringify(r?.logoView)}`)}):(0,i.jsx)("div",{className:"b-blocks-logo-slider-media-upload-placeholder",children:(0,i.jsxs)(h.MediaUploadCheck,{children:[(0,i.jsx)("h4",{className:"b-blocks-logo-slider-media-upload-title",children:"Upload Logo(s)"}),(0,i.jsx)(h.MediaUpload,{allowedTypes:["image"],multiple:!0,gallery:!0,value:l.map((e=>e.id)),onSelect:e=>a({logo:e}),render:({open:e})=>(0,i.jsx)(xa,{onClick:e,variant:"primary",children:"Media Library"})})]})})]})]})}));br(VB.name)&&(0,d.registerBlockType)(VB,{icon:bl,edit:XB});const JB=JSON.parse('{"apiVersion":3,"name":"b-blocks/lottie-player","title":"Lottie Player","description":"Lottie player for display lottie files.","category":"bBlocks","keywords":["lottie player","json player","lottie animation"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"playerAlign":{"type":"string","default":"center"},"file":{"type":"string","default":"https://assets4.lottiefiles.com/datafiles/zc3XRzudyWE36ZBJr7PIkkqq0PFIrIBgp4ojqShI/newAnimation.json"},"isControls":{"type":"boolean","default":true},"isAutoplay":{"type":"boolean","default":true},"isLoop":{"type":"boolean","default":true},"isHover":{"type":"boolean","default":false},"mode":{"type":"string","default":"normal"},"direction":{"type":"number","default":1},"count":{"type":"number","default":0},"speed":{"type":"number","default":1},"intermission":{"type":"number","default":0},"link":{"type":"string","default":""},"isLinkInNewTab":{"type":"boolean","default":false},"interactivity":{"type":"string","default":"noInteractivity"},"interactivityMode":{"type":"string","default":""},"interactivityContainer":{"type":"string","default":".wp-block-b-blocks-lottie-player"},"interactivityActions":{"type":"array","default":[]},"width":{"type":"string","default":""},"background":{"type":"string","default":"#0000"},"controlsHeight":{"type":"string","default":"35px"},"controlsBG":{"type":"string","default":"#0000"},"controlsIconColor":{"type":"string","default":"#146EF5"},"controlsIconHoverColor":{"type":"string","default":"#FF7A00"},"controlsIconActiveColor":{"type":"string","default":"#FF7A00"},"controlsTrackColor":{"type":"string","default":"#FF7A00"},"controlsThumbColor":{"type":"string","default":"#146EF5"},"isCap":{"type":"boolean","default":false},"caption":{"type":"string","default":"","selector":".bBlocksLottiePlayer .caption"},"capAlign":{"type":"string","default":"center"},"capColors":{"type":"object","default":{"color":"#333"}},"capTypo":{"type":"object","default":{"fontSize":{"desktop":{"desktop":"14px"}}}},"capPadding":{"type":"object","default":{"vertical":"5px","horizontal":"10px"}},"capMargin":{"type":"object","default":{"side":4,"top":"5px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","dotLottiePlayer","lottieInteractivity"]}'),eA=[{label:(0,v.__)("Normal","b-blocks"),value:"normal",icon:(0,v.__)("Normal","b-blocks")},{label:(0,v.__)("Bounce","b-blocks"),value:"bounce",icon:(0,v.__)("Bounce","b-blocks")}],tA=[{label:(0,v.__)("Forward","b-blocks"),value:1,icon:(0,v.__)("Forward","b-blocks")},{label:(0,v.__)("Backward","b-blocks"),value:-1,icon:(0,v.__)("Backward","b-blocks")}],aA=[{label:(0,v.__)("No Interactivity","b-blocks"),value:"noInteractivity"},{label:(0,v.__)("Sync with scroll","b-blocks"),value:"syncWithScroll"},{label:(0,v.__)("Scroll relative to container","b-blocks"),value:"scrollRelativeToContainer"},{label:(0,v.__)("Scroll with offset","b-blocks"),value:"scrollWithOffset"},{label:(0,v.__)("Sync animation with cursor position","b-blocks"),value:"syncAnimationWithCursorPosition"},{label:(0,v.__)("Sync animation with cursor horizontal movement","b-blocks"),value:"syncAnimationWithCursorHorizontalMovement"},{label:(0,v.__)("Play animation on click","b-blocks"),value:"playAnimationOnClick"},{label:(0,v.__)("Play animation when visible","b-blocks"),value:"playAnimationWhenVisible"}],sA=((0,v.__)("Scroll","b-blocks"),(0,v.__)("Cursor","b-blocks"),(0,v.__)("Chain","b-blocks"),(0,v.__)("Seek","b-blocks"),(0,v.__)("Play","b-blocks"),(0,v.__)("Stop","b-blocks"),(0,v.__)("Loop","b-blocks"),(e,t,a,s)=>{t&&e?.setAttribute(a,s),!t&&e?.removeAttribute(a,s)}),oA=(e,t)=>({noInteractivity:[],syncWithScroll:[{visibility:[0,1],type:"seek",frames:[0,t]}],scrollRelativeToContainer:[{visibility:[0,1],type:"seek",frames:[0,t]}],scrollWithOffset:[{visibility:[0,.3],type:"stop",frames:[0]},{visibility:[.3,1],type:"seek",frames:[0,t]}],syncAnimationWithCursorPosition:[{position:{x:[0,1],y:[0,1]},type:"seek",frames:[0,t]}],syncAnimationWithCursorHorizontalMovement:[{position:{x:[0,1],y:[-1,2]},type:"seek",frames:[0,t]}],playAnimationOnClick:[{type:"click",forceFlag:!1}],toggleAnimation:[{type:"toggle"}],playAnimationWhenVisible:[{visibility:[.5,1],type:"play"}]}[e]),nA=({attributes:e,setAttributes:t,fileFrameSize:s,isPremium:n})=>{const{playerAlign:l,file:r,isControls:c,isAutoplay:d,isLoop:p,isHover:u,mode:m,direction:w=1,count:x,speed:y,intermission:k,link:C,isLinkInNewTab:_=!1,interactivity:M="noInteractivity",interactivityContainer:z=".wp-block-b-blocks-lottie-player",interactivityActions:j=[],width:L,background:S,controlsHeight:$,controlsBG:H,controlsIconColor:T,controlsIconHoverColor:B,controlsIconActiveColor:A,controlsTrackColor:V,controlsThumbColor:N,isCap:P=!1,caption:E="",capAlign:I="center",capTypo:O={},capColors:R={color:"#333"},capPadding:D={},capMargin:F={}}=e,[q,W]=(0,g.useState)(!1),U={isPremium:n,setIsProModalOpen:W},G={className:"bPlPanelBody",initialOpen:!1};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:"https://bplugins.com/docs/lottie-player"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Player","b-blocks"),children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Lottie file url:","b-blocks")}),n?(0,i.jsx)(fe,{value:r,types:["application/json"],onChange:e=>t({file:e}),placeholder:(0,v.__)("Enter lottie file url","b-blocks")}):(0,i.jsx)(b.TextControl,{value:r,onChange:e=>t({file:e})}),(0,i.jsx)("small",{children:(0,v.__)("Support only .json or .lottie file!","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Controls","b-blocks"),checked:c,onChange:e=>t({isControls:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Autoplay","b-blocks"),checked:d,onChange:e=>t({isAutoplay:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Loop","b-blocks"),checked:p,onChange:e=>t({isLoop:e})}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Enable Hover","b-blocks"),checked:u,onChange:e=>t({isHover:e}),...U,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Mode:","b-blocks"),value:m,onChange:e=>t({mode:e}),options:eA,...U,Component:ga}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Direction:","b-blocks"),value:w,onChange:e=>t({direction:parseInt(e)}),options:tA,...U,Component:ga}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Count (Set 0 to infinite):","b-blocks"),value:x,onChange:e=>t({count:e}),min:0,max:50,step:1,...U,Component:b.RangeControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Speed:","b-blocks"),value:y,onChange:e=>t({speed:e}),min:.01,max:20,step:.01,...U,Component:b.RangeControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Interval (s):","b-blocks"),value:k,onChange:e=>t({intermission:e}),min:0,max:20,step:.01,...U,Component:b.RangeControl}),(0,i.jsx)(f,{children:(0,v.__)("Link the player:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:C,onChange:e=>t({link:e})}),(0,i.jsx)("small",{children:(0,v.__)("If you want to link the player, enter the link here. Otherwise, leave as blank.","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Open link in a new tab","b-blocks"),checked:_,onChange:e=>t({isLinkInNewTab:e}),...U,Component:b.ToggleControl})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Interactivity","b-blocks"),...G,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Interactivity:","b-blocks"),value:M,onChange:e=>t({interactivity:e,interactivityMode:["syncWithScroll","scrollRelativeToContainer","scrollWithOffset","playAnimationWhenVisible"].includes(e)?"scroll":["syncAnimationWithCursorPosition","syncAnimationWithCursorHorizontalMovement","playAnimationOnClick","toggleAnimation"].includes(e)?"cursor":"",interactivityContainer:"scrollRelativeToContainer"===e?".wp-block-lpb-lottie-player":z,interactivityActions:oA(e,s)}),options:aA,...U,Component:b.SelectControl}),(0,i.jsx)("small",{children:(0,v.__)("Upload file first then change interactivity option.","b-blocks")}),(0,i.jsx)("br",{}),(0,i.jsx)("small",{children:(0,v.__)("Interactivity will not working in backend(editor).","b-blocks")}),"scrollRelativeToContainer"===M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Container Selector","b-blocks")}),(0,i.jsx)(b.TextControl,{value:z,onChange:e=>t({interactivityContainer:e})}),(0,i.jsx)("small",{children:(0,v.__)("Enter container selector. Ex: if id enter '#id', if class '.class' or if tag 'tag name'","b-blocks")})]}),"scrollWithOffset"===M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"mt20",label:(0,v.__)("Offset (%)","b-blocks"),labelPosition:"left",value:100*j?.[0]?.visibility?.[1],onChange:e=>t({interactivityActions:_v(j,(t=>{t[0].visibility[1]=parseFloat(e)/100,t[1].visibility[0]=parseFloat(e)/100}))})}),(0,i.jsx)("small",{children:(0,v.__)(`Scroll animation when lottie player reached at ${100*j?.[0]?.visibility?.[1]} % of viewport`,"b-blocks")})]}),"playAnimationWhenVisible"===M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"mt20",label:(0,v.__)("Offset (%)","b-blocks"),labelPosition:"left",value:100*j?.[0]?.visibility?.[0],onChange:e=>((e,a,s,o=null)=>{const n=_v(j,(t=>{null!==o?t[e][a][o]=s:t[e][a]=s}));t({interactivityActions:n})})(0,"visibility",parseFloat(e)/100,0)}),(0,i.jsx)("small",{children:(0,v.__)(`Play animation when lottie player reached at ${100*j?.[0]?.visibility?.[0]} % of viewport`,"b-blocks")})]})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Caption","b-blocks"),...G,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Show Caption","b-blocks"),checked:P,onChange:e=>t({isCap:e}),...U,Component:b.ToggleControl}),P&&(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Text:","b-blocks"),value:E,onChange:e=>t({caption:e}),...U,Component:b.TextControl})]})]}),"style"==e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Player","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:L,onChange:e=>t({width:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(De,{label:(0,v.__)("Background Color:","b-blocks"),value:S,onChange:e=>t({background:e}),defaultColor:"#0000"})]}),c&&(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Controls","b-blocks"),...G,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:$,onChange:e=>t({controlsHeight:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(De,{label:(0,v.__)("Background Color:","b-blocks"),value:H,onChange:e=>t({controlsBG:e}),defaultColor:"#0000"}),(0,i.jsx)(De,{label:(0,v.__)("Icons Color:","b-blocks"),value:T,onChange:e=>t({controlsIconColor:e}),defaultColor:a}),(0,i.jsx)(De,{label:(0,v.__)("Icons Hover Color:","b-blocks"),value:B,onChange:e=>t({controlsIconHoverColor:e}),defaultColor:o}),(0,i.jsx)(De,{label:(0,v.__)("Icons Active Color:","b-blocks"),value:A,onChange:e=>t({controlsIconActiveColor:e}),defaultColor:o}),(0,i.jsx)(De,{label:(0,v.__)("Track Color:","b-blocks"),value:V,onChange:e=>t({controlsTrackColor:e}),defaultColor:o}),(0,i.jsx)(De,{label:(0,v.__)("Thumb Color:","b-blocks"),value:N,onChange:e=>t({controlsThumbColor:e}),defaultColor:a})]}),P&&(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Caption","b-blocks"),...G,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Text Align:","b-blocks"),value:I,onChange:e=>t({capAlign:e}),options:Ot,isIcon:!0,size:n?"medium":"small",...U,Component:ga}),(0,i.jsx)(Nn,{label:(0,v.__)("Typography:","b-blocks"),value:O,onChange:e=>t({capTypo:e}),defaults:{fontSize:{desktop:14,tablet:14,mobile:14}},...U,Component:Mn}),(0,i.jsx)(Nn,{label:(0,v.__)("Colors:","b-blocks"),value:R,onChange:e=>t({capColors:e}),...U,Component:ka}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:D,onChange:e=>t({capPadding:e}),defaults:{vertical:"10px",horizontal:"10px"},...U,Component:Wc}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:F,onChange:e=>t({capMargin:e}),defaults:{side:4,top:"5px"},...U,Component:Wc})]})]})]})})}),(0,i.jsxs)(da,{isProModalOpen:q,setIsProModalOpen:W,block:"Lottie Player",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Upload File ","b-blocks")}),(0,v.__)("Upload Lottie JSON files from the media library.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Hover ","b-blocks")}),(0,v.__)("Play the Lottie animation on mouseover.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Mode ","b-blocks")}),(0,v.__)("Choose between normal and bounce modes.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Direction ","b-blocks")}),(0,v.__)("Set the animation direction to forward or backward.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Count ","b-blocks")}),(0,v.__)("Specify how many times the animation will play.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Speed ","b-blocks")}),(0,v.__)("Adjust the player speed.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Interval ","b-blocks")}),(0,v.__)("Set the autoplay interval.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Link Tab ","b-blocks")}),(0,v.__)("Option to open the link in a new tab.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Interactivity ","b-blocks")}),(0,v.__)("Define interactivity options to determine when and where the animation will play.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Caption ","b-blocks")}),(0,v.__)("Add a caption for the Lottie player.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Caption Style ","b-blocks")}),(0,v.__)("Style the caption, including text alignment, typography, text and background colors, padding, and margin.","b-blocks")]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:l,onChange:e=>t({playerAlign:e}),describedBy:(0,v.__)("Player Alignment"),alignmentControls:[{title:(0,v.__)("Player in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Player in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Player in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},iA="bBlocksLottiePlayer",lA=({attributes:e,id:t})=>{const{playerAlign:a,link:s,width:o,controlsHeight:n,controlsBG:l,controlsIconColor:r,controlsIconHoverColor:c,controlsIconActiveColor:d,controlsTrackColor:h,controlsThumbColor:p,capAlign:g="center",capTypo:u={},capColors:m={color:"#333"},capPadding:v={},capMargin:b={}}=e,f=`#${t} .${iA}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",u)?.googleFontLink}\n\t\t${ei(`${f} .caption`,u)?.styles}\n\n\t\t${f}{\n\t\t\ttext-align: ${a};\n\t\t}\n\t\t${f} dotlottie-player{\n\t\t\twidth: ${o};\n\t\t\tcursor: ${s?"pointer":"auto"};\n\t\t\t--lottie-player-toolbar-height: ${n};\n\t\t\t--lottie-player-toolbar-background-color: ${l};\n\t\t\t--lottie-player-toolbar-icon-color: ${r};\n\t\t\t--lottie-player-toolbar-icon-hover-color: ${c};\n\t\t\t--lottie-player-toolbar-icon-active-color: ${d};\n\t\t\t--lottie-player-seeker-track-color: ${h};\n\t\t\t--lottie-player-seeker-thumb-color: ${p};\n\t\t}\n\t\t${f} .caption{\n\t\t\twidth: ${o};\n\t\t\ttext-align: ${g};\n\t\t\t${Yn(m)};\n\t\t\tpadding: ${Jn(v)};\n\t\t\tmargin: ${Jn(b)};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},rA=(0,g.forwardRef)((({attributes:e},t)=>{const{file:a,isControls:s,isAutoplay:o,isLoop:n,isHover:l,mode:r,direction:c=1,count:d,speed:h,intermission:p,background:u}=e;return(0,g.useEffect)((()=>{if(t?.current){const e=!!n&&(!(0<d)||d);sA(t?.current,s,"controls",""),sA(t?.current,o,"autoplay",""),sA(t?.current,n,"loop",e),sA(t?.current,l,"hover","")}}),[t]),(0,i.jsx)("dotlottie-player",{ref:t,src:a,autoplay:!0,loop:!0,mode:r,speed:h,direction:c,intermission:1e3*p,background:u,debug:!0})}));br(JB.name)&&(0,d.registerBlockType)(JB,{icon:fl,transforms:{from:[{type:"block",blocks:["lpb/lottie-player"],transform:e=>(0,d.createBlock)("b-blocks/lottie-player",e)},{type:"prefix",prefix:"lottie",transform:()=>(0,d.createBlock)("b-blocks/lottie-player")}],to:[{type:"block",blocks:["lpb/lottie-player"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("lpb/lottie-player",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{file:o,isControls:n,isAutoplay:l,isLoop:r,isHover:c,mode:d,direction:p=1,count:u,speed:m,intermission:v,background:b,isCap:f=!1,caption:w=""}=t,x=bBlocksPremiumChecker,y=(0,g.useRef)(null),[k,C]=(0,g.useState)(0),_=e=>{e.addEventListener("ready",(()=>{const{animationData:t}=e.getLottie()||{};C(Math.round(t?.op||100))}))},M=`block-${s}`,z=document.querySelector(`#${M} .${iA} .lottieHolder`);return(0,g.useEffect)((()=>{z&&(z.innerHTML="");const e=!!r&&(!(0<u)||u),t=document.createElement("dotlottie-player");sA(t,o,"src",o),sA(t,n,"controls",""),sA(t,l,"autoplay",""),sA(t,r,"loop",e),sA(t,c,"hover",""),sA(t,d,"mode",d),sA(t,m,"speed",m),sA(t,!0,"direction",p),sA(t,v,"intermission",1e3*v),sA(t,b,"background",b),sA(t,!0,"debug"),z&&z.appendChild(t),_(t)}),[o,n,l,r,c,d,p,u,m,v,b]),(0,g.useEffect)((()=>{const e=y?.current;_(e)}),[]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(nA,{attributes:t,setAttributes:a,fileFrameSize:k,isPremium:x}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(lA,{attributes:t,id:M}),(0,i.jsxs)("div",{className:iA,children:[(0,i.jsx)("span",{className:"lottieHolder",children:(0,i.jsx)(rA,{ref:y,attributes:t})}),f&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("br",{}),(0,i.jsx)("span",{className:"caption",children:w})]})]})]})]})},save:()=>null});const cA=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/list","version":"1.0.0","title":"List","category":"bBlocks","description":"A customizable list block with support for icons, custom markers, and flexible layouts.","keywords":["list","list block"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"layout":{"type":"object","default":{"desktop":{"type":"vertical","verticalAlign":"flex-start","horizontalAlign":"flex-start"},"tablet":{"type":"","verticalAlign":"","horizontalAlign":""},"mobile":{"type":"","verticalAlign":"","horizontalAlign":""}}},"items":{"type":"array","default":[{"text":"List Item","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z\'/></svg>","link":"","newWindow":false,"textColor":"","markerColor":""}]},"marker":{"type":"object","default":{"markerType":"","position":"","align":"","icon":"","emoji":"👉"}},"styles":{"type":"object","default":{"lists":{"color":"","bg":"","typography":{"fontSize":{"desktop":"20px","tablet":"","mobile":""}},"desktop":{"gap":{"horizontal":"","vertical":""}},"tablet":{"gap":{"horizontal":"","vertical":""}},"mobile":{"gap":{"horizontal":"","vertical":""}}},"divider":{"style":"solid","weight":"5px","width":"100px","color":"#000","isEnabled":false},"marker":{"color":"","size":"","iconSize":"","bg":"","gap":"10px","desktop":{"padding":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"tablet":{"padding":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"mobile":{"padding":{"top":"","bottom":"","left":"","right":""},"radius":{"top":"","bottom":"","left":"","right":""}},"border":{}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","react","react-dom"]}'),dA=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],hA=[{label:"None",value:""},{label:"Icon",value:"icon"},{label:"Disc",value:"disc"},{label:"Square",value:"square"},{label:"Emoji",value:"emoji"}],pA=[{label:"None",value:""},{label:"Solid",value:"solid"},{label:"Double",value:"double"},{label:"Dashed",value:"dashed"},{label:"Dotted",value:"dotted"}],gA=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),uA=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),mA=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),vA=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32L32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32z"})}),bA=e=>{const{attributes:t,updateObj:a,index:s}=e,{items:o}=t,n=o[s];return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Text","b-blocks"),value:n.text,onChange:e=>a("items",e,s,"text")}),(0,i.jsx)(Pa,{className:"mt10",label:(0,v.__)("Icon","b-blocks"),value:n.icon,onChange:e=>a("items",e,s,"icon")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Link","b-blocks"),value:n.link,onChange:e=>a("items",e,s,"link")}),(0,i.jsx)(b.CheckboxControl,{label:(0,v.__)("Open in new window","b-blocks"),checked:n.newWindow,onChange:e=>a("items",e,s,"newWindow")})]})},fA=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,updateObj:t,setAttributes:a,device:s})=>{const{layout:o,items:n}=e,l={text:`List Item ${n.length+1}`,icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z'/></svg>",link:"",newWindow:!1,textColor:"",markerColor:""};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Lists Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(f,{className:"mb0",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Layout","lists")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o[s].type,onChange:e=>{t("layout",e,s,"type")},className:"mt10",children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Vertical",value:"vertical"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Horizontal",value:"horizontal"})]}),"vertical"===o[s].type&&(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",gap:5,children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Alignment","lists")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o[s].verticalAlign,onChange:e=>t("layout",e,s,"verticalAlign"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:gA}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:uA}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:" flex-end",icon:mA})]})]}),"horizontal"===o[s].type&&(0,i.jsxs)("div",{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Alignment","lists")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt5",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o[s].horizontalAlign,onChange:e=>t("layout",e,s,"horizontalAlign"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:gA}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:uA}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:mA}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Justify",value:"space-between",icon:vA})]})]})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Lists","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:e,setAttributes:a,newItem:l,design:"sortable",itemLabel:"List",arrKey:"items",title:"text",ItemSettings:bA,updateObj:t})})]})})),wA=e=>{const{attributes:t,updateObj:a}=e,{marker:s}=t,{markerType:o}=s,n=e=>(0,v.__)(e,"b-blocks");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Marker","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex1 mt0",children:n("Marker Type")}),(0,i.jsx)(b.SelectControl,{className:"flex1",options:hA,value:o,onChange:e=>a("marker",e,"markerType")})]}),"emoji"===o&&(0,i.jsx)(b.TextControl,{label:n("Emoji"),value:s.emoji,onChange:e=>a("marker",e,"emoji")})]})},xA=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(fA,{...e}),(0,i.jsx)(wA,{...e})]}),yA=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,updateObj:a}=e,{styles:s,layout:o}=t,{divider:n}=s;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Divider","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Divider","b-blocks"),checked:n.isEnabled,onChange:e=>a("styles",e,"divider","isEnabled")}),n.isEnabled&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"mt0 flex1",children:(0,v.__)("Style","b-blocks")}),(0,i.jsx)(b.SelectControl,{className:"flex1",value:n.style,options:pA,onChange:e=>a("styles",e,"divider","style")})]}),(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"mt0 flex1",children:(0,v.__)("Weight","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.weight,labelPosition:"edge",onChange:e=>a("styles",e,"divider","weight")})]}),"vertical"===o?.desktop.type&&(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"mt0 flex1",children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.width,labelPosition:"edge",onChange:e=>a("styles",e,"divider","width")})]}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:n.color,onChange:e=>a("styles",e,"divider","color")})]})]})})),kA=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o}=t,{lists:n}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Lists Style","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:n.color,onChange:e=>a("styles",e,"lists","color")}),(0,i.jsx)(Mn,{value:n.typography,onChange:e=>a("styles",e,"lists","typography")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Space Between","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",value:n[s].gap.horizontal,onChange:e=>a("styles",e,"lists",s,"gap","horizontal")})]})})),CA=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o,marker:n}=t,{markerType:l}=n,{marker:r}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Marker Style","b-blocks"),initialOpen:!1,children:["emoji"!==l&&(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:r.color,onChange:e=>a("styles",e,"marker","color")}),"icon"!==l&&"emoji"!==l&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mt0 flex1",children:(0,v.__)("Marker Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r.size,onChange:e=>a("styles",e,"marker","size")})]}),("icon"===l||"emoji"===l)&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mt0 flex1",children:(0,v.__)("Icon/Emoji Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r.iconSize,onChange:e=>a("styles",e,"marker","iconSize")})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mt0 flex1",children:(0,v.__)("Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:r.gap,onChange:e=>a("styles",e,"marker","gap")})]}),"icon"===l&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:r.bg,onChange:e=>a("styles",e,"marker","bg"),isImage:!1}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:r[s].padding,onChange:e=>a("styles",e,"marker",s,"padding")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:r.border,onChange:e=>a("styles",e,"marker","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),values:r[s].radius,onChange:e=>a("styles",e,"marker",s,"radius")})]})]})})),_A=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(kA,{...e}),(0,i.jsx)(yA,{...e}),(0,i.jsx)(CA,{...e})]}),MA=e=>{const{attributes:t,setAttributes:a}=e,{items:s}=t,o={text:`List Item ${s.length+1}`,icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z'/></svg>",link:"",newWindow:!1,textColor:"",markerColor:""};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",initialTabName:"general",activeClass:"activeTab",tabs:dA,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(xA,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(_A,{...e})})]})})}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New List","b-blocks"),onClick:()=>a({items:[...s,o]}),children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})})})]})},zA=({attributes:a,id:s})=>{const{layout:o,styles:n}=a,{lists:l,divider:r,marker:c}=n,d=`#${s} .bBlocksListMainWrapper .bBlocksListContainer`,h=`${d} .bBlocksListItem`,p=`${h} .bBlocksListItemText`,g=`${d} .bBlocksListItemDivider`,u=`${h} .bBlocksListMarkerIcon`,m=`${h} .bBlocksListMarkerEmoji`,v=`${h} .bBlocksListMarker`,b=e=>"vertical"===o[e].type?"flex-direction:column;":"horizontal"===o[e].type?"flex-direction:row;":"",f=e=>("vertical"===o[e].type?qn("align-items",o[e].verticalAlign):"")+("horizontal"===o[e].type?qn("justify-content",o[e].horizontalAlign):""),w=e=>("horizontal"===o[e].type?`${qn("border-right-style",r.style)}\n\t\t\t${qn("border-right-width",r.weight)}\n\t\t\t${qn("border-right-color",r.color)}`:"")+("vertical"===o[e].type?`${qn("border-bottom-style",r.style)}\n\t\t\t${qn("border-bottom-width",r.weight)}\n\t\t\t${qn("border-bottom-color",r.color)} \n\t\t\t${qn("width",r.width)}`:"");return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t${ei("",l.typography).googleFontLink}\n\t\t${ei(p,l.typography).styles}\n\n\t\t${d}{\n\t\t\t${b("desktop")}\n\t\t\t${f("desktop")}\n\t\t\t${qn("gap",l.desktop.gap.horizontal)}\n\t\t}\n\t\t${h}{\n\t\t\t${qn("gap",c.gap)}\n\t\t}\n\t\t${p}{\n\t\t\t${qn("color",l.color)}\n\t\t}\n\t\t${g}{\n\t\t\t${w("desktop")}\n\t\t}\n\t\t\n\t\t${u}{\n\t\t\t${Wn(c.bg)}\n\t\t\t${qn("padding",ti(c.desktop.padding))}\n\t\t\t${qn("border-radius",ti(c.desktop.radius))}\n\t\t\t${Gn(c.border)}\n\t\t}\n\n\t\t${u}>svg{\n\t\t\t${qn("fill",c.color)}\n\t\t\t${qn("width",c.iconSize)}\n\t\t\t${qn("height",c.iconSize)}\n\t\t}\n\n\t\t${m}{\n\t\t\t${qn("font-size",c.iconSize)}\n\t\t}\n\n\t\t${v}{\n\t\t\t${qn("background",c.color)}\n\t\t\t${qn("height",c.size)}\n\t\t\t${qn("width",c.size)}\n\t\t}\n\n\t\t${e}{\n\t\t\t${d}{\n\t\t\t\t${b("tablet")}\n\t\t\t\t${f("tablet")}\n\t\t\t\t${qn("gap",l.tablet.gap.horizontal)}\n\t\t\t}\n\n\t\t\t${g}{\n\t\t\t\t${w("tablet")}\n\t\t\t}\n\t\t\t${u}{\n\t\t\t\t${qn("padding",ti(c.tablet.padding))}\n\t\t\t\t${qn("border-radius",ti(c.tablet.radius))}\n\t\t\t}\n\n\t\t}\n\n\t\t${t}{\n\t\t\t${d}{\n\t\t\t\t${b("mobile")}\n\t\t\t\t${f("mobile")}\n\t\t\t\t${qn("gap",l.mobile.gap.horizontal)}\n\t\t\t}\n\n\t\t\t${g}{\n\t\t\t\t${w("mobile")}\n\t\t\t}\n\t\t\t${u}{\n\t\t\t\t${qn("padding",ti(c.mobile.padding))}\n\t\t\t\t${qn("border-radius",ti(c.mobile.radius))}\n\t\t\t}\n\n\t\t}\n\n\t`}})},jA=({attributes:e,updateObj:t})=>{const{items:a=[],marker:s,styles:o}=e,{divider:n}=o,{markerType:l}=s,r=e=>{switch(l){case"emoji":return(0,i.jsx)("span",{className:"bBlocksListMarkerEmoji",children:s.emoji});case"icon":return e?(0,i.jsx)("span",{className:"bBlocksListMarkerIcon",dangerouslySetInnerHTML:{__html:e}}):null;case"disc":return(0,i.jsx)("span",{className:"bBlocksListMarkerDisc bBlocksListMarker"});case"square":return(0,i.jsx)("span",{className:"bBlocksListMarkerSquare bBlocksListMarker"});default:return null}};return(0,i.jsx)("div",{className:"bBlocksListMainWrapper",children:(0,i.jsx)("div",{className:"bBlocksListContainer",children:a.length>0&&a.map(((e,s)=>(0,i.jsxs)(g.Fragment,{children:[(0,i.jsxs)("a",{className:"bBlocksListItem",rel:"noopener noreferrer",children:[r(e.icon),(0,i.jsx)(h.RichText,{className:"bBlocksListItemText",tagName:"span",placeholder:"Write your list text",value:e.text,onChange:e=>t("items",e,s,"text")})," "]}),s<a.length-1&&n.isEnabled&&(0,i.jsx)("div",{className:"bBlocksListItemDivider"})]},s)))})})};br(cA.name)&&(0,d.registerBlockType)(cA,{icon:Rl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,o=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(MA,{attributes:t,setAttributes:a,updateObj:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(zA,{attributes:t,id:`block-${s}`}),(0,i.jsx)(jA,{attributes:t,updateObj:o})]})]})}});const LA=JSON.parse('{"apiVersion":3,"name":"b-blocks/mailto","title":"Mail To","description":"Mail with a single click.","category":"bBlocks","keywords":["Send mail","Mail us","Email sending"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"mailtoAlign":{"type":"string","default":"center"},"receiverMail":{"type":"string","default":""},"style":{"type":"string","default":"default"},"btn":{"type":"string","selector":"a.mailtoButton span","default":"Send E-mail"},"btnTypo":{"type":"object","default":{"fontSize":{"desktop":"22px","tablet":"20px","mobile":"18px"},"fontWeight":600}},"btnColors":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"btnHovColors":{"type":"object","default":{"color":"#fff","bg":"#FF7A00"}},"btnPadding":{"type":"object","default":{"vertical":"18px","horizontal":"45px"}},"btnBorder":{"type":"object","default":{"radius":"50px"}},"icon":{"type":"object","default":{"class":"fa fa-paper-plane"}},"iconPosition":{"type":"string","default":"left"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":["file:./view.js","mailtoui"]}'),SA=[{label:"Default",value:"default"},{label:"Style 1",value:"style1"},{label:"Style 2",value:"style2"},{label:"Style 3",value:"style3"}],$A=({settings:e})=>{const{attributes:{mailtoAlign:t,receiverMail:s,style:n,btnTypo:l,btnColors:r,btnHovColors:c,btnPadding:d,btnBorder:p,icon:g,iconPosition:u},setAttributes:m}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Xt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Mail Settings","b-blocks"),children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("E-mail Address:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:s,onChange:e=>m({receiverMail:e}),placeholder:(0,v.__)("Email Address","b-blocks")}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Style:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:n,onChange:e=>{m({style:e}),"default"===e&&m({btnColors:{color:"#fff",bg:a,styles:`color: #fff; background: ${a};`},btnHovColors:{color:"#fff",bg:o,styles:`color: #fff; background: ${o};`},iconPosition:"left"}),"style1"===e&&m({btnColors:{color:"#fff",bg:a,styles:`color: #fff; background: ${a};`},btnHovColors:{color:"#fff",bg:o,styles:`color: #fff; background: ${o};`},iconPosition:"right"}),"style2"===e&&m({btnColors:{color:"#fff",bg:"#57d0ff",styles:"color: #fff; background: #57d0ff;"},btnHovColors:{color:"#fff",bg:"#50e38b",styles:"color: #fff; background: #50e38b;"},iconPosition:"left"}),"style3"===e&&m({btnColors:{color:"#fff",bg:"#57d0ff",styles:"color: #fff; background: #57d0ff;"},btnHovColors:{color:"#fff",bg:"#50e38b",styles:"color: #fff; background: #50e38b;"},iconPosition:"right"})},options:SA})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:l,onChange:e=>m({btnTypo:e}),defaults:{fontSize:{desktop:22,tablet:20,mobile:18},fontWeight:600}}),(0,i.jsx)(ka,{value:r,onChange:e=>m({btnColors:e}),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(ka,{label:(0,v.__)("Hover Colors:","b-blocks"),value:c,onChange:e=>m({btnHovColors:e}),defaults:{color:"#fff",bg:o}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:d,onChange:e=>m({btnPadding:e}),defaults:{vertical:"18px",horizontal:"45px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:p,onChange:e=>m({btnBorder:e}),defaults:{radius:"50px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Sa,{value:g,onChange:e=>m({icon:e}),defaults:{class:"fa fa-paper-plane"},isSize:!1,isColor:!1}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Position:","b-blocks")}),(0,i.jsx)(ga,{value:u,onChange:e=>m({iconPosition:e}),options:[{label:"Left",value:"left",icon:"LEFT"},{label:"Right",value:"right",icon:"RIGHT"}]})]})]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:t,onChange:e=>m({mailtoAlign:e}),describedBy:(0,v.__)("Mail Button Alignment"),alignmentControls:[{title:(0,v.__)("Mail Button in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Mail Button in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Mail Button in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},HA="bBlocksMailto";br(LA.name)&&(0,d.registerBlockType)(LA,{icon:wl,edit:e=>{const{attributes:{mailtoAlign:t,btn:a,btnTypo:s,btnColors:o,btnHovColors:n,btnPadding:l,btnBorder:r,icon:c,iconPosition:d},setAttributes:p,clientId:g}=e,u=`#block-${g} .${HA}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)($A,{settings:e}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t${ei("",s)?.googleFontLink}\n\t\t\t\t${ei(`${u} a.mailtoButton`,s)?.styles}\n\n\t\t\t\t${u}{\n\t\t\t\t\ttext-align: ${t};\n\t\t\t\t}\n\t\t\t\t${u} a.mailtoButton{\n\t\t\t\t\t${Yn(o)}\n\t\t\t\t\tpadding: ${Jn(l)};\n\t\t\t\t\t${Un(r)}\n\t\t\t\t\tbox-shadow: 0px 5px 20px 0px ${o?.bg};\n\t\t\t\t}\n\t\t\t\t${u} a.mailtoButton:hover{\n\t\t\t\t\t${Yn(n)}\n\t\t\t\t\tbox-shadow: 0px 5px 20px 0px ${n?.bg};\n\t\t\t\t}\n\t\t\t`}}),(0,i.jsx)("div",{className:HA,children:(0,i.jsxs)("a",{href:"#",className:"mailtoui mailtoButton",children:["left"===d&&c?.class&&(0,i.jsx)("i",{className:c?.class}),(0,i.jsx)(h.RichText,{tagName:"span",value:a,onChange:e=>p({btn:e}),placeholder:(0,v.__)("Send E-mail","b-blocks"),inlineToolbar:!0}),"right"===d&&c?.class&&(0,i.jsx)("i",{className:c?.class})]})})]})]})},save:()=>null});const TA=JSON.parse('{"apiVersion":3,"name":"b-blocks/media-text-section","title":"Media & Text Section","description":"A two-panel image/video beside rich content section with sticky media, image effects, per-panel styling, and responsive stacking.","category":"bBlocks","keywords":["media text","image text","split content","feature section","two column"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"full"},"layout":{"type":"object","default":{"desktop":{"direction":"row","alignItems":"center"},"tablet":{"direction":"","alignItems":""},"mobile":{"direction":"","alignItems":""}}},"styles":{"type":"object","default":{"layout":{"desktop":{"ratio":{"media":"50%","content":"50%","splitRatio":"50-50"},"gap":"20px"},"tablet":{"ratio":{"media":"","content":"","splitRatio":""},"gap":""},"mobile":{"ratio":{"media":"","content":"","splitRatio":""},"gap":""}},"media":{"image":{"objFit":"contain"},"video":{"objFit":"contain"},"shadow":{},"overlay":{"bg":{},"opacity":0.5,"isOverlay":false},"bg":{},"border":{},"radius":{"left":"","right":"","top":"","bottom":""},"desktop":{"padding":{"left":"","right":"","top":"","bottom":""}},"tablet":{"padding":{"left":"","right":"","top":"","bottom":""}},"mobile":{"padding":{"left":"","right":"","top":"","bottom":""}}},"content":{"bg":{},"desktop":{"padding":{"left":"","right":"","top":"","bottom":""},"radius":{"left":"","right":"","top":"","bottom":""}},"tablet":{"padding":{"left":"","right":"","top":"","bottom":""},"radius":{"left":"","right":"","top":"","bottom":""}},"mobile":{"padding":{"left":"","right":"","top":"","bottom":""},"radius":{"left":"","right":"","top":"","bottom":""}},"border":{},"shadow":{}}}},"media":{"type":"object","default":{"mediaType":"image","image":{},"video":{"url":"","poster":{},"autoplay":false,"loop":true,"muted":true,"controls":true,"allowDownload":false,"allowFullscreen":true,"allowPip":true,"controlsOnHover":false},"stickyMedia":false}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":""},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":""},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":""}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false,"anchor":true,"customClassName":true},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),BA=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 2v2H2V2h20zM7 22h3V6H7v16zm7-6h3V6h-3v10z"})]}),AA=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 11h-5V6h-3v5h-4V3H7v8H1.84v2H7v8h3v-8h4v5h3v-5h5z"})]}),VA=e=>(0,i.jsxs)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",...e,children:[(0,i.jsx)("path",{fill:"none",d:"M0 0h24v24H0z"}),(0,i.jsx)("path",{d:"M22 22H2v-2h20v2zM10 2H7v16h3V2zm7 6h-3v10h3V8z"})]}),NA=[{label:"30 / 70",value:"30-70"},{label:"40 / 60",value:"40-60"},{label:"50 / 50",value:"50-50"},{label:"60 / 40",value:"60-40"},{label:"70 / 30",value:"70-30"},{label:"Custom",value:"custom"}],PA=e=>{const{attributes:t,updateObj:a,device:s}=e,{layout:o,styles:n,media:l}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Direction","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o[s]?.direction,onChange:e=>a("layout",e,s,"direction"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Row",value:"row",icon:(0,i.jsx)(b.Dashicon,{icon:"align-pull-left"})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Row Reverse",value:"row-reverse",icon:(0,i.jsx)(b.Dashicon,{icon:"align-pull-right"})})]})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Alignment","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",size:"small",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o[s]?.alignItems,onChange:e=>a("layout",e,s,"alignItems"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Top",value:"flex-start",icon:(0,i.jsx)(BA,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:(0,i.jsx)(AA,{})}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Bottom",value:"flex-end",icon:(0,i.jsx)(VA,{})})]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Gap","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:n.layout[s]?.gap,onChange:e=>a("styles",e,"layout",s,"gap")})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Split Ratio","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",help:(0,v.__)("Media / content column widths.","b-blocks"),value:n.layout[s]?.ratio?.splitRatio,options:NA,onChange:e=>{a("styles","30-70"===e?{media:"30%",content:"70%",splitRatio:e}:"40-60"===e?{media:"40%",content:"60%",splitRatio:e}:"50-50"===e?{media:"50%",content:"50%",splitRatio:e}:"60-40"===e?{media:"60%",content:"40%",splitRatio:e}:"70-30"===e?{media:"70%",content:"30%",splitRatio:e}:{...n.layout[s]?.ratio,splitRatio:e},"layout",s,"ratio")},__nextHasNoMarginBottom:!0}),"custom"===n.layout[s]?.ratio?.splitRatio&&(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Media Width","b-blocks"),className:"flex1",value:n.layout[s]?.ratio.media,onChange:e=>a("styles",e,"layout",s,"ratio","media")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Content Width","b-blocks"),className:"flex1",value:n.layout[s]?.ratio.content,onChange:e=>a("styles",e,"layout",s,"ratio","content")})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Media","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex1",children:(0,v.__)("Media Type","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:l.mediaType,onChange:e=>a("media",e,"mediaType"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Image",value:"image"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Video",value:"video"})]})]}),(0,i.jsx)("br",{}),"image"===l.mediaType&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(xe,{height:"100%",width:"100%",value:l.image,onChange:e=>a("media",e,"image")}),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"flex1 mt10",children:(0,v.__)("Object Fit","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n.media.image.objFit,onChange:e=>a("styles",e,"media","image","objFit"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Cover",value:"cover"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Contain",value:"contain"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Fill",value:"fill"})]})]})]}),"video"===l.mediaType&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(fe,{placeholder:(0,v.__)("Enter Video URL","b-blocks"),value:l.video?.url,onChange:e=>a("media",e,"video","url"),types:["video/*"]}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Video Poster","b-blocks")}),(0,i.jsx)(xe,{height:"100%",width:"100%",value:l.video?.poster,onChange:e=>a("media",e,"video","poster")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Autoplay","b-blocks"),checked:!!l.video?.autoplay,onChange:e=>a("media",e,"video","autoplay")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Loop","b-blocks"),checked:!1!==l.video?.loop,onChange:e=>a("media",e,"video","loop")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Muted","b-blocks"),checked:!1!==l.video?.muted,onChange:e=>a("media",e,"video","muted")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Controls Bar","b-blocks"),checked:!1!==l.video?.controls,onChange:e=>a("media",e,"video","controls")}),!1!==l.video?.controls&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show controls on hover","b-blocks"),checked:!!l.video?.controlsOnHover,onChange:e=>a("media",e,"video","controlsOnHover")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Allow Download","b-blocks"),checked:!!l.video?.allowDownload,onChange:e=>a("media",e,"video","allowDownload")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Allow Fullscreen","b-blocks"),checked:!1!==l.video?.allowFullscreen,onChange:e=>a("media",e,"video","allowFullscreen")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Allow Picture-in-Picture","b-blocks"),checked:!1!==l.video?.allowPip,onChange:e=>a("media",e,"video","allowPip")}),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"flex1 mt10",children:(0,v.__)("Object Fit","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:n.media.video?.objFit,onChange:e=>a("styles",e,"media","video","objFit"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Cover",value:"cover"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Contain",value:"contain"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Fill",value:"fill"})]})]})]})]})]})},EA=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o}=t,{content:n}=o;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})," "]}),values:n[s].padding,onChange:e=>a("styles",e,"content",s,"padding")}),(0,i.jsx)(wa,{value:n.bg,onChange:e=>a("styles",e,"content","bg")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:n.border,onChange:e=>a("styles",e,"content","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})," "]}),values:n[s].radius,onChange:e=>a("styles",e,"content",s,"radius")}),(0,i.jsx)(bt,{value:n.shadow,onChange:e=>a("styles",e,"content","shadow")})]})})},IA=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o}=t,{media:n}=o;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Media","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:n[s].padding,onChange:e=>a("styles",e,"media",s,"padding")}),(0,i.jsx)(wa,{value:n.bg,onChange:e=>a("styles",e,"media","bg")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:n.border,onChange:e=>a("styles",e,"media","border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:n.radius,onChange:e=>a("styles",e,"media","radius")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:n.shadow,onChange:e=>a("styles",e,"media","shadow")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Overlay","b-blocks"),checked:n.overlay.isOverlay,onChange:e=>a("styles",e,"media","overlay","isOverlay")}),n.overlay.isOverlay&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Overlay Color","b-blocks"),value:n.overlay.bg,onChange:e=>a("styles",e,"media","overlay","bg")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Opacity","b-blocks"),value:"number"==typeof n.overlay.opacity?n.overlay.opacity:parseFloat(n.overlay.opacity)||.5,onChange:e=>a("styles",e,"media","overlay","opacity"),min:0,max:1,step:.1})]})]})})},OA=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(IA,{...e}),(0,i.jsx)(EA,{...e})]}),RA=e=>{const{attributes:t,setAttributes:a}=e,{advanced:s}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",initialTabName:"general",tabs:IB,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(PA,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(OA,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:s,onChange:e=>a({advanced:e})})})]})})})})},DA=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n,styles:l,media:r,advanced:c}=a,d=`#${s} .b-blocks-media-text-section-wrapper`,h=`${d} .b-blocks-media-text-section-media`,p=`${d} .b-blocks-media-text-section-content`,g=`${h} .b-blocks-media-text-section-media-el`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n ${d}{\n ${qn("flex-direction",n.desktop.direction)}\n ${qn("align-items",n.desktop.alignItems)}\n ${qn("gap",l.layout.desktop.gap)}\n }\n\n ${h}{\n position:relative;\n ${qn("width",l.layout.desktop.ratio.media)}\n ${qn("padding",ti(l.media.desktop.padding))}\n ${Gn(l.media.border)}\n ${qn("border-radius",ti(l.media.radius))}\n ${Wn(l.media.bg)}\n ${qn("box-shadow",Kn(l.media.shadow))}\n }\n\n ${l.media.overlay.isOverlay?`${h}::before{\n content:'';\n position:absolute;\n inset:0;\n pointer-events:none;\n z-index:2;\n ${Wn(l.media.overlay.bg)}\n ${qn("opacity",l.media.overlay.opacity)}\n }`:""}\n\n ${p}{\n ${qn("width",l.layout.desktop.ratio.content)}\n ${qn("padding",ti(l.content.desktop.padding))}\n ${Wn(l.content.bg)}\n ${Gn(l.content.border)}\n ${qn("border-radius",ti(l.content.desktop.radius))}\n ${qn("box-shadow",Kn(l.content.shadow))}\n }\n\n ${g}{\n position:relative;\n z-index:3;\n pointer-events:auto;\n ${qn("object-fit","image"===r?.mediaType?l.media.image?.objFit:l.media.video?.objFit)}\n }\n\n ${h}.has-controls-on-hover video::-webkit-media-controls-panel {\n opacity: 0;\n transition: opacity 0.25s ease-in-out;\n }\n ${h}.has-controls-on-hover:hover video::-webkit-media-controls-panel,\n ${h}.has-controls-on-hover:focus-within video::-webkit-media-controls-panel,\n ${h}.has-controls-on-hover video:focus::-webkit-media-controls-panel,\n ${h}.has-controls-on-hover video:active::-webkit-media-controls-panel {\n opacity: 1 !important;\n }\n\n ${e}{\n ${d}{\n ${qn("flex-direction",n.tablet.direction)}\n ${qn("align-items",n.tablet.alignItems)}\n ${qn("gap",l.layout.tablet.gap)}\n }\n\n ${h}{\n ${qn("width",l.layout.tablet.ratio.media)}\n ${qn("padding",ti(l.media.tablet.padding))}\n }\n\n ${p}{\n ${qn("width",l.layout.tablet.ratio.content)}\n ${qn("padding",ti(l.content.tablet.padding))}\n }\n }\n\n ${t}{\n ${d}{\n ${qn("flex-direction",n.mobile.direction)}\n ${qn("align-items",n.mobile.alignItems)}\n ${qn("gap",l.layout.mobile.gap)}\n }\n\n ${h}{\n ${qn("width",l.layout.mobile.ratio.media)}\n ${qn("padding",ti(l.media.mobile.padding))}\n }\n\n ${p}{\n ${qn("width",l.layout.mobile.ratio.content)}\n ${qn("padding",ti(l.content.mobile.padding))}\n ${qn("border-radius",ti(l.content.mobile.radius))}\n }\n }\n\n ${hi(s,c,o)}\n\n `}})},FA=(e={})=>{const t=[];return e.allowDownload||t.push("nodownload"),!1===e.allowFullscreen&&t.push("nofullscreen"),!1===e.allowPip&&t.push("noremoteplayback"),t.length?t.join(" "):void 0},qA=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{media:n}=t,l=(0,m.useSelect)((e=>e("core/block-editor").getBlocks(s).length>0),[s]),r=me(t,a),c=(0,En.useRef)(null),d="video"===n?.mediaType,p=d?!!n?.video?.url:!!n?.image?.url;return(0,En.useEffect)((()=>{if(d&&c.current){const e=c.current;e.muted=!1!==n?.video?.muted,n?.video?.autoplay?e.play().catch((()=>{})):e.pause();const t=e=>{e.stopPropagation()};return e.addEventListener("pointerdown",t,!0),e.addEventListener("mousedown",t,!0),e.addEventListener("touchstart",t,!0),()=>{e.removeEventListener("pointerdown",t,!0),e.removeEventListener("mousedown",t,!0),e.removeEventListener("touchstart",t,!0)}}}),[d,n?.video?.url,n?.video?.autoplay,n?.video?.muted]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(RA,{setAttributes:a,attributes:t,updateObj:r,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(DA,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsxs)("div",{className:"b-blocks-media-text-section-wrapper",children:[(0,i.jsx)("div",{className:"b-blocks-media-text-section-media "+(n?.video?.controlsOnHover?"has-controls-on-hover":""),children:p?"video"===n?.mediaType?(0,i.jsx)("video",{ref:c,className:"b-blocks-media-text-section-media-el",src:n?.video?.url,poster:n?.video?.poster?.url||"",autoPlay:!!n?.video?.autoplay,loop:!1!==n?.video?.loop,muted:!1!==n?.video?.muted,controls:!1!==n?.video?.controls,controlsList:FA(n?.video),disablePictureInPicture:!1===n?.video?.allowPip,playsInline:!0,onMouseDown:e=>e.stopPropagation(),onPointerDown:e=>e.stopPropagation(),onClick:e=>e.stopPropagation(),onTouchStart:e=>e.stopPropagation()}):(0,i.jsx)("img",{className:"b-blocks-media-text-section-media-el",src:n?.image?.url,alt:n?.image?.alt||""}):(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{onSelect:e=>{d?r("media",{...n?.video,id:e.id,url:e.url},"video"):r("media",{...n?.image,id:e.id,url:e.url,alt:e.alt||""},"image")},allowedTypes:d?["video"]:["image"],value:d?n?.video?.id:n?.image?.id,render:({open:e})=>(0,i.jsxs)("div",{className:"b-blocks-media-text-section-media-el--placeholder",onClick:e,children:[(0,i.jsx)(b.Dashicon,{icon:d?"format-video":"format-image",style:{fontSize:36,width:36,height:36,marginBottom:8}}),(0,i.jsx)("div",{children:(0,i.jsx)("strong",{children:d?(0,v.__)("Select or Upload Video","b-blocks"):(0,v.__)("Select or Upload Image","b-blocks")})}),(0,i.jsx)("span",{style:{fontSize:12,opacity:.8,marginTop:4},children:(0,v.__)("Click to open Media Library","b-blocks")})]})})})}),(0,i.jsx)("div",{className:"b-blocks-media-text-section-content",children:(0,i.jsx)(h.InnerBlocks,{allowedBlocks:void 0,template:[["core/heading",{level:2,placeholder:(0,v.__)("Section heading…","b-blocks")}],["core/paragraph",{placeholder:(0,v.__)("Add your content here…","b-blocks")}]],templateLock:!1,renderAppender:l?void 0:h.InnerBlocks.ButtonBlockAppender})})]})})]})]})}));br(TA.name)&&(0,d.registerBlockType)(TA,{icon:cr,edit:qA,save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const WA=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/navigation","version":"1.0.0","title":"bBlocks Navigation","category":"bBlocks","description":"Display navigation in your website with stunning & organized appearance.","keywords":["navbar","navigation","menu","menubar"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"layout":{"type":"object","default":{"orientation":"is-horizontal","preset":"preset-1","alignment":"left","verticalAlignment":"left","isWrapMultipleLine":true,"isOpenOnClick":true,"isMenuIcon":true}},"hamburger":{"type":"object","default":{"buttonType":"icon","displayMenu":"mobile","button":{"size":{"desktop":30,"tablet":"","mobile":""},"color":"","padding":{"desktop":{"top":"10px","right":"10px","bottom":"10px","left":"10px"},"tablet":{},"mobile":{}}},"container":{"background":{"color":"#fff"},"padding":{"desktop":{"top":"5px","right":"5px","bottom":"5px","left":"5px"},"tablet":{},"mobile":{}}},"items":{"typo":{"fontWeight":600,"fontVariant":"600"},"padding":{"desktop":{"top":"15px","right":"15px","bottom":"15px","left":"15px"},"tablet":{},"mobile":{}},"border":{},"borderRadius":{},"colors":{"normal":{"text":"","bg":""},"hover":{"text":"","bg":""}}},"closeButton":{"color":"","alignment":"right"}}},"styles":{"type":"object","default":{"typo":{"fontWeight":600},"padding":{"desktop":{"top":"20px","right":"20px","bottom":"20px","left":"20px"},"tablet":{},"mobile":{}},"margin":{"desktop":{},"tablet":{},"mobile":{}},"colors":{"normal":{"normal":"#52555d","hover":""},"active":{"normal":"","hover":""}}}},"dropdownStyles":{"type":"object","default":{"container":{"width":{"desktop":200,"tablet":"","mobile":""},"background":{},"padding":{"desktop":{"top":"5px","right":"5px","bottom":"5px","left":"5px"},"tablet":{},"mobile":{}},"border":{},"borderRadius":{},"shadow":{}},"menuItems":{"typo":{"fontWeight":600},"padding":{"desktop":{"top":"10px","right":"10px","bottom":"10px","left":"10px"},"tablet":{},"mobile":{}},"colors":{"transition":"","normal":{"normal":"","hover":""},"active":{"normal":"","hover":""}}}}},"caret":{"type":"object","default":{"size":{"desktop":15,"tablet":"","mobile":""},"color":{"normal":"#475467","hover":"#101828"}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"5px","right":"5px","bottom":"5px","left":"5px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"18px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"rgba(255, 255, 255, 1)","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","lodash","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","react","react-dom","lodash"]}'),UA=[{label:"Horizontal",value:"is-horizontal"},{label:"Vertical",value:"is-vertical"}],GA=[{label:"Left",value:"left",icon:Mv},{label:"Center",value:"center",icon:zv},{label:"Right",value:"right",icon:jv},{label:"Justify",value:"justify",icon:Lv}],YA=[{label:"Left",value:"left",icon:Mv},{label:"Center",value:"center",icon:zv},{label:"Right",value:"right",icon:jv}],ZA=[{label:"Text",value:"text",icon:"Text"},{label:"Icon",value:"icon",icon:"Icon"}],KA=[{value:"never",label:"OFF",icon:"OFF"},{value:"mobile",label:"MOBILE",icon:"MOBILE"},{value:"always",label:"ALWAYS",icon:"ALWAYS"}],QA=e=>{const{attributes:t,updateObj:a}=e,{layout:s,hamburger:o}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Orientation","b-blocks"),labelPosition:"left",value:s.orientation,onChange:e=>a("layout",e,"orientation"),options:UA}),"is-horizontal"===s.orientation&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Allow wrap to multiple lines","b-blocks"),checked:s.isWrapMultipleLine,onChange:e=>a("layout",e,"isWrapMultipleLine")}),(0,i.jsx)(ga,{className:"mt20",label:(0,v.__)("Alignment","b-blocks"),value:s.alignment,onChange:e=>a("layout",e,"alignment"),options:GA,isIcon:!0,size:"small"})]}),"is-vertical"===s.orientation&&(0,i.jsx)(ga,{className:"mt20",label:(0,v.__)("Alignment","b-blocks"),value:s.verticalAlignment,onChange:e=>a("layout",e,"verticalAlignment"),options:YA,isIcon:!0})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Dropdown / Sub Menus","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Open on Click","b-blocks"),checked:s.isOpenOnClick,onChange:e=>a("layout",e,"isOpenOnClick")}),!s.isOpenOnClick&&(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show arrow(caret icon)","b-blocks"),checked:s.isMenuIcon,onChange:e=>a("layout",e,"isMenuIcon")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Hamburger Menu","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(ga,{label:(0,v.__)("Button Type","b-blocks"),value:o.buttonType,onChange:e=>a("hamburger",e,"buttonType"),options:ZA,isTextIcon:!0}),(0,i.jsx)(f,{children:(0,v.__)("Display Hamburger Menu","b-blocks")}),(0,i.jsx)(ga,{value:o.displayMenu,onChange:e=>a("hamburger",e,"displayMenu"),isTextIcon:!0,options:KA})]})]})},XA=({attributes:e,updateObj:t,device:a})=>{const{dropdownStyles:s}=e,{container:o,menuItems:n}=s,{width:l,background:r,padding:c,border:d,borderRadius:h,shadow:p}=o||{},{padding:g,typo:u,colors:m}=n;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Dropdown / Sub Menus","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:[{title:"Container",name:"container"},{title:"Items",name:"items"}],children:e=>(0,i.jsxs)(i.Fragment,{children:["container"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.PanelRow,{children:[(0,v.__)("Min Width (PX)","b-blocks"),(0,i.jsx)(y,{})]}),value:l[a],onChange:e=>t("dropdownStyles",e,"container","width",a),min:100,max:600}),(0,i.jsx)(wa,{className:"mt20 mb20",isImage:!1,value:r,onChange:e=>t("dropdownStyles",e,"container","background")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:c[a],onChange:e=>t("dropdownStyles",e,"container","padding",a)}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt20 mb20",label:(0,v.__)("Border","b-blocks"),value:d,onChange:e=>t("dropdownStyles",e,"container","border")}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),values:h,onChange:e=>t("dropdownStyles",e,"container","borderRadius")}),(0,i.jsx)(bt,{className:"mt20",label:(0,v.__)("Shadow","b-blocks"),value:p,onChange:e=>t("dropdownStyles",e,"container","shadow")})]}),"items"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("br",{}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:g[a],onChange:e=>t("dropdownStyles",e,"menuItems","padding",a)}),(0,i.jsx)(Mn,{className:"mt20",value:u,onChange:e=>t("dropdownStyles",e,"menuItems","typo")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt20",activeClass:"activeTab",tabs:[{title:"Normal",name:"normal"},{title:"Active",name:"active"}],children:({name:e})=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:[{title:"Normal",name:"normal"},{title:"Hover",name:"hover"}],children:({name:a})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text","b-blocks"),value:m[e][a],onChange:s=>t("dropdownStyles",s,"menuItems","colors",e,a)}),"normal"===e&&"hover"===a&&(0,i.jsx)(b.RangeControl,{className:"mt20",label:(0,v.__)("Transition","b-blocks"),min:0,max:5,step:.1})]})})})})]})]})})})},JA=({attributes:e,updateObj:t,device:a})=>{const{hamburger:s}=e,{button:o,container:n,items:l,closeButton:r}=s;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Hamburger Menu","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:[{title:"Button",name:"button"},{title:"Container",name:"container"},{title:"Items",name:"items"},{title:"Close Icon",name:"close"}],children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:["button"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{className:"mt10 mb20",label:(0,i.jsxs)(b.PanelRow,{children:[(0,v.__)("Size","b-blocks"),(0,i.jsx)(y,{})]}),value:o.size[a],onChange:e=>t("hamburger",e,"button","size",a)}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:o.padding[a],onChange:e=>t("hamburger",e,"button","padding",a)}),(0,i.jsx)(De,{className:"mt20",label:(0,v.__)("Color","b-blocks"),value:o.color,onChange:e=>t("hamburger",e,"button","color")})]}),"container"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("br",{}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:n.padding[a],onChange:e=>t("hamburger",e,"container","padding",a)}),(0,i.jsx)(wa,{className:"mt20",value:n.background,onChange:e=>t("hamburger",e,"container","background")})]}),"items"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("br",{}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:l.padding[a],onChange:e=>t("hamburger",e,"items","padding",a)}),(0,i.jsx)(b.__experimentalBorderBoxControl,{className:"mt20 mb20",label:(0,v.__)("Border","b-blocks"),value:l.border,onChange:e=>t("hamburger",e,"items","border")}),(0,i.jsx)(w,{label:(0,v.__)("Border Radius","b-blocks"),values:l.borderRadius,resetValues:{left:"0px",right:"0px",top:"0px",bottom:"0px"},onChange:e=>t("hamburger",e,"items","borderRadius")}),(0,i.jsx)(Mn,{className:"mt20",value:l.typo,onChange:e=>t("hamburger",e,"items","typo")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt20",activeClass:"activeTab",tabs:[{title:"Normal",name:"normal"},{title:"Hover",name:"hover"}],children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text Color","b-blocks"),value:l.colors[e].text,onChange:a=>t("hamburger",a,"items","colors",e,"text")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Background Color","b-blocks"),value:l.colors[e].bg,onChange:a=>t("hamburger",a,"items","colors",e,"bg")})]})})]}),"close"===e&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:r.color,onChange:e=>t("hamburger",e,"closeButton","color")}),(0,i.jsx)(ga,{className:"mt20",label:(0,v.__)("Alignment","b-blocks"),options:[{label:"Left",value:"left",icon:Mv},{label:"Center",value:"center",icon:zv},{label:"Right",value:"right",icon:jv}],value:r.alignment,onChange:e=>t("hamburger",e,"closeButton","alignment"),isIcon:!0})]})]})})})},eV=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,device:a,updateObj:s}=e,{styles:o,caret:n}=t,{padding:l,margin:r,typo:c,colors:d}=o;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Navigation Link/Item","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:l[a],onChange:e=>s("styles",e,"padding",a)}),(0,i.jsx)("br",{}),(0,i.jsx)("br",{}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{justify:"space-between",children:[(0,v.__)("Margin","b-blocks"),(0,i.jsx)(y,{})]}),values:r[a],onChange:e=>s("styles",e,"margin",a)}),(0,i.jsx)(Mn,{className:"mt20",value:c,onChange:e=>s("styles",e,"typo")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt20",activeClass:"activeTab",tabs:[{title:"Normal",name:"normal"},{title:"Active",name:"active"}],children:({name:e})=>(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:[{title:"Normal",name:"normal"},{title:"Hover",name:"hover"}],children:({name:t})=>(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text","b-blocks"),value:d[e][t],onChange:a=>s("styles",a,"colors",e,t)})})})]}),(0,i.jsx)(XA,{...e}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Caret","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.RangeControl,{label:(0,i.jsxs)(b.PanelRow,{children:[(0,v.__)("Size","b-blocks"),(0,i.jsx)(y,{})]}),value:n.size[a],onChange:e=>s("caret",e,"size",a),min:0,max:100}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt20",activeClass:"activeTab",tabs:[{title:"Normal",name:"normal"},{title:"Hover",name:"hover"}],children:({name:e})=>(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Color","b-blocks"),value:n.color[e],onChange:t=>s("caret",t,"color",e)})})]}),(0,i.jsx)(JA,{...e})]})})),tV=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t,[n,l]=(0,g.useState)(!1),r={isPremium:s,setIsProModalOpen:l},c=(e,s,...o)=>{a({[e]:ue(t[e],s,...o)})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:It,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(QA,{...e,premiumProps:r,updateObj:c}),"style"===t.name&&(0,i.jsx)(eV,{...e,updateObj:c}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:o,isPremium:s,onChange:e=>a({advanced:e}),enabled:{dimension:["padding","margin"],background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],visibility:["zIndex","overflow"],responsive:!0,css:!0}})]})})}),(0,i.jsx)(Vn,{isProModalOpen:n,setIsProModalOpen:l,link:na,children:(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Feature: ","b-blocks")}),(0,v.__)("Feature details.","b-blocks")]})})]})},aV="bBlocksNavigation",sV=(e,t,a=!1)=>{const{styles:s,dropdownStyles:o,caret:n,hamburger:i,advanced:l}=e,{padding:r,margin:c,typo:d,colors:h}=s,{container:p,menuItems:g}=o,u=`#${t} .${aV} .wp-block-navigation`,m=` ${u} .wp-block-navigation__container .wp-block-navigation-item`,v=`${m} .wp-block-navigation__submenu-container`,b=`${v} .wp-block-navigation-item`,f=`${m} .wp-block-navigation__submenu-icon`,w=`${u} .wp-block-navigation__responsive-container-open`,x=`${u} .is-menu-open`,y=`${x} .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content`,k=`${x} .components-button.wp-block-navigation__responsive-container-close`,C=`${m}.current-menu-item`,_=`${b} a[aria-current='page']`;return`\n\t\t${pi(t,l,a)}\n\t\t${ei("",d)?.googleFontLink}\n\t\t${ei("",g.typo)?.googleFontLink}\n\t\t${ei("",i.items.typo)?.googleFontLink}\n\n\t\t${ei(m,d)?.styles}\n\t\t${m}{\n\t\t\tpadding:${ti(r?.desktop)};\n\t\t\tmargin:${ti(c?.desktop)};\n\t\t\tcolor:${h.normal.normal};\n\t\t\ttransition:all 0.3s ease-in-out;\n\t\t}\n\t\t${m}:hover{\n\t\t\tcolor: ${h.normal.hover};\n\t\t}\n\t\t${v}{\n\t\t\t${qn("min-width",Ct(p.width.desktop)?`${p.width.desktop}px !important`:"")}\n\t\t\t${Wn(p.background)}\n\t\t\tpadding:${ti(p.padding.desktop)};\n\t\t\t${Gn(p.border)}\n\t\t\tborder-radius:${ti(p.borderRadius)};\n\t\t\tbox-shadow:${Kn(p.shadow)};\n\t\t}\n\t\t${ei(b,g.typo).styles}\n\t\t${b}{\n\t\t\t${qn("padding",ti(g.padding.desktop))}\n\t\t\t${qn("color",g.colors.normal.normal)}\n\t\t\ttransition:all ${g.colors.transition||.3}s;\n\t\t}\n\t\t${b}:hover{\n\t\t\t${qn("color",g.colors.normal.hover)}\n\t\t}\n\t\t${f}{\n\t\t\t${qn("width",Ct(n.size.desktop)?n.size.desktop+"px !important":"")}\n\t\t\t${qn("height",Ct(n.size.desktop)?n.size.desktop+"px !important":"")}\n\t\t\t${qn("color",n.color.normal)}\n\t\t\ttransition: all ${g.colors.transition||.3}s ease-in-out;\n\t\t}\n\t\t${m}:hover .wp-block-navigation__submenu-icon{\n\t\t\tcolor: ${n.color.hover} !important;\n\t\t}\n\t\t${C}{\n\t\t\t${qn("color",h.active.normal)}\n\t\t\ttransition:all 0.2s ease-in-out;\n\t\t}\n\t\t${C}:hover{\n\t\t\t${qn("color",h.active.hover)}\n\t\t}\n\t\t${_}{\n\t\t\t${qn("color",g.colors.active.normal)}\n\t\t\ttransition:all ${g.colors.transition||.2}s ease-in-out;\n\t\t}\n\t\t${_}:hover{\n\t\t\t${qn("color",g.colors.active.hover)}\n\t\t}\n\t\t${w} svg{\n\t\t\theight: ${i.button.size.desktop}px;\n\t\t\twidth: ${i.button.size.desktop}px;\n\t\t\tfill: ${i.button.color};\n\t\t}\n\t\t${w}{\n\t\t\t${qn("padding",ti(i.button.padding.desktop))}\n\t\t}\n\t\t${x}{\n\t\t\t${qn("padding",ti(i.container.padding.desktop))}\n\t\t\t${Wn(i.container.background)}\n\t\t}\n\n\t\t${ei(y,i.items.typo).styles}\n\t\t${y}{\n\t\t\t${qn("background",i.items.colors.normal.bg)}\n\t\t\t${qn("color",i.items.colors.normal.text)}\n\t\t\t${qn("padding",ti(i.items.padding.desktop))}\n\t\t\t${Gn(i.items.border)}\n\t\t\t${qn("border-radius",ti(i.items.borderRadius))}\n\t\t\ttransition: all 0.3s ease-in-out;\n\t\t}\n\t\t${y}:hover{\n\t\t\tbackground:${i.items.colors.hover.bg} !important;\n\t\t\tcolor:${i.items.colors.hover.text} !important;\n\t\t}\n\t\t${k}{\n\t\t\tcolor:${i.closeButton?.color};\n\t\t\t${"right"===i.closeButton.alignment?"right:0;":"left"===i.closeButton.alignment?"left:0px;":"left:50%;"}\n\t\t}\n\t\t@media only screen and (min-width:641px) and (max-width: 1024px){\n\t\t\t${m}{\n\t\t\t\t${qn("padding",ti(r?.tablet))}\n\t\t\t\t${qn("margin",ti(c?.tablet))}\n\t\t\t}\n\t\t\t${v}{\n\t\t\t\tmin-width:${p.width.tablet}px !important;\n\t\t\t\t${qn("padding",ti(p.padding.tablet))}\n\t\t\t}\n\t\t\t${b}{\n\t\t\t\t${qn("padding",ti(g.padding.tablet))}\n\t\t\t}\n\t\t\t${f}{\n\t\t\t\t${qn("width",Ct(n.size.tablet)?n.size.tablet+"px !important":"")}\n\t\t\t\t${qn("height",Ct(n.size.tablet)?n.size.tablet+"px !important":"")}\n\t\t\t}\n\t\t\t${w} svg{\n\t\t\t\theight:${i.button.size.tablet}px;\n\t\t\t\twidth:${i.button.size.tablet}px;\n\t\t\t}\n\t\t\t${w}{\n\t\t\t\t${qn("padding",ti(i.button.padding.tablet))}\n\t\t\t}\n\t\t\t${x}{\n\t\t\t\t${qn("padding",ti(i.container.padding.tablet))}\n\t\t\t}\n\t\t\t${y}{\n\t\t\t\t${qn("padding",ti(i.items.padding.tablet))}\n\t\t\t}\n\t\t}\n\t\t@media only screen and (max-width: 640px){\n\t\t\t${m}{\n\t\t\t\t${qn("padding",ti(r?.mobile))}\n\t\t\t\t${qn("margin",ti(c?.mobile))}\n\t\t\t}\n\t\t\t${v}{\n\t\t\t\tmin-width:${p.width.mobile}px !important;\n\t\t\t\t${qn("padding",ti(p.padding.mobile))}\n\t\t\t}\n\t\t\t${b}{\n\t\t\t\t${qn("padding",ti(g.padding.mobile))}\n\t\t\t}\n\t\t\t${f}{\n\t\t\t\t${qn("width",Ct(n.size.mobile)?n.size.mobile+"px !important":"")}\n\t\t\t\t${qn("height",Ct(n.size.mobile)?n.size.mobile+"px !important":"")}\n\t\t\t}\n\t\t\t${w} svg{\n\t\t\t\theight:${i.button.size.mobile}px;\n\t\t\t\twidth:${i.button.size.mobile}px;\n\t\t\t}\n\t\t\t${w}{\n\t\t\t\t${qn("padding",ti(i.button.padding.mobile))}\n\t\t\t}\n\t\t\t${x}{\n\t\t\t\t${qn("padding",ti(i.container.padding.mobile))}\n\t\t\t}\n\t\t\t${y}{\n\t\t\t\t${qn("padding",ti(i.items.padding.mobile))}\n\t\t\t}\n\t\t}\n\t`},oV=(0,x.createHigherOrderComponent)((e=>t=>{const{name:a,clientId:s,isSelected:o}=t;if(a&&"core/navigation"!=a)return(0,i.jsx)(e,{...t});const n=(0,m.select)("core/block-editor").getBlockParents(s);let l,r=!1;return n.map((e=>{const t=(0,m.select)("core/block-editor").getBlock(e);t&&"b-blocks/navigation"==t.name&&(r=!0)})),r&&o?(setTimeout((()=>{if(l=document.querySelector(".block-editor-block-inspector"),l){let e=l.querySelector(".block-editor-block-inspector__tabs");if(e){let t=e.querySelectorAll("[aria-label='Settings'], [aria-label='Styles']");t&&t.forEach((e=>{e.style.display="none"}))}}}),200),l?(setTimeout((()=>{let e=l.children;l.querySelector(".block-editor-block-inspector__tabs").querySelectorAll("[aria-label='Settings'], [aria-label='Styles']").forEach((e=>{e.style.display="none"}));for(let t=0;t<=e.length-1;t++){let a=e[t].classList.contains("block-editor-block-card"),s=e[t].classList.contains("block-editor-block-inspector__tabs"),o=e[t].children;if(!a&&!s)for(let e=0;e<=o.length-1;e++)o[e].querySelector(".wp-block-navigation__navigation-selector")||(o[e].style.display="none")}}),200),(0,i.jsx)(e,{...t})):(0,i.jsx)(e,{...t})):(l=document.querySelector(".block-editor-block-inspector"),l&&setTimeout((()=>{const e=l.querySelector(".block-editor-block-card");e&&(e.style.display="block");let t=l.children;for(let e=0;e<=t.length-1;e++){let a=t[e].children;for(let e=0;e<=a.length-1;e++)a[e].style.display="block"}}),200),(0,i.jsx)(e,{...t}))}),"withInspectorControl");wp.hooks.addFilter("editor.BlockEdit","b-blocks/navigation",oV);const nV=({attributes:e,clientId:t})=>{const{layout:a,hamburger:s}=e,{orientation:o,isWrapMultipleLine:n}=a,{displayMenu:l}=s,r=(0,g.useRef)(),c=(0,m.select)("core/block-editor").getBlocksByClientId(t)[0],{updateBlockAttributes:d}=(0,m.dispatch)("core/block-editor");(0,g.useEffect)((()=>{c?.innerBlocks&&c?.innerBlocks.forEach((e=>{d(e.clientId,{openSubmenusOnClick:a.isOpenOnClick,showSubmenuIcon:a.isMenuIcon,overlayMenu:s.displayMenu,hasIcon:"icon"===s.buttonType,icon:"icon"===s.buttonType?"handle":"text"})}))}),[a.isOpenOnClick,a.isMenuIcon,s.displayMenu,s.buttonType,c]);const p=`${o} ${l} ${n?"":"no-wrap"} ${"is-vertical"===a.orientation?"vertical-align-"+a.verticalAlignment:"horizontal-align-"+a.alignment}`;return(0,i.jsx)("div",{className:`${aV} ${p}`,children:(0,i.jsx)(h.InnerBlocks,{templateLock:!1,ref:r,template:[["core/navigation",{className:"bPl-navigation"}]],allowedBlocks:["core/navigation"],renderAppender:(0,m.select)("core/block-editor").getBlock(t)?.innerBlocks.length<1&&h.InnerBlocks.ButtonBlockAppender})})};br(WA.name)&&(0,d.registerBlockType)(WA,{icon:xl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,[o,n]=(0,g.useState)(0),l=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(tV,{attributes:t,setAttributes:a,isPremium:l,activeIndex:o,setActiveIndex:n,clientId:s}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{children:sV(t,`block-${s}`,!0)}),(0,i.jsx)("div",{children:(0,i.jsx)(nV,{...e})})]})]})},save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const iV=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/news-ticker","version":"0.1.0","title":"News Ticker","category":"bBlocks","textdomain":"b-blocks","description":"Display a scrolling news ticker with posts from any post type","example":{},"attributes":{"postType":{"type":"string","default":"post"},"selectedCategories":{"type":"array","default":[]},"selectedPosts":{"type":"array","default":[]},"selectAllCategories":{"type":"boolean","default":false},"speed":{"type":"number","default":50},"enableClick":{"type":"boolean","default":true},"textColor":{"type":"string","default":"#ffffff"},"backgroundColor":{"type":"string","default":"#667eea"},"fontSize":{"type":"number","default":15},"fontWeight":{"type":"string","default":"400"},"fontFamily":{"type":"string","default":""},"headingText":{"type":"string","default":"News:"}},"supports":{"html":false,"align":["wide","full"]},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}');br(iV.name)&&(0,d.registerBlockType)(iV,{icon:Nl,edit:function({attributes:e,setAttributes:t}){const{postType:a,selectedCategories:s,selectedPosts:o,selectAllCategories:n,speed:l,enableClick:r,textColor:c,backgroundColor:d,fontSize:p,fontWeight:g,fontFamily:u,headingText:f}=e,[w,x]=(0,En.useState)([]),[y,k]=(0,En.useState)(!1),C=(0,m.useSelect)((e=>{const{getPostTypes:t}=e(wp.coreData.store),a=t({per_page:-1});return a?.filter((e=>e.viewable))||[]}),[]),_=(0,m.useSelect)((e=>{if(!a)return[];const{getTaxonomies:t}=e(wp.coreData.store);return(t({per_page:-1})||[]).filter((e=>e.types.includes(a)&&e.visibility.publicly_queryable))}),[a]),M=(0,m.useSelect)((e=>{if(!a||0===_.length)return[];const{getEntityRecords:t}=e(wp.coreData.store);return t("taxonomy",_[0].slug,{per_page:-1})||[]}),[a,_]),{posts:z,isResolving:j}=(0,m.useSelect)((e=>{if(!a)return{posts:[],isResolving:!1};const{getEntityRecords:t,isResolving:o}=e(wp.coreData.store),n={per_page:-1,status:"publish",orderby:"date",order:"desc"};return s.length>0&&_.length>0&&(n[_[0].rest_base]=s),{posts:t("postType",a,n)||[],isResolving:o("getEntityRecords",["postType",a,n])}}),[a,s,_]);(0,En.useEffect)((()=>{j?k(!0):(x(z),k(!1))}),[z,j]);const L=n&&s.length>0?w:w.filter((e=>o.includes(e.id))),S=C.map((e=>({label:e.name,value:e.slug}))),$=[{name:(0,v.__)("Small","b-blocks"),size:12,slug:"small"},{name:(0,v.__)("Normal","b-blocks"),size:15,slug:"normal"},{name:(0,v.__)("Medium","b-blocks"),size:18,slug:"medium"},{name:(0,v.__)("Large","b-blocks"),size:22,slug:"large"},{name:(0,v.__)("Extra Large","b-blocks"),size:28,slug:"extra-large"}],H={backgroundColor:d,color:c,fontSize:p+"px",fontWeight:g,fontFamily:u||void 0},T="page"===a,B=M.length>0&&!T;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Ticker Settings","b-blocks"),children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Ticker Heading Text","b-blocks"),value:f,onChange:e=>t({headingText:e}),help:(0,v.__)("Customize the heading text that appears on the ticker label","b-blocks"),placeholder:(0,v.__)("News:","b-blocks")}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Post Type","b-blocks"),value:a,options:S,onChange:e=>{t({postType:e,selectedCategories:[],selectedPosts:[],selectAllCategories:!1})}}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Scrolling Speed","b-blocks"),value:l,onChange:e=>t({speed:e}),min:10,max:100,help:(0,v.__)("Lower values are slower, higher values are faster","b-blocks")}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Click to Post","b-blocks"),checked:r,onChange:e=>t({enableClick:e}),help:(0,v.__)("Allow users to click on ticker items to visit the post","b-blocks")})]}),(0,i.jsx)(h.PanelColorSettings,{title:(0,v.__)("Color Settings","b-blocks"),colorSettings:[{value:c,onChange:e=>t({textColor:e||"#ffffff"}),label:(0,v.__)("Text Color","b-blocks")},{value:d,onChange:e=>t({backgroundColor:e||"#667eea"}),label:(0,v.__)("Background Color","b-blocks")}]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Typography","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.FontSizePicker,{fontSizes:$,value:p,onChange:e=>t({fontSize:e||15})}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Font Weight","b-blocks"),value:g,options:[{label:(0,v.__)("Thin (100)","b-blocks"),value:"100"},{label:(0,v.__)("Extra Light (200)","b-blocks"),value:"200"},{label:(0,v.__)("Light (300)","b-blocks"),value:"300"},{label:(0,v.__)("Normal (400)","b-blocks"),value:"400"},{label:(0,v.__)("Medium (500)","b-blocks"),value:"500"},{label:(0,v.__)("Semi Bold (600)","b-blocks"),value:"600"},{label:(0,v.__)("Bold (700)","b-blocks"),value:"700"},{label:(0,v.__)("Extra Bold (800)","b-blocks"),value:"800"},{label:(0,v.__)("Black (900)","b-blocks"),value:"900"}],onChange:e=>t({fontWeight:e})}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Font Family","b-blocks"),value:u,options:[{label:(0,v.__)("Default","b-blocks"),value:""},{label:"Arial",value:"Arial, sans-serif"},{label:"Helvetica",value:"Helvetica, sans-serif"},{label:"Georgia",value:"Georgia, serif"},{label:"Times New Roman",value:'"Times New Roman", serif'},{label:"Courier New",value:'"Courier New", monospace'},{label:"Verdana",value:"Verdana, sans-serif"},{label:"Trebuchet MS",value:'"Trebuchet MS", sans-serif'}],onChange:e=>t({fontFamily:e})})]}),B&&(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Filter by Category","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Select all entry of the following Category","b-blocks"),checked:n,onChange:e=>{t({selectAllCategories:e,selectedPosts:e?[]:o})},help:n?(0,v.__)("All posts from selected categories will be shown. Individual post selection is disabled.","b-blocks"):(0,v.__)("Select categories to filter posts, then choose individual posts below.","b-blocks")}),(0,i.jsx)("div",{style:{maxHeight:"200px",overflowY:"auto",marginTop:"16px",paddingTop:"8px",borderTop:"1px solid #ddd"},children:M.map((e=>(0,i.jsx)(b.CheckboxControl,{label:e.name,checked:s.includes(e.id),onChange:()=>(e=>{const a=s.includes(e)?s.filter((t=>t!==e)):[...s,e];t({selectedCategories:a,selectedPosts:n?[]:o})})(e.id)},e.id)))})]}),!n&&(0,i.jsx)(b.PanelBody,{title:T?(0,v.__)("Select Pages","b-blocks"):(0,v.__)("Select Posts","b-blocks"),initialOpen:!0,children:y?(0,i.jsx)(b.Spinner,{}):0===w.length?(0,i.jsx)("p",{children:T?(0,v.__)("No pages found.","b-blocks"):(0,v.__)("No posts found for this post type and category selection.","b-blocks")}):(0,i.jsx)("div",{style:{maxHeight:"400px",overflowY:"auto"},children:w.map((e=>(0,i.jsx)(b.CheckboxControl,{label:e.title.rendered||(0,v.__)("(no title)","b-blocks"),checked:o.includes(e.id),onChange:()=>(e=>{const a=o.includes(e)?o.filter((t=>t!==e)):[...o,e];t({selectedPosts:a})})(e.id)},e.id)))})}),n&&s.length>0&&(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Preview","b-blocks"),initialOpen:!1,children:(0,i.jsxs)("p",{className:"components-base-control__help",children:[(0,v.__)("All posts from the selected categories will be displayed in the ticker.","b-blocks")," ",w.length>0&&(0,i.jsxs)("strong",{children:[w.length," ",1===w.length?(0,v.__)("post found","b-blocks"):(0,v.__)("posts found","b-blocks")]})]})})]}),(0,i.jsx)("div",{...(0,h.useBlockProps)({style:H}),children:0===L.length?(0,i.jsx)(b.Placeholder,{icon:"slides",label:(0,v.__)("News Ticker","b-blocks"),instructions:T?(0,v.__)("Select pages from the sidebar to display in the ticker.","b-blocks"):n?(0,v.__)("Select categories from the sidebar to display all posts in the ticker.","b-blocks"):(0,v.__)("Select posts from the sidebar to display in the ticker.","b-blocks")}):(0,i.jsxs)("div",{className:"news-ticker-wrapper",children:[(0,i.jsx)("div",{className:"news-ticker-label",style:{backgroundColor:"rgba(0, 0, 0, 0.2)",color:c},children:f||(0,v.__)("News:","b-blocks")}),(0,i.jsx)("div",{className:"news-ticker-content",children:(0,i.jsx)("div",{className:"news-ticker-items",children:L.map((e=>(0,i.jsx)("span",{className:"news-ticker-item",style:{color:c,fontSize:p+"px",fontWeight:g,fontFamily:u||void 0},children:e.title.rendered||(0,v.__)("(no title)","b-blocks")},e.id)))})})]})})]})}});const lV=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/off-canvas","title":"Off-Canvas Drawer","description":"A slide-in drawer panel triggered by a button. Compose any blocks inside. Accessible focus trap, Escape to close, backdrop dismissal, and reduced-motion aware.","category":"bBlocks","keywords":["off-canvas","drawer","side panel","mobile menu","slide-in"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"trigger":{"type":"object","default":{"label":"Open Menu","showIcon":true,"iconPosition":"left","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path fill=\'currentColor\' d=\'M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z\' /></svg>","iconStyle":{"color":"","size":{"desktop":"18px","tablet":"","mobile":""},"gap":"8px"},"align":"left","typo":{"fontSize":{"desktop":"15px","tablet":null,"mobile":null}},"transition":200,"normal":{"bg":{"type":"solid","color":"#1e1e1e"},"color":"#ffffff","border":{},"padding":{"desktop":{"top":"10px","right":"18px","bottom":"10px","left":"18px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"borderRadius":{"desktop":{"top":"4px","right":"4px","bottom":"4px","left":"4px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"hover":{"bg":{},"color":"","border":{},"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"borderRadius":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}}},"drawer":{"type":"object","default":{"side":"left","width":{"desktop":"320px","tablet":"","mobile":"85vw"},"height":{"desktop":"","tablet":"","mobile":""},"bg":{"type":"solid","color":"#ffffff"},"padding":{"desktop":{"top":"24px","right":"24px","bottom":"24px","left":"24px"},"tablet":{},"mobile":{}},"border":{},"borderRadius":{"desktop":{},"tablet":{},"mobile":{}}}},"overlay":{"type":"object","default":{"show":true,"color":"rgba(0,0,0,0.5)"}},"options":{"type":"object","default":{"closeLabel":"Close","triggerEvent":"click"}},"transition":{"type":"object","default":{"type":"default","duration":400,"easing":"ease"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),rV=(e,t)=>"string"==typeof e?e:e?.[t]||"mobile"===t&&e?.tablet||e?.desktop,cV=({attributes:a,id:s,isBackend:o=!1})=>{const{trigger:n={},drawer:l={},overlay:r={},transition:c={}}=a,d=`#${s}`,h=`${d} .b-blocks-off-canvas-trigger`,p=`${d} .b-blocks-off-canvas-icon`,g=`${d} .b-blocks-off-canvas-panel, ${d} .b-blocks-off-canvas-editor-preview`,u=`${d} .b-blocks-off-canvas-overlay`,m=n.iconStyle||{},v=(e,t,a)=>qn(e,ti(t?.[a])),b=!1===r.show?"transparent":r.color||"rgba(0,0,0,0.5)",f=e=>`\n\t\t${d}{\n\t\t\t${qn("text-align",n.align)}\n\t\t\t--b-blocks-off-canvas-duration: ${parseInt(c.duration,10)||0}ms;\n\t\t\t--b-blocks-off-canvas-easing: ${c.easing||"ease"};\n\t\t\t${qn("--b-blocks-off-canvas-width",rV(l.width,e))}\n\t\t}\n\t\t${h}{\n\t\t\t${v("padding",n.normal?.padding,e)}\n\t\t\t${v("border-radius",n.normal?.borderRadius,e)}\n\t\t}\n\t\t${h}:hover{\n\t\t\t${v("padding",n.hover?.padding,e)}\n\t\t\t${v("border-radius",n.hover?.borderRadius,e)}\n\t\t}\n\t\t${p}{\n\t\t\t${qn("width",rV(m.size,e))}\n\t\t\t${qn("height",rV(m.size,e))}\n\t\t}\n\t\t${g}{\n\t\t\t${v("padding",l.padding,e)}\n\t\t\t${v("border-radius",l.borderRadius,e)}\n\t\t\t${rV(l.height,e)?`${qn("height",rV(l.height,e))} bottom: auto;`:""}\n\t\t}\n\t`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",n.typo).googleFontLink}\n\n\t\t\t${d}{\n\t\t\t\t--b-blocks-off-canvas-overlay: ${b};\n\t\t\t}\n\n\t\t\t${p}{\n\t\t\t\t${qn("color",m.color)}\n\t\t\t}\n\t\t\t${p} svg{\n\t\t\t\t${qn("fill",m.color)}\n\t\t\t}\n\n\t\t\t${h}{\n\t\t\t\t${qn("gap",m.gap)}\n\t\t\t\t${Wn(n.normal?.bg)}\n\t\t\t\t${qn("color",n.normal?.color)}\n\t\t\t\t${Un(n.normal?.border)}\n\t\t\t\ttransition: all ${parseInt(n.transition,10)||0}ms ease;\n\t\t\t}\n\t\t\t${h}:hover{\n\t\t\t\t${Wn(n.hover?.bg)}\n\t\t\t\t${qn("color",n.hover?.color)}\n\t\t\t\t${Un(n.hover?.border)}\n\t\t\t}\n\t\t\t${ei(h,n.typo).styles}\n\n\t\t\t${g}{\n\t\t\t\t${Wn(l.bg)}\n\t\t\t\t${Un(l.border)}\n\t\t\t}\n\n\t\t\t${u}.is-open{\n\t\t\t\t${qn("background-color",b)}\n\t\t\t}\n\n\t\t\t${o?`${d} .b-blocks-off-canvas-editor-preview{ ${qn("width",rV(l.width,"desktop"))} max-width: 100%; }`:""}\n\n\t\t\t${f("desktop")}\n\t\t\t${e}{ ${f("tablet")} }\n\t\t\t${t}{ ${f("mobile")} }\n\n\t\t\t@media (prefers-reduced-motion: reduce){ ${d}{ --b-blocks-off-canvas-duration: 0ms; } }\n\t\t\t`}})},dV=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"},{label:"vw",value:"vw"}],hV={top:"",right:"",bottom:"",left:""},pV=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],gV=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],uV=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],mV=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Slide","b-blocks"),value:"slide"},{label:(0,v.__)("Fade","b-blocks"),value:"fade"},{label:(0,v.__)("Push","b-blocks"),value:"push"},{label:(0,v.__)("Reveal","b-blocks"),value:"reveal"},{label:(0,v.__)("Zoom","b-blocks"),value:"zoom"},{label:(0,v.__)("Flip","b-blocks"),value:"flip"},{label:(0,v.__)("Bounce","b-blocks"),value:"bounce"}],vV=[{label:(0,v.__)("Click","b-blocks"),value:"click"},{label:(0,v.__)("Hover","b-blocks"),value:"hover"},{label:(0,v.__)("Page Load","b-blocks"),value:"load"}],bV=[{label:(0,v.__)("Ease","b-blocks"),value:"ease"},{label:(0,v.__)("Ease In","b-blocks"),value:"ease-in"},{label:(0,v.__)("Ease Out","b-blocks"),value:"ease-out"},{label:(0,v.__)("Ease In Out","b-blocks"),value:"ease-in-out"},{label:(0,v.__)("Linear","b-blocks"),value:"linear"}],fV=({drawer:e={},overlay:t={},updateObj:a,device:s="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Drawer","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Drawer Side","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:e.side||"left",onChange:e=>a("drawer",e,"side"),children:gV.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Drawer Width","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.width?.[s],units:dV,onChange:e=>a("drawer",e,"width",s),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Drawer Height","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:e.height?.[s],units:dV,onChange:e=>a("drawer",e,"height",s),placeholder:(0,v.__)("Full","b-blocks"),__next40pxDefaultSize:!0})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Overlay","b-blocks"),checked:!1!==t.show,onChange:e=>a("overlay",!!e,"show")})]}),wV=({trigger:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Trigger Button","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Trigger Label","b-blocks"),value:e.label||"",onChange:e=>t("trigger",e,"label"),placeholder:(0,v.__)("Open Menu","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Trigger Icon","b-blocks"),checked:e.showIcon,onChange:e=>t("trigger",e,"showIcon")}),!1!==e.showIcon&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Pa,{label:(0,v.__)("Icon","b-blocks"),value:e.icon,onChange:e=>t("trigger",e,"icon")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Icon Position","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:e.iconPosition,onChange:e=>t("trigger",e,"iconPosition"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Left","b-blocks"),value:"left"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Right","b-blocks"),value:"right"})]})]})]}),(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Trigger Alignment","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:e.align,onChange:e=>t("trigger",e,"align"),children:uV.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]}),xV=({transition:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Transition","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Transition Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:e.type||"default",options:mV,onChange:e=>t("transition",e,"type"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Duration (ms)","b-blocks"),value:e.duration,onChange:e=>t("transition",e,"duration"),min:0,max:2e3,step:50,__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Easing:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:e.easing||"ease",options:bV,onChange:e=>t("transition",e,"easing"),__nextHasNoMarginBottom:!0})]})]}),yV=({options:e={},updateObj:t})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Behavior","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{children:(0,v.__)("Trigger Event","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:e.triggerEvent||"click",onChange:e=>t("options",e||"click","triggerEvent"),children:vV.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Close Button Label","b-blocks"),help:(0,v.__)("Used as the close button’s screen-reader label.","b-blocks"),value:e.closeLabel||"",onChange:e=>t("options",e,"closeLabel"),placeholder:(0,v.__)("Close","b-blocks"),__nextHasNoMarginBottom:!0})]}),kV=({attributes:e,updateObj:t,device:a="desktop"})=>{const{trigger:s={},drawer:o={},overlay:n={},options:l={},transition:r={}}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(fV,{drawer:o,overlay:n,updateObj:t,device:a}),(0,i.jsx)(wV,{trigger:s,updateObj:t}),(0,i.jsx)(xV,{transition:r,updateObj:t}),(0,i.jsx)(yV,{options:l,updateObj:t})]})},CV=({trigger:e={},updateObj:t,device:a="desktop"})=>{const[s,o]=(0,g.useState)("normal"),n="hover"===s,l=e[s]||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Trigger Button","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:e.typo,onChange:e=>t("trigger",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"mt10 flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:s,onChange:e=>o(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Normal","b-blocks"),value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:(0,v.__)("Hover","b-blocks"),value:"hover"})]}),(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background","b-blocks"),value:l.bg,onChange:e=>t("trigger",e,s,"bg")}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Text / Icon Color:","b-blocks"),value:l.color,onChange:e=>t("trigger",e,s,"color"),defaultColor:n?"":"#ffffff"}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:l.border,onChange:e=>t("trigger",e,s,"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:dV,values:l.padding?.[a],resetValues:hV,onChange:e=>t("trigger",e,s,"padding",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:dV,values:l.borderRadius?.[a],resetValues:hV,onChange:e=>t("trigger",e,s,"borderRadius",a)}),"hover"===s&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition (ms)","b-blocks"),value:e.transition,onChange:e=>t("trigger",e,"transition"),min:0,max:2e3,step:50,help:(0,v.__)("Hover animation speed.","b-blocks"),__nextHasNoMarginBottom:!0})]})},_V=({trigger:e={},updateObj:t,device:a="desktop"})=>{const s=e.iconStyle||{};return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Trigger Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon Color:","b-blocks"),value:s.color,onChange:e=>t("trigger",e,"iconStyle","color")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,i.jsxs)(b.Flex,{justify:"flex-start",gap:0,children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s.size?.[a],units:dV,onChange:e=>t("trigger",e,"iconStyle","size",a),__next40pxDefaultSize:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Icon / Label Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:s.gap,units:dV,onChange:e=>t("trigger",e,"iconStyle","gap"),__next40pxDefaultSize:!0})]})]})},MV=({drawer:e={},updateObj:t,device:a="desktop"})=>(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Drawer Panel","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:e.bg,onChange:e=>t("drawer",e,"bg")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:dV,values:e.padding?.[a],resetValues:hV,onChange:e=>t("drawer",e,"padding",a)}),(0,i.jsx)(b.BorderControl,{label:(0,v.__)("Border","b-blocks"),value:e.border,onChange:e=>t("drawer",e||{},"border"),withSlider:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{justify:"flex-start",children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:dV,values:e.borderRadius?.[a],resetValues:hV,onChange:e=>t("drawer",e,"borderRadius",a)})]}),zV=({overlay:e={},updateObj:t})=>!1===e.show?null:(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Overlay","b-blocks"),initialOpen:!1,children:(0,i.jsx)(De,{label:(0,v.__)("Overlay Color:","b-blocks"),value:e.color,onChange:e=>t("overlay",e,"color"),defaultColor:"rgba(0,0,0,0.5)"})}),jV=({attributes:e,updateObj:t,device:a="desktop"})=>{const{trigger:s={},drawer:o={},overlay:n={}}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(CV,{trigger:s,updateObj:t,device:a}),!1!==s.showIcon&&(0,i.jsx)(_V,{trigger:s,updateObj:t,device:a}),(0,i.jsx)(MV,{drawer:o,updateObj:t,device:a}),(0,i.jsx)(zV,{overlay:n,updateObj:t})]})},LV=e=>(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:pV,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(kV,{...e}),"style"===t.name&&(0,i.jsx)(jV,{...e})]})})]}),SV=(0,m.withSelect)(((e,{clientId:t})=>{const{getDeviceType:a}=e("core/editor"),{getBlocks:s}=e("core/block-editor");return{device:a()?.toLowerCase(),innerBlocks:s(t)}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,innerBlocks:o}=e,{trigger:n={},drawer:l={},options:r={}}=t,c="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,d=me(t,a),p=(0,h.useBlockProps)({id:`block-${s}`});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(LV,{...e,updateObj:d,isPremium:c}),(0,i.jsxs)("div",{...p,children:[(0,i.jsx)(cV,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsxs)("button",{type:"button",className:"b-blocks-off-canvas-trigger","aria-disabled":"true",tabIndex:-1,children:[!1!==n.showIcon&&n.icon&&"right"!==n.iconPosition&&(0,i.jsx)("span",{className:"b-blocks-off-canvas-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:n.icon}}),n.label&&(0,i.jsx)("span",{className:"b-blocks-off-canvas-trigger-label",children:n.label}),!1!==n.showIcon&&n.icon&&"right"===n.iconPosition&&(0,i.jsx)("span",{className:"b-blocks-off-canvas-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:n.icon}})]}),(0,i.jsxs)("div",{className:"b-blocks-off-canvas-editor-preview-wrap","data-side":l.side,children:[(0,i.jsxs)("div",{className:"b-blocks-off-canvas-editor-preview-header",children:[(0,i.jsx)("span",{className:"b-blocks-off-canvas-editor-preview-label",children:(0,v.__)("Drawer content (editor preview)","b-blocks")}),(0,i.jsx)("span",{className:"b-blocks-off-canvas-editor-preview-hint",children:(0,v.__)("Hidden until the trigger is clicked on the frontend.","b-blocks")})]}),(0,i.jsxs)("div",{className:"b-blocks-off-canvas-editor-preview",children:[(0,i.jsx)("button",{type:"button",className:"b-blocks-off-canvas-editor-close","aria-label":r.closeLabel,tabIndex:-1,children:(0,i.jsx)("span",{"aria-hidden":"true",children:"×"})}),(0,i.jsx)("div",{className:"b-blocks-off-canvas-editor-content bBlocksOffCanvasInnerBlocksContent",children:(0,i.jsx)(h.InnerBlocks,{renderAppender:()=>o?.length?(0,i.jsx)(h.InnerBlocks.DefaultBlockAppender,{}):(0,i.jsx)(h.InnerBlocks.ButtonBlockAppender,{})})})]})]})]})]})}));br(lV.name)&&(0,d.registerBlockType)(lV,{icon:Ql,edit:SV,save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const $V=JSON.parse('{"apiVersion":3,"name":"b-blocks/posts","title":"Posts","description":"Display blog posts.","category":"bBlocks","keywords":["Show Posts","Blog Posts","Category Posts"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"layout":{"type":"string","default":"grid"},"subLayout":{"type":"string","default":"default"},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"number","default":15},"rowGap":{"type":"number","default":15},"isContentEqualHight":{"type":"boolean","default":true},"sliderHeight":{"type":"string","default":"350px"},"content":{"type":"object","default":{"height":"auto"}},"postType":{"type":"string","default":"post"},"selectedTaxonomies":{"type":"object","default":{}},"selectedCategories":{"type":"array","default":[]},"selectedTags":{"type":"array","default":[]},"isPostsPerPageAll":{"type":"boolean","default":false},"postsPerPage":{"type":"number","default":12},"postsOrderBy":{"type":"string","default":"date"},"postsOrder":{"type":"string","default":"desc"},"postsOffset":{"type":"number","default":0},"postsInclude":{"type":"array","default":[]},"postsExclude":{"type":"array","default":[]},"isExcludeCurrent":{"type":"boolean","default":false},"isPagination":{"type":"boolean","default":false},"paginationCurrentPage":{"type":"number","default":1},"paginationPrevLabel":{"type":"string","default":"Prev"},"paginationNextLabel":{"type":"string","default":"Next"},"paginationColors":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"paginationHovColors":{"type":"object","default":{"color":"#fff","bg":"#070127"}},"paginationPadding":{"type":"object","default":{"vertical":"8px","horizontal":"15px"}},"paginationSpacing":{"type":"string","default":"15px"},"contentAlign":{"type":"string","default":"left"},"contentBG":{"type":"object","default":{"color":""}},"contentPadding":{"type":"object","default":{"vertical":"20px","horizontal":"25px"}},"border":{"type":"object","default":{"width":"1px","color":"#0c0d3c1a","radius":"5px"}},"sliderIsLoop":{"type":"boolean","default":true},"sliderIsTouchMove":{"type":"boolean","default":false},"sliderIsAutoplay":{"type":"boolean","default":true},"sliderAutoplayOptions":{"type":"object","default":{"delay":1.5}},"sliderSpeed":{"type":"number","default":1.5},"sliderEffect":{"type":"string","default":"slide"},"sliderIsPage":{"type":"boolean","default":true},"sliderIsPageClickable":{"type":"boolean","default":true},"sliderIsPageDynamic":{"type":"boolean","default":true},"sliderPageColor":{"type":"string","default":"#146EF5"},"sliderPageWidth":{"type":"string","default":"15px"},"sliderPageHeight":{"type":"string","default":"15px"},"sliderPageBorder":{"type":"object","default":{"radius":"50%"}},"sliderIsPrevNext":{"type":"boolean","default":true},"sliderPrevNextColor":{"type":"string","default":"#146EF5"},"tickerDirection":{"type":"string","default":"up"},"tickerSpeed":{"type":"string","default":"slow"},"tickerInterval":{"type":"number","default":2000},"tickerHeight":{"type":"string","default":"0px"},"tickerVisible":{"type":"number","default":3},"tickerIsMousePause":{"type":"boolean","default":true},"elementsSort":{"type":"array","default":["title","meta"]},"isFImg":{"type":"boolean","default":true},"fImgSize":{"type":"string","default":"full"},"fImgFitting":{"type":"string","default":"cover"},"isFImgLink":{"type":"boolean","default":false},"isTitle":{"type":"boolean","default":true},"isTitleLink":{"type":"boolean","default":true},"titleTypo":{"type":"object","default":{"fontFamily":"Roboto","fontSize":{"desktop":"25px","tablet":"22px","mobile":"20px"},"googleFontLink":"https://fonts.googleapis.com/css2?family=Roboto&display=swap"}},"titleColor":{"type":"string","default":""},"titleMargin":{"type":"object","default":{"side":4,"bottom":"15px"}},"isMeta":{"type":"boolean","default":true},"isMetaAuthor":{"type":"boolean","default":true},"isMetaAuthorLink":{"type":"boolean","default":true},"metaAuthorIcon":{"type":"string","default":""},"isMetaDate":{"type":"boolean","default":true},"metaDateFormat":{"type":"string","default":"M j, Y"},"metaDateIcon":{"type":"string","default":""},"isMetaCategory":{"type":"boolean","default":true},"metaCategoryIn":{"type":"string","default":"content"},"metaCategoryIcon":{"type":"string","default":""},"metaTaxonomies":{"type":"object","default":{"selected":[]}},"isMetaReadTime":{"type":"boolean","default":false},"metaReadTimeIcon":{"type":"string","default":""},"isMetaReadTimeSec":{"type":"boolean","default":false},"metaReadTimeLabel":{"type":"string","default":"Min read"},"isMetaComment":{"type":"boolean","default":false},"metaCommentIcon":{"type":"string","default":""},"metaTypo":{"type":"object","default":{"fontSize":{"desktop":"13px"},"textTransform":"uppercase"}},"metaTextColor":{"type":"string","default":""},"metaLinkColor":{"type":"string","default":"#146EF5"},"metaIconColor":{"type":"string","default":""},"metaColorsOnImage":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"metaMargin":{"type":"object","default":{"side":4,"bottom":"15px"}},"isExcerpt":{"type":"boolean","default":true},"isExcerptFromContent":{"type":"boolean","default":false},"isEllipsisOnExcerpt":{"type":"boolean","default":false},"excerptLength":{"type":"number","default":25},"excerptAlign":{"type":"string","default":"justify"},"excerptTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"excerptColor":{"type":"string","default":""},"excerptMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isReadMore":{"type":"boolean","default":true},"readMorePosition":{"type":"string","default":"auto"},"readMoreLabel":{"type":"string","default":"Read More"},"isLinkNewTab":{"type":"boolean","default":false},"readMoreAlign":{"type":"string","default":"left"},"readMoreTypo":{"type":"object","default":{"fontSize":{"desktop":"14px"},"textTransform":"uppercase","fontWeight":600}},"readMoreColors":{"type":"object","default":{"color":"#fff","bg":"#146EF5"}},"readMoreHovColors":{"type":"object","default":{"color":"#fff","bg":"#FF7A00"}},"readMorePadding":{"type":"object","default":{"vertical":"12px","horizontal":"35px"}},"readMoreBorder":{"type":"object","default":{"radius":"3px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":["file:./view.css","dashicons"],"render":"file:./render.php","viewScript":["file:./view.js","wp-util"]}'),HV=(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 271.673 271.673",children:[(0,i.jsx)("path",{d:"M114.939,0H10.449C4.678,0,0,4.678,0,10.449v104.49c0,5.771,4.678,10.449,10.449,10.449h104.49 c5.771,0,10.449-4.678,10.449-10.449V10.449C125.388,4.678,120.71,0,114.939,0z"}),(0,i.jsx)("path",{d:"M261.224,0h-104.49c-5.771,0-10.449,4.678-10.449,10.449v104.49c0,5.771,4.678,10.449,10.449,10.449h104.49 c5.771,0,10.449-4.678,10.449-10.449V10.449C271.673,4.678,266.995,0,261.224,0z"}),(0,i.jsx)("path",{d:"M114.939,146.286H10.449C4.678,146.286,0,150.964,0,156.735v104.49c0,5.771,4.678,10.449,10.449,10.449h104.49 c5.771,0,10.449-4.678,10.449-10.449v-104.49C125.388,150.964,120.71,146.286,114.939,146.286z"}),(0,i.jsx)("path",{d:"M261.224,146.286h-104.49c-5.771,0-10.449,4.678-10.449,10.449v104.49c0,5.771,4.678,10.449,10.449,10.449h104.49 c5.771,0,10.449-4.678,10.449-10.449v-104.49C271.673,150.964,266.995,146.286,261.224,146.286z"})]}),TV=(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 500 500",children:[(0,i.jsx)("path",{d:"M0 0L220 0L220 500L0 500L0 0Z"}),(0,i.jsx)("path",{d:"M280 280L500 280L500 500L280 500L280 280Z"}),(0,i.jsx)("path",{d:"M280 0L370 0L370 220L280 220L280 0Z"}),(0,i.jsx)("path",{d:"M410 0L500 0L500 220L410 220L410 0Z"})]}),BV=(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 48 48",children:[(0,i.jsx)("rect",{height:"29.498",width:"21.07",y:"-0.033"}),(0,i.jsx)("rect",{height:"29.498",width:"21.07",x:"26.93",y:"18.535"}),(0,i.jsx)("rect",{height:"13.695",width:"21.07",x:"26.93",y:"-0.033"}),(0,i.jsx)("rect",{height:"13.695",width:"21.07",y:"34.338"})]}),AV=(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",children:[(0,i.jsx)("circle",{cx:"7",cy:"18",r:"1"}),(0,i.jsx)("path",{d:"m7.707 12.293c.391.391.391 1.023 0 1.414-.195.195-.451.293-.707.293s-.512-.098-.707-.293l-3-3c-.391-.391-.391-1.023 0-1.414l3-3c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414l-2.293 2.293z"}),(0,i.jsx)("circle",{cx:"12",cy:"18",r:"1"}),(0,i.jsx)("circle",{cx:"17",cy:"18",r:"1"}),(0,i.jsx)("path",{d:"m20.707 10.707-3 3c-.195.195-.451.293-.707.293s-.512-.098-.707-.293c-.391-.391-.391-1.023 0-1.414l2.293-2.293-2.293-2.293c-.391-.391-.391-1.023 0-1.414s1.023-.391 1.414 0l3 3c.391.391.391 1.023 0 1.414z"}),(0,i.jsx)("path",{d:"m21 24h-18c-1.654 0-3-1.346-3-3v-18c0-1.654 1.346-3 3-3h18c1.654 0 3 1.346 3 3v18c0 1.654-1.346 3-3 3zm-18-22c-.552 0-1 .449-1 1v18c0 .551.448 1 1 1h18c.552 0 1-.449 1-1v-18c0-.551-.448-1-1-1z"})]}),VV=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 512 512",style:{transform:"rotate(90deg)"},children:(0,i.jsx)("path",{d:"M0,45.3v421.4h512V45.3H0z M482.1,436.8H29.9V76h452.1V436.8z M140.2,327.3l-70.9-70.9l70.9-70.9l21.3,21.3 l-49.6,49.6l49.6,49.6L140.2,327.3z M350.5,306l49.6-49.6l-49.6-49.6l21.3-21.3l70.9,70.9l-70.9,70.9L350.5,306z"})}),NV=[{label:(0,v.__)("Grid","b-blocks"),value:"grid",icon:HV},{label:(0,v.__)("Grid 1","b-blocks"),value:"grid1",icon:TV},{label:(0,v.__)("Masonry","b-blocks"),value:"masonry",icon:BV},{label:(0,v.__)("Slider","b-blocks"),value:"slider",icon:AV},{label:(0,v.__)("Ticker","b-blocks"),value:"ticker",icon:VV}],PV=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Title Meta","b-blocks"),value:"title-meta"},{label:(0,v.__)("Left Image","b-blocks"),value:"left-image"},{label:(0,v.__)("Right Image","b-blocks"),value:"right-image"},{label:(0,v.__)("Overlay Content","b-blocks"),value:"overlay-content"},{label:(0,v.__)("Overlay Content Hover","b-blocks"),value:"overlay-content-hover"},{label:(0,v.__)("Overlay Box","b-blocks"),value:"overlay-box"},{label:(0,v.__)("Overlay Content Box","b-blocks"),value:"overlay-content-box"},{label:(0,v.__)("Overlay Half Content","b-blocks"),value:"overlay-half-content"}],EV=[{label:(0,v.__)("Auto","b-blocks"),value:"auto"},{label:(0,v.__)("Fill Available Space","b-blocks"),value:"fill"}],IV=[{label:(0,v.__)("Content","b-blocks"),value:"content"},{label:(0,v.__)("Image","b-blocks"),value:"image"}],OV=[{label:(0,v.__)("Slide","b-blocks"),value:"slide"},{label:(0,v.__)("Fade","b-blocks"),value:"fade"},{label:(0,v.__)("Creative","b-blocks"),value:"creative"}],RV=[{label:(0,v.__)("Up","b-blocks"),value:"up"},{label:(0,v.__)("Down","b-blocks"),value:"down"}],DV=[{label:(0,v.__)("Author","b-blocks"),value:"author"},{label:(0,v.__)("Title","b-blocks"),value:"title"},{label:(0,v.__)("Date","b-blocks"),value:"date"},{label:(0,v.__)("Last Modified","b-blocks"),value:"modified"}],FV=[{label:(0,v.__)("Ascending","b-blocks"),value:"asc"},{label:(0,v.__)("Descending","b-blocks"),value:"desc"}],qV=[{label:(0,v.__)("Cover","b-blocks"),value:"cover"},{label:(0,v.__)("Contain","b-blocks"),value:"contain"}],WV=((0,v.__)("Left","b-blocks"),(0,v.__)("Center","b-blocks"),(0,v.__)("Right","b-blocks"),(0,v.__)("Justify","b-blocks"),[{label:(0,v.__)("01/15/2022","b-blocks"),value:"m/d/Y"},{label:(0,v.__)("15/01/2022","b-blocks"),value:"d/m/Y"},{label:(0,v.__)("January 15, 2022","b-blocks"),value:"F d, Y"},{label:(0,v.__)("Jan 15, 2022","b-blocks"),value:"M d, Y"},{label:(0,v.__)("15th Jan, 2022","b-blocks"),value:"dS M, Y"},{label:(0,v.__)("15th January, 2022","b-blocks"),value:"dS F, Y"},{label:(0,v.__)("Custom","b-blocks"),value:"custom"}]),UV=[{label:(0,v.__)("Auto","b-blocks"),value:"auto"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"}],GV=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"elements",title:(0,v.__)("Elements","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],YV=e=>e?.trim().split(",").map((e=>e?parseInt(e):e)),ZV=e=>e?.filter((e=>e&&!isNaN(e))),KV=e=>e?(e?.replace(/(<([^>]+)>)/gi,"").split(/\s+/)||[]).length:0,QV=e=>(0,i.jsx)("span",{dangerouslySetInnerHTML:{__html:e}}),XV=({[a]:e,...t},a)=>t,JV=(e,t)=>e?.map((e=>e.id))?.filter((e=>-1!==t.indexOf(e))),eN=(...e)=>e.reduce(((e,t)=>("string"==typeof t?e.push(t):"object"==typeof t&&Object.entries(t).forEach((([t,a])=>{a&&e.push(t)})),e)),[]).join(" "),tN=(e=[],t)=>{switch(t){case"true":return e?.filter((e=>e.password));case"false":return e?.filter((e=>!e.password));default:return e}},aN=({attributes:e,setAttributes:t,premiumProps:a})=>{const{tickerDirection:s,tickerSpeed:o,tickerInterval:n,tickerHeight:l,tickerVisible:r,tickerIsMousePause:c}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Ticker Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Direction:","b-blocks"),value:s,onChange:e=>t({tickerDirection:e}),options:RV,...a,Component:ga}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Speed:","b-blocks"),value:o,onChange:e=>t({tickerSpeed:e}),...a,Component:b.TextControl}),(0,i.jsx)("small",{children:(0,v.__)("Values: slow, medium, fast or any value in milliseconds.","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Interval:","b-blocks"),labelPosition:"left",value:n,onChange:e=>t({tickerInterval:parseInt(e)}),...a,Component:b.__experimentalNumberControl}),(0,i.jsx)("small",{children:(0,v.__)("Values: time in milliseconds.","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:l,onChange:e=>t({tickerHeight:e}),units:[$e(),Te()],...a,Component:b.__experimentalUnitControl}),(0,i.jsx)("small",{children:(0,v.__)("Keep height 0, to auto height.","b-blocks")}),"0px"===l||"0em"===l?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Post Visible:","b-blocks"),value:r,onChange:e=>t({tickerVisible:e}),min:0,max:12,step:1,beforeIcon:"visibility",...a,Component:b.RangeControl}),(0,i.jsx)("small",{children:(0,v.__)("0 to display all","b-blocks")})]}):"",(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Ticker Mouse Pause","b-blocks"),checked:c,onChange:e=>t({tickerIsMousePause:e}),...a,Component:b.ToggleControl})]})},sN=({attributes:e,setAttributes:t})=>{const{sliderIsLoop:a,sliderIsTouchMove:s,sliderIsAutoplay:o,sliderAutoplayOptions:n,sliderSpeed:l,sliderEffect:r,sliderIsPage:c,sliderIsPageClickable:d,sliderIsPageDynamic:h,sliderIsPrevNext:p}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Loop","b-blocks"),checked:a,onChange:e=>t({sliderIsLoop:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Touch Move","b-blocks"),checked:s,onChange:e=>t({sliderIsTouchMove:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Autoplay","b-blocks"),checked:o,onChange:e=>t({sliderIsAutoplay:e})}),o&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Autoplay Delay (s):","content-slider-block")}),(0,i.jsx)(b.RangeControl,{value:n.delay,onChange:e=>t({sliderAutoplayOptions:{...n,delay:e}}),min:0,max:10,step:.05}),(0,i.jsx)("small",{children:(0,v.__)("Smaller delay value will be autoplay faster","content-slider-block")})]}),(0,i.jsx)(f,{children:(0,v.__)("Speed (s):","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:l,onChange:e=>t({sliderSpeed:e}),min:0,max:10,step:.05}),(0,i.jsx)("small",{children:(0,v.__)("Smaller speed & delay value will be slide faster","b-blocks")}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Effect:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:r,onChange:e=>t({sliderEffect:e}),options:OV})]}),(0,i.jsx)("small",{children:(0,v.__)("To work fade & creative effects properly, set single column per view","b-blocks")}),(0,i.jsx)(f,{children:(0,i.jsx)("strong",{children:(0,v.__)("Pagination:","b-blocks")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Pagination","b-blocks"),checked:c,onChange:e=>t({sliderIsPage:e})}),c&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Pagination Clickable","b-blocks"),checked:d,onChange:e=>t({sliderIsPageClickable:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Pagination Dynamic Bullets","b-blocks"),checked:h,onChange:e=>t({sliderIsPageDynamic:e})})]}),(0,i.jsx)(f,{children:(0,i.jsx)("strong",{children:(0,v.__)("Preview Next Button:","b-blocks")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Preview Next Button","b-blocks"),checked:p,onChange:e=>t({sliderIsPrevNext:e})})]})},oN=({attributes:e,setAttributes:t,premiumProps:s})=>{const{isPagination:o,paginationPrevLabel:n,paginationNextLabel:l,paginationColors:r,paginationHovColors:c,paginationPadding:d,paginationSpacing:h}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Pagination","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Show Pagination","b-blocks"),checked:o,onChange:e=>t({isPagination:e}),...s,Component:b.ToggleControl}),(0,i.jsx)("small",{children:(0,v.__)("Pagination will not work if, 'Show All Posts' is enable","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Previous Label:","b-blocks"),value:n,onChange:e=>t({paginationPrevLabel:e}),...s,Component:b.TextControl}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Next Label:","b-blocks"),value:l,onChange:e=>t({paginationNextLabel:e}),...s,Component:b.TextControl}),(0,i.jsx)(Nn,{label:(0,v.__)("Colors:","b-blocks"),value:r,onChange:e=>t({paginationColors:e}),defaults:{color:"#fff",bg:a},...s,Component:ka}),(0,i.jsx)(Nn,{label:(0,v.__)("Active & Hover Colors:","b-blocks"),value:c,onChange:e=>t({paginationHovColors:e}),defaults:{color:"#fff",bg:"#070127"},...s,Component:ka}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:d,onChange:e=>t({paginationPadding:e}),defaults:{vertical:"8px",horizontal:"15px"},...s,Component:Wc}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Space Between:","b-blocks"),labelPosition:"left",value:h,onChange:e=>t({paginationSpacing:e}),units:[$e(),Te()],...s,Component:b.__experimentalUnitControl})]})},nN=(0,m.withSelect)(((e,{attributes:t})=>{const{getPostTypes:a,getTaxonomies:s,getEntityRecords:o}=e("core"),{getDeviceType:n,getCurrentPostType:i,getCurrentPostId:l}=e("core/editor"),{postType:r}=t,c=s({per_page:-1});return{device:n()?.toLowerCase(),postTypes:a({per_page:-1})?.filter((e=>!["apb","attachment","nav_menu_item"].includes(e.slug)&&!e.slug.startsWith("wp_")))?.map((({name:e,slug:t})=>({label:e,value:t}))),currentPostType:i(),currentPostId:l(),allTaxonomies:"post"===r?c?.filter((e=>e.types.includes("post"))).filter((e=>"category"!==e.slug&&"post_tag"!==e.slug)):c?.filter((e=>e.types.includes(r))),getTaxonomy:e=>o("taxonomy",e,{per_page:-1})}}))((({attributes:e,setAttributes:t,premiumProps:s,postTypes:n,currentPostType:l,allTaxonomies:r,getTaxonomy:c,device:d})=>{const{layout:h,subLayout:p,columns:g,columnGap:u,rowGap:m,isContentEqualHight:w,sliderHeight:x,content:k,postType:C,selectedTaxonomies:_,selectedCategories:M,selectedTags:z,isPostsPerPageAll:j,postsPerPage:L,postsOrderBy:S,postsOrder:$,postsOffset:H,postsInclude:T,postsExclude:B,isExcludeCurrent:A}=e,V="grid"===h,N="grid1"===h,P="slider"===h,E="ticker"===h,I={attributes:e,setAttributes:t,premiumProps:s};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:"https://bplugins.com/docs/advanced-post-block"}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Layout:","b-blocks")}),(0,i.jsx)(Pn,{value:h,onChange:e=>{t({layout:e,subLayout:["slider","ticker"].includes(e)&&["default","title-meta"].includes(p)||"ticker"===e&&"overlay-half-content"===p?"left-image":p,columns:["slider","ticker"].includes(e)?{...g,desktop:2}:g})},options:NV,isTextIcon:!0,proValues:["grid1"],...s}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Sub Layout:","b-blocks")}),(0,i.jsx)(In,{value:p,onChange:e=>{t({subLayout:e}),"default"===e||"title-meta"===e||"left-image"===e||"right-image"===e?t({contentBG:{color:""},titleColor:a,metaCategoryIn:"image",metaTextColor:"",metaLinkColor:o,metaIconColor:a,excerptColor:""}):"overlay-content"===e||"overlay-content-hover"===e||"overlay-box"===e||"overlay-content-box"===e?t({contentBG:{color:"#000000b3"},titleColor:"#e7f0fe",metaCategoryIn:"content",metaTextColor:"#fff",metaLinkColor:"#b6d2fc",metaIconColor:"#e7f0fe",excerptColor:"#fff"}):"overlay-half-content"===e&&t({contentBG:{type:"gradient",gradient:"linear-gradient(0deg, #000000bf 0%, #0000 100%)"},titleColor:"#fff",metaCategoryIn:"content",metaTextColor:"#fff",metaLinkColor:"#b6d2fc",metaIconColor:"#e7f0fe",excerptColor:"#fff"}),t("left-image"===e||"right-image"===e?{columns:{...g,desktop:2}}:{columns:{...g,desktop:3}}),t("overlay-box"===e||"overlay-content-box"===e?{contentAlign:"center"}:{contentAlign:"left"})},options:N?PV.filter((e=>!["left-image","right-image"].includes(e.value))):P?PV.filter((e=>!["default","title-meta"].includes(e.value))):E?PV.filter((e=>!["overlay-half-content"].includes(e.value))):PV,proValues:["overlay-content-box","overlay-half-content"],...s})]}),(0,i.jsx)("small",{children:(0,v.__)("Some settings may change when sub layout will be changed.","b-blocks")}),!N&&!E&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:g[d],onChange:e=>{t({columns:{...g,[d]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"})]}),!E&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Column Gap:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:u,onChange:e=>t({columnGap:e}),min:0,max:100,step:1,beforeIcon:"arrow-right-alt"})]}),!P&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Row Gap:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:m,onChange:e=>t({rowGap:e}),min:0,max:150,step:1,beforeIcon:"arrow-down-alt"})]}),(V||N)&&(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Post Equal Height","b-blocks"),checked:w,onChange:e=>t({isContentEqualHight:e})}),P&&(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Slider Min Height:","b-blocks"),labelPosition:"left",value:x,onChange:e=>t({sliderHeight:e}),units:[$e(),Te(),Ve()]}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Content/Texts Height:","b-blocks"),labelPosition:"left",value:k?.height,onChange:e=>t({content:{...k,height:e}}),options:EV,...s,Component:b.SelectControl})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Posts Query","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Post Type:","b-blocks")}),(0,i.jsx)(In,{value:C,onChange:e=>t({postType:e,selectedTaxonomies:[]}),options:n,proValues:["page"],...s})]}),"post"===C&&c("category")?.length?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Select Categories:","b-blocks")}),(0,i.jsx)(un,{value:JV(c("category"),M).map((e=>e.toString())),onChange:e=>t({selectedCategories:e.map((e=>parseInt(e)))}),options:c("category").map((e=>({label:e.name,value:e.id.toString()})))})]}):null,"post"===C&&c("post_tag")?.length?(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Select Tags:","b-blocks"),value:JV(c("post_tag"),z).map((e=>e.toString())),onChange:e=>t({selectedTags:e.map((e=>parseInt(e)))}),options:c("post_tag").map((e=>({label:e.name,value:e.id.toString()}))),...s,Component:un})}):null,r?.length?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Select Taxonomies for filter:","b-blocks")}),r.map((e=>{const a=Object.keys(_).includes(e.slug);return(0,i.jsx)(Nn,{label:e.name,checked:a,onChange:a=>t({selectedTaxonomies:a?{..._,[e.slug]:[]}:XV(_,e.slug)}),...s,Component:b.CheckboxControl},e.slug)}))]}):null,r?.length&&Object.keys(_)?.length?Object.keys(_).map((e=>c(e)?.length?(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)(`Select ${r?.find((t=>t.slug===e))?.name}:`,"b-blocks"),value:JV(c(e),_[e]).map((e=>e.toString())),onChange:a=>t({selectedTaxonomies:{..._,[e]:a.map((e=>parseInt(e)))}}),options:c(e).map((e=>({label:e.name,value:e.id.toString()}))),...s,Component:un},e):null)):null,(0,i.jsx)(f,{children:(0,v.__)("Post Per Page:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:L,onChange:e=>t({postsPerPage:e,isPostsPerPageAll:-1===e}),min:-1,max:36,step:1}),(0,i.jsx)("small",{children:(0,v.__)("To show all posts set -1","b-blocks")}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Post Order By:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:S,onChange:e=>t({postsOrderBy:e}),options:DV})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Post Order:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:$,onChange:e=>t({postsOrder:e}),options:FV})]}),!j&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Post Offset:","b-blocks"),labelPosition:"left",value:H,onChange:e=>t({postsOffset:parseInt(e)}),min:0,...s,Component:b.__experimentalNumberControl}),(0,i.jsx)("small",{children:(0,v.__)("`Post Offset` will not work if `Post Per Page` is -1","b-blocks")})]}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Include Posts:","b-blocks"),value:T?.join(","),onChange:e=>t({postsInclude:YV(e)}),...s,Component:b.TextControl}),(0,i.jsx)("small",{children:(0,v.__)("Enter the posts id by coma separated Ex: `23,45,16`","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Exclude Posts:","b-blocks"),value:B?.join(","),onChange:e=>t({postsExclude:YV(e)}),...s,Component:b.TextControl}),(0,i.jsx)("small",{children:(0,v.__)("Enter the posts id by coma separated Ex: `23,45,16`","b-blocks")}),l===C&&(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Exclude Current Post","b-blocks"),checked:A,onChange:e=>t({isExcludeCurrent:e}),...s,Component:b.ToggleControl})]}),P||E||j?"":(0,i.jsx)(oN,{...I}),P&&(0,i.jsx)(sN,{...I}),E&&(0,i.jsx)(aN,{...I})]})})),iN=(0,m.withSelect)((e=>({imageSizes:e("core/block-editor")?.getSettings()?.imageSizes?.map((e=>({label:e.name,value:e.slug})))})))((({attributes:e,setAttributes:t,premiumProps:a,taxOfPostType:s,updateObj:o,imageSizes:n})=>{const{elementsSort:l,isFImg:r,fImgSize:c,fImgFitting:d,isFImgLink:h,isTitle:p,isTitleLink:u,isMeta:m,isMetaAuthor:w,isMetaAuthorLink:x,metaAuthorIcon:y,isMetaDate:k,metaDateFormat:C,metaDateIcon:_,isMetaCategory:M,metaCategoryIn:z,metaCategoryIcon:j,metaTaxonomies:L={},isMetaReadTime:S,metaReadTimeIcon:$,isMetaReadTimeSec:H,metaReadTimeLabel:T,isMetaComment:B,metaCommentIcon:A,isExcerpt:V,isExcerptFromContent:N,isEllipsisOnExcerpt:P,excerptLength:E,isReadMore:I,readMorePosition:O,readMoreLabel:R,isLinkNewTab:D}=e,[F,q]=(0,g.useState)(WV.find((e=>e.value===C))?.value||"custom");return(0,i.jsxs)(i.Fragment,{children:[p&&m&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements","b-blocks"),children:(0,i.jsx)(Nn,{label:(0,v.__)("Sort Element:"),value:l,onChange:e=>t({elementsSort:e}),...a,Component:fn})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Feature Image","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Feature Image","b-blocks"),checked:r,onChange:e=>t({isFImg:e})}),r&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Size:","b-blocks"),labelPosition:"left",value:c,onChange:e=>t({fImgSize:e}),options:n,...a,Component:b.SelectControl}),(0,i.jsx)(b.SelectControl,{className:"mt20",label:(0,v.__)("Fitting:","b-blocks"),labelPosition:"left",value:d,onChange:e=>t({fImgFitting:e}),options:qV}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Link","b-blocks"),checked:h,onChange:e=>t({isFImgLink:e})})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Title","b-blocks"),checked:p,onChange:e=>t({isTitle:e})}),p&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Title Link","b-blocks"),checked:u,onChange:e=>t({isTitleLink:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Meta Data","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Meta Data","b-blocks"),checked:m,onChange:e=>t({isMeta:e})}),m&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("hr",{}),(0,i.jsx)(f,{className:"mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Author","b-blocks")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Author","b-blocks"),checked:w,onChange:e=>t({isMetaAuthor:e})}),w&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Author Link","b-blocks"),checked:x,onChange:e=>t({isMetaAuthorLink:e}),...a,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Author Icon:","b-blocks"),value:y,types:["image"],onChange:e=>t({metaAuthorIcon:e}),placeholder:(0,v.__)("Enter Author Icon URL","b-blocks"),...a,Component:fe})]}),(0,i.jsx)("hr",{}),(0,i.jsx)(f,{className:"mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Date","b-blocks")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Date","b-blocks"),checked:k,onChange:e=>t({isMetaDate:e})}),k&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{className:"mt10",children:(0,v.__)("Date Format:","b-blocks")}),(0,i.jsxs)(b.PanelRow,{className:"gap15",children:[(0,i.jsx)(Nn,{value:F,onChange:e=>{q(e),t({metaDateFormat:"custom"==e?"Y-m-d":e})},options:WV,...a,Component:b.SelectControl}),"custom"===F&&(0,i.jsx)(Nn,{value:C,onChange:e=>t({metaDateFormat:e}),...a,Component:b.TextControl})]}),"custom"===F&&(0,i.jsxs)("small",{children:[(0,v.__)("Documentation on date formatting in ","b-blocks")," ",(0,i.jsx)("a",{href:"https://wordpress.org/support/article/formatting-date-and-time/",target:"_blank",rel:"noreferrer","aria-label":"Documentation on Date Formatting",children:"here"}),"."]}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Date Icon:","b-blocks"),value:_,types:["image"],onChange:e=>t({metaDateIcon:e}),placeholder:(0,v.__)("Enter Date Icon URL","b-blocks"),...a,Component:fe})]}),(0,i.jsx)("hr",{}),(0,i.jsx)(f,{className:"mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Category","b-blocks")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Category","b-blocks"),checked:M,onChange:e=>t({isMetaCategory:e})}),M&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ga,{label:(0,v.__)("Category In:","b-blocks"),value:z,onChange:e=>t({metaCategoryIn:e}),options:IV}),"content"===z&&(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Category Icon:","b-blocks"),value:j,types:["image"],onChange:e=>t({metaCategoryIcon:e}),placeholder:(0,v.__)("Enter Category Icon URL","b-blocks"),...a,Component:fe})]}),(0,i.jsx)("hr",{}),(0,i.jsx)("hr",{}),(0,i.jsx)(f,{className:"mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Taxonomies","b-blocks")})}),s?.map(((e,s)=>{const{selected:n=[]}=L,{name:l,slug:r}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:s?"mt20":"",label:(0,v.__)(`Show ${l} Taxonomy`,"b-blocks"),checked:n?.includes(r),onChange:e=>{const a={...L};e?a[r]={}:delete a[r],a.selected=e?[...n,r]:n?.filter((e=>e!==r)),t({metaTaxonomies:a})},...a,Component:b.ToggleControl},r),n?.includes(r)&&(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)(`${l} Icon:`,"b-blocks"),value:L?.[r]?.icon,types:["image"],onChange:e=>o("metaTaxonomies",r,e,"icon"),placeholder:(0,v.__)(`Enter ${l} Icon URL`,"b-blocks"),...a,Component:fe})]})})),(0,i.jsx)("hr",{}),(0,i.jsx)("hr",{}),(0,i.jsx)(f,{className:"mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Reading Time","b-blocks")})}),(0,i.jsx)(Nn,{label:(0,v.__)("Show Reading Time","b-blocks"),checked:S,onChange:e=>t({isMetaReadTime:e}),...a,Component:b.ToggleControl}),(S||!a?.isPremium)&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("small",{children:(0,v.__)("Reading Time will be displayed if the post has content!","b-blocks")}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Show Reading Time Seconds","b-blocks"),checked:H,onChange:e=>t({isMetaReadTimeSec:e}),...a,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Reading Time Label:","b-blocks"),value:T,onChange:e=>t({metaReadTimeLabel:e}),placeholder:(0,v.__)("Reading Time Label"),...a,Component:b.TextControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Reading Time Icon:","b-blocks"),value:$,types:["image"],onChange:e=>t({metaReadTimeIcon:e}),placeholder:(0,v.__)("Enter Reading Time Icon URL","b-blocks"),...a,Component:fe})]}),(0,i.jsx)("hr",{}),(0,i.jsx)(f,{className:"mb10",children:(0,i.jsx)("strong",{children:(0,v.__)("Comment","b-blocks")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Comment","b-blocks"),checked:B,onChange:e=>t({isMetaComment:e})}),B&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("small",{children:(0,v.__)("Comment Count will be displayed if the comment status is open!","b-blocks")}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Comment Icon:","b-blocks"),value:A,types:["image"],onChange:e=>t({metaCommentIcon:e}),placeholder:(0,v.__)("Enter Comment Icon URL","b-blocks"),...a,Component:fe})]})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Excerpt","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Excerpt","b-blocks"),checked:V,onChange:e=>t({isExcerpt:e})}),V&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt15",label:(0,v.__)("Show Excerpt from Content","b-blocks"),checked:N,onChange:e=>t({isExcerptFromContent:e})}),(0,i.jsx)(Nn,{className:"mt15",label:(0,v.__)("Show Ellipsis","b-blocks"),checked:P,onChange:e=>t({isEllipsisOnExcerpt:e}),...a,Component:b.ToggleControl}),(0,i.jsx)(f,{className:"mt15",children:(0,v.__)("Excerpt Length:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:E,onChange:e=>t({excerptLength:e}),min:-1,max:120,step:1}),(0,i.jsx)("small",{children:(0,v.__)("Set -1 to show all the "+(N?"content":"excerpt"),"b-blocks")})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Read More","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Read More","b-blocks"),checked:I,onChange:e=>t({isReadMore:e})}),I&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Position:","b-blocks"),labelPosition:"left",value:O,onChange:e=>t({readMorePosition:e}),options:UV,...a,Component:b.SelectControl}),(0,i.jsx)("small",{children:(0,v.__)("For the bottom position, select 'Fill Available Space' option for the 'Content/Texts Height' from General->Layout","b-blocks")}),(0,i.jsx)(f,{children:(0,v.__)("Read More Label:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:R,onChange:e=>t({readMoreLabel:""===e?"Read More":e})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Open link in new tab","b-blocks"),checked:D,onChange:e=>t({isLinkNewTab:e})})]})]})]})})),lN=({attributes:e,setAttributes:t})=>{const{layout:s,contentAlign:n,contentBG:l,contentPadding:r,border:c,sliderIsPage:d,sliderPageColor:h,sliderPageWidth:p,sliderPageHeight:g,sliderPageBorder:u,sliderIsPrevNext:m,sliderPrevNextColor:w,isTitle:x,titleTypo:y,titleColor:k,titleMargin:C,isMeta:_,metaCategoryIn:M,metaTypo:z,metaTextColor:j,metaLinkColor:L,metaIconColor:S,metaColorsOnImage:$,metaMargin:H,isExcerpt:T,excerptAlign:B,excerptTypo:A,excerptColor:V,excerptMargin:N,isReadMore:P,readMoreAlign:E,readMoreTypo:I,readMoreColors:O,readMoreHovColors:R,readMorePadding:D,readMoreBorder:F}=e,q="slider"===s;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text Align:","b-blocks")}),(0,i.jsx)(ga,{value:n,onChange:e=>t({contentAlign:e}),options:Ot,isIcon:!0})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:l,onChange:e=>t({contentBG:e}),defaults:{color:""}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:r,onChange:e=>t({contentPadding:e}),defaults:{vertical:"20px",horizontal:"25px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:c,onChange:e=>t({border:e}),defaults:{width:"1px",color:"#0c0d3c1a",radius:"5px"}})]}),q&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider Options","b-blocks"),initialOpen:!1,children:[d&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Pagination Bullets Color:","b-blocks"),value:h,onChange:e=>t({sliderPageColor:e}),defaultColor:a}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Pagination Width:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({sliderPageWidth:e}),units:[$e(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Pagination Height:","b-blocks"),labelPosition:"left",value:g,onChange:e=>t({sliderPageHeight:e}),units:[$e(),Te()]}),(0,i.jsx)(Oc,{label:(0,v.__)("Pagination Border:","b-blocks"),value:u,onChange:e=>t({sliderPageBorder:e}),defaults:{radius:"50%"}})]}),m&&(0,i.jsx)(De,{label:(0,v.__)("Preview Next Button Color:","b-blocks"),value:w,onChange:e=>t({sliderPrevNextColor:e}),defaultColor:a})]}),x&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:y,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:25,tablet:22,mobile:20}}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:k,onChange:e=>t({titleColor:e}),defaultColor:a}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:C,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"15px"}})]}),_&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Meta Data","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:z,onChange:e=>t({metaTypo:e}),defaults:{fontSize:{desktop:13,tablet:13,mobile:13},textTransform:"uppercase"}}),(0,i.jsx)(De,{label:(0,v.__)("Text Color:","b-blocks"),value:j,onChange:e=>t({metaTextColor:e}),defaultColor:""}),(0,i.jsx)(De,{label:(0,v.__)("Link Color:","b-blocks"),value:L,onChange:e=>t({metaLinkColor:e}),defaultColor:a}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color:","b-blocks"),value:S,onChange:e=>t({metaIconColor:e}),defaultColor:""}),"image"===M&&(0,i.jsx)(ka,{label:(0,v.__)("Category Colors On Image:","b-blocks"),value:$,onChange:e=>t({metaColorsOnImage:e}),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:H,onChange:e=>t({metaMargin:e}),defaults:{side:4,bottom:"15px"}})]}),T&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Excerpt","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text Align:","b-blocks")}),(0,i.jsx)(ga,{value:B,onChange:e=>t({excerptAlign:e}),options:Ot,isIcon:!0})]}),(0,i.jsx)(Mn,{value:A,onChange:e=>t({excerptTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:V,onChange:e=>t({excerptColor:e}),defaultColor:""}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:N,onChange:e=>t({excerptMargin:e}),defaults:{side:4,bottom:"10px"}})]}),P&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Read More","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Align:","b-blocks")}),(0,i.jsx)(ga,{value:E,onChange:e=>t({readMoreAlign:e}),options:Ot.filter((e=>"justify"!==e.value)),isIcon:!0})]}),(0,i.jsx)(Mn,{value:I,onChange:e=>t({readMoreTypo:e}),defaults:{fontSize:{desktop:14,tablet:14,mobile:14},textTransform:"uppercase",fontWeight:600}}),(0,i.jsx)(ka,{value:O,onChange:e=>t({readMoreColors:e}),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(ka,{label:(0,v.__)("Hover Colors:","b-blocks"),value:R,onChange:e=>t({readMoreHovColors:e}),defaults:{color:"#fff",bg:o}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:D,onChange:e=>t({readMorePadding:e}),defaults:{vertical:"12px",horizontal:"35px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:F,onChange:e=>t({readMoreBorder:e}),defaults:{radius:"3px"}})]})]})},rN=({attributes:e,setAttributes:t,isPremium:a,posts:s,taxOfPostType:o})=>{const{contentAlign:n}=e,[l,r]=(0,g.useState)(!1),c=s?.length,d=(a,s,o,n)=>{const i=_v(e[a],(e=>{n?e[s][n]=o:e[s]=o}));t({[a]:i})},p={attributes:e,setAttributes:t,premiumProps:{isPremium:a,setIsProModalOpen:r}};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:GV,onSelect:()=>ge(),children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsx)(nN,{...p}),"elements"===e.name&&(0,i.jsx)(iN,{...p,taxOfPostType:o,updateObj:d}),"style"===e.name&&c&&(0,i.jsx)(lN,{...p})]})})}),(0,i.jsxs)(da,{isProModalOpen:l,setIsProModalOpen:r,block:"Posts",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Layouts: ","b-blocks")}),(0,v.__)("Checkout more layouts and sub layouts.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Display Pages: ","b-blocks")}),(0,v.__)("Effortlessly showcase pages, just like you do with posts.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Tag Filter: ","b-blocks")}),(0,v.__)("Post filter by tags (only for default post).","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Custom Taxonomy Filter: ","b-blocks")}),(0,v.__)("Custom Taxonomy filter for post and custom posts.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Post Offset: ","b-blocks")}),(0,v.__)("Offset to exclude first N posts.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Include or Exclude Posts: ","b-blocks")}),(0,v.__)("Include or Exclude the posts by ids.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Exclude Current Post: ","b-blocks")}),(0,v.__)("If you use this block in a post and that post type is selected post then you can exclude the post.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Pagination: ","b-blocks")}),(0,v.__)("Add custom pagination bottom of the posts.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Sort Elements: ","b-blocks")}),(0,v.__)("Sort the title and meta elements.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Meta Data Icon: ","b-blocks")}),(0,v.__)("Custom icon for meta data.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Meta Author Link Toggle: ","b-blocks")}),(0,v.__)("Show meta author with or without link.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Taxonomies in Meta: ","b-blocks")}),(0,v.__)("Display taxonomies within the meta data, including tags.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Reading Time: ","b-blocks")}),(0,v.__)("Show post reading time in meta area.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Excerpt from Content: ","b-blocks")}),(0,v.__)("Show excerpt from main content.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Ticker Layout Options: ","b-blocks")}),(0,v.__)("Options for ticker post layout.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Feature Image Size: ","b-blocks")}),(0,v.__)("Options to set feature image size.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Read More Position: ","b-blocks")}),(0,v.__)("Options to set the position fo Read More button.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Shortcode: ","b-blocks")}),(0,v.__)("Shortcode option to use anywhere.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Update Post Query: ","b-blocks")}),(0,v.__)("Update Post Query using b_blocks_posts_query filter.","b-blocks")]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:n,onChange:e=>t({contentAlign:e})})})]})},cN="bBlocksPosts",dN=()=>(0,i.jsxs)("h3",{className:`${cN}Loading`,children:[(0,i.jsx)(b.Spinner,{})," ",(0,v.__)("Loading...","b-blocks")]}),hN=()=>(0,i.jsx)("h3",{className:`${cN}NotFound`,children:(0,v.__)("No posts found!! Please update the query or add some posts","b-blocks")}),pN=({attributes:e,id:t})=>{const{columnGap:a,rowGap:s,isContentEqualHight:o,sliderHeight:n,paginationColors:l,paginationHovColors:r,paginationPadding:c,paginationSpacing:d,fImgFitting:h="cover",contentAlign:p,contentBG:g,contentPadding:u,border:m,sliderPageColor:v,sliderPageWidth:b,sliderPageHeight:f,sliderPageBorder:w,sliderPrevNextColor:x,titleTypo:y,titleColor:k,titleMargin:C,metaTypo:_,metaTextColor:M,metaLinkColor:z,metaIconColor:j,metaColorsOnImage:L,metaMargin:S,excerptAlign:$,excerptTypo:H,excerptColor:T,excerptMargin:B,readMoreAlign:A,readMoreTypo:V,readMoreColors:N,readMoreHovColors:P,readMorePadding:E,readMoreBorder:I}=e,O=`#${t}`,R=`${O} .${cN}Article`,D=`${O} .${cN}LayoutSlider`,F=`${R} .${cN}ElReadMore`,q=`${R} .${cN}ElTitle`,W=`${R} .${cN}ElMeta`,U=`${O} .${cN}Pagination`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",y)?.googleFontLink}\n\t\t${ei("",_)?.googleFontLink}\n\t\t${ei("",H)?.googleFontLink}\n\t\t${ei("",V)?.googleFontLink}\n\t\t${ei(`${q}, ${q} a`,y)?.styles}\n\t\t${ei(`${W}, ${W} *, ${R} .${cN}ElThumbCats`,_)?.styles}\n\t\t${ei(`${R} .${cN}ElExcerpt`,H)?.styles}\n\t\t${ei(`${F} a`,V)?.styles}\n\n\t\t${U} .${cN}PagePrev,\n\t\t${U} .${cN}PageNumber,\n\t\t${U} .${cN}PageNext{\n\t\t\tfont-size: 15px;\n\t\t\t${Yn(l)}\n\t\t\tpadding: ${Jn(c)};\n\t\t\tmargin: 0 calc( ${d} / 2 );\n\t\t}\n\t\t@media only screen and (max-width: 640px) {\n\t\t\t${U} .${cN}PagePrev,\n\t\t\t${U} .${cN}PageNumber,\n\t\t\t${U} .${cN}PageNext{\n\t\t\t\tfont-size: 12px;\n\t\t\t\tpadding: ${Jn(c)?.split(" ").map((e=>`calc( ${e} / 2 )`)).join(" ")};\n\t\t\t\tmargin: 0 calc( ${d} / 4 );\n\t\t\t}\n\t\t}\n\t\t${U} .${cN}PagePrev:hover,\n\t\t${U} .${cN}PageNumber:hover,\n\t\t${U} .${cN}PageNext:hover,\n\t\t${U} .${cN}PageActive{\n\t\t\t${Yn(r)}\n\t\t}\n\n\t\t${R}{\n\t\t\t${Un(m)}\n\t\t}\n\t\t${O} .${cN}SLDefault,\n\t\t${O} .${cN}SLSideImage{\n\t\t\ttext-align: ${p};\n\t\t\t${Wn(g)}\n\t\t}\n\n\t\t${R} .${cN}ElTexts{\n\t\t\tpadding: ${Jn(u)};\n\t\t}\n\t\t${O} .${cN}SLOverlay .${cN}ElTexts{\n\t\t\t${Wn(g)}\n\t\t\talign-items: ${"left"===p?"flex-start":"right"===p?"flex-end":"center"===p?"center":""}\n\t\t}\n\n\t\t${q}, ${q} a{\n\t\t\ttext-align: ${p};\n\t\t\tcolor: ${k};\n\t\t}\n\t\t${q}{\n\t\t\tmargin: ${Jn(C)};\n\t\t}\n\t\t${W}{\n\t\t\tjustify-content: ${"left"===p?"flex-start":"right"===p?"flex-end":"center"};\n\t\t\tcolor: ${M};\n\t\t\tmargin: ${Jn(S)};\n\t\t}\n\t\t${W} a{\n\t\t\tcolor: ${z};\n\t\t}\n\t\t${W} .dashicons{\n\t\t\tcolor: ${j};\n\t\t}\n\t\t${R} .${cN}ElThumb img, ${R}.${cN}SLOverlay img{\n\t\t\tobject-fit: ${h};\n\t\t}\n\t\t${R} .${cN}ElThumbCats a{\n\t\t\t${Yn(L)}\n\t\t}\n\t\t${R} .${cN}ElExcerpt{\n\t\t\ttext-align: ${$};\n\t\t\tcolor: ${T};\n\t\t\tmargin: ${Jn(B)};\n\t\t}\n\t\t${F}{\n\t\t\ttext-align: ${A};\n\t\t}\n\t\t${F} a{\n\t\t\t${Yn(N)}\n\t\t\tpadding: ${Jn(E)};\n\t\t\t${Un(I)}\n\t\t}\n\t\t${F} a:hover{\n\t\t\t${Yn(P)}\n\t\t}\n\n\t\t${O} .${cN}LayoutGrid,\n\t\t${O} .${cN}LayoutGrid1{\n\t\t\tgrid-gap: ${s}px ${a}px;\n\t\t\talign-items: ${!1===o?"start":"initial"};\n\t\t}\n\n\t\t${D},\n\t\t${D} .swiper-slide article{\n\t\t\tmin-height: ${n};\n\t\t}\n\t\t${D} .swiper-pagination .swiper-pagination-bullet{\n\t\t\tbackground: ${v};\n\t\t\twidth: ${b};\n\t\t\theight: ${f};\n\t\t\t${Un(w)}\n\t\t}\n\t\t${D} .swiper-button-prev,\n\t\t${D} .swiper-button-next{\n\t\t\tcolor: ${x};\n\t\t}\n\t`.replace(/\s+/g," ")}})},gN=({post:e,attributes:t})=>{const{link:a,thumbnail:{url:s,alt:o},categories:n}=e,{isFImg:l,isFImgLink:r,isMeta:c,isMetaCategory:d,metaCategoryIn:h,isLinkNewTab:p}=t;return l&&s?(0,i.jsxs)("figure",{className:`${cN}ElThumb`,children:[r?(0,i.jsx)("a",{href:a,target:p?"_blank":"_self",rel:"noreferrer","aria-label":o,children:(0,i.jsx)("img",{src:s,alt:o})}):(0,i.jsx)("img",{src:s,alt:o}),c&&d&&"image"===h&&n.space&&(0,i.jsx)("div",{className:`${cN}ElThumbCats`,dangerouslySetInnerHTML:{__html:n.space}})]}):null},uN=({post:e,attributes:t})=>{const{author:a}=e,{name:s,link:o}=a||{},{isMetaAuthor:n,isMetaAuthorLink:l=!0,metaAuthorIcon:r}=t;return n&&s?(0,i.jsxs)("span",{children:[r?(0,i.jsx)("img",{src:r,alt:"Author"}):(0,i.jsx)("span",{className:"dashicons dashicons-admin-users"}),l?(0,i.jsx)("a",{href:o,target:"_blank",rel:"noreferrer","aria-label":s,children:s}):(0,i.jsx)("span",{children:s})]}):null},mN=({post:e,attributes:t})=>{const{date:a}=e,{isMetaDate:s,metaDateIcon:o}=t;return s&&a?(0,i.jsxs)("span",{children:[o?(0,i.jsx)("img",{src:o,alt:"Date"}):(0,i.jsx)("span",{className:"dashicons dashicons-calendar-alt"}),(0,i.jsx)("span",{children:a})]}):null},vN=({post:e,attributes:t})=>{const{categories:a}=e,{isMetaCategory:s,metaCategoryIn:o,metaCategoryIcon:n}=t;return s&&"content"===o&&a.coma?(0,i.jsxs)("span",{children:[n?(0,i.jsx)("img",{src:n,alt:"Author"}):(0,i.jsx)("span",{className:"dashicons dashicons-category"}),QV(a.coma)]}):null},bN=({post:e,attributes:t})=>{const{taxonomies:a={}}=e,{metaTaxonomies:s={}}=t,{selected:o=[]}=s;return o.map((e=>{const t=a[e],o=s[e]?.icon,n=o?(0,i.jsx)("img",{src:o,alt:e}):(0,i.jsx)("span",{className:"dashicons "+("post_tag"===e?"dashicons-tag":"dashicons-category")});return t?(0,i.jsxs)("span",{children:[n,QV(t?.split("a><a")?.join("a>, <a"))]},e):null}))},fN=({post:e,attributes:t})=>{const{readTime:a,content:s}=e,{isMetaReadTime:o,metaReadTimeIcon:n,isMetaReadTimeSec:l,metaReadTimeLabel:r}=t,c=l?`${a?.min}:${a?.sec}`:a?.min;return o&&s?(0,i.jsxs)("span",{children:[n?(0,i.jsx)("img",{src:n,alt:"Author"}):(0,i.jsx)("span",{className:"dashicons dashicons-clock"}),(0,i.jsxs)("span",{children:[c," ",r]})]}):null},wN=({post:e,attributes:t})=>{const{link:a,title:s,commentCount:o,commentStatus:n}=e,{isMetaComment:l,metaCommentIcon:r}=t;return l&&"open"===n?(0,i.jsxs)("span",{children:[r?(0,i.jsx)("img",{src:r,alt:"Author"}):(0,i.jsx)("span",{className:"dashicons dashicons-admin-comments"}),(0,i.jsx)("a",{href:`${a}/#comments`,target:"_blank",rel:"noreferrer","aria-label":`Comments of ${s}`,children:o})]}):null},xN=({post:e,attributes:t})=>{const{isMeta:a}=t;return a&&(0,i.jsxs)("div",{className:`${cN}ElMeta`,children:[(0,i.jsx)(uN,{post:e,attributes:t}),(0,i.jsx)(mN,{post:e,attributes:t}),(0,i.jsx)(vN,{post:e,attributes:t}),(0,i.jsx)(bN,{post:e,attributes:t}),(0,i.jsx)(fN,{post:e,attributes:t}),(0,i.jsx)(wN,{post:e,attributes:t})]})},yN=({post:e,attributes:t})=>{const{link:a,title:s}=e,{isTitle:o,isTitleLink:n,isLinkNewTab:l}=t;return o?(0,i.jsx)(i.Fragment,{children:n?(0,i.jsx)("h3",{className:`${cN}ElTitle`,children:(0,i.jsx)("a",{href:a,target:l?"_blank":"_self",rel:"noreferrer",dangerouslySetInnerHTML:{__html:s},"aria-label":s})}):(0,i.jsx)("h3",{className:`${cN}ElTitle`,dangerouslySetInnerHTML:{__html:s}})}):null},kN=({post:e,attributes:t})=>{const{elementsSort:a=["title","meta"]}=t;return a.map(((a,s)=>"title"===a?(0,i.jsx)(yN,{post:e,attributes:t},s):(0,i.jsx)(xN,{post:e,attributes:t},s)))},CN=({post:e,attributes:t})=>{const{excerpt:a,content:s}=e,{isExcerpt:o,isExcerptFromContent:n,isEllipsisOnExcerpt:l,excerptLength:r}=t,c=!n&&a?a:s,d=l&&((h=c)?h.split(" ").length:0)>r?"...":"";var h;const p=-1===r?c:`${((e,t)=>e?e.split(/\s+/).slice(0,t).join(" "):"")(c,r)}${d}`;return o&&c?(0,i.jsx)("div",{className:`${cN}ElExcerpt ${cN}InnerContent`,dangerouslySetInnerHTML:{__html:p}}):null},_N=({post:e,attributes:t})=>{const{link:a}=e,{isReadMore:s,readMorePosition:o="auto",readMoreLabel:n,isLinkNewTab:l}=t;return s?(0,i.jsx)("div",{className:`${cN}ElReadMore ${o}`,children:(0,i.jsx)("a",{href:a,target:l?"_blank":"_self",rel:"noreferrer",dangerouslySetInnerHTML:{__html:Mt(n)},"aria-label":n})}):null},MN=({post:e,attributes:t,postClass:a})=>{const{subLayout:s}=t,o=eN(a,`${cN}SLDefault`);return(0,i.jsxs)("article",{className:o,children:[(0,i.jsx)(gN,{post:e,attributes:t}),(0,i.jsxs)("div",{className:`${cN}ElTexts`,children:[(0,i.jsx)(kN,{post:e,attributes:t}),"title-meta"!==s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(CN,{post:e,attributes:t}),(0,i.jsx)(_N,{post:e,attributes:t})]})]})]})},zN=({post:e,attributes:t,postClass:a})=>{const{thumbnail:s}=e,{subLayout:o,isFImg:n}=t,l="left-image"===o,r="right-image"===o,c=eN(a,`${cN}SLSideImage`,{grid:n&&s.url,leftImage:l,rightImage:r});return(0,i.jsxs)("article",{className:c,children:[l&&(0,i.jsx)(gN,{post:e,attributes:t}),(0,i.jsxs)("div",{className:`${cN}ElTexts`,children:[(0,i.jsx)(kN,{post:e,attributes:t}),(0,i.jsx)(CN,{post:e,attributes:t}),(0,i.jsx)(_N,{post:e,attributes:t})]}),r&&(0,i.jsx)(gN,{post:e,attributes:t})]})},jN=({post:e,attributes:t,postClass:a})=>{const{title:s,thumbnail:{url:o}}=e,{subLayout:n}=t,l=eN(a,`${cN}SLOverlay`,{[`${cN}SLOverlayHover`]:"overlay-content-hover"===n&&o,[`${cN}SLOverlayBox`]:"overlay-box"===n||"overlay-content-box"===n,[`${cN}SLOverlayHalfContent`]:"overlay-half-content"===n});return(0,i.jsxs)("article",{className:l,children:[o&&(0,i.jsx)("img",{src:o,alt:s}),(0,i.jsxs)("div",{className:`${cN}ElTexts`,children:[(0,i.jsx)(kN,{post:e,attributes:t}),"overlay-box"!==n&&"overlay-half-content"!==n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(CN,{post:e,attributes:t}),(0,i.jsx)(_N,{post:e,attributes:t})]})]})]})},LN=({post:e,attributes:t})=>{const{subLayout:a,content:s={height:"auto"}}=t,{id:o,thumbnail:n}=e,l=eN(`${cN}Article`,`${cN}Article-${o}`,`${s?.height}ContentHeight`,{hasThumbnail:n.url});switch(a){case"default":case"title-meta":return(0,i.jsx)(MN,{post:e,attributes:t,postClass:l});case"left-image":case"right-image":return(0,i.jsx)(zN,{post:e,attributes:t,postClass:l});case"overlay-content":case"overlay-content-hover":case"overlay-box":case"overlay-content-box":case"overlay-half-content":return(0,i.jsx)(jN,{post:e,attributes:t,postClass:l});default:return null}};function SN(){return SN=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var s in a)Object.prototype.hasOwnProperty.call(a,s)&&(e[s]=a[s])}return e},SN.apply(this,arguments)}function $N(e,t){return $N=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},$N(e,t)}var HN=function(e){var t,a;function s(){var t;return(t=e.call(this)||this).state={columns:[],childRefs:[],hasDistributed:!1},t}a=e,(t=s).prototype=Object.create(a.prototype),t.prototype.constructor=t,$N(t,a);var o=s.prototype;return o.componentDidUpdate=function(){this.state.hasDistributed||this.props.sequential||this.distributeChildren()},s.getDerivedStateFromProps=function(e,t){var a=e.children,o=e.columnsCount,n=o!==t.columns.length;return t&&a===t.children&&!n?null:SN({},s.getEqualCountColumns(a,o),{children:a,hasDistributed:!1})},o.shouldComponentUpdate=function(e){return e.children!==this.state.children||e.columnsCount!==this.props.columnsCount},o.distributeChildren=function(){var e=this,t=this.props,a=t.children,s=t.columnsCount,o=Array(s).fill(0);if(this.state.childRefs.every((function(e){return e.current.getBoundingClientRect().height}))){var n=Array.from({length:s},(function(){return[]})),i=0;u().Children.forEach(a,(function(t){if(t&&u().isValidElement(t)){var a=e.state.childRefs[i].current.getBoundingClientRect().height,s=o.indexOf(Math.min.apply(Math,o));o[s]+=a,n[s].push(t),i++}})),this.setState((function(e){return SN({},e,{columns:n,hasDistributed:!0})}))}},s.getEqualCountColumns=function(e,t){var a=Array.from({length:t},(function(){return[]})),s=0,o=[];return u().Children.forEach(e,(function(e){if(e&&u().isValidElement(e)){var n=u().createRef();o.push(n),a[s%t].push(u().createElement("div",{style:{display:"flex",justifyContent:"stretch"},key:s,ref:n},e)),s++}})),{columns:a,childRefs:o}},o.renderColumns=function(){var e=this.props,t=e.gutter,a=e.itemTag,s=e.itemStyle;return this.state.columns.map((function(e,o){return u().createElement(a,{key:o,style:SN({display:"flex",flexDirection:"column",justifyContent:"flex-start",alignContent:"stretch",flex:1,width:0,gap:t},s)},e.map((function(e){return e})))}))},o.render=function(){var e=this.props,t=e.gutter,a=e.className,s=e.style,o=e.containerTag;return u().createElement(o,{style:SN({display:"flex",flexDirection:"row",justifyContent:"center",alignContent:"stretch",boxSizing:"border-box",width:"100%",gap:t},s),className:a},this.renderColumns())},s}(u().Component);HN.propTypes={},HN.defaultProps={columnsCount:3,gutter:"0",className:null,style:{},containerTag:"div",itemTag:"div",itemStyle:{},sequential:!1};const TN=HN;var BN="undefined"!=typeof window?g.useLayoutEffect:g.useEffect,AN=function(e){var t,a,s,o,n,i=e.columnsCountBreakPoints,l=void 0===i?{350:1,750:2,900:3}:i,r=e.gutterBreakPoints,c=void 0===r?{}:r,d=e.children,h=e.className,p=void 0===h?null:h,m=e.style,v=void 0===m?null:m,b=(t=function(){var e=(0,g.useState)(!1),t=e[0],a=e[1];return BN((function(){a(!0)}),[]),t}(),a=(0,g.useState)("undefined"!=typeof window?window.innerWidth:0),s=a[0],o=a[1],n=(0,g.useCallback)((function(){t&&o(window.innerWidth)}),[t]),BN((function(){if(t)return window.addEventListener("resize",n),n(),function(){return window.removeEventListener("resize",n)}}),[t,n]),s),f=(0,g.useCallback)((function(e,t){var a=Object.keys(e).sort((function(e,t){return e-t})),s=a.length>0?e[a[0]]:t;return a.forEach((function(t){t<b&&(s=e[t])})),s}),[b]),w=(0,g.useMemo)((function(){return f(l,1)}),[f,l]),x=(0,g.useMemo)((function(){return f(c,"10px")}),[f,c]);return u().createElement("div",{className:p,style:v},u().Children.map(d,(function(e,t){return u().cloneElement(e,{key:t,columnsCount:w,gutter:x})})))};AN.propTypes={};const VN=AN,NN=TN,PN=({posts:e,attributes:t})=>{const{columns:a,columnGap:s,rowGap:o}=t,{desktop:n=3,tablet:l=2,mobile:r=1}=a;return(0,i.jsx)(VN,{className:`${cN}LayoutMasonry`,columnsCountBreakPoints:{0:r,576:l,768:n},children:(0,i.jsx)(NN,{gutter:`${o}px ${s}px`,children:e.map((e=>(0,i.jsx)(LN,{post:e,attributes:t},e.id)))})})},EN=({posts:e,attributes:t,id:a,Slider:s,Ticker:o})=>{const{layout:n,columns:l}=t,{desktop:r=3,tablet:c=2,mobile:d=1}=l,h=()=>e.map((e=>(0,i.jsx)(LN,{post:e,attributes:t},e.id)));switch(n){case"grid":return(0,i.jsx)("div",{className:`${cN}LayoutGrid columns-${r} columns-tablet-${c} columns-mobile-${d}`,children:(0,i.jsx)(h,{})});case"grid1":return(0,i.jsx)("div",{className:`${cN}LayoutGrid1`,children:(0,i.jsx)(h,{})});case"masonry":return(0,i.jsx)(PN,{posts:e,attributes:t});case"slider":return(0,i.jsx)(s,{posts:e,attributes:t,id:a});case"ticker":return(0,i.jsx)(o,{posts:e,attributes:t,id:a});default:return null}},IN="&#183;",ON=(e,t)=>{let a=t-e+1;return Array.from({length:a},((t,a)=>a+e))},RN=({attributes:e,totalCount:t,onChange:a})=>{const{layout:s,isPostsPerPageAll:o,postsPerPage:n,isPagination:l,paginationPrevLabel:r,paginationNextLabel:c}=e,[d,h]=(0,g.useState)(1),p=(({currentPage:e,totalCount:t,pageSize:a,siblingCount:s=1})=>(0,g.useMemo)((()=>{const o=Math.ceil(t/a);if(s+5>=o)return ON(1,o);const n=Math.max(e-s,1),i=Math.min(e+s,o),l=n>2,r=i<o-2,c=o;if(!l&&r)return[...ON(1,3+2*s),IN,o];if(l&&!r){let e=ON(o-(3+2*s)+1,o);return[1,IN,...e]}if(l&&r){let e=ON(n,i);return[1,IN,...e,IN,c]}}),[e,t,a,s]))({currentPage:d,totalCount:t,pageSize:n,siblingCount:1});if(0===d||p.length<2)return null;let u=p[p.length-1];const m=e=>{a(e),h(e)};return l&&!o&&"slider"!==s&&"ticker"!==s?(0,i.jsxs)("ul",{className:`${cN}Pagination`,children:[(0,i.jsx)("li",{className:`${cN}PageNumber ${1===d?"disabled":""}`,onClick:()=>m(d-1),children:r}),p.map(((e,t)=>e===IN?(0,i.jsx)("li",{className:"dots",children:"·····"},t):(0,i.jsxs)("li",{className:`${cN}PageNumber ${e===d?`${cN}PageActive`:""}`,onClick:()=>m(e),children:[" ",e]},t))),(0,i.jsx)("li",{className:`${cN}PageNumber ${d===u?"disabled":""}`,onClick:()=>m(d+1),children:c})]}):null},DN=({posts:e,attributes:t,id:a})=>{const{columns:s,columnGap:o,sliderIsLoop:n,sliderIsTouchMove:l,sliderIsAutoplay:r,sliderAutoplayOptions:c={delay:1.5},sliderSpeed:d,sliderEffect:h,sliderIsPage:p,sliderIsPageClickable:u,sliderIsPageDynamic:m,sliderIsPrevNext:v}=t;return(0,g.useEffect)((()=>{(e=>{const t=[],a=document.querySelectorAll(`#${e} .swiper .swiper-slide`),s=document.querySelectorAll(`#${e} .swiper .swiper-slide .${cN}ElTexts`);s?.forEach((e=>{t.push(e?.clientHeight)})),a?.length&&a.forEach((e=>{e.querySelector("article").style.height=`${Math.max(...t)}px`}))})(a)}),[e?.length]),(0,i.jsx)(Lf,{className:`${cN}LayoutSlider`,spaceBetween:o,slidesPerView:s.mobile,breakpoints:{576:{slidesPerView:s.tablet},768:{slidesPerView:s.desktop}},modules:[yb,Mb,$b,vb,fb],loop:n,allowTouchMove:l,grabCursor:l,autoplay:!!r&&{delay:1e3*c?.delay},speed:1e3*d,effect:h,fadeEffect:{crossFade:!0},creativeEffect:{prev:{shadow:!0,translate:["-120%",0,-500]},next:{shadow:!0,translate:["120%",0,-500]}},pagination:!!p&&{clickable:u,dynamicBullets:m},navigation:v,allowSlideNext:!0,allowSlidePrev:!0,autoHeight:!1,children:e.map((e=>(0,i.jsx)(Sf,{children:(0,i.jsx)(LN,{post:e,attributes:t})},e.id)))})},FN=({posts:e,attributes:t,id:a})=>{const{columns:s,columnGap:o,sliderIsLoop:n,sliderIsTouchMove:l,sliderIsAutoplay:r,sliderAutoplayOptions:c={delay:1.5},sliderSpeed:d,sliderEffect:h,sliderIsPage:p,sliderIsPageClickable:u,sliderIsPageDynamic:m,sliderIsPrevNext:v}=t,[b,f]=(0,g.useState)(!0),w=()=>(0,i.jsx)(DN,{posts:e,attributes:t,id:a});return(0,g.useEffect)((()=>{f(!b)}),[s,o,n,l,r,c,d,h,p,u,m,v]),(0,i.jsx)(w,{})},qN=jQuery,WN=({posts:e,attributes:t,id:a})=>{const{rowGap:s,tickerDirection:o,tickerSpeed:n,tickerInterval:l,tickerHeight:r,tickerVisible:c,tickerIsMousePause:d}=t,h=(0,g.useRef)(null),p=(0,g.useRef)(null),u=`#${a}`;return(0,g.useEffect)((()=>{const e=p.current;e&&(e.innerHTML="",e.innerHTML=h.current.outerHTML,qN(`${u} .${cN}LayoutTickerWrapper .${cN}LayoutTicker`).easyTicker((e=>{const{rowGap:t,tickerDirection:a="up",tickerSpeed:s="slow",tickerInterval:o=2e3,tickerHeight:n="0px",tickerVisible:i=3,tickerIsMousePause:l=!0}=e;return{direction:a,easing:"swing",speed:isNaN(s)?s:parseInt(s),interval:o,height:"0px"===n||"0em"===n?"auto":n,gap:t,visible:i,mousePause:l}})(t)))}),[s,o,n,l,r,c,d]),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",{className:`${cN}LayoutTickerWrapper`,ref:p}),(0,i.jsx)("div",{className:`${cN}LayoutTicker`,ref:h,children:(0,i.jsx)("div",{children:e.map((e=>(0,i.jsx)(LN,{post:e,attributes:t},e.id)))})})]})},UN=({posts:e,totalPosts:t,attributes:a,setAttributes:s,id:o,isPremium:n})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(pN,{attributes:a,id:o}),(0,i.jsx)(EN,{posts:e,attributes:a,id:o,Slider:FN,Ticker:WN}),n&&(0,i.jsx)(RN,{attributes:a,totalCount:t,onChange:e=>s({paginationCurrentPage:e})})]}),{dateI18n:GN}=wp.date,YN=(0,m.withSelect)(((e,{attributes:t})=>{const{getUsers:a,getEntityRecords:s,getTaxonomies:o,getMedia:n,getComments:i}=e("core"),{postType:l,selectedTaxonomies:r={},selectedCategories:c=[],selectedTags:d=[],isPostsPerPageAll:h,postsPerPage:p,postsOrderBy:g,postsOrder:u,postsOffset:m=0,postsInclude:v=[],postsExclude:b=[],isExcludeCurrent:f,isPagination:w,paginationCurrentPage:x,fImgSize:y="full",metaDateFormat:k="M j, Y"}=t,C="post"===l?{categories:c}:{},_="post"===l?{tags:d}:{};var M,z;const j={...Object.assign({},r?.category?{categories:r.category}:{},r?.post_tag?{tags:r.post_tag}:{},(M=r,z=e=>"category"!==e&&"post_tag"!==e,Object.fromEntries(Object.entries(M).filter((([e,t])=>z(e)))))),...C,..._,per_page:h?-1:p,orderby:g,order:u,offset:h?0:m,...ZV(v)?.length?{include:ZV(v)}:{},exclude:f?[e("core/editor").getCurrentPostId(),...ZV(b)]:ZV(b),status:"publish"},L=tN(s("postType",l,{...j,per_page:-1}),"false"),S=p*(x-1),$=S+p,H=L?.slice(S,$),T=e=>s("taxonomy",e,{per_page:-1}),B=e=>i({per_page:-1})?.filter((({post:t})=>e===t)),A=o({per_page:-1})?.filter((e=>e.types.includes(l)&&"category"!==e.slug))?.map((({name:e,slug:t,rest_base:a})=>({name:e,slug:t,rest_base:a}))),V=w&&!h?H:tN(s("postType",l,j),"false");return{totalPosts:L?.length,posts:(e=>e?.map((e=>{const{id:t,link:s,slug:o,featured_media:i,title:l,excerpt:r,author:c,categories:d,content:h,date:p,date_gmt:g,modified:u,modified_gmt:m,comment_status:v,status:b}=e,f=((e,t)=>{const a=n(e),s=a?.media_details?.sizes?.[t]?.source_url||a?.source_url;return{url:s?.replace(/<[^>]+>/g,""),alt:a?.alt_text}})(i,y),w={};A?.map((t=>{const a=T(t.slug)?.filter((a=>e[t.rest_base]?.includes(a.id)))?.map((e=>`<a href='${e.link}' rel='${t.slug}'>${e.name}</a>`));w[t.slug]=a?.join("")}));const x=h?.raw?.replace(/(<([^>]+)>)/gi,""),C=d?.length?T("category")?.filter((e=>d?.includes(e.id)))?.map((e=>`<a href='${e.link}' rel='category tag'>${e.name}</a>`)):[],_=a({who:"authors"})?.map((({id:e,name:t,link:a})=>({id:e,name:t,link:a})))?.find((e=>e.id===c));return{id:t,link:s,name:o,thumbnail:f,title:l?.rendered,excerpt:r?.raw?.replace(/(<([^>]+)>)/gi,"")?.trim(),content:x,author:_,date:GN(k,new Date(p)),dateGMT:g,modifiedDate:u,modifiedDateGMT:m,commentCount:B(t)?.length,commentStatus:v,categories:{coma:C?.join(", "),space:C?.join(" ")},taxonomies:w,readTime:{min:Math.floor(KV(x)/200),sec:Math.floor(KV(x)%200/(200/60))},status:b}})))(V),taxOfPostType:A,media:e=>n(e)}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o,totalPosts:n,posts:l,taxOfPostType:r}=e,c=(0,h.useBlockProps)(),d=bBlocksPremiumChecker;(0,g.useEffect)((()=>ge()),[o]),(0,g.useEffect)((()=>a({paginationCurrentPage:1})),[]);const p=`block-${s}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(rN,{attributes:t,setAttributes:a,isPremium:d,posts:l,taxOfPostType:r}),l?l?.length?(0,i.jsx)("div",{...c,children:(0,i.jsx)(UN,{posts:l,totalPosts:n,attributes:t,setAttributes:a,id:p,isPremium:d})}):(0,i.jsx)(hN,{}):(0,i.jsx)(dN,{})]})}));br($V.name)&&(0,d.registerBlockType)($V,{icon:yl,transforms:{from:[{type:"block",blocks:["ap-block/posts"],transform:e=>(0,d.createBlock)("b-blocks/posts",e)},{type:"prefix",prefix:"apb",transform:()=>(0,d.createBlock)("b-blocks/posts")},{type:"prefix",prefix:"posts",transform:()=>(0,d.createBlock)("b-blocks/posts")}],to:[{type:"block",blocks:["ap-block/posts"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("ap-block/posts",e)}]},edit:YN,save:()=>null});const ZN=JSON.parse('{"apiVersion":3,"name":"b-blocks/price-lists","title":"Price Lists","description":"Display Price lists section.","category":"bBlocks","keywords":["price","lists","price lists section"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"products":{"type":"array","default":[{"background":{"color":"#0000"},"img":{"id":null,"url":"","alt":"","title":""},"imgBorder":{},"name":"Product 1 Name","nameColor":"#333","desc":"This content area describes product 1 descriptions or details.","descColor":"#333","price":"$99.99","priceColor":"#146EF5","separator":{"width":"40%","height":"1px","color":"#bbb"}},{"background":{"color":"#0000"},"img":{"id":null,"url":"","alt":"","title":""},"imgBorder":{},"name":"Product 2 Name","nameColor":"#333","desc":"This content area describes product 2 descriptions or details.","descColor":"#333","price":"$99.99","priceColor":"#146EF5","separator":{"width":"40%","height":"1px","color":"#bbb"}},{"background":{"color":"#0000"},"img":{"id":null,"url":"","alt":"","title":""},"imgBorder":{},"name":"Product 3 Name","nameColor":"#333","desc":"This content area describes product 3 descriptions or details.","descColor":"#333","price":"$99.99","priceColor":"#146EF5","separator":{"width":"40%","height":"1px","color":"#bbb"}}]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"40px"},"rowGap":{"type":"string","default":"30px"},"layout":{"type":"string","default":"vertical"},"textAlign":{"type":"string","default":"center"},"padding":{"type":"object","default":{"vertical":"50px","horizontal":"20px"}},"imgMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"nameTypo":{"type":"object","default":{"fontSize":{"desktop":"18px","tablet":"17px","mobile":"16px"},"fontWeight":600}},"nameMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isDesc":{"type":"boolean","default":true},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"},"fontStyle":"italic"}},"descMargin":{"type":"object","default":{"side":4,"bottom":"15px"}},"priceTypo":{"type":"object","default":{"fontSize":{"desktop":"24px","tablet":"22px","mobile":"20px"},"fontStyle":"italic"}},"isSep":{"type":"boolean","default":true}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),KN=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,updateProduct:s,activeIndex:o,setActiveIndex:n,device:l})=>{const{products:d=[],columns:p,columnGap:g,rowGap:u,layout:m,textAlign:w,padding:x,imgMargin:k,nameTypo:C,nameMargin:_,isDesc:M,descTypo:z,descMargin:j,priceTypo:L,isSep:S}=e,$=()=>{t({products:[...d,{background:{color:"#0000"},img:{id:null,url:"",alt:"",title:""},imgBorder:{},name:`Product ${d.length+1} Name`,nameColor:"#333",desc:`This content area describes product ${d.length+1} descriptions or details.`,descColor:"#333",price:"$99.99",priceColor:a,separator:{width:"40%",height:"1px",color:"#bbb"}}]}),n(d.length)},{background:H={},img:T={},imgBorder:B={},nameColor:A="",descColor:V="",priceColor:N="",separator:P={}}=d[o]||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Add or Remove Product","b-blocks"),children:[null!==o&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h3",{className:"bplItemTitle",children:(0,v.__)(`Product No ${o+1}:`,"b-blocks")}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:H,onChange:e=>s("background",e)}),(0,i.jsx)(f,{children:(0,v.__)("Image:","b-blocks")}),(0,i.jsx)(we,{value:T,onChange:e=>s("img",e),placeholder:(0,v.__)("Enter Image URL","b-blocks")}),(0,i.jsx)(Dc,{className:"mt20",value:T,onChange:e=>s("img",e)}),(0,i.jsx)(Oc,{label:(0,v.__)("Image Border:","b-blocks"),value:B,onChange:e=>s("imgBorder",e)}),(0,i.jsx)(De,{label:(0,v.__)("Name Color:","b-blocks"),value:A,onChange:e=>s("nameColor",e),defaultColor:"#333"}),(0,i.jsx)(De,{label:(0,v.__)("Description Color:","b-blocks"),value:V,onChange:e=>s("descColor",e),defaultColor:"#333"}),(0,i.jsx)(De,{label:(0,v.__)("Price Color:","b-blocks"),value:N,onChange:e=>s("priceColor",e),defaultColor:a}),(0,i.jsx)(vn,{value:P,onChange:e=>s("separator",e),defaults:{width:"40%",height:"1px",color:"#bbb"}}),(0,i.jsxs)(b.PanelRow,{className:"itemAction mt20 mb15",children:[1<d?.length&&(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove","b-blocks"),onClick:e=>{e.preventDefault(),t({products:[...d.slice(0,o),...d.slice(o+1)]}),n(0===o?0:o-1)},children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove","b-blocks")]}),(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate","b-blocks"),onClick:e=>{e.preventDefault(),t({products:[...d.slice(0,o),{...d[o]},...d.slice(o)]}),n(o+1)},children:[rt,(0,v.__)("Duplicate","b-blocks")]})]})]}),(0,i.jsx)("div",{className:"addItem",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add New Product","b-blocks"),onClick:$,children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Product","b-blocks")]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Layout:","b-blocks")}),(0,i.jsxs)(b.ButtonGroup,{className:"bPlBtnGroup",children:[(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Vertical","b-blocks"),placement:"top",position:"top",children:(0,i.jsx)(b.Button,{icon:r,isPrimary:"vertical"===m,"aria-pressed":"vertical"===m,onClick:()=>{t({layout:"vertical",columns:{...p,desktop:3},textAlign:"center",padding:{...x,vertical:"50px",horizontal:"20px",styles:"50px 20px"},imgMargin:{...k,right:"0px",bottom:"20px",styles:"0px 0px 20px 0px"}})}})}),(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Horizontal","b-blocks"),placement:"top",position:"top",children:(0,i.jsx)(b.Button,{icon:c,isPrimary:"horizontal"===m,"aria-pressed":"horizontal"===m,onClick:()=>{t({layout:"horizontal",columns:{...p,desktop:2},textAlign:"left",padding:{...x,vertical:"20px",horizontal:"20px",styles:"20px 20px"},imgMargin:{...k,right:"20px",bottom:"0px",styles:"0px 20px 0px 0px"}})}})})]})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:p[l],onChange:e=>{t({columns:{...p,[l]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:g,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:u,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Content Settings","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Wc,{label:(0,v.__)("Padding:","b-blocks"),value:x,onChange:e=>t({padding:e}),defaults:{vertical:"50px",horizontal:"20px"}})}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image Settings","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Wc,{label:(0,v.__)("Margin:","b-blocks"),value:k,onChange:e=>t({imgMargin:e}),defaults:{side:4,bottom:"20px"}})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Name Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:C,onChange:e=>t({nameTypo:e}),defaults:{fontSize:{desktop:18,tablet:17,mobile:16},fontWeight:600}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:_,onChange:e=>t({nameMargin:e}),defaults:{side:4,bottom:"10px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Description","b-blocks"),checked:M,onChange:e=>t({isDesc:e})}),(0,i.jsx)(Mn,{value:z,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15},fontStyle:"italic"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:j,onChange:e=>t({descMargin:e}),defaults:{side:4,bottom:"15px"}})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Price Settings","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Mn,{value:L,onChange:e=>t({priceTypo:e}),defaults:{fontSize:{desktop:24,tablet:22,mobile:20},fontStyle:"italic"}})}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator Settings","b-blocks"),initialOpen:!1,children:(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Separator","b-blocks"),checked:S,onChange:e=>t({isSep:e})})})]}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Product","b-blocks"),onClick:$,children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:w,onChange:e=>t({textAlign:e})})]})]})})),QN="bBlocksPriceLists";br(ZN.name)&&(0,d.registerBlockType)(ZN,{icon:kl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{products:o=[],columns:n,columnGap:l,rowGap:r,layout:c,textAlign:d,padding:p,imgMargin:u,nameTypo:m,nameMargin:f,isDesc:w,descTypo:x,descMargin:y,priceTypo:k,isSep:C}=t,[_,M]=(0,g.useState)(0),z=(e,t)=>{const s=_v(o,(a=>{a[_][e]=t}));a({products:s})},j=`#block-${s}`,L=`${j} .${QN}`,S=`${L} .priceItem`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(KN,{attributes:t,setAttributes:a,updateProduct:z,activeIndex:_,setActiveIndex:M}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t${ei("",m)?.googleFontLink}\n\t\t\t\t${ei("",x)?.googleFontLink}\n\t\t\t\t${ei("",k)?.googleFontLink}\n\t\t\t\t${ei(`${S} .productName`,m)?.styles}\n\t\t\t\t${ei(`${S} .productDescription`,x)?.styles}\n\t\t\t\t${ei(`${S} .productPrice`,k)?.styles}\n\n\t\t\t\t${L}{\n\t\t\t\t\tgrid-gap: ${r} ${l};\n\t\t\t\t}\n\t\t\t\t${S}{\n\t\t\t\t\ttext-align: ${d};\n\t\t\t\t\tpadding: ${Jn(p)};\n\t\t\t\t}\n\t\t\t\t${S} .productImage{\n\t\t\t\t\tmargin: ${Jn(u)};\n\t\t\t\t}\n\t\t\t\t${S} .productName{\n\t\t\t\t\tmargin: ${Jn(f)};\n\t\t\t\t}\n\t\t\t\t${S} .productDescription{\n\t\t\t\t\tmargin: ${Jn(y)};\n\t\t\t\t}\n\t\t\t`}}),(0,i.jsx)("div",{className:`${QN} ${c||"vertical"} columns-${n?.desktop} columns-tablet-${n?.tablet} columns-mobile-${n?.mobile}`,children:o?.map(((e,t)=>{const{background:a,img:s,imgBorder:o,name:n,nameColor:l,desc:r,descColor:c,price:d,priceColor:p,separator:g}=e,u=`${j} #priceItem-${t}`;return(0,i.jsxs)("div",{onClick:()=>M(t),className:"priceItem "+(t===_?"bPlNowEditing":""),id:`priceItem-${t}`,children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t\t\t\t${u}{\n\t\t\t\t\t\t\t\t${Wn(a)}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t${u} .productImage{\n\t\t\t\t\t\t\t\t${Un(o)}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t${u} .productName{\n\t\t\t\t\t\t\t\tcolor: ${l};\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t${u} .productDescription{\n\t\t\t\t\t\t\t\tcolor: ${c};\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t${u} .productPrice{\n\t\t\t\t\t\t\t\tcolor: ${p};\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t${u} .productSeparator{\n\t\t\t\t\t\t\t\t${Qn(g)}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t`}}),s?.url?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("img",{className:`productImage ${s?.id?`wp-image-${s?.id}`:null}`,src:s?.url,alt:s?.alt}),(0,Rc.isBlobURL)(s?.url)&&(0,i.jsx)(b.Spinner,{})]}):(0,i.jsx)(Fc,{label:(0,v.__)(" Product Image:","b-blocks"),value:s,onChange:e=>z("img",e)}),(0,i.jsxs)("div",{className:"productDetails",children:[(0,i.jsx)(h.RichText,{className:"productName",tagName:"h4",value:n,onChange:e=>z("name",e),placeholder:(0,v.__)("Product name","b-blocks"),inlineToolbar:!0}),w&&(0,i.jsx)(h.RichText,{className:"productDescription",tagName:"p",value:r,onChange:e=>z("desc",e),placeholder:(0,v.__)("Description of the product","b-blocks"),inlineToolbar:!0}),(0,i.jsx)(h.RichText,{className:"productPrice",tagName:"span",value:d,onChange:e=>z("price",e),placeholder:(0,v.__)("$99.99","b-blocks"),inlineToolbar:!0})]}),C&&(0,i.jsx)("span",{className:"productSeparator"})]},t)}))})]})]})},save:()=>null});const XN=JSON.parse('{"apiVersion":3,"name":"b-blocks/pricing-table","title":"Pricing Table","description":"Display product prices as a table.","category":"bBlocks","keywords":["pricing","price list","table"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"pricingTables":{"type":"array","default":[{"name":"Basic","price":2.99,"priceCurrency":"$","period":"Month","link":"#","linkLabel":"Enroll Now","color":"#f00025","features":[{"isEnable":true,"label":"25GB Disk Space"},{"isEnable":true,"label":"25 Email Accounts"},{"isEnable":true,"label":"50GB Bandwidth"},{"isEnable":true,"label":"25 Subdomains"},{"isEnable":false,"label":"Maintenance"}]},{"name":"Standard","price":5.99,"priceCurrency":"$","period":"Month","link":"#","linkLabel":"Enroll Now","color":"#001645","features":[{"isEnable":true,"label":"50GB Disk Space"},{"isEnable":true,"label":"50 Email Accounts"},{"isEnable":true,"label":"100GB Bandwidth"},{"isEnable":true,"label":"50 Subdomains"},{"isEnable":false,"label":"Maintenance"}]},{"name":"Premium","price":9.99,"priceCurrency":"$","period":"Month","link":"#","linkLabel":"Enroll Now","color":"#01944e","features":[{"isEnable":true,"label":"100GB Disk Space"},{"isEnable":true,"label":"100 Email Accounts"},{"isEnable":true,"label":"Unlimited Bandwidth"},{"isEnable":true,"label":"100 Subdomains"},{"isEnable":true,"label":"Maintenance"}]}]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"20px"},"rowGap":{"type":"string","default":"30px"},"textAlign":{"type":"string","default":"center"},"padding":{"type":"object","default":{"vertical":"35px","horizontal":"25px"}},"shadow":{"type":"object","default":{"blur":"30px","color":"#6e8faf4d"}}},"supports":{"align":["wide","full"],"html":false},"styles":[{"name":"basic","label":"Basic","isDefault":true},{"name":"standard","label":"Standard"},{"name":"ultimate","label":"Ultimate"}],"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),JN=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,updatePriceTable:s,activeIndex:o,setActiveIndex:n,device:l})=>{const{pricingTables:r,columns:c,columnGap:d,rowGap:p,textAlign:g,padding:u,shadow:m}=e,w=()=>{t({pricingTables:[...r,{name:"Ultimate",price:14.99,priceCurrency:"$",period:"Month",link:"#",linkLabel:"Enroll Now",color:a,features:[{isEnable:!0,label:"Unlimited Disk Space"},{isEnable:!0,label:"Unlimited Website"},{isEnable:!0,label:"Unlimited Email Accounts"},{isEnable:!0,label:"Unlimited Bandwidth"},{isEnable:!0,label:"Unlimited Subdomains"},{isEnable:!0,label:"Maintenance"}]}]}),n(s.length)},x=e=>{e.preventDefault(),t({pricingTables:[...r.slice(0,o),{...r[o]},...r.slice(o)]}),n(o+1)},k=e=>{e.preventDefault(),t({pricingTables:[...r.slice(0,o),...r.slice(o+1)]}),n(0===o?0:o-1)},{name:C="",price:_=0,priceCurrency:M="",period:z="",features:j=[],linkLabel:L="",link:S="",color:$=""}=r[o]||{},H=e=>{e.preventDefault(),s("features",[...j,{isEnable:"#",label:"New Feature of Price"}])};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:Jt}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Add or Remove Prices","b-blocks"),children:[null!==o&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h3",{className:"bplItemTitle",children:(0,v.__)(`Price No ${o+1}:`,"b-blocks")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Plan Name:","b-blocks"),value:C,onChange:e=>s("name",e)}),(0,i.jsx)(b.__experimentalNumberControl,{label:(0,v.__)("Price:","b-blocks"),labelPosition:"left",value:_,onChange:e=>s("price",parseFloat(e))}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Currency:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:M,onChange:e=>s("priceCurrency",e)})]}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Period:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:z,onChange:e=>s("period",e)})]}),(0,i.jsx)(f,{children:(0,v.__)("Features:","b-blocks")}),j?.map(((e,t)=>{const{isEnable:a,label:o}=e;return(0,i.jsxs)(b.PanelRow,{className:"editPriceFeature",children:[(0,i.jsx)(b.CheckboxControl,{className:"priceFeatureIsEnable",checked:a,onChange:e=>s("features",e,t,"isEnable")}),(0,i.jsx)(b.TextControl,{value:o,onChange:e=>s("features",e,t,"label")}),(0,i.jsx)(b.Tooltip,{text:(0,v.__)("Remove the feature","b-blocks"),placement:"top",position:"top",children:(0,i.jsx)("a",{className:"removeItem",onClick:e=>{e.preventDefault(),s("features",[...j.slice(0,t),...j.slice(t+1)])},children:(0,i.jsx)(b.Dashicon,{icon:"no"})})})]},t)})),(0,i.jsx)("div",{className:"addItem addFeature mt5",children:(0,i.jsxs)(b.Button,{className:"addItem",label:(0,v.__)("Add New Feature","b-blocks"),onClick:H,children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Feature","b-blocks")]})}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Label:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:L,onChange:e=>s("linkLabel",e)})]}),(0,i.jsx)(f,{children:(0,v.__)("Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:S,onChange:e=>s("link",e)}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:$,onChange:e=>s("color",e),defaultColor:a}),(0,i.jsxs)(b.PanelRow,{className:"itemAction mt20 mb15",children:[1<r?.length&&(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove","b-blocks"),onClick:k,children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove","b-blocks")]}),(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate","b-blocks"),onClick:x,children:[rt,(0,v.__)("Duplicate","b-blocks")]})]})]}),(0,i.jsx)("div",{className:"addItem",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add New Price","b-blocks"),onClick:w,children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Price","b-blocks")]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:c[l],onChange:e=>{t({columns:{...c,[l]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:d,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]})]})]}),"style"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Pricing Table","b-blocks"),children:[(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:u,onChange:e=>t({padding:e}),defaults:{vertical:"35px",horizontal:"25px"}}),(0,i.jsx)(qc,{className:"mt20",label:(0,v.__)("Shadow:","b-blocks"),value:m,onChange:e=>t({shadow:e}),defaults:{blur:"30px",color:"#6e8faf4d"}})]})})]})})}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Price","b-blocks"),onClick:w,children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:g,onChange:e=>t({textAlign:e})})]})]})})),eP="bBlocksPricingTable",tP=({attributes:e,id:t,isStandard:a})=>{const{pricingTables:s,columnGap:o,rowGap:n,textAlign:l,padding:r,shadow:c}=e,d=`#${t}`,h=`${d} .${eP}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${h}{\n\t\t\tgrid-gap: ${n} ${o};\n\t\t\ttext-align: ${l};\n\t\t\tpadding: ${a?"30px 0":"0"}\n\t\t}\n\t\t${h} .priceItem{\n\t\t\tpadding: ${Jn(r)};\n\t\t\tbox-shadow: ${Xn(c)};\n\t\t}\n\n\t\t${s?.map(((e,t)=>{const{color:a}=e,s=`${h} #priceItem-${t} .priceItem`,o=e=>`${d}.is-style-${e} .${eP} #priceItem-${t} .priceItem`;return`\n\t\t\t\t${s} .priceName,\n\t\t\t\t${o("basic")} .priceAmountWrap,\n\t\t\t\t${o("standard")} .priceAmountWrap{\n\t\t\t\t\tcolor: ${a};\n\t\t\t\t}\n\t\t\t\t${s} .priceLink,\n\t\t\t\t${o("basic")} .priceName,\n\t\t\t\t${o("standard")}::before,\n\t\t\t\t${o("ultimate")} .priceAmountWrap{\n\t\t\t\t\tcolor: #fff;\n\t\t\t\t\tbackground-color: ${a};\n\t\t\t\t}\n\t\t\t\t${o("basic")} .priceName::before{\n\t\t\t\t\tborder-top-color: ${a};\n\t\t\t\t}\n\t\t\t`})).join(" ")}\n\t\t`.replace(/\s+/g," ")}})},aP=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:"priceFeatureEnabled",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{fill:"#01944e",d:"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"})}),sP=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:"priceFeatureDisabled",viewBox:"0 0 352 512",children:(0,i.jsx)("path",{fill:"#f00025",d:"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"})}),oP=({features:e})=>(0,i.jsx)("div",{className:"priceFeatures",children:e?.map(((e,t)=>{const{isEnable:a,label:s}=e;return(0,i.jsxs)("div",{className:"priceFeature",children:[a?aP:sP,(0,i.jsx)("span",{className:"priceFeatureLabel",dangerouslySetInnerHTML:{__html:Mt(s)}})]},t)}))}),nP=({priceTable:e,index:t,className:a,activeIndex:s,setActiveIndex:o,updatePriceTable:n})=>{const{name:l,price:r,priceCurrency:c,period:d,link:p,linkLabel:u,features:m}=e,b=a.includes("basic"),f=a.includes("standard"),w=a.includes("ultimate"),x=(0,g.useRef)(null),y=(0,g.useRef)(null);(0,g.useEffect)((()=>{if(w){const e=x?.current?.clientHeight/100*82;y.current.style.width=`${e}px`,y.current.style.top=e/2+"px",y.current.style.left=-e/2+60+"px"}}),[a,x,y]);const k=(0,i.jsxs)("span",{className:"priceAmount",children:[c,r]}),C=(0,i.jsx)(h.RichText,{className:"pricePeriod",tagName:"span",value:d,onChange:e=>n("period",e),placeholder:(0,v.__)("Period","b-blocks"),inlineToolbar:!0});return(0,i.jsx)("div",{onClick:()=>o(t),className:t===s?"bPlNowEditing":"",id:`priceItem-${t}`,children:(0,i.jsxs)("div",{className:"priceItem",ref:x,children:[(0,i.jsx)(h.RichText,{className:"priceName",tagName:"h3",value:l,onChange:e=>n("name",e),placeholder:(0,v.__)("Plan Name","b-blocks"),inlineToolbar:!0}),f||w?(0,i.jsxs)("div",{className:"priceAmountWrap",ref:y,children:[k,d?" / ":"",C]}):"",(0,i.jsx)(oP,{features:m}),f||w?"":(0,i.jsx)("div",{className:"priceAmountWrap",children:k}),!b&&(0,i.jsx)("br",{}),u&&(0,i.jsx)(h.RichText,{className:"priceLink",tagName:"a",value:u,href:_t(p),onChange:e=>n("linkLabel",e),placeholder:(0,v.__)("Link Label","b-blocks"),inlineToolbar:!0})]})},t)};br(XN.name)&&(0,d.registerBlockType)(XN,{icon:Cl,transforms:{from:[{type:"block",blocks:["bptb/pricing-table"],transform:e=>(0,d.createBlock)("b-blocks/pricing-table",e)},{type:"prefix",prefix:"count",transform:()=>(0,d.createBlock)("b-blocks/pricing-table")}],to:[{type:"block",blocks:["bptb/pricing-table"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("bptb/pricing-table",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{pricingTables:o,columns:n}=t,l=(0,h.useBlockProps)(),{className:r}=l,[c,d]=(0,g.useState)(0),p=(e,t,s=!1,n=!1)=>{const i=_v(o,(a=>{!1!==s&&n?a[c][e][s][n]=t:a[c][e]=t}));a({pricingTables:i})},u=r.includes("standard"),m=r.includes("ultimate");return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(JN,{attributes:t,setAttributes:a,updatePriceTable:p,activeIndex:c,setActiveIndex:d}),(0,i.jsxs)("div",{...l,className:`${r} ${u||m?"":"is-style-basic"}`,children:[(0,i.jsx)(tP,{attributes:t,id:`block-${s}`,isStandard:u}),(0,i.jsx)("div",{className:`${eP} columns-${n.desktop} columns-tablet-${n.tablet} columns-mobile-${n.mobile}`,children:o?.map(((e,t)=>(0,i.jsx)(nP,{priceTable:e,index:t,className:r,activeIndex:c,setActiveIndex:d,updatePriceTable:p},t)))})]})]})},save:()=>null});const iP=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/process-steps","title":"Process Steps","category":"bBlocks","description":"Build a numbered \\"How it works\\" section. Drop in 3–6 steps with title, description, icon or number badge, and a connector line. Horizontal or vertical layout, fully responsive, accessible <ol> semantics.","keywords":["process","steps","how it works","how we work","numbered","timeline","workflow"],"textdomain":"b-blocks","attributes":{"layout":{"type":"object","default":{"type":"horizontal","theme":"classic","alignment":"center","columnCount":{"desktop":3,"tablet":2,"mobile":1},"gap":{"desktop":"32px","tablet":"24px","mobile":"16px"}}},"steps":{"type":"array","default":[{"_key":"ps-default-1","title":"Discovery","description":"We learn about your goals and challenges.","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9V380.8c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\'/></svg>"},{"_key":"ps-default-2","title":"Strategy","description":"We craft a tailored plan to meet your needs.","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z\'/></svg>"},{"_key":"ps-default-3","title":"Delivery","description":"We execute and iterate until you are thrilled.","icon":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'><path d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z\'/></svg>"}]},"connector":{"type":"object","default":{"show":true,"color":"#CBD5E1","width":"2px","style":"solid"}},"badge":{"type":"object","default":{"type":"number","size":"56px","bg":{"color":"#2563EB"},"color":"#FFFFFF","typo":{"fontSize":{"desktop":"20px","tablet":null,"mobile":null}},"border":{},"borderRadius":{"top":"50%","bottom":"50%","left":"50%","right":"50%"},"shadow":[]}},"content":{"type":"object","default":{"titleTag":"h3","titleColor":"","typo":{"fontSize":{"desktop":"18px","tablet":null,"mobile":null}},"descColor":"","descTypo":{"fontSize":{"desktop":"15px","tablet":null,"mobile":null}}}},"card":{"type":"object","default":{"bg":{"color":""},"padding":{"top":"16px","right":"16px","bottom":"16px","left":"16px"},"border":{},"borderRadius":{"top":"8px","right":"8px","bottom":"8px","left":"8px"}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","viewScript":"file:./view.js","render":"file:./render.php"}'),lP=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],rP=["h2","h3","h4","p"],cP=[{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:(0,v.__)("Paragraph","b-blocks"),value:"p"}],dP=[{label:(0,v.__)("Classic — clean cards, blue accent","b-blocks"),value:"classic"},{label:(0,v.__)("Modern — gradient badges, soft shadow","b-blocks"),value:"modern"},{label:(0,v.__)("Minimal — borderless, dotted connectors","b-blocks"),value:"minimal"},{label:(0,v.__)("Bold — high-contrast dark badges","b-blocks"),value:"bold"}],hP=e=>({top:e,right:e,bottom:e,left:e}),pP={classic:{badge:{bg:{type:"solid",color:"#2563EB"},color:"#FFFFFF",border:{},borderRadius:hP("50%"),shadow:[],typo:{fontWeight:"700"}},card:{bg:{type:"solid",color:""},border:{},borderRadius:hP("8px"),shadow:[]},content:{titleColor:"",descColor:"",typo:{fontWeight:"600",textTransform:"",letterSpace:""}},connector:{style:"solid",color:"#CBD5E1",width:"2px"}},modern:{badge:{bg:{type:"gradient",gradient:"linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%)"},color:"#FFFFFF",border:{},borderRadius:hP("50%"),shadow:[{hOffset:"0px",vOffset:"8px",blur:"20px",spreed:"-6px",color:"rgba(236, 72, 153, 0.45)",isInset:!1}],typo:{fontWeight:"700"}},card:{bg:{type:"gradient",gradient:"linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)"},border:{},borderRadius:hP("16px"),shadow:[{hOffset:"0px",vOffset:"14px",blur:"32px",spreed:"-16px",color:"rgba(15, 23, 42, 0.18)",isInset:!1},{hOffset:"0px",vOffset:"2px",blur:"6px",spreed:"-2px",color:"rgba(15, 23, 42, 0.06)",isInset:!1}]},content:{titleColor:"#0f172a",descColor:"#475569",typo:{fontWeight:"700",textTransform:"",letterSpace:""}},connector:{style:"solid",color:"#C4B5FD",width:"2px"}},minimal:{badge:{bg:{type:"solid",color:""},color:"#475569",border:{width:"1px",style:"solid",color:"#475569"},borderRadius:hP("50%"),shadow:[],typo:{fontWeight:"500"}},card:{bg:{type:"solid",color:""},border:{},borderRadius:hP("8px"),shadow:[]},content:{titleColor:"",descColor:"#64748B",typo:{fontWeight:"500",textTransform:"",letterSpace:"-0.01em"}},connector:{style:"dotted",color:"#CBD5E1",width:"2px"}},bold:{badge:{bg:{type:"solid",color:"#0F172A"},color:"#FACC15",border:{},borderRadius:hP("0px"),shadow:[{hOffset:"3px",vOffset:"3px",blur:"0px",spreed:"0px",color:"#FACC15",isInset:!1}],typo:{fontWeight:"800"}},card:{bg:{type:"solid",color:"#FFFFFF"},border:{width:"2px",style:"solid",color:"#0F172A"},borderRadius:hP("0px"),shadow:[{hOffset:"6px",vOffset:"6px",blur:"0px",spreed:"0px",color:"#0F172A",isInset:!1}]},content:{titleColor:"#0f172a",descColor:"#1e293b",typo:{fontWeight:"800",textTransform:"uppercase",letterSpace:"0.02em"}},connector:{style:"solid",color:"#0F172A",width:"3px"}}},gP=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],uP=[{label:(0,v.__)("Number","b-blocks"),value:"number"},{label:(0,v.__)("Icon","b-blocks"),value:"icon"}],mP=[{label:(0,v.__)("Solid","b-blocks"),value:"solid"},{label:(0,v.__)("Dashed","b-blocks"),value:"dashed"},{label:(0,v.__)("Dotted","b-blocks"),value:"dotted"}],vP=(e,t)=>(e??"").toString().trim()||t,bP=e=>e?e.charAt(0).toUpperCase()+e.slice(1):"",fP=e=>{const{layout:t={},badge:a={},connector:s={}}=e,{type:o,alignment:n}=t,i="vertical"===o?"vertical":"horizontal",l=["left","center","right"].includes(n)?n:"center",r="icon"===a.type?"icon":"number",c=s.show;return["bBlocksProcessSteps",`bBlocksProcessStepsLayout${bP(i)}`,`bBlocksProcessStepsAlign${bP(l)}`,`bBlocksProcessStepsBadge${bP(r)}`,c?"has-connector":"no-connector"].join(" ")},wP=(e,t)=>parseInt(e,10)||t,xP=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n={},connector:l={},badge:r={},content:c={},card:d={},advanced:h={}}=a,p=`#${s} .bBlocksProcessSteps`,g=`${p} .bBlocksProcessStepsList`,u=`${p}.bBlocksProcessStepsLayoutHorizontal .bBlocksProcessStepsList`,m=`${g} .bBlocksProcessStepsItem`,v=`${m} .bBlocksProcessStepsBadge`,b=`${m} .bBlocksProcessStepsTitle`,f=`${p} .bBlocksProcessStepsDescription`,w=`${p}.bBlocksProcessStepsLayoutVertical.has-connector .bBlocksProcessStepsItem:not(:last-child)::before`,x=`${p}.bBlocksProcessStepsLayoutHorizontal.has-connector .bBlocksProcessStepsItem:not(:first-child)::before`,y=vP(r.size,"56px"),k=.42*(e=>{const t=(e??"").toString().trim();if(!t)return 56;const a=t.match(/^(-?\d+(?:\.\d+)?)/);return a?parseFloat(a[1]):56})(y)+"px",C=l.color||"#CBD5E1",_=vP(l.width,"2px"),M=(e=>["solid","dashed","dotted"].includes(e)?e:"solid")(l.style),z=!!l.show,j=vP(d?.padding?.top,"0px"),L=vP(d?.padding?.left,"0px"),{gap:S={},columnCount:$={}}=n,H=vP(S?.desktop,"32px"),T=vP(S?.tablet,H),B=vP(S?.mobile,T),A=wP($?.desktop,3),V=wP($?.tablet,2),N=wP($?.mobile,1),P=e=>`${w}{\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\ttop: calc(${j} + ${y} + 8px);\n\t\tleft: calc(${L} + ${y} / 2);\n\t\twidth: 0;\n\t\theight: calc(100% + ${e} - ${y} - 8px);\n\t\tborder-left: ${_} ${M} ${C};\n\t\ttransform: translateX(calc(${_} / -2));\n\t\tpointer-events: none;\n\t\tz-index: 0;\n\t}`,E=e=>`${x}{\n\t\tcontent: '';\n\t\tposition: absolute;\n\t\ttop: calc(${j} + (${y} / 2));\n\t\tright: calc(100% - ${e} / 2 - 1px);\n\t\twidth: ${e};\n\t\theight: 0;\n\t\tborder-top: ${_} ${M} ${C};\n\t\tpointer-events: none;\n\t\tz-index: 0;\n\t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t\t${ei("",r.typo).googleFontLink}\n\t\t\t${ei(v,r.typo).styles}\n\n\t\t\t${ei("",c.typo).googleFontLink}\n\t\t\t${ei(b,c.typo).styles}\n\n\t\t\t${ei("",c.descTypo).googleFontLink}\n\t\t\t${ei(f,c.descTypo).styles}\n\n\t\t\t${g}{\n\t\t\t\tgap: ${H};\n\t\t\t}\n\t\t\t${u}{\n\t\t\t\tgrid-template-columns: repeat(${A}, minmax(0, 1fr));\n\t\t\t}\n\t\t\t${m}{\n\t\t\t\t${qn("padding",ti(d.padding))}\n\t\t\t\t${Wn(d.bg)}\n\t\t\t\t${qn("border-radius",ti(d?.borderRadius))}\n\t\t\t\t${Gn(d.border)}\n\t\t\t\t${qn("box-shadow",Kn(d?.shadow))}\n\t\t\t}\n\t\t\t${v}{\n\t\t\t\twidth: ${y};\n\t\t\t\theight: ${y};\n\t\t\t\t${Wn(r.bg)}\n\t\t\t\t${qn("color",r.color)}\n\t\t\t\t${qn("border-radius",ti(r?.borderRadius))}\n\t\t\t\t${Gn(r.border)}\n\t\t\t\t${qn("box-shadow",Kn(r?.shadow))}\n\t\t\t}\n\t\t\t${v} .bBlocksProcessStepsIcon>svg{\n\t\t\t\twidth: ${k};\n\t\t\t\theight: ${k};\n\t\t\t\tfill: ${r.color};\n\t\t\t}\n\t\t\t${b}{\n\t\t\t\t${qn("color",c.titleColor)}\n\t\t\t}\n\t\t\t${f}{\n\t\t\t\t${qn("color",c.descColor)}\n\t\t\t}\n\t\t\t${z?P(H):""}\n\t\t\t${z?E(H):""}\n\n\t\t\t${e}{\n\t\t\t\t${g}{\n\t\t\t\t\tgap: ${T};\n\t\t\t\t}\n\t\t\t\t${u}{\n\t\t\t\t\tgrid-template-columns: repeat(${V}, minmax(0, 1fr));\n\t\t\t\t}\n\t\t\t\t${z?P(T):""}\n\t\t\t\t${z?E(T):""}\n\t\t\t}\n\n\t\t\t${t}{\n\t\t\t\t${g}{\n\t\t\t\t\tgap: ${B};\n\t\t\t\t}\n\t\t\t\t${u}{\n\t\t\t\t\tgrid-template-columns: repeat(${N}, minmax(0, 1fr));\n\t\t\t\t}\n\t\t\t\t${z?P(B):""}\n\t\t\t\t${z?`${x}{ display: none; }`:""}\n\t\t\t}\n\n\t\t\t${hi(s,h,o,!1)}\n\t\t\t`}})},yP=({attributes:e,updateObj:t})=>{const{connector:a={}}=e,{show:s,color:o,width:n,style:l}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Connector","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show connector line","b-blocks"),checked:!!s,onChange:e=>t("connector",e,"show")}),s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Connector color","b-blocks"),value:o,onChange:e=>t("connector",e,"color"),defaultColor:"#CBD5E1"}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Connector width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:n,onChange:e=>t("connector",e,"width"),min:1,max:8})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Connector style","b-blocks"),labelPosition:"edge",value:l,options:mP,onChange:e=>t("connector",e,"style"),__nextHasNoMarginBottom:!0})]})]})},kP={desktop:3,tablet:2,mobile:1},CP=({attributes:e,setAttributes:t,updateObj:a,device:s="desktop"})=>{const{layout:o={}}=e,{type:n,theme:l,alignment:r,columnCount:c={},gap:d={}}=o;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>a("layout",e,"type"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Horizontal",value:"horizontal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Vertical",value:"vertical"})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Theme","b-blocks"),value:l||"classic",options:dP,onChange:a=>t(((e,t)=>{const a=pP[t]||pP.classic,{layout:s={},badge:o={},card:n={},content:i={},connector:l={}}=e;return{layout:{...s,theme:t},badge:{...o,...a.badge,typo:{...o.typo||{},...a.badge.typo||{}}},card:{...n,...a.card},content:{...i,...a.content,typo:{...i.typo||{},...a.content.typo||{}}},connector:{...l,...a.connector}}})(e,a)),help:(0,v.__)("Applies a preset color & feel to the badge, card, connector and text. You can still fine-tune each in the Style tab afterwards.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Text alignment","b-blocks"),value:r||"center",options:gP,labelPosition:"edge",onChange:e=>a("layout",e,"alignment"),__nextHasNoMarginBottom:!0}),"vertical"!==n&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Columns","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.RangeControl,{value:parseInt(c?.[s],10)||kP[s],onChange:e=>a("layout",parseInt(e,10)||1,"columnCount",s),min:1,max:6,step:1,__nextHasNoMarginBottom:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"mb0 flex2",children:[(0,v.__)("Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",labelPosition:"edge",isUnitSelectTabbable:!0,value:d?.[s]||"",onChange:e=>a("layout",e,"gap",s)})]})]})},_P=({attributes:e,setAttributes:t,index:a})=>{const{steps:s=[],badge:o={}}=e,n=s[a]||{},l=(e,o)=>t({steps:ue(s,o,a,e)});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Title","b-blocks"),value:n.title||"",onChange:e=>l("title",e),placeholder:(0,v.__)("Short title for this step","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextareaControl,{label:(0,v.__)("Description","b-blocks"),value:n.description||"",onChange:e=>l("description",e),placeholder:(0,v.__)("Explain what happens in this step","b-blocks"),rows:3,__nextHasNoMarginBottom:!0}),"icon"===o?.type&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pa,{label:(0,v.__)("Icon","b-blocks"),className:"mt10",icon:n.icon||"",onChange:e=>l("icon",e)})})]})},MP=({attributes:e,setAttributes:t})=>{const a={_key:`ps-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,title:"",description:"",icon:""};return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Steps","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:e,setAttributes:t,newItem:a,design:"sortable",itemLabel:"Step",arrKey:"steps",title:"title",ItemSettings:_P,minItem:0})})},zP=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsx)(CP,{...e}),(0,i.jsx)(MP,{...e}),(0,i.jsx)(yP,{...e})]}),jP=({attributes:e,updateObj:t})=>{const{badge:a={}}=e,{type:s,size:o,bg:n,color:l}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Badge","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Badge type","b-blocks"),labelPosition:"edge",value:s,options:uP,onChange:e=>t("badge",e,"type"),help:"icon"===s?(0,v.__)("Add a Font Awesome class on each step in the Steps panel.","b-blocks"):(0,v.__)("Numbers are auto-incremented starting at 1.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Badge size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",isUnitSelectTabbable:!0,value:o,onChange:e=>t("badge",e,"size")})]}),(0,i.jsx)(wa,{label:(0,v.__)("Badge background","b-blocks"),value:n,onChange:e=>t("badge",e,"bg"),defaults:{color:"#2563EB"}}),(0,i.jsx)(De,{label:(0,v.__)("Badge text/icon color","b-blocks"),value:l,onChange:e=>t("badge",e,"color"),defaultColor:"#FFFFFF"}),"icon"!==s&&(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:a.typo,onChange:e=>t("badge",e,"typo")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:a.border,onChange:e=>t("badge",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:a.borderRadius,onChange:e=>t("badge",e,"borderRadius")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:a.shadow,onChange:e=>t("badge",e,"shadow")})]})},LP=({attributes:e,updateObj:t})=>{const{card:a={}}=e,{bg:s,padding:o={},borderRadius:n={},border:l={}}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Card Style","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:s,onChange:e=>t("card",e,"bg")}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o,onChange:e=>t("card",e,"padding")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:l,onChange:e=>t("card",e,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:n,onChange:e=>t("card",e,"borderRadius")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:a.shadow,onChange:e=>t("card",e,"shadow")})]})},SP=({attributes:e,updateObj:t})=>{const{content:a={}}=e,{titleTag:s,titleColor:o,descColor:n}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title & Description","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Heading tag","b-blocks"),value:s||"h3",options:cP,onChange:e=>t("content",e,"titleTag"),help:(0,v.__)("Use H3 for pages that already have an H2 section heading.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(De,{label:(0,v.__)("Title color","b-blocks"),value:o||"",onChange:e=>t("content",e||"","titleColor"),defaultColor:""}),(0,i.jsx)(Mn,{label:(0,v.__)("Title Typography","b-blocks"),value:a.typo,onChange:e=>t("content",e,"typo")}),(0,i.jsx)(De,{label:(0,v.__)("Description Color","b-blocks"),value:n||"",onChange:e=>t("content",e||"","descColor"),defaultColor:""}),(0,i.jsx)(Mn,{label:(0,v.__)("Description Typography","b-blocks"),value:a.descTypo,onChange:e=>t("content",e,"descTypo")})]})},$P=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(jP,{...e}),(0,i.jsx)(SP,{...e}),(0,i.jsx)(LP,{...e})]}),HP=e=>{const{attributes:t,setAttributes:a,updateObj:s,isPremium:o}=e,{layout:n={},advanced:l}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:n.alignment,onChange:e=>s("layout",e||"center","alignment")})}),(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:lP,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(zP,{...e}),"style"===t.name&&(0,i.jsx)($P,{...e}),"advanced"===t.name&&(0,i.jsx)(Pt,{advanced:l,onChange:e=>a({advanced:e}),isPremium:o})]})})})]})},TP=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{steps:n=[],badge:l={},content:r={}}=t,c="undefined"!=typeof bBlocksPremiumChecker&&bBlocksPremiumChecker,d=me(t,a),p=rP.includes(r.titleTag)?r.titleTag:"h3",g="icon"===l.type?"icon":"number",u=(e,t,s)=>{a({steps:n.map(((a,o)=>o===e?{...a||{},[t]:s}:a))})},m=(e,t)=>{if(t<0||t>=n.length)return;const s=n.slice(),[o]=s.splice(e,1);s.splice(t,0,o),a({steps:s})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(HP,{attributes:t,setAttributes:a,updateObj:d,isPremium:c,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(xP,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{className:fP(t),children:0===n.length?(0,i.jsx)("p",{className:"bBlocksProcessStepsEmpty",children:(0,v.__)("No steps yet. Add the first one from the sidebar.","b-blocks")}):(0,i.jsx)("ol",{className:"bBlocksProcessStepsList","aria-label":(0,v.__)("Process steps","b-blocks"),children:n.map(((e,t)=>{const s=p;return(0,i.jsxs)("li",{className:"bBlocksProcessStepsItem",children:[(0,i.jsx)("div",{className:"bBlocksProcessStepsBadge","aria-hidden":"true",children:"icon"===g&&e&&e.icon?(0,i.jsx)("span",{className:"bBlocksProcessStepsIcon",dangerouslySetInnerHTML:{__html:e.icon}}):(0,i.jsx)("span",{className:"bBlocksProcessStepsNumber",children:t+1})}),(0,i.jsxs)("div",{className:"bBlocksProcessStepsBody",children:[(0,i.jsx)(h.RichText,{tagName:s,className:"bBlocksProcessStepsTitle",value:e&&e.title||"",onChange:e=>u(t,"title",e),placeholder:(0,v.__)("Step title","b-blocks"),allowedFormats:[]}),(0,i.jsx)(h.RichText,{tagName:"div",className:"bBlocksProcessStepsDescription",value:e&&e.description||"",onChange:e=>u(t,"description",e),placeholder:(0,v.__)("Describe this step…","b-blocks"),allowedFormats:["core/bold","core/italic","core/link"]}),(0,i.jsxs)("div",{className:"bBlocksProcessStepsEditorActions",style:{display:"flex",justifyContent:"center",gap:4,marginTop:8},children:[(0,i.jsx)(b.Button,{variant:"tertiary",size:"small",icon:"arrow-up-alt2",label:(0,v.__)("Move step up","b-blocks"),onClick:()=>m(t,t-1),disabled:0===t}),(0,i.jsx)(b.Button,{variant:"tertiary",size:"small",icon:"arrow-down-alt2",label:(0,v.__)("Move step down","b-blocks"),onClick:()=>m(t,t+1),disabled:t===n.length-1}),(0,i.jsx)(b.Button,{variant:"tertiary",isDestructive:!0,size:"small",icon:"trash",label:(0,v.__)("Remove step","b-blocks"),onClick:()=>{return e=t,void a({steps:n.filter(((t,a)=>a!==e))});var e}})]})]})]},e&&e._key||t)}))})})]})]})}));br(iP.name)&&(0,d.registerBlockType)(iP,{icon:Xl,edit:TP});const BP=JSON.parse('{"apiVersion":3,"name":"b-blocks/qr-code","title":"QR Code","description":"Show QR Code in posts and pages.","category":"bBlocks","keywords":["QR scanner","QR code","Code"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"qrAlign":{"type":"string","default":"center"},"url":{"type":"string","default":""},"dimension":{"type":"number","default":180},"color":{"type":"string","default":"#000"},"bgColor":{"type":"string","default":"#fff"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),AP=({attributes:e,setAttributes:t})=>{const{qrAlign:a,url:s,dimension:o,color:n,bgColor:l}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:ea}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("QR Code Settings","b-blocks"),children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Website URL:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:s,onChange:e=>t({url:e}),placeholder:(0,v.__)("Website URL:","b-blocks")}),(0,i.jsx)(f,{children:(0,v.__)("Dimension:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:o,onChange:e=>t({dimension:e}),min:50,max:1e3,step:1}),(0,i.jsx)(Fe,{label:(0,v.__)("Color:","b-blocks"),value:n,onChange:e=>t({color:e}),defaultColor:"#000",disableAlpha:!0}),(0,i.jsx)(Fe,{label:(0,v.__)("Background Color:","b-blocks"),value:l,onChange:e=>t({bgColor:e}),defaultColor:"#fff",disableAlpha:!0})]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:a,onChange:e=>t({qrAlign:e}),describedBy:(0,v.__)("QR Code Alignment"),alignmentControls:[{title:(0,v.__)("QR Code in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("QR Code in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("QR Code in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},VP="bBlocksQRCode";br(BP.name)&&(0,d.registerBlockType)(BP,{icon:_l,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{qrAlign:o,url:n,dimension:l,color:r,bgColor:c}=t,d=`https://api.qrserver.com/v1/create-qr-code/?size=${l}x${l}&color=${r.replace("#","")}&bgcolor=${c.replace("#","")}&ecc=L&qzone=1&data=${n||"http://bplugins.com"}`,p=`block-${s}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(AP,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t#${p} .${VP}{\n\t\t\t\t\ttext-align: ${o};\n\t\t\t\t}\n\t\t\t`}}),(0,i.jsx)("div",{className:VP,children:(0,i.jsx)("img",{src:d,alt:n})})]})]})},save:()=>null});const NP=JSON.parse('{"apiVersion":3,"name":"b-blocks/section-heading","title":"Section Heading","description":"Display heading before section.","category":"bBlocks","keywords":["headline","section headline","heading description"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"textAlign":{"type":"string","default":"left"},"title":{"type":"string","default":"Section Heading"},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"25px","tablet":"22px","mobile":"20px"},"fontWeight":600}},"titleColor":{"type":"string","default":""},"titleMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isSep":{"type":"boolean","default":true},"separator":{"type":"object","default":{"width":"150px","height":"3px","color":"#0c0d3c1a"}},"sepMargin":{"type":"object","default":{"side":4,"bottom":"5px"}},"isDesc":{"type":"boolean","default":true},"desc":{"type":"string","default":"This content area describes section heading descriptions or details."},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"descColor":{"type":"string","default":""},"descMargin":{"type":"object","default":{"side":4,"bottom":"15px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":["file:./view.js","mailtoui"]}'),PP=({attributes:e,setAttributes:t})=>{const{textAlign:s,titleTypo:n,titleColor:l,titleMargin:r,isSep:c,separator:d,sepMargin:p,isDesc:g,descTypo:u,descColor:m,descMargin:f}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title Settings","b-blocks"),children:[(0,i.jsx)(Mn,{value:n,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:25,tablet:22,mobile:20},fontWeight:600}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:l,onChange:e=>t({titleColor:e}),defaultColor:a}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:r,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"10px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Separator","b-blocks"),checked:c,onChange:e=>t({isSep:e})}),(0,i.jsx)(vn,{value:d,onChange:e=>t({separator:e}),defaults:{width:"150px",height:"3px",color:o}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:p,onChange:e=>t({sepMargin:e}),defaults:{side:4,bottom:"5px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Description","b-blocks"),checked:g,onChange:e=>t({isDesc:e})}),(0,i.jsx)(Mn,{value:u,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:m,onChange:e=>t({descColor:e}),defaultColor:"#333"}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:f,onChange:e=>t({descMargin:e}),defaults:{side:4,bottom:"15px"}})]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:s,onChange:e=>t({textAlign:e})})})]})},EP="bBlocksSectionHeading";br(NP.name)&&(0,d.registerBlockType)(NP,{icon:Ml,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{textAlign:o,title:n,titleTypo:l,titleColor:r,titleMargin:c,isSep:d,separator:p,sepMargin:g,isDesc:u,desc:m,descTypo:b,descColor:f,descMargin:w}=t,x=`#block-${s} .${EP}`,y=`${x} .sectionHeadingTitle`,k=`${x} .sectionHeadingDescription`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(PP,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t\t${ei("",l)?.googleFontLink}\n\t\t\t\t${ei("",b)?.googleFontLink}\n\t\t\t\t${ei(y,l)?.styles}\n\t\t\t\t${ei(k,b)?.styles}\n\n\t\t\t\t${x}{\n\t\t\t\t\t${qn("text-align",o)}\n\t\t\t\t}\n\t\t\t\t${y}{\n\t\t\t\t\t${qn("color",r)}\n\t\t\t\t\tmargin: ${Jn(c)};\n\t\t\t\t}\n\t\t\t\t${x} .sectionHeadingSeparator{\n\t\t\t\t\t${Qn(p)}\n\t\t\t\t\tmargin: ${Jn(g)};\n\t\t\t\t}\n\t\t\t\t${k}{\n\t\t\t\t\t${qn("color",f)}\n\t\t\t\t\tmargin: ${Jn(w)};\n\t\t\t\t}\n\t\t\t`}}),(0,i.jsxs)("div",{className:EP,children:[(0,i.jsx)(h.RichText,{className:"sectionHeadingTitle",tagName:"h2",value:n,onChange:e=>a({title:e}),placeholder:(0,v.__)("Section heading title","b-blocks")}),d&&(0,i.jsx)("span",{className:"sectionHeadingSeparator"}),u&&(0,i.jsx)(h.RichText,{className:"sectionHeadingDescription",tagName:"p",value:m,onChange:e=>a({desc:e}),placeholder:(0,v.__)("Section heading description","b-blocks")})]})]})]})},save:()=>null});var IP=(0,i.jsx)(Py.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,i.jsx)(Py.Path,{d:"M11 12.5V17.5H12.5V12.5H17.5V11H12.5V6H11V11H6V12.5H11Z"})});const OP=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/skill-bar","version":"0.1.0","title":"Skill Bar","category":"bBlocks","icon":"chart-bar","textdomain":"b-blocks","description":"Display skills with customizable progress bars, multiple themes and templates.","attributes":{"skills":{"type":"array","default":[{"title":"JavaScript","percentage":90,"color":"#f7df1e"},{"title":"React","percentage":85,"color":"#61dafb"},{"title":"WordPress","percentage":95,"color":"#21759b"}]},"theme":{"type":"string","default":"modern"},"template":{"type":"string","default":"standard"},"columns":{"type":"number","default":2},"customBackgroundColor":{"type":"string","default":""},"customTitleColor":{"type":"string","default":""},"customPercentageColor":{"type":"string","default":""},"customBarBackgroundColor":{"type":"string","default":""},"customBarProgressColor":{"type":"string","default":""},"customBarRemainingColor":{"type":"string","default":""}},"supports":{"html":false,"align":["wide","full"],"spacing":{"margin":true,"padding":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}');br(OP.name)&&(0,d.registerBlockType)(OP,{icon:El,edit:function({attributes:e,setAttributes:t}){const{skills:a,theme:s,template:o,columns:n,customBackgroundColor:l,customTitleColor:r,customPercentageColor:c,customBarProgressColor:d,customBarRemainingColor:p}=e,[g,u]=(0,En.useState)(0),m="customizable"===s,f={};m&&l&&(f.background=l);const w={};m&&r&&(w.color=r);const x={};m&&c&&(x.color=c);const y=(0,h.useBlockProps)({className:`skill-bar-block theme-${s} template-${o} columns-${n}`}),k=()=>{const e=[...a,{title:"New Skill",percentage:50,color:"#0073aa"}];t({skills:e}),u(e.length-1)},C=(e,s,o)=>{const n=[...a];n[e]={...n[e],[s]:o},t({skills:n})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(b.ToolbarGroup,{children:(0,i.jsx)(b.ToolbarButton,{icon:IP,label:(0,v.__)("Add Skill","b-blocks"),onClick:k})})}),(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Theme & Layout","b-blocks"),children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Theme","b-blocks"),value:s,options:[{label:(0,v.__)("Modern","b-blocks"),value:"modern"},{label:(0,v.__)("Classic","b-blocks"),value:"classic"},{label:(0,v.__)("Gradient","b-blocks"),value:"gradient"},{label:(0,v.__)("Customizable","b-blocks"),value:"customizable"}],onChange:e=>t({theme:e})}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Template","b-blocks"),value:o,options:[{label:(0,v.__)("Standard","b-blocks"),value:"standard"},{label:(0,v.__)("Circular","b-blocks"),value:"circular"},{label:(0,v.__)("Striped","b-blocks"),value:"striped"}],onChange:e=>t({template:e})}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Columns","b-blocks"),value:n,onChange:e=>t({columns:e}),min:1,max:4})]}),m&&(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Customizable Theme Colors","b-blocks"),initialOpen:!0,children:[(0,i.jsx)("p",{style:{marginBottom:"20px",color:"#757575",fontSize:"13px",lineHeight:"1.5"},children:(0,v.__)('Customize all color aspects of your skill bars. These settings only apply when "Customizable" theme is selected.',"b-blocks")}),(0,i.jsx)("h3",{style:{margin:"20px 0 12px",fontSize:"13px",fontWeight:600,textTransform:"uppercase",color:"#1e1e1e"},children:(0,v.__)("Card Styling","b-blocks")}),(0,i.jsxs)("div",{style:{marginBottom:"20px"},children:[(0,i.jsx)("label",{style:{display:"block",marginBottom:"8px",fontWeight:500,fontSize:"12px"},children:(0,v.__)("Background Color","b-blocks")}),(0,i.jsx)(b.ColorPicker,{color:l||"#ffffff",onChange:e=>t({customBackgroundColor:e}),enableAlpha:!0}),l&&(0,i.jsx)(b.Button,{isSmall:!0,variant:"secondary",style:{marginTop:"8px"},onClick:()=>t({customBackgroundColor:""}),children:(0,v.__)("Reset","b-blocks")})]}),(0,i.jsx)("h3",{style:{margin:"24px 0 12px",fontSize:"13px",fontWeight:600,textTransform:"uppercase",color:"#1e1e1e"},children:(0,v.__)("Text Colors","b-blocks")}),(0,i.jsxs)("div",{style:{marginBottom:"20px"},children:[(0,i.jsx)("label",{style:{display:"block",marginBottom:"8px",fontWeight:500,fontSize:"12px"},children:(0,v.__)("Skill Title Color","b-blocks")}),(0,i.jsx)(b.ColorPicker,{color:r||"#333333",onChange:e=>t({customTitleColor:e}),enableAlpha:!0}),r&&(0,i.jsx)(b.Button,{isSmall:!0,variant:"secondary",style:{marginTop:"8px"},onClick:()=>t({customTitleColor:""}),children:(0,v.__)("Reset","b-blocks")})]}),(0,i.jsxs)("div",{style:{marginBottom:"20px"},children:[(0,i.jsx)("label",{style:{display:"block",marginBottom:"8px",fontWeight:500,fontSize:"12px"},children:(0,v.__)("Percentage Number Color","b-blocks")}),(0,i.jsx)(b.ColorPicker,{color:c||"#666666",onChange:e=>t({customPercentageColor:e}),enableAlpha:!0}),c&&(0,i.jsx)(b.Button,{isSmall:!0,variant:"secondary",style:{marginTop:"8px"},onClick:()=>t({customPercentageColor:""}),children:(0,v.__)("Reset","b-blocks")})]}),(0,i.jsx)("h3",{style:{margin:"24px 0 12px",fontSize:"13px",fontWeight:600,textTransform:"uppercase",color:"#1e1e1e"},children:(0,v.__)("Progress Bar Colors","b-blocks")}),(0,i.jsxs)("div",{style:{marginBottom:"20px"},children:[(0,i.jsx)("label",{style:{display:"block",marginBottom:"8px",fontWeight:500,fontSize:"12px"},children:(0,v.__)("Bar Progress Color","b-blocks")}),(0,i.jsx)(b.ColorPicker,{color:d||"#0073aa",onChange:e=>t({customBarProgressColor:e}),enableAlpha:!0}),d&&(0,i.jsx)(b.Button,{isSmall:!0,variant:"secondary",style:{marginTop:"8px"},onClick:()=>t({customBarProgressColor:""}),children:(0,v.__)("Reset","b-blocks")})]}),(0,i.jsxs)("div",{style:{marginBottom:"20px"},children:[(0,i.jsx)("label",{style:{display:"block",marginBottom:"8px",fontWeight:500,fontSize:"12px"},children:(0,v.__)("Bar Remaining/Background Color","b-blocks")}),(0,i.jsx)(b.ColorPicker,{color:p||"#f0f0f0",onChange:e=>t({customBarRemainingColor:e}),enableAlpha:!0}),p&&(0,i.jsx)(b.Button,{isSmall:!0,variant:"secondary",style:{marginTop:"8px"},onClick:()=>t({customBarRemainingColor:""}),children:(0,v.__)("Reset","b-blocks")})]})]}),a.length>0&&(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Individual Skill Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Select Skill","b-blocks"),value:g,options:a.map(((e,t)=>({label:e.title||`Skill ${t+1}`,value:t}))),onChange:e=>u(parseInt(e,10))}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Skill Title","b-blocks"),value:a[g].title,onChange:e=>C(g,"title",e)}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Percentage","b-blocks"),value:a[g].percentage,onChange:e=>C(g,"percentage",e),min:0,max:100}),!m&&(0,i.jsxs)("div",{style:{marginBottom:"16px"},children:[(0,i.jsx)("label",{style:{display:"block",marginBottom:"8px",fontWeight:500,fontSize:"12px"},children:(0,v.__)("Progress Bar Color","b-blocks")}),(0,i.jsx)(b.ColorPicker,{color:a[g].color,onChange:e=>C(g,"color",e),enableAlpha:!0})]}),m&&(0,i.jsx)("p",{style:{fontSize:"12px",color:"#757575",fontStyle:"italic"},children:(0,v.__)("Individual skill colors are overridden by the Customizable theme settings above.","b-blocks")}),a.length>1&&(0,i.jsx)(b.Button,{isDestructive:!0,variant:"secondary",onClick:()=>(e=>{const s=a.filter(((t,a)=>a!==e));t({skills:s}),g>=s.length&&u(Math.max(0,s.length-1))})(g),children:(0,v.__)("Remove This Skill","b-blocks")})]})]}),(0,i.jsxs)("div",{...y,children:[(0,i.jsx)("div",{className:"b-blocks-skill-bar-skills-grid",children:a.map(((e,t)=>((e,t)=>{const a="b-blocks-skill-bar-skill-item",s=g===t?`${a} is-selected`:a,n={};m&&p&&(n.backgroundColor=p);const l={width:`${e.percentage}%`};l.background=m&&d?d:e.color;const r=m&&d?d:e.color,c=m&&p?p:"#e0e0e0";return(0,i.jsxs)("div",{className:s,style:f,onClick:()=>u(t),role:"button",tabIndex:0,onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||u(t)},children:[(0,i.jsxs)("div",{className:"skill-header",children:[(0,i.jsx)("span",{className:"skill-title",style:w,children:e.title}),(0,i.jsxs)("span",{className:"skill-percentage",style:x,children:[e.percentage,"%"]})]}),"circular"===o?(0,i.jsxs)("div",{className:"skill-circular",children:[(0,i.jsxs)("svg",{viewBox:"0 0 100 100",children:[(0,i.jsx)("circle",{className:"skill-circular-bg",cx:"50",cy:"50",r:"45",fill:"none",stroke:c,strokeWidth:"10"}),(0,i.jsx)("circle",{className:"b-blocks-skill-bar-skill-circular-progress",cx:"50",cy:"50",r:"45",fill:"none",stroke:r,strokeWidth:"10",strokeDasharray:""+2*Math.PI*45,strokeDashoffset:""+2*Math.PI*45*(1-e.percentage/100),transform:"rotate(-90 50 50)"})]}),(0,i.jsxs)("div",{className:"b-blocks-skill-bar-skill-circular-text",style:x,children:[e.percentage,"%"]})]}):(0,i.jsx)("div",{className:"skill-bar-wrapper",children:(0,i.jsx)("div",{className:"skill-bar-bg",style:n,children:(0,i.jsx)("div",{className:"b-blocks-skill-bar-skill-bar-fill",style:l})})})]},t)})(e,t)))}),(0,i.jsx)("div",{className:"b-blocks-skill-bar-skill-bar-actions",children:(0,i.jsx)(b.Button,{variant:"secondary",onClick:k,icon:IP,children:(0,v.__)("Add Skill","b-blocks")})})]})]})},save:function({attributes:e}){const{skills:t,theme:a,template:s,columns:o,customBackgroundColor:n,customTitleColor:l,customPercentageColor:r,customBarProgressColor:c,customBarRemainingColor:d}=e,p="customizable"===a,g={};p&&n&&(g.backgroundColor=n);const u={};p&&l&&(u.color=l);const m={};p&&r&&(m.color=r);const v=h.useBlockProps.save({className:`skill-bar-block theme-${a} template-${s} columns-${o}`});return(0,i.jsx)("div",{...v,children:(0,i.jsx)("div",{className:"b-blocks-skill-bar-skills-grid",children:t.map(((e,t)=>{const a={};p&&d&&(a.backgroundColor=d);const o=p&&c?c:e.color,n=p&&c?c:e.color,l=p&&d?d:"#e0e0e0";return(0,i.jsxs)("div",{className:"b-blocks-skill-bar-skill-item","data-percentage":e.percentage,style:g,children:[(0,i.jsxs)("div",{className:"skill-header",children:[(0,i.jsx)("span",{className:"skill-title",style:u,children:e.title}),(0,i.jsxs)("span",{className:"skill-percentage",style:m,children:[e.percentage,"%"]})]}),"circular"===s?(0,i.jsxs)("div",{className:"skill-circular",children:[(0,i.jsxs)("svg",{viewBox:"0 0 100 100",children:[(0,i.jsx)("circle",{className:"skill-circular-bg",cx:"50",cy:"50",r:"45",fill:"none",stroke:l,strokeWidth:"10"}),(0,i.jsx)("circle",{className:"b-blocks-skill-bar-skill-circular-progress",cx:"50",cy:"50",r:"45",fill:"none",stroke:n,strokeWidth:"10",strokeDasharray:""+2*Math.PI*45,strokeDashoffset:""+2*Math.PI*45,transform:"rotate(-90 50 50)","data-color":n})]}),(0,i.jsxs)("div",{className:"b-blocks-skill-bar-skill-circular-text",style:m,children:[e.percentage,"%"]})]}):(0,i.jsx)("div",{className:"skill-bar-wrapper",children:(0,i.jsx)("div",{className:"skill-bar-bg",style:a,children:(0,i.jsx)("div",{className:"b-blocks-skill-bar-skill-bar-fill",style:{backgroundColor:o},"data-percentage":e.percentage,"data-color":o})})})]},t)}))})})}});const RP=JSON.parse('{"apiVersion":3,"name":"b-blocks/service","title":"Service","description":"Service item for services section.","parent":["b-blocks/services"],"category":"bBlocks","keywords":["our service","service item","service card"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"background":{"type":"object","default":{"color":"#0000"}},"hoverBG":{"type":"object","default":{"type":"image","image":{"url":"https://i.imgur.com/i6qCSdM.png"},"overlayColor":"#0000","position":"bottom left","repeat":"no-repeat","size":"auto"}},"isIcon":{"type":"boolean","default":true},"isUpIcon":{"type":"boolean","default":false},"icon":{"type":"object","default":{"class":"fa-brands fa-wordpress","fontSize":70}},"upIcon":{"type":"object","default":{"id":null,"url":"","alt":"","title":""}},"iconWidth":{"type":"string","default":"70px"},"iconBorder":{"type":"object","default":{}},"isTitle":{"type":"boolean","default":true},"title":{"type":"string","selector":".bBlocksService h3.title","default":"Service title"},"titleColor":{"type":"string","default":"#222"},"isDesc":{"type":"boolean","default":true},"desc":{"type":"string","selector":".bBlocksService h3.description","default":"Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusamus, fuga."},"descColor":{"type":"string","default":"#333"},"isLink":{"type":"boolean","default":true},"link":{"type":"string","default":"#"},"linkIn":{"type":"string","default":"button"},"linkIconColor":{"type":"string","default":"#fff"},"linkBGColor":{"type":"string","default":"#d2d2d2"},"linkBGHovColor":{"type":"string","default":"#146EF5"}},"supports":{"align":false,"reusable":false,"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","render":"file:./render.php","viewScript":"file:./view.js"}'),DP=({attributes:e,setAttributes:t})=>{const{background:s,hoverBG:o,isIcon:n,isUpIcon:l,icon:r,upIcon:c,iconWidth:d,iconBorder:p,isTitle:g,titleColor:u,isDesc:m,descColor:w,isLink:x,link:y,linkIn:k,linkIconColor:C,linkBGColor:_,linkBGHovColor:M}=e;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:aa}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Service Settings","b-blocks"),children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:s,onChange:e=>t({background:e}),defaults:{color:"#0000"}}),(0,i.jsx)(wa,{label:(0,v.__)("Hover Background:","b-blocks"),value:o,onChange:e=>t({hoverBG:e}),defaults:{type:"image",image:{url:"https://i.imgur.com/i6qCSdM.png"},overlayColor:"#0000",position:"bottom left",size:"auto"}})]}),n&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:"Upload Icon?",checked:l,onChange:e=>t({isUpIcon:e})}),l?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon:","b-blocks")}),(0,i.jsx)(we,{value:c,onChange:e=>t({upIcon:e}),placeholder:(0,v.__)("Enter Icon URL","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Icon Width:","b-blocks"),labelPosition:"left",value:d,onChange:e=>t({iconWidth:e}),units:[$e(),He(),Te()]})]}):(0,i.jsx)(Sa,{value:r,onChange:e=>t({icon:e}),defaults:{class:"fa-brands fa-wordpress",fontSize:70}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:p,onChange:e=>t({iconBorder:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Colors Settings","b-blocks"),initialOpen:!1,children:[g&&(0,i.jsx)(De,{label:(0,v.__)("Title Color:","b-blocks"),value:u,onChange:e=>t({titleColor:e}),defaultColor:"#222"}),m&&(0,i.jsx)(De,{label:(0,v.__)("Description Color:","b-blocks"),value:w,onChange:e=>t({descColor:e}),defaultColor:"#333"})]}),x&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Link Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:y,onChange:e=>t({link:e})}),"button"===k&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Icon Color:","b-blocks"),value:C,onChange:e=>t({linkIconColor:e}),defaultColor:"#fff"}),(0,i.jsx)(De,{label:(0,v.__)("Background Color:","b-blocks"),value:_,onChange:e=>t({linkBGColor:e}),defaultColor:"#d2d2d2"}),(0,i.jsx)(De,{label:(0,v.__)("Background Hover Color:","b-blocks"),value:M,onChange:e=>t({linkBGHovColor:e}),defaultColor:a})]})]})]})},FP="bBlocksServices",qP="bBlocksService",WP=({attributes:e,id:t})=>{const{background:a,hoverBG:s,icon:o,iconWidth:n,iconBorder:l,titleColor:r,descColor:c,linkIconColor:d,linkBGColor:h,linkBGHovColor:p}=e,g=`#${t}`,u=`${g} .${qP}`,m=`${u} .icon`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${u}{\n\t\t\t${Wn(a)}\n\t\t}\n\t\t${u} .bgLayer{\n\t\t\t${Wn(s)}\n\t\t}\n\n\t\t${u} .title{\n\t\t\tcolor: ${r};\n\t\t}\n\t\t${m}{\n\t\t\t${Un(l)}\n\t\t}\n\t\t${m} i{\n\t\t\t${Zn(o)}\n\t\t}\n\t\t${m} img{\n\t\t\twidth: ${n};\n\t\t}\n\t\t${u} .description{\n\t\t\tcolor: ${c};\n\t\t}\n\t\t${u} .link a{\n\t\t\tbackground-color: ${h};\n\t\t}\n\t\t${g}:hover .ssbService .link a{\n\t\t\tbackground-color: ${p};\n\t\t}\n\t\t${u} .link a svg{\n\t\t\tfill: ${d};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},UP=(e="Service")=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 493.356 493.356",role:"img","aria-label":e.replace(/(<([^>]+)>)/gi,""),children:(0,i.jsx)("path",{d:"M490.498,239.278l-109.632-99.929c-3.046-2.474-6.376-2.95-9.993-1.427c-3.613,1.525-5.427,4.283-5.427,8.282v63.954H9.136 c-2.666,0-4.856,0.855-6.567,2.568C0.859,214.438,0,216.628,0,219.292v54.816c0,2.663,0.855,4.853,2.568,6.563 c1.715,1.712,3.905,2.567,6.567,2.567h356.313v63.953c0,3.812,1.817,6.57,5.428,8.278c3.62,1.529,6.95,0.951,9.996-1.708 l109.632-101.077c1.903-1.902,2.852-4.182,2.852-6.849C493.356,243.367,492.401,241.181,490.498,239.278z"})}),GP=({attributes:e,children:t})=>{const{title:a,isIcon:s,isUpIcon:o,icon:n,upIcon:l,isLink:r,link:c,linkIn:d}=e;return(0,i.jsxs)("div",{className:qP,children:["service"===d&&(0,i.jsx)("a",{className:"serviceLink",href:_t(c)}),(0,i.jsx)("div",{className:"bgLayer"}),s&&(0,i.jsx)("div",{className:"icon",children:o?(0,i.jsx)("img",{src:l?.url,alt:l?.alt}):n?.class&&(0,i.jsx)("i",{className:n?.class})}),t,r&&"button"===d&&(0,i.jsx)("div",{className:"link",children:c?(0,i.jsx)("a",{href:_t(c),children:UP(a)}):(0,i.jsx)("a",{children:UP(a)})})]})};br("b-blocks/services")&&(0,d.registerBlockType)(RP,{icon:zl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{isTitle:o,title:n,isDesc:l,desc:r}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(DP,{attributes:e.attributes,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(WP,{attributes:t,id:`block-${s}`}),(0,i.jsxs)(GP,{attributes:t,isBackend:!0,custom:{setAttributes:a},children:[o&&(0,i.jsx)(h.RichText,{className:"title",tagName:"h3",value:n,onChange:e=>a({title:e}),placeholder:(0,v.__)("Service Title","b-blocks"),inlineToolbar:!0}),l&&(0,i.jsx)(h.RichText,{className:"description",tagName:"p",value:r,onChange:e=>a({desc:e}),placeholder:(0,v.__)("Service Description","b-blocks"),inlineToolbar:!0})]})]})]})},save:()=>null});const YP=JSON.parse('{"apiVersion":3,"name":"b-blocks/services","title":"Services","description":"Services section for web page.","category":"bBlocks","keywords":["our services","services template","services section"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"cId":{"type":"string","default":""},"layout":{"type":"string","default":"default"},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"30px"},"rowGap":{"type":"string","default":"30px"},"background":{"type":"object","default":{"color":"#0000"}},"textAlign":{"type":"string","default":"left"},"itemHeight":{"type":"string","default":"375px"},"itemPadding":{"type":"object","default":{"side":4,"top":"50px","right":"30px","bottom":"50px","left":"50px"}},"itemBorder":{"type":"object","default":{"radius":"15px"}},"itemShadow":{"type":"object","default":{"blur":"20px","color":"#0000001a"}},"iconPadding":{"type":"object","default":{"side":4,"bottom":"10px"}},"iconMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"23px","tablet":"20px","mobile":"18px"}}},"titleMargin":{"type":"object","default":{"side":4,"bottom":"30px"}},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),ZP=[{label:(0,v.__)("Default","services-section"),value:"default"},{label:(0,v.__)("Layout 1","services-section"),value:"layout1"}],KP=[{label:(0,v.__)("Service Element","services-section"),value:"service"},{label:(0,v.__)("Title","services-section"),value:"title"},{label:(0,v.__)("Button","services-section"),value:"button"}],QP=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,clientId:a,device:s})=>{const{layout:o,columns:l,columnGap:r,rowGap:c,background:d,textAlign:p,itemHeight:u,itemPadding:w,itemBorder:x,itemShadow:k,iconPadding:C,iconMargin:_,titleTypo:M,titleMargin:z,descTypo:j}=e,L=(0,m.select)("core/block-editor").getBlocksByClientId(a)[0]?.innerBlocks,S=L&&L[0]?.attributes,[$,H]=(0,g.useState)(S?.isIcon),[T,B]=(0,g.useState)(S?.isTitle),[A,V]=(0,g.useState)(S?.isDesc),[N,P]=(0,g.useState)(S?.linkIn),E=e=>L.forEach((t=>{(0,m.dispatch)("core/block-editor").updateBlockAttributes(t.clientId,e)}));return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:aa}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Layout:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:o,onChange:e=>{t({layout:e}),"default"===e&&t({background:{...d,type:"solid",color:"#0000"},itemShadow:{...k,blur:"20px",color:"#0000001a"}}),"layout1"===e&&t({background:{...d,type:"solid",color:"#121212"},itemShadow:{...k,blur:"0",color:"#0000"}}),L.forEach((t=>{const{hoverBG:a,icon:s,iconBorder:o}=t?.attributes;"default"===e&&(0,m.dispatch)("core/block-editor").updateBlockAttributes(t.clientId,{hoverBG:{...a,type:"image",image:{url:"https://i.imgur.com/i6qCSdM.png"},overlayColor:"#0000",position:"bottom left",size:"auto"},icon:{...s,colorType:"solid",gradient:n},iconBorder:{...o,width:"0px",color:"#0000",side:"all"},titleColor:"#222",descColor:"#333",linkIn:"button"}),"layout1"===e&&(0,m.dispatch)("core/block-editor").updateBlockAttributes(t.clientId,{hoverBG:{...a,type:"solid",color:"#0000"},icon:{...s,colorType:"gradient",gradient:"linear-gradient(135deg, #7f246b, #c70d2b)"},iconBorder:{...o,width:"1px",color:"#777",side:"bottom"},titleColor:"#fff",descColor:"#777",linkIn:"title"})}))},options:ZP})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:l[s],onChange:e=>{t({columns:{...l,[s]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:r,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:c,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:d,onChange:e=>t({background:e}),defaults:{color:"#0000"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Item Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Min Height:","b-blocks"),labelPosition:"left",value:u,onChange:e=>t({itemHeight:e}),units:[$e(),Te()]}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:w,onChange:e=>t({itemPadding:e}),defaults:{side:4,top:"50px",right:"30px",bottom:"50px",left:"50px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border","b-blocks"),value:x,onChange:e=>t({itemBorder:e}),defaults:{radius:"15px"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:k,onChange:e=>t({itemShadow:e}),defaults:{blur:"20px",color:"#0000001a"}}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Link In:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:N,onChange:e=>{E({linkIn:e}),P(e)},options:KP})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Icon","b-blocks"),checked:$||S?.isIcon,onChange:e=>{E({isIcon:e}),H(e)}}),$||S?.isIcon?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Icon Padding:","b-blocks"),value:C,onChange:e=>t({iconPadding:e}),defaults:{side:4,bottom:"10px"}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Icon Margin:","b-blocks"),value:_,onChange:e=>t({iconMargin:e}),defaults:{side:4,bottom:"20px"}})]}):"",(0,i.jsx)(b.ToggleControl,{className:"mt35",label:(0,v.__)("Show Title","b-blocks"),checked:T||S?.isTitle,onChange:e=>{E({isTitle:e}),B(e)}}),T||S?.isTitle?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Mn,{label:(0,v.__)("Title Typography:","b-blocks"),value:M,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:23,tablet:20,mobile:18}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Title Margin:","b-blocks"),value:z,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"30px"}})]}):"",(0,i.jsx)(b.ToggleControl,{className:"mt35",label:(0,v.__)("Show Description","b-blocks"),checked:A||S?.isDesc,onChange:e=>{E({isDesc:e}),V(e)}}),A||S?.isDesc?(0,i.jsx)(Mn,{label:(0,v.__)("Description Typography:","b-blocks"),value:j,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:16,tablet:16,mobile:16}}}):""]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:p,onChange:e=>t({textAlign:e})})})]})})),XP=({attributes:e,id:t,isBackend:a=!1})=>{const{columnGap:s,rowGap:o,background:n,textAlign:l,itemHeight:r,itemPadding:c,itemBorder:d,itemShadow:h,iconPadding:p,iconMargin:g,titleTypo:u,titleMargin:m,descTypo:v}=e,b=`#${t} .${FP}`,f=`${b} .${qP}`,w=a?`${b} .block-editor-inner-blocks .block-editor-block-list__layout{\n\t\tgrid-gap: ${o} ${s};\n\t}`:`${b}{\n\t\tgrid-gap: ${o} ${s};\n\t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",u)?.googleFontLink}\n\t\t${ei("",v)?.googleFontLink}\n\t\t${ei(`${f} .title`,u)?.styles}\n\t\t${ei(`${f} .description`,v)?.styles}\n\n\t\t${b}{\n\t\t\t${Wn(n)}\n\t\t}\n\t\t${w}\n\n\t\t${f}{\n\t\t\ttext-align: ${l};\n\t\t\tmin-height: ${r};\n\t\t\tpadding: ${Jn(c)};\n\t\t\t${Un(d)||"border-radius: 15px;"}\n\t\t\tbox-shadow: ${Xn(h)};\n\t\t}\n\t\t${f} .bgLayer{\n\t\t\tborder-radius: ${d?.radius||"15px"}\n\t\t}\n\t\t${f} .icon{\n\t\t\tpadding: ${Jn(p)};\n\t\t\tmargin: ${Jn(g)};\n\t\t}\n\t\t${f} .title{\n\t\t\tmargin: ${Jn(m)};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})};br(YP.name)&&(0,d.registerBlockType)(YP,{icon:zl,transforms:{from:[{type:"block",blocks:["services-section/services"],transform:e=>(0,d.createBlock)("b-blocks/services",e)},{type:"prefix",prefix:"slider",transform:()=>(0,d.createBlock)("b-blocks/services")}],to:[{type:"block",blocks:["services-section/services"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("services-section/services",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{layout:o,columns:n}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(QP,{attributes:t,setAttributes:a,clientId:s}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(XP,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{className:`${FP} ${o} columns-${n.desktop} columns-tablet-${n.tablet} columns-mobile-${n.mobile}`,children:(0,i.jsx)(h.InnerBlocks,{allowedBlocks:["b-blocks/service"],template:[["b-blocks/service"],["b-blocks/service"],["b-blocks/service"]]})})]})]})},save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const JP=JSON.parse('{"apiVersion":3,"name":"b-blocks/shape-divider","title":"Shape Divider","description":"Create unique and visually appealing dividers.","category":"bBlocks","keywords":["shape divider","svg shape","dynamic divider"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"full"},"background":{"type":"object","default":{"type":"gradient","gradient":"linear-gradient(135deg, #74E2D5, #7BCACF);"}},"padding":{"type":"object","default":{"top":"100px","right":"0px","bottom":"100px","left":"0px"}},"height":{"type":"object","default":{"desktop":"100vh","tablet":"100vh","mobile":"100vh"}},"shape":{"type":"string","default":"waves-opacity"},"shapePosition":{"type":"string","default":"bottom"},"isShapeSplite":{"type":"boolean","default":false},"shapeHeight":{"type":"object","default":{"desktop":"150px","tablet":"150px","mobile":"150px"}},"shapeWidth":{"type":"number","default":100},"shapeColor":{"type":"string","default":"#fff"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),eE=[{label:(0,v.__)("Curve","b-blocks"),value:"curve"},{label:(0,v.__)("Tilt","b-blocks"),value:"tilt"},{label:(0,v.__)("Curve Acymmetrical","b-blocks"),value:"curve-acymmetrical"},{label:(0,v.__)("Waves","b-blocks"),value:"waves"},{label:(0,v.__)("Waves Opacity","b-blocks"),value:"waves-opacity"}],tE=({attributes:e,setAttributes:t})=>{const{height:a,shape:s,shapePosition:o,isShapeSplite:n,shapeWidth:l,shapeHeight:r,shapeColor:c,background:d,padding:p}=e;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Section","b-blocks"),children:(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:a.desktop,onChange:e=>t({height:{desktop:e,tablet:e,mobile:e}}),units:[$e(1080),Te(67),Ve(100)],isResetValueOnUnitChange:!0})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Shape","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:s,onChange:e=>t({shape:e}),options:eE})]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Position:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:o,options:[{label:(0,v.__)("Top","b-blocks"),value:"top"},{label:(0,v.__)("Bottom","b-blocks"),value:"bottom"}],onChange:e=>t({shapePosition:e})})]}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Shape Splite","b-blocks"),checked:n,value:n,onChange:e=>t({isShapeSplite:e})}),(0,i.jsx)(f,{children:(0,v.__)("Width:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:l,onChange:e=>t({shapeWidth:e}),min:100,max:300}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:r.desktop,onChange:e=>t({shapeHeight:{desktop:e,tablet:e,mobile:e}}),units:[$e(150),Te(10)],isResetValueOnUnitChange:!0})]})]}),"style"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Section","b-blocks"),children:[(0,i.jsx)(wa,{className:"mb20",label:(0,v.__)("Background","b-blocks"),value:d,onChange:e=>t({background:e})}),(0,i.jsx)(b.__experimentalBoxControl,{label:(0,v.__)("Padding:","b-blocks"),values:p,resetValues:{top:"100px",right:"0px",bottom:"100px",left:"0px"},onChange:e=>t({padding:e})})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Shape","b-blocks"),initialOpen:!1,children:(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:c,onChange:e=>t({shapeColor:e}),defaultColor:"#fff"})})]})]})})})},aE=({attributes:e,id:t})=>{const{shapeColor:a,shapePosition:s,shapeWidth:o,shapeHeight:n,isShapeSplite:l,padding:r,background:c,height:d}=e,h=`#${t}`,p="top"===s?"rotate(0deg)":"rotate(180deg)",g=l?"scaleX(1)":"scaleX(-1)";return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${h}{\n\t\t\tmin-height: ${d.desktop};\n\t\t\t${Wn(c)}\n\t\t\tpadding: ${ti(r)};\n\t\t}\n\n\t\t${h} svg{\n\t\t\twidth: calc(${o}% + 1.3px);\n\t\t\theight: ${n.desktop};\n\t\t\tfill: ${a};\n\t\t\ttop: ${"top"===s?0:"auto"};\n\t\t\tbottom: ${"bottom"===s?0:"auto"};\n\t\t\ttransform: ${p+" "+g};\n\t\t}\n\t`}})},sE=({attributes:e})=>{const{shape:t}=e;return(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1200 120",preserveAspectRatio:"none",children:(0,i.jsx)(oE,{shape:t})})},oE=({shape:e})=>{switch(e){case"curve":default:return(0,i.jsx)("path",{d:"M0,0V7.23C0,65.52,268.63,112.77,600,112.77S1200,65.52,1200,7.23V0Z"});case"tilt":return(0,i.jsx)("path",{d:"M1200 120L0 16.48 0 0 1200 0 1200 120z"});case"curve-acymmetrical":return(0,i.jsx)("path",{d:"M0,0V6c0,21.6,291,111.46,741,110.26,445.39,3.6,459-88.3,459-110.26V0Z"});case"waves":return(0,i.jsx)("path",{d:"M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"});case"waves-opacity":return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("path",{d:"M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z",opacity:".25"}),(0,i.jsx)("path",{d:"M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z",opacity:".5"}),(0,i.jsx)("path",{d:"M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z"})]})}},nE=[["core/heading",{content:"Creative Shape Divider",textAlign:"center",style:{typography:{fontSize:"52px"}},textColor:"white"}],["core/paragraph",{content:"The Gutenberg Shape Divider plugin is an innovative tool designed to enhance the visual appeal and creativity of websites built using the WordPress Gutenberg editor. With its intuitive interface and powerful features, this plugin empowers users to create unique and captivating designs by adding customizable shape dividers to their web pages.",align:"center",style:{typography:{fontSize:"18px"}},textColor:"white"}]];br(JP.name)&&(0,d.registerBlockType)(JP,{icon:jl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(tE,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(aE,{attributes:t,id:`block-${s}`}),(0,i.jsx)(sE,{attributes:t}),(0,i.jsx)("div",{className:"shapeContent",children:(0,i.jsx)(h.InnerBlocks,{template:nE,renderAppender:()=>(0,i.jsx)(h.Inserter,{rootClientId:s,isAppender:!0,renderToggle:({onToggle:e,disabled:t})=>(0,i.jsx)(b.Button,{onClick:e,disabled:t,icon:"plus-alt",children:" "})})})})]})]})},save:()=>(0,i.jsx)(h.InnerBlocks.Content,{})});const iE=JSON.parse('{"apiVersion":3,"name":"b-blocks/slider","title":"Slider","description":"Display image and content slider.","category":"bBlocks","keywords":["content slider","image slider","image carousel"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"slides":{"type":"array","default":[{"background":{"color":"#00000080"},"border":{},"position":"center center","childPositions":[{"top":36,"right":44.71,"bottom":44.5,"left":44.71},{"top":47.5,"right":34.67,"bottom":52.5,"left":34.67},{"top":55.5,"right":44.54,"bottom":67,"left":44.54}],"title":"Slide Title 1","titleColor":"#fff","description":"This content area describes slider 1 descriptions/details.","descColor":"#fff","btnText":"Button 1","btnLink":"#","btnColors":{"color":"#fff","bg":"#146EF5"},"btnHovColors":{"color":"#fff","bg":"#FF7A00"}},{"background":{"color":"#00000080"},"border":{},"position":"center center","childPositions":[{"top":36,"right":44.71,"bottom":44.5,"left":44.71},{"top":47.5,"right":34.67,"bottom":52.5,"left":34.67},{"top":55.5,"right":44.54,"bottom":67,"left":44.54}],"title":"Slide Title 2","titleColor":"#fff","description":"This content area describes slider 2 descriptions/details.","descColor":"#fff","btnText":"Button 2","btnLink":"#","btnColors":{"color":"#fff","bg":"#146EF5"},"btnHovColors":{"color":"#fff","bg":"#FF7A00"}}]},"columns":{"type":"object","default":{"desktop":1,"tablet":1,"mobile":1}},"columnGap":{"type":"number","default":15},"sliderWidth":{"type":"string","default":"100%"},"sliderHeight":{"type":"string","default":"400px"},"sliderAlign":{"type":"string","default":"center"},"isLoop":{"type":"boolean","default":true},"isTouchMove":{"type":"boolean","default":true},"speed":{"type":"number","default":1.5},"isAutoplay":{"type":"boolean","default":true},"autoplayOptions":{"type":"object","default":{"delay":1.5,"disableOnInteraction":false,"reverseDirection":false,"pauseOnMouseEnter":false,"stopOnLastSlide":false}},"freeModeOptions":{"type":"object","default":{"enabled":false,"sticky":false}},"effect":{"type":"string","default":"slide"},"keyboardOptions":{"type":"object","default":{"enabled":false}},"isMousewheel":{"type":"boolean","default":false},"isPage":{"type":"boolean","default":true},"pageOnDevice":{"type":"object","default":{"tablet":true,"mobile":true}},"isPageClickable":{"type":"boolean","default":true},"isPageDynamic":{"type":"boolean","default":true},"isPrevNext":{"type":"boolean","default":true},"prevNextOnDevice":{"type":"object","default":{"tablet":true,"mobile":true}},"sliderBG":{"type":"object","default":{"color":"#0000"}},"sliderPadding":{"type":"object","default":{"vertical":"0px","horizontal":"0px"}},"pageColor":{"type":"string","default":"#fff"},"pageWidth":{"type":"string","default":"15px"},"pageHeight":{"type":"string","default":"15px"},"pageBorder":{"type":"object","default":{"radius":"50%"}},"prevNextColor":{"type":"string","default":"#fff"},"isTitle":{"type":"boolean","default":true},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"25px","tablet":"22px","mobile":"20px"}}},"isDesc":{"type":"boolean","default":true},"descTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"descColor":{"type":"string","default":""},"isBtn":{"type":"boolean","default":true},"linkTarget":{"type":"string","default":"_blank"},"btnTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"btnPadding":{"type":"object","default":{"vertical":"12px","horizontal":"35px"}},"btnBorder":{"type":"object","default":{"radius":"3px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":["file:./view.js","wp-util"]}'),lE=[{label:(0,v.__)("Slide","content-slider-block"),value:"slide"},{label:(0,v.__)("Fade","content-slider-block"),value:"fade"},{label:(0,v.__)("Cube","content-slider-block"),value:"cube"},{label:(0,v.__)("Creative","content-slider-block"),value:"creative"},{label:(0,v.__)("Coverflow","content-slider-block"),value:"coverflow"},{label:(0,v.__)("Flip","content-slider-block"),value:"flip"},{label:(0,v.__)("Cards","content-slider-block"),value:"cards"}],rE=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"options",title:(0,v.__)("Options","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],cE=(e,t)=>100*parseFloat(e/t),dE=e=>parseInt(e?.clientWidth),hE=e=>parseInt(e?.clientHeight),pE=({attributes:e,setAttributes:t,clientId:s,arrKey:n,index:l,setActiveIndex:r=!1,premiumProps:c})=>{const d=e[n],{background:h,border:p={},title:g,titleColor:u,description:m,descColor:w,btnText:x,btnLink:y,btnColors:k,btnHovColors:C}=d[l],_=(a,s,o)=>{const i=_v(e[n],(e=>{e[a][s]=o}));t({[n]:i}),r&&r(a)};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:h,onChange:e=>_(l,"background",e),defaults:{color:"#00000080"}}),(0,i.jsx)(Nn,{label:(0,v.__)("Border:","b-blocks"),value:p,onChange:e=>_(l,"border",e),...c,Component:Oc}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Content Position","b-blocks")}),(0,i.jsx)(b.__experimentalAlignmentMatrixControl,{onChange:e=>{t({slides:_v(d,(t=>{t[l].position=e,t[l].childPositions=((e,t,a)=>{const s=document.querySelector(`#${e} .swiper-wrapper .slide-${t} .slideContent`),o=s?.children||[];if(o?.length){const e=o.length,t=[];for(let n=0;n<e;n++){const i=(e=n)=>cE(hE(o[e]),hE(s)),l=((e=n)=>cE(dE(o[e]),dE(s)))(n),r=i(n);if(0<l&&0<r&&isFinite(l)&&isFinite(r)){const s=e=>e>=0?i(e)+3:0,o=11,c=5.8;let d=0;for(let e=0;e<n;e++)d+=s(e);let h=0;for(let t=e-1;t>n;t--)h+=s(t);const p=o+d,g=100-(o+r+d),u=100-(o+r+h),m=o+h,v=100-(l+c),b=50-l/2,f=3===e?1===n?50-r/2:2===n?50+i(1)/2+3:50-i(1)/2-3-r:2===e?1===n?51.5:48.5-r:50-r/2,w=3===e?1===n?50+r/2:2===n?50+i(1)/2+3+r:50-i(1)/2-3:2===e?1===n?51.5+r:48.5:50+r/2,x={top:p,right:v,bottom:g,left:c},y={top:p,right:b,bottom:g,left:b},k={top:p,right:c,bottom:g,left:v},C={top:f,right:v,bottom:w,left:c},_={top:f,right:b,bottom:w,left:b},M={top:f,right:c,bottom:w,left:v},z={top:u,right:v,bottom:m,left:c},j={top:u,right:b,bottom:m,left:b},L={top:u,right:c,bottom:m,left:v};switch(a){case"top left":t.push(x);break;case"top center":t.push(y);break;case"top right":t.push(k);break;case"center left":t.push(C);break;case"center center":t.push(_);break;case"center right":t.push(M);break;case"bottom left":t.push(z);break;case"bottom center":t.push(j);break;case"bottom right":t.push(L)}}}return t}})(`block-${s}`,l,e)}))})}})]}),(0,i.jsx)("small",{children:(0,v.__)("You can also change the content position by dragging element.","b-blocks")}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Title:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:g,onChange:e=>_(l,"title",e),placeholder:(0,v.__)("Slide title","b-blocks")})]}),(0,i.jsx)(De,{label:(0,v.__)("Title Color:","b-blocks"),value:u,onChange:e=>_(l,"titleColor",e),defaultColor:"#fff"}),(0,i.jsx)(f,{children:(0,v.__)("Description:","b-blocks")}),(0,i.jsx)(b.TextareaControl,{value:m,onChange:e=>_(l,"description",e),placeholder:(0,v.__)("Description of the slider","b-blocks")}),(0,i.jsx)(De,{label:(0,v.__)("Description Color:","b-blocks"),value:w,onChange:e=>_(l,"descColor",e),defaultColor:"#fff"}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Text:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:x,onChange:e=>_(l,"btnText",e),placeholder:(0,v.__)("Button label","b-blocks")})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Button Link:","b-blocks")}),(0,i.jsx)(b.TextControl,{value:y,onChange:e=>_(l,"btnLink",e),placeholder:(0,v.__)("Button link","b-blocks")})]}),(0,i.jsx)(ka,{label:(0,v.__)("Button Colors:","b-blocks"),value:k,onChange:e=>_(l,"btnColors",e),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(ka,{label:(0,v.__)("Button Hover Colors:","b-blocks"),value:C,onChange:e=>_(l,"btnHovColors",e),defaults:{color:"#fff",bg:o}})]})},gE=[{top:36,right:44.71,bottom:44.5,left:44.71},{top:47.5,right:34.67,bottom:52.5,left:34.67},{top:55.5,right:44.54,bottom:67,left:44.54}],uE=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,clientId:s,activeIndex:n,setActiveIndex:l,isPremium:r,device:c})=>{const{slides:d=[],columns:p,columnGap:u,sliderWidth:m,sliderHeight:w,isLoop:x,isTouchMove:k,speed:C,isAutoplay:_,autoplayOptions:M={},freeModeOptions:z={},effect:j,keyboardOptions:L={},isMousewheel:S=!1,isPage:$,pageOnDevice:H={},isPageClickable:T,isPageDynamic:B,isPrevNext:A,prevNextOnDevice:V={},sliderBG:N={},sliderPadding:P={},pageColor:E,pageWidth:I,pageHeight:O,pageBorder:R,prevNextColor:D,sliderAlign:F,isTitle:q,titleTypo:W,isDesc:U,descTypo:G,isBtn:Y,linkTarget:Z,btnTypo:K,btnPadding:Q,btnBorder:X}=e,[J,ee]=(0,g.useState)(!1),te={background:{color:"#00000080"},border:{},position:"center center",childPositions:gE,title:`Slide Title ${d.length+1}`,titleColor:"#fff",description:`This content area describes slider ${d.length+1} descriptions/details.`,descColor:"#fff",btnText:`Button ${d.length+1}`,btnLink:"#",btnColors:{color:"#fff",bg:a},btnHovColors:{color:"#fff",bg:o}},ae={isPremium:r,setIsProModalOpen:ee},se={className:"bPlPanelBody",initialOpen:!1},oe={attributes:e,setAttributes:t,clientId:s,arrKey:"slides",activeIndex:n,setActiveIndex:l,premiumProps:ae};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:rE,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slides","b-blocks"),children:(0,i.jsx)(dn,{...oe,newItem:te,ItemSettings:pE,itemLabel:"Slide",design:r?"sortable":"all"})}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Layout Settings","b-blocks"),...se,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:p[c],onChange:e=>t({columns:{...p,[c]:e}}),min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(f,{children:(0,v.__)("Column Gap:","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:u,onChange:e=>t({columnGap:e}),min:0,max:250,step:1,beforeIcon:"arrow-right-alt"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:m,onChange:e=>t({sliderWidth:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Height:","b-blocks"),labelPosition:"left",value:w,onChange:e=>t({sliderHeight:e}),units:[$e(),Te(),Ve()]})]})]}),"options"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Basic Options","b-blocks"),children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Loop","b-blocks"),checked:x,onChange:e=>t({isLoop:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Touch Move","b-blocks"),checked:k,onChange:e=>t({isTouchMove:e})}),(0,i.jsx)("small",{children:(0,v.__)("Switch slide with grab in anywhere in slide","b-blocks")}),(0,i.jsx)("small",{children:(0,v.__)("Touch Move will not work in backend","b-blocks")}),(0,i.jsx)(f,{children:(0,v.__)("Speed (s):","b-blocks")}),(0,i.jsx)(b.RangeControl,{value:C,onChange:e=>t({speed:e}),min:0,max:10,step:.05}),(0,i.jsx)("small",{children:(0,v.__)("Smaller speed value will be slide faster","b-blocks")})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Autoplay","b-blocks"),...se,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Enable Autoplay","b-blocks"),checked:_,onChange:e=>t({isAutoplay:e})}),(0,i.jsx)("small",{children:(0,v.__)("Autoplay will not work in backend","b-blocks")}),_&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Delay (s):","b-blocks"),value:M.delay,onChange:e=>t({autoplayOptions:{...M,delay:e}}),min:0,max:10,step:.05,beforeIcon:"visibility",...ae,Component:b.RangeControl}),(0,i.jsx)("small",{children:(0,v.__)("Smaller delay value will be autoplay faster","b-blocks")}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Disable on Interaction","b-blocks"),checked:M.disableOnInteraction,onChange:e=>t({autoplayOptions:{...M,disableOnInteraction:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Pause on Mouse Enter","b-blocks"),checked:M.pauseOnMouseEnter,onChange:e=>t({autoplayOptions:{...M,pauseOnMouseEnter:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)("small",{children:(0,v.__)("If 'Disable on Interaction' is also enabled, it will stop autoplay instead of pause","b-blocks")}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Reverse Direction","b-blocks"),checked:M.reverseDirection,onChange:e=>t({autoplayOptions:{...M,reverseDirection:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Stop on Last Slide","b-blocks"),checked:M.stopOnLastSlide,onChange:e=>t({autoplayOptions:{...M,stopOnLastSlide:e}}),...ae,Component:b.ToggleControl})]})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Free Mode","b-blocks"),...se,children:[(0,i.jsx)(Nn,{label:(0,v.__)("Enable Free Mode","b-blocks"),checked:z.enabled,onChange:e=>t({freeModeOptions:{...z,enabled:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)("small",{children:(0,v.__)("Smooth Scrolling with dragging the slide","b-blocks")}),(0,i.jsx)("br",{}),(0,i.jsx)("small",{children:(0,v.__)("Enable Touch Move to use Free Mode","b-blocks")}),z.enabled&&(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Sticky","b-blocks"),checked:z.sticky,onChange:e=>t({freeModeOptions:{...z,sticky:e}}),...ae,Component:b.ToggleControl})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Effects","b-blocks"),...se,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Effect:","b-blocks")}),(0,i.jsx)(In,{value:j,onChange:e=>{t({effect:e}),"slide"===e&&t({columns:{desktop:1,tablet:1,mobile:1},sliderWidth:"100%",sliderHeight:"400px",sliderPadding:{vertical:"0px",horizontal:"0px"}}),"fade"===e&&t({columns:{desktop:1,tablet:1,mobile:1},sliderWidth:"100%",sliderHeight:"400px",sliderPadding:{vertical:"0px",horizontal:"0px"}}),"cube"===e&&t({columns:{desktop:1,tablet:1,mobile:1},sliderWidth:"450px",sliderHeight:"500px",sliderPadding:{vertical:"50px",horizontal:"50px"}}),"creative"===e&&t({columns:{desktop:1,tablet:1,mobile:1},sliderWidth:"100%",sliderHeight:"400px",sliderPadding:{vertical:"0px",horizontal:"0px"}}),"coverflow"===e&&t({columns:{desktop:3,tablet:2,mobile:1},sliderWidth:"100%",sliderHeight:"400px",sliderPadding:{vertical:"0px",horizontal:"0px"}}),"flip"===e&&t({columns:{desktop:1,tablet:1,mobile:1},sliderWidth:"450px",sliderHeight:"500px",sliderPadding:{vertical:"50px",horizontal:"50px"}}),"cards"===e&&t({columns:{desktop:1,tablet:1,mobile:1},sliderWidth:"400px",sliderHeight:"500px",sliderPadding:{vertical:"50px",horizontal:"50px"}})},options:lE,proValues:["cube","coverflow","flip","cards"],...ae})]}),(0,i.jsx)("small",{children:(0,v.__)("To work fade, cube, creative, flip & cards effects properly, set single column per view.","b-blocks")}),(0,i.jsx)("br",{}),(0,i.jsx)("small",{children:(0,v.__)("Some settings may change when effect will be changed.","b-blocks")})]}),(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Keyboard Control","b-blocks"),...se,children:(0,i.jsx)(Nn,{label:(0,v.__)("Enable Keyboard Control","b-blocks"),checked:L.enabled,onChange:e=>t({keyboardOptions:{...L,enabled:e}}),...ae,Component:b.ToggleControl})}),(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Mousewheel","b-blocks"),...se,children:(0,i.jsx)(Nn,{label:(0,v.__)("Enable Slide on Mousewheel","b-blocks"),checked:S,onChange:e=>t({isMousewheel:e}),...ae,Component:b.ToggleControl})}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Pagination","b-blocks"),...se,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Pagination","b-blocks"),checked:$,onChange:e=>t({isPage:e})}),$&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Show On Tablet","b-blocks"),checked:H?.tablet,onChange:e=>t({pageOnDevice:{...H,tablet:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Show On Mobile","b-blocks"),checked:H?.mobile,onChange:e=>t({pageOnDevice:{...H,mobile:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Pagination Clickable","b-blocks"),checked:T,onChange:e=>t({isPageClickable:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Enable Pagination Dynamic Bullets","b-blocks"),checked:B,onChange:e=>t({isPageDynamic:e})})]})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Navigation","b-blocks"),...se,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Preview Next Button","b-blocks"),checked:A,onChange:e=>t({isPrevNext:e})}),A&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Show On Tablet","b-blocks"),checked:V?.tablet,onChange:e=>t({prevNextOnDevice:{...V,tablet:e}}),...ae,Component:b.ToggleControl}),(0,i.jsx)(Nn,{className:"mt10",label:(0,v.__)("Show On Mobile","b-blocks"),checked:V?.mobile,onChange:e=>t({prevNextOnDevice:{...V,mobile:e}}),...ae,Component:b.ToggleControl})]})]})]}),"style"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider","b-blocks"),children:[(0,i.jsx)(Nn,{label:(0,v.__)("Background","b-blocks"),value:N,onChange:e=>t({sliderBG:e}),defaults:{color:"#0000"},...ae,Component:wa}),(0,i.jsx)(Nn,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:P,onChange:e=>t({sliderPadding:e}),defaults:{vertical:"0px",horizontal:"0px"},...ae,Component:Wc})]}),$||A?(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Options","b-blocks"),...se,children:[$&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Pagination Bullets Color:","b-blocks"),value:E,onChange:e=>t({pageColor:e}),defaultColor:"#fff"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Pagination Width:","b-blocks"),labelPosition:"left",value:I,onChange:e=>t({pageWidth:e}),units:[$e(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Pagination Height:","b-blocks"),labelPosition:"left",value:O,onChange:e=>t({pageHeight:e}),units:[$e(),Te()]}),(0,i.jsx)(Oc,{label:(0,v.__)("Pagination Border:","b-blocks"),value:R,onChange:e=>t({pageBorder:e}),defaults:{radius:"50%"}})]}),A&&(0,i.jsx)(De,{label:(0,v.__)("Preview Next Button Color:","b-blocks"),value:D,onChange:e=>t({prevNextColor:e}),defaultColor:"#fff"})]}):"",(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Slide Title","b-blocks"),...se,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Title","b-blocks"),checked:q,onChange:e=>t({isTitle:e})}),q&&(0,i.jsx)(Mn,{value:W,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:25,tablet:22,mobile:20}}})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Slide Description","b-blocks"),...se,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Description","b-blocks"),checked:U,onChange:e=>t({isDesc:e})}),U&&(0,i.jsx)(Mn,{value:G,onChange:e=>t({descTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Slide Button","b-blocks"),...se,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Button","b-blocks"),checked:Y,onChange:e=>t({isBtn:e})}),Y&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Open link in new tab","b-blocks"),checked:"_blank"===Z,onChange:e=>t({linkTarget:e?"_blank":""})}),(0,i.jsx)(Mn,{value:K,onChange:e=>t({btnTypo:e}),defaults:{fontSize:{desktop:16,tablet:16,mobile:16}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:Q,onChange:e=>t({btnPadding:e}),defaults:{vertical:"12px",horizontal:"35px"}}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:X,onChange:e=>t({btnBorder:e}),defaults:{radius:"3px"}})]})]})]})]})})}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Slide","b-blocks"),onClick:()=>{t({slides:[...d,te]}),l(d.length)},children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:F,onChange:e=>t({sliderAlign:e}),describedBy:(0,v.__)("Slider Alignment"),alignmentControls:[{title:(0,v.__)("Slider in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Slider in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Slider in right","b-blocks"),align:"right",icon:"align-right"}]})]}),(0,i.jsxs)(da,{isProModalOpen:J,setIsProModalOpen:ee,block:"Slider",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Border: ","b-blocks")}),(0,v.__)("Border style options in every single slide.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Delay time: ","b-blocks")}),(0,v.__)("Delay time option in autoplay.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Disable on Interaction: ","b-blocks")}),(0,v.__)("Disable on Interaction option in autoplay.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Reverse Direction: ","b-blocks")}),(0,v.__)("Reverse Direction option in autoplay.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Pause on Mouse Enter: ","b-blocks")}),(0,v.__)("Pause on Mouse Enter option in autoplay.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Stop on Last Slide: ","b-blocks")}),(0,v.__)("Stop on Last Slide option in autoplay.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Free Mode: ","b-blocks")}),(0,v.__)("Free Mode option on drag slide.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Sticky: ","b-blocks")}),(0,v.__)("Sticky option in free mode.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Effects: ","b-blocks")}),(0,v.__)("Explore more effects such as Cube, Coverflow, Flip, and Cards.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Keyboard Control: ","b-blocks")}),(0,v.__)("Slide with Keyboard control.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Slide on Mousewheel: ","b-blocks")}),(0,v.__)("Slide on Mousewheel option.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Pagination Device: ","b-blocks")}),(0,v.__)("Show/Hide pagination in different devices(tablet and mobile).","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Navigation Device: ","b-blocks")}),(0,v.__)("Show/Hide navigation in different devices(tablet and mobile).","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Background: ","b-blocks")}),(0,v.__)("Background style option for slider wrapper.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Padding: ","b-blocks")}),(0,v.__)("Padding style option for slider wrapper.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Shortcode: ","b-blocks")}),(0,v.__)("Shortcode option to use anywhere.","b-blocks")]})]})]})})),mE="bBlocksSlider",vE=({attributes:e,initialSlide:t=0,isBackend:a=!1})=>{const{slides:s=[],columns:o,columnGap:n,isLoop:l,isTouchMove:r,speed:c,isAutoplay:d,autoplayOptions:h,freeModeOptions:p={},effect:g,keyboardOptions:u={},isMousewheel:m=!1,isPage:v,isPageClickable:b,isPageDynamic:f,isPrevNext:w,isTitle:x,isDesc:y,isBtn:k}=e;return(0,i.jsx)(Lf,{className:mE,direction:"horizontal",initialSlide:t,slidesPerView:o.mobile,breakpoints:{576:{slidesPerView:o.tablet},768:{slidesPerView:o.desktop}},spaceBetween:n,modules:[yb,vb,fb,Mb,zb,$b,Sb,Lb,Hb],loop:l,allowTouchMove:r,grabCursor:r,speed:1e3*c,autoplay:!!d&&{...h,delay:1e3*h.delay},freeMode:p,effect:g,fadeEffect:{crossFade:!1},cubeEffect:{shadow:!1},creativeEffect:{prev:{shadow:!0,translate:["-120%",0,-500]},next:{shadow:!0,translate:["120%",0,-500]}},keyboard:u,mousewheel:m,pagination:!!v&&{clickable:b,dynamicBullets:f,forceClass:!0},navigation:w,allowSlidePrev:!0,allowSlideNext:!0,autoHeight:!1,children:s?.map(((e,t)=>{const{position:s,title:o,description:n,btnText:l,btnLink:r}=e;return(0,i.jsx)(Sf,{className:`slide-${t}`,children:(0,i.jsxs)("div",{className:`slideContent ${s?.split(" ")?.join("-")||"center-center"}`,children:[x&&o&&(0,i.jsx)("h2",{className:"slideTitle",dangerouslySetInnerHTML:{__html:Mt(o)}}),y&&n&&(0,i.jsx)("p",{className:"slideDesc",dangerouslySetInnerHTML:{__html:Mt(n)}}),k&&l&&(0,i.jsx)("a",{href:a?"#":_t(r),className:"slideBtn",dangerouslySetInnerHTML:{__html:Mt(l)}})]})},t)}))})},bE=[{top:36,right:44.71,bottom:44.5,left:44.71},{top:47.5,right:34.67,bottom:52.5,left:34.67},{top:55.5,right:44.54,bottom:67,left:44.54}],fE=({attributes:e,id:t})=>{const{slides:s=[],sliderWidth:n,sliderHeight:l,pageOnDevice:r={},prevNextOnDevice:c={},sliderBG:d={},sliderPadding:h={},pageColor:p,pageWidth:g,pageHeight:u,pageBorder:m,prevNextColor:v,sliderAlign:b,isTitle:f,titleTypo:w,isDesc:x,descTypo:y,isBtn:k,btnTypo:C,btnPadding:_,btnBorder:M}=e,z=`#${t}`,j=`${z} .${mE}`,L=`${j} .swiper-slide`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",w)?.googleFontLink}\n\t\t${ei("",y)?.googleFontLink}\n\t\t${ei("",C)?.googleFontLink}\n\t\t${ei(`${L} .slideTitle`,w)?.styles}\n\t\t${ei(`${L} .slideDesc`,y)?.styles}\n\t\t${ei(`${L} .slideBtn`,C)?.styles}\n\n\t\t${z}{\n\t\t\ttext-align: ${b};\n\t\t\theight: ${l};\n\t\t}\n\t\t${j}{\n\t\t\twidth: ${n};\n\t\t\theight: ${l};\n\t\t\t${Wn(d)};\n\t\t\tpadding: ${Jn(h)};\n\t\t}\n\n\t\t${L} .slideBtn{\n\t\t\tpadding: ${Jn(_)};\n\t\t\t${Un(M)}\n\t\t}\n\n\t\t${j} .swiper-pagination .swiper-pagination-bullet{\n\t\t\tbackground: ${p};\n\t\t\twidth: ${g};\n\t\t\theight: ${u};\n\t\t\t${Un(m)}\n\t\t}\n\t\t\n\t\t${j} .swiper-button-prev, ${j} .swiper-button-next{\n\t\t\tcolor: ${v};\n\t\t}\n\n\t\t@media only screen and (max-width: 1024px) {\n\t\t\t${j} .swiper-pagination{\n\t\t\t\tdisplay: ${r?.tablet?"block":"none"};\n\t\t\t}\n\t\t\t${j} .swiper-button-prev, ${j} .swiper-button-next{\n\t\t\t\tdisplay: ${c?.tablet?"flex":"none"};\n\t\t\t}\n\t\t}\n\t\t@media only screen and (max-width: 640px) { \n\t\t\t${j} .swiper-pagination{\n\t\t\t\tdisplay: ${r?.mobile?"block":"none"};\n\t\t\t}\n\t\t\t${j} .swiper-button-prev, ${j} .swiper-button-next{\n\t\t\t\tdisplay: ${c?.mobile?"flex":"none"};\n\t\t\t}\n\t\t}\n\n\t\t${s.map(((e,t)=>{const{background:s,border:n={},childPositions:i=bE,title:l,titleColor:r,description:c,descColor:d,btnText:h,btnColors:p,btnHovColors:g}=e,u=(f&&l?1:0)+(x&&c?1:0)+(k&&h?1:0),m=`${z} .swiper-wrapper .slide-${t}`,v=`${m} .slideContent`;let b="";for(let e=0;e<u;e++){const{top:t,right:a,bottom:s,left:o}=i[e]||{};b+=`${v} > *:nth-child(${e+1}){${t>s?`bottom: ${s}%;`:`top: ${t}%;`}${o>a?`right: ${a}%;`:`left: ${o}%;`}}`}return`\n\t\t\t\t${m}{\n\t\t\t\t\t${Wn(s)}\n\t\t\t\t\t${Un(n)||""}\n\t\t\t\t}\n\t\t\t\t${m} .slideTitle{\n\t\t\t\t\tcolor: ${r||"#fff"};\n\t\t\t\t}\n\t\t\t\t${m} .slideDesc{\n\t\t\t\t\tcolor: ${d||"#fff"};\n\t\t\t\t}\n\t\t\t\t${m} .slideBtn{\n\t\t\t\t\t${Yn(p)||`color: #fff; background: ${a};`}\n\t\t\t\t}\n\t\t\t\t${m} .slideBtn:hover{\n\t\t\t\t\t${Yn(g)||`color: #fff; background: ${o};`}\n\t\t\t\t}\n\t\t\t\t${b}\n\t\t\t`})).join("")}\n\t\t`.replace(/\s+/g," ")}})},wE=jQuery,xE=(0,m.withSelect)((e=>({isEditorSidebarOpened:!!e("core/edit-post")?.isEditorSidebarOpened()})))((e=>{const{attributes:t,setAttributes:a,clientId:s,isEditorSidebarOpened:o}=e,{slides:n=[],columns:l,columnGap:r,isLoop:c,speed:d,freeModeOptions:p,effect:u,keyboardOptions:m,isMousewheel:v,isPage:b,isPageClickable:f,isPageDynamic:w,isPrevNext:x,isTitle:y,isDesc:k,isBtn:C}=t,_=bBlocksPremiumChecker,[M,z]=(0,g.useState)(0),[j,L]=(0,g.useState)(!0),S=`block-${s}`;(0,g.useEffect)((()=>{L(!j)}),[n,l,r,c,p,d,u,m,v,b,f,w,x,y,k,C,o]);const $=(e,t,s,o=!1,i=!1)=>{const l=_v(n,(a=>{!1!==o&&i?a[e][t][o][i]=s:!1!==o&&!1===i?a[e][t][o]=s:a[e][t]=s}));a({slides:l}),z(e)};wE(document).ready((function(){n?.length&&n.map(((e,t)=>{const a=document.querySelector(`#${S} .${mE} .slide-${t}:not(.swiper-slide-duplicate) .slideContent`),s=a?.children||[];for(let e=0;e<s?.length;e++)wE(s[e]).draggable({containment:"parent",cursor:"dragging",stop(a,s){const{top:o,left:n}=s.position,{clientWidth:i,clientHeight:l}=a.target||{},{clientWidth:r,clientHeight:c}=a.target?.parentElement||{};$(t,"childPositions",{top:o/c*100,right:(r-(n+i))/r*100,bottom:(c-(o+l))/c*100,left:n/r*100},e)}})}))}));const H=()=>(0,i.jsx)(vE,{attributes:t,initialSlide:M,isBackend:!0});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(uE,{attributes:t,setAttributes:a,clientId:s,activeIndex:M,isPremium:_,setActiveIndex:z}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(fE,{attributes:t,id:S}),(0,i.jsx)(H,{})]})]})}));br(iE.name)&&(0,d.registerBlockType)(iE,{icon:Ll,transforms:{from:[{type:"block",blocks:["csb/content-slider-block"],transform:e=>(0,d.createBlock)("b-blocks/slider",e)},{type:"prefix",prefix:"slider",transform:()=>(0,d.createBlock)("b-blocks/slider")}],to:[{type:"block",blocks:["csb/content-slider-block"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("csb/content-slider-block",e)}]},edit:xE,save:()=>null});const yE=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/scroll-to-top","version":"1.0.0","title":"Scroll To Top","category":"bBlocks","description":"Enhance user experience with a fully customizable Scroll To Top button for smooth navigation.","keywords":["scroll to top","scroll to top button","scroll to top widget"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"scroll":{"type":"object","default":{"scrollType":"progress","position":"","desktop":{"position":{"right":"10px","bottom":"10px","left":"10px"},"align":""},"tablet":{"position":{"right":"","bottom":"","left":""},"align":""},"mobile":{"position":{"right":"","bottom":"","left":""},"align":""}}},"icon":{"type":"object","default":{"svg":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z\'/></svg>","text":"Top"}},"styles":{"type":"object","default":{"icon":{"size":"40px","color":"#000","bg":{},"normal":{"rotate":0},"hover":{"rotate":0,"transition":0.3},"radius":{"top":"","left":"","bottom":"","right":""}},"progress":{"size":"60px","strokeSize":6,"color":"#ff0000","strokeBg":"#efefef","bg":"#fff"},"text":{"typography":{"fontSize":{"desktop":"24px"}},"normal":{"color":"","bg":{},"shadow":[],"padding":{"top":"","left":"","bottom":"","right":""},"border":{},"radius":{"top":"","left":"","bottom":"","right":""}},"hover":{"color":"","bg":{},"shadow":[],"padding":{"top":"","left":"","bottom":"","right":""},"border":{},"radius":{"top":"","left":"","bottom":"","right":""}}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"margin":{"desktop":{"bottom":"0px","top":"0px","right":"0px","left":"0px"}}},"transform":{"normal":{"rotate":{"desktop":{"x":"","y":"","z":""},"tablet":{"x":"","y":"","z":""},"mobile":{"x":"","y":"","z":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}],"border":{"width":"0px","style":"none"}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"mask":{"isMask":false,"shape":{"type":"circle"},"repeat":"no-repeat"},"animation":{"type":"","duration":1},"visibility":{"zIndex":{"desktop":""},"overflow":""},"responsive":{"desktop":false,"tablet":false,"mobile":false}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":["file:./view.css","aos"],"render":"file:./render.php","viewScript":["file:./view.js","aos"]}'),kE=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],CE=[{label:(0,v.__)("Icon","b-blocks"),value:"icon"},{label:(0,v.__)("Text","b-blocks"),value:"text"},{label:(0,v.__)("Progress","b-blocks"),value:"progress"}],_E=e=>{const{attributes:t,updateObj:a}=e,{icon:s,styles:o}=t;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Icon","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsx)(Pa,{label:(0,v.__)("Icon","b-blocks"),value:s.svg,onChange:e=>a("icon",e,"svg")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Icon Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o.icon.size,onChange:e=>a("styles",e,"icon","size")})]})]})},ME=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,updateObj:a,device:s}=e,{scroll:o}=t;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Position","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o.position,onChange:e=>a("scroll",e,"position"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Bottom Left",value:"left"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Bottom Right",value:"right"})]}),"right"===o.position&&(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex2 mt10",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Right","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10 flex1",value:o[s].position.right,onChange:e=>a("scroll",e,s,"position","right")})]}),"left"===o.position&&(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex2 mt10",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Left","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10 flex1",value:o[s].position.left,onChange:e=>a("scroll",e,s,"position","left")})]}),("left"===o.position||"right"===o.position)&&(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex2 mt10",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Bottom","b-blocks")," ",(0,i.jsx)(y,{})]})}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10 flex1",value:o[s].position.bottom,onChange:e=>a("scroll",e,s,"position","bottom")})]})]})})),zE=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),jE=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),LE=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),SE=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,updateObj:a,device:s}=e,{scroll:o,icon:n}=t;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Scroll To Top","b-blocks"),className:"bPlPanelBody",initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex1",children:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Alignment","lists")," ",(0,i.jsx)(y,{})]})}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,isDeselectable:!0,value:o[s].align,onChange:e=>a("scroll",e,s,"align"),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:zE}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:jE}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:LE})]})]}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Scroll Type","b-blocks"),labelPosition:"edge",options:CE,value:o.scrollType,onChange:e=>a("scroll",e,"scrollType")}),"text"===o.scrollType&&(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Scroll Text","b-blocks"),value:n.text,onChange:e=>a("icon",e,"text")})]})})),$E=e=>{const{attributes:t}=e,{scroll:a}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(SE,{...e}),"text"!==a.scrollType&&(0,i.jsx)(_E,{...e}),(0,i.jsx)(ME,{...e})]})},HE=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{icon:o}=s,[n,l]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Icon Style","b-blocks"),className:"bPlPanelBody",initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:o.color,onChange:e=>a("styles",e,"icon","color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o.bg,onChange:e=>a("styles",e,"icon","bg")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Rotate","b-blocks"),value:o[n].rotate,onChange:e=>a("styles",e,"icon",n,"rotate"),max:360}),"hover"===n&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),value:o.hover.transition,onChange:e=>a("styles",e,"icon","hover","transition"),step:.05,max:10})]})},TE=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{progress:o}=s;return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Progress Style","b-blocks"),className:"bPlPanelBody",initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"mb0 flex2",children:(0,v.__)("Progress Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o.size,onChange:e=>a("styles",e,"progress","size")})]}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Stroke Size","b-blocks"),value:o.strokeSize,onChange:e=>a("styles",e,"progress","strokeSize")}),(0,i.jsx)(De,{label:(0,v.__)("Stroke Color","b-blocks"),value:o.color,onChange:e=>a("styles",e,"progress","color")}),(0,i.jsx)(De,{label:(0,v.__)("Stroke Background","b-blocks"),value:o.strokeBg,onChange:e=>a("styles",e,"progress","strokeBg")}),(0,i.jsx)(De,{label:(0,v.__)("Background","b-blocks"),value:o.bg,onChange:e=>a("styles",e,"progress","bg")})]})},BE=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{text:o}=s,[n,l]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Text Style","b-blocks"),className:"bPlPanelBody",initialOpen:!0,children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:o.typography,onChange:e=>a("styles",e,"text","typography")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o[n].color,onChange:e=>a("styles",e,"text",n,"color")}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o[n].bg,onChange:e=>a("styles",e,"text",n,"bg"),isImage:!0}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o[n].padding,onChange:e=>a("styles",e,"text",n,"padding")}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow","b-blocks"),value:o[n].shadow,onChange:e=>a("styles",e,"text",n,"shadow")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:o[n].border,onChange:e=>a("styles",e,"text",n,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:o[n].radius,onChange:e=>a("styles",e,"text",n,"radius")})]})},AE=e=>{const{attributes:t}=e,{scroll:a}=t;return(0,i.jsxs)(i.Fragment,{children:["text"!==a.scrollType&&(0,i.jsx)(HE,{...e}),"text"===a.scrollType&&(0,i.jsx)(BE,{...e}),"progress"===a.scrollType&&(0,i.jsx)(TE,{...e})]})},VE={dimension:["padding","margin","width","height"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,animation:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0},NE=e=>{const{attributes:t,setAttributes:a}=e,{advanced:s}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:kE,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)($E,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(AE,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:s,onChange:e=>a({advanced:e}),enabled:VE,isPremium:!0})})]})})})})},PE=({attributes:e,id:t})=>{const{scroll:a,styles:s,advanced:o}=e,{icon:n,text:l,progress:r}=s,c=`#${t}`,d=`${c} .b-blocks-scroll-to-top-wrapper`,h=`${d} .b-blocks-scroll-to-top-icon`,p=`${d} .b-blocks-scroll-to-top-text`,g={icon:`\n\t\t\t${Wn(n.bg)}\n\t\t`,text:`\n\t\t\t\t${Wn(l.normal.bg)}\n\t\t\t\t${qn("box-shadow",Kn(l.normal.shadow))}\n\t\t\t\t${qn("padding",ti(l.normal.padding))}\n\t\t\t\t${Gn(l.normal.border)}\n\t\t\t\t${qn("border-radius",ti(l.normal.radius))}\n\t\t`,progress:` \n\t\t\t${qn("width",r.size)}\n\t\t\t${qn("height",r.size)}\n\t\t`};return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t${ei("",l.typography).googleFontLink}\n\t\t${ei(p,l.typography).styles}\n\n\t\t\t${c}{\n\t\t\t\t${qn("justify-content",a.desktop.align)}\n\t\t\t\t${u="desktop",a.position?`\n\t\t\tposition:fixed;\n\t\t\t${qn(a.position,a[u].position?.[a.position])}\n\t\t\t${qn("bottom",a[u].position.bottom)}\n\t`:""}\n\t\t\t}\n\n\t\t\t${d}{\n\t\t\t\t${g[a.scrollType]}\n\t\t\t}\n\n\t\t\t${d}:hover .b-blocks-scroll-to-top-icon>svg{\n\t\t\t\t${qn("rotate",n.hover.rotate>=0?n.hover.rotate+"deg":"")}\n\t\t\t}\n\n\t\t\t${p}{\n\t\t\t\t${qn("color",l.normal.color)}\n\t\t\t}\n\t\t\t\n\t\t\t${h}>svg{\n\t\t\t\t${qn("width",n.size)}\n\t\t\t\t${qn("height",n.size)}\n\t\t\t\t${qn("fill",n.color)}\n\t\t\t\t${qn("transition",n.hover.transition?`all ${n.hover.transition}s ease-in-out`:"")}\n\t\t\t\t${qn("rotate",n.normal.rotate>=0?n.normal.rotate+"deg":"")}\n\t\t\t}\n\n\t\t\t${hi(t,o,!0,!1)}\n\t`}});var u},EE=e=>{const{attributes:t,doc:a=document,win:s=window,isBackend:o=!1}=e,{scroll:n,icon:l,styles:r}=t,{scrollType:c}=n,{progress:d}=r,[h,p]=(0,g.useState)(0),[u,m]=(0,g.useState)(!1),v={strokeWidth:d.strokeSize,color:d.color,bgColor:d.strokeBg,bg:d.bg},b=(0,g.useMemo)((()=>50-v.strokeWidth/2),[v.strokeWidth]),f=(0,g.useMemo)((()=>2*Math.PI*b),[b]);(0,g.useEffect)((()=>{const e=()=>{const e=s?.pageYOffset||a?.documentElement?.scrollTop||a?.body?.scrollTop||0,t=a?.documentElement?.scrollHeight-a?.documentElement?.clientHeight,n=0===t?0:e/t*100;p(Math.min(100,Math.max(0,n))),m(!o&&e>80)};return s?.addEventListener("scroll",e,{passive:!0}),e(),()=>s?.removeEventListener("scroll",e)}),[a,s]);const w=f-h/100*f;return(0,i.jsx)("div",{className:"b-blocks-scroll-to-top-main-wrapper",onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})},style:{...o?{}:{opacity:u?1:0}},children:(0,i.jsxs)("div",{className:"b-blocks-scroll-to-top-wrapper "+("progress"===c?"b-blocks-scroll-to-top-progress-wrapper":""),children:[("icon"===c||"progress"===c)&&(0,i.jsx)("div",{className:"b-blocks-scroll-to-top-icon",dangerouslySetInnerHTML:{__html:l.svg}}),"progress"===c&&(0,i.jsxs)("svg",{viewBox:"0 0 100 100",children:[(0,i.jsx)("circle",{cx:"50",cy:"50",r:b,fill:v.bg,stroke:v.bgColor,strokeWidth:v.strokeWidth}),(0,i.jsx)("circle",{cx:"50",cy:"50",r:b,fill:"transparent",stroke:v.color,strokeWidth:v.strokeWidth,strokeDasharray:f,strokeDashoffset:w,strokeLinecap:"round",className:"b-blocks-scroll-to-top-progress-circle"})]}),"text"===c&&(0,i.jsx)("div",{className:"b-blocks-scroll-to-top-text",dangerouslySetInnerHTML:{__html:l.text}})]})})};br(yE.name)&&(0,d.registerBlockType)(yE,{icon:ql,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,o=me(t,a),n=(0,g.useRef)(null),l=n.current?.ownerDocument,r=l?.defaultView;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(NE,{attributes:t,setAttributes:a,updateObj:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)({ref:n}),children:[(0,i.jsx)(PE,{attributes:t,id:`block-${s}`}),(0,i.jsx)("div",{children:(0,i.jsx)(EE,{attributes:t,doc:l,win:r,isBackend:!0})})]})]})}});const IE=JSON.parse('{"apiVersion":3,"name":"b-blocks/social-share","title":"Social Share","description":"Share your website/website-page link.","category":"bBlocks","keywords":["share","social share","page share"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"socials":{"type":"array","default":[{"networkType":"socialNetworks","network":"facebook","isUpIcon":false,"icon":{"class":"fab fa-facebook-f","color":"#1877f2"},"upIcon":{"id":null,"url":"","alt":"","title":""}},{"networkType":"socialNetworks","network":"twitter","isUpIcon":false,"icon":{"class":"fab fa-twitter","color":"#1da1f2"},"upIcon":{"id":null,"url":"","alt":"","title":""}},{"networkType":"socialNetworks","network":"linkedin","isUpIcon":false,"icon":{"class":"fab fa-linkedin-in","color":"#0a66c2"},"upIcon":{"id":null,"url":"","alt":"","title":""}},{"networkType":"mobileMessenger","network":"whatsapp","isUpIcon":false,"icon":{"class":"fab fa-whatsapp","color":"#25d366"},"upIcon":{"id":null,"url":"","alt":"","title":""}}]},"alignment":{"type":"string","default":"left"},"theme":{"type":"string","default":"default"},"background":{"type":"object","default":{"color":"#0000"}},"size":{"type":"string","default":"28px"},"padding":{"type":"string","default":"10px"},"margin":{"type":"string","default":"10px"},"border":{"type":"object","default":{"radius":"50%"}},"shadow":{"type":"object","default":{}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":["file:./view.js","goodShare"]}'),OE=(e,t)=>{for(const a of t)if(e===a[0])return a[1]},RE=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Theme 1","b-blocks"),value:"theme1"},{label:(0,v.__)("Theme 2","b-blocks"),value:"theme2"}],DE=[{label:(0,v.__)("Social Networks","b-blocks"),value:"socialNetworks"},{label:(0,v.__)("Mobile Messenger","b-blocks"),value:"mobileMessenger"}],FE=[{label:(0,v.__)("Facebook","b-blocks"),value:"facebook"},{label:(0,v.__)("Twitter","b-blocks"),value:"twitter"},{label:(0,v.__)("LinkedIn","b-blocks"),value:"linkedin"},{label:(0,v.__)("Pinterest","b-blocks"),value:"pinterest"},{label:(0,v.__)("Blogger","b-blocks"),value:"blogger"},{label:(0,v.__)("WordPress","b-blocks"),value:"wordpress"},{label:(0,v.__)("Tumblr","b-blocks"),value:"tumblr"},{label:(0,v.__)("Reddit","b-blocks"),value:"reddit"},{label:(0,v.__)("Digg","b-blocks"),value:"digg"},{label:(0,v.__)("LiveJournal","b-blocks"),value:"livejournal"},{label:(0,v.__)("Evernote","b-blocks"),value:"evernote"},{label:(0,v.__)("Flipboard","b-blocks"),value:"flipboard"},{label:(0,v.__)("Mix","b-blocks"),value:"mix"},{label:(0,v.__)("Pocket","b-blocks"),value:"pocket"},{label:(0,v.__)("Buffer","b-blocks"),value:"buffer"},{label:(0,v.__)("Instapaper","b-blocks"),value:"instapaper"},{label:(0,v.__)("Meneame","b-blocks"),value:"meneame"},{label:(0,v.__)("Baidu","b-blocks"),value:"baidu"},{label:(0,v.__)("Weibo","b-blocks"),value:"weibo"},{label:(0,v.__)("Xing","b-blocks"),value:"xing"},{label:(0,v.__)("RenRen","b-blocks"),value:"renren"},{label:(0,v.__)("Vkontakte (VK)","b-blocks"),value:"vkontakte"},{label:(0,v.__)("Odnoklassniki","b-blocks"),value:"odnoklassniki"},{label:(0,v.__)("My World@Mail.Ru","b-blocks"),value:"moimir"},{label:(0,v.__)("Surfingbird","b-blocks"),value:"surfingbird"},{label:(0,v.__)("LiveInternet","b-blocks"),value:"liveinternet"}],qE=[{label:(0,v.__)("SMS","b-blocks"),value:"sms"},{label:(0,v.__)("Skype","b-blocks"),value:"skype"},{label:(0,v.__)("Telegram","b-blocks"),value:"telegram"},{label:(0,v.__)("Viber","b-blocks"),value:"viber"},{label:(0,v.__)("WhatsApp","b-blocks"),value:"whatsapp"},{label:(0,v.__)("WeChat","b-blocks"),value:"wechat"},{label:(0,v.__)("LINE","b-blocks"),value:"line"}],WE=[["facebook","fab fa-facebook-f"],["twitter","fab fa-twitter"],["linkedin","fab fa-linkedin-in"],["pinterest","fab fa-pinterest-p"],["blogger","fab fa-blogger-b"],["wordpress","fa-brands fa-wordpress"],["tumblr","fab fa-tumblr"],["reddit","fab fa-reddit-alien"],["digg","fab fa-digg"],["evernote","fab fa-evernote"],["flipboard","fab fa-flipboard"],["mix","fab fa-mix"],["buffer","fab fa-buffer"],["weibo","fab fa-weibo"],["xing","fab fa-xing"],["renren","fab fa-renren"],["odnoklassniki","fab fa-odnoklassniki"],["sms","fas fa-sms"],["skype","fab fa-skype"],["telegram","fab fa-telegram-plane"],["viber","fab fa-viber"],["whatsapp","fab fa-whatsapp"],["wechat","fab fa-weixin"],["line","fab fa-line"]],UE=[["facebook","#1877f2"],["twitter","#1da1f2"],["linkedin","#0a66c2"],["pinterest","#bd081c"],["blogger","#fc4f08"],["wordpress","#0073aa"],["tumblr","#35465d"],["reddit","#ff4500"],["digg","#1b1a19"],["evernote","#00aa0f"],["flipboard","#f52828"],["mix","#ff8226"],["buffer","#000"],["weibo","#df152c"],["xing","#00a82d"],["renren","#0259a0"],["odnoklassniki","#f68b25"],["sms","#000"],["skype","#00aff0"],["telegram","#0088cc"],["viber","#794f9b"],["whatsapp","#25d366"],["wechat","#09b83e"],["line","#06c755"]],GE=[["facebook",!1],["twitter",!1],["linkedin",!1],["pinterest",!1],["blogger",!1],["wordpress",!1],["tumblr",!1],["reddit",!1],["digg",!1],["evernote",!1],["flipboard",!1],["mix",!1],["buffer",!1],["weibo",!1],["xing",!1],["renren",!1],["odnoklassniki",!1],["sms",!1],["skype",!1],["telegram",!1],["viber",!1],["whatsapp",!1],["line",!1],["livejournal",!0],["pocket",!0],["instapaper",!0],["meneame",!0],["baidu",!0],["vkontakte",!0],["moimir",!0],["surfingbird",!0],["liveinternet",!0]],YE=({attributes:e,setAttributes:t,activeIndex:s,setActiveIndex:o})=>{const{socials:l,alignment:r,theme:c,background:d,size:p,padding:g,margin:u,border:m,shadow:w}=e,x=(e,a)=>{const o=_v(l,(t=>{t[s][e]=a}));t({socials:o})},y=e=>{const a=_v(l,(t=>{for(const a of e){const e=a[0],o=a[1],n=a?.[2];n?t[s][e][n]=o:t[s][e]=o}}));t({socials:a})},k=(e,a,s=!1)=>{const o=[...l];o.map(((t,n)=>{s?o[n][e][s]=a:o[n][e]=a})),t({socials:o})},{networkType:C="",network:_="",isUpIcon:M=!1,icon:z={},upIcon:j={}}=l[s]||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:sa}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody addRemoveItems editItem",title:(0,v.__)("Add or Remove socials","b-blocks"),children:[null!==s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h3",{className:"bplItemTitle",children:(0,v.__)(`Social No ${s+1}:`,"b-blocks")}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Network Type:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:C,onChange:e=>{y([["networkType",e],["network","mobileMessenger"===e?"sms":"facebook"],["isUpIcon",!1],["icon","mobileMessenger"===e?"fas fa-sms":"fab fa-facebook-f","class"],["icon","mobileMessenger"===e?"#000":"#1877f2","color"]])},options:DE})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Network:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:_,onChange:e=>{const t=[["network",e],["icon",OE(e,WE),"class"],["icon",OE(e,UE),"color"],["isUpIcon",OE(e,GE)]];y(t)},options:"mobileMessenger"===C?qE:FE})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Upload Icon?","b-blocks"),checked:M,onChange:e=>x("isUpIcon",e)}),M?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Icon:","b-blocks")}),(0,i.jsx)(we,{className:"mt10",value:j,onChange:e=>x("upIcon",e),placeholder:(0,v.__)("Enter Icon URL","b-blocks")})]}):(0,i.jsx)(Sa,{label:(0,v.__)("Icon:","b-blocks"),value:z,onChange:e=>x("icon",e),defaults:{class:"fab fa-facebook-f",color:a},isSize:!1}),(0,i.jsxs)(b.PanelRow,{className:"itemAction mt20 mb15",children:[1<l?.length&&(0,i.jsxs)(b.Button,{className:"removeItem",label:(0,v.__)("Remove","b-blocks"),onClick:e=>{e.preventDefault(),t({socials:[...l.slice(0,s),...l.slice(s+1)]}),o(0===s?0:s-1)},children:[(0,i.jsx)(b.Dashicon,{icon:"no"}),(0,v.__)("Remove","b-blocks")]}),(0,i.jsxs)(b.Button,{className:"duplicateItem",label:(0,v.__)("Duplicate","b-blocks"),onClick:e=>{e.preventDefault(),t({socials:[...l.slice(0,s),{...l[s]},...l.slice(s)]}),o(s+1)},children:[rt,(0,v.__)("Duplicate","b-blocks")]})]})]}),(0,i.jsx)("div",{className:"addItem",children:(0,i.jsxs)(b.Button,{label:(0,v.__)("Add New Social","b-blocks"),onClick:()=>{t({socials:[...l,{networkType:"socialNetworks",network:"facebook",isUpIcon:!1,icon:{class:"fab fa-facebook-f",color:"#1877f2"},upIcon:{id:null,url:"",alt:"",title:""}}]}),o(l.length)},children:[(0,i.jsx)(b.Dashicon,{icon:"plus"}),(0,v.__)("Add New Social","b-blocks")]})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Social Icon Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Theme:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:c,onChange:e=>{t({theme:e}),"default"===e&&(t({background:{type:"solid",color:"#0000"},border:{width:"0",color:"#0000"}}),k("icon",a,"color")),"theme1"===e&&(t({background:{type:"gradient",gradient:n},border:{width:"0",color:"#0000"}}),k("icon","#fff","color")),"theme2"===e&&(t({background:{type:"solid",color:"#0000"},border:{width:"2px",color:a}}),k("icon",a,"color"))},options:RE})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:d,onChange:e=>t({background:e}),defaults:{color:"#0000"}}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Size:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({size:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),labelPosition:"left",value:g,onChange:e=>t({padding:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Space Between:","b-blocks"),labelPosition:"left",value:u,onChange:e=>t({margin:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:m,onChange:e=>t({border:e}),defaults:{radius:"50%"}}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","b-blocks"),value:w,onChange:e=>t({shadow:e})})]})]}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:r,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Social Icons Alignment"),alignmentControls:[{title:(0,v.__)("Social Icons in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Social Icons in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Social Icons in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},ZE="bBlocksSocialShare",KE=({attributes:e,id:t})=>{const{socials:a,alignment:s,background:o,size:n,padding:l,margin:r,border:c,shadow:d}=e,h=`#${t}`,p=`${h} ul.${ZE}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${h}{\n\t\t\ttext-align: ${s};\n\t\t}\n\t\t${p} li.icon{\n\t\t\tfont-size: ${n};\n\t\t\t${Wn(o)}\n\t\t\twidth: calc( ${n} + ${l} + ${l} );\n\t\t\theight: calc( ${n} + ${l} + ${l} );\n\t\t\tmargin: 0 calc( ${r} / 2 );\n\t\t\t${Un(c)}\n\t\t\tbox-shadow: ${Xn(d)||"none"};\n\t\t}\n\t\t${p} li.icon img{\n\t\t\twidth: ${n};\n\t\t}\n\n\t\t${a?.map(((e,t)=>`\n\t\t\t${p} li.icon-${t} i{\n\t\t\t\t${Zn(e?.icon)}\n\t\t\t\tfont-size: inherit;\n\t\t\t}`)).join(" ")}\n\t\t`.replace(/\s+/g," ")}})},QE=({attributes:e,isBackend:t=!1,custom:a})=>(0,i.jsx)("ul",{className:ZE,children:e.socials?.map(((e,s)=>{const{network:o,isUpIcon:n,icon:l,upIcon:r}=e;return(0,i.jsx)("li",{onClick:()=>t&&a.setActiveIndex(s),className:`icon icon-${s} ${t&&s===a.activeIndex?"bPlNowEditing":""}`,"data-social":o,children:n?(0,i.jsx)("img",{className:r?.id?`wp-image-${r?.id}`:null,src:r?.url,alt:r?.alt}):l?.class&&(0,i.jsx)("i",{className:l?.class})},s)}))});br(IE.name)&&(0,d.registerBlockType)(IE,{icon:Sl,transforms:{from:[{type:"block",blocks:["bssb/social-share"],transform:e=>(0,d.createBlock)("b-blocks/social-share",e)},{type:"prefix",prefix:"share",transform:()=>(0,d.createBlock)("b-blocks/social-share")}],to:[{type:"block",blocks:["bssb/social-share"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("bssb/social-share",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o}=e;(0,g.useEffect)((()=>ge()),[o]);const[n,l]=(0,g.useState)(0);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(YE,{attributes:t,setAttributes:a,activeIndex:n,setActiveIndex:l}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(KE,{attributes:t,id:`block-${s}`}),(0,i.jsx)(QE,{attributes:t,isBackend:!0,custom:{activeIndex:n,setActiveIndex:l}})]})]})},save:()=>null});const XE=JSON.parse('{"UU":"b-blocks/whatsapp-chat"}'),JE=()=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"currentColor",children:(0,i.jsx)("path",{d:"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"})}),eI=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),tI=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),aI=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),sI=({attributes:e,setAttributes:t})=>{const{phoneNumber:a,buttonText:s,prefillMessage:o,showIcon:n,showStatusDot:l,tooltipText:r,buttonSize:c,hoverAnimation:d,openInNewTab:h,fullWidth:p,alignment:g,iconPosition:u,pulseAnimation:m}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("WhatsApp Settings","b-blocks"),initialOpen:!0,className:"bPlPanelBody",children:[(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1 mb0",children:(0,v.__)("Alignment","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:g,onChange:e=>t({alignment:e}),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:eI}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:tI}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:aI})]})]}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Phone Number","b-blocks"),help:(0,v.__)("Full international format without + or spaces, e.g. 15551234567","b-blocks"),value:a,onChange:e=>t({phoneNumber:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Button Text","b-blocks"),value:s,onChange:e=>t({buttonText:e})}),(0,i.jsx)(b.TextareaControl,{label:(0,v.__)("Pre-filled Message","b-blocks"),help:(0,v.__)("This message will be pre-filled when the user opens WhatsApp.","b-blocks"),value:o,onChange:e=>t({prefillMessage:e})}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Tooltip Text","b-blocks"),help:(0,v.__)("Shown on hover. Leave empty to disable.","b-blocks"),value:r,onChange:e=>t({tooltipText:e})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Open in New Tab","b-blocks"),checked:h,onChange:e=>t({openInNewTab:e})})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Appearance","b-blocks"),initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Button Size","b-blocks"),value:c,options:[{label:(0,v.__)("Small","b-blocks"),value:"small"},{label:(0,v.__)("Medium","b-blocks"),value:"medium"},{label:(0,v.__)("Large","b-blocks"),value:"large"}],onChange:e=>t({buttonSize:e})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Full Width","b-blocks"),checked:p,onChange:e=>t({fullWidth:e})})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Icon & Status","b-blocks"),initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show WhatsApp Icon","b-blocks"),checked:n,onChange:e=>t({showIcon:e})}),n&&(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Icon Position","b-blocks"),value:u,options:[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],onChange:e=>t({iconPosition:e})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Online Status Dot","b-blocks"),help:(0,v.__)("Show a pulsing green dot to indicate availability.","b-blocks"),checked:l,onChange:e=>t({showStatusDot:e})})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Animations","b-blocks"),initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Hover Scale Animation","b-blocks"),checked:d,onChange:e=>t({hoverAnimation:e})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Pulse Attention Animation","b-blocks"),help:(0,v.__)("Adds a subtle pulse to draw attention.","b-blocks"),checked:m,onChange:e=>t({pulseAnimation:e})})]})]})},oI=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o,pulseAnimation:n,showIcon:l,showStatusDot:r}=t,[c,d]=(0,g.useState)("normal"),[h,p]=(0,g.useState)("normal");return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{title:"Style",initialOpen:!0,className:"bPlPanelBody",children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks"),(0,i.jsx)(y,{})]}),values:o[s].margin,onChange:e=>a("styles",e,s,"margin")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),values:o[s].padding,onChange:e=>a("styles",e,s,"padding")}),n&&(0,i.jsx)(De,{label:(0,v.__)("Pulse Color","b-blocks"),value:o.pulseColor,onChange:e=>a("styles",e,"pulseColor")}),(0,i.jsx)(Mn,{value:o.typo,onChange:e=>a("styles",e,"typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:c,onChange:e=>d(e),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(wa,{value:o[c].bg,onChange:e=>a("styles",e,c,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o[c].color,onChange:e=>a("styles",e,c,"color")}),(0,i.jsx)(b.BorderBoxControl,{label:(0,v.__)("Border","b-blocks"),values:o[c].border,onChange:e=>a("styles",e,c,"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),values:o[c].radius,onChange:e=>a("styles",e,c,"radius")}),(0,i.jsx)(bt,{label:(0,v.__)("Box Shadow","b-blocks"),values:o[c].shadow,onChange:e=>a("styles",e,c,"shadow")}),"hover"===c&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition","b-blocks"),min:0,max:5e3,step:.01,value:o.hover.transition,onChange:e=>a("styles",e,"hover","transition")})]}),l&&(0,i.jsxs)(b.PanelBody,{title:"Icon",initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Icon Size","b-blocks"),value:o.icon.size,onChange:e=>a("styles",e,"icon","size")}),(0,i.jsx)("br",{}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:h,onChange:e=>p(e),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:o.icon[h].color,onChange:e=>a("styles",e,"icon",h,"color")})]}),r&&(0,i.jsxs)(b.PanelBody,{title:"Status",initialOpen:!1,className:"bPlPanelBody",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Status Size","b-blocks"),value:o.status.size,onChange:e=>a("styles",e,"status","size")}),(0,i.jsx)(wa,{isImage:!1,label:(0,v.__)("Status Color","b-blocks"),value:o.status.color,onChange:e=>a("styles",e,"status","color")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Position X","b-blocks"),value:o.status.position.x,onChange:e=>a("styles",e,"status","position","x")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,v.__)("Position Y","b-blocks"),value:o.status.position.y,onChange:e=>a("styles",e,"status","position","y")})]})]})},nI=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(sI,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(oI,{...e})})]})})})}),iI=({attributes:a,id:s})=>{const{alignment:o,styles:n}=a,{normal:l,hover:r,desktop:c,tablet:d,mobile:h,typo:p}=n,g=`#${s}.wp-block-b-blocks-whatsapp-chat`,u=`${g} .bBlocks-whatsapp-block-wrapper`,m=`${g} .bBlocks-whatsapp-block-btn`,v=`${m}.bBlocks-whatsapp-block-btn--pulse`,b=`${m} .bBlocks-whatsapp-block-btn__text`,f=`${m} .bBlocks-whatsapp-block-btn__icon`,w=`${m} .bBlocks-whatsapp-block-btn__status-dot`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t${ei("",p).googleFontLink}\n\t\t${ei(b,p).styles}\n\n\t\t${u}{\n\t\t\t${qn("align-items",o)}\n\t\t}\n\n\t\t${v} {\n\t\t\tanimation: bBlocks-whatsapp-block-pulse 2s infinite;\n\t\t}\n\n\t\t@keyframes bBlocks-whatsapp-block-pulse {\n\t\t\t0% {\n\t\t\t\tbox-shadow: 0 0 0 0 ${n.pulseColor};\n\t\t\t}\n\n\t\t\t70% {\n\t\t\t\tbox-shadow: 0 0 0 12px rgba(37, 211, 102, 0);\n\t\t\t}\n\n\t\t\t100% {\n\t\t\t\tbox-shadow: 0 0 0 0 rgba(37, 211, 102, 0);\n\t\t\t}\n\t\t}\n\n\t\t${m}{\n\t\t\t${qn("margin",ti(c.margin))}\n\t\t\t${qn("padding",ti(c.padding))}\n\t\t\t${Wn(l.bg)}\n\t\t\t${qn("color",l.color)}\n\t\t\t${Gn(l.border)}\n\t\t\t${qn("border-radius",ti(l.radius))}\n\t\t\t${Xn(l.shadow)}\n\t\t\ttransition: all ${r.transition}s ease-in-out;\n\t\t}\n\t\t${m}:hover{\n\t\t\t${Wn(r.bg)}\n\t\t\t${Gn(r.border)}\n\t\t\t${qn("color",r.color)}\n\t\t\t${qn("border-radius",ti(r.radius))}\n\t\t\t${Xn(r.shadow)}\n\t\t}\n\n\t\t${b}{\n\t\t\t${qn("color",l.color)}\n\t\t}\n\n\t\t${m}:hover .bBlocks-whatsapp-block-btn__text{\n\t\t\t${qn("color",r.color)}\n\t\t}\n\n\t\t${f}>svg{\n\t\t\t${qn("width",n.icon.size)}\n\t\t\t${qn("fill",n.icon.normal.color)}\n\t\t}\n\n\t\t${m}:hover .bBlocks-whatsapp-block-btn__icon>svg{\n\t\t\t${qn("fill",n.icon.hover.color)}\n\t\t}\n\t\t\n\t\t${w}{\n\t\t\t${Wn(n.status.color)}\n\t\t\t${qn("width",n.status.size)}\n\t\t\t${qn("height",n.status.size)}\n\t\t\t${qn("left",n.status.position.x)}\n\t\t\t${qn("top",n.status.position.y)}\n\t\t}\n\t\t\n\t\t${e}{\n\t\t\t${m}{\n\t\t\t\t${qn("margin",ti(d.margin))}\n\t\t\t\t${qn("padding",ti(d.padding))}\n\t\t\t}\n\t\t}\n\t\t${t}{\n\t\t\t${m}{\n\t\t\t\t${qn("margin",ti(h.margin))}\n\t\t\t\t${qn("padding",ti(h.padding))}\n\t\t\t}\n\t\t}\n\t\t\n\t\t`.replace(/\s+/g," ")}})},lI=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{phoneNumber:n,buttonText:l,showIcon:r,showStatusDot:c,tooltipText:d,buttonSize:p,hoverAnimation:g,fullWidth:u,iconPosition:m,shadow:b,pulseAnimation:f}=t,w={small:"bBlocks-whatsapp-block-btn--small",medium:"bBlocks-whatsapp-block-btn--medium",large:"bBlocks-whatsapp-block-btn--large"},x=["bBlocks-whatsapp-block-btn",w[p]||w.medium,u?"bBlocks-whatsapp-block-btn--full":"",g?"bBlocks-whatsapp-block-btn--hover-anim":"",b?"bBlocks-whatsapp-block-btn--shadow":"",f?"bBlocks-whatsapp-block-btn--pulse":""].filter(Boolean).join(" "),y=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(nI,{attributes:t,setAttributes:a,updateObj:y,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(iI,{attributes:t,id:`block-${s}`}),!n&&(0,i.jsx)("p",{className:"bBlocks-whatsapp-block-notice",children:(0,v.__)("Please enter a WhatsApp phone number in the block settings.","bBlocks-whatsapp-block-whatsapp-chat")}),(0,i.jsxs)("div",{className:"bBlocks-whatsapp-block-wrapper",children:[(0,i.jsxs)("button",{className:x,type:"button","aria-label":l,children:[r&&"left"===m&&(0,i.jsx)("span",{className:"bBlocks-whatsapp-block-btn__icon",children:(0,i.jsx)(JE,{})}),(0,i.jsx)("span",{className:"bBlocks-whatsapp-block-btn__text",children:l}),r&&"right"===m&&(0,i.jsx)("span",{className:"bBlocks-whatsapp-block-btn__icon",children:(0,i.jsx)(JE,{})}),c&&(0,i.jsx)("span",{className:"bBlocks-whatsapp-block-btn__status-dot"})]}),d&&(0,i.jsx)("span",{className:"bBlocks-whatsapp-block-tooltip",children:d})]})]})]})}));(0,d.registerBlockType)(XE.UU,{icon:rr,edit:lI});const rI=JSON.parse('{"apiVersion":3,"name":"b-blocks/star-rating","title":"Star Rating","description":"Gutenberg editing with easy-to-use, responsive star-rating more.","category":"bBlocks","keywords":["star-rating","Rating","Gutenberg"],"textdomain":"star-rating","attributes":{"align":{"type":"string","default":""},"ratingScale":{"type":"number","default":5},"rating":{"type":"number","default":4.3},"iconStyle":{"type":"string","default":"solid"},"iconColor":{"type":"string","default":"#f0ad4e"},"prefix":{"type":"string","default":""},"gap":{"type":"string","default":"0px"},"alignment":{"type":"string","default":"center"},"margin":{"type":"object","default":{"top":"","right":"","bottom":"","left":""}},"textTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"textColor":{"type":"string","default":"#7a7a7a"},"textShadow":{"type":"array","default":[]},"iconSize":{"type":"string","default":"20px"},"unmarkedColor":{"type":"string","default":"#ccd6df"}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),cI=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",children:(0,i.jsx)("path",{d:"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"})}),dI=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",children:(0,i.jsx)("path",{d:"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.6 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"})}),hI=[{label:"0-5",value:5},{label:"0-10",value:10}],pI=[{label:(0,v.__)("Solid","b-blocks"),value:"solid",icon:cI},{label:(0,v.__)("Outline","b-blocks"),value:"outline",icon:dI}],gI=[{label:(0,v.__)("left","b-blocks"),value:"left",icon:"editor-alignleft"},{label:(0,v.__)("center","b-blocks"),value:"center",icon:"editor-aligncenter"},{label:(0,v.__)("right","b-blocks"),value:"right",icon:"editor-alignright"}],uI=({attributes:e,setAttributes:t})=>{const{ratingScale:a,rating:s,iconStyle:o,prefix:n,gap:l,alignment:r,margin:c,textTypo:d,textColor:p,textShadow:g,iconColor:u="#f0ad4e",iconSize:m="20px",unmarkedColor:x="#ccd6df"}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Star Rating","b-blocks"),children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Rating Scale","b-blocks"),labelPosition:"left",value:a,onChange:e=>t({ratingScale:parseInt(e),rating:5===parseInt(e)?parseFloat((s/2).toFixed(1)):parseFloat((2*s).toFixed(1))}),options:hI}),(0,i.jsx)(b.TextControl,{className:"mt20",label:(0,v.__)("Prefix","b-blocks"),value:n,onChange:e=>t({prefix:e})}),(0,i.jsx)(b.RangeControl,{className:"mt20",label:(0,v.__)("Rating","b-blocks"),labelPosition:"left",value:s,onChange:e=>t({rating:e}),min:1,max:a,step:.1}),(0,i.jsx)(ga,{className:"mt20",label:(0,v.__)("Icon Style","b-blocks"),value:o,onChange:e=>t({iconStyle:e}),options:pI,isIcon:!0})]}),"style"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Star Rating","b-blocks"),children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Icon Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:m,onChange:e=>t({iconSize:e}),units:[$e(10),Te(1)],isResetValueOnUnitChange:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:l,onChange:e=>t({gap:e}),units:[$e(10),Te(1)],isResetValueOnUnitChange:!0})]}),(0,i.jsx)(w,{label:(0,v.__)("Margin","b-blocks"),values:c,onChange:e=>t({margin:e})}),(0,i.jsx)(ga,{label:(0,v.__)("Alignment","b-blocks"),value:r,onChange:e=>t({alignment:e}),options:gI,isIcon:!0}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:u,onChange:e=>t({iconColor:e})}),(0,i.jsx)(De,{label:(0,v.__)("Unmarked Icon Color","b-blocks"),value:x,onChange:e=>t({unmarkedColor:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Gap","b-blocks"),labelPosition:"left",value:l,onChange:e=>t({gap:e}),units:[$e(10),Te(1)],isResetValueOnUnitChange:!0}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:p,onChange:e=>t({textColor:e}),defaultColor:"#7a7a7a"}),(0,i.jsx)(Mn,{label:(0,v.__)("Text Typography","b-blocks"),value:d,onChange:e=>t({textTypo:e}),defaults:{fontSize:16}}),(0,i.jsx)(bt,{label:(0,v.__)("Text Shadow","b-blocks"),value:g,onChange:e=>t({textShadow:e}),type:"text"})]})]})]})})}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:r,onChange:e=>t({alignment:e}),describedBy:(0,v.__)("Rating Alignment"),alignmentControls:[{title:(0,v.__)("Rating in left","b-blocks"),align:"left",icon:"align-left"},{title:(0,v.__)("Rating in center","b-blocks"),align:"center",icon:"align-center"},{title:(0,v.__)("Rating in right","b-blocks"),align:"right",icon:"align-right"}]})})]})},mI=e=>Array.from({length:e},((e,t)=>t+1)),vI="bBlocksRating",bI=({attributes:e,id:t})=>{const{rating:a,gap:s,alignment:o,margin:n,textTypo:l,textColor:r,textShadow:c,iconColor:d="#f0ad4e",iconSize:h="20px",unmarkedColor:p="#ccd6df"}=e,g=`#${t} .${vI}`,u=`${g} .stars .star`,m=(a+"").split("."),v=parseInt(m[0]),b=parseInt(m[1]||0);return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",l)?.googleFontLink}\n\t\t${ei(`${g} .ratingPrefix`,l)?.styles}\n\n\t\t${g} {\n\t\t\tjustify-content: ${o};\n\t\t\tgap: ${s};\n\t\t\tcolor: ${r};\n\t\t\t${qn("margin",ti(n))}\n\t\t}\n\n\t\t${g} .ratingPrefix{\n\t\t\ttext-shadow: ${Kn(c,"text")}\n\t\t}\n\n\t\t${g} .stars{\n\t\t\t${qn("gap",s)}\n\t\t}\n\n\t\t${u}>.starFill>svg{\n\t\t\t${qn("fill",d)}\n\t\t\t${qn("width",h)}\n\t\t\t${qn("height",h)}\n\t\t}\n\n\t\t${u}>svg{\n\t\t\t${qn("fill",p)}\n\t\t\t${qn("width",h)}\n\t\t\t${qn("height",h)}\n\t\t}\n\n\t\t${u}{\n\t\t\t${qn("width",h)}\n\t\t\t${qn("height",h)}\n\t\t}\n\n\t\t${mI(v).map((e=>`${u}:nth-child(${e}) .starFill`)).join(", ")}{\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t${u}:nth-child(${v+1}) .starFill{\n\t\t\twidth: ${(()=>{switch(b){case 1:return 25;case 2:return 30;case 3:return 35;case 4:return 42.5;case 5:return 50;case 6:return 57.5;case 7:return 65;case 8:return 70;case 9:return 75;default:return 0}})()}%;\n\t\t}\n\t`}})},fI=({attributes:e})=>{const{ratingScale:t,iconStyle:a,prefix:s}=e;return(0,i.jsxs)("div",{className:vI,children:[(0,i.jsx)("span",{className:"ratingPrefix",children:s}),(0,i.jsx)("div",{className:"stars",children:mI(t).map((e=>(0,i.jsxs)("span",{className:"star",children:["solid"===a?cI:dI,(0,i.jsx)("span",{className:"starFill",children:cI})]},e)))})]})};br(rI.name)&&(0,d.registerBlockType)(rI,{icon:$l,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(uI,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(bI,{attributes:t,id:`block-${s}`}),(0,i.jsx)(fI,{attributes:t})]})]})},save:()=>null});const wI=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/stacked-cards","title":"Stacked Cards","category":"bBlocks","description":"Create interactive stacked card layouts that stay sticky while scrolling. The Stacked Cards block helps you present content in a layered, engaging format that enhances the user experience as visitors navigate your page.","keywords":["stacked","cards","stack","cards"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"options":{"type":"object","default":{"effect":"default","responsive":{"desktop":false,"tablet":true,"mobile":true}}},"styles":{"type":"object","default":{"stickyTop":30,"cardGaps":30,"desktop":{"height":""},"tablet":{"height":""},"mobile":{"height":""}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"bottom":"","top":"","right":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"x":"","y":"","z":""},"tablet":{"x":"","y":"","z":""},"mobile":{"x":"","y":"","z":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"#7090b0","isInset":false}],"border":{"width":"","style":"none"}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"","position":"0"},{"color":"","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"visibility":{"zIndex":{"desktop":""},"overflow":""},"responsive":{"desktop":false,"tablet":false,"mobile":false}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),xI=((0,v.__)("Simple"),(0,v.__)("Minimal"),(0,v.__)("Small"),(0,v.__)("Short"),(0,v.__)("Vertical","b-blocks"),(0,v.__)("Horizontal","b-blocks"),[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}]),yI=e=>{const{attributes:t,updateObj:a,device:s="desktop"}=e,{styles:o,options:n}=t,{stickyTop:l}=o,{responsive:r}=n;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",children:[(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Sticky Top Value","b-blocks"),value:l,onChange:e=>a("styles",e,"stickyTop"),min:0,max:1e3}),(0,i.jsxs)(b.Flex,{children:[(0,i.jsxs)(f,{className:"mb0 flex3",children:[(0,v.__)("Card Height","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o[s].height,onChange:e=>a("styles",e,s,"height")})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Disable On Desktop","b-blocks"),checked:r.desktop,value:r.desktop,onChange:e=>a("options",e,"responsive","desktop")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Disable On Tablet","b-blocks"),checked:r.tablet,value:r.tablet,onChange:e=>a("options",e,"responsive","tablet")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Disable On Mobile","b-blocks"),checked:r.mobile,value:r.mobile,onChange:e=>a("options",e,"responsive","mobile")})]})]})},kI=e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{advanced:o}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:xI,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(yI,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e})})})]})})}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(b.Button,{onClick:()=>{const e=[...(0,m.select)("core/block-editor").getBlocks(s)],t=(0,d.createBlock)("b-blocks/container",{className:"bBlocksStackedSingleCard"});e.push(t),(0,m.dispatch)("core/block-editor").replaceInnerBlocks(s,e,!1)},style:{height:"100%"},children:"Add Card"})})]})},CI=({attributes:a,id:s,isBackend:o=!1})=>{const{styles:n,options:l,advanced:r}=a,{responsive:c}=l,d=`#${s} .b-blocks-stackedCardsMainWrapper .bBlocksStackedSingleCard`,h=`${d} .bBlocksContainer .bBlocksContainerContent`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${d}{\n\t\t\t${o?"":qn("top",n.stickyTop+"px")}\n\t\t\t${o?"":qn("position",c.desktop?"unset":"sticky")}\n\t\t\t${c.desktop?"transform: scale(1) !important;":""}\n\n\t\t}\n\t\t${d}:last-child{\n\t\t\t${qn("margin-bottom","0px")}\n\t\t}\n\t\t${h}{\n\t\t\t${o?"":qn("height",n.desktop.height)}\n\t\t}\n\t\t${e}{\n\t\t\t${d}{\n\t\t\t\t${o?"":qn("position",c.tablet?"unset":"sticky")}\n\t\t\t\t${c.tablet?"transform: scale(1) !important;":""}\n\t\t\t}\n\t\t\t${h}{\n\t\t\t\t${o?"":qn("height",n.tablet.height)}\n\t\t\t}\n\t\t}\n\n\t\t${t}{\n\t\t\t${d}{\n\t\t\t\t${o?"":qn("position",c.mobile?"unset":"sticky")}\n\t\t\t\t${c.desktop?"transform: scale(1) !important;":""}\n\t\t\t}\n\t\t\t${h}{\n\t\t\t\t${o?"":qn("height",n.mobile.height)}\n\t\t\t}\n\t\t}\n\n\t\t${pi(s,r,o)}\n\t`}})},_I=["rgba(230, 244, 255, 1)","rgba(230, 227, 255, 1)","rgba(230, 252, 255, 1)"].map(((e,t)=>["b-blocks/container",{advanced:{dimension:{padding:{desktop:{top:"45px",right:"45px",bottom:"45px",left:"45px"}}},background:{normal:{type:"color",color:e}},borderShadow:{normal:{radius:{top:"15px",right:"15px",bottom:"15px",left:"15px"}}}},className:"bBlocksStackedSingleCard"},[["b-blocks/section-heading",{textAlign:"center",title:`Card Item #${t+1}`,titleTypo:{fontSize:{desktop:"40px",tablet:"",mobile:""},fontWeight:600},titleMargin:{side:4,bottom:"20px"},isSep:!1,desc:"Insert your own content to showcase or highlight<br> the feature you want to represent. Add any <br>blocks you want to customize it as per<br> your preference.",descTypo:{fontSize:{desktop:"20px"},fontWeight:500,fontVariant:"500"},descColor:"rgba(0, 0, 0, 1)"}]]])),MI=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,[n,l]=(0,g.useState)(0),r=me(t,a),c=(0,h.useInnerBlocksProps)({className:"b-blocksStackedCards"},{template:_I,templateLock:!1,renderAppender:!1});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(kI,{attributes:t,setAttributes:a,updateObj:r,activeIndex:n,setActiveIndex:l,clientId:s,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(CI,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)("div",{className:"b-blocks-stackedCardsMainWrapper",children:(0,i.jsx)("div",{className:"b-blocksStackedCardsWrapper",...c})})})]})]})}));br(wI.name)&&(0,d.registerBlockType)(wI,{icon:Kl,edit:MI,save:h.InnerBlocks.Content});const zI=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/stat-cards","title":"Stat Cards","category":"bBlocks","description":"Display a static, responsive grid of impact stat cards — a big number with prefix/suffix, label, optional trend badge, description, and per-card link. No JavaScript.","keywords":["stats","statistics","kpi","numbers","metrics","counter","impact"],"textdomain":"b-blocks","attributes":{"layout":{"type":"object","default":{"align":"center","columnGap":{"desktop":"24px","tablet":"24px","mobile":"24px"},"rowGap":{"desktop":"24px","tablet":"24px","mobile":"24px"},"columns":{"desktop":3,"tablet":2,"mobile":1}}},"card":{"type":"object","default":{"style":"flat","orientation":"vertical","shadow":[],"accentColor":"#146EF5","accentWidth":4,"bg":{"type":"solid","color":""},"border":{"color":"#e2e8f0","style":"solid","width":"1px"},"borderRadius":{"desktop":{"top":"12px","right":"12px","bottom":"12px","left":"12px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"padding":{"desktop":{"top":"28px","right":"24px","bottom":"28px","left":"24px"},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}},"margin":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}}},"number":{"type":"object","default":{"color":"#111827","typography":{"fontSize":{"desktop":"48px","tablet":"40px","mobile":"32px"},"fontWeight":700},"bg":{"type":"solid","color":""},"border":{},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"label":{"type":"object","default":{"color":"#374151","typography":{"fontSize":{"desktop":"16px","tablet":"","mobile":""},"fontWeight":400},"bg":{"type":"solid","color":""},"border":{},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"description":{"type":"object","default":{"show":true,"color":"#6B7280","typography":{"fontSize":{"desktop":"14px","tablet":"","mobile":""}},"bg":{"type":"solid","color":""},"border":{},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"icon":{"type":"object","default":{"show":true,"color":"#146EF5","size":"32px","bg":{"type":"solid","color":""},"border":{},"borderRadius":{"top":"","right":"","bottom":"","left":""},"padding":{"top":"","right":"","bottom":"","left":""},"margin":{"top":"","right":"","bottom":"","left":""}}},"trend":{"type":"object","default":{"show":true}},"items":{"type":"array","default":[{"icon":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\" fill=\\"currentColor\\"><path d=\\"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z\\"/></svg>","orientation":"","number":"500","prefix":"","suffix":"+","label":"Customers","description":"","trendValue":"","trendDirection":"up","trendColor":"","linkUrl":"","linkTarget":false},{"icon":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\" fill=\\"currentColor\\"><path d=\\"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z\\"/></svg>","orientation":"","number":"98","prefix":"","suffix":"%","label":"Satisfaction","description":"","trendValue":"","trendDirection":"up","trendColor":"","linkUrl":"","linkTarget":false},{"icon":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\" fill=\\"currentColor\\"><path d=\\"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z\\"/></svg>","orientation":"","number":"4.9","prefix":"","suffix":"","label":"Average Rating","description":"","trendValue":"","trendDirection":"up","trendColor":"","linkUrl":"","linkTarget":false}]},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}],"border":{"top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),jI=(e,t)=>Number.isFinite(parseInt(e,10))?parseInt(e,10):t,LI=(e={})=>`\n\t${Wn(e.bg)}\n\t${Gn(e.border)}\n\t${qn("border-radius",ti(e.borderRadius))}\n\t${qn("padding",ti(e.padding))}\n\t${qn("margin",ti(e.margin))}\n`,SI=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n={},card:l={},number:r={},label:c={},description:d={},icon:h={},advanced:p}=a,g=n.columns||{},u=n.columnGap||{},m=n.rowGap||{},v=["left","center","right"].includes(n.align)?n.align:"center",b="left"===v?"flex-start":"right"===v?"flex-end":"center",f=l.style||"flat",w="outlined"===f||"accent-top"===f,x=l.padding||{},y=l.borderRadius||{},k=l.margin||{},C=r.typography||{},_=C.fontSize?.tablet,M=C.fontSize?.mobile,z=`#${s} .bBlocks-stat-cards-wrapper`,j=`${z} .bBlocks-stat-cards-grid`,L=`${z} .bBlocks-stat-cards-item`,S=`${z} .bBlocks-stat-cards-icon`,$=`${z} .bBlocks-stat-cards-number`,H=`${z} .bBlocks-stat-cards-label`,T=`${z} .bBlocks-stat-cards-desc`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",C).googleFontLink}\n\t\t\t${ei("",c.typography).googleFontLink}\n\t\t\t${ei("",d.typography).googleFontLink}\n\t\t\t${j}{\n\t\t\t\tgrid-template-columns: repeat(${jI(g.desktop,3)}, minmax(0, 1fr));\n\t\t\t\tcolumn-gap: ${u.desktop||"24px"};\n\t\t\t\trow-gap: ${m.desktop||"24px"};\n\t\t\t}\n\t\t\t${L}{\n\t\t\t\talign-items: ${b};\n\t\t\t\ttext-align: ${v};\n\t\t\t\t${qn("padding",ti(x.desktop))}\n\t\t\t\t${qn("margin",ti(k.desktop))}\n\t\t\t\t${qn("border-radius",ti(y.desktop))}\n\t\t\t\t${Wn(l.bg)}\n\t\t\t\t${qn("box-shadow",Kn(l.shadow))}\n\t\t\t\t${w?Gn(l.border):""}\n\t\t\t\t${"accent-top"===f?`border-top: ${jI(l.accentWidth,4)}px solid ${l.accentColor};`:""}\n\t\t\t}\n\t\t\t${S}{\n\t\t\t\t${qn("color",h.color)}\n\t\t\t\tfont-size: ${h.size};\n\t\t\t\t${LI(h)}\n\t\t\t}\n\t\t\t${ei($,C).styles}\n\t\t\t${$}{\n\t\t\t\t${qn("color",r.color)}\n\t\t\t\tjustify-content: ${b};\n\t\t\t\t${LI(r)}\n\t\t\t}\n\t\t\t${ei(H,c.typography).styles}\n\t\t\t${H}{\n\t\t\t\t${qn("color",c.color)}\n\t\t\t\t${LI(c)}\n\t\t\t}\n\t\t\t${ei(T,d.typography).styles}\n\t\t\t${T}{\n\t\t\t\t${qn("color",d.color)}\n\t\t\t\t${LI(d)}\n\t\t\t}\n\t\t\t${e}{\n\t\t\t\t${j}{\n\t\t\t\t\tgrid-template-columns: repeat(${jI(g.tablet,2)}, minmax(0, 1fr));\n\t\t\t\t\tcolumn-gap: ${u.tablet||u.desktop||"24px"};\n\t\t\t\t\trow-gap: ${m.tablet||m.desktop||"24px"};\n\t\t\t\t}\n\t\t\t\t${L}{\n\t\t\t\t\t${qn("padding",ti(x.tablet))}\n\t\t\t\t\t${qn("margin",ti(k.tablet))}\n\t\t\t\t\t${qn("border-radius",ti(y.tablet))}\n\t\t\t\t}\n\t\t\t\t${_?`${$}{ font-size: ${_}; }`:""}\n\t\t\t}\n\t\t\t${t}{\n\t\t\t\t${j}{\n\t\t\t\t\tgrid-template-columns: repeat(${jI(g.mobile,1)}, minmax(0, 1fr));\n\t\t\t\t\tcolumn-gap: ${u.mobile||u.tablet||u.desktop||"24px"};\n\t\t\t\t\trow-gap: ${m.mobile||m.tablet||m.desktop||"24px"};\n\t\t\t\t}\n\t\t\t\t${L}{\n\t\t\t\t\t${qn("padding",ti(x.mobile))}\n\t\t\t\t\t${qn("margin",ti(k.mobile))}\n\t\t\t\t\t${qn("border-radius",ti(y.mobile))}\n\t\t\t\t}\n\t\t\t\t${M?`${$}{ font-size: ${M}; }`:""}\n\t\t\t}\n\t\t\t${hi(s,p,o,!1)}\n\t\t\t`}})},$I=({direction:e})=>{let t="M18 15l-6-6-6 6";return"down"===e?t="M6 9l6 6 6-6":"neutral"===e&&(t="M5 12h14"),(0,i.jsx)("svg",{className:"bBlocks-stat-cards-trend-icon",viewBox:"0 0 24 24","aria-hidden":"true",focusable:"false",children:(0,i.jsx)("path",{d:t,fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round"})})},HI=["left","center","right"],TI=["flat","outlined","accent-top"],BI=({attributes:e})=>{const{layout:t={},card:a={},icon:s={},description:o={},trend:n={},items:l=[]}=e,r=HI.includes(t.align)?t.align:"center",c=TI.includes(a.style)?a.style:"flat",d=a.orientation||"vertical",h=!1!==s.show,p=!1!==o.show,g=!1!==n.show,u=(Array.isArray(l)?l:[]).filter((e=>{const t=e||{};return t.number||t.label||t.prefix||t.suffix||""})),m=["bBlocks-stat-cards-wrapper",`bBlocks-stat-cards-style-${c}`,`bBlocks-stat-cards-align-${r}`].join(" ");return 0===u.length?(0,i.jsx)("div",{className:m,children:(0,i.jsx)("p",{className:"bBlocks-stat-cards-empty",children:(0,v.__)("Add stat cards from the block settings.","b-blocks")})}):(0,i.jsx)("div",{className:m,children:(0,i.jsx)("dl",{className:"bBlocks-stat-cards-grid","aria-label":(0,v.__)("Key statistics","b-blocks"),children:u.map(((e,t)=>{const a=e||{},s=`${a.prefix||""}${a.number||""}${a.suffix||""}`,o=g&&a.trendValue,n=a.trendDirection||"up",l=a.trendColor?{backgroundColor:a.trendColor,color:"#ffffff"}:void 0,r=a.label?(0,v.sprintf)((0,v.__)("%1$s: %2$s","b-blocks"),a.label,s):s,c=(0,i.jsxs)(i.Fragment,{children:[a.prefix&&(0,i.jsx)("span",{className:"bBlocks-stat-cards-prefix",children:a.prefix}),(0,i.jsx)("span",{className:"bBlocks-stat-cards-value",children:a.number}),a.suffix&&(0,i.jsx)("span",{className:"bBlocks-stat-cards-suffix",children:a.suffix})]}),u=a.orientation||d;return(0,i.jsxs)("div",{className:`bBlocks-stat-cards-item bBlocks-stat-cards-item-${u}`,children:[h&&a.icon&&(0,i.jsx)("span",{className:"bBlocks-stat-cards-icon","aria-hidden":"true",dangerouslySetInnerHTML:{__html:a.icon}}),a.linkUrl?(0,i.jsxs)("a",{className:"bBlocks-stat-cards-link",href:a.linkUrl,"aria-label":r,...a.linkTarget?{target:"_blank",rel:"noopener noreferrer"}:{},children:[""!==s&&(0,i.jsx)("span",{className:"bBlocks-stat-cards-number",children:c}),a.label&&(0,i.jsx)("span",{className:"bBlocks-stat-cards-label",children:a.label})]}):(0,i.jsxs)(i.Fragment,{children:[""!==s&&(0,i.jsx)("dd",{className:"bBlocks-stat-cards-number",children:c}),a.label&&(0,i.jsx)("dt",{className:"bBlocks-stat-cards-label",children:a.label})]}),o&&(0,i.jsxs)("span",{className:`bBlocks-stat-cards-trend bBlocks-stat-cards-trend-${n}`,style:l,"aria-label":(0,v.sprintf)((0,v.__)("Trend: %1$s %2$s","b-blocks"),n,a.trendValue),children:[(0,i.jsx)($I,{direction:n}),(0,i.jsx)("span",{className:"bBlocks-stat-cards-trend-text",children:a.trendValue})]}),p&&a.description&&(0,i.jsx)("p",{className:"bBlocks-stat-cards-desc",children:a.description})]},a._key||t)}))})})},AI=[{label:"px",value:"px"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"%",value:"%"}],VI=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],NI=[{label:(0,v.__)("Flat","b-blocks"),value:"flat"},{label:(0,v.__)("Outlined","b-blocks"),value:"outlined"},{label:(0,v.__)("Accent top","b-blocks"),value:"accent-top"}],PI=[{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:(0,v.__)("Right","b-blocks"),value:"right"}],EI=((0,v.__)("Normal","b-blocks"),(0,v.__)("Medium","b-blocks"),(0,v.__)("Semi-bold","b-blocks"),(0,v.__)("Bold","b-blocks"),(0,v.__)("Extra-bold","b-blocks"),(0,v.__)("Black","b-blocks"),[{label:(0,v.__)("Vertical","b-blocks"),value:"vertical"},{label:(0,v.__)("Horizontal","b-blocks"),value:"horizontal"}]),II=[{label:(0,v.__)("Default (inherit)","b-blocks"),value:""},...EI],OI=[{label:(0,v.__)("Up","b-blocks"),value:"up"},{label:(0,v.__)("Down","b-blocks"),value:"down"},{label:(0,v.__)("Neutral","b-blocks"),value:"neutral"}],RI=e=>{const{attributes:t,updateObj:a,index:s}=e,o=t.items[s]||{},n=(e,t)=>a("items",t,s,e);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Pa,{label:(0,v.__)("Icon","b-blocks"),value:o.icon,onChange:e=>n("icon",e)}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Orientation:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:o.orientation||"",options:II,onChange:e=>n("orientation",e)})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(b.FlexItem,{children:(0,i.jsx)(b.TextControl,{label:(0,v.__)("Prefix","b-blocks"),value:o.prefix||"",onChange:e=>n("prefix",e),placeholder:"$",__nextHasNoMarginBottom:!0})}),(0,i.jsx)(b.FlexItem,{children:(0,i.jsx)(b.TextControl,{label:(0,v.__)("Number","b-blocks"),value:o.number||"",onChange:e=>n("number",e),placeholder:"500",__nextHasNoMarginBottom:!0})}),(0,i.jsx)(b.FlexItem,{children:(0,i.jsx)(b.TextControl,{label:(0,v.__)("Suffix","b-blocks"),value:o.suffix||"",onChange:e=>n("suffix",e),placeholder:"+",__nextHasNoMarginBottom:!0})})]}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Label","b-blocks"),value:o.label||"",onChange:e=>n("label",e),placeholder:(0,v.__)("e.g. Customers","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Description","b-blocks"),value:o.description||"",onChange:e=>n("description",e),help:(0,v.__)("Optional one-line supporting text.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Trend value","b-blocks"),value:o.trendValue||"",onChange:e=>n("trendValue",e),placeholder:(0,v.__)("e.g. 34%","b-blocks"),help:(0,v.__)("Leave blank to hide the trend badge.","b-blocks"),__nextHasNoMarginBottom:!0}),(0,i.jsxs)(b.PanelRow,{className:"mt10",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Trend direction:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:o.trendDirection||"up",options:OI,onChange:e=>n("trendDirection",e)})]}),(0,i.jsx)(De,{className:"mt10",label:(0,v.__)("Trend color override:","b-blocks"),value:o.trendColor||"",onChange:e=>n("trendColor",e)}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Link URL","b-blocks"),type:"url",value:o.linkUrl||"",onChange:e=>n("linkUrl",e),placeholder:"https://",__nextHasNoMarginBottom:!0}),o.linkUrl&&(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Open link in new tab","b-blocks"),checked:!!o.linkTarget,onChange:e=>n("linkTarget",e)})]})},DI={desktop:3,tablet:2,mobile:1},FI=({attributes:e,setAttributes:t,updateObj:a,device:s="desktop"})=>{const{layout:o={},card:n={},icon:l={},description:r={},trend:c={}}=e,d=o.columns||{},h=o.columnGap||{},p=o.rowGap||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.Flex,{children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Card alignment:","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:o.align||"center",onChange:e=>a("layout",e||"center","align"),children:PI.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Card orientation:","b-blocks")}),(0,i.jsx)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n.orientation||"vertical",onChange:e=>a("card",e||"vertical","orientation"),children:EI.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))})]}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Columns","b-blocks")," ",(0,i.jsx)(y,{})]}),value:parseInt(d[s],10)||DI[s],onChange:e=>a("layout",e,"columns",s),min:1,max:6,step:1}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Column Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",units:AI,isUnitSelectTabbable:!0,value:h[s],onChange:e=>a("layout",e,"columnGap",s)}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Row Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:AI,isUnitSelectTabbable:!0,value:p[s],onChange:e=>a("layout",e,"rowGap",s)})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Icon","b-blocks"),checked:!1!==l.show,onChange:e=>a("icon",e,"show")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Description","b-blocks"),checked:!1!==r.show,onChange:e=>a("description",e,"show")}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Trend Badge","b-blocks"),checked:!1!==c.show,onChange:e=>a("trend",e,"show")})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Stat cards","b-blocks"),initialOpen:!1,children:(0,i.jsx)(dn,{attributes:e,setAttributes:t,updateObj:a,newItem:{icon:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"/></svg>',orientation:"",number:"",prefix:"",suffix:"",label:"",description:"",trendValue:"",trendDirection:"up",trendColor:"",linkUrl:"",linkTarget:!1},design:"sortable",itemLabel:"Stat",arrKey:"items",title:"label",ItemSettings:RI})})]})},qI={top:"",right:"",bottom:"",left:""},WI=({attrKey:e,value:t={},updateObj:a})=>{const{bg:s={},border:o={},borderRadius:n={},padding:l={},margin:r={}}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{className:"mt10",label:(0,v.__)("Background:","b-blocks"),value:s,onChange:t=>a(e,t,"bg")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:o,onChange:t=>a(e,t||{},"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Border Radius","b-blocks"),units:AI,values:n,resetValues:qI,onChange:t=>a(e,t,"borderRadius")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Padding","b-blocks"),units:AI,values:l,resetValues:qI,onChange:t=>a(e,t,"padding")}),(0,i.jsx)(w,{className:"mt10",label:(0,v.__)("Margin","b-blocks"),units:AI,values:r,resetValues:qI,onChange:t=>a(e,t,"margin")})]})},UI=({attributes:e,updateObj:t,device:a="desktop"})=>{const{card:s={},number:o={},label:n={},description:l={},icon:r={}}=e,c=s.style||"flat",d="outlined"===c||"accent-top"===c,h=s.borderRadius||{},p=s.padding||{},g=s.margin||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Card","b-blocks"),initialOpen:!0,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Card style:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:c,options:NI,onChange:e=>t("card",e,"style")})]}),(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:s.bg,onChange:e=>t("card",e,"bg")}),"accent-top"===c&&(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Accent line height (px)","b-blocks"),value:s.accentWidth??4,onChange:e=>t("card",e,"accentWidth"),min:2,max:12,step:1}),d&&(0,i.jsx)(b.BorderBoxControl,{className:"mt10",label:(0,v.__)("Border","b-blocks"),value:s.border,onChange:e=>t("card",e||{},"border")}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),units:AI,values:h[a],resetValues:qI,onChange:e=>t("card",e,"borderRadius",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),units:AI,values:p[a],resetValues:qI,onChange:e=>t("card",e,"padding",a)}),(0,i.jsx)(w,{className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Margin","b-blocks")," ",(0,i.jsx)(y,{})]}),units:AI,values:g[a],resetValues:qI,onChange:e=>t("card",e,"margin",a)}),(0,i.jsx)(bt,{className:"mt10",label:(0,v.__)("Shadow:","b-blocks"),value:s.shadow||[],onChange:e=>t("card",e,"shadow")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Number","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:o.color||"#111827",onChange:e=>t("number",e,"color"),defaultColor:"#111827"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:o.typography,onChange:e=>t("number",e,"typography")}),(0,i.jsx)(WI,{attrKey:"number",value:o,updateObj:t})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Label","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:n.color||"#374151",onChange:e=>t("label",e,"color"),defaultColor:"#374151"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:n.typography,onChange:e=>t("label",e,"typography")}),(0,i.jsx)(WI,{attrKey:"label",value:n,updateObj:t})]}),!1!==l.show&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Description","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color:","b-blocks"),value:l.color||"#6B7280",onChange:e=>t("description",e,"color"),defaultColor:"#6B7280"}),(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-blocks"),value:l.typography,onChange:e=>t("description",e,"typography")}),(0,i.jsx)(WI,{attrKey:"description",value:l,updateObj:t})]}),!1!==r.show&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:r.color||"#146EF5",onChange:e=>t("icon",e,"color"),defaultColor:"#146EF5"}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex2",children:(0,v.__)("Size","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",units:AI,isUnitSelectTabbable:!0,value:r.size||"32px",onChange:e=>t("icon",e,"size")})]}),(0,i.jsx)(WI,{attrKey:"icon",value:r,updateObj:t})]})]})},GI=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:VI,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(FI,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(UI,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})})},YI=["left","center","right"],ZI=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,{layout:n={}}=t,l=bBlocksPremiumChecker,r=me(t,a),c=YI.includes(n.align)?n.align:"center";return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(h.AlignmentToolbar,{value:c,onChange:e=>r("layout",e||"center","align"),alignmentControls:[{icon:"editor-alignleft",title:(0,v.__)("Align left","b-blocks"),align:"left"},{icon:"editor-aligncenter",title:(0,v.__)("Align center","b-blocks"),align:"center"},{icon:"editor-alignright",title:(0,v.__)("Align right","b-blocks"),align:"right"}]})}),(0,i.jsx)(GI,{attributes:t,setAttributes:a,updateObj:r,isPremium:l,device:o}),(0,i.jsx)("div",{...(0,h.useBlockProps)(),children:(0,i.jsxs)("div",{children:[(0,i.jsx)(SI,{attributes:t,id:`block-${s}`,isBackend:!0}),(0,i.jsx)(BI,{attributes:t})]})})]})}));br(zI.name)&&(0,d.registerBlockType)(zI,{icon:dr,edit:ZI,save:()=>null});const KI=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/svg-draw","version":"1.0.0","title":"SVG Draw","category":"bBlocks","description":"Add animated SVG drawings to your content with customizable paths, timing, and effects.","keywords":["svg","draw","icon","draw svg","animated icon"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"icon":{"type":"object","default":{"upload":"","library":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z\\" stroke-dasharray=\\"5371.4248046875\\" style=\\"stroke-dashoffset: 699.897px;\\"></path></svg>","custom":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z\\"/></svg>","type":{"svgType":"icon","iconType":"library"}}},"options":{"type":"object","default":{"duration":3000,"repeat":true,"direction":"normal","delay":250,"easing":"linear"}},"style":{"type":"object","default":{"height":"200px","width":"200px","align":"center","strokeWidth":2,"colors":{"normal":{"strokeColor":"#146EF5","fill":"#0000","shadow":{"color":"#000"}},"hover":{"strokeColor":"","fill":"","shadow":{"color":"#000"},"transition":200}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos","wp-util","wp-api"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),QI=({attributes:e,id:t,isBackend:a=!1})=>{const{style:s,advanced:o}=e,{height:n,width:l,align:r,margin:c,padding:d,background:h,border:p,borderRadius:g,colors:u}=s,{normal:m,hover:v}=u,b=`#${t} .svdr-icon-draw-wrapper`,f=`${b} .svdr-svg-wrapper`,w=`${f} svg`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${b}{\n\t\t\t\t${qn("justify-content",r)}\n\t\t\t}\n\t\t\t${f}{\n\t\t\t\t${qn("height",n)}\n\t\t\t\t${qn("width",l)}\n\t\t\t\t${qn("margin",ti(c))}\n\t\t\t\t${qn("padding",ti(d))}\n\t\t\t\t${Wn(h)}\n\t\t\t\t${Gn(p)}\n\t\t\t\t${qn("border-radius",ti(g))}\n\t\t\t}\n\t\t\t${w}{\n\t\t\t\t${qn("fill",m.fill)}\n\t\t\t\t${qn("stroke",m.strokeColor)}\n\t\t\t\tfilter:drop-shadow(${Xn(m.shadow,"text")});\n\t\t\t\ttransition:${v.transition}ms ease-in-out;\n\t\t\t}\n\t\t\t${w}:hover{\n\t\t\t\t${qn("fill",v.fill)}\n\t\t\t\t${qn("stroke",v.strokeColor)}\n\t\t\t\tfilter:drop-shadow(${Xn(v.shadow,"text")});\n\t\t\t}\n\t\t\t${pi(t,o,a)}\n\t`}})},XI=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],JI=[{name:"normal",title:(0,v.__)("Normal","b-blocks")},{name:"hover",title:(0,v.__)("Hover","b-blocks")}],eO=["easeInSine","easeInExpo","easeInCirc","easeInBack","easeInElastic","easeOutQuad","easeOutCubic","easeOutQuart","easeOutQuint","easeOutSine","easeOutExpo","easeOutCirc","easeOutBack","easeOutElastic","easeInOutQuad","easeInOutCubic","easeInOutQuart","easeInOutQuint","easeInOutSine","easeInOutExpo","easeInOutCirc","easeInCubic","easeInQuart","easeInQuint"],tO=[{label:"Linear",value:"linear"},{label:"EaseInOutElastic",value:"easeInOutElastic"},{label:"EaseInQuad",value:"easeInQuad"},{label:"EaseInQuart",value:"easeInQuart"},{label:"EaseInSine",value:"easeInSine"},{label:"EaseInExpo",value:"easeInExpo"},{label:"EaseInCirc",value:"easeInCirc"},{label:"EaseInBack",value:"easeInBack"},{label:"EaseInElastic",value:"easeInElastic"},{label:"EaseOutQuad",value:"easeOutQuad"},{label:"EaseOutCubic",value:"easeOutCubic"},{label:"EaseOutQuart",value:"easeOutQuart"},{label:"EaseOutQuint",value:"easeOutQuint"},{label:"EaseOutSine",value:"easeOutSine"},{label:"EaseOutExpo",value:"easeOutExpo"},{label:"EaseOutCirc",value:"easeOutCirc"},{label:"EaseOutBack",value:"easeOutBack"},{label:"EaseOutElastic",value:"easeOutElastic"},{label:"EaseInOutQuad",value:"easeInOutQuad"},{label:"EaseInOutCubic",value:"easeInOutCubic"},{label:"EaseInOutQuart",value:"easeInOutQuart"},{label:"EaseInOutQuint",value:"easeInOutQuint"},{label:"EaseInOutSine",value:"easeInOutSine"},{label:"EaseInOutExpo",value:"easeInOutExpo"},{label:"EaseInOutCirc",value:"easeInOutCirc"},{label:"EaseInCubic",value:"easeInCubic"},{label:"EaseInQuart",value:"easeInQuart"},{label:"EaseInQuint",value:"easeInQuint"}];function aO(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{d:"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})})}function sO(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{d:"M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})})}function oO(e){return(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:0,viewBox:"0 0 1024 1024",height:"1em",width:"1em",...e,children:(0,i.jsx)("path",{d:"M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"})})}const nO=' <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M0 336c0 79.5 64.5 144 144 144l368 0c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z"/></svg>',iO=e=>{const{attributes:t,setAttributes:a,isPremium:s,setIsProModalOpen:o}=e,{icon:n,options:l}=t,{data:r}=pd("bBlocksUtils"),{refetch:c}=hd("b-blocks-enable-svg-mime-type",{_wpnonce:r?.nonce},!1),d=new zt;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("SVG Type","b-blocks"),labelPosition:"left",options:[{label:"Icon",value:"icon"},{label:"Custom SVG",value:"custom"}],value:n.type.svgType,onChange:e=>a({icon:ue(n,e,"type","svgType")})}),"custom"===n.type.svgType&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.TextareaControl,{value:n.custom,onChange:e=>a({icon:ue(n,e,"custom")}),rows:8})}),"icon"===n.type.svgType&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qe,{label:(0,v.__)("Icon Type","b-blocks"),options:[{label:"Upload "+(s?"":"(Pro)"),value:"upload"},{label:"Library",value:"library"}],value:n.type.iconType,onChange:e=>{s?a({icon:ue(n,e,"type","iconType")}):o(!0)}}),"upload"===n.type.iconType&&(0,i.jsx)(xe,{types:["image/svg+xml"],onClick:async()=>{await c()},label:(0,v.__)("Upload SVG","b-blocks"),value:{url:n.upload},default:nO,onChange:async e=>{const t=e?.url?await d.sanitizeFile(e?.url):"";a({icon:ue(n,t,"upload")})},isSvgEnabled:!0}),"library"===n.type.iconType&&(0,i.jsx)(Pa,{label:(0,v.__)("Icon Library","b-blocks"),value:n.library,onChange:e=>a({icon:ue(n,e,"library")})})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Options","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalNumberControl,{label:(0,v.__)("Fill Duration","b-blocks"),labelPosition:"edge",value:l.duration,onChange:e=>a({options:ue(l,e,"duration")})}),(0,i.jsx)("small",{children:"Duration on SVG files (in ms)"}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Delay","b-blocks"),labelPosition:"edge",value:l.delay,onChange:e=>a({options:ue(l,e,"delay")})}),(0,i.jsx)("small",{children:"Duration on SVG draws (in ms)"}),(0,i.jsx)(b.SelectControl,{className:"mt10 mb10",label:(0,v.__)("Direction","b-blocks"),labelPosition:"edge",options:[{label:"Normal",value:"normal"},{label:"Reverse",value:"reverse"},{label:"Alternate",value:"alternate"}],value:l.direction,onChange:e=>a({options:ue(l,e,"direction")})}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Repeat Drawing","b-blocks"),checked:l.repeat,value:l.repeat,onChange:e=>a({options:ue(l,e,"repeat")})}),(0,i.jsx)(In,{className:"mt10",label:(0,v.__)("Animation Easing","b-blocks"),labelPosition:"edge",options:tO,value:l.easing,onChange:e=>a({options:ue(l,e,"easing")}),isPremium:s,proValues:eO,setIsProModalOpen:o})]})]})},lO=e=>{const{attributes:t,setAttributes:a}=e,{style:s}=t;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Icon Style","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Height","b-blocks"),labelPosition:"edge",value:t.style.height,onChange:e=>a({style:ue(t.style,e,"height")})}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width","b-blocks"),labelPosition:"edge",className:"mt10",value:t.style.width,onChange:e=>a({style:ue(t.style,e,"width")})}),(0,i.jsx)(ga,{label:(0,v.__)("Alignment","b-blocks"),className:"mt10",options:[{label:"Left",value:"left",icon:(0,i.jsx)(aO,{})},{label:"Center",value:"center",icon:(0,i.jsx)(sO,{})},{label:"Right",value:"right",icon:(0,i.jsx)(oO,{})}],value:s.align,onChange:e=>a({style:ue(s,e,"align")}),isIcon:!0}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Path Thickness","b-blocks"),className:"mt10",value:s.strokeWidth,onChange:e=>a({style:ue(s,e,"strokeWidth")}),step:.1,min:0,max:100}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:JI,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Stroke Color","b-blocks"),value:s.colors[e.name].strokeColor,onChange:t=>a({style:ue(s,t,"colors",e.name,"strokeColor")})}),(0,i.jsx)(De,{label:(0,v.__)("Fill Color","b-blocks"),value:s.colors[e.name].fill,onChange:t=>a({style:ue(s,t,"colors",e.name,"fill")})}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow","b-blocks"),value:s.colors[e.name].shadow,onChange:t=>a({style:ue(s,t,"colors",e.name,"shadow")}),type:"text"}),"hover"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Transition (ms)","b-blocks"),value:s.colors.hover.transition,step:50,max:1e4,onChange:e=>a({style:ue(s,e,"colors","hover","transition")})})})]})})]})})},rO=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t,[n,l]=(0,g.useState)(!1),r={isProModalOpen:n,setIsProModalOpen:l,...e};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)("div",{className:"bPlInspectorInfo",children:(0,i.jsx)(zn,{})}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:XI,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["general"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(iO,{...r})}),"style"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(lO,{...r})}),"advanced"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})]}),(0,i.jsxs)(da,{isProModalOpen:n,setIsProModalOpen:l,block:"SVG Draw",children:[(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("SVG Upload: ","b-blocks")}),(0,v.__)("Upload custom SVG files from your device.","b-blocks")]}),(0,i.jsxs)("li",{children:[" ",(0,i.jsx)("strong",{children:(0,v.__)("Animation Easing: ","b-blocks")}),(0,v.__)("Advanced easing families (Quart, Quint, Elastic, Back, Circ, Expo, Bounce, and many variations) that create richer, more natural or stylized motion.","b-blocks")]})]})]})};var cO={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},dO={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},hO=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],pO={CSS:{},springs:{}};function gO(e,t,a){return Math.min(Math.max(e,t),a)}function uO(e,t){return e.indexOf(t)>-1}function mO(e,t){return e.apply(null,t)}var vO={arr:function(e){return Array.isArray(e)},obj:function(e){return uO(Object.prototype.toString.call(e),"Object")},pth:function(e){return vO.obj(e)&&e.hasOwnProperty("totalLength")},svg:function(e){return e instanceof SVGElement},inp:function(e){return e instanceof HTMLInputElement},dom:function(e){return e.nodeType||vO.svg(e)},str:function(e){return"string"==typeof e},fnc:function(e){return"function"==typeof e},und:function(e){return void 0===e},nil:function(e){return vO.und(e)||null===e},hex:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},rgb:function(e){return/^rgb/.test(e)},hsl:function(e){return/^hsl/.test(e)},col:function(e){return vO.hex(e)||vO.rgb(e)||vO.hsl(e)},key:function(e){return!cO.hasOwnProperty(e)&&!dO.hasOwnProperty(e)&&"targets"!==e&&"keyframes"!==e}};function bO(e){var t=/\(([^)]+)\)/.exec(e);return t?t[1].split(",").map((function(e){return parseFloat(e)})):[]}function fO(e,t){var a=bO(e),s=gO(vO.und(a[0])?1:a[0],.1,100),o=gO(vO.und(a[1])?100:a[1],.1,100),n=gO(vO.und(a[2])?10:a[2],.1,100),i=gO(vO.und(a[3])?0:a[3],.1,100),l=Math.sqrt(o/s),r=n/(2*Math.sqrt(o*s)),c=r<1?l*Math.sqrt(1-r*r):0,d=r<1?(r*l-i)/c:-i+l;function h(e){var a=t?t*e/1e3:e;return a=r<1?Math.exp(-a*r*l)*(1*Math.cos(c*a)+d*Math.sin(c*a)):(1+d*a)*Math.exp(-a*l),0===e||1===e?e:1-a}return t?h:function(){var t=pO.springs[e];if(t)return t;for(var a=1/6,s=0,o=0;;)if(1===h(s+=a)){if(++o>=16)break}else o=0;var n=s*a*1e3;return pO.springs[e]=n,n}}function wO(e){return void 0===e&&(e=10),function(t){return Math.ceil(gO(t,1e-6,1)*e)*(1/e)}}var xO,yO,kO=function(){var e=.1;function t(e,t){return 1-3*t+3*e}function a(e,t){return 3*t-6*e}function s(e){return 3*e}function o(e,o,n){return((t(o,n)*e+a(o,n))*e+s(o))*e}function n(e,o,n){return 3*t(o,n)*e*e+2*a(o,n)*e+s(o)}return function(t,a,s,i){if(0<=t&&t<=1&&0<=s&&s<=1){var l=new Float32Array(11);if(t!==a||s!==i)for(var r=0;r<11;++r)l[r]=o(r*e,t,s);return function(r){return t===a&&s===i||0===r||1===r?r:o(function(a){for(var i=0,r=1;10!==r&&l[r]<=a;++r)i+=e;--r;var c=i+(a-l[r])/(l[r+1]-l[r])*e,d=n(c,t,s);return d>=.001?function(e,t,a,s){for(var i=0;i<4;++i){var l=n(t,a,s);if(0===l)return t;t-=(o(t,a,s)-e)/l}return t}(a,c,t,s):0===d?c:function(e,t,a,s,n){var i,l,r=0;do{(i=o(l=t+(a-t)/2,s,n)-e)>0?a=l:t=l}while(Math.abs(i)>1e-7&&++r<10);return l}(a,i,i+e,t,s)}(r),a,i)}}}}(),CO=(xO={linear:function(){return function(e){return e}}},yO={Sine:function(){return function(e){return 1-Math.cos(e*Math.PI/2)}},Expo:function(){return function(e){return e?Math.pow(2,10*e-10):0}},Circ:function(){return function(e){return 1-Math.sqrt(1-e*e)}},Back:function(){return function(e){return e*e*(3*e-2)}},Bounce:function(){return function(e){for(var t,a=4;e<((t=Math.pow(2,--a))-1)/11;);return 1/Math.pow(4,3-a)-7.5625*Math.pow((3*t-2)/22-e,2)}},Elastic:function(e,t){void 0===e&&(e=1),void 0===t&&(t=.5);var a=gO(e,1,10),s=gO(t,.1,2);return function(e){return 0===e||1===e?e:-a*Math.pow(2,10*(e-1))*Math.sin((e-1-s/(2*Math.PI)*Math.asin(1/a))*(2*Math.PI)/s)}}},["Quad","Cubic","Quart","Quint"].forEach((function(e,t){yO[e]=function(){return function(e){return Math.pow(e,t+2)}}})),Object.keys(yO).forEach((function(e){var t=yO[e];xO["easeIn"+e]=t,xO["easeOut"+e]=function(e,a){return function(s){return 1-t(e,a)(1-s)}},xO["easeInOut"+e]=function(e,a){return function(s){return s<.5?t(e,a)(2*s)/2:1-t(e,a)(-2*s+2)/2}},xO["easeOutIn"+e]=function(e,a){return function(s){return s<.5?(1-t(e,a)(1-2*s))/2:(t(e,a)(2*s-1)+1)/2}}})),xO);function _O(e,t){if(vO.fnc(e))return e;var a=e.split("(")[0],s=CO[a],o=bO(e);switch(a){case"spring":return fO(e,t);case"cubicBezier":return mO(kO,o);case"steps":return mO(wO,o);default:return mO(s,o)}}function MO(e){try{return document.querySelectorAll(e)}catch(e){return}}function zO(e,t){for(var a=e.length,s=arguments.length>=2?arguments[1]:void 0,o=[],n=0;n<a;n++)if(n in e){var i=e[n];t.call(s,i,n,e)&&o.push(i)}return o}function jO(e){return e.reduce((function(e,t){return e.concat(vO.arr(t)?jO(t):t)}),[])}function LO(e){return vO.arr(e)?e:(vO.str(e)&&(e=MO(e)||e),e instanceof NodeList||e instanceof HTMLCollection?[].slice.call(e):[e])}function SO(e,t){return e.some((function(e){return e===t}))}function $O(e){var t={};for(var a in e)t[a]=e[a];return t}function HO(e,t){var a=$O(e);for(var s in e)a[s]=t.hasOwnProperty(s)?t[s]:e[s];return a}function TO(e,t){var a=$O(e);for(var s in t)a[s]=vO.und(e[s])?t[s]:e[s];return a}function BO(e){var t=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(e);if(t)return t[1]}function AO(e,t){return vO.fnc(e)?e(t.target,t.id,t.total):e}function VO(e,t){return e.getAttribute(t)}function NO(e,t,a){if(SO([a,"deg","rad","turn"],BO(t)))return t;var s=pO.CSS[t+a];if(!vO.und(s))return s;var o=document.createElement(e.tagName),n=e.parentNode&&e.parentNode!==document?e.parentNode:document.body;n.appendChild(o),o.style.position="absolute",o.style.width=100+a;var i=100/o.offsetWidth;n.removeChild(o);var l=i*parseFloat(t);return pO.CSS[t+a]=l,l}function PO(e,t,a){if(t in e.style){var s=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),o=e.style[t]||getComputedStyle(e).getPropertyValue(s)||"0";return a?NO(e,o,a):o}}function EO(e,t){return vO.dom(e)&&!vO.inp(e)&&(!vO.nil(VO(e,t))||vO.svg(e)&&e[t])?"attribute":vO.dom(e)&&SO(hO,t)?"transform":vO.dom(e)&&"transform"!==t&&PO(e,t)?"css":null!=e[t]?"object":void 0}function IO(e){if(vO.dom(e)){for(var t,a=e.style.transform||"",s=/(\w+)\(([^)]*)\)/g,o=new Map;t=s.exec(a);)o.set(t[1],t[2]);return o}}function OO(e,t,a,s){switch(EO(e,t)){case"transform":return function(e,t,a,s){var o=uO(t,"scale")?1:0+function(e){return uO(e,"translate")||"perspective"===e?"px":uO(e,"rotate")||uO(e,"skew")?"deg":void 0}(t),n=IO(e).get(t)||o;return a&&(a.transforms.list.set(t,n),a.transforms.last=t),s?NO(e,n,s):n}(e,t,s,a);case"css":return PO(e,t,a);case"attribute":return VO(e,t);default:return e[t]||0}}function RO(e,t){var a=/^(\*=|\+=|-=)/.exec(e);if(!a)return e;var s=BO(e)||0,o=parseFloat(t),n=parseFloat(e.replace(a[0],""));switch(a[0][0]){case"+":return o+n+s;case"-":return o-n+s;case"*":return o*n+s}}function DO(e,t){if(vO.col(e))return function(e){return vO.rgb(e)?(a=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(t=e))?"rgba("+a[1]+",1)":t:vO.hex(e)?function(e){var t=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(e,t,a,s){return t+t+a+a+s+s})),a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return"rgba("+parseInt(a[1],16)+","+parseInt(a[2],16)+","+parseInt(a[3],16)+",1)"}(e):vO.hsl(e)?function(e){var t,a,s,o=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(e)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(e),n=parseInt(o[1],10)/360,i=parseInt(o[2],10)/100,l=parseInt(o[3],10)/100,r=o[4]||1;function c(e,t,a){return a<0&&(a+=1),a>1&&(a-=1),a<1/6?e+6*(t-e)*a:a<.5?t:a<2/3?e+(t-e)*(2/3-a)*6:e}if(0==i)t=a=s=l;else{var d=l<.5?l*(1+i):l+i-l*i,h=2*l-d;t=c(h,d,n+1/3),a=c(h,d,n),s=c(h,d,n-1/3)}return"rgba("+255*t+","+255*a+","+255*s+","+r+")"}(e):void 0;var t,a}(e);if(/\s/g.test(e))return e;var a=BO(e),s=a?e.substr(0,e.length-a.length):e;return t?s+t:s}function FO(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function qO(e){for(var t,a=e.points,s=0,o=0;o<a.numberOfItems;o++){var n=a.getItem(o);o>0&&(s+=FO(t,n)),t=n}return s}function WO(e){if(e.getTotalLength)return e.getTotalLength();switch(e.tagName.toLowerCase()){case"circle":return function(e){return 2*Math.PI*VO(e,"r")}(e);case"rect":return function(e){return 2*VO(e,"width")+2*VO(e,"height")}(e);case"line":return function(e){return FO({x:VO(e,"x1"),y:VO(e,"y1")},{x:VO(e,"x2"),y:VO(e,"y2")})}(e);case"polyline":return qO(e);case"polygon":return function(e){var t=e.points;return qO(e)+FO(t.getItem(t.numberOfItems-1),t.getItem(0))}(e)}}function UO(e,t){var a=t||{},s=a.el||function(e){for(var t=e.parentNode;vO.svg(t)&&vO.svg(t.parentNode);)t=t.parentNode;return t}(e),o=s.getBoundingClientRect(),n=VO(s,"viewBox"),i=o.width,l=o.height,r=a.viewBox||(n?n.split(" "):[0,0,i,l]);return{el:s,viewBox:r,x:r[0]/1,y:r[1]/1,w:i,h:l,vW:r[2],vH:r[3]}}function GO(e,t,a){function s(a){void 0===a&&(a=0);var s=t+a>=1?t+a:0;return e.el.getPointAtLength(s)}var o=UO(e.el,e.svg),n=s(),i=s(-1),l=s(1),r=a?1:o.w/o.vW,c=a?1:o.h/o.vH;switch(e.property){case"x":return(n.x-o.x)*r;case"y":return(n.y-o.y)*c;case"angle":return 180*Math.atan2(l.y-i.y,l.x-i.x)/Math.PI}}function YO(e,t){var a=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,s=DO(vO.pth(e)?e.totalLength:e,t)+"";return{original:s,numbers:s.match(a)?s.match(a).map(Number):[0],strings:vO.str(e)||t?s.split(a):[]}}function ZO(e){return zO(e?jO(vO.arr(e)?e.map(LO):LO(e)):[],(function(e,t,a){return a.indexOf(e)===t}))}function KO(e){var t=ZO(e);return t.map((function(e,a){return{target:e,id:a,total:t.length,transforms:{list:IO(e)}}}))}function QO(e,t){var a=$O(t);if(/^spring/.test(a.easing)&&(a.duration=fO(a.easing)),vO.arr(e)){var s=e.length;2!==s||vO.obj(e[0])?vO.fnc(t.duration)||(a.duration=t.duration/s):e={value:e}}var o=vO.arr(e)?e:[e];return o.map((function(e,a){var s=vO.obj(e)&&!vO.pth(e)?e:{value:e};return vO.und(s.delay)&&(s.delay=a?0:t.delay),vO.und(s.endDelay)&&(s.endDelay=a===o.length-1?t.endDelay:0),s})).map((function(e){return TO(e,a)}))}var XO={css:function(e,t,a){return e.style[t]=a},attribute:function(e,t,a){return e.setAttribute(t,a)},object:function(e,t,a){return e[t]=a},transform:function(e,t,a,s,o){if(s.list.set(t,a),t===s.last||o){var n="";s.list.forEach((function(e,t){n+=t+"("+e+") "})),e.style.transform=n}}};function JO(e,t){KO(e).forEach((function(e){for(var a in t){var s=AO(t[a],e),o=e.target,n=BO(s),i=OO(o,a,n,e),l=RO(DO(s,n||BO(i)),i),r=EO(o,a);XO[r](o,a,l,e.transforms,!0)}}))}function eR(e,t){return zO(jO(e.map((function(e){return t.map((function(t){return function(e,t){var a=EO(e.target,t.name);if(a){var s=function(e,t){var a;return e.tweens.map((function(s){var o=function(e,t){var a={};for(var s in e){var o=AO(e[s],t);vO.arr(o)&&1===(o=o.map((function(e){return AO(e,t)}))).length&&(o=o[0]),a[s]=o}return a.duration=parseFloat(a.duration),a.delay=parseFloat(a.delay),a}(s,t),n=o.value,i=vO.arr(n)?n[1]:n,l=BO(i),r=OO(t.target,e.name,l,t),c=a?a.to.original:r,d=vO.arr(n)?n[0]:c,h=BO(d)||BO(r),p=l||h;return vO.und(i)&&(i=c),o.from=YO(d,p),o.to=YO(RO(i,d),p),o.start=a?a.end:0,o.end=o.start+o.delay+o.duration+o.endDelay,o.easing=_O(o.easing,o.duration),o.isPath=vO.pth(n),o.isPathTargetInsideSVG=o.isPath&&vO.svg(t.target),o.isColor=vO.col(o.from.original),o.isColor&&(o.round=1),a=o,o}))}(t,e),o=s[s.length-1];return{type:a,property:t.name,animatable:e,tweens:s,duration:o.end,delay:s[0].delay,endDelay:o.endDelay}}}(e,t)}))}))),(function(e){return!vO.und(e)}))}function tR(e,t){var a=e.length,s=function(e){return e.timelineOffset?e.timelineOffset:0},o={};return o.duration=a?Math.max.apply(Math,e.map((function(e){return s(e)+e.duration}))):t.duration,o.delay=a?Math.min.apply(Math,e.map((function(e){return s(e)+e.delay}))):t.delay,o.endDelay=a?o.duration-Math.max.apply(Math,e.map((function(e){return s(e)+e.duration-e.endDelay}))):t.endDelay,o}var aR=0,sR=[],oR=function(){var e;function t(a){for(var s=sR.length,o=0;o<s;){var n=sR[o];n.paused?(sR.splice(o,1),s--):(n.tick(a),o++)}e=o>0?requestAnimationFrame(t):void 0}return"undefined"!=typeof document&&document.addEventListener("visibilitychange",(function(){iR.suspendWhenDocumentHidden&&(nR()?e=cancelAnimationFrame(e):(sR.forEach((function(e){return e._onDocumentVisibility()})),oR()))})),function(){e||nR()&&iR.suspendWhenDocumentHidden||!(sR.length>0)||(e=requestAnimationFrame(t))}}();function nR(){return!!document&&document.hidden}function iR(e){void 0===e&&(e={});var t,a=0,s=0,o=0,n=0,i=null;function l(e){var t=window.Promise&&new Promise((function(e){return i=e}));return e.finished=t,t}var r=function(e){var t=HO(cO,e),a=HO(dO,e),s=function(e,t){var a=[],s=t.keyframes;for(var o in s&&(t=TO(function(e){for(var t=zO(jO(e.map((function(e){return Object.keys(e)}))),(function(e){return vO.key(e)})).reduce((function(e,t){return e.indexOf(t)<0&&e.push(t),e}),[]),a={},s=function(s){var o=t[s];a[o]=e.map((function(e){var t={};for(var a in e)vO.key(a)?a==o&&(t.value=e[a]):t[a]=e[a];return t}))},o=0;o<t.length;o++)s(o);return a}(s),t)),t)vO.key(o)&&a.push({name:o,tweens:QO(t[o],e)});return a}(a,e),o=KO(e.targets),n=eR(o,s),i=tR(n,a),l=aR;return aR++,TO(t,{id:l,children:[],animatables:o,animations:n,duration:i.duration,delay:i.delay,endDelay:i.endDelay})}(e);function c(){var e=r.direction;"alternate"!==e&&(r.direction="normal"!==e?"normal":"reverse"),r.reversed=!r.reversed,t.forEach((function(e){return e.reversed=r.reversed}))}function d(e){return r.reversed?r.duration-e:e}function h(){a=0,s=d(r.currentTime)*(1/iR.speed)}function p(e,t){t&&t.seek(e-t.timelineOffset)}function g(e){for(var t=0,a=r.animations,s=a.length;t<s;){var o=a[t],n=o.animatable,i=o.tweens,l=i.length-1,c=i[l];l&&(c=zO(i,(function(t){return e<t.end}))[0]||c);for(var d=gO(e-c.start-c.delay,0,c.duration)/c.duration,h=isNaN(d)?1:c.easing(d),p=c.to.strings,g=c.round,u=[],m=c.to.numbers.length,v=void 0,b=0;b<m;b++){var f=void 0,w=c.to.numbers[b],x=c.from.numbers[b]||0;f=c.isPath?GO(c.value,h*w,c.isPathTargetInsideSVG):x+h*(w-x),g&&(c.isColor&&b>2||(f=Math.round(f*g)/g)),u.push(f)}var y=p.length;if(y){v=p[0];for(var k=0;k<y;k++){p[k];var C=p[k+1],_=u[k];isNaN(_)||(v+=C?_+C:_+" ")}}else v=u[0];XO[o.type](n.target,o.property,v,n.transforms),o.currentValue=v,t++}}function u(e){r[e]&&!r.passThrough&&r[e](r)}function m(e){var h=r.duration,m=r.delay,v=h-r.endDelay,b=d(e);r.progress=gO(b/h*100,0,100),r.reversePlayback=b<r.currentTime,t&&function(e){if(r.reversePlayback)for(var a=n;a--;)p(e,t[a]);else for(var s=0;s<n;s++)p(e,t[s])}(b),!r.began&&r.currentTime>0&&(r.began=!0,u("begin")),!r.loopBegan&&r.currentTime>0&&(r.loopBegan=!0,u("loopBegin")),b<=m&&0!==r.currentTime&&g(0),(b>=v&&r.currentTime!==h||!h)&&g(h),b>m&&b<v?(r.changeBegan||(r.changeBegan=!0,r.changeCompleted=!1,u("changeBegin")),u("change"),g(b)):r.changeBegan&&(r.changeCompleted=!0,r.changeBegan=!1,u("changeComplete")),r.currentTime=gO(b,0,h),r.began&&u("update"),e>=h&&(s=0,r.remaining&&!0!==r.remaining&&r.remaining--,r.remaining?(a=o,u("loopComplete"),r.loopBegan=!1,"alternate"===r.direction&&c()):(r.paused=!0,r.completed||(r.completed=!0,u("loopComplete"),u("complete"),!r.passThrough&&"Promise"in window&&(i(),l(r)))))}return l(r),r.reset=function(){var e=r.direction;r.passThrough=!1,r.currentTime=0,r.progress=0,r.paused=!0,r.began=!1,r.loopBegan=!1,r.changeBegan=!1,r.completed=!1,r.changeCompleted=!1,r.reversePlayback=!1,r.reversed="reverse"===e,r.remaining=r.loop,t=r.children;for(var a=n=t.length;a--;)r.children[a].reset();(r.reversed&&!0!==r.loop||"alternate"===e&&1===r.loop)&&r.remaining++,g(r.reversed?r.duration:0)},r._onDocumentVisibility=h,r.set=function(e,t){return JO(e,t),r},r.tick=function(e){o=e,a||(a=o),m((o+(s-a))*iR.speed)},r.seek=function(e){m(d(e))},r.pause=function(){r.paused=!0,h()},r.play=function(){r.paused&&(r.completed&&r.reset(),r.paused=!1,sR.push(r),h(),oR())},r.reverse=function(){c(),r.completed=!r.reversed,h()},r.restart=function(){r.reset(),r.play()},r.remove=function(e){rR(ZO(e),r)},r.reset(),r.autoplay&&r.play(),r}function lR(e,t){for(var a=t.length;a--;)SO(e,t[a].animatable.target)&&t.splice(a,1)}function rR(e,t){var a=t.animations,s=t.children;lR(e,a);for(var o=s.length;o--;){var n=s[o],i=n.animations;lR(e,i),i.length||n.children.length||s.splice(o,1)}a.length||s.length||t.pause()}iR.version="3.2.1",iR.speed=1,iR.suspendWhenDocumentHidden=!0,iR.running=sR,iR.remove=function(e){for(var t=ZO(e),a=sR.length;a--;)rR(t,sR[a])},iR.get=OO,iR.set=JO,iR.convertPx=NO,iR.path=function(e,t){var a=vO.str(e)?MO(e)[0]:e,s=t||100;return function(e){return{property:e,el:a,svg:UO(a),totalLength:WO(a)*(s/100)}}},iR.setDashoffset=function(e){var t=WO(e);return e.setAttribute("stroke-dasharray",t),t},iR.stagger=function(e,t){void 0===t&&(t={});var a=t.direction||"normal",s=t.easing?_O(t.easing):null,o=t.grid,n=t.axis,i=t.from||0,l="first"===i,r="center"===i,c="last"===i,d=vO.arr(e),h=d?parseFloat(e[0]):parseFloat(e),p=d?parseFloat(e[1]):0,g=BO(d?e[1]:e)||0,u=t.start||0+(d?h:0),m=[],v=0;return function(e,t,b){if(l&&(i=0),r&&(i=(b-1)/2),c&&(i=b-1),!m.length){for(var f=0;f<b;f++){if(o){var w=r?(o[0]-1)/2:i%o[0],x=r?(o[1]-1)/2:Math.floor(i/o[0]),y=w-f%o[0],k=x-Math.floor(f/o[0]),C=Math.sqrt(y*y+k*k);"x"===n&&(C=-y),"y"===n&&(C=-k),m.push(C)}else m.push(Math.abs(i-f));v=Math.max.apply(Math,m)}s&&(m=m.map((function(e){return s(e/v)*v}))),"reverse"===a&&(m=m.map((function(e){return n?e<0?-1*e:-e:Math.abs(v-e)})))}return u+(d?(p-h)/v:h)*(Math.round(100*m[t])/100)+g}},iR.timeline=function(e){void 0===e&&(e={});var t=iR(e);return t.duration=0,t.add=function(a,s){var o=sR.indexOf(t),n=t.children;function i(e){e.passThrough=!0}o>-1&&sR.splice(o,1);for(var l=0;l<n.length;l++)i(n[l]);var r=TO(a,HO(dO,e));r.targets=r.targets||e.targets;var c=t.duration;r.autoplay=!1,r.direction=t.direction,r.timelineOffset=vO.und(s)?c:RO(s,c),i(t),t.seek(r.timelineOffset);var d=iR(r);i(d),n.push(d);var h=tR(n,e);return t.delay=h.delay,t.endDelay=h.endDelay,t.duration=h.duration,t.seek(0),t.reset(),t.autoplay&&t.play(),t},t},iR.easing=_O,iR.penner=CO,iR.random=function(e,t){return Math.floor(Math.random()*(t-e+1))+e};const cR=iR,dR=({attributes:e})=>{const{icon:t,options:a,style:s}=e,{type:o}=t,{strokeWidth:n}=s,l=(0,g.useRef)(null),[r,c]=(0,g.useState)(a),{duration:d,repeat:h,direction:p,delay:u,easing:m}=a;(0,g.useEffect)((()=>{cR({targets:l.current?.querySelectorAll("svg path"),strokeDashoffset:[cR.setDashoffset,0],easing:m,duration:d,delay:(e,t)=>t*Number(u),loop:h,autoplay:!0,direction:p})}),[l.current?.querySelectorAll("svg"),a,r]);const v={strokeWidth:n};return(0,i.jsxs)("div",{className:"svdr-icon-draw-wrapper",children:["icon"===o.svgType&&"library"===o.iconType&&t.library&&(0,i.jsx)("div",{ref:l,className:"react-svg-drawing svdr-svg-wrapper",style:v,dangerouslySetInnerHTML:{__html:t.library}}),"icon"===o.svgType&&"upload"===o.iconType&&(0,i.jsx)("div",{ref:l,className:"react-svg-drawing svdr-svg-wrapper",style:v,dangerouslySetInnerHTML:{__html:t.upload||nO}}),"custom"===o.svgType&&(0,i.jsx)("div",{ref:l,className:"react-svg-drawing svdr-svg-wrapper",style:v,dangerouslySetInnerHTML:{__html:t.custom}})]})};br(KI.name)&&(0,d.registerBlockType)(KI,{icon:Hl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,o=`svg-draw-${s}`,n=bBlocksPremiumChecker;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(rO,{attributes:t,setAttributes:a,isPremium:n}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),id:o,children:[(0,i.jsx)(QI,{attributes:t,id:o,isBackend:!0}),(0,i.jsx)("div",{children:(0,i.jsx)(dR,{attributes:t})})]})]})}});const hR=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/table-of-content","title":"Table of Contents","category":"bBlocks","description":"The Table of Contents block automatically generates a table of contents for your WordPress post or page.","keywords":["table","content","table of contents","heading"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"isNested":{"type":"boolean","default":false},"rendered":{"type":"boolean","default":true},"header":{"type":"object","default":{"bgColor":"","textColor":"#444","iconColor":"#000","separatorWidth":1,"separatorColor":"#ccc"}},"headings":{"type":"array","default":[]},"boxList":{"type":"object","default":{"txtStyle":"normal","nTxtColor":"#2e2e2e","nBarColor":"#b0aeb1","hTxtColor":"#ec1e75","hBarColor":"#ec1e75","nTxtDecoration":false,"hTxtDecoration":false,"dotSize":15,"panelHeight":0,"treeColor":"blueviolet","dotShadow":[{"hOffset":"1px","vOffset":"1px","blur":"5px","spreed":"1px","color":"#b3b3b3","isInset":false}],"maxHeight":{"desktop":0,"tablet":0,"mobile":0},"padding":{"desktop":{"top":"0px","bottom":"0px","left":"20px","right":"0px"},"tablet":{"top":"0px","bottom":"0px","left":"20px","right":"0px"},"mobile":{"top":"0px","bottom":"0px","left":"20px","right":"0px"}}}},"tagName":{"type":"array","default":["h1","h2","h3"]},"title":{"type":"object","default":{"text":"Table of Contents","tag":"h3"}},"markup":{"type":"object","default":{"view":"decimal","icon":"fa-solid fa-circle","color":"#000","markupSize":{"desktop":"16px","tablet":"16px","mobile":"16px"}}},"minimize":{"type":"object","default":{"toggle":true,"expandIcon":"fa-solid fa-chevron-down","collapseIcon":"fa-solid fa-chevron-up"}},"theme":{"type":"string","default":"default"},"sticky":{"type":"object","default":{"toggle":false,"device":["Desktop"],"width":{"desktop":"617px","tablet":"90%","mobile":"100%"},"horizonAlign":"left","verticalAlign":"top","right":{"desktop":"0px","tablet":"0px","mobile":"0px"},"left":{"desktop":"0px","tablet":"0px","mobile":"0px"},"top":{"desktop":"0px","tablet":"0px","mobile":"0px"},"bottom":{"desktop":"0px","tablet":"0px","mobile":"0px"},"zIndex":{"desktop":100,"tablet":100,"mobile":100}}},"slideTitle":{"type":"object","default":{"titleColor":"#2e2e2e","slideBarColor":"#abababbf","spaceDevice":"desktop","space":{"desktop":"15px","tablet":"15px","mobile":"15px"},"spaceBottomDevice":"desktop","spaceBottom":{"desktop":"15px","tablet":"15px","mobile":"15px"},"spaceBottomUnit":{"desktop":"px","tablet":"px","mobile":"px"}}},"slideList":{"type":"object","default":{"spaceDevice":"desktop","space":{"desktop":"15px","tablet":"15px","mobile":"15px"},"fontSize":{"desktop":"16px"}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"tablet":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"mobile":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"borderShadow":{"normal":{"radius":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b0","isInset":false}]}},"background":{"normal":{"type":"color","color":"#fff","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":["file:./view.css"],"render":"file:./render.php","viewScript":["file:./view.js","react","react-dom"]}'),pR=()=>document.querySelectorAll('a[href^="#"]')?.forEach((e=>{e.addEventListener("click",(function(e){e.preventDefault(),document.querySelector(this.getAttribute("href"))?.scrollIntoView({behavior:"smooth"})}))})),gR=[{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:"H5",value:"h5"},{label:"H6",value:"h6"},{label:"div",value:"div"}],uR=[{label:"Numbers",value:"decimal"},{label:"Bullets",value:"disc"}],mR=[{name:"Orange",color:"#F57C00"},{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Cyan",color:"#00BCD4"},{name:"Pink",color:"#E91E63"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],vR=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],bR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",...e,children:(0,i.jsx)("path",{d:"M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"})}),fR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",...e,children:(0,i.jsx)("path",{d:"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"})}),wR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",...e,children:(0,i.jsx)("path",{d:"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"})}),xR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",...e,children:(0,i.jsx)("path",{d:"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"})}),yR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",...e,children:(0,i.jsx)("path",{d:"M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"})}),kR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",...e,children:(0,i.jsx)("path",{d:"M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"})}),CR=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",...e,children:(0,i.jsx)("path",{d:"M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"})}),_R=e=>(0,i.jsx)("svg",{height:16,width:16,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",...e,children:(0,i.jsx)("path",{d:"M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"})}),MR=[{label:"Circle",value:"fa-solid fa-circle",icon:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"})})},{label:"Dot Circle",value:"fa-solid fa-circle-dot",icon:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"})})},{label:"Squire",value:"fa-solid fa-square-full",icon:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M0 0H512V512H0V0z"})})},{label:"Circle",value:"fa-regular fa-circle",icon:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"})})},{label:"Dot Circle",value:"fa-regular fa-circle-dot",icon:(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"})})}],zR=[{label:"Chevron Down",value:"fa-solid fa-chevron-down",icon:(0,i.jsx)(fR,{})},{label:"Circle Chevron Down",value:"fa-solid fa-circle-chevron-down",icon:(0,i.jsx)(wR,{})},{label:"Angel Down",value:"fa-solid fa-angle-down",icon:(0,i.jsx)(xR,{})},{label:"Angel Double Down",value:"fa-solid fa-angles-down",icon:(0,i.jsx)(yR,{})},{label:"Caret Down",value:"fa-solid fa-caret-down",icon:(0,i.jsx)(kR,{})},{label:"Squire Caret Down",value:"fa-solid fa-square-caret-down",icon:(0,i.jsx)(CR,{})},{label:"Squire Caret Down",value:"fa-regular fa-square-caret-down",icon:(0,i.jsx)(_R,{})}],jR=[{label:"Chevron Up",value:"fa-solid fa-chevron-up",icon:(0,i.jsx)(fR,{className:"tbcnb-rotate180deg"})},{label:"Circle Chevron Up",value:"fa-solid fa-circle-chevron-up",icon:(0,i.jsx)(wR,{className:"tbcnb-rotate180deg"})},{label:"Angel Up",value:"fa-solid fa-angle-up",icon:(0,i.jsx)(xR,{className:"tbcnb-rotate180deg"})},{label:"Angel Double Up",value:"fa-solid fa-angles-up",icon:(0,i.jsx)(yR,{className:"tbcnb-rotate180deg"})},{label:"Caret Up",value:"fa-solid fa-caret-up",icon:(0,i.jsx)(kR,{className:"tbcnb-rotate180deg"})},{label:"Squire Caret Up",value:"fa-solid fa-square-caret-up",icon:(0,i.jsx)(CR,{className:"tbcnb-rotate180deg"})},{label:"Squire Caret Up",value:"fa-regular fa-square-caret-up",icon:(0,i.jsx)(_R,{className:"tbcnb-rotate180deg"})}],LR=({icons:e,label:t,default:a,renderFunction:s,value:o})=>{const[n,l]=(0,g.useState)(!1),r=(0,g.useRef)(),c=(0,g.useRef)(null);return(0,g.useEffect)((()=>{const e=e=>{c?.current?.contains(e.target)||r?.current?.contains(e.target)||l(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}})),(0,i.jsxs)("div",{className:"bblocks-tbcn-iconPicker-main-wrapper",children:[(0,i.jsxs)("div",{className:"bblocks-tbcn-iconPicker-wrapper",children:[(0,i.jsx)("p",{style:{width:"50%",margin:"0"},children:t}),(0,i.jsxs)("div",{className:"bblocks-tbcn-iconPicker",children:[(0,i.jsx)("div",{onClick:()=>s(a),className:"single-icon-admin-panel",children:(0,i.jsx)(bR,{})}),(0,i.jsx)("div",{ref:c,onClick:()=>l(!n),className:"single-icon-admin-panel selectIcon",children:e.map((({value:e,icon:t})=>e===o&&t))})]})]}),n&&(0,i.jsx)("div",{ref:r,className:"bblocks-tbcn-iconPicker-popover-icons",children:e&&e.map(((e,t)=>(0,i.jsxs)("div",{onClick:()=>s(e.value),className:"bblocks-tbcn-single-icon-picker-admin "+(e.value===o?"selectIcon":""),children:[(0,i.jsx)("div",{className:"bblocks-tbcn-icon-picker-tooltip-container",children:(0,i.jsxs)("div",{className:"bblocks-tbcn-icon-picker-tooltip",children:[(0,i.jsx)("span",{children:e.label}),(0,i.jsx)(kR,{})]})}),e.icon]},t)))})]})},SR=({attributes:e,setAttributes:t})=>{const{minimize:a}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Minimize Box","b-blocks"),checked:a.toggle,onChange:e=>t({minimize:{...a,toggle:e}})}),a.toggle&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(LR,{icons:zR,default:"fa-solid fa-chevron-down",label:(0,v.__)("Expand Icon","b-blocks"),value:a.expandIcon,renderFunction:e=>t({minimize:{...a,expandIcon:e}})}),(0,i.jsx)("div",{className:"mt10",children:(0,i.jsx)(LR,{icons:jR,default:"fa-solid fa-chevron-up",label:(0,v.__)("Collapse Icon","b-blocks"),value:a.collapseIcon,renderFunction:e=>t({minimize:{...a,collapseIcon:e}})})})]})]})},$R=({attributes:e,setAttributes:t})=>{const{title:a,theme:s,markup:o,tagName:n,isNested:l=!1}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Table of Contents","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Title","b-blocks"),value:a.text,onChange:e=>((e,s)=>{const o=_v(a,(e=>{e.text=s}));t({title:o})})(0,e)}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Title Tag","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:a.tag,onChange:e=>t({title:{...a,tag:e}}),options:gR})]}),(0,i.jsx)(f,{children:(0,v.__)("Anchors By Tags","b-blocks")}),(0,i.jsx)(mn,{options:[{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:"H5",value:"h5"},{label:"H6",value:"h6"}],value:n,onChange:e=>t({tagName:e})}),(0,i.jsx)("br",{}),(0,i.jsx)(b.ToggleControl,{help:"Headings are displayed in a hierarchical structure.",label:(0,v.__)("Enable Nesting","b-blocks"),checked:l,onChange:e=>t({isNested:e})}),"default"===s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:"Markup view"}),(0,i.jsx)(b.SelectControl,{value:o.view,options:uR,onChange:e=>t({markup:{...o,view:e,icon:"disc"===e&&"fa-solid fa-circle"}})})]}),"disc"===o.view&&(0,i.jsx)(LR,{icons:MR,label:"Icon",renderFunction:e=>t({markup:{...o,icon:e,view:"decimal"===e?"decimal":"disc"}}),value:o.icon,default:"decimal"})]})]})},HR=e=>{const{attributes:t,setAttributes:a}=e,{theme:s}=t;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:"b-blocks",docsLink:"https://bplugins.com/docs/content-slider-block/guides/general"}),(0,i.jsx)($R,{attributes:t,setAttributes:a}),"default"===s&&(0,i.jsx)(SR,{attributes:t,setAttributes:a})]})},TR=({label:e,units:t,className:a,style:s,value:o="0px",onChange:n=()=>{},...l})=>{const r=(0,g.useRef)(),[c,d]=(0,g.useState)(!1),h=[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]||t,p=o.split("").filter((e=>!isNaN(e)&&"%"!==e)).join(""),u=o.split("").filter((e=>isNaN(e)||"%"===e)).join(""),[m,v]=(0,g.useState)(p),[f,w]=(0,g.useState)(u);(0,g.useEffect)((()=>{n(`${m}${f}`)}),[m,f]),(0,g.useEffect)((()=>{const e=e=>{r?.current?.contains(e.target)||d(!1)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}}));const x=Math.floor(999999*Math.random());return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("style",{children:"\n .labelWrapper {\n display: flex;\n justify-content: space-between;\n }\n .rangeControlWrapper {\n display: flex;\n }\n\n .unitControlBtn {\n font-size: 8px;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 9999;\n border: 1px solid rgb(168, 168, 168);\n border-left: none;\n cursor: pointer;\n font-weight: 600;\n background-color: #0000;\n height: 32px;\n width: 21px;\n border-radius: 0 2px 2px 0;\n text-transform: uppercase;\n margin-left: -1px;\n }\n\n .unitControlBtn:focus {\n border-color: #3858e9;\n border-left: 1px solid #3858e9;\n }\n .unitControlWrapper {\n position: relative;\n }\n .unitListWrapper {\n position: absolute;\n right: 0px;\n z-index: 9999 !important;\n background: #fff;\n font-weight: 600;\n border: 1px solid rgb(168, 168, 168);\n width: 19px;\n text-align: center;\n border-radius: 0 0 2px 2px;\n }\n .unitList {\n margin: 0;\n cursor: default;\n font-size: 10px;\n }\n .unitList:hover {\n background-color: #3858e9;\n color: aliceblue;\n }\n .hoverBgColor {\n background-color: #3858e9;\n color: aliceblue;\n }\n "}),(0,i.jsxs)("div",{id:`unitId-${x}`,className:`unitRangeWrapper ${a}`,style:s,children:[(0,i.jsx)("div",{className:"labelWrapper",children:(0,i.jsx)("label",{htmlFor:"",children:e})}),(0,i.jsxs)("div",{className:"rangeControlWrapper",children:[(0,i.jsx)("div",{style:{width:"100%"},children:(0,i.jsx)(b.RangeControl,{value:Number(p),onChange:e=>v(e),...l})}),(0,i.jsxs)("div",{ref:r,className:"unitControlWrapper",children:[(0,i.jsx)("button",{onClick:()=>d(!c),className:"unitControlBtn",children:u}),c&&(0,i.jsx)("div",{className:"unitListWrapper",children:h?.map(((e,t)=>(0,i.jsx)("p",{onClick:()=>{w(e.value),d(!1)},className:`unitList ${e.value===f?"hoverBgColor":""} `,children:e.label},t)))})]})]})]})]})},BR=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,device:a})=>{const{header:s,boxList:o,markup:n}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Header","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(De,{label:(0,v.__)("Background Color","b-blocks"),value:s.bgColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({header:ue(s,e,"bgColor")})}),(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:s.txtColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({header:ue(s,e,"txtColor")})}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:s.iconColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({header:ue(s,e,"iconColor")})}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Separator Width","b-blocks"),value:s.separatorWidth,onChange:e=>t({header:ue(s,e,"separatorWidth")}),min:0,max:100,step:1}),(0,i.jsx)(De,{label:(0,v.__)("Separator Color","b-blocks"),value:s.separatorColor,defaults:"#ccc",colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({header:ue(s,e,"separatorColor")})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("List Item","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"60px",top:"0px"}}),(0,i.jsx)(w,{label:(0,v.__)("Padding","b-blocks"),values:o.padding[a],resetValues:{top:"0px",left:"20px",right:"0px",bottom:"0px"},onChange:e=>t({boxList:ue(o,e,"padding",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"80px",top:"0px"}}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Max Height","b-blocks"),value:o.maxHeight[a],onChange:e=>t({boxList:ue(o,e,"maxHeight",a)}),min:0,max:1e3,step:1})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Le,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o.nTxtColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({boxList:{...o,nTxtColor:e}})}),(0,i.jsx)("div",{style:{marginTop:"10px"},children:(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Underline","b-blocks"),checked:o.nTxtDecoration,onChange:e=>t({boxList:{...o,nTxtDecoration:e}})})})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:o.hTxtColor,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({boxList:{...o,hTxtColor:e}})}),(0,i.jsx)("div",{style:{marginTop:"10px"},children:(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Underline","b-blocks"),checked:o.hTxtDecoration,onChange:e=>t({boxList:{...o,hTxtDecoration:e}})})})]})]})}),(0,i.jsx)("div",{style:{borderTop:"1px solid #ccc",margin:"15px 0",paddingTop:"10px"},children:(0,i.jsx)("strong",{children:"Marker"})}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:n.color,colors:[{name:"red",color:"#f00"},{name:"white",color:"#fff"},{name:"blue",color:"#00f"}],onChange:e=>t({markup:ue(n,e,"color")})}),(0,i.jsx)("div",{style:{marginTop:"10px"},children:(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition"}),(0,i.jsx)(TR,{label:(0,v.__)("Size","b-blocks"),value:n.markupSize[a],min:0,step:1,max:n.markupSize[a].includes("px")?50:100,onChange:e=>t({markup:ue(n,e,"markupSize",a)})})]})})]})]})})),AR=(0,m.withSelect)((e=>({device:e("core/edit-post").__experimentalGetPreviewDeviceType()?.toLowerCase()})))((({attributes:e,setAttributes:t,device:a})=>{const{slideTitle:s,slideList:o,boxList:n}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("List","b-blocks"),initialOpen:!0,children:[(0,i.jsx)("strong",{style:{marginBottom:"15px",color:"gray"},children:"Heading"}),(0,i.jsx)(De,{label:(0,v.__)("Title Color","b-blocks"),value:s.titleColor,colors:[{name:"Orange",color:"#F57C00"},{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Cyan",color:"#00BCD4"},{name:"Pink",color:"#E91E63"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({slideTitle:{...s,titleColor:e}})}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("Space Top","b-blocks"),value:s.space[a],min:0,max:s.space[a].includes("%")?100:200,onChange:e=>t({slideTitle:ue(s,e,"space",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("Space Bottom","b-blocks"),value:s.spaceBottom[a],min:0,max:s.spaceBottom[a].includes("%")?100:200,onChange:e=>t({slideTitle:ue(s,e,"spaceBottom",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px",borderTop:"1px solid #ccc",paddingTop:"10px"},children:[(0,i.jsx)("strong",{style:{marginBottom:"15px",color:"gray"},children:"List Item"}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("List Space Bottom","b-blocks"),value:o.space[a],min:0,max:o.space[a].includes("%")?100:200,onChange:e=>t({slideList:ue(o,e,"space",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("List Font Size","b-blocks"),value:o.fontSize[a],min:0,max:o.fontSize[a].includes("%")?100:200,onChange:e=>t({slideList:ue(o,e,"fontSize",a)})})]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Le,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:n.nTxtColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:{...n,nTxtColor:e}})}),(0,i.jsx)(De,{label:(0,v.__)("Bar Color","b-blocks"),value:n.nbarColor,defaults:"#b0aeb1",colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:{...n,nbarColor:e}})})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:n.hTxtColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:{...n,hTxtColor:e}})}),(0,i.jsx)(De,{label:(0,v.__)("Bar Color","b-blocks"),value:n.hBarColor,defaults:"#b0aeb1",colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:{...n,hBarColor:e}})})]})]})})]})})})),VR=(0,m.withSelect)((e=>({device:e("core/edit-post").__experimentalGetPreviewDeviceType()?.toLowerCase()})))((({attributes:e,setAttributes:t,device:a})=>{const{slideTitle:s,slideList:o,boxList:n}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slide","b-blocks"),initialOpen:!0,children:[(0,i.jsx)("strong",{style:{marginBottom:"15px",color:"gray"},children:"Heading"}),(0,i.jsx)(De,{label:(0,v.__)("Title Color","b-blocks"),value:s.titleColor,colors:mR,onChange:e=>t({slideTitle:{...s,titleColor:e}})}),(0,i.jsx)(De,{label:(0,v.__)("Bar Color","b-blocks"),value:s.slideBarColor,colors:mR,onChange:e=>t({slideTitle:{...s,slideBarColor:e}})}),(0,i.jsxs)("div",{style:{marginTop:"10px"},children:[(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"70px"}}),(0,i.jsx)(TR,{label:(0,v.__)("Space Top","b-blocks"),value:s.space[a],min:0,step:1,max:s.space[a].includes("%")?100:200,onChange:e=>t({slideTitle:ue(s,e,"space",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"90px"}}),(0,i.jsx)(TR,{label:(0,v.__)("Space Bottom","b-blocks"),value:s.spaceBottom[a],min:0,step:1,max:s.spaceBottom[a].includes("%")?100:200,onChange:e=>t({slideTitle:ue(s,e,"spaceBottom",a)})})]})]}),(0,i.jsxs)("div",{style:{marginTop:"10px",borderTop:"1px solid #ccc",paddingTop:"10px"},children:[(0,i.jsx)("strong",{style:{marginBottom:"15px",color:"gray"},children:"List Item"}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("List Space Bottom","b-blocks"),value:o.space[a],min:0,max:o.space[a].includes("%")?100:200,onChange:e=>t({slideList:ue(o,e,"space",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"90px"}}),(0,i.jsx)(TR,{label:(0,v.__)("List Font Size","b-blocks"),value:o.fontSize[a],min:0,max:o.fontSize[a].includes("%")?100:200,onChange:e=>t({slideList:ue(o,e,"fontSize",a)})})]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Le,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:n.nTxtColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:ue(n,e,"nTxtColor")})}),(0,i.jsx)(De,{label:(0,v.__)("Bar Color","b-blocks"),value:n.nBarColor,defaults:"#b0aeb1",colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:ue(n,e,"nBarColor")})})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:n.hTxtColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:ue(n,e,"hTxtColor")})}),(0,i.jsx)(De,{label:(0,v.__)("Bar Color","b-blocks"),value:n.hBarColor,defaults:"#b0aeb1",colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:ue(n,e,"hBarColor")})})]})]})})]})})})),NR=(0,m.withSelect)((e=>({device:e("core/edit-post").__experimentalGetPreviewDeviceType()?.toLowerCase()})))((({attributes:e,setAttributes:t,device:a})=>{const{slideTitle:s,slideList:o,boxList:n}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Timeline","b-blocks"),initialOpen:!0,children:[(0,i.jsx)("strong",{style:{marginBottom:"15px",color:"gray"},children:"Heading"}),(0,i.jsx)(De,{label:(0,v.__)("Title Color","b-blocks"),value:s.titleColor,colors:[{name:"Orange",color:"#F57C00"},{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Cyan",color:"#00BCD4"},{name:"Pink",color:"#E91E63"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({slideTitle:{...s,titleColor:e}})}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("Space Top","b-blocks"),value:s.space[a],min:0,max:s.space[a].includes("%")?100:200,onChange:e=>t({slideTitle:ue(s,e,"space",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("Space Bottom","b-blocks"),value:s.spaceBottom[a],min:0,max:s.spaceBottom[a].includes("%")?100:200,onChange:e=>t({slideTitle:ue(s,e,"spaceBottom",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px",borderTop:"1px solid #ccc",paddingTop:"10px"},children:[(0,i.jsx)("strong",{style:{marginBottom:"15px",color:"gray"},children:"List Item"}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("List Space Bottom","b-blocks"),value:o.space[a],min:0,max:o.space[a].includes("%")?100:200,onChange:e=>t({slideList:ue(o,e,"space",a)})})]}),(0,i.jsxs)("div",{style:{marginTop:"10px"},className:"panelPosition",children:[(0,i.jsx)(y,{className:"devicePosition",style:{left:"110px"}}),(0,i.jsx)(TR,{label:(0,v.__)("List Font Size","b-blocks"),value:o.fontSize[a],min:0,max:o.fontSize[a].includes("%")?100:200,onChange:e=>t({slideList:ue(o,e,"fontSize",a)})})]})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Le,onSelect:ge,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:n.nTxtColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:{...n,nTxtColor:e}})})}),"hover"===e.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(De,{label:(0,v.__)("Text Color","b-blocks"),value:n.hTxtColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],onChange:e=>t({boxList:{...n,hTxtColor:e}})})})]})}),(0,i.jsxs)("div",{style:{borderTop:"1px solid #ccc",marginTop:"10px",paddingTop:"10px"},children:[(0,i.jsx)("p",{style:{marginBottom:"10px"},children:(0,i.jsx)("strong",{children:"Dots"})}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Size","b-blocks"),value:n.dotSize,min:0,step:1,max:70,onChange:e=>t({boxList:{...n,dotSize:e}})}),(0,i.jsx)(bt,{label:(0,v.__)("Box Shadow","b-blocks"),value:n.dotShadow,onChange:e=>t({boxList:{...n,dotShadow:e}}),defaults:[{hOffset:"1px",vOffset:"1px",blur:"5px",spread:"1px",color:"#b3b3b3"}]}),(0,i.jsx)(De,{label:(0,v.__)("Tree Color","b-blocks"),value:n.treeColor,colors:[{name:"Purple",color:"#9C27B0"},{name:"Gray",color:"#9E9E9E"},{name:"Pink",color:"#E91E63"},{name:"Orange",color:"#F57C00"},{name:"Lime",color:"#CDDC39"},{name:"Brown",color:"#795548"}],defaults:"blueviolet",onChange:e=>t({boxList:{...n,treeColor:e}})})]})]})})})),PR=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,device:a})=>{const{theme:s,sticky:o}=e;return(0,i.jsxs)(i.Fragment,{children:[o.toggle&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Container","b-blocks"),children:(0,i.jsx)(b.__experimentalUnitControl,{value:o.width[a],label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Width","b-blocks")," ",(0,i.jsx)(y,{})]}),onChange:e=>t({sticky:ue(o,e,"width",a)})})}),"default"===s&&(0,i.jsx)(BR,{attributes:e,setAttributes:t}),"slide"===s&&(0,i.jsx)(VR,{attributes:e,setAttributes:t}),"timeline"===s&&(0,i.jsx)(NR,{attributes:e,setAttributes:t}),"list"===s&&(0,i.jsx)(AR,{attributes:e,setAttributes:t})]})})),ER=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t,n={dimension:["padding","margin"],transform:!0,background:["normal","hover","overlay"],borderShadow:["normal","hover","border","shadow"],mask:!0,visibility:["zIndex","overflow"],responsive:!0,css:!0};return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:vR,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(HR,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(PR,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),enabled:n,isPremium:s})})]})})})})},IR=()=>(0,i.jsx)("div",{style:{padding:"14px"},children:(0,i.jsx)("p",{style:{margin:"0px"},children:"No headings were found on this page!"})}),OR=({attributes:e,id:t})=>{const{header:a,boxList:s,markup:o,sticky:n}=e,l=`#${t}`,r=`${l} .bblocks-tbcn-accordion`,c=`${r} .bblocks-tbcn-accordion-title`,d=`${r} .bblocks-tbcn-panel`,h=`${d} .bblocks-tbcn-panel-table-container-order-list`,p=`${h} .bblocks-tbcn-panel-table-list-items`,g=`${l} ol li a.bblocks-tbcn-table-content-anchor-list`;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)("style",{children:`\n ${g}:hover{\n color:${s.hTxtColor} !important; \n text-decoration:${s.hTxtDecoration?"underline":"none"} !important;\n }\n ${d} :where(ol){\n list-style:none !important;\n }\n ${g}{\n color:${s.nTxtColor} !important;\n text-decoration:${s.nTxtDecoration?"underline":"none"};\n\n }\n ${r}.sticky {\n ${qn("width",n.width.desktop)}\n z-index: ${n.zIndex.desktop} !important;\n position:fixed;\n }\n ${["left","right"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].desktop};\n }`)).join("")}\n ${h} .bblocks-tbcn-list-item-content{\n display:flex;\n align-items:center;\n gap:5px;\n }\n ${["top","bottom"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e]?.desktop}\n }`)).join("")}\n ${"center"===n.verticalAlign?`${r}.sticky.center{top:50%; transform: translateY(-50%)}`:null}\n ${"decimal"===o.view?`\n \n ${h}{\n list-style-type:none;\n margin:0px;\n }\n ${p}::marker{\n color:${o.color};\n font-size:${o.markupSize.desktop};\n }\n ${p} .bblocks-tbcn-list-item-content>span{\n color:${o.color};\n font-size:${o.markupSize.desktop};\n }\n ${p} .bblocks-tbcn-list-item-content{\n gap:0px;\n }\n `:`\n ${h}{\n list-style-type:none;\n }\n ${p} .bblocks-tbcn-list-item-content>span>svg{\n color:${o.color};\n fill:${o.color};\n height:${o.markupSize.desktop} !important;\n }\n `}\n ${c}{\n background:${a.bgColor};\n border-bottom: ${a.separatorWidth}px solid ${a.separatorColor};\n margin-bottom:-2px;\n }\n ${c}>svg{\n fill:${a.iconColor}\n }\n ${r}>.panel{\n ${s.maxHeight.desktop>0?"max-height:"+s.maxHeight.desktop+"px;":""}\n ${s.maxHeight.desktop>0?"overflow-y:auto;":""}\n \n \n }\n ${g}.item-active{\n color:${s.hTxtColor} !important;\n }\n ${p}{\n padding-top:${s.padding.desktop?.top};\n padding-bottom:${s.padding.desktop?.bottom};\n padding-right:${s.padding.desktop?.right};\n }\n ${h}{\n padding-left:${s.padding.desktop?.left};\n }\n @media screen and (min-width: 1024px) {\n ${r}.sticky {\n z-index: ${n.zIndex.desktop} !important;\n position:${n?.device.includes("Desktop")?"fixed":"initial"};\n }\n ${["left","right"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].desktop};\n }`)).join("")}\n ${["top","bottom"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].desktop}\n }`)).join("")}\n ${"center"===n.verticalAlign?`${r}.sticky.center{top:50%; transform: translateY(-50%)}`:null}\n ${d}{\n ${s.maxHeight.desktop>0?"max-height:"+s.maxHeight.desktop+"px;":""}\n ${s.maxHeight.desktop>0?"overflow-y:auto;":""}\n }\n ${p}{\n padding-top:${s.padding.desktop?.top};\n padding-bottom:${s.padding.desktop?.bottom};\n padding-right:${s.padding.desktop?.right};\n }\n ${h}{\n padding-left:${s.padding.desktop?.left};\n }\n ${"decimal"===o.view?`\n ${p}::marker{\n font-size:${o.markupSize.desktop};\n }\n `:`\n ${h}{\n list-style-type:none;\n }\n\n ${p} .bblocks-tbcn-list-item-content>span>svg{\n color:${o.color};\n fill:${o.color};\n height:${o.markupSize.desktop} !important;\n }\n `}\n }\n @media only screen and (min-width:641px) and (max-width: 1024px){\n ${r}.sticky {\n ${qn("width",n.width.tablet)}\n z-index: ${n.zIndex.tablet} !important;\n position:${n.device.includes("Tablet")?"fixed":"initial"};\n }\n ${["left","right"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].tablet};\n }`)).join("")}\n ${["top","bottom"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].tablet}\n }`)).join("")}\n ${"center"===n.verticalAlign?`${r}.sticky.center{top:50%; transform: translateY(-50%)}`:null}\n ${d}{\n ${s.maxHeight.tablet>0?"max-height:"+s.maxHeight.tablet+"px;":""}\n ${s.maxHeight.tablet>0?"overflow-y:auto;":""}\n }\n ${p}{\n padding-top:${s.padding.tablet?.top};\n padding-bottom:${s.padding.tablet?.bottom};\n padding-right:${s.padding.tablet?.right};\n }\n ${h}{\n padding-left:${s.padding.tablet?.left};\n }\n ${"decimal"===o.view?`\n ${p}::marker{\n font-size:${o.markupSize.tablet};\n }\n `:`\n ${h}{\n list-style-type:none;\n }\n ${p}>span>svg{\n color:${o.color};\n fill:${o.color};\n height:${o.markupSize.tablet} !important;\n }\n `}\n\n }\n @media only screen and (max-width: 640px) {\n ${r}.sticky {\n ${qn("width",n.width.mobile)}\n z-index: ${n.zIndex.mobile} !important;\n position:${n.device.includes("Mobile")?"fixed":"initial"};\n }\n ${["left","right"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].mobile};\n }`)).join("")}\n ${["top","bottom"].map((e=>`${r}.sticky.${e}{\n ${e}:${n[e].mobile}\n }`)).join("")}\n ${"center"===n.verticalAlign?`${r}.sticky.center{top:50%; transform: translateY(-50%)}`:null}\n ${d}{\n ${s.maxHeight.mobile>0?"max-height:"+s.maxHeight.mobile+"px;":""}\n ${s.maxHeight.mobile>0?"overflow-y:auto;":""}\n }\n ${p}{\n padding-top:${s.padding.mobile?.top};\n padding-bottom:${s.padding.mobile?.bottom};\n padding-right:${s.padding.mobile?.right};\n }\n ${h}{\n padding-left:${s.padding.mobile?.left};\n }\n ${"decimal"===o.view?`\n ${p}::marker{\n font-size:${o.markupSize.mobile};\n }\n `:`\n ${h}{\n list-style-type:none;\n }\n ${p} .bblocks-tbcn-list-item-content>span>svg{\n color:${o.color};\n fill:${o.color};\n height:${o.markupSize.mobile} !important;\n }\n `}\n }\n `})})},RR=({items:e,markup:t,bullets:a,contentsAttr:s,setContentsAttr:o,className:n="",prefix:l=""})=>e&&0!==e.length?(0,i.jsx)("ol",{className:`bblocks-tbcn-panel-table-container-order-list ${n}`,children:e.map(((e,n)=>{const r=l?`${l}.${n+1}`:`${n+1}`;return"bblocks-tbcn-content-table-title"!==e.className&&(0,i.jsxs)("li",{className:"bblocks-tbcn-panel-table-list-items",children:[(0,i.jsxs)("div",{className:"bblocks-tbcn-list-item-content",children:["decimal"===t.view?(0,i.jsxs)("span",{className:"bblocks-tbcn-decimal-number",children:[r,"."]}):(0,i.jsx)("span",{children:a.map((({value:e,icon:a},s)=>e===t.icon&&(0,i.jsx)(g.Fragment,{children:a},`bullet-${s}`)))}),(0,i.jsx)("a",{className:"bblocks-tbcn-table-content-anchor-list "+(e.id===s?"item-active":""),href:`#${e.id}`,onClick:()=>o(e.id),children:e.contents})]}),e.children&&e.children.length>0&&(0,i.jsx)(RR,{items:e.children,markup:t,bullets:a,contentsAttr:s,setContentsAttr:o,className:"bblocks-tbcn-nested-list",prefix:r})]},e.id+e.contents+l)}))}):null,DR=RR,FR=({attributes:e,setAttributes:t,id:a})=>{const[s,o]=(0,g.useState)(!0),[n,l]=(0,g.useState)(),{boxList:r,header:c,title:d,tagName:h,minimize:p,markup:u,sticky:m,isNested:v=!1}=e,b=(0,g.useRef)(),f=(0,g.useRef)(),w=(0,g.useRef)(),{content:x,savedElements:y}=((e,t,a,s,o,n)=>{const[i,l]=(0,g.useState)([]),[r,c]=(0,g.useState)([]),d=(0,g.useCallback)((e=>e.className===o?null:(Array.from(e.children).slice(1).forEach((e=>e.remove())),{contents:e.textContent,tag:e.tagName,id:e.children[0]?.getAttribute("id")})),[]),h=(0,g.useCallback)((e=>{Array.from(e).forEach(((e,t)=>{if(e.className!=o&&e?.children&&!Array.from(e?.children).some((e=>e.getAttribute("id")?.startsWith("bppb-heading-anchor-")))){const a=document.createElement("span");a.setAttribute("id",`bppb-heading-anchor-${t}`),e.insertAdjacentElement("afterbegin",a)}}))}),[]),p=(0,g.useCallback)(((e,t)=>{if(e){if("div"!==e.tagName.toLowerCase()){const t=e.querySelector("span");t?.remove()}e.innerHTML=t}}),[]);return(0,g.useEffect)((()=>{(()=>{const o=n?.ownerDocument||n||document,i=o?.querySelector(".wp-block-post-content");if(!i&&!n)return;const r=e.join(", "),g=i?.querySelectorAll(r);if(!g?.length)return;const u=Array.from(g).map(d).filter(Boolean);c(u),h(g);const m=document.querySelector(s),v=m?.querySelector(t);p(v,a),l(g)})()}),[e,t,a,s,d,h,p,n]),{savedElements:r,content:i}})(h,d.tag,d.text,".bblocks-tbcn-accordion-title","bblocks-tbcn-content-table-title",b?.current);(0,g.useEffect)((()=>{y&&t({headings:y})}),[y]),(0,g.useEffect)((()=>{const e=w.current,t=()=>{const t="0px"!==e.style.height,a=t?"0px":`${e.scrollHeight}px`;e.style.height=a,o(!t)};return p.toggle&&f.current.addEventListener("click",t),()=>f.current?.removeEventListener("click",t)}),[JSON.stringify(r),r.maxHeight,d.tag,h,u.view,p.toggle]);const k=v?(e=>{const t=[],a=[{level:0,children:t}];return e.forEach((e=>{const t=parseInt(e.tag.replace("H",""),10),s={...e,children:[]};for(;a.length>1&&a[a.length-1].level>=t;)a.pop();a[a.length-1].children.push(s),a.push({level:t,children:s.children})})),t})(e.headings):e.headings;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(OR,{attributes:e,id:a}),(0,i.jsxs)("div",{ref:b,className:`bblocks-tbcn-accordion ${m.toggle?"sticky":""} ${m.horizonAlign} ${m.verticalAlign} `,children:[(0,i.jsxs)("div",{ref:f,className:"bblocks-tbcn-accordion-title",children:[(0,i.jsx)(_a,{className:"bblocks-tbcn-content-table-title",style:{margin:"0",color:c.txtColor},tagName:d?.tag,dangerouslySetInnerHTML:{__html:d?.text}}),p.toggle&&(0,i.jsx)(i.Fragment,{children:s?jR.map((({value:e,icon:t},a)=>e===p.collapseIcon&&(0,i.jsx)("span",{children:t},`expand-${a}`))):zR.map((({value:e,icon:t},a)=>e===p.expandIcon&&(0,i.jsx)("span",{children:t},`expand-${a}`)))})]}),(0,i.jsx)("div",{ref:w,className:"bblocks-tbcn-panel",children:x?.length>1?(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(DR,{items:k,markup:u,bullets:MR,contentsAttr:n,setContentsAttr:l})}):(0,i.jsx)(IR,{})})]})]})};br(hR.name)&&(0,d.registerBlockType)(hR,{icon:Tl,edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{minimize:o}=t,{advanced:n}=t,{headingContent:l,headingTags:r}=(()=>{const[e,t]=(0,g.useState)(null),[a,s]=(0,g.useState)([]),o=(0,g.useRef)([]),n=(0,m.useSelect)((e=>e("core/block-editor").getBlocks()),[]);return(0,g.useEffect)((()=>{const e=n,a=o.current,i=e.filter((e=>"core/heading"===e.name)),l=a.filter((e=>"core/heading"===e.name));i.forEach((e=>{const a=l.find((t=>t.clientId===e.clientId));a&&a.attributes.content!==e.attributes.content&&t(e.attributes.content)}));const r=i.map((e=>({level:e.attributes.level,content:e.attributes.content})));s(r),o.current=e}),[n]),{headingContent:e,headingTags:a}})(),c=bBlocksPremiumChecker,d=`block-${s}`;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ER,{attributes:t,setAttributes:a,isPremium:c}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`${hi(d,n,!1)}`}}),(0,i.jsxs)("div",{children:[(0,i.jsx)(pR,{}),(0,i.jsx)(FR,{setAttributes:a,attributes:t,id:d},o.toggle+l+r+n?.animation?.type)]})]})]})}});const qR=JSON.parse('{"apiVersion":3,"name":"b-blocks/team-members","title":"Team Members","description":"Display Team members section.","category":"bBlocks","keywords":["team","members","team members section"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":"wide"},"members":{"type":"array","default":[{"background":{"color":"#0000"},"border":{"radius":"3px"},"shadow":[],"photo":{"id":null,"url":"","alt":"","title":""},"photoBorder":{"radius":"50%"},"name":"Martin","nameColor":"#333","title":"Founder","titleColor":"#333","separator":{"width":"20%","height":"3px","color":"#777"},"bio":"I am a self-motivated and self-taught professional who likes to solve problems.","bioColor":"#333","social":[{"link":"#","icon":{"class":"fab fa-facebook-f"}},{"link":"#","icon":{"class":"fab fa-twitter"}},{"link":"#","icon":{"class":"fab fa-linkedin-in"}}],"socialIconColors":{"color":"#fff","bg":"#146EF5"},"iconStyle":{"hover":{"socialIconColors":{"color":"#fff","bg":"#146EF5"},"border":{},"shadow":{}},"normal":{"border":{},"shadow":[]}}},{"background":{"color":"#0000"},"border":{"radius":"3px"},"shadow":[],"photo":{"id":null,"url":"","alt":"","title":""},"photoBorder":{"radius":"50%"},"name":"Mary","nameColor":"#333","title":"Co-Founder","titleColor":"#333","separator":{"width":"20%","height":"3px","color":"#777"},"bio":"I am a self-motivated and self-taught professional who likes to solve problems.","bioColor":"#333","social":[{"link":"#","icon":{"class":"fab fa-facebook-f"}},{"link":"#","icon":{"class":"fab fa-twitter"}},{"link":"#","icon":{"class":"fab fa-linkedin-in"}}],"socialIconColors":{"color":"#fff","bg":"#146EF5"},"iconStyle":{"hover":{"socialIconColors":{"color":"#fff","bg":"#146EF5"},"border":{},"shadow":{}},"normal":{"border":{},"shadow":[]}}},{"background":{"color":"#0000"},"border":{"radius":"3px"},"shadow":[],"photo":{"id":null,"url":"","alt":"","title":""},"photoBorder":{"radius":"50%"},"name":"John Doe","nameColor":"#333","title":"CEO","titleColor":"#333","separator":{"width":"20%","height":"3px","color":"#777"},"bio":"I am a self-motivated and self-taught professional who likes to solve problems.","bioColor":"#333","social":[{"link":"#","icon":{"class":"fab fa-facebook-f"}},{"link":"#","icon":{"class":"fab fa-twitter"}},{"link":"#","icon":{"class":"fab fa-linkedin-in"}}],"socialIconColors":{"color":"#fff","bg":"#146EF5"},"iconStyle":{"hover":{"socialIconColors":{"color":"#fff","bg":"#146EF5"},"border":{},"shadow":{}},"normal":{"border":{},"shadow":[]}}}]},"columns":{"type":"object","default":{"desktop":3,"tablet":2,"mobile":1}},"columnGap":{"type":"string","default":"30px"},"rowGap":{"type":"string","default":"30px"},"layout":{"type":"string","default":"vertical"},"theme":{"type":"string","default":"default"},"isLinkNewTab":{"type":"boolean","default":false},"textAlign":{"type":"string","default":"center"},"padding":{"type":"object","default":{"vertical":"50px","horizontal":"20px"}},"photoWidth":{"type":"string","default":"170px"},"photoMargin":{"type":"object","default":{"side":4,"bottom":"20px"}},"nameTypo":{"type":"object","default":{"fontSize":{"desktop":"20px","tablet":"18px","mobile":"16px"},"fontWeight":600}},"nameMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isTitle":{"type":"boolean","default":true},"titleTypo":{"type":"object","default":{"fontSize":{"desktop":"16px"}}},"titleMargin":{"type":"object","default":{"side":4,"bottom":"10px"}},"isSep":{"type":"boolean","default":true},"sepMargin":{"type":"object","default":{"side":4,"bottom":"15px"}},"isBio":{"type":"boolean","default":true},"bioTypo":{"type":"object","default":{"fontSize":{"desktop":"15px"}}},"bioMargin":{"type":"object","default":{"side":4,"bottom":"15px"}},"isSocial":{"type":"boolean","default":true},"socialSize":{"type":"string","default":"22px"},"socialIconMargin":{"type":"object","default":{"side":2,"vertical":"10px","horizontal":"10px"}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"columns":{"desktop":1,"tablet":1,"mobile":1}}},"editorScript":"file:../index.js","style":["file:./view.css","fontAwesome"],"render":"file:./render.php","viewScript":"file:./view.js"}'),WR=({attributes:e,index:t,updateMember:s})=>{const{members:o}=e,{background:n={},border:l={},shadow:r={},photo:c,photoBorder:d={},nameColor:h="",titleColor:p="",separator:g={},bioColor:u="",socialIconColors:m={},iconStyle:w={}}=o[t]||{};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:n,onChange:e=>s(t,"background",e)}),(0,i.jsx)(Oc,{label:(0,v.__)("Border:","b-blocks"),value:l,onChange:e=>s(t,"border",e),defaults:{radius:"3px"}}),(0,i.jsx)(bt,{label:(0,v.__)("Shadow:","b-blocks"),value:r?.shadow||r,onChange:e=>s(t,"shadow",e)}),(0,i.jsx)(f,{children:(0,v.__)("Photo:","b-blocks")}),(0,i.jsx)(we,{value:c,onChange:e=>s(t,"photo",e),placeholder:(0,v.__)("Enter Image URL","b-blocks")}),(0,i.jsx)(Dc,{className:"mt20",value:c,onChange:e=>s(t,"photo",e)}),(0,i.jsx)(Oc,{label:(0,v.__)("Photo Border:","b-blocks"),value:d,onChange:e=>s(t,"photoBorder",e),defaults:{radius:"50%"}}),(0,i.jsx)(De,{label:(0,v.__)("Name Color:","b-blocks"),value:h,onChange:e=>s(t,"nameColor",e),defaultColor:"#333"}),(0,i.jsx)(De,{label:(0,v.__)("Designation/Title Color:","b-blocks"),value:p,onChange:e=>s(t,"titleColor",e),defaultColor:"#333"}),(0,i.jsx)(vn,{value:g,onChange:e=>s(t,"separator",e),defaults:{width:"20%",height:"3px",color:"#777"}}),(0,i.jsx)(De,{label:(0,v.__)("Bio Color:","b-blocks"),value:u,onChange:e=>s(t,"bioColor",e),defaultColor:"#333"}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel mini",activeClass:"activeTab",tabs:Rt,children:e=>(0,i.jsxs)(i.Fragment,{children:["normal"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ka,{label:(0,v.__)("Social Icon Colors:","b-blocks"),value:m,onChange:e=>s(t,"socialIconColors",e),defaults:{color:"#fff",bg:a}}),(0,i.jsx)(Oc,{label:(0,v.__)("Icon Border","b-blocks"),value:w?.normal?.border,onChange:e=>s(t,"iconStyle",e,"normal","border")}),(0,i.jsx)(bt,{label:(0,v.__)("Icon Shadow","b-blocks"),value:w?.normal?.shadow,onChange:e=>s(t,"iconStyle",e,"normal","shadow")})]}),"hover"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(ka,{label:(0,v.__)("Social Icon Colors:","b-blocks"),value:w?.hover?.socialIconColors,onChange:e=>s(t,"iconStyle",e,"hover","socialIconColors")}),(0,i.jsx)(Oc,{label:(0,v.__)("Icon Border","b-blocks"),value:w?.hover?.border,onChange:e=>s(t,"iconStyle",e,"hover","border")}),(0,i.jsx)(bt,{label:(0,v.__)("Icon Shadow","b-blocks"),value:w?.hover?.border,onChange:e=>s(t,"iconStyle",e,"hover","shadow")})]})]})})]})},UR=[{label:(0,v.__)("Default","b-blocks"),value:"default"},{label:(0,v.__)("Theme 1","b-blocks"),value:"theme1"},{label:(0,v.__)("Theme 2","b-blocks"),value:"theme2"},{label:(0,v.__)("Theme 3","b-blocks"),value:"theme3"},{label:(0,v.__)("Theme 4","b-blocks"),value:"theme4"}],GR=[{label:(0,v.__)("Vertical","b-blocks"),value:"vertical",icon:r},{label:(0,v.__)("Horizontal","b-blocks"),value:"horizontal",icon:c}],YR=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,updateMember:s,activeIndex:o,setActiveIndex:n,isPremium:l,device:r})=>{const{members:c=[],columns:d,columnGap:p,rowGap:g,layout:u,theme:m,isLinkNewTab:w,textAlign:x,padding:k,photoWidth:C,photoMargin:_,nameTypo:M,nameMargin:z,isTitle:j,titleTypo:L,titleMargin:S,isSep:$,sepMargin:H,isBio:T,bioTypo:B,bioMargin:A,isSocial:V,socialSize:N,socialIconMargin:P}=e,E=()=>({background:{color:"#0000"},border:{radius:"3px"},shadow:[],photo:{id:null,url:"",alt:"",title:""},photoBorder:{radius:"50%"},name:"John Smith",nameColor:"#333",title:"Manager",titleColor:"#333",separator:{width:"20%",height:"3px",style:"solid",color:"#777"},bio:"I am a self-motivated and self-taught professional who likes to solve problems.",bioColor:"#333",social:[{link:"#",icon:{class:"fab fa-facebook-f",fontSize:22,color:"#fff"}},{link:"#",icon:{class:"fab fa-twitter",fontSize:22,color:"#fff"}},{link:"#",icon:{class:"fab fa-linkedin-in",fontSize:22,color:"#fff"}}],socialIconColors:{color:"#fff",bg:a}}),I=e=>{const a=_v(c,(t=>{t.map(((a,s)=>{for(const a of e){const e=a[0],o=a[1];t[s][e]=o}}))}));t({members:a})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:Et,children:h=>(0,i.jsxs)(i.Fragment,{children:["general"===h.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft,docsLink:oa}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Add or Remove Members","b-blocks"),children:[(0,i.jsx)(dn,{attributes:e,setAttributes:t,activeIndex:o,setActiveIndex:n,updateMember:s,arrKey:"members",ItemSettings:WR,itemLabel:"Team Member",newItem:E(),design:l?"sortable":"single"}),!l&&(0,i.jsxs)("small",{children:[" ",(0,i.jsx)("b",{children:(0,i.jsx)("a",{href:na,target:"__blank",children:"Upgrade to Premium"})})," to unlock sorting and more features."]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout Settings","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Columns:","b-blocks")}),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.RangeControl,{value:d[r],onChange:e=>{t({columns:{...d,[r]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-blocks"),labelPosition:"left",value:p,onChange:e=>t({columnGap:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-blocks"),labelPosition:"left",value:g,onChange:e=>t({rowGap:e}),units:[$e(),He(),Te()]}),(0,i.jsxs)(b.PanelRow,{className:"mt20",children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Layout:","b-blocks")}),(0,i.jsx)(ga,{value:u,onChange:e=>{t({layout:e}),"vertical"===e&&t({columns:{...d,desktop:3,tablet:2},textAlign:"center",padding:{...k,vertical:"50px"}}),"horizontal"===e&&t({columns:{...d,desktop:2,tablet:1},textAlign:"left",padding:{...k,vertical:"30px"}})},options:GR,isIcon:!0})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Theme:","b-blocks")}),(0,i.jsx)(b.SelectControl,{value:m,onChange:e=>{t({theme:e}),"default"===e&&t({padding:{...k,vertical:"50px",horizontal:"20px"},photoWidth:"170px",nameTypo:{...M,fontSize:20,textTransform:"none"},titleTypo:{...L,fontSize:16,textTransform:"none"},isSep:!0,isBio:!0,socialSize:"22px"}),"theme1"===e&&t({padding:{...k,vertical:"50px",horizontal:"20px"},photoWidth:"190px",nameTypo:{...M,fontSize:20,textTransform:"none"},titleTypo:{...L,fontSize:14,textTransform:"uppercase"},isSep:!0,isBio:!0,socialSize:"22px"}),"theme2"===e&&t({padding:{...k,vertical:"50px",horizontal:"20px"},photoWidth:"190px",nameTypo:{...M,fontSize:20,textTransform:"none"},titleTypo:{...L,fontSize:14,textTransform:"uppercase"},isSep:!0,isBio:!1,socialSize:"22px"}),"theme3"===e&&t({padding:{...k,vertical:"50px",horizontal:"20px"},photoWidth:"170px",nameTypo:{...M,fontSize:24,textTransform:"none"},titleTypo:{...L,fontSize:18,textTransform:"none"},isSep:!1,isBio:!1,socialSize:"28px"}),"theme4"===e&&t({padding:{...k,vertical:"15px",horizontal:"15px"},photoWidth:"100%",nameTypo:{...M,fontSize:20,textTransform:"uppercase"},titleTypo:{...L,fontSize:15,textTransform:"none"},isSep:!1,isBio:!1,socialSize:"22px"}),c.map((t=>{const{background:s,border:o,photoBorder:n,separator:i,socialIconColors:l}=t,r=[["background",{...s,color:"#0000"}],["border",{...o,radius:"3px"}],["shadow",[{hOffset:"",vOffset:"",blur:"0px",color:"#7090b0"}]],["photoBorder",{...n,width:"0px",color:"#0000",radius:"50%"}],["nameColor","#333"],["titleColor","#333"],["separator",{...i,color:"#777"}],["bioColor","#333"],["socialIconColors",{...l,color:"#fff",bg:a}]],c=[["background",{...s,color:"#0000"}],["border",{...o,radius:"3px"}],["shadow",[{hOffset:"",vOffset:"",blur:"20px",color:"#e8edfb"}]],["photoBorder",{...n,width:"10px",color:"#e8edfb",radius:"50%"}],["nameColor","#333"],["titleColor","#7a7a7a"],["separator",{...i,color:a}],["bioColor","#7a7a7a"],["socialIconColors",{...l,color:"#fff",bg:a}]],d=[["background",{...s,color:"#0000"}],["border",{...o,radius:"3px"}],["shadow",[{hOffset:"",vOffset:"",blur:"0px",color:"#7090b0"}]],["photoBorder",{...n,width:"0px",color:"#0000",radius:"50%"}],["nameColor","#333"],["titleColor","#7a7a7a"],["separator",{...i,color:"#999"}],["bioColor","#7a7a7a"],["socialIconColors",{...l,color:a,bg:"#0000"}]],h=[["background",{...s,color:"#f2f3f7"}],["border",{...o,radius:"10px"}],["shadow",[{hOffset:"-10px",vOffset:"-10px",blur:"20px",color:"#f7f7f7"},{hOffset:"10px",vOffset:"10px",blur:"20px",color:"#d7e0e8"}]],["photoBorder",{...n,width:"0px",color:"#0000",radius:"50%"}],["nameColor","#32285C"],["titleColor","#677592"],["separator",{...i,color:"#777"}],["bioColor","#333"],["socialIconColors",{...l,color:"#677592",bg:"#0000"}]],p=[["background",{...s,color:a}],["border",{...o,radius:"0px"}],["shadow",[{hOffset:"",vOffset:"",blur:"0px",color:"#7090b0"}]],["photoBorder",{...n,width:"0px",color:"#0000",radius:"0px"}],["nameColor","#fff"],["titleColor","#fff"],["separator",{...i,color:"#777"}],["bioColor","#fff"],["socialIconColors",{...l,color:a,bg:"#fff"}]];"default"===e&&I(r),"theme1"===e&&I(c),"theme2"===e&&I(d),"theme3"===e&&I(h),"theme4"===e&&I(p)}))},options:UR})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Title","b-blocks"),checked:j,onChange:e=>t({isTitle:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Separator","b-blocks"),checked:$,onChange:e=>t({isSep:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Bio","b-blocks"),checked:T,onChange:e=>t({isBio:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Show Social","b-blocks"),checked:V,onChange:e=>t({isSocial:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Open Link in New Tab","b-blocks"),checked:w,onChange:e=>t({isLinkNewTab:e})})]})]}),"style"===h.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Member","b-blocks"),children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"",children:(0,v.__)("Text Align:","b-blocks")}),(0,i.jsx)(ga,{value:x,onChange:e=>t({textAlign:e}),options:Ot.filter((e=>"justify"!==e.value)),isIcon:!0})]}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Padding:","b-blocks"),value:k,onChange:e=>t({padding:e}),defaults:{vertical:"50px",horizontal:"20px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Member Photo","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:C,onChange:e=>t({photoWidth:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:_,onChange:e=>t({photoMargin:e}),defaults:{side:4,bottom:"20px"}})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Member Name","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:M,onChange:e=>t({nameTypo:e}),defaults:{fontSize:{desktop:20,tablet:18,mobile:16},fontWeight:600}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:z,onChange:e=>t({nameMargin:e}),defaults:{side:4,bottom:"10px"}})]}),j&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Designation/Title","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:L,onChange:e=>t({titleTypo:e}),defaults:{fontSize:{desktop:16,tablet:16,mobile:16}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:S,onChange:e=>t({titleMargin:e}),defaults:{side:4,bottom:"10px"}})]}),$&&(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Separator","b-blocks"),initialOpen:!1,children:(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:H,onChange:e=>t({sepMargin:e}),defaults:{side:4,bottom:"15px"}})}),T&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Member Bio","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:B,onChange:e=>t({bioTypo:e}),defaults:{fontSize:{desktop:15,tablet:15,mobile:15}}}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Margin:","b-blocks"),value:A,onChange:e=>t({bioMargin:e}),defaults:{side:4,bottom:"15px"}})]}),V&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Member Social","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Icon Size:","b-blocks"),labelPosition:"left",value:N,onChange:e=>t({socialSize:e}),units:[$e(),He(),Te()]}),(0,i.jsx)(Wc,{className:"mt20",label:(0,v.__)("Icon Margin:","b-blocks"),value:P,onChange:e=>t({socialIconMargin:e}),defaults:{vertical:"10px",horizontal:"10px"}})]})]})]})})}),(0,i.jsxs)(h.BlockControls,{children:[(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Member","b-blocks"),onClick:()=>{const e=[...c,E()];t({members:e}),n(c.length)},children:(0,i.jsx)(b.Dashicon,{icon:"plus"})})}),(0,i.jsx)(h.AlignmentToolbar,{value:x,onChange:e=>t({textAlign:e})})]})]})})),ZR="bBlocksTeamMembers",KR=({attributes:e,id:t})=>{const{members:a=[],columnGap:s,rowGap:o,layout:n,textAlign:l,padding:r,photoWidth:c,photoMargin:d,nameTypo:h,nameMargin:p,titleTypo:g,titleMargin:u,sepMargin:m,bioTypo:v,bioMargin:b,socialSize:f,socialIconMargin:w}=e,x=`#${t}`,y=`${x} .${ZR}`,k=`${y} .teamMember`,C=`${k} .memberDetails`,_=`${C} .memberSocial`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",h)?.googleFontLink}\n\t\t${ei("",g)?.googleFontLink}\n\t\t${ei("",v)?.googleFontLink}\n\t\t${ei(`${C} .memberName`,h)?.styles}\n\t\t${ei(`${C} .memberTitle`,g)?.styles}\n\t\t${ei(`${C} .memberBio`,v)?.styles}\n\n\t\t${y}{\n\t\t\tgrid-gap: ${o} ${s};\n\t\t}\n\t\t${k}{\n\t\t\ttext-align: ${l};\n\t\t\tpadding: ${Jn(r)};\n\t\t}\n\t\t${k} .memberPhoto{\n\t\t\twidth: ${c};\n\t\t\tmargin: ${"horizontal"===n?"0 20px 0 0":`${Jn(d)}`};\n\t\t}\n\t\t${C} .memberName{\n\t\t\tmargin: ${Jn(p)};\n\t\t}\n\t\t${C} .memberTitle{\n\t\t\tmargin: ${Jn(u)};\n\t\t}\n\t\t${C} .memberSeparator{\n\t\t\tmargin: ${Jn(m)};\n\t\t}\n\t\t${C} .memberBio{\n\t\t\tmargin: ${Jn(b)};\n\t\t}\n\t\t${_} .icon,\n\t\t${_} .memberSocialAdd{\n\t\t\tmargin: ${Jn(w)};\n\t\t}\n\t\t${_} .icon i,\n\t\t${_} .memberSocialAdd i{\n\t\t\tfont-size: ${f};\n\t\t\twidth: ${f};\n\t\t}\n\n\t\t${a.map(((e,t)=>{const{background:a,border:s,shadow:o,photoBorder:n,nameColor:i,titleColor:r,separator:c,bioColor:d,socialIconColors:h,iconStyle:p={}}=e,g=`${x} #teamMember-${t}`,u=`${g} .memberDetails`,m=`${u} .memberSocial`;return`\n\t\t\t\t${g}{\n\t\t\t\t\t${Wn(a)}\n\t\t\t\t\t${Un(s)}\n\t\t\t\t\tbox-shadow: ${Kn(o?.shadow||(o?.color?[o]:o))};\n\t\t\t\t}\n\t\t\t\t${g} .memberPhoto{\n\t\t\t\t\t${Un(n)}\n\t\t\t\t}\n\t\t\t\t${u} .memberName{\n\t\t\t\t\tcolor: ${i};\n\t\t\t\t}\n\t\t\t\t${u} .memberTitle{\n\t\t\t\t\tcolor: ${r};\n\t\t\t\t}\n\t\t\t\t${g} .memberSeparator{\n\t\t\t\t\t${Qn(c)}\n\t\t\t\t}\n\t\t\t\t${u} .memberBio{\n\t\t\t\t\tcolor: ${d};\n\t\t\t\t}\n\t\t\t\t${m}{\n\t\t\t\t\tjustify-content: ${"center"===l?"center":"right"===l?"flex-end":"flex-start"}\n\t\t\t\t}\n\t\t\t\t${m} li a{\n\t\t\t\t\t${Yn(h)}\n\t\t\t\t\t${Un(p?.normal?.border)}\n\t\t\t\t\t${Kn(p?.normal?.shadow)}\n\t\t\t\t\ttransition:all 0.2s ease-in-out;\n\t\t\t\t}\n\t\t\t\t${m} li a:hover{\n\t\t\t\t\t${Yn(p?.hover?.socialIconColors)}\n\t\t\t\t\t${Un(p?.hover?.border)}\n\t\t\t\t\t${Kn(p?.hover?.shadow)}\n\t\t\t\t}\n\t\t\t\t${m} li.isSelected{\n\t\t\t\t\tborder: 2px solid ${h?.bg};\n\t\t\t\t}\n\t\t\t\t${m} li.memberSocialAdd button i{\n\t\t\t\t\tcolor: ${h?.bg};\n\t\t\t\t}\n\t\t\t`})).join(" ")}\n\t\t`.replace(/\s+/g," ")}})};br(qR.name)&&(0,d.registerBlockType)(qR,{icon:Bl,transforms:{from:[{type:"block",blocks:["tsb/team"],transform:e=>(0,d.createBlock)("b-blocks/team-members",e)},{type:"prefix",prefix:"counter",transform:()=>(0,d.createBlock)("b-blocks/team-members")}],to:[{type:"block",blocks:["tsb/team"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("tsb/team",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o}=e,{members:n=[],columns:l,layout:r,isTitle:c,isSep:d,isBio:p,isSocial:u}=t,{desktop:m,tablet:w,mobile:x}=l||{},[y,k]=(0,g.useState)(0),[C,_]=(0,g.useState)(null),M=bBlocksPremiumChecker;(0,g.useEffect)((()=>{k(o&&n.length?0:null)}),[o]),(0,g.useEffect)((()=>{!o&&_(null)}),[o]);const z=(e,t,s,o=!1,i=!1)=>{const l=_v(n,(a=>{!1!==o&&i?a[e][t][o][i]=s:a[e][t]=s}));a({members:l}),k(e)};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(YR,{attributes:t,setAttributes:a,updateMember:z,activeIndex:y,setActiveIndex:k,isPremium:M}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(KR,{attributes:t,id:`block-${s}`}),(0,i.jsx)("div",{className:`${ZR} ${r||"vertical"} columns-${m} columns-tablet-${w} columns-mobile-${x}`,children:n.map(((e,t)=>{const{photo:a,name:s,title:n,bio:l,social:r=[]}=e;return(0,i.jsxs)("div",{onClick:()=>k(t),className:"teamMember "+(t===y?"bPlNowEditing":""),id:`teamMember-${t}`,children:[a?.url?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("img",{className:`memberPhoto ${a?.id?`wp-image-${a?.id}`:null}`,src:a?.url,alt:a?.alt}),(0,Rc.isBlobURL)(a?.url)&&(0,i.jsx)(b.Spinner,{})]}):(0,i.jsx)(Fc,{label:(0,v.__)(" Member Photo:","b-blocks"),value:a,onChange:e=>z(t,"photo",e)}),(0,i.jsxs)("div",{className:"memberDetails",children:[(0,i.jsx)(h.RichText,{className:"memberName",tagName:"h4",value:s,onChange:e=>z(t,"name",e),placeholder:(0,v.__)("Member name","b-blocks"),inlineToolbar:!0}),c&&(0,i.jsx)(h.RichText,{className:"memberTitle",tagName:"p",value:n,onChange:e=>z(t,"title",e),placeholder:(0,v.__)("Member designation/title","b-blocks"),inlineToolbar:!0}),d&&(0,i.jsx)("span",{className:"memberSeparator"}),p&&(0,i.jsx)(h.RichText,{className:"memberBio",tagName:"p",value:l,onChange:e=>z(t,"bio",e),placeholder:(0,v.__)("Biography of the member","b-blocks"),inlineToolbar:!0}),u&&(0,i.jsx)("ul",{className:"memberSocial",children:r?.map(((e,a)=>{const{icon:s}=e;return(0,i.jsx)("li",{onClick:()=>_(a),className:`icon icon-${t}-${a} ${o&&t===y&&a===C?"isSelected":null}`,children:(0,i.jsx)("a",{href:"#",children:(0,i.jsx)("i",{className:s?.class})})},a)}))}),null!==C&&t===y&&(0,i.jsxs)("div",{className:"socialAction memberSocialForm",children:[(0,i.jsx)(f,{className:"mb5",children:(0,v.__)("Link:","b-blocks")}),(0,i.jsx)(b.__experimentalInputControl,{value:r[C]?.link,onChange:e=>z(t,"social",e,C,"link")}),(0,i.jsx)(Sa,{value:r[C]?.icon,onChange:e=>z(t,"social",e,C,"icon"),defaults:{class:"fab fa-facebook-f",fontSize:22},isSize:!1,isColor:!1}),(0,i.jsxs)("a",{className:"memberSocialRemove mt15",onClick:e=>{e.preventDefault(),z(t,"social",[...r.slice(0,C),...r.slice(C+1)]),_(null)},children:[(0,i.jsx)("i",{className:"fa fa-times"}),(0,v.__)("Remove this link","b-blocks")]})]}),o&&u&&t===y&&(0,i.jsx)("div",{className:"socialAction memberSocialAdd mt20",children:(0,i.jsxs)(b.Button,{showTooltip:!0,tooltipPosition:"top enter",label:(0,v.__)("Add Social Link","b-blocks"),onClick:()=>{z(t,"social",[...r,{link:"#",icon:{class:"fab fa-facebook-f"}}]),_(r.length)},children:[(0,i.jsx)("i",{className:"fa fa-plus"})," Add new social"]})})]})]},t)}))}),!n.length&&(0,i.jsx)("h3",{className:"addItemFirst",children:(0,v.__)("Please add a member first!","b-blocks")})]})]})},save:()=>null});const QR=JSON.parse('{"UU":"b-blocks/testimonials"}'),XR=({attributes:e,expanded:t,onChange:a})=>{const{elements:s}=e,{expandBtn:o,expandText:n,collapseText:l}=s;return o&&(0,i.jsx)("span",{className:"expandBtn",type:"button",onClick:a,children:t?l:n})},JR=(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"#000000",width:"20px",height:"20px",viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M232 280L64 280 64 232 232 232 232 64 280 64 280 232 448 232 448 280 280 280 280 448 232 448 232 280Z"})}),eD=(e,t=0)=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:e,width:"15px",height:"15px",viewBox:"0 -32 576 576",children:(0,i.jsx)("path",{d:"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"})},t),tD=(e,t)=>{let a=[];for(let s=1;s<=5;s++)s<=e?a.push(eD(t,s)):a.push(eD("#ccc",s));return a},aD={padding:{top:"10px",right:"15px",bottom:"10px",left:"15px"},image:{width:"70",height:"70"},imgBorder:{width:"1px",style:"solid",color:"#C6C6C652",radius:"50%"}},sD=(e,t)=>"default"===e?aD:"theme_1"===e?{...aD,image:{width:"70",height:"70"},imgBorder:{width:t?.width,style:t?.style,color:t?.color,side:"all",radius:"50%"}}:"theme_2"===e?{...aD,expandedColors:{bg:"#fbfbfb00"}}:"theme_3"===e?aD:"theme_4"===e?{...aD,padding:{top:"0px",right:"0px",bottom:"0px",left:"0px"},image:{width:"70",height:"70"},quoteIcon:{size:23}}:"theme_5"===e?{...aD,imgBorder:{width:"4px",style:"solid",color:"#C6C6C652",radius:"1px"},quoteIcon:{size:15}}:void 0,oD=[{label:(0,v.__)("Default","b-testimonials-block"),value:"default"},{label:(0,v.__)("Slider","b-testimonials-block"),value:"slider"},{label:(0,v.__)("Masonry","b-testimonials-block"),value:"masonry"}],nD=[{label:(0,v.__)("Default","b-testimonials-block"),value:"default"},{label:(0,v.__)("Theme-1","b-testimonials-block"),value:"theme_1"},{label:(0,v.__)("Theme-2","b-testimonials-block"),value:"theme_2"},{label:(0,v.__)("Theme-3","b-testimonials-block"),value:"theme_3"},{label:(0,v.__)("Theme-4","b-testimonials-block"),value:"theme_4"},{label:(0,v.__)("Theme-5","b-testimonials-block"),value:"theme_5"},{label:(0,v.__)("Theme-6","b-testimonials-block"),value:"theme_6"}],iD=((0,v.__)("Vertical","block-directory"),(0,v.__)("Horizontal","block-directory"),[{name:"general",title:(0,v.__)("General","b-testimonials-block")},{name:"style",title:(0,v.__)("Style","b-testimonials-block")}]),lD={img:{url:"https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"},name:"John Doe",deg:"Developer",reviewText:"It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",rating:4},rD=e=>{const{attributes:t,setAttributes:a,index:s}=e,{items:o}=t,{img:n,name:l,reviewText:r,deg:c,rating:d}=o[s]||{},h=(e,t,n=!1)=>{const i=_v(o,(a=>{n?a[s][e][n]=t:a[s][e]=t}));a({items:i})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f,{children:(0,v.__)("Image:","b-testimonials-block")}),(0,i.jsx)(we,{value:n,type:["image"],onChange:e=>h("img",e),placeholder:(0,v.__)("Enter Image URL","b-testimonials-block")}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Name","b-testimonials-block"),value:l,onChange:e=>h("name",e)}),(0,i.jsx)(b.TextControl,{className:"mt10",label:(0,v.__)("Designation","b-testimonials-block"),value:c,onChange:e=>h("deg",e)}),(0,i.jsx)(b.TextareaControl,{className:"mt10",label:(0,v.__)("Review","b-testimonials-block"),value:r,onChange:e=>h("reviewText",e)}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Rating:","b-testimonials-block"),labelPosition:"left",value:d,onChange:e=>h("rating",e),min:1,max:5})]})},cD=({attributes:e,setAttributes:t,setActiveIndex:a,activeIndex:s})=>{const{items:o}=e;return(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Testimonials","b-testimonials-block"),children:(0,i.jsx)(dn,{value:o,onChange:t,attributes:e,setAttributes:t,arrKey:"items",newItem:lD,ItemSettings:rD,itemLabel:"Item",activeIndex:s,setActiveIndex:a,design:"sortable",title:"name"})})})},dD=e=>{const{attributes:t,setAttributes:a,setActiveIndex:s}=e,{columns:o,columnGap:n,rowGap:l,layout:r,theme:c,items:d,elements:p,background:u,padding:m,shadow:w,border:x,image:y,imgBorder:k,nameTypo:C,nameColor:_,degTypo:M,degColor:z,textTypo:j,textColor:L,starIconColor:S,textLength:$,grid2Bg:H,grid2Padding:T,slider:B}=t,[A,V]=(0,g.useState)("desktop"),{autoPlay:N,mouseWheel:P,navigation:E}=B,I=(e,s,o)=>{const n={...t[e]};n[s]=o,a({[e]:n})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:iD,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(cD,{...e}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Elements","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Image","b-testimonials-block"),labelPosition:"left",checked:p?.img,onChange:e=>I("elements","img",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Name","b-testimonials-block"),labelPosition:"left",checked:p?.name,onChange:e=>I("elements","name",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Designation","b-testimonials-block"),labelPosition:"left",checked:p?.deg,onChange:e=>I("elements","deg",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Review Text","b-testimonials-block"),labelPosition:"left",checked:p?.reviewText,onChange:e=>I("elements","reviewText",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Rating","b-testimonials-block"),labelPosition:"left",checked:p?.icon,onChange:e=>I("elements","icon",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Expanded Button","b-testimonials-block"),labelPosition:"left",checked:p?.expandBtn,onChange:e=>I("elements","expandBtn",e)})]}),p?.expandBtn&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Button","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{className:"",label:(0,v.__)("Expand Text","b-testimonials-block"),value:p?.expandText,onChange:e=>I("elements","expandText",e)}),(0,i.jsx)(b.TextControl,{className:"",label:(0,v.__)("Collapse Text","b-testimonials-block"),value:p?.collapseText,onChange:e=>I("elements","collapseText",e)})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Layout","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0 mb0",children:(0,v.__)("Layout:","b-testimonials-block")}),(0,i.jsx)(b.SelectControl,{value:r,onChange:e=>a({layout:e}),options:oD})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{className:"mt0 mb0",children:(0,v.__)("Theme:","b-testimonials-block")}),(0,i.jsx)(b.SelectControl,{value:c,onChange:e=>a({theme:e,...sD(e,x)}),options:nD})]}),(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(f,{mt:"0",children:(0,v.__)("Columns:","b-testimonials-block")}),(0,i.jsx)(xn,{device:A,onChange:e=>V(e)})]}),(0,i.jsx)(b.RangeControl,{value:o[A],onChange:e=>{a({columns:{...o,[A]:e}})},min:1,max:6,step:1,beforeIcon:"grid-view"}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Column Gap:","b-testimonials-block"),labelPosition:"left",value:n,onChange:e=>a({columnGap:e}),units:[$e(30),He(3),Te(2)],isResetValueOnUnitChange:!0}),"slider"!==r&&(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Row Gap:","b-testimonials-block"),labelPosition:"left",value:l,onChange:e=>a({rowGap:e}),units:[$e(40),He(3),Te(2.5)],isResetValueOnUnitChange:!0})]}),"slider"===r&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Slider","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("AutoPlay","b-testimonials-block"),labelPosition:"left",checked:N,onChange:e=>I("slider","autoPlay",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("MouseWheel","b-testimonials-block"),labelPosition:"left",checked:P,onChange:e=>I("slider","mouseWheel",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Navigation","b-testimonials-block"),labelPosition:"left",checked:E,onChange:e=>I("slider","navigation",e)})]})]}),"style"===t.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Card","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(De,{className:"mb10",label:(0,v.__)("Background Color","b-testimonials-block"),value:u,onChange:e=>a({background:e})}),(0,i.jsx)(b.__experimentalBoxControl,{label:(0,v.__)("Padding","b-testimonials-block"),values:m,onChange:e=>a({padding:e}),resetValues:{top:"5px",right:"10px",bottom:"5px",left:"10px"},units:[$e(3),Te(2)]}),(0,i.jsx)(Oc,{className:"",label:(0,v.__)("Border","b-testimonials-block"),value:x,onChange:e=>a({border:e})}),(0,i.jsx)(qc,{label:(0,v.__)("Shadow:","sound-cloud"),value:w,onChange:e=>a({shadow:e}),produce:_v})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Image","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsxs)(b.PanelRow,{children:[(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Width:","b-testimonials-block"),labelPosition:"left",value:y?.width,onChange:e=>I("image","width",e)}),(0,i.jsx)(b.__experimentalNumberControl,{className:"mt10",label:(0,v.__)("Height:","b-testimonials-block"),labelPosition:"left",value:y?.height,onChange:e=>I("image","height",e)})]}),(0,i.jsx)(Oc,{className:"",label:(0,v.__)("Border","b-testimonials-block"),value:k,onChange:e=>a({imgBorder:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Name","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-testimonials-block"),value:C,onChange:e=>a({nameTypo:e}),produce:_v}),(0,i.jsx)(De,{className:"mb10",label:(0,v.__)("Color","b-testimonials-block"),value:_,onChange:e=>a({nameColor:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Designation","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-testimonials-block"),value:M,onChange:e=>a({degTypo:e}),produce:_v}),(0,i.jsx)(De,{className:"mb10",label:(0,v.__)("Color","b-testimonials-block"),value:z,onChange:e=>a({degColor:e})})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Review Text","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(Mn,{className:"mt10",label:(0,v.__)("Typography","b-testimonials-block"),value:j,onChange:e=>a({textTypo:e}),produce:_v}),(0,i.jsx)(De,{className:"mb10",label:(0,v.__)("Color","b-testimonials-block"),value:L,onChange:e=>a({textColor:e})}),(0,i.jsx)(De,{className:"mb10",label:(0,v.__)("Rating Icon Color","b-testimonials-block"),value:S,onChange:e=>a({starIconColor:e})}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Excerpt length","b-testimonials-block"),labelPosition:"left",value:$,onChange:e=>{a({textLength:e})},min:10,max:1e3,step:1,beforeIcon:"grid-view"})]}),("theme_2"===r||"masonry"===r)&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Top","b-testimonials-block"),initialOpen:!1,children:[(0,i.jsx)(De,{className:"mb10",label:(0,v.__)("Background Color","b-testimonials-block"),value:H,onChange:e=>a({grid2Bg:e})}),(0,i.jsx)(b.__experimentalBoxControl,{label:(0,v.__)("Padding","b-testimonials-block"),values:T,onChange:e=>a({grid2Padding:e}),resetValues:{top:"10px",right:"10px",bottom:"10px",left:"10px"},units:[$e(3),Te(2)]})]})]})]})})}),(0,i.jsx)(h.BlockControls,{children:(0,i.jsx)(b.ToolbarGroup,{className:"bPlToolbar",children:(0,i.jsx)(b.ToolbarButton,{label:(0,v.__)("Add New Item","b-blocks"),onClick:()=>{a({items:[...d,{img:{url:"https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"},name:"John Doe",deg:"Developer",reviewText:"It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",rating:4}]}),s(d.length)},children:(0,i.jsx)(b.Dashicon,{icon:"plus",size:23})})})})]})},hD=({attributes:e,id:t})=>{const{columnGap:a,rowGap:s,background:o,padding:n,border:l,shadow:r,image:c,imgBorder:d,nameTypo:h,nameColor:p,degTypo:g,degColor:u,textTypo:m,textColor:v,expandedTypo:b,grid2Bg:f,grid2Padding:w}=e,x=`#${t}`;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t${ei("",h)?.googleFontLink}\n\t\t${ei("",g)?.googleFontLink}\n\t\t${ei("",m)?.googleFontLink}\n\t\t${ei("",b)?.googleFontLink}\n\t\t${ei(`${x} .layoutSection .single .name`,h)?.styles}\n\t\t${ei(`${x} .layoutSection .single .deg`,g)?.styles}\n\t\t${ei(`${x} .layoutSection .single .reviewText`,m)?.styles}\n\n\t\t${x} .slider-layout .swiper-slide {\n\t\t\t \n\t\t} \n\n\t\t${x} .layoutSection {\n\t\t\tgrid-gap: ${s} ${a};\n\t\t}\n\n\t\t${x} .theme_2 .single .top, ${x} .masonry .single .top {\n\t\t\tbackground:${f};\n\t\t\tpadding:${he(w)};\n\t\t}\n\n\t\t${x} .masonry .single .top::after {\n\t\t\tborder-right: 27px solid ${f};\n\t\t}\n\n\t\t${x} .theme_4 .single .bottom{\n\t\t\tborder-top:${l?.width} ${l?.style} ${l?.color};\n\t\t}\n\n\t\t${x} .theme_4 .single .info {\n\t\t\tborder-left: ${l?.width} ${l?.style} ${l?.color};\n\t\t}\n\n\t\t${x} .layoutSection .single {\n\t\t\tbackground:${o};\n\t\t\tpadding:${he(n)};\n\t\t\t${Un(l)};\n\t\t\tbox-shadow: ${Xn(r)};\n\t\t}\n \n\t\t${x} .layoutSection .single .img{\n\t\t\twidth:${c?.width}px;\n\t\t\theight:${c?.height}px;\n\t\t\t${Un(d)};\n\t\t}\n\n\t\t${x} .layoutSection .single .name{\n\t\t\tcolor:${p};\n\t\t}\n\n\t\t${x} .layoutSection .single .deg{\n\t\t\tcolor:${u};\n\t\t}\n\n\t\t${x} .layoutSection .single .reviewText{\n\t\t\tcolor:${v};\n\t\t}\n\n\t`}})},pD=({attributes:e,children:t,img:a})=>{const{elements:s}=e;return s?.img&&(0,i.jsx)("div",{className:"authorImg",children:(0,i.jsxs)("div",{className:"img",children:[(0,i.jsx)("img",{src:a?.url,alt:a?.title}),t]})})},gD=({attributes:e,itemEls:t})=>{const{elements:a}=e;return a.reviewText&&t?.reviewText},uD=({attributes:e,getStar:t,rating:a,starIconColor:s})=>{const{elements:o}=e;return o?.icon&&(0,i.jsx)("div",{className:"rating",children:t(a,s)})},mD=({item:e,index:t,itemEls:a,attributes:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{starIconColor:r}=s,{img:c,reviewText:d,rating:h}=e;return(0,i.jsxs)("div",{className:"single "+(l&&t===o?"btbNowEditing":""),onClick:()=>l&&n(t),children:[(0,i.jsxs)("div",{className:"top",children:[(0,i.jsx)(pD,{attributes:s,img:c,children:a.img}),(0,i.jsxs)("div",{className:"info",children:[a.name,a.deg]})]}),(0,i.jsx)(uD,{attributes:s,getStar:tD,rating:h,starIconColor:r}),(0,i.jsx)("div",{className:"body",children:(0,i.jsx)(gD,{attributes:s,itemEls:a,isBackend:l,reviewText:d})})]},t)},vD=({attributes:e,itemEls:t,item:a,index:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{starIconColor:r}=e,{img:c,reviewText:d,rating:h}=a;return(0,i.jsxs)("div",{className:"single "+(l&&s===o?"btbNowEditing":""),onClick:()=>l&&n(s),children:[(0,i.jsx)("div",{className:"top",children:(0,i.jsx)(pD,{attributes:e,img:c,children:t.img})}),(0,i.jsx)("div",{className:"body",children:(0,i.jsx)(gD,{itemEls:t,attributes:e,isBackend:l,reviewText:d})}),(0,i.jsxs)("div",{className:"footer",children:[(0,i.jsxs)("div",{className:"info",children:[t.name,t.deg]}),(0,i.jsx)(uD,{attributes:e,getStar:tD,rating:h,starIconColor:r})]})]},s)},bD=({attributes:e,itemEls:t,item:a,index:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{starIconColor:r,grid2Bg:c}=e,{img:d,reviewText:h,rating:p}=a;return(0,i.jsxs)("div",{className:"single "+(l&&s===o?"btbNowEditing":""),onClick:()=>l&&n(s),children:[(0,i.jsxs)("div",{className:"top",children:[(0,i.jsx)(uD,{attributes:e,getStar:tD,rating:p,starIconColor:r}),(0,i.jsx)(gD,{attributes:e,itemEls:t,isBackend:l,reviewText:h}),(0,i.jsx)("div",{className:"icon",children:(g=c,(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20px",height:"20px",viewBox:"0 0 19 13",fill:g,style:{left:"24px"},children:(0,i.jsx)("path",{d:"M0.965704 0.000125914H10.3736L19 5.15272e-05C19 5.15272e-05 16.2331 5.15665 10.3736 8.99489C6.68171 11.4132 3.12703 12.3741 1.00222 12.7541C0.488597 12.8459 0.227225 12.1436 0.617463 11.7973C2.03909 10.5355 3.88298 8.3072 3.88294 5.23718C3.88287 9.44134e-05 0.965704 0.000125914 0.965704 0.000125914Z"})}))})]}),(0,i.jsxs)("div",{className:"bottom",children:[(0,i.jsx)(pD,{attributes:e,img:d,children:t.img}),(0,i.jsxs)("div",{className:"info",children:[t.name,t.deg]})]})]},s);var g},fD=({attributes:e,itemEls:t,item:a,index:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{starIconColor:r}=e,{img:c,reviewText:d,rating:h}=a;return(0,i.jsxs)("div",{className:"single "+(l&&s===o?"btbNowEditing":""),onClick:()=>l&&n(s),children:[(0,i.jsxs)("div",{className:"top",children:[(0,i.jsx)(gD,{attributes:e,itemEls:t,isBackend:l,reviewText:d},s),(0,i.jsx)(uD,{attributes:e,getStar:tD,rating:h,starIconColor:r},s)]}),(0,i.jsxs)("div",{className:"bottom",children:[(0,i.jsxs)("div",{className:"info",children:[t.name,t.deg]}),(0,i.jsx)(pD,{attributes:e,img:c,children:t.img})]})]},s)},wD=({itemEls:e,item:t,index:a,attributes:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{nameColor:r,quoteIcon:c}=s,{img:d,reviewText:h}=t;return(0,i.jsxs)("div",{className:"single "+(l&&a===o?"btbNowEditing":""),onClick:()=>l&&n(a),children:[(0,i.jsx)("div",{className:"top",children:(0,i.jsx)(pD,{attributes:s,img:d,children:e.img})}),(0,i.jsx)("div",{className:"body",children:(0,i.jsx)(gD,{attributes:s,itemEls:e,isBackend:l,reviewText:h})}),(0,i.jsxs)("div",{className:"bottom",children:[(0,i.jsx)("div",{className:"rightQuote",children:(p=r,g=c?.size,(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:p,width:g,height:g,viewBox:"0 0 512 512",children:(0,i.jsx)("path",{d:"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z"})}))}),(0,i.jsxs)("div",{className:"info",children:[e.name,e.deg]})]})]},a);var p,g},xD=({itemEls:e,item:t,index:a,attributes:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{starIconColor:r}=s,{img:c,reviewText:d,rating:h}=t;return(0,i.jsxs)("div",{className:"single "+(l&&a===o?"btbNowEditing":""),onClick:()=>l&&n(a),children:[(0,i.jsxs)("div",{className:"top",children:[(0,i.jsx)(pD,{attributes:s,img:c,children:e.img}),(0,i.jsx)("div",{className:"right",children:(0,i.jsx)(gD,{attributes:s,itemEls:e,isBackend:l,reviewText:d})})]}),(0,i.jsxs)("div",{className:"bottom",children:[(0,i.jsxs)("div",{className:"info",children:[e.name,e.deg]}),(0,i.jsx)(uD,{attributes:s,getStar:tD,rating:h,starIconColor:r})]})]},a)},yD=({itemEls:e,item:t,index:a,attributes:s,activeIndex:o,setActiveIndex:n,isBackend:l})=>{const{starIconColor:r}=s,{img:c,reviewText:d,rating:h}=t;return(0,i.jsxs)("div",{className:"single "+(l&&a===o?"btbNowEditing":""),onClick:()=>l&&n(a),children:[(0,i.jsx)("div",{className:"top",children:(0,i.jsx)(gD,{attributes:s,itemEls:e,isBackend:l,reviewText:d})}),(0,i.jsxs)("div",{className:"bottom",children:[(0,i.jsx)(pD,{attributes:s,img:c,children:e.img}),(0,i.jsxs)("div",{className:"info",children:[e.name,e.deg,(0,i.jsx)(uD,{attributes:s,getStar:tD,rating:h,starIconColor:r},a)]})]})]},a)},kD=({attributes:e,itemsEls:t,itemProps:a})=>{const{items:s,slider:o,columnGap:n,theme:l,columns:r}=e,{desktop:c,tablet:d,mobile:h}=r,{autoPlay:p,mouseWheel:u,navigation:m}=o,[v,b]=(0,g.useState)(!0),f=()=>(0,i.jsx)(Lf,{modules:[vb,xb,yb,ub],spaceBetween:n,slidesPerView:h,breakpoints:{576:{slidesPerView:d},768:{slidesPerView:c}},autoplay:p,mousewheel:u,navigation:m,pagination:!0,scrollbar:{draggable:!0},loop:!0,children:s.map(((e,s)=>{const o={item:e,index:s,itemEls:t[s],...a};switch(l){case"default":return(0,i.jsx)(Sf,{children:(0,i.jsx)(mD,{...o})},s);case"theme_1":return(0,i.jsx)(Sf,{children:(0,i.jsx)(vD,{...o})},s);case"theme_2":return(0,i.jsx)(Sf,{children:(0,i.jsx)(bD,{...o})},s);case"theme_3":return(0,i.jsx)(Sf,{children:(0,i.jsx)(fD,{...o})},s);case"theme_4":return(0,i.jsx)(Sf,{children:(0,i.jsx)(wD,{...o})},s);case"theme_5":return(0,i.jsx)(Sf,{children:(0,i.jsx)(xD,{...o})},s);case"theme_6":return(0,i.jsx)(Sf,{children:(0,i.jsx)(yD,{...o})},s);default:return null}}))});return(0,g.useEffect)((()=>{b(!v)}),[s,o,n,l,r]),(0,i.jsx)(f,{})},CD=({itemsEls:e,ToolbarButton:t,MediaUpload:a,MediaUploadCheck:s,attributes:o,setActiveIndex:n,activeIndex:l,updateItem:r,isBackend:c=!1,__:d,RichText:h})=>{const{items:p,columnGap:g,rowGap:u,layout:m,theme:v,columns:b}=o,{desktop:f,tablet:w,mobile:x}=b,y={attributes:o,setActiveIndex:n,activeIndex:l,updateItem:r,isBackend:c,__:d,RichText:h,MediaUpload:a,MediaUploadCheck:s,ToolbarButton:t},k=(t,a)=>{const s={item:t,index:a,itemEls:e[a],...y};switch(v){case"default":return(0,i.jsx)(mD,{...s});case"theme_1":return(0,i.jsx)(vD,{...s});case"theme_2":return(0,i.jsx)(bD,{...s});case"theme_3":return(0,i.jsx)(fD,{...s});case"theme_4":return(0,i.jsx)(wD,{...s});case"theme_5":return(0,i.jsx)(xD,{...s});case"theme_6":return(0,i.jsx)(yD,{...s});default:return null}};return(0,i.jsx)("div",{className:`layoutSection ${m}-layout ${v} columns-${f} columns-tablet-${w} columns-mobile-${x}`,children:(()=>{switch(m){case"masonry":return(0,i.jsx)(VN,{columnsCountBreakPoints:{0:x,576:w,768:f},children:(0,i.jsx)(NN,{columnsCount:3,gutter:`${u} ${g}`,children:p.map(((e,t)=>k(e,t)))})});case"slider":return(0,i.jsx)(kD,{attributes:o,itemsEls:e,itemProps:y});case"default":return p.map(((e,t)=>k(e,t)));default:return null}})()})},_D=(0,m.withDispatch)(((e,t)=>({selectBlock:()=>{e("core/block-editor").selectBlock(t.clientId)}})))((e=>{const{attributes:t,setAttributes:a,clientId:s,isSelected:o,selectBlock:n}=e,{items:l,elements:r,textLength:c}=t;(0,g.useEffect)((()=>{s&&a({cId:s.substring(0,10)})}),[s]),(0,g.useEffect)((()=>ge()),[o]);const[d,p]=(0,g.useState)(0),u=(e,t,s=!1)=>{const o=_v(l,(a=>{s?a[d][e][s]=t:a[d][e]=t}));a({items:o})},m=l.map((e=>{const{name:a,deg:s,img:o,reviewText:n}=e,l=(d=n,d.replace(/(<([^>]+)>)/gi,"")).length;var d;return{img:(0,i.jsx)("div",{className:"upload",children:(0,i.jsx)(h.MediaUploadCheck,{children:(0,i.jsx)(h.MediaUpload,{allowedTypes:["image"],value:o,onSelect:({id:e,url:t,alt:a,title:s})=>u("img",{id:e,url:t,alt:a,title:s}),render:({open:e})=>(0,i.jsx)(b.ToolbarButton,{label:"upload",icon:JR,onClick:e})})})}),name:r?.name&&(0,i.jsx)(h.RichText,{tagName:"h3",className:"name",value:a,onChange:e=>u("name",e),placeholder:(0,v.__)("Enter your name","b-testimonials-block"),inlineToolbar:!0}),deg:r?.deg&&(0,i.jsx)(h.RichText,{tagName:"h5",className:"deg",value:s,onChange:e=>u("deg",e),placeholder:(0,v.__)("Enter your designation","b-testimonials-block"),inlineToolbar:!0}),reviewText:(0,i.jsx)(MD,{attributes:t,elements:r,contentLength:l,textLength:c,reviewText:n,updateItem:u})}}));return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(dD,{attributes:t,setAttributes:a,updateItem:u,activeIndex:d,setActiveIndex:p}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),onClick:()=>n(s),children:[(0,i.jsx)(hD,{attributes:t,id:`block-${s}`}),(0,i.jsx)("div",{className:"btbTestimonialsDir",children:(0,i.jsx)(CD,{itemsEls:m,ToolbarButton:b.ToolbarButton,MediaUpload:h.MediaUpload,MediaUploadCheck:h.MediaUploadCheck,isBackend:!0,attributes:t,activeIndex:d,setActiveIndex:p,updateItem:u,__:v.__,RichText:h.RichText})})]})]})})),MD=({attributes:e,elements:t,contentLength:a,textLength:s,reviewText:o,updateItem:n})=>{const[l,r]=(0,g.useState)(!1);return(0,i.jsxs)(i.Fragment,{children:[t?.reviewText&&(0,i.jsx)(h.RichText,{tagName:"p",className:"reviewText",value:o,onChange:e=>n("reviewText",e),placeholder:(0,v.__)("Enter your review","b-testimonials-block"),inlineToolbar:!0}),a>s&&(0,i.jsx)(XR,{attributes:e,reviewText:o,expanded:l,onChange:()=>r(!l)})]})};br(QR.UU)&&(0,d.registerBlockType)(QR.UU,{icon:Il,edit:_D});const zD=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/timeline","title":"Timeline","category":"bBlocks","description":"A vertical timeline. Each entry is a Timeline Item child block holding a date, an icon marker and any inner blocks you like.","keywords":["timeline","history","roadmap","events","milestones","steps"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"layout":{"type":"object","default":{"desktop":{"direction":"vertical","side":"alternate","itemGap":"10px","cardWidth":"100%","cardGap":"0px","markerGap":"10px"},"tablet":{"direction":"","side":"","itemGap":"","cardWidth":"","cardGap":"","markerGap":""},"mobile":{"direction":"","side":"","itemGap":"","cardWidth":"","cardGap":"","markerGap":""}}},"connector":{"type":"object","default":{"line":{"show":true,"style":"solid","bg":{"type":"solid","color":"#d9d9d9"},"progress":false,"activeBg":{"type":"solid","color":"#1e1e1e"},"progressFade":false,"extent":"markers","desktop":{"width":"2px","dash":"8px","gap":"6px"},"tablet":{"width":"","dash":"","gap":""},"mobile":{"width":"","dash":"","gap":""}},"arrow":{"show":true,"align":"center","color":"","desktop":{"size":"14px","offset":"16px"},"tablet":{"size":"","offset":""},"mobile":{"size":"","offset":""}}}},"marker":{"type":"object","default":{"shape":"circle","transition":300,"pulse":{"show":false,"bg":{"type":"solid","color":""},"speed":2400},"normal":{"bg":{"type":"solid","color":"#efefef"},"color":{"icon":"#1e1e1e"},"border":{"width":"0px"},"ring":{"width":"0px","style":"solid","offset":"0px","color":""},"shadow":[]},"hover":{"bg":{"type":"solid","color":""},"color":{"icon":""},"border":{},"ring":{"width":"","style":"","offset":"","color":""},"shadow":[]},"desktop":{"size":"34px","iconSize":"16px","radius":{}},"tablet":{"size":"","iconSize":"","radius":{}},"mobile":{"size":"","iconSize":"","radius":{}}}},"card":{"type":"object","default":{"normal":{"bg":{"type":"solid","color":"#efefef"},"border":{"width":"0px"},"shadow":[{"hOffset":"0px","vOffset":"0px","blur":"0px","spreed":"0px","color":"#7090b000","isInset":false}]},"hover":{"bg":{"type":"solid","color":""},"border":{}},"desktop":{"padding":{"top":"16px","right":"16px","bottom":"16px","left":"16px"},"radius":{"top":"4px","right":"4px","bottom":"4px","left":"4px"}},"tablet":{"padding":{},"radius":{}},"mobile":{"padding":{},"radius":{}}}},"date":{"type":"object","default":{"show":true,"color":"#1e1e1e","typo":{"fontSize":{"desktop":"16px"}},"desktop":{"gap":"16px"},"tablet":{"gap":""},"mobile":{"gap":""}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}],"border":{"top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"align":["wide","full"],"html":false,"anchor":true},"example":{"attributes":{}},"editorScript":"file:../index.js","style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),jD=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],LD=[{label:(0,v.__)("Vertical","b-blocks"),value:"vertical"},{label:(0,v.__)("Horizontal","b-blocks"),value:"horizontal"}],SD=LD.map((e=>e.value)),$D=[{label:(0,v.__)("Alternate","b-blocks"),value:"alternate"},{label:(0,v.__)("Left","b-blocks"),value:"left"},{label:(0,v.__)("Right","b-blocks"),value:"right"}].map((e=>e.value)),HD=[{label:(0,v.__)("Between markers","b-blocks"),value:"markers"},{label:(0,v.__)("Full length","b-blocks"),value:"full"}],TD=HD.map((e=>e.value)),BD=["start","center","end"],AD=[{label:(0,v.__)("Circle","b-blocks"),value:"circle"},{label:(0,v.__)("Rounded","b-blocks"),value:"rounded"},{label:(0,v.__)("Square","b-blocks"),value:"square"},{label:(0,v.__)("Diamond","b-blocks"),value:"diamond"},{label:(0,v.__)("Hexagon","b-blocks"),value:"hexagon"}],VD=(AD.map((e=>e.value)),{circle:"50%",rounded:"25%",square:"0",diamond:"0",hexagon:"0"}),ND=["hexagon"],PD={diamond:45},ED=[{label:(0,v.__)("Solid","b-blocks"),value:"solid"},{label:(0,v.__)("Dashed","b-blocks"),value:"dashed"},{label:(0,v.__)("Dotted","b-blocks"),value:"dotted"},{label:(0,v.__)("Double","b-blocks"),value:"double"}],ID=(ED.map((e=>e.value)),(e={})=>{const{width:t,style:a,offset:s,color:o}=e;return[t?`outline-width: ${t};`:"",a?`outline-style: ${a};`:"",o?`outline-color: ${o};`:"",s?`outline-offset: ${s};`:""].filter(Boolean).join(" ")}),OD=[{label:(0,v.__)("Solid","b-blocks"),value:"solid"},{label:(0,v.__)("Dashed","b-blocks"),value:"dashed"},{label:(0,v.__)("Dotted","b-blocks"),value:"dotted"}],RD=OD.map((e=>e.value)),DD=["dashed","dotted"],FD=((0,v.__)("Auto (follow layout)","b-blocks"),(0,v.__)("Left","b-blocks"),(0,v.__)("Right","b-blocks"),"b-blocks/timeline"),qD="b-blocks/timeline-item",WD=[qD],UD="<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/></svg>",GD=e=>[["core/heading",{level:3,content:e}],["core/paragraph",{content:(0,v.__)("Describe what happened at this point on the timeline.","b-blocks")}]],YD=[[qD,{date:"01-01-2026",icon:UD},GD((0,v.__)("First milestone","b-blocks"))],[qD,{date:"01-01-2026",icon:UD},GD((0,v.__)("Second milestone","b-blocks"))],[qD,{date:"01-01-2026",icon:"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/></svg>"},GD((0,v.__)("Third milestone","b-blocks"))]],ZD=(e,t)=>{if(null==t)return e;if(Array.isArray(t)){const a=e&&"object"==typeof e&&!Array.isArray(e);return 0===t.length&&a?e:t}if("object"!=typeof t)return t;if(!e||"object"!=typeof e||Array.isArray(e))return t;const a={...e};return Object.keys(t).forEach((s=>{a[s]=ZD(e[s],t[s])})),a},KD=Object.fromEntries(Object.entries(zD.attributes).map((([e,t])=>[e,t.default]))),QD=(e={})=>ZD(KD,e),XD=(e={})=>{const{layout:t={},connector:a={},date:s={}}=e,{line:o={},arrow:n={}}=a,i=(e,a,s,o)=>("desktop"===e?[t.desktop?.[a]]:"tablet"===e?[t.tablet?.[a],t.desktop?.[a]]:[t.mobile?.[a],t.tablet?.[a],t.desktop?.[a]]).find((e=>s.includes(e)))||o,l=e=>i(e,"side",$D,"alternate"),r=e=>i(e,"direction",SD,"vertical"),c=TD.includes(o.extent)?o.extent:"markers",d=RD.includes(o.style)?o.style:"solid",h=BD.includes(n.align)?n.align:"center";return["b-blocks-timeline",`b-blocks-timeline-desktop-${r("desktop")}`,`b-blocks-timeline-tablet-${r("tablet")}`,`b-blocks-timeline-mobile-${r("mobile")}`,`b-blocks-timeline-desktop-${l("desktop")}`,`b-blocks-timeline-tablet-${l("tablet")}`,`b-blocks-timeline-mobile-${l("mobile")}`,!1===o.show?"b-blocks-timeline-no-line":"",`b-blocks-timeline-line-${d}`,o.progress?"b-blocks-timeline-progress":"",o.progress&&o.progressFade?"b-blocks-timeline-progress-fade":"","full"===c?"b-blocks-timeline-line-full":"",!1===n.show?"b-blocks-timeline-no-arrow":"",`b-blocks-timeline-arrow-${h}`,!1===s.show?"b-blocks-timeline-no-date":""].filter(Boolean).join(" ")},JD=(e={})=>["b-blocks-timeline-item",["left","right"].includes(e.side)?`b-blocks-timeline-side-${e.side}`:"",BD.includes(e.arrowAlign)?`b-blocks-timeline-item-arrow-${e.arrowAlign}`:""].filter(Boolean).join(" "),eF=e=>{const t=VD[e];return`${void 0===t?"":`border-radius: ${t};`} ${ND.includes(e)?"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);":""}`},tF=({attributes:a,id:s,isBackend:o=!1})=>{const{layout:n,connector:l,marker:r,card:c,date:d,advanced:h}=QD(a),{line:p,arrow:g}=l,u=PD[r.shape]||0,m=ND.includes(r.shape),v=Wn(r.pulse?.bg,!0,!0,!1)||Wn(r.normal.bg,!0,!0,!1),b=`#${s}`,f=`${b} .b-blocks-timeline-items`,w=`${b} .b-blocks-timeline-item`,x=`${b} .b-blocks-timeline-content`,y=`${b} .b-blocks-timeline-card`,k=`${b} .b-blocks-timeline-marker`,C=`${b} .b-blocks-timeline-date`,_=e=>"horizontal"!==(e=>("desktop"===e?n.desktop?.direction:"tablet"===e?n.tablet?.direction||n.desktop?.direction:n.mobile?.direction||n.tablet?.direction||n.desktop?.direction)||"vertical")(e),M=(e,t)=>"desktop"===e?p.desktop[t]:"tablet"===e?p.tablet[t]||p.desktop[t]:p.mobile[t]||p.tablet[t]||p.desktop[t],z=DD.includes(p.style),j=(e,t,a,s)=>`\n\t\t${b} .b-blocks-timeline-item ${t}{ ${a} }\n\t\t${b}.b-blocks-timeline-${e}-right .b-blocks-timeline-item ${t}{ ${s} }\n\t\t${b}.b-blocks-timeline-${e}-alternate .b-blocks-timeline-item:where(:nth-of-type(even)) ${t}{ ${s} }\n\t\t${b} .b-blocks-timeline-item.b-blocks-timeline-side-left ${t}{ ${a} }\n\t\t${b} .b-blocks-timeline-item.b-blocks-timeline-side-right ${t}{ ${s} }\n\t`,L=e=>{const t=_(e),a=r[e].size,s=u&&a?`calc(${a} / 1.4142)`:a,o=M(e,"width"),i=a?`calc(${a} / 2)`:"17px",l="full"===p.extent?"0px":i,h=`var(--bb-tl-line-start, ${l})`,m=`var(--bb-tl-line-end, ${l})`,v=t?`top: ${h}; bottom: ${m}; left: 50%; right: auto; transform: translateX(-50%);`:`left: ${h}; right: ${m}; top: var(--bb-tl-line-cross, 50%); bottom: auto; transform: translateY(-50%);`,C=n[e].cardGap||"0px",L=g[e].size||"14px",S=g[e].offset||"16px",$=d[e].gap||"16px",H="solid"===(c.normal.bg?.type||"solid")?c.normal.bg?.color:"",T=g.color||H||"#efefef",B=!1===g.show?"0px":L,A=(e,a)=>t?`padding-inline: ${e} ${a};`:`padding-block: ${e} ${a};`,V=`\n\t\t\t${j(e,".b-blocks-timeline-content",A("0",`calc(${C} + ${B})`),A(`calc(${C} + ${B})`,"0"))}\n\t\t\t${j(e,".b-blocks-timeline-date",A($,"0"),A("0",$))}\n\t\t`,N=(a,s)=>{const o=(a=>{const s=`calc((100% - ${((e,t)=>"desktop"===e?n.desktop[t]:"tablet"===e?n.tablet[t]||n.desktop[t]:n.mobile[t]||n.tablet[t]||n.desktop[t])(e,"cardWidth")||"100%"}) / 2)`,o=t?`calc(${S} + ${L})`:`calc(${s} + ${S} + ${L})`,i=(e,a)=>t?`margin-block: ${e} ${a};`:`margin-inline: ${e} ${a};`;return"center"===a?{arrow:"",anchor:`${i("0","0")}`}:{arrow:(l=a,(t?"start"===l?`top: ${S}; bottom: auto;`:`top: auto; bottom: ${S};`:"start"===l?`inset-inline-start: ${S}; inset-inline-end: auto;`:`inset-inline-start: auto; inset-inline-end: ${S};`)+" transform: none;"),anchor:"start"===a?i(o,"0"):i("0",o)};var l})(s);return`\n\t\t\t\t${a} .b-blocks-timeline-card::after{ ${o.arrow} }\n\t\t\t\t${a} .b-blocks-timeline-marker,\n\t\t\t\t${a} .b-blocks-timeline-date{ ${o.anchor} }\n\t\t\t`};return`\n\t\t${V}\n\t\t${y}::after{\n\t\t\t${qn("width",t?L:`calc(${L} * 2)`)}\n\t\t\t${qn("height",t?`calc(${L} * 2)`:L)}\n\t\t\t${qn("background",T)}\n\t\t}\n\t\t${N(`${b} .b-blocks-timeline-item`,g.align||"center")}\n\t\t${["start","center","end"].map((e=>N(`${b} .b-blocks-timeline-item.b-blocks-timeline-item-arrow-${e}`,e))).join("")}\n\n\t\t${f}{\n\t\t\t${qn(t?"row-gap":"column-gap",n[e].itemGap)}\n\t\t}\n\t\t${f}::before,\n\t\t${f}::after{\n\t\t\t${(e=>{return z?(t=(e=>{const t=_(e),a=M(e,"gap")||"6px";if("dotted"===p.style){const s=M(e,"width")||"2px";return{image:"radial-gradient(circle closest-side, #000 99%, transparent 100%)",size:t?`${s} calc(${s} + ${a})`:`calc(${s} + ${a}) ${s}`,repeat:t?"repeat-y":"repeat-x"}}const s=M(e,"dash")||"8px";return{image:`repeating-linear-gradient(${t?"to bottom":"to right"}, #000 0 ${s}, transparent ${s} calc(${s} + ${a}))`,size:"auto",repeat:"repeat"}})(e),`\n\t\t\t-webkit-mask-image: ${t.image};\n\t\t\tmask-image: ${t.image};\n\t\t\t-webkit-mask-size: ${t.size};\n\t\t\tmask-size: ${t.size};\n\t\t\t-webkit-mask-repeat: ${t.repeat};\n\t\t\tmask-repeat: ${t.repeat};\n\t\t\t-webkit-mask-position: center;\n\t\t\tmask-position: center;\n\t`):"";var t})(e)}\n\t\t}\n\t\t${f}::before{\n\t\t\t${v}\n\t\t\t${Wn(p.bg)}\n\t\t\t${qn("width",t?o:"auto")}\n\t\t\t${qn("height",t?"auto":o)}\n\t\t}\n\t\t${f}::after{\n\t\t\t${v}\n\t\t\t${Wn(p.activeBg)}\n\t\t\t${qn("width",t?o:"auto")}\n\t\t\t${qn("height",t?"auto":o)}\n\t\t}\n\t\t${w}{\n\t\t\t${qn(t?"column-gap":"row-gap",n[e].markerGap)}\n\t\t}\n\t\t${x}{\n\n\t\t}\n\t\t${y}{\n\t\t\t${qn("width",n[e].cardWidth)}\n\t\t\t${qn("padding",ti(c[e].padding))}\n\t\t\t${qn("border-radius",ti(c[e].radius))}\n\t\t}\n\t\t${k}{\n\t\t\t${qn("width",s)}\n\t\t\t${qn("height",s)}\n\t\t\t${qn("font-size",r[e].iconSize)}\n\t\t\t${qn("border-radius",ti(r[e].radius))}\n\t\t}\n\n\t\t`};return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${ei("",d.typo).googleFontLink}\n\t\t\t${ei(C,d.typo).styles}\n\n\t\t\t${y}{\n\t\t\t\t${Wn(c.normal.bg)}\n\t\t\t\t${Gn(c.normal.border)}\n\t\t\t\t${qn("box-shadow",Kn(c.normal.shadow||[]))}\n\t\t\t}\n\t\t\t${y}:hover{\n\t\t\t\t${Wn(c.hover.bg)}\n\t\t\t\t${Gn(c.hover.border)}\n\t\t\t}\n\t\t\t${k}{\n\t\t\t\t${Wn(r.normal.bg)}\n\t\t\t\t${qn("color",r.normal.color.icon)}\n\t\t\t\t${Gn(r.normal.border)}\n\t\t\t\t${eF(r.shape)}\n\t\t\t\t${m?"":ID(r.normal.ring)}\n\t\t\t\t${qn("box-shadow",Kn(r.normal.shadow||[]))}\n\t\t\t\t${u?`rotate: ${u}deg;`:""}\n\t\t\t\t${r.transition?`transition: background ${r.transition}ms ease, color ${r.transition}ms ease, border-color ${r.transition}ms ease, outline-color ${r.transition}ms ease, outline-offset ${r.transition}ms ease, box-shadow ${r.transition}ms ease;`:""}\n\t\t\t}\n\t\t\t${u?`${k} svg{ rotate: -${u}deg; }`:""}\n\t\t\t${k}:hover{\n\t\t\t\t${Wn(r.hover.bg)}\n\t\t\t\t${qn("color",r.hover.color.icon)}\n\t\t\t\t${Gn(r.hover.border)}\n\t\t\t\t${m?"":ID(r.hover.ring)}\n\t\t\t\t${qn("box-shadow",Kn(r.hover.shadow||[]))}\n\t\t\t}\n\t\t\t${r.pulse?.show&&!m?`\n\t\t\t\t${k}::after{\n\t\t\t\t\t${v}\n\t\t\t\t\tanimation-name: bb-tl-marker-pulse;\n\t\t\t\t\t${qn("animation-duration",r.pulse.speed?`${r.pulse.speed}ms`:"")}\n\t\t\t\t}\n\t\t\t`:""}\n\t\t\t${C}{\n\t\t\t\t${qn("color",d.color)}\n\t\t\t}\n\n\t\t\t${L("desktop")}\n\n\t\t\t${e}{\n\t\t\t\t${L("tablet")}\n\t\t\t}\n\n\t\t\t${t}{\n\t\t\t\t${L("mobile")}\n\t\t\t}\n\n\t\t\t${hi(s,h,o,!1)}\n\t\t\t`}})},aF=e=>Math.round(1e3*e)/1e3,sF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((({attributes:e,device:t,updateObj:a})=>{const{layout:s}=e,o="horizontal"===(e=>("desktop"===e?s.desktop.direction:"tablet"===e?s.tablet.direction||s.desktop.direction:s.mobile.direction||s.tablet.direction||s.desktop.direction)||"vertical")(t),n=[..."desktop"===t?[]:[{label:(0,v.__)("Default","b-blocks"),value:""}],{label:(0,v.__)("Alternate","b-blocks"),value:"alternate"},{label:o?(0,v.__)("Above","b-blocks"):(0,v.__)("Left","b-blocks"),value:"left"},{label:o?(0,v.__)("Below","b-blocks"):(0,v.__)("Right","b-blocks"),value:"right"}];return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Layout","b-blocks"),children:[(0,i.jsx)(b.__experimentalToggleGroupControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Direction","b-blocks")," ",(0,i.jsx)(y,{})]}),help:o?(0,v.__)("Entries run left to right along a horizontal line. Set a narrower breakpoint to turn it upright on smaller screens.","b-blocks"):(0,v.__)("Entries run top to bottom along a vertical line.","b-blocks"),value:s[t].direction||"",onChange:e=>a("layout",e,t,"direction"),isBlock:!0,__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,children:[..."desktop"===t?[]:[{label:(0,v.__)("Default","b-blocks"),value:""}],...LD].map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))}),(0,i.jsx)(b.__experimentalToggleGroupControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Side","b-blocks")," ",(0,i.jsx)(y,{})]}),help:(0,v.__)("Alternate places entries on opposite sides. Set a narrower breakpoint to change it there — one card per row on phones, say. Any single entry can override this from its own settings.","b-blocks"),value:s[t].side||"",onChange:e=>a("layout",e,t,"side"),isBlock:!0,__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,children:n.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Gap Between Entries","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",units:[$e(),Te(),He()],isUnitSelectTabbable:!0,value:s[t].itemGap,onChange:e=>a("layout",e,t,"itemGap")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Card Width","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[He(),$e(),Te()],isUnitSelectTabbable:!0,value:s[t].cardWidth,onChange:e=>a("layout",e,t,"cardWidth")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Card Offset From Line","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",units:[$e(),Te(),He()],isUnitSelectTabbable:!0,value:s[t].cardGap,onChange:e=>a("layout",e,t,"cardGap")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Marker Spacing","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:s[t].markerGap,onChange:e=>a("layout",e,t,"markerGap")})]})})),oF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((({attributes:e,device:t,updateObj:a})=>{const{layout:s,connector:o}=e,{line:n,arrow:l}=o,r="horizontal"===(("desktop"===t?s.desktop.direction:"tablet"===t?s.tablet.direction||s.desktop.direction:s.mobile.direction||s.tablet.direction||s.desktop.direction)||"vertical"),c=DD.includes(n.style),d=[{label:r?(0,v.__)("Left","b-blocks"):(0,v.__)("Top","b-blocks"),value:"start"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:r?(0,v.__)("Right","b-blocks"):(0,v.__)("Bottom","b-blocks"),value:"end"}];return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Connectors","b-blocks"),children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Line","b-blocks"),checked:!!n.show,onChange:e=>a("connector",e,"line","show"),__nextHasNoMarginBottom:!0}),n.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.SelectControl,{className:"mt10",labelPosition:"edge",label:(0,v.__)("Line Style","b-blocks"),value:n.style,options:OD,onChange:e=>a("connector",e,"line","style"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Line Length","b-blocks"),labelPosition:"edge",help:(0,v.__)("Between markers stops the line at the first and last marker; full length runs it edge to edge.","b-blocks"),value:n.extent,options:HD,onChange:e=>a("connector",e,"line","extent"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Line Thickness","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:n[t].width,onChange:e=>a("connector",e,"line",t,"width")}),c&&(0,i.jsxs)(i.Fragment,{children:["dashed"===n.style&&(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Dash Length","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:n[t].dash,onChange:e=>a("connector",e,"line",t,"dash")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Gap","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,help:"dotted"===n.style?(0,v.__)("Space between dots. The dot size follows the line thickness.","b-blocks"):(0,v.__)("Space between dashes.","b-blocks"),value:n[t].gap,onChange:e=>a("connector",e,"line",t,"gap")})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Progress","b-blocks"),help:(0,v.__)("Fills the line as the reader scrolls down it. Works with any line style — the fill follows the same shape.","b-blocks"),checked:!!n.progress,onChange:e=>a("connector",e,"line","progress"),__nextHasNoMarginBottom:!0}),n.progress&&(0,i.jsx)(b.ToggleControl,{className:"mt10",label:(0,v.__)("Fade Trailing End","b-blocks"),help:(0,v.__)("Dissolves the far end of the fill into the track, so it reads as a beam following the reader rather than a filled bar.","b-blocks"),checked:!!n.progressFade,onChange:e=>a("connector",e,"line","progressFade"),__nextHasNoMarginBottom:!0})]}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Show Arrow","b-blocks"),help:(0,v.__)("The small arrow that points from a card back to the line.","b-blocks"),checked:!!l.show,onChange:e=>a("connector",e,"arrow","show"),__nextHasNoMarginBottom:!0}),(0,i.jsx)("br",{}),l.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalToggleGroupControl,{label:(0,v.__)("Arrow Alignment","b-blocks"),value:l.align,onChange:e=>a("connector",e,"arrow","align"),isBlock:!0,__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,children:d.map((e=>(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:e.label,value:e.value},e.value)))}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Arrow Size","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:l[t].size,onChange:e=>a("connector",e,"arrow",t,"size")}),"center"!==l.align&&(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Arrow Offset","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te(),He()],isUnitSelectTabbable:!0,help:(0,v.__)("Distance from the edge the arrow is aligned to.","b-blocks"),value:l[t].offset,onChange:e=>a("connector",e,"arrow",t,"offset")})]})]})})),nF=({attributes:e,updateObj:t})=>{const{marker:a}=e,s=ND.includes(a.shape);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Marker","b-blocks"),children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Shape","b-blocks"),labelPosition:"edge",help:s?(0,v.__)("The hexagon is cut to shape, so it cannot carry a ring or a pulse.","b-blocks"):(0,v.__)("Sets the corners. Border Radius in the Style tab takes them over as soon as you set one of them.","b-blocks"),value:a.shape,options:AD,onChange:e=>t("marker",e,"shape"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),!s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Pulse","b-blocks"),help:(0,v.__)("A halo that spreads out from behind every marker. It follows the marker’s shape and stops for readers who ask for reduced motion.","b-blocks"),checked:!!a.pulse.show,onChange:e=>t("marker",e,"pulse","show"),__nextHasNoMarginBottom:!0}),a.pulse.show&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Pulse Color:","b-blocks"),value:a.pulse.bg,onChange:e=>t("marker",e,"pulse","bg"),isImage:!1}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Pulse Speed (ms)","b-blocks"),value:a.pulse.speed,onChange:e=>t("marker",e,"pulse","speed"),min:600,max:6e3,step:100,__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0})]})]})]})},iF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((({attributes:e,device:t,updateObj:a})=>{const{card:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Card","b-blocks"),children:[(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks")," ",(0,i.jsx)(y,{})]}),values:s[t].padding,resetValues:{top:"16px",right:"16px",bottom:"16px",left:"16px"},units:[$e(),Te(),He()],onChange:e=>a("card",e,t,"padding")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",values:s[t].radius,resetValues:{top:"4px",right:"4px",bottom:"4px",left:"4px"},units:[$e(),He(),Te()],onChange:e=>a("card",e,t,"radius")})]})})),lF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((({attributes:e,device:t,updateObj:a})=>{const{date:s}=e;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Date","b-blocks"),children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Date","b-blocks"),checked:!!s.show,onChange:e=>a("date",e,"show"),__nextHasNoMarginBottom:!0}),s.show&&(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Distance From Marker","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:s[t].gap,onChange:e=>a("date",e,t,"gap")})]})})),rF=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(sF,{...e}),(0,i.jsx)(nF,{...e}),(0,i.jsx)(iF,{...e}),(0,i.jsx)(oF,{...e}),(0,i.jsx)(lF,{...e})]}),cF=({attributes:e,updateObj:t})=>{const{connector:a}=e,{line:s,arrow:o}=a;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Connectors","b-blocks"),children:[s.show&&(0,i.jsx)(wa,{label:s.progress?(0,v.__)("Track Color:","b-blocks"):(0,v.__)("Line Color:","b-blocks"),value:s.bg,onChange:e=>t("connector",e,"line","bg"),isImage:!1}),s.show&&s.progress&&(0,i.jsx)(wa,{label:(0,v.__)("Progress Color:","b-blocks"),value:s.activeBg,onChange:e=>t("connector",e,"line","activeBg"),isImage:!1}),o.show&&(0,i.jsx)(De,{label:(0,v.__)("Arrow Color","b-blocks"),value:o.color,onChange:e=>t("connector",e,"arrow","color")}),o.show&&(0,i.jsx)("p",{className:"description",children:(0,v.__)("Leave the arrow color empty to keep it matching the card background.","b-blocks")})]})},dF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((({attributes:e,device:t,updateObj:a})=>{const{marker:s}=e,o=ND.includes(s.shape);return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Marker","b-blocks"),children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Size","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",units:[$e(),Te()],isUnitSelectTabbable:!0,value:s[t].size,onChange:e=>a("marker",e,t,"size")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Icon Size","b-blocks")," ",(0,i.jsx)(y,{})]}),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:s[t].iconSize,onChange:e=>a("marker",e,t,"iconSize")}),(0,i.jsx)(w,{label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Border Radius","b-blocks")," ",(0,i.jsx)(y,{})]}),className:"mt10",values:s[t].radius,resetValues:{top:"",right:"",bottom:"",left:""},units:[He(),$e(),Te()],onChange:e=>a("marker",e,t,"radius")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small mt10",activeClass:"activeTab",tabs:Le,children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:s[e].bg,onChange:t=>a("marker",t,e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:s[e].color.icon,onChange:t=>a("marker",t,e,"color","icon")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:s[e].border,onChange:t=>a("marker",t,e,"border")}),!o&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Ring Width","b-blocks"),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,help:"normal"===e?(0,v.__)("A halo drawn outside the border. It follows the marker’s shape, takes no space in the layout, and uses the icon colour unless you set one below.","b-blocks"):void 0,value:s[e].ring.width,onChange:t=>a("marker",t,e,"ring","width")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Ring Style","b-blocks"),labelPosition:"edge",value:s[e].ring.style||"",options:"normal"===e?ED:[{label:(0,v.__)("Default","b-blocks"),value:""},...ED],onChange:t=>a("marker",t,e,"ring","style"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Ring Offset","b-blocks"),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,help:"normal"===e?(0,v.__)("Gap between the marker and its ring.","b-blocks"):void 0,value:s[e].ring.offset,onChange:t=>a("marker",t,e,"ring","offset")}),(0,i.jsx)(De,{label:(0,v.__)("Ring Color","b-blocks"),value:s[e].ring.color,onChange:t=>a("marker",t,e,"ring","color")})]}),(0,i.jsx)(bt,{label:(0,v.__)("Box Shadow","b-blocks"),value:s[e].shadow,onChange:t=>a("marker",t,e,"shadow")})]})}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition Speed (ms)","b-blocks"),help:(0,v.__)("How long the marker takes to settle into its hover state.","b-blocks"),value:s.transition,onChange:e=>a("marker",e,"transition"),min:0,max:1200,step:50,__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0})]})})),hF=({attributes:e,updateObj:t})=>{const{card:a}=e;return(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Card","b-blocks"),children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:Le,children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:a[e].bg,onChange:a=>t("card",a,e,"bg")}),(0,i.jsx)(b.__experimentalBorderBoxControl,{label:(0,v.__)("Border","b-blocks"),value:a[e].border,onChange:a=>t("card",a,e,"border")}),"normal"===e&&(0,i.jsx)(bt,{label:(0,v.__)("Box Shadow","b-blocks"),value:a.normal.shadow,onChange:e=>t("card",e,"normal","shadow")})]})})})},pF=({attributes:e,updateObj:t})=>{const{date:a}=e;return a.show?(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Date","b-blocks"),children:[(0,i.jsx)(Mn,{label:(0,v.__)("Typography","b-blocks"),value:a.typo,onChange:e=>t("date",e,"typo")}),(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:a.color,onChange:e=>t("date",e,"color")})]}):null},gF=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(cF,{...e}),(0,i.jsx)(dF,{...e}),(0,i.jsx)(hF,{...e}),(0,i.jsx)(pF,{...e})]}),uF=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:" bBlocks "})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:jD,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(rF,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(gF,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})]})},mF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,n=QD(t),{layout:l,connector:r,marker:c}=n,d=bBlocksPremiumChecker,p=me(t,a),g=(0,h.useBlockProps)({className:XD(n)}),u=(0,m.useSelect)((e=>{const{getBlockOrder:t,getBlockAttributes:a}=e("core/block-editor");return t(s).map((e=>{const t=a(e)?.item;return`${t?.side||""}.${t?.arrowAlign||""}`})).join("|")}),[s]),v=(0,En.useRef)(null);(0,En.useEffect)((()=>{if(v.current)return((e,t={})=>{if(!e)return()=>{};let a=null;const s=()=>{null===a&&(a=requestAnimationFrame((()=>{a=null,((e,t={})=>{if(!e)return;const a=getComputedStyle(e),s="grid"===a.display?!a.gridAutoFlow.includes("column"):"row"!==a.flexDirection,o=e.getBoundingClientRect(),n=s?o.height:o.width;if(!n)return;const i=Array.from(e.querySelectorAll(":scope > * > .b-blocks-timeline-marker")),l=i.map((e=>{const t=e.getBoundingClientRect();return s?t.top-o.top+t.height/2:t.left-o.left+t.width/2})).sort(((e,t)=>e-t));if(i.length){const t=i[0].getBoundingClientRect(),a=s?t.left-o.left+t.width/2:t.top-o.top+t.height/2;e.style.setProperty("--bb-tl-line-cross",`${aF(a)}px`)}const r="full"!==t.extent&&l.length>0,c=r?l[0]:0,d=r?l[l.length-1]:n;e.style.setProperty("--bb-tl-line-start",`${aF(c)}px`),e.style.setProperty("--bb-tl-line-end",`${aF(n-d)}px`)})(e,t)})))};s();const o="undefined"!=typeof ResizeObserver?new ResizeObserver(s):null;return o?(o.observe(e),e.querySelectorAll(":scope > *").forEach((e=>o.observe(e)))):window.addEventListener("resize",s),()=>{null!==a&&cancelAnimationFrame(a),o?o.disconnect():window.removeEventListener("resize",s)}})(v.current,{extent:r.line.extent})}),[l,r,c,u]),(0,En.useEffect)((()=>{if(r.line.progress&&v.current)return(e=>{const t=e.ownerDocument?.defaultView||window;let a=null,s=!0;const o=()=>{a=null;const s=e.getBoundingClientRect(),o=(t.innerHeight||e.ownerDocument.documentElement.clientHeight)/2-s.top,n=s.height||1,i=Math.min(Math.max(o/n,0),1);e.style.setProperty("--bb-tl-line-progress",i.toFixed(4))},n=()=>{null===a&&s&&(a=requestAnimationFrame(o))},i=void 0!==t.IntersectionObserver?new t.IntersectionObserver((e=>{s=e.some((e=>e.isIntersecting)),n()})):null;return i&&i.observe(e),t.addEventListener("scroll",n,{passive:!0}),t.addEventListener("resize",n,{passive:!0}),o(),()=>{null!==a&&cancelAnimationFrame(a),i&&i.disconnect(),t.removeEventListener("scroll",n),t.removeEventListener("resize",n)}})(v.current)}),[r.line.progress,u]);const b=(0,h.useInnerBlocksProps)({className:"b-blocks-timeline-items"},{allowedBlocks:WD,template:YD,templateLock:!1,orientation:"vertical",renderAppender:h.InnerBlocks.ButtonBlockAppender});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(uF,{attributes:n,setAttributes:a,updateObj:p,isPremium:d,device:o}),(0,i.jsxs)("div",{...g,children:[(0,i.jsx)(tF,{attributes:n,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{...b,ref:v})]})]})}));br(zD.name)&&(0,d.registerBlockType)(zD,{icon:mr,edit:mF,save:h.InnerBlocks.Content});const vF=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/timeline-item","version":"1.0.0","title":"Timeline Item","category":"bBlocks","description":"A single entry on a Timeline: a date, an icon marker and any inner blocks you want inside its card.","keywords":["timeline item","timeline entry","milestone","event"],"parent":["b-blocks/timeline"],"textdomain":"b-blocks","attributes":{"date":{"type":"string","default":""},"icon":{"type":"string","default":"<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 384 512\'><path d=\'M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z\'/></svg>"},"item":{"type":"object","default":{"side":"","arrowAlign":"","marker":{"normal":{"bg":{"type":"solid","color":""},"color":{"icon":""},"ring":{"width":"","style":"","offset":"","color":""},"shadow":[]},"hover":{"bg":{"type":"solid","color":""},"color":{"icon":""},"ring":{"width":"","style":"","offset":"","color":""},"shadow":[]}},"pulse":{"show":"","bg":{"type":"solid","color":""},"speed":""},"card":{"normal":{"bg":{"type":"solid","color":""}}},"date":{"color":""},"arrow":{"bg":{"type":"solid","color":""}}}},"advanced":{"type":"object","default":{"dimension":{"padding":{"desktop":{"top":"","right":"","bottom":"","left":""},"tablet":{"top":"","right":"","bottom":"","left":""},"mobile":{"top":"","right":"","bottom":"","left":""}}},"transform":{"normal":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"hover":{"rotate":{"desktop":{"z":"","y":"","x":""},"tablet":{"z":"","y":"","x":""},"mobile":{"z":"","y":"","x":""},"threeDRotate":false},"offset":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"scale":{"isProportion":true,"desktop":{"x":"","y":"","scale":""},"tablet":{"x":"","y":"","scale":""},"mobile":{"x":"","y":"","scale":""}},"skew":{"desktop":{"x":"","y":""},"tablet":{"x":"","y":""},"mobile":{"x":"","y":""}},"flipX":false,"flipY":false},"transition":200},"borderShadow":{"normal":{"radius":{"top":"","right":"","bottom":"","left":""},"shadow":[{"hOffset":"","vOffset":"","blur":"","spreed":"","color":"","isInset":false}],"border":{"top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}},"background":{"normal":{"type":"color","color":"","gradient":{"type":"radial","radialType":"ellipse","colors":[{"color":"rgba(58, 66, 222, 1)","position":"0"},{"color":"rgba(176, 195, 235, 1)","position":"80"}],"centerPositions":{"x":50,"y":50},"angel":90},"img":{"url":"","desktop":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"tablet":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"},"mobile":{"position":"center center","xPosition":0,"yPosition":0,"attachment":"","repeat":"no-repeat","size":"","customSize":"0px"}},"video":{"url":"","loop":false},"transition":0.3}}}}},"supports":{"html":false,"reusable":false,"inserter":true},"example":{"attributes":{}},"editorScript":"file:../index.js","render":"file:./render.php","viewScript":"file:./view.js"}'),bF=Object.fromEntries(Object.entries(vF.attributes).map((([e,t])=>[e,t.default]))),fF=(e={})=>ZD(bF,e),wF=({attributes:e,id:t,isBackend:a=!1})=>{const{item:s,advanced:o}=fF(e),{marker:n,pulse:l,card:r,date:c,arrow:d}=s,h=`#${t}`,p=`${h}.b-blocks-timeline-item`,g=`${h} .b-blocks-timeline-card`,u=`${h} .b-blocks-timeline-marker`,m=`${h} .b-blocks-timeline-date`,v=Wn(d.bg)||Wn(r.normal.bg),b=["on"===l.show?"animation-name: bb-tl-marker-pulse;":"","off"===l.show?"animation-name: none;":"","off"===l.show?"":Wn(l.bg,!0,!0,!1),"off"===l.show?"":qn("animation-duration",l.speed?`${l.speed}ms`:"")].filter(Boolean).join(" "),f=a?`#${t}>div>div:first-child`:`#${t}>div`,w=hi(t,o,a,!0).split(f).join(`#${t}`);return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t\t${g}{\n\t\t\t\t${Wn(r.normal.bg)}\n\t\t\t}\n\t\t\t${p} .b-blocks-timeline-card::after{\n\t\t\t\t${v}\n\t\t\t}\n\t\t\t${u}{\n\t\t\t\t${Wn(n.normal.bg)}\n\t\t\t\t${qn("color",n.normal.color.icon)}\n\t\t\t\t${ID(n.normal.ring)}\n\t\t\t\t${qn("box-shadow",Kn(n.normal.shadow||[]))}\n\t\t\t}\n\t\t\t${u}:hover{\n\t\t\t\t${Wn(n.hover.bg)}\n\t\t\t\t${qn("color",n.hover.color.icon)}\n\t\t\t\t${ID(n.hover.ring)}\n\t\t\t\t${qn("box-shadow",Kn(n.hover.shadow||[]))}\n\t\t\t}\n\t\t\t${b?`${u}::after{ ${b} }`:""}\n\t\t\t${m}{\n\t\t\t\t${qn("color",c.color)}\n\t\t\t}\n\t\t\t${w}\n\t\t\t`}})},xF=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")},{name:"advanced",title:(0,v.__)("Advanced","b-blocks")}],yF=({attributes:e,setAttributes:t,updateObj:a,clientId:s})=>{const{icon:o,item:n}=e,l="horizontal"===(0,m.useSelect)((e=>{const{getBlockParentsByBlockName:t,getBlock:a}=e("core/block-editor"),o=t(s,FD);return o?.length&&a(o[o.length-1])?.attributes?.layout?.desktop?.direction||"vertical"}),[s]),r=[{label:(0,v.__)("Auto (follow layout)","b-blocks"),value:""},{label:l?(0,v.__)("Above","b-blocks"):(0,v.__)("Left","b-blocks"),value:"left"},{label:l?(0,v.__)("Below","b-blocks"):(0,v.__)("Right","b-blocks"),value:"right"}],c=[{label:(0,v.__)("Auto (follow Timeline)","b-blocks"),value:""},{label:l?(0,v.__)("Left","b-blocks"):(0,v.__)("Top","b-blocks"),value:"start"},{label:(0,v.__)("Center","b-blocks"),value:"center"},{label:l?(0,v.__)("Right","b-blocks"):(0,v.__)("Bottom","b-blocks"),value:"end"}];return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Entry","b-blocks"),children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Side","b-blocks"),labelPosition:"edge",help:(0,v.__)("Overrides the side this entry would get from the Timeline layout.","b-blocks"),value:n.side||"",options:r,onChange:e=>a("item",e,"side"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Arrow Alignment","b-blocks"),labelPosition:"edge",help:(0,v.__)("Overrides where this entry’s arrow sits along its card edge. Arrow size and offset stay with the Timeline.","b-blocks"),value:n.arrowAlign||"",options:c,onChange:e=>a("item",e,"arrowAlign"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(Pa,{label:(0,v.__)("Marker Icon","b-blocks"),value:o,onChange:e=>t({icon:e})})]})},kF=({attributes:e,updateObj:t,clientId:a})=>{const{item:s}=e,{pulse:o}=s,n=(0,m.useSelect)((e=>{const{getBlockParentsByBlockName:t,getBlock:s}=e("core/block-editor"),o=t(a,FD);return o?.length&&s(o[o.length-1])?.attributes?.marker||{}}),[a]);if(ND.includes(n.shape))return null;const l=[{label:n.pulse?.show?(0,v.__)("Default — on, from the Timeline","b-blocks"):(0,v.__)("Default — off, from the Timeline","b-blocks"),value:""},{label:(0,v.__)("On","b-blocks"),value:"on"},{label:(0,v.__)("Off","b-blocks"),value:"off"}],r=""===o.show?!!n.pulse?.show:"on"===o.show;return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Marker","b-blocks"),children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Pulse","b-blocks"),help:(0,v.__)("A halo that spreads out from behind this entry’s marker.","b-blocks"),value:o.show||"",options:l,onChange:e=>t("item",e,"pulse","show"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),r&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Pulse Color:","b-blocks"),value:o.bg,onChange:e=>t("item",e,"pulse","bg"),isImage:!1}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Pulse Speed (ms)","b-blocks"),help:(0,v.__)("Leave unset to follow the Timeline.","b-blocks"),value:o.speed||void 0,onChange:e=>t("item",e||"","pulse","speed"),min:600,max:6e3,step:100,allowReset:!0,__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0})]})]})},CF=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(yF,{...e}),(0,i.jsx)(kF,{...e})]}),_F=({attributes:e,updateObj:t})=>{const{item:a}=e;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!0,title:(0,v.__)("Marker","b-blocks"),children:[(0,i.jsx)(b.Notice,{className:"mb10",status:"info",isDismissible:!1,children:(0,v.__)("Empty values follow the Timeline.","b-blocks")}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel small",activeClass:"activeTab",tabs:Le,children:({name:e})=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:a.marker[e].bg,onChange:a=>t("item",a,"marker",e,"bg")}),(0,i.jsx)(De,{label:(0,v.__)("Icon Color","b-blocks"),value:a.marker[e].color.icon,onChange:a=>t("item",a,"marker",e,"color","icon")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Ring Width","b-blocks"),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:a.marker[e].ring.width,onChange:a=>t("item",a,"marker",e,"ring","width")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Ring Style","b-blocks"),labelPosition:"edge",value:a.marker[e].ring.style||"",options:[{label:(0,v.__)("Default (follow Timeline)","b-blocks"),value:""},...ED],onChange:a=>t("item",a,"marker",e,"ring","style"),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Ring Offset","b-blocks"),labelPosition:"edge",className:"mt10",units:[$e(),Te()],isUnitSelectTabbable:!0,value:a.marker[e].ring.offset,onChange:a=>t("item",a,"marker",e,"ring","offset")}),(0,i.jsx)(De,{label:(0,v.__)("Ring Color","b-blocks"),value:a.marker[e].ring.color,onChange:a=>t("item",a,"marker",e,"ring","color")}),(0,i.jsx)(bt,{label:(0,v.__)("Box Shadow","b-blocks"),value:a.marker[e].shadow,onChange:a=>t("item",a,"marker",e,"shadow")})]})})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Card","b-blocks"),children:(0,i.jsx)(wa,{label:(0,v.__)("Background:","b-blocks"),value:a.card.normal.bg,onChange:e=>t("item",e,"card","normal","bg")})}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Arrow","b-blocks"),children:[(0,i.jsx)(wa,{label:(0,v.__)("Arrow Color:","b-blocks"),value:a.arrow.bg,onChange:e=>t("item",e,"arrow","bg"),isImage:!1}),(0,i.jsx)("p",{className:"description",children:(0,v.__)("Leave empty to keep the arrow matching this entry’s card background.","b-blocks")})]}),(0,i.jsx)(b.PanelBody,{className:"bPlPanelBody",initialOpen:!1,title:(0,v.__)("Date","b-blocks"),children:(0,i.jsx)(De,{label:(0,v.__)("Color","b-blocks"),value:a.date.color,onChange:e=>t("item",e,"date","color")})})]})},MF=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(_F,{...e})}),zF=e=>{const{attributes:t,setAttributes:a,isPremium:s}=e,{advanced:o}=t;return(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsxs)("div",{className:"bPlInspectorInfo",children:["Need more block like this? Checkout the bundle ➡",(0,i.jsx)("a",{href:"https://wordpress.org/plugins/b-blocks",target:"_blank",rel:"noopener noreferrer",children:" bBlocks "})]}),(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:xF,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(CF,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(MF,{...e})}),"advanced"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(Pt,{advanced:o,onChange:e=>a({advanced:e}),isPremium:s})})]})})]})},jF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()||"desktop"}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,n=fF(t),{date:l,icon:r,item:c}=n,d=bBlocksPremiumChecker,p=me(t,a),g=(0,m.useSelect)((e=>0===e("core/block-editor").getBlockCount(s)),[s]),u=(0,h.useBlockProps)({className:JD(c)}),b=(0,h.useInnerBlocksProps)({className:"b-blocks-timeline-card"},{templateLock:!1,renderAppender:g?h.InnerBlocks.ButtonBlockAppender:h.InnerBlocks.DefaultBlockAppender});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(zF,{attributes:n,setAttributes:a,updateObj:p,isPremium:d,device:o,clientId:s}),(0,i.jsxs)("div",{...u,children:[(0,i.jsx)(wF,{attributes:n,id:`block-${s}`,isBackend:!0}),(0,i.jsx)("div",{className:"b-blocks-timeline-content",children:(0,i.jsx)("div",{...b})}),(0,i.jsx)("div",{className:"b-blocks-timeline-marker",children:r&&(0,i.jsx)("span",{dangerouslySetInnerHTML:{__html:r}})}),(0,i.jsx)(h.RichText,{tagName:"div",className:"b-blocks-timeline-date",value:l,onChange:e=>a({date:e}),placeholder:(0,v.__)("Add a date…","b-blocks")})]})]})}));br(FD)&&(0,d.registerBlockType)(vF,{icon:vr,edit:jF,save:h.InnerBlocks.Content});const LF=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/toggle-content","title":"Toggle Content","category":"bBlocks","description":"A clean toggle switch lets users click to switch between two content sections below the heading.","keywords":["toggle content","toggle switch","toggle content switch","toggle content switcher","toggle content switcher block","toggle"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"toggle":{"type":"object","default":{"contentType":"primary","switchType":"rounded"}},"label":{"type":"object","default":{"left":"First","right":"Second"}},"styles":{"type":"object","default":{"header":{"desktop":{"padding":{"top":"","right":"","bottom":"","left":""},"headingGap":"10px"},"tablet":{"padding":{"top":"","right":"","bottom":"","left":""},"headingGap":""},"mobile":{"padding":{"top":"","right":"","bottom":"","left":""},"headingGap":""},"normal":{"bg":"","border":{},"desktop":{"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""}}},"hover":{"bg":"","border":{},"desktop":{"radius":{"top":"","right":"","bottom":"","left":""}},"tablet":{"radius":{"top":"","right":"","bottom":"","left":""}},"mobile":{"radius":{"top":"","right":"","bottom":"","left":""}},"transition":0.3}},"toggle":{"direction":"row","width":"","height":"","desktop":{"align":"center"},"tablet":{"align":""},"mobile":{"align":""},"active":{"color":{},"bg":{}},"inactive":{"color":{},"bg":{}}},"label":{"gap":"","typo":{"fontSize":{"desktop":"","tablet":"","mobile":""}},"active":{"first":{"color":""},"second":{"color":""}},"inactive":{"first":{"color":""},"second":{"color":""}}}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),SF=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],$F=[{value:"rounded",label:(0,v.__)("Rounded","b-blocks")},{value:"rectangle",label:(0,v.__)("Rectangle","b-blocks")}],HF=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),TF=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),BF=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),AF=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o,label:n,toggle:l}=t,{toggle:r,header:c,label:d}=o;return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Toggle","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Switch Type","b-blocks"),labelPosition:"edge",options:$F,value:l?.switchType,onChange:e=>a("toggle",e,"switchType")}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex1 mb0",children:[(0,v.__)("Alignment","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:r?.[s]?.align,onChange:e=>a("styles",e,"toggle",s,"align"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:HF}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:TF}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:BF})]})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsx)(f,{className:"flex1 mb0",children:(0,v.__)("Direction","b-blocks")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:r?.direction,onChange:e=>a("styles",e,"toggle","direction"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Horizontal",value:"row"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Vertical",value:"column"})]})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsxs)(f,{className:"flex2 mb0",children:[(0,v.__)("Heading Gap","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:c?.[s]?.headingGap,onChange:e=>a("styles",e,"header",s,"headingGap")})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,v.__)("Label Gap","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:d?.[s]?.gap,onChange:e=>a("styles",e,"label",s,"gap")})]})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Label","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Left Label","b-blocks"),value:n?.left,onChange:e=>a("label",e,"left")}),(0,i.jsx)(b.TextControl,{label:(0,v.__)("Right Label","b-blocks"),value:n?.right,onChange:e=>a("label",e,"right")})]})]})},VF=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(AF,{...e})}),NF=e=>{const{attributes:t,updateObj:a,device:s}=e,{styles:o}=t,{header:n}=o,[l,r]=(0,g.useState)("normal");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Header","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(w,{values:n[s].padding,label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Padding","b-blocks"),(0,i.jsx)(y,{})]}),onChange:e=>a("styles",e,"header",s,"padding")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:l,onChange:e=>r(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(wa,{value:n[l].bg,onChange:e=>a("styles",e,"header",l,"bg")}),(0,i.jsx)(b.BorderBoxControl,{className:"mt10",value:n[l].border,onChange:e=>a("styles",e,"header",l,"border")}),(0,i.jsx)(w,{values:n[l][s].radius,className:"mt10",label:(0,i.jsxs)(b.Flex,{children:[(0,v.__)("Radius","b-blocks"),(0,i.jsx)(y,{})]}),onChange:e=>a("styles",e,"header",l,s,"radius")})]})},PF=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{label:o}=s,[n,l]=(0,g.useState)("inactive");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Label Styles","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(Mn,{value:o.typo,onChange:e=>a("styles",e,"label","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"inactive"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsx)(De,{label:(0,v.__)("Left Label Color","b-blocks"),value:o[n].first.color,onChange:e=>a("styles",e,"label",n,"first","color")}),(0,i.jsx)(De,{label:(0,v.__)("Right Label Color","b-blocks"),value:o[n].second.color,onChange:e=>a("styles",e,"label",n,"second","color")})]})},EF=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{toggle:o}=s,[n,l]=(0,g.useState)("inactive");return(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Switcher","b-blocks"),initialOpen:!1,children:[(0,i.jsxs)(b.Flex,{align:"center",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,v.__)("Width","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o?.width,onChange:e=>a("styles",e,"toggle","width")})]}),(0,i.jsxs)(b.Flex,{align:"center",className:"mt10",children:[(0,i.jsx)(f,{className:"flex2 mb0",children:(0,v.__)("Height","b-blocks")}),(0,i.jsx)(b.__experimentalUnitControl,{className:"flex1",value:o?.height,onChange:e=>a("styles",e,"toggle","height")})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1 mt10",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:n,onChange:e=>l(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"inactive"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Active",value:"active"})]}),(0,i.jsx)(wa,{label:(0,v.__)("Color","b-blocks"),value:o[n].color,onChange:e=>a("styles",e,"toggle",n,"color"),isImage:!1}),(0,i.jsx)(wa,{label:(0,v.__)("Background","b-blocks"),value:o[n].bg,onChange:e=>a("styles",e,"toggle",n,"bg")})]})},IF=e=>(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(NF,{...e}),(0,i.jsx)(EF,{...e}),(0,i.jsx)(PF,{...e})]}),OF=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",initialTabName:"general",tabs:SF,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(VF,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(IF,{...e})})]})})})}),RF=(a,s)=>{const{styles:o}=a,{toggle:n,header:i,label:l}=o,r=`#${s}`,c=`${r} .b-blocks-toggle-content__wrapper .b-blocks-toggle-content__head`,d=`${c} .b-blocks-toggle-content-switch__wrapper`,h=`${d} .b-blocks-toggle-content__switch`,p=`${r} .is-b .b-blocks-toggle-content__switch`,g=`${r} .is-a .b-blocks-toggle-content__switch`,u=`${h} .b-blocks-toggle-content__knob`,m=`${r} .is-b .b-blocks-toggle-content__knob`,v=`${r} .is-a .b-blocks-toggle-content__knob`,b=`${d} .b-blocks-toggle-content__label`;return`\n\t\t${ei("",l.typo).googleFontLink}\n\t\t${ei(b,l.typo).styles}\n\n\t\t${c}{\n\t\t\t${qn("justify-content",n?.desktop?.align)}\n\t\t\t${qn("margin-bottom",i?.desktop?.headingGap)}\n\t\t\t${qn("padding",ti(i?.desktop?.padding))}\n\t\t\t${Wn(i.normal.bg)}\n\t\t\t${Gn(i.normal.border)}\n\t\t\t${qn("border-radius",ti(i.normal.desktop.radius))}\n\t\t}\n\n\t\t${c}:hover{\n\t\t\t${Wn(i.hover.bg)}\n\t\t\t${Gn(i.hover.border)}\n\t\t\t${qn("border-radius",ti(i.hover.desktop.radius))}\n\t\t}\n\n\t\t${d}{\n\t\t\t${qn("flex-direction",n?.direction)}\n\t\t\t${qn("gap",l?.desktop?.gap)}\n\t\t}\n\n\t\t${h}{\n\t\t\t${qn("width",n.width)}\n\t\t\t${qn("height",n.height)}\n\t\t}\n\n\t\t${p}{\n\t\t\t${Wn(n.active.bg)}\n\t\t}\n\n\t\t${g}{\n\t\t\t${Wn(n.inactive.bg)}\n\t\t}\n\n\t\t${u}{\n\t\t\t${qn("width",n.height?`calc(${n.height} - 6px)`:"")}\n\t\t\t${qn("height",n.height?`calc(${n.height} - 6px)`:"")}\n\t\t\t\n\t\t}\n\t\t${m}{\n\t\t\t${qn("transform",n.width?`translateX(calc(${n.width?n.width:"60px"} - ${n.height?n.height:"30px"}))`:"")}\n\t\t\t${Wn(n.active.color)}\n\t\t}\n\t\t${v}{\n\t\t\t${Wn(n.inactive.color)}\n\t\t}\n\n\t\t${b}.b-blocks-toggle-content__label--left {\n\t\t\t${qn("color",l.inactive.first.color)}\n\t\t}\n\n\t\t${b}.b-blocks-toggle-content__label--right{\n\t\t\t${qn("color",l.inactive.second.color)}\n\t\t}\n\t\t${b}.b-blocks-toggle-content__label--left.is-active {\n\t\t\t${qn("color",l.active.first.color)}\n\t\t}\n\n\t\t${b}.b-blocks-toggle-content__label--right.is-active{\n\t\t\t${qn("color",l.active.second.color)}\n\t\t}\n\n\t\t${e}{\n\t\t\t${c}{\n\t\t\t\t${qn("justify-content",n?.tablet?.align)}\n\t\t\t\t${qn("margin-bottom",i?.tablet?.headingGap)}\n\t\t\t\t${qn("padding",ti(i?.tablet?.padding))}\n\t\t\t\t${qn("border-radius",ti(i.normal.tablet.radius))}\n\t\t\t}\n\n\t\t\t${c}:hover{\n\t\t\t\t${qn("border-radius",ti(i.hover.tablet.radius))}\n\t\t\t}\n\n\t\t\t${d}{\n\t\t\t\t${qn("gap",l?.tablet?.gap)}\n\t\t\t}\n\t\t}\n\t\t${t}{\n\t\t\t${c}{\n\t\t\t\t${qn("justify-content",n?.mobile?.align)}\n\t\t\t\t${qn("margin-bottom",i?.mobile?.headingGap)}\n\t\t\t\t${qn("padding",ti(i?.mobile?.padding))}\n\t\t\t\t${qn("border-radius",ti(i.normal.mobile.radius))}\n\t\t\t}\n\n\t\t\t${c}:hover{\n\t\t\t\t${qn("border-radius",ti(i.hover.mobile.radius))}\n\t\t\t}\n\n\t\t\t${d}{\n\t\t\t\t${qn("gap",l?.mobile?.gap)}\n\t\t\t}\n\t\t}\n\n\t`},DF=[["b-blocks/container",{className:"b-blocks-toggle-content__panel b-blocks-toggle-content__panel--a",lock:{remove:!0,move:!0}},[]],["b-blocks/container",{className:"b-blocks-toggle-content__panel b-blocks-toggle-content__panel--b",lock:{remove:!0,move:!0}},[]]],FF=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((({attributes:e,setAttributes:t,className:a,device:s,clientId:o})=>{const{label:n,toggle:l}=e,[r,c]=(0,En.useState)(!0),d=(0,h.useBlockProps)({className:a}),p=me(e,t);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(OF,{attributes:e,updateObj:p,device:s}),(0,i.jsxs)("div",{...d,children:[(0,i.jsx)("style",{children:RF(e,`block-${o}`)}),(0,i.jsxs)("div",{className:"b-blocks-toggle-content__wrapper "+(r?"is-a":"is-b"),children:[(0,i.jsx)("div",{className:"b-blocks-toggle-content__head",children:(0,i.jsxs)("div",{className:"b-blocks-toggle-content-switch__wrapper",children:[(0,i.jsx)(h.RichText,{tagName:"span",className:"b-blocks-toggle-content__label b-blocks-toggle-content__label--left "+(r?"":"is-active"),value:n.left,onChange:e=>p("label",e,"left"),onClick:()=>c(!0),placeholder:(0,v.__)("First","b-blocks"),allowedFormats:[]}),(0,i.jsx)("div",{className:`b-blocks-toggle-content__switch b-blocks-toggle-content-switch-${l.switchType} ${r?"":"is-b"}`,role:"button",tabIndex:0,"aria-label":(0,v.__)("Toggle content","b-blocks"),onClick:()=>c((e=>!e)),onKeyDown:e=>{"Enter"!==e.key&&" "!==e.key||c((e=>!e))},children:(0,i.jsx)("div",{className:"b-blocks-toggle-content__knob"})}),(0,i.jsx)(h.RichText,{tagName:"span",className:"b-blocks-toggle-content__label b-blocks-toggle-content__label--right "+(r?"":"is-active"),value:n.right,onChange:e=>p("label",e,"right"),onClick:()=>c(!1),placeholder:(0,v.__)("Second","b-blocks"),allowedFormats:[]})]})}),(0,i.jsx)("div",{className:"b-blocks-toggle-content__content",children:(0,i.jsx)(h.InnerBlocks,{template:DF,renderAppender:!1})})]})]})]})}));br(LF.name)&&(0,d.registerBlockType)(LF,{icon:Ul,edit:FF,save:h.InnerBlocks.Content});const qF={none:{label:(0,v.__)("None","accordion-block"),items:[]},faq:{label:(0,v.__)("FAQ","accordion-block"),items:[{title:(0,v.__)("What is your return policy?","accordion-block"),content:(0,v.__)("We offer a 30-day money-back guarantee. If you're not satisfied with your purchase, contact our support team for a full refund.","accordion-block"),isOpen:!1},{title:(0,v.__)("How long does shipping take?","accordion-block"),content:(0,v.__)("Standard shipping takes 5-7 business days. Express shipping options are available at checkout for faster delivery.","accordion-block"),isOpen:!1},{title:(0,v.__)("Do you offer customer support?","accordion-block"),content:(0,v.__)("Yes! Our customer support team is available 24/7 via email, phone, and live chat to assist you with any questions.","accordion-block"),isOpen:!1}]},features:{label:(0,v.__)("Product Features","accordion-block"),items:[{title:(0,v.__)("Easy to Use","accordion-block"),content:(0,v.__)("Our intuitive interface makes it simple to get started. No technical knowledge required - just install and start creating.","accordion-block"),isOpen:!1},{title:(0,v.__)("Fully Customizable","accordion-block"),content:(0,v.__)("Customize every aspect of your accordion with our powerful theme editor. Colors, spacing, fonts - it's all under your control.","accordion-block"),isOpen:!1},{title:(0,v.__)("Mobile Responsive","accordion-block"),content:(0,v.__)("Works perfectly on all devices. Your accordions will look great whether viewed on desktop, tablet, or mobile.","accordion-block"),isOpen:!1}]},timeline:{label:(0,v.__)("Timeline","accordion-block"),items:[{title:(0,v.__)("2020 - Foundation","accordion-block"),content:(0,v.__)("Our company was founded with a vision to create innovative solutions that make a difference in people's lives.","accordion-block"),isOpen:!1},{title:(0,v.__)("2021 - Growth","accordion-block"),content:(0,v.__)("Expanded our team and launched three major products that received excellent feedback from customers worldwide.","accordion-block"),isOpen:!1},{title:(0,v.__)("2022 - Innovation","accordion-block"),content:(0,v.__)("Introduced cutting-edge features and won multiple industry awards for innovation and customer satisfaction.","accordion-block"),isOpen:!1},{title:(0,v.__)("2023 - Global Expansion","accordion-block"),content:(0,v.__)("Opened offices in 5 new countries and reached 1 million satisfied customers across the globe.","accordion-block"),isOpen:!1}]},pricing:{label:(0,v.__)("Pricing Details","accordion-block"),items:[{title:(0,v.__)("Basic Plan - $9/month","accordion-block"),content:(0,v.__)("Perfect for individuals and small projects. Includes 10 GB storage, basic support, and access to core features.","accordion-block"),isOpen:!1},{title:(0,v.__)("Pro Plan - $29/month","accordion-block"),content:(0,v.__)("Ideal for professionals and growing businesses. Includes 100 GB storage, priority support, and all premium features.","accordion-block"),isOpen:!1},{title:(0,v.__)("Enterprise Plan - Custom","accordion-block"),content:(0,v.__)("For large organizations with specific needs. Unlimited storage, dedicated support team, custom integrations, and SLA guarantees.","accordion-block"),isOpen:!1}]},steps:{label:(0,v.__)("Steps Guide","accordion-block"),items:[{title:(0,v.__)("Step 1: Sign Up","accordion-block"),content:(0,v.__)("Create your free account in seconds. Just enter your email address and choose a secure password to get started.","accordion-block"),isOpen:!1},{title:(0,v.__)("Step 2: Configure Settings","accordion-block"),content:(0,v.__)("Customize your preferences and connect your existing tools. Our setup wizard will guide you through the process.","accordion-block"),isOpen:!1},{title:(0,v.__)("Step 3: Add Content","accordion-block"),content:(0,v.__)("Start adding your content using our intuitive editor. Import existing data or create new content from scratch.","accordion-block"),isOpen:!1},{title:(0,v.__)("Step 4: Publish & Share","accordion-block"),content:(0,v.__)("When you're ready, publish your work and share it with your audience. Track performance with built-in analytics.","accordion-block"),isOpen:!1}]}},WF=[{name:"Black",color:"#000000"},{name:"White",color:"#FFFFFF"},{name:"Light Gray",color:"#f8f9fa"},{name:"Gray",color:"#6c757d"},{name:"Dark Gray",color:"#343a40"},{name:"Blue",color:"#0d6efd"},{name:"Indigo",color:"#6610f2"},{name:"Purple",color:"#6f42c1"},{name:"Pink",color:"#d63384"},{name:"Red",color:"#dc3545"},{name:"Orange",color:"#fd7e14"},{name:"Yellow",color:"#ffc107"},{name:"Green",color:"#198754"},{name:"Teal",color:"#20c997"},{name:"Cyan",color:"#0dcaf0"}],UF=JSON.parse('{"UU":"b-blocks/accordion-block"}');br(UF.UU)&&(0,d.registerBlockType)(UF.UU,{icon:Pl,edit:({attributes:e,setAttributes:t})=>{const{items:a,theme:s,template:o,customStyles:n}=e,[l,r]=(0,g.useState)(a.map(((e,t)=>0===t))),c=(0,h.useBlockProps)({className:`accordion-block accordion-theme-${s}`}),d=()=>{const e=[...a,{title:(0,v.__)("New Accordion Item","accordion-block"),content:(0,v.__)("Add your content here.","accordion-block"),isOpen:!1}];t({items:e}),r([...l,!1])},p=(e,s,o)=>{const n=[...a];n[e]={...n[e],[s]:o},t({items:n})},u=(e,a)=>{t({customStyles:{...n,[e]:a}})};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(h.InspectorControls,{children:[(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Accordion Items","accordion-block"),initialOpen:!0,children:(0,i.jsx)(b.Button,{variant:"primary",onClick:d,style:{width:"100%"},children:(0,v.__)("Add Item","accordion-block")})}),(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Theme Settings","accordion-block"),initialOpen:!1,children:(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Theme","accordion-block"),value:s,options:[{label:(0,v.__)("Modern","accordion-block"),value:"modern"},{label:(0,v.__)("Classic","accordion-block"),value:"classic"},{label:(0,v.__)("Minimal","accordion-block"),value:"minimal"},{label:(0,v.__)("Custom","accordion-block"),value:"custom"}],onChange:e=>t({theme:e})})}),(0,i.jsx)(b.PanelBody,{title:(0,v.__)("Templates","accordion-block"),initialOpen:!1,children:(0,i.jsx)(b.SelectControl,{label:(0,v.__)("Apply Template","accordion-block"),value:o,options:Object.keys(qF).map((e=>({label:qF[e].label,value:e}))),onChange:e=>{"none"!==e&&qF[e]&&(t({template:e,items:qF[e].items}),r(qF[e].items.map((()=>!1))))},help:(0,v.__)("Select a pre-built template to get started quickly","accordion-block")})}),"custom"===s&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Header Styles","accordion-block"),initialOpen:!1,children:[(0,i.jsx)("p",{children:(0,i.jsx)("strong",{children:(0,v.__)("Background Color","accordion-block")})}),(0,i.jsx)(b.ColorPalette,{colors:WF,value:n.headerBgColor,onChange:e=>u("headerBgColor",e||"#f8f9fa")}),(0,i.jsx)("p",{children:(0,i.jsx)("strong",{children:(0,v.__)("Text Color","accordion-block")})}),(0,i.jsx)(b.ColorPalette,{colors:WF,value:n.headerTextColor,onChange:e=>u("headerTextColor",e||"#212529")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Font Size","accordion-block"),value:n.headerFontSize,onChange:e=>u("headerFontSize",e),min:12,max:32}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Padding","accordion-block"),value:n.headerPadding,onChange:e=>u("headerPadding",e),min:8,max:40})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Content Styles","accordion-block"),initialOpen:!1,children:[(0,i.jsx)("p",{children:(0,i.jsx)("strong",{children:(0,v.__)("Background Color","accordion-block")})}),(0,i.jsx)(b.ColorPalette,{colors:WF,value:n.contentBgColor,onChange:e=>u("contentBgColor",e||"#ffffff")}),(0,i.jsx)("p",{children:(0,i.jsx)("strong",{children:(0,v.__)("Text Color","accordion-block")})}),(0,i.jsx)(b.ColorPalette,{colors:WF,value:n.contentTextColor,onChange:e=>u("contentTextColor",e||"#495057")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Font Size","accordion-block"),value:n.contentFontSize,onChange:e=>u("contentFontSize",e),min:12,max:24}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Padding","accordion-block"),value:n.contentPadding,onChange:e=>u("contentPadding",e),min:8,max:40})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Border & Spacing","accordion-block"),initialOpen:!1,children:[(0,i.jsx)("p",{children:(0,i.jsx)("strong",{children:(0,v.__)("Border Color","accordion-block")})}),(0,i.jsx)(b.ColorPalette,{colors:WF,value:n.borderColor,onChange:e=>u("borderColor",e||"#dee2e6")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Border Width","accordion-block"),value:n.borderWidth,onChange:e=>u("borderWidth",e),min:0,max:5}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Border Radius","accordion-block"),value:n.borderRadius,onChange:e=>u("borderRadius",e),min:0,max:30})]}),(0,i.jsxs)(b.PanelBody,{title:(0,v.__)("Icon & Animation","accordion-block"),initialOpen:!1,children:[(0,i.jsx)("p",{children:(0,i.jsx)("strong",{children:(0,v.__)("Icon Color","accordion-block")})}),(0,i.jsx)(b.ColorPalette,{colors:WF,value:n.iconColor,onChange:e=>u("iconColor",e||"#212529")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Animation Speed (ms)","accordion-block"),value:n.animationSpeed,onChange:e=>u("animationSpeed",e),min:100,max:1e3,step:50})]})]})]}),(0,i.jsxs)("div",{...c,style:"custom"!==s?{}:{"--bBlocks-accordion-header-bg":n.headerBgColor,"--bBlocks-accordion-header-text":n.headerTextColor,"--bBlocks-accordion-content-bg":n.contentBgColor,"--bBlocks-accordion-content-text":n.contentTextColor,"--bBlocks-accordion-border-color":n.borderColor,"--bBlocks-accordion-borderWidth":`${n.borderWidth}px`,"--bBlocks-accordion-borderRadius":`${n.borderRadius}px`,"--bBlocks-accordion-headerPadding":`${n.headerPadding}px`,"--bBlocks-accordion-content-padding":`${n.contentPadding}px`,"--bBlocks-accordion-header-font-size":`${n.headerFontSize}px`,"--bBlocks-accordion-content-font-size":`${n.contentFontSize}px`,"--bBlocks-accordion-icon-color":n.iconColor,"--bBlocks-accordion-animation-speed":`${n.animationSpeed}ms`},children:[(0,i.jsx)("div",{className:"accordion-items",children:a.map(((e,s)=>(0,i.jsxs)("div",{className:"accordion-item "+(l[s]?"is-open":""),children:[(0,i.jsxs)("div",{className:"accordion-header",children:[(0,i.jsxs)("button",{className:"accordion-toggle",onClick:()=>(e=>{const t=[...l];t[e]=!t[e],r(t)})(s),type:"button",children:[(0,i.jsx)(h.RichText,{tagName:"span",value:e.title,onChange:e=>p(s,"title",e),placeholder:(0,v.__)("Accordion title...","accordion-block"),className:"accordion-title"}),(0,i.jsx)("span",{className:"accordion-icon",children:l[s]?"−":"+"})]}),(0,i.jsx)(b.Button,{isDestructive:!0,isSmall:!0,onClick:()=>(e=>{const s=a.filter(((t,a)=>a!==e));t({items:s});const o=l.filter(((t,a)=>a!==e));r(o)})(s),className:"accordion-remove",children:(0,v.__)("Remove Item","accordion-block")})]}),l[s]&&(0,i.jsx)("div",{className:"accordion-content",style:{maxHeight:"unset"},children:(0,i.jsx)(h.RichText,{tagName:"div",value:e.content,onChange:e=>p(s,"content",e),placeholder:(0,v.__)("Accordion content...","accordion-block"),className:"accordion-text"})})]},s)))}),0===a.length&&(0,i.jsxs)("div",{className:"accordion-empty",children:[(0,i.jsx)("p",{children:(0,v.__)('No accordion items yet. Click "Add Item" to get started.',"accordion-block")}),(0,i.jsx)(b.Button,{variant:"primary",onClick:d,children:(0,v.__)("Add Item","accordion-block")})]})]})]})}});const GF=JSON.parse('{"apiVersion":3,"name":"b-blocks/video","title":"Video","description":"A Simple, accessible, Easy to Use & fully Customizable video player.","icon":"video-alt2","category":"bBlocks","keywords":["video embed","mp4 ogg player","any video play"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"source":{"type":"string","default":""},"poster":{"type":"string","default":""},"controls":{"type":"object","default":{"play-large":true,"restart":false,"rewind":true,"play":true,"fast-forward":true,"progress":true,"current-time":true,"duration":false,"mute":true,"volume":true,"pip":false,"airplay":false,"settings":true,"download":false,"fullscreen":true}},"width":{"type":"string","default":"100%"},"radius":{"type":"string","default":"0px"},"repeat":{"type":"boolean","default":false},"autoplay":{"type":"boolean","default":false},"muted":{"type":"boolean","default":false},"resetOnEnd":{"type":"boolean","default":false},"autoHideControl":{"type":"boolean","default":true}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{"preview":true,"sourceType":"link"}},"editorScript":["file:../index.js","plyr"],"style":["file:./view.css","plyr"],"render":"file:./render.php","viewScript":["file:./view.js","plyr"]}'),YF=({attributes:e,setAttributes:t})=>{const{source:a,poster:s,controls:o,width:n,radius:l,repeat:r,autoplay:c,muted:d,resetOnEnd:p,autoHideControl:g}=e,{restart:u,rewind:m,play:f,progress:w,duration:x,mute:y,volume:k,pip:C,airplay:_,settings:M,download:z,fullscreen:j}=o,L=(e,a)=>{const s={...o};s[e]=a,t({controls:s})};return(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:[{name:"settings",title:(0,v.__)("Settings","b-blocks")},{name:"controls",title:(0,v.__)("Controls","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],children:e=>(0,i.jsxs)(i.Fragment,{children:["settings"===e.name&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(Ma,{slug:Ft}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Settings","b-blocks"),children:[(0,i.jsx)(fe,{value:a,types:["video"],onChange:e=>t({source:e}),placeholder:(0,v.__)("Video url","b-blocks")}),(0,i.jsx)(fe,{value:s,types:["image"],onChange:e=>t({poster:e}),placeholder:(0,v.__)("Poster url","b-blocks")}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Repeat","b-blocks"),checked:r,onChange:e=>t({repeat:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Autoplay","b-blocks"),checked:c,onChange:e=>t({autoplay:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Muted","b-blocks"),checked:d,onChange:e=>t({muted:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Reset On End","b-blocks"),checked:p,onChange:e=>t({resetOnEnd:e})}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Auto Hide Control","b-blocks"),checked:g,onChange:e=>t({autoHideControl:e})})]})]}),"controls"===e.name&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",children:[(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Play Large","b-blocks"),checked:o["play-large"],onChange:e=>L("play-large",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Restart","b-blocks"),checked:u,onChange:e=>L("restart",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Rewind","b-blocks"),checked:m,onChange:e=>L("rewind",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Play","b-blocks"),checked:f,onChange:e=>L("play",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Fast Forward","b-blocks"),checked:o["fast-forward"],onChange:e=>L("fast-forward",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Progress","b-blocks"),checked:w,onChange:e=>L("progress",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Current Time","b-blocks"),checked:o["current-time"],onChange:e=>L("current-time",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Duration","b-blocks"),checked:x,onChange:e=>L("duration",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Mute","b-blocks"),checked:y,onChange:e=>L("mute",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Volume","b-blocks"),checked:k,onChange:e=>L("volume",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("PIP","b-blocks"),checked:C,onChange:e=>L("pip",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Airplay","b-blocks"),checked:_,onChange:e=>L("airplay",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Settings","b-blocks"),checked:M,onChange:e=>L("settings",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Download","b-blocks"),checked:z,onChange:e=>L("download",e)}),(0,i.jsx)(b.ToggleControl,{className:"mt20",label:(0,v.__)("Fullscreen","b-blocks"),checked:j,onChange:e=>L("fullscreen",e)})]}),"style"===e.name&&(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",children:[(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Width:","b-blocks"),labelPosition:"left",value:n,onChange:e=>t({width:e}),units:[$e(),Te(),He()]}),(0,i.jsx)(b.__experimentalUnitControl,{className:"mt20",label:(0,v.__)("Round Corner:","b-blocks"),labelPosition:"left",value:l,onChange:e=>t({radius:e}),units:[$e()]})]})]})})})},ZF="bBlocksVideo",KF=({attributes:e,id:t})=>{const{width:a,radius:s}=e;return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\t\t#${t} .${ZF}{\n\t\t\twidth: ${["0px","0%","0em"].includes(a)?"100%":a};\n\t\t\tborder-radius: ${s};\n\t\t}\n\t\t`.replace(/\s+/g," ")}})},QF=e=>{const t=[];return Object.keys(e).map((a=>{e[a]&&t.push(a)})),t},XF=({attributes:e})=>{const{source:t,poster:a,controls:s,repeat:o,autoplay:n,muted:l,resetOnEnd:r,autoHideControl:c}=e,d=(0,g.useRef)(null);return(0,g.useEffect)((()=>{const e=window?.bBlocksGlobal?.assetsUrl||"",t=new Plyr(d.current,{controls:QF(s),clickToPlay:!1,loop:{active:o},muted:l,autoplay:n,resetOnEnd:r,hideControls:c,loadSprite:!1,iconUrl:`${e}plyr.svg`});return()=>t?.destroy()}),[]),(0,i.jsx)("div",{className:ZF,children:(0,i.jsx)("div",{className:"videoWrapper",children:(0,i.jsxs)("video",{controls:!0,playsinline:!0,"data-poster":a,preload:"metadata",ref:d,children:["Your browser does not support the video tag.",(0,i.jsx)("source",{src:t,type:"video/mp4"})]})})})};br(GF.name)&&(0,d.registerBlockType)(GF,{icon:Al,transforms:{from:[{type:"block",blocks:["vpb/video"],transform:e=>(0,d.createBlock)("b-blocks/video",e)},{type:"prefix",prefix:"video",transform:()=>(0,d.createBlock)("b-blocks/video")}],to:[{type:"block",blocks:["vpb/video"],isMatch:e=>!!e,transform:e=>(0,d.createBlock)("vpb/video",e)}]},edit:e=>{const{attributes:t,setAttributes:a,clientId:s}=e,{source:o}=t,n=()=>(0,i.jsx)(XF,{attributes:t});return o?(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(YF,{attributes:t,setAttributes:a}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(KF,{attributes:t,id:`block-${s}`}),(0,i.jsx)(n,{})]})]}):(0,i.jsx)(ye,{type:"video",icon:(0,i.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",className:"html5-block-icon",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,i.jsx)("polygon",{points:"23 7 16 12 23 17 23 7"}),(0,i.jsx)("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"})]}),onChange:e=>a({source:e.url})})},save:()=>null});const JF=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"b-blocks/text-path","version":"1.0.0","title":"Text Path","category":"bBlocks","description":"Craft eye-catching text paths with interactive visual effects.","keywords":["path","text path","text on path","svg","svg path","text on svg path"],"textdomain":"b-blocks","attributes":{"align":{"type":"string","default":""},"icon":{"type":"object","default":{"type":"wave","iconType":"library","library":"","upload":"","title":"Add Your Text Here"}},"styles":{"type":"object","default":{"container":{"desktop":{"alignment":"flex-start"},"tablet":{"alignment":""},"mobile":{"alignment":""}},"path":{"color":"#000","thickness":1,"staringPoint":0,"rotate":0,"size":"250px"},"title":{"typo":{"fontSize":{"desktop":"16px"}},"normal":{"color":"","textShadow":[],"textStroke":{"isStroke":false,"size":0,"color":""}},"hover":{"color":"","textShadow":[],"textStroke":{"isStroke":false,"size":0,"color":""}},"transition":0.2}}}},"supports":{"align":["wide","full"],"html":false},"example":{"attributes":{}},"editorScript":["file:../index.js","aos"],"style":"file:./view.css","render":"file:./render.php","viewScript":"file:./view.js"}'),eq=[{name:"general",title:(0,v.__)("General","b-blocks")},{name:"style",title:(0,v.__)("Style","b-blocks")}],tq=[{Label:(0,v.__)("Wave","b-blocks"),value:"wave"},{Label:(0,v.__)("Arc","b-blocks"),value:"arc"},{Label:(0,v.__)("Circle","b-blocks"),value:"circle"},{Label:(0,v.__)("Custom","b-blocks"),value:"custom"}],aq=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),sq=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"})}),oq=(0,i.jsx)("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 448 512",height:"1em",width:"1em",xmlns:"http://www.w3.org/2000/svg",children:(0,i.jsx)("path",{d:"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"})}),nq=e=>{const{attributes:t,updateObj:a,device:s}=e,{icon:o,styles:n}=t,{container:l}=n,{data:r}=pd("bBlocksUtils"),{refetch:c}=hd("b-blocks-enable-svg-mime-type",{_wpnonce:r?.nonce},!1),d=new zt;return(0,i.jsx)(i.Fragment,{children:(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Text Path","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(b.TextControl,{label:(0,v.__)("Title","b-blocks"),value:o.title,onChange:e=>a("icon",e,"title")}),(0,i.jsx)(b.SelectControl,{className:"mt10",label:(0,v.__)("Path Type","b-blocks"),labelPosition:"edge",options:tq,value:o.type,onChange:e=>a("icon",e,"type")}),"custom"===o.type&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(qe,{label:(0,v.__)("Icon Type","b-blocks"),value:o.iconType,onChange:e=>a("icon",e,"iconType"),options:[{label:(0,v.__)("Library","b-blocks"),value:"library"},{label:(0,v.__)("Upload","b-blocks"),value:"upload"}]}),"library"===o.iconType&&(0,i.jsx)(Pa,{value:o.library,onChange:e=>a("icon",e,"library")}),"upload"===o.iconType&&(0,i.jsx)(xe,{types:["image/svg+xml"],onClick:async()=>{await c()},label:(0,v.__)("Upload SVG","b-blocks"),value:{url:o.upload},onChange:async e=>{const t=e?.url?await d.sanitizeFile(e?.url):"";a("icon",t,"upload")},isSvgEnabled:!0})]}),(0,i.jsxs)(b.Flex,{className:"mt10",children:[(0,i.jsxs)(f,{className:"flex1 mb0",children:[(0,v.__)("Alignment","b-blocks"),(0,i.jsx)(y,{})]}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:l[s]?.alignment,onChange:e=>a("styles",e,"container",s,"alignment"),isDeselectable:!0,children:[(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Left",value:"flex-start",icon:aq}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Center",value:"center",icon:sq}),(0,i.jsx)(b.__experimentalToggleGroupControlOptionIcon,{label:"Right",value:"flex-end",icon:oq})]})]})]})})},iq=e=>{const{attributes:t,updateObj:a}=e,{styles:s}=t,{title:o,path:n}=s,[l,r]=(0,g.useState)("normal");return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Title","b-blocks"),initialOpen:!0,children:[(0,i.jsx)(Mn,{value:o.typo,onChange:e=>a("styles",e,"title","typo")}),(0,i.jsxs)(b.__experimentalToggleGroupControl,{className:"flex1",__next40pxDefaultSize:!0,__nextHasNoMarginBottom:!0,isBlock:!0,value:l,onChange:e=>r(e),children:[(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Normal",value:"normal"}),(0,i.jsx)(b.__experimentalToggleGroupControlOption,{label:"Hover",value:"hover"})]}),(0,i.jsx)(De,{value:o[l]?.color,onChange:e=>a("styles",e,"title",l,"color")}),(0,i.jsx)(bt,{value:o[l]?.textShadow,onChange:e=>a("styles",e,"title",l,"textShadow"),type:"text"}),(0,i.jsx)(b.ToggleControl,{label:(0,v.__)("Show Stroke","b-blocks"),checked:o[l]?.textStroke?.isStroke,value:o[l]?.textStroke?.isStroke,onChange:e=>a("styles",e,"title",l,"textStroke","isStroke")}),o[l]?.textStroke?.isStroke&&(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.RangeControl,{step:.1,className:"mt10",label:(0,v.__)("Stroke Size","b-blocks"),value:o[l]?.textStroke?.size,min:0,max:10,onChange:e=>a("styles",e,"title",l,"textStroke","size")}),(0,i.jsx)(De,{label:(0,v.__)("Stroke Color","b-blocks"),value:o[l]?.textStroke?.color,onChange:e=>a("styles",e,"title",l,"textStroke","color")})]}),"hover"===l&&(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Transition","b-blocks"),min:0,max:5,step:.01,value:o.transition,onChange:e=>a("styles",e,"title","transition")})]}),(0,i.jsxs)(b.PanelBody,{className:"bPlPanelBody",title:(0,v.__)("Path","b-blocks"),initialOpen:!1,children:[(0,i.jsx)(De,{value:n.color,onChange:e=>a("styles",e,"path","color")}),(0,i.jsx)(b.__experimentalUnitControl,{label:(0,v.__)("Size","b-blocks"),value:n.size,onChange:e=>a("styles",e,"path","size")}),(0,i.jsx)(b.RangeControl,{className:"mt10",label:(0,v.__)("Thickness","b-blocks"),value:n.thickness,step:.1,min:0,max:20,onChange:e=>a("styles",e,"path","thickness")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Starting Point","b-blocks"),value:n.staringPoint,step:.1,min:0,max:2e3,onChange:e=>a("styles",e,"path","staringPoint")}),(0,i.jsx)(b.RangeControl,{label:(0,v.__)("Rotate","b-blocks"),value:n.rotate,step:.1,min:0,max:360,onChange:e=>a("styles",e,"path","rotate")})]})]})},lq=e=>(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(h.InspectorControls,{children:(0,i.jsx)(b.TabPanel,{className:"bPlTabPanel",activeClass:"activeTab",tabs:eq,onSelect:ge,children:t=>(0,i.jsxs)(i.Fragment,{children:["general"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(nq,{...e})}),"style"===t.name&&(0,i.jsx)(i.Fragment,{children:(0,i.jsx)(iq,{...e})})]})})})}),rq=({attributes:a,id:s})=>{const{styles:o}=a,{container:n,title:l,path:r}=o,c=`#${s} .b-blocks-text-path-container`,d=`${c} .b-blocks-text-path-svg`,h=`${d} .b-blocks-text-path-title`,p=(e="normal")=>{const t=l[e],a=t?.textStroke.isStroke?`${qn("stroke-width",t.textStroke.size?t.textStroke.size+"px":"")}\n\t\t\t${qn("stroke",t.textStroke.color)}`:"";return`\n\t\t\t${qn("color",t.color)}\n\t\t\t${qn("fill",t.color)}\n\t\t\t${qn("text-shadow",Kn(t.textShadow,"text"))}\n\t\t\t${a}\n\t\t`};return(0,i.jsx)("style",{dangerouslySetInnerHTML:{__html:`\n\n\t\t${ei("",l.typo).googleFontLink}\n\n\t\t${ei(h,l.typo).styles}\n\n\t\t${c}{\n\t\t\t${qn("justify-content",n.desktop.alignment)}\n\t\t}\n\n\t\t${d}{\n\t\t\t${qn("rotate",r.rotate?r.rotate+"deg":"")}\n\t\t\t${qn("width",r.size)}\n\t\t\t${qn("width",r.size)}\n\t\t}\n\n\t\t${h}{\n\t\t\t${p("normal")}\t\t\n\t\t\ttransition: all ${l.transition}s ease-in-out;\n\t\t}\n\n\t\t${h}:hover{\n\t\t\t${p("hover")}\t\t\n\t\t}\n\t\t\n\t\t${e}{\n\t\t\t\t${c}{\n\t\t\t${qn("justify-content",n.tablet.alignment)}\n\t\t\t}\n\t\t}\n\t\t${t}{\n\t\t\t\t${c}{\n\t\t\t${qn("justify-content",n.mobile.alignment)}\n\t\t\t}\n\t\t}\n\t\t\n\t`}})};function cq(e,t,a){return Math.max(t,Math.min(a,e))}function dq(e){if("number"==typeof e)return cq(e,0,1);const t=String(e).trim();if(t.endsWith("%"))return cq(parseFloat(t.slice(0,-1))/100,0,1);const a=Number(t);return Number.isFinite(a)?cq(a,0,1):0}const hq=({pathSize:e=300,alignment:t="start",customPath:a="",customSvgPathSelector:s="",showIcon:o=!1,icon:n=null,iconSize:l=24,iconStartOffset:r="5%",iconEndOffset:c="95%",attributes:d})=>{const{icon:h,styles:p}=d,{type:m,iconType:v,title:b}=h,{path:f}=p,w="custom"===m?"library"===v?h.library:h.upload:"",x=(0,g.useMemo)((()=>`textPath-${Math.random().toString(36).slice(2)}`),[]),y=(0,g.useRef)(null),[k,C]=(0,g.useState)(null),[_,M]=(0,g.useState)(null),z=(0,g.useMemo)((()=>w?function(e,t){if(!e||"string"!=typeof e)return null;if("undefined"==typeof window)return null;try{const a=(new DOMParser).parseFromString(e,"image/svg+xml"),s=a.querySelector("svg");if(!s)return null;const o=s.getAttribute("viewBox")||null,n=(t?a.querySelector(t):null)||a.querySelector("path"),i=n?.getAttribute("d")||null;return i?{viewBox:o,d:i}:null}catch{return null}}(w,s||null):null),[w,s]),j="custom"===m&&z?.viewBox||z?.viewBox||`0 0 ${e} ${e}`;(0,g.useEffect)((()=>{if(!o)return;const e=y.current;if(!e)return;let t=0;try{t=e.getTotalLength()}catch{return}if(!t||!Number.isFinite(t))return;const a=dq(r),s=dq(c),n=e.getPointAtLength(t*a),i=e.getPointAtLength(t*s);C({x:n.x,y:n.y}),M({x:i.x,y:i.y})}),[o,r,c,e,m,a,w,z?.d]);const L=()=>n&&u().isValidElement(n)?u().cloneElement(n,{...n.props,width:l,height:l,fill:n.props.fill??"currentColor",stroke:n.props.stroke??"currentColor",style:{display:"block",...n.props.style||{}}}):null;return(0,i.jsx)("div",{className:"b-blocks-text-path-container",children:(0,i.jsxs)("svg",{viewBox:j,style:{transition:"transform 0.3s ease"},className:"b-blocks-text-path-svg",children:[(0,i.jsx)("defs",{children:(0,i.jsx)("path",{ref:y,id:x,d:(()=>{const t=e,s=e,o=t/2,n=s/2;switch(m){case"arc":return`M 50,${n+50} Q ${o},${n-100} ${t-50},${n+50}`;case"wave":{const e=40,a=2;let s=`M 0,${n}`;for(let o=0;o<=t;o+=5)s+=` L ${o},${n+e*Math.sin(o/t*Math.PI*a)}`;return s}case"circle":{const e=Math.min(t,s)/2-20;return`M ${o-e},${n}\n A ${e},${e} 0 1,1 ${o+e},${n}\n A ${e},${e} 0 1,1 ${o-e},${n}`}case"custom":return w&&z?.d?z.d:a||`M 50,${n} L ${t-50},${n}`;case"line":return`M 50,${n} L ${t-50},${n}`}})(),fill:"none",stroke:f.color,strokeWidth:f.thickness,strokeLinecap:"round",style:{transition:"stroke 0.3s ease"}})}),(0,i.jsx)("use",{href:`#${x}`}),o&&k&&(0,i.jsx)("g",{transform:`translate(${k.x}, ${k.y})`,children:(0,i.jsx)("g",{transform:`translate(${-l/2}, ${-l/2})`,fill:f.color,stroke:f.color,children:L()})}),o&&_&&(0,i.jsx)("g",{transform:`translate(${_.x}, ${_.y})`,children:(0,i.jsx)("g",{transform:`translate(${-l/2}, ${-l/2})`,fill:f.color,stroke:f.color,children:L()})}),(0,i.jsx)("text",{className:"b-blocks-text-path-title",textAnchor:t,children:(0,i.jsx)("textPath",{href:`#${x}`,startOffset:f.staringPoint,style:{textAnchor:t},children:b})})]})})},pq=(0,m.withSelect)((e=>{const{getDeviceType:t}=e("core/editor");return{device:t()?.toLowerCase()}}))((e=>{const{attributes:t,setAttributes:a,clientId:s,device:o}=e,n=me(t,a);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(lq,{attributes:t,setAttributes:a,updateObj:n,device:o}),(0,i.jsxs)("div",{...(0,h.useBlockProps)(),children:[(0,i.jsx)(rq,{attributes:t,id:`block-${s}`}),(0,i.jsx)(hq,{attributes:t})]})]})}));br(JF.name)&&(0,d.registerBlockType)(JF,{icon:Wl,edit:pq});const gq=window.wp.richText,uq=(0,v.__)("B Remove All Formats","b-blocks");(0,gq.registerFormatType)("b-blocks/remove-inline-formats",{title:uq,tagName:"none",className:null,edit:({value:e,onChange:t})=>(0,i.jsx)(h.RichTextToolbarButton,{icon:"editor-removeformatting",title:uq,onClick:()=>t({...e,formats:Array(e.formats.length)})})});[{type:"b-blocks/text-highlight",icon:e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,width:24,height:24,viewBox:"0 0 1024 1024",children:(0,i.jsx)("path",{d:"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z"})}),title:(0,v.__)("B Text Highlight","b-blocks"),tagName:"mark",className:"bBlocksTextHighlight"},{type:"b-blocks/text-uppercase",icon:e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,width:24,height:24,viewBox:"0 0 32 32",children:(0,i.jsx)("path",{d:"M 1 6 L 1 8 L 7 8 L 7 26 L 9 26 L 9 8 L 15 8 L 15 6 L 1 6 z M 17 6 L 17 8 L 23 8 L 23 26 L 25 26 L 25 8 L 31 8 L 31 6 L 17 6 z"})}),title:(0,v.__)("B Text Uppercase","b-blocks"),tagName:"span",className:"bBlocksTextUppercase"},{type:"b-blocks/text-underline",icon:e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,width:24,height:24,viewBox:"0 0 16 16",children:(0,i.jsx)("path",{d:"M3,13l10,0l0,2l-10,0l0,-2Zm8,-12l2,0l0,6c0,2.76 -2.24,5 -5,5c-2.76,0 -5,-2.24 -5,-5l0,-6l2,0l-0,6c-0,1.656 1.344,3 3,3c1.656,0 3,-1.344 3,-3l0,-6Z"})}),title:(0,v.__)("B Text Underline","b-blocks"),tagName:"span",className:"bBlocksTextUnderline"},{type:"b-blocks/text-overline",icon:e=>(0,i.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,width:24,height:24,viewBox:"0 0 24 24",children:(0,i.jsx)("path",{d:"M19,3v2H5V3H19z M12,7c-3.87,0-7,3.13-7,7c0,3.87,3.13,7,7,7s7-3.13,7-7C19,10.13,15.87,7,12,7z M12,18.5 c-2.49,0-4.5-2.01-4.5-4.5S9.51,9.5,12,9.5s4.5,2.01,4.5,4.5S14.49,18.5,12,18.5z"})}),title:(0,v.__)("B Text Overline","b-blocks"),tagName:"span",className:"bBlocksTextOverline"}].forEach((e=>{const{type:t,icon:a,title:s,tagName:o,className:n}=e;(0,gq.registerFormatType)(t,{title:s,tagName:o,className:n,edit:({isActive:e,value:o,onChange:n})=>(0,i.jsx)(h.RichTextToolbarButton,{title:s,onClick:()=>{n((0,gq.toggleFormat)(o,{type:t}))},isActive:e,icon:a("bBlocksInlineIcon "+(e?"bBlocksInlineIconActive":""))})})})),wp.blocks.updateCategory("bBlocks",{icon:l})})()})();